/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fas,.far,.fab,.fa{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em);}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa)::before{content:var(--fa)/"";}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa)::before{content:var(--fa);}}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-2xs{font-size:calc(10 / 16 * 1em);line-height:calc(1 / 10 * 1em);vertical-align:calc((6 / 10 - 0.375) * 1em);}.fa-xs{font-size:calc(12 / 16 * 1em);line-height:calc(1 / 12 * 1em);vertical-align:calc((6 / 12 - 0.375) * 1em);}.fa-sm{font-size:calc(14 / 16 * 1em);line-height:calc(1 / 14 * 1em);vertical-align:calc((6 / 14 - 0.375) * 1em);}.fa-lg{font-size:calc(20 / 16 * 1em);line-height:calc(1 / 20 * 1em);vertical-align:calc((6 / 20 - 0.375) * 1em);}.fa-xl{font-size:calc(24 / 16 * 1em);line-height:calc(1 / 24 * 1em);vertical-align:calc((6 / 24 - 0.375) * 1em);}.fa-2xl{font-size:calc(32 / 16 * 1em);line-height:calc(1 / 32 * 1em);vertical-align:calc((6 / 32 - 0.375) * 1em);}.fa-width-auto{--fa-width:auto;}.fa-fw,.fa-width-fixed{--fa-width:1.25em;}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0;}.fa-ul > li{position:relative;}.fa-li{inset-inline-start:calc(-1 * var(--fa-li-width,2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit;}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,0.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,0.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,0.1875em 0.25em);}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,0.3em);}.fa-pull-right,.fa-pull-end{float:inline-end;margin-inline-start:var(--fa-pull-margin,0.3em);}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.28,0.84,0.42,1));}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1));}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1));}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin-reverse{--fa-animation-direction:reverse;}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8));}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none !important;transition:none !important;}}@keyframes fa-beat{0%,90%{transform:scale(1);}45%{transform:scale(var(--fa-beat-scale,1.25));}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0);}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0);}30%{transform:scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em));}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0);}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em));}64%{transform:scale(1,1) translateY(0);}100%{transform:scale(1,1) translateY(0);}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,0.4);}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,0.4);transform:scale(1);}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125));}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@keyframes fa-shake{0%{transform:rotate(-15deg);}4%{transform:rotate(15deg);}8%,24%{transform:rotate(-18deg);}12%,28%{transform:rotate(18deg);}16%{transform:rotate(-22deg);}20%{transform:rotate(22deg);}32%{transform:rotate(-12deg);}36%{transform:rotate(12deg);}40%,100%{transform:rotate(0deg);}}@keyframes fa-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.fa-rotate-90{transform:rotate(90deg);}.fa-rotate-180{transform:rotate(180deg);}.fa-rotate-270{transform:rotate(270deg);}.fa-flip-horizontal{transform:scale(-1,1);}.fa-flip-vertical{transform:scale(1,-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1);}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0));}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto);}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:var(--fa-inverse,#fff);}.fa-0{--fa:"\30 ";}.fa-1{--fa:"\31 ";}.fa-2{--fa:"\32 ";}.fa-3{--fa:"\33 ";}.fa-4{--fa:"\34 ";}.fa-5{--fa:"\35 ";}.fa-6{--fa:"\36 ";}.fa-7{--fa:"\37 ";}.fa-8{--fa:"\38 ";}.fa-9{--fa:"\39 ";}.fa-exclamation{--fa:"\!";}.fa-hashtag{--fa:"\#";}.fa-dollar-sign{--fa:"\$";}.fa-dollar{--fa:"\$";}.fa-usd{--fa:"\$";}.fa-percent{--fa:"\%";}.fa-percentage{--fa:"\%";}.fa-asterisk{--fa:"\*";}.fa-plus{--fa:"\+";}.fa-add{--fa:"\+";}.fa-less-than{--fa:"\<";}.fa-equals{--fa:"\=";}.fa-greater-than{--fa:"\>";}.fa-question{--fa:"\?";}.fa-at{--fa:"\@";}.fa-a{--fa:"A";}.fa-b{--fa:"B";}.fa-c{--fa:"C";}.fa-d{--fa:"D";}.fa-e{--fa:"E";}.fa-f{--fa:"F";}.fa-g{--fa:"G";}.fa-h{--fa:"H";}.fa-i{--fa:"I";}.fa-j{--fa:"J";}.fa-k{--fa:"K";}.fa-l{--fa:"L";}.fa-m{--fa:"M";}.fa-n{--fa:"N";}.fa-o{--fa:"O";}.fa-p{--fa:"P";}.fa-q{--fa:"Q";}.fa-r{--fa:"R";}.fa-s{--fa:"S";}.fa-t{--fa:"T";}.fa-u{--fa:"U";}.fa-v{--fa:"V";}.fa-w{--fa:"W";}.fa-x{--fa:"X";}.fa-y{--fa:"Y";}.fa-z{--fa:"Z";}.fa-faucet{--fa:"\e005";}.fa-faucet-drip{--fa:"\e006";}.fa-house-chimney-window{--fa:"\e00d";}.fa-house-signal{--fa:"\e012";}.fa-temperature-arrow-down{--fa:"\e03f";}.fa-temperature-down{--fa:"\e03f";}.fa-temperature-arrow-up{--fa:"\e040";}.fa-temperature-up{--fa:"\e040";}.fa-trailer{--fa:"\e041";}.fa-bacteria{--fa:"\e059";}.fa-bacterium{--fa:"\e05a";}.fa-box-tissue{--fa:"\e05b";}.fa-hand-holding-medical{--fa:"\e05c";}.fa-hand-sparkles{--fa:"\e05d";}.fa-hands-bubbles{--fa:"\e05e";}.fa-hands-wash{--fa:"\e05e";}.fa-handshake-slash{--fa:"\e060";}.fa-handshake-alt-slash{--fa:"\e060";}.fa-handshake-simple-slash{--fa:"\e060";}.fa-head-side-cough{--fa:"\e061";}.fa-head-side-cough-slash{--fa:"\e062";}.fa-head-side-mask{--fa:"\e063";}.fa-head-side-virus{--fa:"\e064";}.fa-house-chimney-user{--fa:"\e065";}.fa-house-laptop{--fa:"\e066";}.fa-laptop-house{--fa:"\e066";}.fa-lungs-virus{--fa:"\e067";}.fa-people-arrows{--fa:"\e068";}.fa-people-arrows-left-right{--fa:"\e068";}.fa-plane-slash{--fa:"\e069";}.fa-pump-medical{--fa:"\e06a";}.fa-pump-soap{--fa:"\e06b";}.fa-shield-virus{--fa:"\e06c";}.fa-sink{--fa:"\e06d";}.fa-soap{--fa:"\e06e";}.fa-stopwatch-20{--fa:"\e06f";}.fa-shop-slash{--fa:"\e070";}.fa-store-alt-slash{--fa:"\e070";}.fa-store-slash{--fa:"\e071";}.fa-toilet-paper-slash{--fa:"\e072";}.fa-users-slash{--fa:"\e073";}.fa-virus{--fa:"\e074";}.fa-virus-slash{--fa:"\e075";}.fa-viruses{--fa:"\e076";}.fa-vest{--fa:"\e085";}.fa-vest-patches{--fa:"\e086";}.fa-arrow-trend-down{--fa:"\e097";}.fa-arrow-trend-up{--fa:"\e098";}.fa-arrow-up-from-bracket{--fa:"\e09a";}.fa-austral-sign{--fa:"\e0a9";}.fa-baht-sign{--fa:"\e0ac";}.fa-bitcoin-sign{--fa:"\e0b4";}.fa-bolt-lightning{--fa:"\e0b7";}.fa-book-bookmark{--fa:"\e0bb";}.fa-camera-rotate{--fa:"\e0d8";}.fa-cedi-sign{--fa:"\e0df";}.fa-chart-column{--fa:"\e0e3";}.fa-chart-gantt{--fa:"\e0e4";}.fa-clapperboard{--fa:"\e131";}.fa-clover{--fa:"\e139";}.fa-code-compare{--fa:"\e13a";}.fa-code-fork{--fa:"\e13b";}.fa-code-pull-request{--fa:"\e13c";}.fa-colon-sign{--fa:"\e140";}.fa-cruzeiro-sign{--fa:"\e152";}.fa-display{--fa:"\e163";}.fa-dong-sign{--fa:"\e169";}.fa-elevator{--fa:"\e16d";}.fa-filter-circle-xmark{--fa:"\e17b";}.fa-florin-sign{--fa:"\e184";}.fa-folder-closed{--fa:"\e185";}.fa-franc-sign{--fa:"\e18f";}.fa-guarani-sign{--fa:"\e19a";}.fa-gun{--fa:"\e19b";}.fa-hands-clapping{--fa:"\e1a8";}.fa-house-user{--fa:"\e1b0";}.fa-home-user{--fa:"\e1b0";}.fa-indian-rupee-sign{--fa:"\e1bc";}.fa-indian-rupee{--fa:"\e1bc";}.fa-inr{--fa:"\e1bc";}.fa-kip-sign{--fa:"\e1c4";}.fa-lari-sign{--fa:"\e1c8";}.fa-litecoin-sign{--fa:"\e1d3";}.fa-manat-sign{--fa:"\e1d5";}.fa-mask-face{--fa:"\e1d7";}.fa-mill-sign{--fa:"\e1ed";}.fa-money-bills{--fa:"\e1f3";}.fa-naira-sign{--fa:"\e1f6";}.fa-notdef{--fa:"\e1fe";}.fa-panorama{--fa:"\e209";}.fa-peseta-sign{--fa:"\e221";}.fa-peso-sign{--fa:"\e222";}.fa-plane-up{--fa:"\e22d";}.fa-rupiah-sign{--fa:"\e23d";}.fa-stairs{--fa:"\e289";}.fa-timeline{--fa:"\e29c";}.fa-truck-front{--fa:"\e2b7";}.fa-turkish-lira-sign{--fa:"\e2bb";}.fa-try{--fa:"\e2bb";}.fa-turkish-lira{--fa:"\e2bb";}.fa-vault{--fa:"\e2c5";}.fa-wand-magic-sparkles{--fa:"\e2ca";}.fa-magic-wand-sparkles{--fa:"\e2ca";}.fa-wheat-awn{--fa:"\e2cd";}.fa-wheat-alt{--fa:"\e2cd";}.fa-wheelchair-move{--fa:"\e2ce";}.fa-wheelchair-alt{--fa:"\e2ce";}.fa-bangladeshi-taka-sign{--fa:"\e2e6";}.fa-bowl-rice{--fa:"\e2eb";}.fa-person-pregnant{--fa:"\e31e";}.fa-house-chimney{--fa:"\e3af";}.fa-home-lg{--fa:"\e3af";}.fa-house-crack{--fa:"\e3b1";}.fa-house-medical{--fa:"\e3b2";}.fa-cent-sign{--fa:"\e3f5";}.fa-plus-minus{--fa:"\e43c";}.fa-sailboat{--fa:"\e445";}.fa-section{--fa:"\e447";}.fa-shrimp{--fa:"\e448";}.fa-brazilian-real-sign{--fa:"\e46c";}.fa-chart-simple{--fa:"\e473";}.fa-diagram-next{--fa:"\e476";}.fa-diagram-predecessor{--fa:"\e477";}.fa-diagram-successor{--fa:"\e47a";}.fa-earth-oceania{--fa:"\e47b";}.fa-globe-oceania{--fa:"\e47b";}.fa-bug-slash{--fa:"\e490";}.fa-file-circle-plus{--fa:"\e494";}.fa-shop-lock{--fa:"\e4a5";}.fa-virus-covid{--fa:"\e4a8";}.fa-virus-covid-slash{--fa:"\e4a9";}.fa-anchor-circle-check{--fa:"\e4aa";}.fa-anchor-circle-exclamation{--fa:"\e4ab";}.fa-anchor-circle-xmark{--fa:"\e4ac";}.fa-anchor-lock{--fa:"\e4ad";}.fa-arrow-down-up-across-line{--fa:"\e4af";}.fa-arrow-down-up-lock{--fa:"\e4b0";}.fa-arrow-right-to-city{--fa:"\e4b3";}.fa-arrow-up-from-ground-water{--fa:"\e4b5";}.fa-arrow-up-from-water-pump{--fa:"\e4b6";}.fa-arrow-up-right-dots{--fa:"\e4b7";}.fa-arrows-down-to-line{--fa:"\e4b8";}.fa-arrows-down-to-people{--fa:"\e4b9";}.fa-arrows-left-right-to-line{--fa:"\e4ba";}.fa-arrows-spin{--fa:"\e4bb";}.fa-arrows-split-up-and-left{--fa:"\e4bc";}.fa-arrows-to-circle{--fa:"\e4bd";}.fa-arrows-to-dot{--fa:"\e4be";}.fa-arrows-to-eye{--fa:"\e4bf";}.fa-arrows-turn-right{--fa:"\e4c0";}.fa-arrows-turn-to-dots{--fa:"\e4c1";}.fa-arrows-up-to-line{--fa:"\e4c2";}.fa-bore-hole{--fa:"\e4c3";}.fa-bottle-droplet{--fa:"\e4c4";}.fa-bottle-water{--fa:"\e4c5";}.fa-bowl-food{--fa:"\e4c6";}.fa-boxes-packing{--fa:"\e4c7";}.fa-bridge{--fa:"\e4c8";}.fa-bridge-circle-check{--fa:"\e4c9";}.fa-bridge-circle-exclamation{--fa:"\e4ca";}.fa-bridge-circle-xmark{--fa:"\e4cb";}.fa-bridge-lock{--fa:"\e4cc";}.fa-bridge-water{--fa:"\e4ce";}.fa-bucket{--fa:"\e4cf";}.fa-bugs{--fa:"\e4d0";}.fa-building-circle-arrow-right{--fa:"\e4d1";}.fa-building-circle-check{--fa:"\e4d2";}.fa-building-circle-exclamation{--fa:"\e4d3";}.fa-building-circle-xmark{--fa:"\e4d4";}.fa-building-flag{--fa:"\e4d5";}.fa-building-lock{--fa:"\e4d6";}.fa-building-ngo{--fa:"\e4d7";}.fa-building-shield{--fa:"\e4d8";}.fa-building-un{--fa:"\e4d9";}.fa-building-user{--fa:"\e4da";}.fa-building-wheat{--fa:"\e4db";}.fa-burst{--fa:"\e4dc";}.fa-car-on{--fa:"\e4dd";}.fa-car-tunnel{--fa:"\e4de";}.fa-child-combatant{--fa:"\e4e0";}.fa-child-rifle{--fa:"\e4e0";}.fa-children{--fa:"\e4e1";}.fa-circle-nodes{--fa:"\e4e2";}.fa-clipboard-question{--fa:"\e4e3";}.fa-cloud-showers-water{--fa:"\e4e4";}.fa-computer{--fa:"\e4e5";}.fa-cubes-stacked{--fa:"\e4e6";}.fa-envelope-circle-check{--fa:"\e4e8";}.fa-explosion{--fa:"\e4e9";}.fa-ferry{--fa:"\e4ea";}.fa-file-circle-exclamation{--fa:"\e4eb";}.fa-file-circle-minus{--fa:"\e4ed";}.fa-file-circle-question{--fa:"\e4ef";}.fa-file-shield{--fa:"\e4f0";}.fa-fire-burner{--fa:"\e4f1";}.fa-fish-fins{--fa:"\e4f2";}.fa-flask-vial{--fa:"\e4f3";}.fa-glass-water{--fa:"\e4f4";}.fa-glass-water-droplet{--fa:"\e4f5";}.fa-group-arrows-rotate{--fa:"\e4f6";}.fa-hand-holding-hand{--fa:"\e4f7";}.fa-handcuffs{--fa:"\e4f8";}.fa-hands-bound{--fa:"\e4f9";}.fa-hands-holding-child{--fa:"\e4fa";}.fa-hands-holding-circle{--fa:"\e4fb";}.fa-heart-circle-bolt{--fa:"\e4fc";}.fa-heart-circle-check{--fa:"\e4fd";}.fa-heart-circle-exclamation{--fa:"\e4fe";}.fa-heart-circle-minus{--fa:"\e4ff";}.fa-heart-circle-plus{--fa:"\e500";}.fa-heart-circle-xmark{--fa:"\e501";}.fa-helicopter-symbol{--fa:"\e502";}.fa-helmet-un{--fa:"\e503";}.fa-hill-avalanche{--fa:"\e507";}.fa-hill-rockslide{--fa:"\e508";}.fa-house-circle-check{--fa:"\e509";}.fa-house-circle-exclamation{--fa:"\e50a";}.fa-house-circle-xmark{--fa:"\e50b";}.fa-house-fire{--fa:"\e50c";}.fa-house-flag{--fa:"\e50d";}.fa-house-flood-water{--fa:"\e50e";}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f";}.fa-house-lock{--fa:"\e510";}.fa-house-medical-circle-check{--fa:"\e511";}.fa-house-medical-circle-exclamation{--fa:"\e512";}.fa-house-medical-circle-xmark{--fa:"\e513";}.fa-house-medical-flag{--fa:"\e514";}.fa-house-tsunami{--fa:"\e515";}.fa-jar{--fa:"\e516";}.fa-jar-wheat{--fa:"\e517";}.fa-jet-fighter-up{--fa:"\e518";}.fa-jug-detergent{--fa:"\e519";}.fa-kitchen-set{--fa:"\e51a";}.fa-land-mine-on{--fa:"\e51b";}.fa-landmark-flag{--fa:"\e51c";}.fa-laptop-file{--fa:"\e51d";}.fa-lines-leaning{--fa:"\e51e";}.fa-location-pin-lock{--fa:"\e51f";}.fa-locust{--fa:"\e520";}.fa-magnifying-glass-arrow-right{--fa:"\e521";}.fa-magnifying-glass-chart{--fa:"\e522";}.fa-mars-and-venus-burst{--fa:"\e523";}.fa-mask-ventilator{--fa:"\e524";}.fa-mattress-pillow{--fa:"\e525";}.fa-mobile-retro{--fa:"\e527";}.fa-money-bill-transfer{--fa:"\e528";}.fa-money-bill-trend-up{--fa:"\e529";}.fa-money-bill-wheat{--fa:"\e52a";}.fa-mosquito{--fa:"\e52b";}.fa-mosquito-net{--fa:"\e52c";}.fa-mound{--fa:"\e52d";}.fa-mountain-city{--fa:"\e52e";}.fa-mountain-sun{--fa:"\e52f";}.fa-oil-well{--fa:"\e532";}.fa-people-group{--fa:"\e533";}.fa-people-line{--fa:"\e534";}.fa-people-pulling{--fa:"\e535";}.fa-people-robbery{--fa:"\e536";}.fa-people-roof{--fa:"\e537";}.fa-person-arrow-down-to-line{--fa:"\e538";}.fa-person-arrow-up-from-line{--fa:"\e539";}.fa-person-breastfeeding{--fa:"\e53a";}.fa-person-burst{--fa:"\e53b";}.fa-person-cane{--fa:"\e53c";}.fa-person-chalkboard{--fa:"\e53d";}.fa-person-circle-check{--fa:"\e53e";}.fa-person-circle-exclamation{--fa:"\e53f";}.fa-person-circle-minus{--fa:"\e540";}.fa-person-circle-plus{--fa:"\e541";}.fa-person-circle-question{--fa:"\e542";}.fa-person-circle-xmark{--fa:"\e543";}.fa-person-dress-burst{--fa:"\e544";}.fa-person-drowning{--fa:"\e545";}.fa-person-falling{--fa:"\e546";}.fa-person-falling-burst{--fa:"\e547";}.fa-person-half-dress{--fa:"\e548";}.fa-person-harassing{--fa:"\e549";}.fa-person-military-pointing{--fa:"\e54a";}.fa-person-military-rifle{--fa:"\e54b";}.fa-person-military-to-person{--fa:"\e54c";}.fa-person-rays{--fa:"\e54d";}.fa-person-rifle{--fa:"\e54e";}.fa-person-shelter{--fa:"\e54f";}.fa-person-walking-arrow-loop-left{--fa:"\e551";}.fa-person-walking-arrow-right{--fa:"\e552";}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553";}.fa-person-walking-luggage{--fa:"\e554";}.fa-plane-circle-check{--fa:"\e555";}.fa-plane-circle-exclamation{--fa:"\e556";}.fa-plane-circle-xmark{--fa:"\e557";}.fa-plane-lock{--fa:"\e558";}.fa-plate-wheat{--fa:"\e55a";}.fa-plug-circle-bolt{--fa:"\e55b";}.fa-plug-circle-check{--fa:"\e55c";}.fa-plug-circle-exclamation{--fa:"\e55d";}.fa-plug-circle-minus{--fa:"\e55e";}.fa-plug-circle-plus{--fa:"\e55f";}.fa-plug-circle-xmark{--fa:"\e560";}.fa-ranking-star{--fa:"\e561";}.fa-road-barrier{--fa:"\e562";}.fa-road-bridge{--fa:"\e563";}.fa-road-circle-check{--fa:"\e564";}.fa-road-circle-exclamation{--fa:"\e565";}.fa-road-circle-xmark{--fa:"\e566";}.fa-road-lock{--fa:"\e567";}.fa-road-spikes{--fa:"\e568";}.fa-rug{--fa:"\e569";}.fa-sack-xmark{--fa:"\e56a";}.fa-school-circle-check{--fa:"\e56b";}.fa-school-circle-exclamation{--fa:"\e56c";}.fa-school-circle-xmark{--fa:"\e56d";}.fa-school-flag{--fa:"\e56e";}.fa-school-lock{--fa:"\e56f";}.fa-sheet-plastic{--fa:"\e571";}.fa-shield-cat{--fa:"\e572";}.fa-shield-dog{--fa:"\e573";}.fa-shield-heart{--fa:"\e574";}.fa-square-nfi{--fa:"\e576";}.fa-square-person-confined{--fa:"\e577";}.fa-square-virus{--fa:"\e578";}.fa-staff-snake{--fa:"\e579";}.fa-rod-asclepius{--fa:"\e579";}.fa-rod-snake{--fa:"\e579";}.fa-staff-aesculapius{--fa:"\e579";}.fa-sun-plant-wilt{--fa:"\e57a";}.fa-tarp{--fa:"\e57b";}.fa-tarp-droplet{--fa:"\e57c";}.fa-tent{--fa:"\e57d";}.fa-tent-arrow-down-to-line{--fa:"\e57e";}.fa-tent-arrow-left-right{--fa:"\e57f";}.fa-tent-arrow-turn-left{--fa:"\e580";}.fa-tent-arrows-down{--fa:"\e581";}.fa-tents{--fa:"\e582";}.fa-toilet-portable{--fa:"\e583";}.fa-toilets-portable{--fa:"\e584";}.fa-tower-cell{--fa:"\e585";}.fa-tower-observation{--fa:"\e586";}.fa-tree-city{--fa:"\e587";}.fa-trowel{--fa:"\e589";}.fa-trowel-bricks{--fa:"\e58a";}.fa-truck-arrow-right{--fa:"\e58b";}.fa-truck-droplet{--fa:"\e58c";}.fa-truck-field{--fa:"\e58d";}.fa-truck-field-un{--fa:"\e58e";}.fa-truck-plane{--fa:"\e58f";}.fa-users-between-lines{--fa:"\e591";}.fa-users-line{--fa:"\e592";}.fa-users-rays{--fa:"\e593";}.fa-users-rectangle{--fa:"\e594";}.fa-users-viewfinder{--fa:"\e595";}.fa-vial-circle-check{--fa:"\e596";}.fa-vial-virus{--fa:"\e597";}.fa-wheat-awn-circle-exclamation{--fa:"\e598";}.fa-worm{--fa:"\e599";}.fa-xmarks-lines{--fa:"\e59a";}.fa-child-dress{--fa:"\e59c";}.fa-child-reaching{--fa:"\e59d";}.fa-file-circle-check{--fa:"\e5a0";}.fa-file-circle-xmark{--fa:"\e5a1";}.fa-person-through-window{--fa:"\e5a9";}.fa-plant-wilt{--fa:"\e5aa";}.fa-stapler{--fa:"\e5af";}.fa-train-tram{--fa:"\e5b4";}.fa-table-cells-column-lock{--fa:"\e678";}.fa-table-cells-row-lock{--fa:"\e67a";}.fa-web-awesome{--fa:"\e682";}.fa-thumbtack-slash{--fa:"\e68f";}.fa-thumb-tack-slash{--fa:"\e68f";}.fa-table-cells-row-unlock{--fa:"\e691";}.fa-chart-diagram{--fa:"\e695";}.fa-comment-nodes{--fa:"\e696";}.fa-file-fragment{--fa:"\e697";}.fa-file-half-dashed{--fa:"\e698";}.fa-hexagon-nodes{--fa:"\e699";}.fa-hexagon-nodes-bolt{--fa:"\e69a";}.fa-square-binary{--fa:"\e69b";}.fa-pentagon{--fa:"\e790";}.fa-non-binary{--fa:"\e807";}.fa-spiral{--fa:"\e80a";}.fa-mobile-vibrate{--fa:"\e816";}.fa-single-quote-left{--fa:"\e81b";}.fa-single-quote-right{--fa:"\e81c";}.fa-bus-side{--fa:"\e81d";}.fa-septagon{--fa:"\e820";}.fa-heptagon{--fa:"\e820";}.fa-martini-glass-empty{--fa:"\f000";}.fa-glass-martini{--fa:"\f000";}.fa-music{--fa:"\f001";}.fa-magnifying-glass{--fa:"\f002";}.fa-search{--fa:"\f002";}.fa-heart{--fa:"\f004";}.fa-star{--fa:"\f005";}.fa-user{--fa:"\f007";}.fa-user-alt{--fa:"\f007";}.fa-user-large{--fa:"\f007";}.fa-film{--fa:"\f008";}.fa-film-alt{--fa:"\f008";}.fa-film-simple{--fa:"\f008";}.fa-table-cells-large{--fa:"\f009";}.fa-th-large{--fa:"\f009";}.fa-table-cells{--fa:"\f00a";}.fa-th{--fa:"\f00a";}.fa-table-list{--fa:"\f00b";}.fa-th-list{--fa:"\f00b";}.fa-check{--fa:"\f00c";}.fa-xmark{--fa:"\f00d";}.fa-close{--fa:"\f00d";}.fa-multiply{--fa:"\f00d";}.fa-remove{--fa:"\f00d";}.fa-times{--fa:"\f00d";}.fa-magnifying-glass-plus{--fa:"\f00e";}.fa-search-plus{--fa:"\f00e";}.fa-magnifying-glass-minus{--fa:"\f010";}.fa-search-minus{--fa:"\f010";}.fa-power-off{--fa:"\f011";}.fa-signal{--fa:"\f012";}.fa-signal-5{--fa:"\f012";}.fa-signal-perfect{--fa:"\f012";}.fa-gear{--fa:"\f013";}.fa-cog{--fa:"\f013";}.fa-house{--fa:"\f015";}.fa-home{--fa:"\f015";}.fa-home-alt{--fa:"\f015";}.fa-home-lg-alt{--fa:"\f015";}.fa-clock{--fa:"\f017";}.fa-clock-four{--fa:"\f017";}.fa-road{--fa:"\f018";}.fa-download{--fa:"\f019";}.fa-inbox{--fa:"\f01c";}.fa-arrow-rotate-right{--fa:"\f01e";}.fa-arrow-right-rotate{--fa:"\f01e";}.fa-arrow-rotate-forward{--fa:"\f01e";}.fa-redo{--fa:"\f01e";}.fa-arrows-rotate{--fa:"\f021";}.fa-refresh{--fa:"\f021";}.fa-sync{--fa:"\f021";}.fa-rectangle-list{--fa:"\f022";}.fa-list-alt{--fa:"\f022";}.fa-lock{--fa:"\f023";}.fa-flag{--fa:"\f024";}.fa-headphones{--fa:"\f025";}.fa-headphones-alt{--fa:"\f025";}.fa-headphones-simple{--fa:"\f025";}.fa-volume-off{--fa:"\f026";}.fa-volume-low{--fa:"\f027";}.fa-volume-down{--fa:"\f027";}.fa-volume-high{--fa:"\f028";}.fa-volume-up{--fa:"\f028";}.fa-qrcode{--fa:"\f029";}.fa-barcode{--fa:"\f02a";}.fa-tag{--fa:"\f02b";}.fa-tags{--fa:"\f02c";}.fa-book{--fa:"\f02d";}.fa-bookmark{--fa:"\f02e";}.fa-print{--fa:"\f02f";}.fa-camera{--fa:"\f030";}.fa-camera-alt{--fa:"\f030";}.fa-font{--fa:"\f031";}.fa-bold{--fa:"\f032";}.fa-italic{--fa:"\f033";}.fa-text-height{--fa:"\f034";}.fa-text-width{--fa:"\f035";}.fa-align-left{--fa:"\f036";}.fa-align-center{--fa:"\f037";}.fa-align-right{--fa:"\f038";}.fa-align-justify{--fa:"\f039";}.fa-list{--fa:"\f03a";}.fa-list-squares{--fa:"\f03a";}.fa-outdent{--fa:"\f03b";}.fa-dedent{--fa:"\f03b";}.fa-indent{--fa:"\f03c";}.fa-video{--fa:"\f03d";}.fa-video-camera{--fa:"\f03d";}.fa-image{--fa:"\f03e";}.fa-location-pin{--fa:"\f041";}.fa-map-marker{--fa:"\f041";}.fa-circle-half-stroke{--fa:"\f042";}.fa-adjust{--fa:"\f042";}.fa-droplet{--fa:"\f043";}.fa-tint{--fa:"\f043";}.fa-pen-to-square{--fa:"\f044";}.fa-edit{--fa:"\f044";}.fa-arrows-up-down-left-right{--fa:"\f047";}.fa-arrows{--fa:"\f047";}.fa-backward-step{--fa:"\f048";}.fa-step-backward{--fa:"\f048";}.fa-backward-fast{--fa:"\f049";}.fa-fast-backward{--fa:"\f049";}.fa-backward{--fa:"\f04a";}.fa-play{--fa:"\f04b";}.fa-pause{--fa:"\f04c";}.fa-stop{--fa:"\f04d";}.fa-forward{--fa:"\f04e";}.fa-forward-fast{--fa:"\f050";}.fa-fast-forward{--fa:"\f050";}.fa-forward-step{--fa:"\f051";}.fa-step-forward{--fa:"\f051";}.fa-eject{--fa:"\f052";}.fa-chevron-left{--fa:"\f053";}.fa-chevron-right{--fa:"\f054";}.fa-circle-plus{--fa:"\f055";}.fa-plus-circle{--fa:"\f055";}.fa-circle-minus{--fa:"\f056";}.fa-minus-circle{--fa:"\f056";}.fa-circle-xmark{--fa:"\f057";}.fa-times-circle{--fa:"\f057";}.fa-xmark-circle{--fa:"\f057";}.fa-circle-check{--fa:"\f058";}.fa-check-circle{--fa:"\f058";}.fa-circle-question{--fa:"\f059";}.fa-question-circle{--fa:"\f059";}.fa-circle-info{--fa:"\f05a";}.fa-info-circle{--fa:"\f05a";}.fa-crosshairs{--fa:"\f05b";}.fa-ban{--fa:"\f05e";}.fa-cancel{--fa:"\f05e";}.fa-arrow-left{--fa:"\f060";}.fa-arrow-right{--fa:"\f061";}.fa-arrow-up{--fa:"\f062";}.fa-arrow-down{--fa:"\f063";}.fa-share{--fa:"\f064";}.fa-mail-forward{--fa:"\f064";}.fa-expand{--fa:"\f065";}.fa-compress{--fa:"\f066";}.fa-minus{--fa:"\f068";}.fa-subtract{--fa:"\f068";}.fa-circle-exclamation{--fa:"\f06a";}.fa-exclamation-circle{--fa:"\f06a";}.fa-gift{--fa:"\f06b";}.fa-leaf{--fa:"\f06c";}.fa-fire{--fa:"\f06d";}.fa-eye{--fa:"\f06e";}.fa-eye-slash{--fa:"\f070";}.fa-triangle-exclamation{--fa:"\f071";}.fa-exclamation-triangle{--fa:"\f071";}.fa-warning{--fa:"\f071";}.fa-plane{--fa:"\f072";}.fa-calendar-days{--fa:"\f073";}.fa-calendar-alt{--fa:"\f073";}.fa-shuffle{--fa:"\f074";}.fa-random{--fa:"\f074";}.fa-comment{--fa:"\f075";}.fa-magnet{--fa:"\f076";}.fa-chevron-up{--fa:"\f077";}.fa-chevron-down{--fa:"\f078";}.fa-retweet{--fa:"\f079";}.fa-cart-shopping{--fa:"\f07a";}.fa-shopping-cart{--fa:"\f07a";}.fa-folder{--fa:"\f07b";}.fa-folder-blank{--fa:"\f07b";}.fa-folder-open{--fa:"\f07c";}.fa-arrows-up-down{--fa:"\f07d";}.fa-arrows-v{--fa:"\f07d";}.fa-arrows-left-right{--fa:"\f07e";}.fa-arrows-h{--fa:"\f07e";}.fa-chart-bar{--fa:"\f080";}.fa-bar-chart{--fa:"\f080";}.fa-camera-retro{--fa:"\f083";}.fa-key{--fa:"\f084";}.fa-gears{--fa:"\f085";}.fa-cogs{--fa:"\f085";}.fa-comments{--fa:"\f086";}.fa-star-half{--fa:"\f089";}.fa-arrow-right-from-bracket{--fa:"\f08b";}.fa-sign-out{--fa:"\f08b";}.fa-thumbtack{--fa:"\f08d";}.fa-thumb-tack{--fa:"\f08d";}.fa-arrow-up-right-from-square{--fa:"\f08e";}.fa-external-link{--fa:"\f08e";}.fa-arrow-right-to-bracket{--fa:"\f090";}.fa-sign-in{--fa:"\f090";}.fa-trophy{--fa:"\f091";}.fa-upload{--fa:"\f093";}.fa-lemon{--fa:"\f094";}.fa-phone{--fa:"\f095";}.fa-square-phone{--fa:"\f098";}.fa-phone-square{--fa:"\f098";}.fa-unlock{--fa:"\f09c";}.fa-credit-card{--fa:"\f09d";}.fa-credit-card-alt{--fa:"\f09d";}.fa-rss{--fa:"\f09e";}.fa-feed{--fa:"\f09e";}.fa-hard-drive{--fa:"\f0a0";}.fa-hdd{--fa:"\f0a0";}.fa-bullhorn{--fa:"\f0a1";}.fa-certificate{--fa:"\f0a3";}.fa-hand-point-right{--fa:"\f0a4";}.fa-hand-point-left{--fa:"\f0a5";}.fa-hand-point-up{--fa:"\f0a6";}.fa-hand-point-down{--fa:"\f0a7";}.fa-circle-arrow-left{--fa:"\f0a8";}.fa-arrow-circle-left{--fa:"\f0a8";}.fa-circle-arrow-right{--fa:"\f0a9";}.fa-arrow-circle-right{--fa:"\f0a9";}.fa-circle-arrow-up{--fa:"\f0aa";}.fa-arrow-circle-up{--fa:"\f0aa";}.fa-circle-arrow-down{--fa:"\f0ab";}.fa-arrow-circle-down{--fa:"\f0ab";}.fa-globe{--fa:"\f0ac";}.fa-wrench{--fa:"\f0ad";}.fa-list-check{--fa:"\f0ae";}.fa-tasks{--fa:"\f0ae";}.fa-filter{--fa:"\f0b0";}.fa-briefcase{--fa:"\f0b1";}.fa-up-down-left-right{--fa:"\f0b2";}.fa-arrows-alt{--fa:"\f0b2";}.fa-users{--fa:"\f0c0";}.fa-link{--fa:"\f0c1";}.fa-chain{--fa:"\f0c1";}.fa-cloud{--fa:"\f0c2";}.fa-flask{--fa:"\f0c3";}.fa-scissors{--fa:"\f0c4";}.fa-cut{--fa:"\f0c4";}.fa-copy{--fa:"\f0c5";}.fa-paperclip{--fa:"\f0c6";}.fa-floppy-disk{--fa:"\f0c7";}.fa-save{--fa:"\f0c7";}.fa-square{--fa:"\f0c8";}.fa-bars{--fa:"\f0c9";}.fa-navicon{--fa:"\f0c9";}.fa-list-ul{--fa:"\f0ca";}.fa-list-dots{--fa:"\f0ca";}.fa-list-ol{--fa:"\f0cb";}.fa-list-1-2{--fa:"\f0cb";}.fa-list-numeric{--fa:"\f0cb";}.fa-strikethrough{--fa:"\f0cc";}.fa-underline{--fa:"\f0cd";}.fa-table{--fa:"\f0ce";}.fa-wand-magic{--fa:"\f0d0";}.fa-magic{--fa:"\f0d0";}.fa-truck{--fa:"\f0d1";}.fa-money-bill{--fa:"\f0d6";}.fa-caret-down{--fa:"\f0d7";}.fa-caret-up{--fa:"\f0d8";}.fa-caret-left{--fa:"\f0d9";}.fa-caret-right{--fa:"\f0da";}.fa-table-columns{--fa:"\f0db";}.fa-columns{--fa:"\f0db";}.fa-sort{--fa:"\f0dc";}.fa-unsorted{--fa:"\f0dc";}.fa-sort-down{--fa:"\f0dd";}.fa-sort-desc{--fa:"\f0dd";}.fa-sort-up{--fa:"\f0de";}.fa-sort-asc{--fa:"\f0de";}.fa-envelope{--fa:"\f0e0";}.fa-arrow-rotate-left{--fa:"\f0e2";}.fa-arrow-left-rotate{--fa:"\f0e2";}.fa-arrow-rotate-back{--fa:"\f0e2";}.fa-arrow-rotate-backward{--fa:"\f0e2";}.fa-undo{--fa:"\f0e2";}.fa-gavel{--fa:"\f0e3";}.fa-legal{--fa:"\f0e3";}.fa-bolt{--fa:"\f0e7";}.fa-zap{--fa:"\f0e7";}.fa-sitemap{--fa:"\f0e8";}.fa-umbrella{--fa:"\f0e9";}.fa-paste{--fa:"\f0ea";}.fa-file-clipboard{--fa:"\f0ea";}.fa-lightbulb{--fa:"\f0eb";}.fa-arrow-right-arrow-left{--fa:"\f0ec";}.fa-exchange{--fa:"\f0ec";}.fa-cloud-arrow-down{--fa:"\f0ed";}.fa-cloud-download{--fa:"\f0ed";}.fa-cloud-download-alt{--fa:"\f0ed";}.fa-cloud-arrow-up{--fa:"\f0ee";}.fa-cloud-upload{--fa:"\f0ee";}.fa-cloud-upload-alt{--fa:"\f0ee";}.fa-user-doctor{--fa:"\f0f0";}.fa-user-md{--fa:"\f0f0";}.fa-stethoscope{--fa:"\f0f1";}.fa-suitcase{--fa:"\f0f2";}.fa-bell{--fa:"\f0f3";}.fa-mug-saucer{--fa:"\f0f4";}.fa-coffee{--fa:"\f0f4";}.fa-hospital{--fa:"\f0f8";}.fa-hospital-alt{--fa:"\f0f8";}.fa-hospital-wide{--fa:"\f0f8";}.fa-truck-medical{--fa:"\f0f9";}.fa-ambulance{--fa:"\f0f9";}.fa-suitcase-medical{--fa:"\f0fa";}.fa-medkit{--fa:"\f0fa";}.fa-jet-fighter{--fa:"\f0fb";}.fa-fighter-jet{--fa:"\f0fb";}.fa-beer-mug-empty{--fa:"\f0fc";}.fa-beer{--fa:"\f0fc";}.fa-square-h{--fa:"\f0fd";}.fa-h-square{--fa:"\f0fd";}.fa-square-plus{--fa:"\f0fe";}.fa-plus-square{--fa:"\f0fe";}.fa-angles-left{--fa:"\f100";}.fa-angle-double-left{--fa:"\f100";}.fa-angles-right{--fa:"\f101";}.fa-angle-double-right{--fa:"\f101";}.fa-angles-up{--fa:"\f102";}.fa-angle-double-up{--fa:"\f102";}.fa-angles-down{--fa:"\f103";}.fa-angle-double-down{--fa:"\f103";}.fa-angle-left{--fa:"\f104";}.fa-angle-right{--fa:"\f105";}.fa-angle-up{--fa:"\f106";}.fa-angle-down{--fa:"\f107";}.fa-laptop{--fa:"\f109";}.fa-tablet-button{--fa:"\f10a";}.fa-mobile-button{--fa:"\f10b";}.fa-quote-left{--fa:"\f10d";}.fa-quote-left-alt{--fa:"\f10d";}.fa-quote-right{--fa:"\f10e";}.fa-quote-right-alt{--fa:"\f10e";}.fa-spinner{--fa:"\f110";}.fa-circle{--fa:"\f111";}.fa-face-smile{--fa:"\f118";}.fa-smile{--fa:"\f118";}.fa-face-frown{--fa:"\f119";}.fa-frown{--fa:"\f119";}.fa-face-meh{--fa:"\f11a";}.fa-meh{--fa:"\f11a";}.fa-gamepad{--fa:"\f11b";}.fa-keyboard{--fa:"\f11c";}.fa-flag-checkered{--fa:"\f11e";}.fa-terminal{--fa:"\f120";}.fa-code{--fa:"\f121";}.fa-reply-all{--fa:"\f122";}.fa-mail-reply-all{--fa:"\f122";}.fa-location-arrow{--fa:"\f124";}.fa-crop{--fa:"\f125";}.fa-code-branch{--fa:"\f126";}.fa-link-slash{--fa:"\f127";}.fa-chain-broken{--fa:"\f127";}.fa-chain-slash{--fa:"\f127";}.fa-unlink{--fa:"\f127";}.fa-info{--fa:"\f129";}.fa-superscript{--fa:"\f12b";}.fa-subscript{--fa:"\f12c";}.fa-eraser{--fa:"\f12d";}.fa-puzzle-piece{--fa:"\f12e";}.fa-microphone{--fa:"\f130";}.fa-microphone-slash{--fa:"\f131";}.fa-shield{--fa:"\f132";}.fa-shield-blank{--fa:"\f132";}.fa-calendar{--fa:"\f133";}.fa-fire-extinguisher{--fa:"\f134";}.fa-rocket{--fa:"\f135";}.fa-circle-chevron-left{--fa:"\f137";}.fa-chevron-circle-left{--fa:"\f137";}.fa-circle-chevron-right{--fa:"\f138";}.fa-chevron-circle-right{--fa:"\f138";}.fa-circle-chevron-up{--fa:"\f139";}.fa-chevron-circle-up{--fa:"\f139";}.fa-circle-chevron-down{--fa:"\f13a";}.fa-chevron-circle-down{--fa:"\f13a";}.fa-anchor{--fa:"\f13d";}.fa-unlock-keyhole{--fa:"\f13e";}.fa-unlock-alt{--fa:"\f13e";}.fa-bullseye{--fa:"\f140";}.fa-ellipsis{--fa:"\f141";}.fa-ellipsis-h{--fa:"\f141";}.fa-ellipsis-vertical{--fa:"\f142";}.fa-ellipsis-v{--fa:"\f142";}.fa-square-rss{--fa:"\f143";}.fa-rss-square{--fa:"\f143";}.fa-circle-play{--fa:"\f144";}.fa-play-circle{--fa:"\f144";}.fa-ticket{--fa:"\f145";}.fa-square-minus{--fa:"\f146";}.fa-minus-square{--fa:"\f146";}.fa-arrow-turn-up{--fa:"\f148";}.fa-level-up{--fa:"\f148";}.fa-arrow-turn-down{--fa:"\f149";}.fa-level-down{--fa:"\f149";}.fa-square-check{--fa:"\f14a";}.fa-check-square{--fa:"\f14a";}.fa-square-pen{--fa:"\f14b";}.fa-pen-square{--fa:"\f14b";}.fa-pencil-square{--fa:"\f14b";}.fa-square-arrow-up-right{--fa:"\f14c";}.fa-external-link-square{--fa:"\f14c";}.fa-share-from-square{--fa:"\f14d";}.fa-share-square{--fa:"\f14d";}.fa-compass{--fa:"\f14e";}.fa-square-caret-down{--fa:"\f150";}.fa-caret-square-down{--fa:"\f150";}.fa-square-caret-up{--fa:"\f151";}.fa-caret-square-up{--fa:"\f151";}.fa-square-caret-right{--fa:"\f152";}.fa-caret-square-right{--fa:"\f152";}.fa-euro-sign{--fa:"\f153";}.fa-eur{--fa:"\f153";}.fa-euro{--fa:"\f153";}.fa-sterling-sign{--fa:"\f154";}.fa-gbp{--fa:"\f154";}.fa-pound-sign{--fa:"\f154";}.fa-rupee-sign{--fa:"\f156";}.fa-rupee{--fa:"\f156";}.fa-yen-sign{--fa:"\f157";}.fa-cny{--fa:"\f157";}.fa-jpy{--fa:"\f157";}.fa-rmb{--fa:"\f157";}.fa-yen{--fa:"\f157";}.fa-ruble-sign{--fa:"\f158";}.fa-rouble{--fa:"\f158";}.fa-rub{--fa:"\f158";}.fa-ruble{--fa:"\f158";}.fa-won-sign{--fa:"\f159";}.fa-krw{--fa:"\f159";}.fa-won{--fa:"\f159";}.fa-file{--fa:"\f15b";}.fa-file-lines{--fa:"\f15c";}.fa-file-alt{--fa:"\f15c";}.fa-file-text{--fa:"\f15c";}.fa-arrow-down-a-z{--fa:"\f15d";}.fa-sort-alpha-asc{--fa:"\f15d";}.fa-sort-alpha-down{--fa:"\f15d";}.fa-arrow-up-a-z{--fa:"\f15e";}.fa-sort-alpha-up{--fa:"\f15e";}.fa-arrow-down-wide-short{--fa:"\f160";}.fa-sort-amount-asc{--fa:"\f160";}.fa-sort-amount-down{--fa:"\f160";}.fa-arrow-up-wide-short{--fa:"\f161";}.fa-sort-amount-up{--fa:"\f161";}.fa-arrow-down-1-9{--fa:"\f162";}.fa-sort-numeric-asc{--fa:"\f162";}.fa-sort-numeric-down{--fa:"\f162";}.fa-arrow-up-1-9{--fa:"\f163";}.fa-sort-numeric-up{--fa:"\f163";}.fa-thumbs-up{--fa:"\f164";}.fa-thumbs-down{--fa:"\f165";}.fa-arrow-down-long{--fa:"\f175";}.fa-long-arrow-down{--fa:"\f175";}.fa-arrow-up-long{--fa:"\f176";}.fa-long-arrow-up{--fa:"\f176";}.fa-arrow-left-long{--fa:"\f177";}.fa-long-arrow-left{--fa:"\f177";}.fa-arrow-right-long{--fa:"\f178";}.fa-long-arrow-right{--fa:"\f178";}.fa-person-dress{--fa:"\f182";}.fa-female{--fa:"\f182";}.fa-person{--fa:"\f183";}.fa-male{--fa:"\f183";}.fa-sun{--fa:"\f185";}.fa-moon{--fa:"\f186";}.fa-box-archive{--fa:"\f187";}.fa-archive{--fa:"\f187";}.fa-bug{--fa:"\f188";}.fa-square-caret-left{--fa:"\f191";}.fa-caret-square-left{--fa:"\f191";}.fa-circle-dot{--fa:"\f192";}.fa-dot-circle{--fa:"\f192";}.fa-wheelchair{--fa:"\f193";}.fa-lira-sign{--fa:"\f195";}.fa-shuttle-space{--fa:"\f197";}.fa-space-shuttle{--fa:"\f197";}.fa-square-envelope{--fa:"\f199";}.fa-envelope-square{--fa:"\f199";}.fa-building-columns{--fa:"\f19c";}.fa-bank{--fa:"\f19c";}.fa-institution{--fa:"\f19c";}.fa-museum{--fa:"\f19c";}.fa-university{--fa:"\f19c";}.fa-graduation-cap{--fa:"\f19d";}.fa-mortar-board{--fa:"\f19d";}.fa-language{--fa:"\f1ab";}.fa-fax{--fa:"\f1ac";}.fa-building{--fa:"\f1ad";}.fa-child{--fa:"\f1ae";}.fa-paw{--fa:"\f1b0";}.fa-cube{--fa:"\f1b2";}.fa-cubes{--fa:"\f1b3";}.fa-recycle{--fa:"\f1b8";}.fa-car{--fa:"\f1b9";}.fa-automobile{--fa:"\f1b9";}.fa-taxi{--fa:"\f1ba";}.fa-cab{--fa:"\f1ba";}.fa-tree{--fa:"\f1bb";}.fa-database{--fa:"\f1c0";}.fa-file-pdf{--fa:"\f1c1";}.fa-file-word{--fa:"\f1c2";}.fa-file-excel{--fa:"\f1c3";}.fa-file-powerpoint{--fa:"\f1c4";}.fa-file-image{--fa:"\f1c5";}.fa-file-zipper{--fa:"\f1c6";}.fa-file-archive{--fa:"\f1c6";}.fa-file-audio{--fa:"\f1c7";}.fa-file-video{--fa:"\f1c8";}.fa-file-code{--fa:"\f1c9";}.fa-life-ring{--fa:"\f1cd";}.fa-circle-notch{--fa:"\f1ce";}.fa-paper-plane{--fa:"\f1d8";}.fa-clock-rotate-left{--fa:"\f1da";}.fa-history{--fa:"\f1da";}.fa-heading{--fa:"\f1dc";}.fa-header{--fa:"\f1dc";}.fa-paragraph{--fa:"\f1dd";}.fa-sliders{--fa:"\f1de";}.fa-sliders-h{--fa:"\f1de";}.fa-share-nodes{--fa:"\f1e0";}.fa-share-alt{--fa:"\f1e0";}.fa-square-share-nodes{--fa:"\f1e1";}.fa-share-alt-square{--fa:"\f1e1";}.fa-bomb{--fa:"\f1e2";}.fa-futbol{--fa:"\f1e3";}.fa-futbol-ball{--fa:"\f1e3";}.fa-soccer-ball{--fa:"\f1e3";}.fa-tty{--fa:"\f1e4";}.fa-teletype{--fa:"\f1e4";}.fa-binoculars{--fa:"\f1e5";}.fa-plug{--fa:"\f1e6";}.fa-newspaper{--fa:"\f1ea";}.fa-wifi{--fa:"\f1eb";}.fa-wifi-3{--fa:"\f1eb";}.fa-wifi-strong{--fa:"\f1eb";}.fa-calculator{--fa:"\f1ec";}.fa-bell-slash{--fa:"\f1f6";}.fa-trash{--fa:"\f1f8";}.fa-copyright{--fa:"\f1f9";}.fa-eye-dropper{--fa:"\f1fb";}.fa-eye-dropper-empty{--fa:"\f1fb";}.fa-eyedropper{--fa:"\f1fb";}.fa-paintbrush{--fa:"\f1fc";}.fa-paint-brush{--fa:"\f1fc";}.fa-cake-candles{--fa:"\f1fd";}.fa-birthday-cake{--fa:"\f1fd";}.fa-cake{--fa:"\f1fd";}.fa-chart-area{--fa:"\f1fe";}.fa-area-chart{--fa:"\f1fe";}.fa-chart-pie{--fa:"\f200";}.fa-pie-chart{--fa:"\f200";}.fa-chart-line{--fa:"\f201";}.fa-line-chart{--fa:"\f201";}.fa-toggle-off{--fa:"\f204";}.fa-toggle-on{--fa:"\f205";}.fa-bicycle{--fa:"\f206";}.fa-bus{--fa:"\f207";}.fa-closed-captioning{--fa:"\f20a";}.fa-shekel-sign{--fa:"\f20b";}.fa-ils{--fa:"\f20b";}.fa-shekel{--fa:"\f20b";}.fa-sheqel{--fa:"\f20b";}.fa-sheqel-sign{--fa:"\f20b";}.fa-cart-plus{--fa:"\f217";}.fa-cart-arrow-down{--fa:"\f218";}.fa-diamond{--fa:"\f219";}.fa-ship{--fa:"\f21a";}.fa-user-secret{--fa:"\f21b";}.fa-motorcycle{--fa:"\f21c";}.fa-street-view{--fa:"\f21d";}.fa-heart-pulse{--fa:"\f21e";}.fa-heartbeat{--fa:"\f21e";}.fa-venus{--fa:"\f221";}.fa-mars{--fa:"\f222";}.fa-mercury{--fa:"\f223";}.fa-mars-and-venus{--fa:"\f224";}.fa-transgender{--fa:"\f225";}.fa-transgender-alt{--fa:"\f225";}.fa-venus-double{--fa:"\f226";}.fa-mars-double{--fa:"\f227";}.fa-venus-mars{--fa:"\f228";}.fa-mars-stroke{--fa:"\f229";}.fa-mars-stroke-up{--fa:"\f22a";}.fa-mars-stroke-v{--fa:"\f22a";}.fa-mars-stroke-right{--fa:"\f22b";}.fa-mars-stroke-h{--fa:"\f22b";}.fa-neuter{--fa:"\f22c";}.fa-genderless{--fa:"\f22d";}.fa-server{--fa:"\f233";}.fa-user-plus{--fa:"\f234";}.fa-user-xmark{--fa:"\f235";}.fa-user-times{--fa:"\f235";}.fa-bed{--fa:"\f236";}.fa-train{--fa:"\f238";}.fa-train-subway{--fa:"\f239";}.fa-subway{--fa:"\f239";}.fa-battery-full{--fa:"\f240";}.fa-battery{--fa:"\f240";}.fa-battery-5{--fa:"\f240";}.fa-battery-three-quarters{--fa:"\f241";}.fa-battery-4{--fa:"\f241";}.fa-battery-half{--fa:"\f242";}.fa-battery-3{--fa:"\f242";}.fa-battery-quarter{--fa:"\f243";}.fa-battery-2{--fa:"\f243";}.fa-battery-empty{--fa:"\f244";}.fa-battery-0{--fa:"\f244";}.fa-arrow-pointer{--fa:"\f245";}.fa-mouse-pointer{--fa:"\f245";}.fa-i-cursor{--fa:"\f246";}.fa-object-group{--fa:"\f247";}.fa-object-ungroup{--fa:"\f248";}.fa-note-sticky{--fa:"\f249";}.fa-sticky-note{--fa:"\f249";}.fa-clone{--fa:"\f24d";}.fa-scale-balanced{--fa:"\f24e";}.fa-balance-scale{--fa:"\f24e";}.fa-hourglass-start{--fa:"\f251";}.fa-hourglass-1{--fa:"\f251";}.fa-hourglass-half{--fa:"\f252";}.fa-hourglass-2{--fa:"\f252";}.fa-hourglass-end{--fa:"\f253";}.fa-hourglass-3{--fa:"\f253";}.fa-hourglass{--fa:"\f254";}.fa-hourglass-empty{--fa:"\f254";}.fa-hand-back-fist{--fa:"\f255";}.fa-hand-rock{--fa:"\f255";}.fa-hand{--fa:"\f256";}.fa-hand-paper{--fa:"\f256";}.fa-hand-scissors{--fa:"\f257";}.fa-hand-lizard{--fa:"\f258";}.fa-hand-spock{--fa:"\f259";}.fa-hand-pointer{--fa:"\f25a";}.fa-hand-peace{--fa:"\f25b";}.fa-trademark{--fa:"\f25c";}.fa-registered{--fa:"\f25d";}.fa-tv{--fa:"\f26c";}.fa-television{--fa:"\f26c";}.fa-tv-alt{--fa:"\f26c";}.fa-calendar-plus{--fa:"\f271";}.fa-calendar-minus{--fa:"\f272";}.fa-calendar-xmark{--fa:"\f273";}.fa-calendar-times{--fa:"\f273";}.fa-calendar-check{--fa:"\f274";}.fa-industry{--fa:"\f275";}.fa-map-pin{--fa:"\f276";}.fa-signs-post{--fa:"\f277";}.fa-map-signs{--fa:"\f277";}.fa-map{--fa:"\f279";}.fa-message{--fa:"\f27a";}.fa-comment-alt{--fa:"\f27a";}.fa-circle-pause{--fa:"\f28b";}.fa-pause-circle{--fa:"\f28b";}.fa-circle-stop{--fa:"\f28d";}.fa-stop-circle{--fa:"\f28d";}.fa-bag-shopping{--fa:"\f290";}.fa-shopping-bag{--fa:"\f290";}.fa-basket-shopping{--fa:"\f291";}.fa-shopping-basket{--fa:"\f291";}.fa-universal-access{--fa:"\f29a";}.fa-person-walking-with-cane{--fa:"\f29d";}.fa-blind{--fa:"\f29d";}.fa-audio-description{--fa:"\f29e";}.fa-phone-volume{--fa:"\f2a0";}.fa-volume-control-phone{--fa:"\f2a0";}.fa-braille{--fa:"\f2a1";}.fa-ear-listen{--fa:"\f2a2";}.fa-assistive-listening-systems{--fa:"\f2a2";}.fa-hands-asl-interpreting{--fa:"\f2a3";}.fa-american-sign-language-interpreting{--fa:"\f2a3";}.fa-asl-interpreting{--fa:"\f2a3";}.fa-hands-american-sign-language-interpreting{--fa:"\f2a3";}.fa-ear-deaf{--fa:"\f2a4";}.fa-deaf{--fa:"\f2a4";}.fa-deafness{--fa:"\f2a4";}.fa-hard-of-hearing{--fa:"\f2a4";}.fa-hands{--fa:"\f2a7";}.fa-sign-language{--fa:"\f2a7";}.fa-signing{--fa:"\f2a7";}.fa-eye-low-vision{--fa:"\f2a8";}.fa-low-vision{--fa:"\f2a8";}.fa-font-awesome{--fa:"\f2b4";}.fa-font-awesome-flag{--fa:"\f2b4";}.fa-font-awesome-logo-full{--fa:"\f2b4";}.fa-handshake{--fa:"\f2b5";}.fa-handshake-alt{--fa:"\f2b5";}.fa-handshake-simple{--fa:"\f2b5";}.fa-envelope-open{--fa:"\f2b6";}.fa-address-book{--fa:"\f2b9";}.fa-contact-book{--fa:"\f2b9";}.fa-address-card{--fa:"\f2bb";}.fa-contact-card{--fa:"\f2bb";}.fa-vcard{--fa:"\f2bb";}.fa-circle-user{--fa:"\f2bd";}.fa-user-circle{--fa:"\f2bd";}.fa-id-badge{--fa:"\f2c1";}.fa-id-card{--fa:"\f2c2";}.fa-drivers-license{--fa:"\f2c2";}.fa-temperature-full{--fa:"\f2c7";}.fa-temperature-4{--fa:"\f2c7";}.fa-thermometer-4{--fa:"\f2c7";}.fa-thermometer-full{--fa:"\f2c7";}.fa-temperature-three-quarters{--fa:"\f2c8";}.fa-temperature-3{--fa:"\f2c8";}.fa-thermometer-3{--fa:"\f2c8";}.fa-thermometer-three-quarters{--fa:"\f2c8";}.fa-temperature-half{--fa:"\f2c9";}.fa-temperature-2{--fa:"\f2c9";}.fa-thermometer-2{--fa:"\f2c9";}.fa-thermometer-half{--fa:"\f2c9";}.fa-temperature-quarter{--fa:"\f2ca";}.fa-temperature-1{--fa:"\f2ca";}.fa-thermometer-1{--fa:"\f2ca";}.fa-thermometer-quarter{--fa:"\f2ca";}.fa-temperature-empty{--fa:"\f2cb";}.fa-temperature-0{--fa:"\f2cb";}.fa-thermometer-0{--fa:"\f2cb";}.fa-thermometer-empty{--fa:"\f2cb";}.fa-shower{--fa:"\f2cc";}.fa-bath{--fa:"\f2cd";}.fa-bathtub{--fa:"\f2cd";}.fa-podcast{--fa:"\f2ce";}.fa-window-maximize{--fa:"\f2d0";}.fa-window-minimize{--fa:"\f2d1";}.fa-window-restore{--fa:"\f2d2";}.fa-square-xmark{--fa:"\f2d3";}.fa-times-square{--fa:"\f2d3";}.fa-xmark-square{--fa:"\f2d3";}.fa-microchip{--fa:"\f2db";}.fa-snowflake{--fa:"\f2dc";}.fa-spoon{--fa:"\f2e5";}.fa-utensil-spoon{--fa:"\f2e5";}.fa-utensils{--fa:"\f2e7";}.fa-cutlery{--fa:"\f2e7";}.fa-rotate-left{--fa:"\f2ea";}.fa-rotate-back{--fa:"\f2ea";}.fa-rotate-backward{--fa:"\f2ea";}.fa-undo-alt{--fa:"\f2ea";}.fa-trash-can{--fa:"\f2ed";}.fa-trash-alt{--fa:"\f2ed";}.fa-rotate{--fa:"\f2f1";}.fa-sync-alt{--fa:"\f2f1";}.fa-stopwatch{--fa:"\f2f2";}.fa-right-from-bracket{--fa:"\f2f5";}.fa-sign-out-alt{--fa:"\f2f5";}.fa-right-to-bracket{--fa:"\f2f6";}.fa-sign-in-alt{--fa:"\f2f6";}.fa-rotate-right{--fa:"\f2f9";}.fa-redo-alt{--fa:"\f2f9";}.fa-rotate-forward{--fa:"\f2f9";}.fa-poo{--fa:"\f2fe";}.fa-images{--fa:"\f302";}.fa-pencil{--fa:"\f303";}.fa-pencil-alt{--fa:"\f303";}.fa-pen{--fa:"\f304";}.fa-pen-clip{--fa:"\f305";}.fa-pen-alt{--fa:"\f305";}.fa-octagon{--fa:"\f306";}.fa-down-long{--fa:"\f309";}.fa-long-arrow-alt-down{--fa:"\f309";}.fa-left-long{--fa:"\f30a";}.fa-long-arrow-alt-left{--fa:"\f30a";}.fa-right-long{--fa:"\f30b";}.fa-long-arrow-alt-right{--fa:"\f30b";}.fa-up-long{--fa:"\f30c";}.fa-long-arrow-alt-up{--fa:"\f30c";}.fa-hexagon{--fa:"\f312";}.fa-file-pen{--fa:"\f31c";}.fa-file-edit{--fa:"\f31c";}.fa-maximize{--fa:"\f31e";}.fa-expand-arrows-alt{--fa:"\f31e";}.fa-clipboard{--fa:"\f328";}.fa-left-right{--fa:"\f337";}.fa-arrows-alt-h{--fa:"\f337";}.fa-up-down{--fa:"\f338";}.fa-arrows-alt-v{--fa:"\f338";}.fa-alarm-clock{--fa:"\f34e";}.fa-circle-down{--fa:"\f358";}.fa-arrow-alt-circle-down{--fa:"\f358";}.fa-circle-left{--fa:"\f359";}.fa-arrow-alt-circle-left{--fa:"\f359";}.fa-circle-right{--fa:"\f35a";}.fa-arrow-alt-circle-right{--fa:"\f35a";}.fa-circle-up{--fa:"\f35b";}.fa-arrow-alt-circle-up{--fa:"\f35b";}.fa-up-right-from-square{--fa:"\f35d";}.fa-external-link-alt{--fa:"\f35d";}.fa-square-up-right{--fa:"\f360";}.fa-external-link-square-alt{--fa:"\f360";}.fa-right-left{--fa:"\f362";}.fa-exchange-alt{--fa:"\f362";}.fa-repeat{--fa:"\f363";}.fa-code-commit{--fa:"\f386";}.fa-code-merge{--fa:"\f387";}.fa-desktop{--fa:"\f390";}.fa-desktop-alt{--fa:"\f390";}.fa-gem{--fa:"\f3a5";}.fa-turn-down{--fa:"\f3be";}.fa-level-down-alt{--fa:"\f3be";}.fa-turn-up{--fa:"\f3bf";}.fa-level-up-alt{--fa:"\f3bf";}.fa-lock-open{--fa:"\f3c1";}.fa-location-dot{--fa:"\f3c5";}.fa-map-marker-alt{--fa:"\f3c5";}.fa-microphone-lines{--fa:"\f3c9";}.fa-microphone-alt{--fa:"\f3c9";}.fa-mobile-screen-button{--fa:"\f3cd";}.fa-mobile-alt{--fa:"\f3cd";}.fa-mobile{--fa:"\f3ce";}.fa-mobile-android{--fa:"\f3ce";}.fa-mobile-phone{--fa:"\f3ce";}.fa-mobile-screen{--fa:"\f3cf";}.fa-mobile-android-alt{--fa:"\f3cf";}.fa-money-bill-1{--fa:"\f3d1";}.fa-money-bill-alt{--fa:"\f3d1";}.fa-phone-slash{--fa:"\f3dd";}.fa-image-portrait{--fa:"\f3e0";}.fa-portrait{--fa:"\f3e0";}.fa-reply{--fa:"\f3e5";}.fa-mail-reply{--fa:"\f3e5";}.fa-shield-halved{--fa:"\f3ed";}.fa-shield-alt{--fa:"\f3ed";}.fa-tablet-screen-button{--fa:"\f3fa";}.fa-tablet-alt{--fa:"\f3fa";}.fa-tablet{--fa:"\f3fb";}.fa-tablet-android{--fa:"\f3fb";}.fa-ticket-simple{--fa:"\f3ff";}.fa-ticket-alt{--fa:"\f3ff";}.fa-rectangle-xmark{--fa:"\f410";}.fa-rectangle-times{--fa:"\f410";}.fa-times-rectangle{--fa:"\f410";}.fa-window-close{--fa:"\f410";}.fa-down-left-and-up-right-to-center{--fa:"\f422";}.fa-compress-alt{--fa:"\f422";}.fa-up-right-and-down-left-from-center{--fa:"\f424";}.fa-expand-alt{--fa:"\f424";}.fa-baseball-bat-ball{--fa:"\f432";}.fa-baseball{--fa:"\f433";}.fa-baseball-ball{--fa:"\f433";}.fa-basketball{--fa:"\f434";}.fa-basketball-ball{--fa:"\f434";}.fa-bowling-ball{--fa:"\f436";}.fa-chess{--fa:"\f439";}.fa-chess-bishop{--fa:"\f43a";}.fa-chess-board{--fa:"\f43c";}.fa-chess-king{--fa:"\f43f";}.fa-chess-knight{--fa:"\f441";}.fa-chess-pawn{--fa:"\f443";}.fa-chess-queen{--fa:"\f445";}.fa-chess-rook{--fa:"\f447";}.fa-dumbbell{--fa:"\f44b";}.fa-football{--fa:"\f44e";}.fa-football-ball{--fa:"\f44e";}.fa-golf-ball-tee{--fa:"\f450";}.fa-golf-ball{--fa:"\f450";}.fa-hockey-puck{--fa:"\f453";}.fa-broom-ball{--fa:"\f458";}.fa-quidditch{--fa:"\f458";}.fa-quidditch-broom-ball{--fa:"\f458";}.fa-square-full{--fa:"\f45c";}.fa-table-tennis-paddle-ball{--fa:"\f45d";}.fa-ping-pong-paddle-ball{--fa:"\f45d";}.fa-table-tennis{--fa:"\f45d";}.fa-volleyball{--fa:"\f45f";}.fa-volleyball-ball{--fa:"\f45f";}.fa-hand-dots{--fa:"\f461";}.fa-allergies{--fa:"\f461";}.fa-bandage{--fa:"\f462";}.fa-band-aid{--fa:"\f462";}.fa-box{--fa:"\f466";}.fa-boxes-stacked{--fa:"\f468";}.fa-boxes{--fa:"\f468";}.fa-boxes-alt{--fa:"\f468";}.fa-briefcase-medical{--fa:"\f469";}.fa-fire-flame-simple{--fa:"\f46a";}.fa-burn{--fa:"\f46a";}.fa-capsules{--fa:"\f46b";}.fa-clipboard-check{--fa:"\f46c";}.fa-clipboard-list{--fa:"\f46d";}.fa-person-dots-from-line{--fa:"\f470";}.fa-diagnoses{--fa:"\f470";}.fa-dna{--fa:"\f471";}.fa-dolly{--fa:"\f472";}.fa-dolly-box{--fa:"\f472";}.fa-cart-flatbed{--fa:"\f474";}.fa-dolly-flatbed{--fa:"\f474";}.fa-file-medical{--fa:"\f477";}.fa-file-waveform{--fa:"\f478";}.fa-file-medical-alt{--fa:"\f478";}.fa-kit-medical{--fa:"\f479";}.fa-first-aid{--fa:"\f479";}.fa-circle-h{--fa:"\f47e";}.fa-hospital-symbol{--fa:"\f47e";}.fa-id-card-clip{--fa:"\f47f";}.fa-id-card-alt{--fa:"\f47f";}.fa-notes-medical{--fa:"\f481";}.fa-pallet{--fa:"\f482";}.fa-pills{--fa:"\f484";}.fa-prescription-bottle{--fa:"\f485";}.fa-prescription-bottle-medical{--fa:"\f486";}.fa-prescription-bottle-alt{--fa:"\f486";}.fa-bed-pulse{--fa:"\f487";}.fa-procedures{--fa:"\f487";}.fa-truck-fast{--fa:"\f48b";}.fa-shipping-fast{--fa:"\f48b";}.fa-smoking{--fa:"\f48d";}.fa-syringe{--fa:"\f48e";}.fa-tablets{--fa:"\f490";}.fa-thermometer{--fa:"\f491";}.fa-vial{--fa:"\f492";}.fa-vials{--fa:"\f493";}.fa-warehouse{--fa:"\f494";}.fa-weight-scale{--fa:"\f496";}.fa-weight{--fa:"\f496";}.fa-x-ray{--fa:"\f497";}.fa-box-open{--fa:"\f49e";}.fa-comment-dots{--fa:"\f4ad";}.fa-commenting{--fa:"\f4ad";}.fa-comment-slash{--fa:"\f4b3";}.fa-couch{--fa:"\f4b8";}.fa-circle-dollar-to-slot{--fa:"\f4b9";}.fa-donate{--fa:"\f4b9";}.fa-dove{--fa:"\f4ba";}.fa-hand-holding{--fa:"\f4bd";}.fa-hand-holding-heart{--fa:"\f4be";}.fa-hand-holding-dollar{--fa:"\f4c0";}.fa-hand-holding-usd{--fa:"\f4c0";}.fa-hand-holding-droplet{--fa:"\f4c1";}.fa-hand-holding-water{--fa:"\f4c1";}.fa-hands-holding{--fa:"\f4c2";}.fa-handshake-angle{--fa:"\f4c4";}.fa-hands-helping{--fa:"\f4c4";}.fa-parachute-box{--fa:"\f4cd";}.fa-people-carry-box{--fa:"\f4ce";}.fa-people-carry{--fa:"\f4ce";}.fa-piggy-bank{--fa:"\f4d3";}.fa-ribbon{--fa:"\f4d6";}.fa-route{--fa:"\f4d7";}.fa-seedling{--fa:"\f4d8";}.fa-sprout{--fa:"\f4d8";}.fa-sign-hanging{--fa:"\f4d9";}.fa-sign{--fa:"\f4d9";}.fa-face-smile-wink{--fa:"\f4da";}.fa-smile-wink{--fa:"\f4da";}.fa-tape{--fa:"\f4db";}.fa-truck-ramp-box{--fa:"\f4de";}.fa-truck-loading{--fa:"\f4de";}.fa-truck-moving{--fa:"\f4df";}.fa-video-slash{--fa:"\f4e2";}.fa-wine-glass{--fa:"\f4e3";}.fa-user-astronaut{--fa:"\f4fb";}.fa-user-check{--fa:"\f4fc";}.fa-user-clock{--fa:"\f4fd";}.fa-user-gear{--fa:"\f4fe";}.fa-user-cog{--fa:"\f4fe";}.fa-user-pen{--fa:"\f4ff";}.fa-user-edit{--fa:"\f4ff";}.fa-user-group{--fa:"\f500";}.fa-user-friends{--fa:"\f500";}.fa-user-graduate{--fa:"\f501";}.fa-user-lock{--fa:"\f502";}.fa-user-minus{--fa:"\f503";}.fa-user-ninja{--fa:"\f504";}.fa-user-shield{--fa:"\f505";}.fa-user-slash{--fa:"\f506";}.fa-user-alt-slash{--fa:"\f506";}.fa-user-large-slash{--fa:"\f506";}.fa-user-tag{--fa:"\f507";}.fa-user-tie{--fa:"\f508";}.fa-users-gear{--fa:"\f509";}.fa-users-cog{--fa:"\f509";}.fa-scale-unbalanced{--fa:"\f515";}.fa-balance-scale-left{--fa:"\f515";}.fa-scale-unbalanced-flip{--fa:"\f516";}.fa-balance-scale-right{--fa:"\f516";}.fa-blender{--fa:"\f517";}.fa-book-open{--fa:"\f518";}.fa-tower-broadcast{--fa:"\f519";}.fa-broadcast-tower{--fa:"\f519";}.fa-broom{--fa:"\f51a";}.fa-chalkboard{--fa:"\f51b";}.fa-blackboard{--fa:"\f51b";}.fa-chalkboard-user{--fa:"\f51c";}.fa-chalkboard-teacher{--fa:"\f51c";}.fa-church{--fa:"\f51d";}.fa-coins{--fa:"\f51e";}.fa-compact-disc{--fa:"\f51f";}.fa-crow{--fa:"\f520";}.fa-crown{--fa:"\f521";}.fa-dice{--fa:"\f522";}.fa-dice-five{--fa:"\f523";}.fa-dice-four{--fa:"\f524";}.fa-dice-one{--fa:"\f525";}.fa-dice-six{--fa:"\f526";}.fa-dice-three{--fa:"\f527";}.fa-dice-two{--fa:"\f528";}.fa-divide{--fa:"\f529";}.fa-door-closed{--fa:"\f52a";}.fa-door-open{--fa:"\f52b";}.fa-feather{--fa:"\f52d";}.fa-frog{--fa:"\f52e";}.fa-gas-pump{--fa:"\f52f";}.fa-glasses{--fa:"\f530";}.fa-greater-than-equal{--fa:"\f532";}.fa-helicopter{--fa:"\f533";}.fa-infinity{--fa:"\f534";}.fa-kiwi-bird{--fa:"\f535";}.fa-less-than-equal{--fa:"\f537";}.fa-memory{--fa:"\f538";}.fa-microphone-lines-slash{--fa:"\f539";}.fa-microphone-alt-slash{--fa:"\f539";}.fa-money-bill-wave{--fa:"\f53a";}.fa-money-bill-1-wave{--fa:"\f53b";}.fa-money-bill-wave-alt{--fa:"\f53b";}.fa-money-check{--fa:"\f53c";}.fa-money-check-dollar{--fa:"\f53d";}.fa-money-check-alt{--fa:"\f53d";}.fa-not-equal{--fa:"\f53e";}.fa-palette{--fa:"\f53f";}.fa-square-parking{--fa:"\f540";}.fa-parking{--fa:"\f540";}.fa-diagram-project{--fa:"\f542";}.fa-project-diagram{--fa:"\f542";}.fa-receipt{--fa:"\f543";}.fa-robot{--fa:"\f544";}.fa-ruler{--fa:"\f545";}.fa-ruler-combined{--fa:"\f546";}.fa-ruler-horizontal{--fa:"\f547";}.fa-ruler-vertical{--fa:"\f548";}.fa-school{--fa:"\f549";}.fa-screwdriver{--fa:"\f54a";}.fa-shoe-prints{--fa:"\f54b";}.fa-skull{--fa:"\f54c";}.fa-ban-smoking{--fa:"\f54d";}.fa-smoking-ban{--fa:"\f54d";}.fa-store{--fa:"\f54e";}.fa-shop{--fa:"\f54f";}.fa-store-alt{--fa:"\f54f";}.fa-bars-staggered{--fa:"\f550";}.fa-reorder{--fa:"\f550";}.fa-stream{--fa:"\f550";}.fa-stroopwafel{--fa:"\f551";}.fa-toolbox{--fa:"\f552";}.fa-shirt{--fa:"\f553";}.fa-t-shirt{--fa:"\f553";}.fa-tshirt{--fa:"\f553";}.fa-person-walking{--fa:"\f554";}.fa-walking{--fa:"\f554";}.fa-wallet{--fa:"\f555";}.fa-face-angry{--fa:"\f556";}.fa-angry{--fa:"\f556";}.fa-archway{--fa:"\f557";}.fa-book-atlas{--fa:"\f558";}.fa-atlas{--fa:"\f558";}.fa-award{--fa:"\f559";}.fa-delete-left{--fa:"\f55a";}.fa-backspace{--fa:"\f55a";}.fa-bezier-curve{--fa:"\f55b";}.fa-bong{--fa:"\f55c";}.fa-brush{--fa:"\f55d";}.fa-bus-simple{--fa:"\f55e";}.fa-bus-alt{--fa:"\f55e";}.fa-cannabis{--fa:"\f55f";}.fa-check-double{--fa:"\f560";}.fa-martini-glass-citrus{--fa:"\f561";}.fa-cocktail{--fa:"\f561";}.fa-bell-concierge{--fa:"\f562";}.fa-concierge-bell{--fa:"\f562";}.fa-cookie{--fa:"\f563";}.fa-cookie-bite{--fa:"\f564";}.fa-crop-simple{--fa:"\f565";}.fa-crop-alt{--fa:"\f565";}.fa-tachograph-digital{--fa:"\f566";}.fa-digital-tachograph{--fa:"\f566";}.fa-face-dizzy{--fa:"\f567";}.fa-dizzy{--fa:"\f567";}.fa-compass-drafting{--fa:"\f568";}.fa-drafting-compass{--fa:"\f568";}.fa-drum{--fa:"\f569";}.fa-drum-steelpan{--fa:"\f56a";}.fa-feather-pointed{--fa:"\f56b";}.fa-feather-alt{--fa:"\f56b";}.fa-file-contract{--fa:"\f56c";}.fa-file-arrow-down{--fa:"\f56d";}.fa-file-download{--fa:"\f56d";}.fa-file-export{--fa:"\f56e";}.fa-arrow-right-from-file{--fa:"\f56e";}.fa-file-import{--fa:"\f56f";}.fa-arrow-right-to-file{--fa:"\f56f";}.fa-file-invoice{--fa:"\f570";}.fa-file-invoice-dollar{--fa:"\f571";}.fa-file-prescription{--fa:"\f572";}.fa-file-signature{--fa:"\f573";}.fa-file-arrow-up{--fa:"\f574";}.fa-file-upload{--fa:"\f574";}.fa-fill{--fa:"\f575";}.fa-fill-drip{--fa:"\f576";}.fa-fingerprint{--fa:"\f577";}.fa-fish{--fa:"\f578";}.fa-face-flushed{--fa:"\f579";}.fa-flushed{--fa:"\f579";}.fa-face-frown-open{--fa:"\f57a";}.fa-frown-open{--fa:"\f57a";}.fa-martini-glass{--fa:"\f57b";}.fa-glass-martini-alt{--fa:"\f57b";}.fa-earth-africa{--fa:"\f57c";}.fa-globe-africa{--fa:"\f57c";}.fa-earth-americas{--fa:"\f57d";}.fa-earth{--fa:"\f57d";}.fa-earth-america{--fa:"\f57d";}.fa-globe-americas{--fa:"\f57d";}.fa-earth-asia{--fa:"\f57e";}.fa-globe-asia{--fa:"\f57e";}.fa-face-grimace{--fa:"\f57f";}.fa-grimace{--fa:"\f57f";}.fa-face-grin{--fa:"\f580";}.fa-grin{--fa:"\f580";}.fa-face-grin-wide{--fa:"\f581";}.fa-grin-alt{--fa:"\f581";}.fa-face-grin-beam{--fa:"\f582";}.fa-grin-beam{--fa:"\f582";}.fa-face-grin-beam-sweat{--fa:"\f583";}.fa-grin-beam-sweat{--fa:"\f583";}.fa-face-grin-hearts{--fa:"\f584";}.fa-grin-hearts{--fa:"\f584";}.fa-face-grin-squint{--fa:"\f585";}.fa-grin-squint{--fa:"\f585";}.fa-face-grin-squint-tears{--fa:"\f586";}.fa-grin-squint-tears{--fa:"\f586";}.fa-face-grin-stars{--fa:"\f587";}.fa-grin-stars{--fa:"\f587";}.fa-face-grin-tears{--fa:"\f588";}.fa-grin-tears{--fa:"\f588";}.fa-face-grin-tongue{--fa:"\f589";}.fa-grin-tongue{--fa:"\f589";}.fa-face-grin-tongue-squint{--fa:"\f58a";}.fa-grin-tongue-squint{--fa:"\f58a";}.fa-face-grin-tongue-wink{--fa:"\f58b";}.fa-grin-tongue-wink{--fa:"\f58b";}.fa-face-grin-wink{--fa:"\f58c";}.fa-grin-wink{--fa:"\f58c";}.fa-grip{--fa:"\f58d";}.fa-grid-horizontal{--fa:"\f58d";}.fa-grip-horizontal{--fa:"\f58d";}.fa-grip-vertical{--fa:"\f58e";}.fa-grid-vertical{--fa:"\f58e";}.fa-headset{--fa:"\f590";}.fa-highlighter{--fa:"\f591";}.fa-hot-tub-person{--fa:"\f593";}.fa-hot-tub{--fa:"\f593";}.fa-hotel{--fa:"\f594";}.fa-joint{--fa:"\f595";}.fa-face-kiss{--fa:"\f596";}.fa-kiss{--fa:"\f596";}.fa-face-kiss-beam{--fa:"\f597";}.fa-kiss-beam{--fa:"\f597";}.fa-face-kiss-wink-heart{--fa:"\f598";}.fa-kiss-wink-heart{--fa:"\f598";}.fa-face-laugh{--fa:"\f599";}.fa-laugh{--fa:"\f599";}.fa-face-laugh-beam{--fa:"\f59a";}.fa-laugh-beam{--fa:"\f59a";}.fa-face-laugh-squint{--fa:"\f59b";}.fa-laugh-squint{--fa:"\f59b";}.fa-face-laugh-wink{--fa:"\f59c";}.fa-laugh-wink{--fa:"\f59c";}.fa-cart-flatbed-suitcase{--fa:"\f59d";}.fa-luggage-cart{--fa:"\f59d";}.fa-map-location{--fa:"\f59f";}.fa-map-marked{--fa:"\f59f";}.fa-map-location-dot{--fa:"\f5a0";}.fa-map-marked-alt{--fa:"\f5a0";}.fa-marker{--fa:"\f5a1";}.fa-medal{--fa:"\f5a2";}.fa-face-meh-blank{--fa:"\f5a4";}.fa-meh-blank{--fa:"\f5a4";}.fa-face-rolling-eyes{--fa:"\f5a5";}.fa-meh-rolling-eyes{--fa:"\f5a5";}.fa-monument{--fa:"\f5a6";}.fa-mortar-pestle{--fa:"\f5a7";}.fa-paint-roller{--fa:"\f5aa";}.fa-passport{--fa:"\f5ab";}.fa-pen-fancy{--fa:"\f5ac";}.fa-pen-nib{--fa:"\f5ad";}.fa-pen-ruler{--fa:"\f5ae";}.fa-pencil-ruler{--fa:"\f5ae";}.fa-plane-arrival{--fa:"\f5af";}.fa-plane-departure{--fa:"\f5b0";}.fa-prescription{--fa:"\f5b1";}.fa-face-sad-cry{--fa:"\f5b3";}.fa-sad-cry{--fa:"\f5b3";}.fa-face-sad-tear{--fa:"\f5b4";}.fa-sad-tear{--fa:"\f5b4";}.fa-van-shuttle{--fa:"\f5b6";}.fa-shuttle-van{--fa:"\f5b6";}.fa-signature{--fa:"\f5b7";}.fa-face-smile-beam{--fa:"\f5b8";}.fa-smile-beam{--fa:"\f5b8";}.fa-solar-panel{--fa:"\f5ba";}.fa-spa{--fa:"\f5bb";}.fa-splotch{--fa:"\f5bc";}.fa-spray-can{--fa:"\f5bd";}.fa-stamp{--fa:"\f5bf";}.fa-star-half-stroke{--fa:"\f5c0";}.fa-star-half-alt{--fa:"\f5c0";}.fa-suitcase-rolling{--fa:"\f5c1";}.fa-face-surprise{--fa:"\f5c2";}.fa-surprise{--fa:"\f5c2";}.fa-swatchbook{--fa:"\f5c3";}.fa-person-swimming{--fa:"\f5c4";}.fa-swimmer{--fa:"\f5c4";}.fa-water-ladder{--fa:"\f5c5";}.fa-ladder-water{--fa:"\f5c5";}.fa-swimming-pool{--fa:"\f5c5";}.fa-droplet-slash{--fa:"\f5c7";}.fa-tint-slash{--fa:"\f5c7";}.fa-face-tired{--fa:"\f5c8";}.fa-tired{--fa:"\f5c8";}.fa-tooth{--fa:"\f5c9";}.fa-umbrella-beach{--fa:"\f5ca";}.fa-weight-hanging{--fa:"\f5cd";}.fa-wine-glass-empty{--fa:"\f5ce";}.fa-wine-glass-alt{--fa:"\f5ce";}.fa-spray-can-sparkles{--fa:"\f5d0";}.fa-air-freshener{--fa:"\f5d0";}.fa-apple-whole{--fa:"\f5d1";}.fa-apple-alt{--fa:"\f5d1";}.fa-atom{--fa:"\f5d2";}.fa-bone{--fa:"\f5d7";}.fa-book-open-reader{--fa:"\f5da";}.fa-book-reader{--fa:"\f5da";}.fa-brain{--fa:"\f5dc";}.fa-car-rear{--fa:"\f5de";}.fa-car-alt{--fa:"\f5de";}.fa-car-battery{--fa:"\f5df";}.fa-battery-car{--fa:"\f5df";}.fa-car-burst{--fa:"\f5e1";}.fa-car-crash{--fa:"\f5e1";}.fa-car-side{--fa:"\f5e4";}.fa-charging-station{--fa:"\f5e7";}.fa-diamond-turn-right{--fa:"\f5eb";}.fa-directions{--fa:"\f5eb";}.fa-draw-polygon{--fa:"\f5ee";}.fa-vector-polygon{--fa:"\f5ee";}.fa-laptop-code{--fa:"\f5fc";}.fa-layer-group{--fa:"\f5fd";}.fa-location-crosshairs{--fa:"\f601";}.fa-location{--fa:"\f601";}.fa-lungs{--fa:"\f604";}.fa-microscope{--fa:"\f610";}.fa-oil-can{--fa:"\f613";}.fa-poop{--fa:"\f619";}.fa-shapes{--fa:"\f61f";}.fa-triangle-circle-square{--fa:"\f61f";}.fa-star-of-life{--fa:"\f621";}.fa-gauge{--fa:"\f624";}.fa-dashboard{--fa:"\f624";}.fa-gauge-med{--fa:"\f624";}.fa-tachometer-alt-average{--fa:"\f624";}.fa-gauge-high{--fa:"\f625";}.fa-tachometer-alt{--fa:"\f625";}.fa-tachometer-alt-fast{--fa:"\f625";}.fa-gauge-simple{--fa:"\f629";}.fa-gauge-simple-med{--fa:"\f629";}.fa-tachometer-average{--fa:"\f629";}.fa-gauge-simple-high{--fa:"\f62a";}.fa-tachometer{--fa:"\f62a";}.fa-tachometer-fast{--fa:"\f62a";}.fa-teeth{--fa:"\f62e";}.fa-teeth-open{--fa:"\f62f";}.fa-masks-theater{--fa:"\f630";}.fa-theater-masks{--fa:"\f630";}.fa-traffic-light{--fa:"\f637";}.fa-truck-monster{--fa:"\f63b";}.fa-truck-pickup{--fa:"\f63c";}.fa-rectangle-ad{--fa:"\f641";}.fa-ad{--fa:"\f641";}.fa-ankh{--fa:"\f644";}.fa-book-bible{--fa:"\f647";}.fa-bible{--fa:"\f647";}.fa-business-time{--fa:"\f64a";}.fa-briefcase-clock{--fa:"\f64a";}.fa-city{--fa:"\f64f";}.fa-comment-dollar{--fa:"\f651";}.fa-comments-dollar{--fa:"\f653";}.fa-cross{--fa:"\f654";}.fa-dharmachakra{--fa:"\f655";}.fa-envelope-open-text{--fa:"\f658";}.fa-folder-minus{--fa:"\f65d";}.fa-folder-plus{--fa:"\f65e";}.fa-filter-circle-dollar{--fa:"\f662";}.fa-funnel-dollar{--fa:"\f662";}.fa-gopuram{--fa:"\f664";}.fa-hamsa{--fa:"\f665";}.fa-bahai{--fa:"\f666";}.fa-haykal{--fa:"\f666";}.fa-jedi{--fa:"\f669";}.fa-book-journal-whills{--fa:"\f66a";}.fa-journal-whills{--fa:"\f66a";}.fa-kaaba{--fa:"\f66b";}.fa-khanda{--fa:"\f66d";}.fa-landmark{--fa:"\f66f";}.fa-envelopes-bulk{--fa:"\f674";}.fa-mail-bulk{--fa:"\f674";}.fa-menorah{--fa:"\f676";}.fa-mosque{--fa:"\f678";}.fa-om{--fa:"\f679";}.fa-spaghetti-monster-flying{--fa:"\f67b";}.fa-pastafarianism{--fa:"\f67b";}.fa-peace{--fa:"\f67c";}.fa-place-of-worship{--fa:"\f67f";}.fa-square-poll-vertical{--fa:"\f681";}.fa-poll{--fa:"\f681";}.fa-square-poll-horizontal{--fa:"\f682";}.fa-poll-h{--fa:"\f682";}.fa-person-praying{--fa:"\f683";}.fa-pray{--fa:"\f683";}.fa-hands-praying{--fa:"\f684";}.fa-praying-hands{--fa:"\f684";}.fa-book-quran{--fa:"\f687";}.fa-quran{--fa:"\f687";}.fa-magnifying-glass-dollar{--fa:"\f688";}.fa-search-dollar{--fa:"\f688";}.fa-magnifying-glass-location{--fa:"\f689";}.fa-search-location{--fa:"\f689";}.fa-socks{--fa:"\f696";}.fa-square-root-variable{--fa:"\f698";}.fa-square-root-alt{--fa:"\f698";}.fa-star-and-crescent{--fa:"\f699";}.fa-star-of-david{--fa:"\f69a";}.fa-synagogue{--fa:"\f69b";}.fa-scroll-torah{--fa:"\f6a0";}.fa-torah{--fa:"\f6a0";}.fa-torii-gate{--fa:"\f6a1";}.fa-vihara{--fa:"\f6a7";}.fa-volume-xmark{--fa:"\f6a9";}.fa-volume-mute{--fa:"\f6a9";}.fa-volume-times{--fa:"\f6a9";}.fa-yin-yang{--fa:"\f6ad";}.fa-blender-phone{--fa:"\f6b6";}.fa-book-skull{--fa:"\f6b7";}.fa-book-dead{--fa:"\f6b7";}.fa-campground{--fa:"\f6bb";}.fa-cat{--fa:"\f6be";}.fa-chair{--fa:"\f6c0";}.fa-cloud-moon{--fa:"\f6c3";}.fa-cloud-sun{--fa:"\f6c4";}.fa-cow{--fa:"\f6c8";}.fa-dice-d20{--fa:"\f6cf";}.fa-dice-d6{--fa:"\f6d1";}.fa-dog{--fa:"\f6d3";}.fa-dragon{--fa:"\f6d5";}.fa-drumstick-bite{--fa:"\f6d7";}.fa-dungeon{--fa:"\f6d9";}.fa-file-csv{--fa:"\f6dd";}.fa-hand-fist{--fa:"\f6de";}.fa-fist-raised{--fa:"\f6de";}.fa-ghost{--fa:"\f6e2";}.fa-hammer{--fa:"\f6e3";}.fa-hanukiah{--fa:"\f6e6";}.fa-hat-wizard{--fa:"\f6e8";}.fa-person-hiking{--fa:"\f6ec";}.fa-hiking{--fa:"\f6ec";}.fa-hippo{--fa:"\f6ed";}.fa-horse{--fa:"\f6f0";}.fa-house-chimney-crack{--fa:"\f6f1";}.fa-house-damage{--fa:"\f6f1";}.fa-hryvnia-sign{--fa:"\f6f2";}.fa-hryvnia{--fa:"\f6f2";}.fa-mask{--fa:"\f6fa";}.fa-mountain{--fa:"\f6fc";}.fa-network-wired{--fa:"\f6ff";}.fa-otter{--fa:"\f700";}.fa-ring{--fa:"\f70b";}.fa-person-running{--fa:"\f70c";}.fa-running{--fa:"\f70c";}.fa-scroll{--fa:"\f70e";}.fa-skull-crossbones{--fa:"\f714";}.fa-slash{--fa:"\f715";}.fa-spider{--fa:"\f717";}.fa-toilet-paper{--fa:"\f71e";}.fa-toilet-paper-alt{--fa:"\f71e";}.fa-toilet-paper-blank{--fa:"\f71e";}.fa-tractor{--fa:"\f722";}.fa-user-injured{--fa:"\f728";}.fa-vr-cardboard{--fa:"\f729";}.fa-wand-sparkles{--fa:"\f72b";}.fa-wind{--fa:"\f72e";}.fa-wine-bottle{--fa:"\f72f";}.fa-cloud-meatball{--fa:"\f73b";}.fa-cloud-moon-rain{--fa:"\f73c";}.fa-cloud-rain{--fa:"\f73d";}.fa-cloud-showers-heavy{--fa:"\f740";}.fa-cloud-sun-rain{--fa:"\f743";}.fa-democrat{--fa:"\f747";}.fa-flag-usa{--fa:"\f74d";}.fa-hurricane{--fa:"\f751";}.fa-landmark-dome{--fa:"\f752";}.fa-landmark-alt{--fa:"\f752";}.fa-meteor{--fa:"\f753";}.fa-person-booth{--fa:"\f756";}.fa-poo-storm{--fa:"\f75a";}.fa-poo-bolt{--fa:"\f75a";}.fa-rainbow{--fa:"\f75b";}.fa-republican{--fa:"\f75e";}.fa-smog{--fa:"\f75f";}.fa-temperature-high{--fa:"\f769";}.fa-temperature-low{--fa:"\f76b";}.fa-cloud-bolt{--fa:"\f76c";}.fa-thunderstorm{--fa:"\f76c";}.fa-tornado{--fa:"\f76f";}.fa-volcano{--fa:"\f770";}.fa-check-to-slot{--fa:"\f772";}.fa-vote-yea{--fa:"\f772";}.fa-water{--fa:"\f773";}.fa-baby{--fa:"\f77c";}.fa-baby-carriage{--fa:"\f77d";}.fa-carriage-baby{--fa:"\f77d";}.fa-biohazard{--fa:"\f780";}.fa-blog{--fa:"\f781";}.fa-calendar-day{--fa:"\f783";}.fa-calendar-week{--fa:"\f784";}.fa-candy-cane{--fa:"\f786";}.fa-carrot{--fa:"\f787";}.fa-cash-register{--fa:"\f788";}.fa-minimize{--fa:"\f78c";}.fa-compress-arrows-alt{--fa:"\f78c";}.fa-dumpster{--fa:"\f793";}.fa-dumpster-fire{--fa:"\f794";}.fa-ethernet{--fa:"\f796";}.fa-gifts{--fa:"\f79c";}.fa-champagne-glasses{--fa:"\f79f";}.fa-glass-cheers{--fa:"\f79f";}.fa-whiskey-glass{--fa:"\f7a0";}.fa-glass-whiskey{--fa:"\f7a0";}.fa-earth-europe{--fa:"\f7a2";}.fa-globe-europe{--fa:"\f7a2";}.fa-grip-lines{--fa:"\f7a4";}.fa-grip-lines-vertical{--fa:"\f7a5";}.fa-guitar{--fa:"\f7a6";}.fa-heart-crack{--fa:"\f7a9";}.fa-heart-broken{--fa:"\f7a9";}.fa-holly-berry{--fa:"\f7aa";}.fa-horse-head{--fa:"\f7ab";}.fa-icicles{--fa:"\f7ad";}.fa-igloo{--fa:"\f7ae";}.fa-mitten{--fa:"\f7b5";}.fa-mug-hot{--fa:"\f7b6";}.fa-radiation{--fa:"\f7b9";}.fa-circle-radiation{--fa:"\f7ba";}.fa-radiation-alt{--fa:"\f7ba";}.fa-restroom{--fa:"\f7bd";}.fa-satellite{--fa:"\f7bf";}.fa-satellite-dish{--fa:"\f7c0";}.fa-sd-card{--fa:"\f7c2";}.fa-sim-card{--fa:"\f7c4";}.fa-person-skating{--fa:"\f7c5";}.fa-skating{--fa:"\f7c5";}.fa-person-skiing{--fa:"\f7c9";}.fa-skiing{--fa:"\f7c9";}.fa-person-skiing-nordic{--fa:"\f7ca";}.fa-skiing-nordic{--fa:"\f7ca";}.fa-sleigh{--fa:"\f7cc";}.fa-comment-sms{--fa:"\f7cd";}.fa-sms{--fa:"\f7cd";}.fa-person-snowboarding{--fa:"\f7ce";}.fa-snowboarding{--fa:"\f7ce";}.fa-snowman{--fa:"\f7d0";}.fa-snowplow{--fa:"\f7d2";}.fa-tenge-sign{--fa:"\f7d7";}.fa-tenge{--fa:"\f7d7";}.fa-toilet{--fa:"\f7d8";}.fa-screwdriver-wrench{--fa:"\f7d9";}.fa-tools{--fa:"\f7d9";}.fa-cable-car{--fa:"\f7da";}.fa-tram{--fa:"\f7da";}.fa-fire-flame-curved{--fa:"\f7e4";}.fa-fire-alt{--fa:"\f7e4";}.fa-bacon{--fa:"\f7e5";}.fa-book-medical{--fa:"\f7e6";}.fa-bread-slice{--fa:"\f7ec";}.fa-cheese{--fa:"\f7ef";}.fa-house-chimney-medical{--fa:"\f7f2";}.fa-clinic-medical{--fa:"\f7f2";}.fa-clipboard-user{--fa:"\f7f3";}.fa-comment-medical{--fa:"\f7f5";}.fa-crutch{--fa:"\f7f7";}.fa-disease{--fa:"\f7fa";}.fa-egg{--fa:"\f7fb";}.fa-folder-tree{--fa:"\f802";}.fa-burger{--fa:"\f805";}.fa-hamburger{--fa:"\f805";}.fa-hand-middle-finger{--fa:"\f806";}.fa-helmet-safety{--fa:"\f807";}.fa-hard-hat{--fa:"\f807";}.fa-hat-hard{--fa:"\f807";}.fa-hospital-user{--fa:"\f80d";}.fa-hotdog{--fa:"\f80f";}.fa-ice-cream{--fa:"\f810";}.fa-laptop-medical{--fa:"\f812";}.fa-pager{--fa:"\f815";}.fa-pepper-hot{--fa:"\f816";}.fa-pizza-slice{--fa:"\f818";}.fa-sack-dollar{--fa:"\f81d";}.fa-book-tanakh{--fa:"\f827";}.fa-tanakh{--fa:"\f827";}.fa-bars-progress{--fa:"\f828";}.fa-tasks-alt{--fa:"\f828";}.fa-trash-arrow-up{--fa:"\f829";}.fa-trash-restore{--fa:"\f829";}.fa-trash-can-arrow-up{--fa:"\f82a";}.fa-trash-restore-alt{--fa:"\f82a";}.fa-user-nurse{--fa:"\f82f";}.fa-wave-square{--fa:"\f83e";}.fa-person-biking{--fa:"\f84a";}.fa-biking{--fa:"\f84a";}.fa-border-all{--fa:"\f84c";}.fa-border-none{--fa:"\f850";}.fa-border-top-left{--fa:"\f853";}.fa-border-style{--fa:"\f853";}.fa-person-digging{--fa:"\f85e";}.fa-digging{--fa:"\f85e";}.fa-fan{--fa:"\f863";}.fa-icons{--fa:"\f86d";}.fa-heart-music-camera-bolt{--fa:"\f86d";}.fa-phone-flip{--fa:"\f879";}.fa-phone-alt{--fa:"\f879";}.fa-square-phone-flip{--fa:"\f87b";}.fa-phone-square-alt{--fa:"\f87b";}.fa-photo-film{--fa:"\f87c";}.fa-photo-video{--fa:"\f87c";}.fa-text-slash{--fa:"\f87d";}.fa-remove-format{--fa:"\f87d";}.fa-arrow-down-z-a{--fa:"\f881";}.fa-sort-alpha-desc{--fa:"\f881";}.fa-sort-alpha-down-alt{--fa:"\f881";}.fa-arrow-up-z-a{--fa:"\f882";}.fa-sort-alpha-up-alt{--fa:"\f882";}.fa-arrow-down-short-wide{--fa:"\f884";}.fa-sort-amount-desc{--fa:"\f884";}.fa-sort-amount-down-alt{--fa:"\f884";}.fa-arrow-up-short-wide{--fa:"\f885";}.fa-sort-amount-up-alt{--fa:"\f885";}.fa-arrow-down-9-1{--fa:"\f886";}.fa-sort-numeric-desc{--fa:"\f886";}.fa-sort-numeric-down-alt{--fa:"\f886";}.fa-arrow-up-9-1{--fa:"\f887";}.fa-sort-numeric-up-alt{--fa:"\f887";}.fa-spell-check{--fa:"\f891";}.fa-voicemail{--fa:"\f897";}.fa-hat-cowboy{--fa:"\f8c0";}.fa-hat-cowboy-side{--fa:"\f8c1";}.fa-computer-mouse{--fa:"\f8cc";}.fa-mouse{--fa:"\f8cc";}.fa-radio{--fa:"\f8d7";}.fa-record-vinyl{--fa:"\f8d9";}.fa-walkie-talkie{--fa:"\f8ef";}.fa-caravan{--fa:"\f8ff";}:root,:host{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands);}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/themes/custom/bag/assets/fontawesome7/webfonts/fa-brands-400.woff2);}.fab,.fa-brands,.fa-classic.fa-brands{--fa-family:var(--fa-family-brands);--fa-style:400;}.fa-firefox-browser{--fa:"\e007";}.fa-ideal{--fa:"\e013";}.fa-microblog{--fa:"\e01a";}.fa-square-pied-piper{--fa:"\e01e";}.fa-pied-piper-square{--fa:"\e01e";}.fa-unity{--fa:"\e049";}.fa-dailymotion{--fa:"\e052";}.fa-square-instagram{--fa:"\e055";}.fa-instagram-square{--fa:"\e055";}.fa-mixer{--fa:"\e056";}.fa-shopify{--fa:"\e057";}.fa-deezer{--fa:"\e077";}.fa-edge-legacy{--fa:"\e078";}.fa-google-pay{--fa:"\e079";}.fa-rust{--fa:"\e07a";}.fa-tiktok{--fa:"\e07b";}.fa-unsplash{--fa:"\e07c";}.fa-cloudflare{--fa:"\e07d";}.fa-guilded{--fa:"\e07e";}.fa-hive{--fa:"\e07f";}.fa-42-group{--fa:"\e080";}.fa-innosoft{--fa:"\e080";}.fa-instalod{--fa:"\e081";}.fa-octopus-deploy{--fa:"\e082";}.fa-perbyte{--fa:"\e083";}.fa-uncharted{--fa:"\e084";}.fa-watchman-monitoring{--fa:"\e087";}.fa-wodu{--fa:"\e088";}.fa-wirsindhandwerk{--fa:"\e2d0";}.fa-wsh{--fa:"\e2d0";}.fa-bots{--fa:"\e340";}.fa-cmplid{--fa:"\e360";}.fa-bilibili{--fa:"\e3d9";}.fa-golang{--fa:"\e40f";}.fa-pix{--fa:"\e43a";}.fa-sitrox{--fa:"\e44a";}.fa-hashnode{--fa:"\e499";}.fa-meta{--fa:"\e49b";}.fa-padlet{--fa:"\e4a0";}.fa-nfc-directional{--fa:"\e530";}.fa-nfc-symbol{--fa:"\e531";}.fa-screenpal{--fa:"\e570";}.fa-space-awesome{--fa:"\e5ac";}.fa-square-font-awesome{--fa:"\e5ad";}.fa-square-gitlab{--fa:"\e5ae";}.fa-gitlab-square{--fa:"\e5ae";}.fa-odysee{--fa:"\e5c6";}.fa-stubber{--fa:"\e5c7";}.fa-debian{--fa:"\e60b";}.fa-shoelace{--fa:"\e60c";}.fa-threads{--fa:"\e618";}.fa-square-threads{--fa:"\e619";}.fa-square-x-twitter{--fa:"\e61a";}.fa-x-twitter{--fa:"\e61b";}.fa-opensuse{--fa:"\e62b";}.fa-letterboxd{--fa:"\e62d";}.fa-square-letterboxd{--fa:"\e62e";}.fa-mintbit{--fa:"\e62f";}.fa-google-scholar{--fa:"\e63b";}.fa-brave{--fa:"\e63c";}.fa-brave-reverse{--fa:"\e63d";}.fa-pixiv{--fa:"\e640";}.fa-upwork{--fa:"\e641";}.fa-webflow{--fa:"\e65c";}.fa-signal-messenger{--fa:"\e663";}.fa-bluesky{--fa:"\e671";}.fa-jxl{--fa:"\e67b";}.fa-square-upwork{--fa:"\e67c";}.fa-web-awesome{--fa:"\e682";}.fa-square-web-awesome{--fa:"\e683";}.fa-square-web-awesome-stroke{--fa:"\e684";}.fa-dart-lang{--fa:"\e693";}.fa-flutter{--fa:"\e694";}.fa-files-pinwheel{--fa:"\e69f";}.fa-css{--fa:"\e6a2";}.fa-square-bluesky{--fa:"\e6a3";}.fa-openai{--fa:"\e7cf";}.fa-square-linkedin{--fa:"\e7d0";}.fa-cash-app{--fa:"\e7d4";}.fa-disqus{--fa:"\e7d5";}.fa-eleventy{--fa:"\e7d6";}.fa-11ty{--fa:"\e7d6";}.fa-kakao-talk{--fa:"\e7d7";}.fa-linktree{--fa:"\e7d8";}.fa-notion{--fa:"\e7d9";}.fa-pandora{--fa:"\e7da";}.fa-pixelfed{--fa:"\e7db";}.fa-tidal{--fa:"\e7dc";}.fa-vsco{--fa:"\e7dd";}.fa-w3c{--fa:"\e7de";}.fa-lumon{--fa:"\e7e2";}.fa-lumon-drop{--fa:"\e7e3";}.fa-square-figma{--fa:"\e7e4";}.fa-tex{--fa:"\e7ff";}.fa-duolingo{--fa:"\e812";}.fa-square-twitter{--fa:"\f081";}.fa-twitter-square{--fa:"\f081";}.fa-square-facebook{--fa:"\f082";}.fa-facebook-square{--fa:"\f082";}.fa-linkedin{--fa:"\f08c";}.fa-square-github{--fa:"\f092";}.fa-github-square{--fa:"\f092";}.fa-twitter{--fa:"\f099";}.fa-facebook{--fa:"\f09a";}.fa-github{--fa:"\f09b";}.fa-pinterest{--fa:"\f0d2";}.fa-square-pinterest{--fa:"\f0d3";}.fa-pinterest-square{--fa:"\f0d3";}.fa-square-google-plus{--fa:"\f0d4";}.fa-google-plus-square{--fa:"\f0d4";}.fa-google-plus-g{--fa:"\f0d5";}.fa-linkedin-in{--fa:"\f0e1";}.fa-github-alt{--fa:"\f113";}.fa-maxcdn{--fa:"\f136";}.fa-html5{--fa:"\f13b";}.fa-css3{--fa:"\f13c";}.fa-btc{--fa:"\f15a";}.fa-youtube{--fa:"\f167";}.fa-xing{--fa:"\f168";}.fa-square-xing{--fa:"\f169";}.fa-xing-square{--fa:"\f169";}.fa-dropbox{--fa:"\f16b";}.fa-stack-overflow{--fa:"\f16c";}.fa-instagram{--fa:"\f16d";}.fa-flickr{--fa:"\f16e";}.fa-adn{--fa:"\f170";}.fa-bitbucket{--fa:"\f171";}.fa-tumblr{--fa:"\f173";}.fa-square-tumblr{--fa:"\f174";}.fa-tumblr-square{--fa:"\f174";}.fa-apple{--fa:"\f179";}.fa-windows{--fa:"\f17a";}.fa-android{--fa:"\f17b";}.fa-linux{--fa:"\f17c";}.fa-dribbble{--fa:"\f17d";}.fa-skype{--fa:"\f17e";}.fa-foursquare{--fa:"\f180";}.fa-trello{--fa:"\f181";}.fa-gratipay{--fa:"\f184";}.fa-vk{--fa:"\f189";}.fa-weibo{--fa:"\f18a";}.fa-renren{--fa:"\f18b";}.fa-pagelines{--fa:"\f18c";}.fa-stack-exchange{--fa:"\f18d";}.fa-square-vimeo{--fa:"\f194";}.fa-vimeo-square{--fa:"\f194";}.fa-slack{--fa:"\f198";}.fa-slack-hash{--fa:"\f198";}.fa-wordpress{--fa:"\f19a";}.fa-openid{--fa:"\f19b";}.fa-yahoo{--fa:"\f19e";}.fa-google{--fa:"\f1a0";}.fa-reddit{--fa:"\f1a1";}.fa-square-reddit{--fa:"\f1a2";}.fa-reddit-square{--fa:"\f1a2";}.fa-stumbleupon-circle{--fa:"\f1a3";}.fa-stumbleupon{--fa:"\f1a4";}.fa-delicious{--fa:"\f1a5";}.fa-digg{--fa:"\f1a6";}.fa-pied-piper-pp{--fa:"\f1a7";}.fa-pied-piper-alt{--fa:"\f1a8";}.fa-drupal{--fa:"\f1a9";}.fa-joomla{--fa:"\f1aa";}.fa-behance{--fa:"\f1b4";}.fa-square-behance{--fa:"\f1b5";}.fa-behance-square{--fa:"\f1b5";}.fa-steam{--fa:"\f1b6";}.fa-square-steam{--fa:"\f1b7";}.fa-steam-square{--fa:"\f1b7";}.fa-spotify{--fa:"\f1bc";}.fa-deviantart{--fa:"\f1bd";}.fa-soundcloud{--fa:"\f1be";}.fa-vine{--fa:"\f1ca";}.fa-codepen{--fa:"\f1cb";}.fa-jsfiddle{--fa:"\f1cc";}.fa-rebel{--fa:"\f1d0";}.fa-empire{--fa:"\f1d1";}.fa-square-git{--fa:"\f1d2";}.fa-git-square{--fa:"\f1d2";}.fa-git{--fa:"\f1d3";}.fa-hacker-news{--fa:"\f1d4";}.fa-tencent-weibo{--fa:"\f1d5";}.fa-qq{--fa:"\f1d6";}.fa-weixin{--fa:"\f1d7";}.fa-slideshare{--fa:"\f1e7";}.fa-twitch{--fa:"\f1e8";}.fa-yelp{--fa:"\f1e9";}.fa-paypal{--fa:"\f1ed";}.fa-google-wallet{--fa:"\f1ee";}.fa-cc-visa{--fa:"\f1f0";}.fa-cc-mastercard{--fa:"\f1f1";}.fa-cc-discover{--fa:"\f1f2";}.fa-cc-amex{--fa:"\f1f3";}.fa-cc-paypal{--fa:"\f1f4";}.fa-cc-stripe{--fa:"\f1f5";}.fa-lastfm{--fa:"\f202";}.fa-square-lastfm{--fa:"\f203";}.fa-lastfm-square{--fa:"\f203";}.fa-ioxhost{--fa:"\f208";}.fa-angellist{--fa:"\f209";}.fa-buysellads{--fa:"\f20d";}.fa-connectdevelop{--fa:"\f20e";}.fa-dashcube{--fa:"\f210";}.fa-forumbee{--fa:"\f211";}.fa-leanpub{--fa:"\f212";}.fa-sellsy{--fa:"\f213";}.fa-shirtsinbulk{--fa:"\f214";}.fa-simplybuilt{--fa:"\f215";}.fa-skyatlas{--fa:"\f216";}.fa-pinterest-p{--fa:"\f231";}.fa-whatsapp{--fa:"\f232";}.fa-viacoin{--fa:"\f237";}.fa-medium{--fa:"\f23a";}.fa-medium-m{--fa:"\f23a";}.fa-y-combinator{--fa:"\f23b";}.fa-optin-monster{--fa:"\f23c";}.fa-opencart{--fa:"\f23d";}.fa-expeditedssl{--fa:"\f23e";}.fa-cc-jcb{--fa:"\f24b";}.fa-cc-diners-club{--fa:"\f24c";}.fa-creative-commons{--fa:"\f25e";}.fa-gg{--fa:"\f260";}.fa-gg-circle{--fa:"\f261";}.fa-odnoklassniki{--fa:"\f263";}.fa-square-odnoklassniki{--fa:"\f264";}.fa-odnoklassniki-square{--fa:"\f264";}.fa-get-pocket{--fa:"\f265";}.fa-wikipedia-w{--fa:"\f266";}.fa-safari{--fa:"\f267";}.fa-chrome{--fa:"\f268";}.fa-firefox{--fa:"\f269";}.fa-opera{--fa:"\f26a";}.fa-internet-explorer{--fa:"\f26b";}.fa-contao{--fa:"\f26d";}.fa-500px{--fa:"\f26e";}.fa-amazon{--fa:"\f270";}.fa-houzz{--fa:"\f27c";}.fa-vimeo-v{--fa:"\f27d";}.fa-black-tie{--fa:"\f27e";}.fa-fonticons{--fa:"\f280";}.fa-reddit-alien{--fa:"\f281";}.fa-edge{--fa:"\f282";}.fa-codiepie{--fa:"\f284";}.fa-modx{--fa:"\f285";}.fa-fort-awesome{--fa:"\f286";}.fa-usb{--fa:"\f287";}.fa-product-hunt{--fa:"\f288";}.fa-mixcloud{--fa:"\f289";}.fa-scribd{--fa:"\f28a";}.fa-bluetooth{--fa:"\f293";}.fa-bluetooth-b{--fa:"\f294";}.fa-gitlab{--fa:"\f296";}.fa-wpbeginner{--fa:"\f297";}.fa-wpforms{--fa:"\f298";}.fa-envira{--fa:"\f299";}.fa-glide{--fa:"\f2a5";}.fa-glide-g{--fa:"\f2a6";}.fa-viadeo{--fa:"\f2a9";}.fa-square-viadeo{--fa:"\f2aa";}.fa-viadeo-square{--fa:"\f2aa";}.fa-snapchat{--fa:"\f2ab";}.fa-snapchat-ghost{--fa:"\f2ab";}.fa-square-snapchat{--fa:"\f2ad";}.fa-snapchat-square{--fa:"\f2ad";}.fa-pied-piper{--fa:"\f2ae";}.fa-first-order{--fa:"\f2b0";}.fa-yoast{--fa:"\f2b1";}.fa-themeisle{--fa:"\f2b2";}.fa-google-plus{--fa:"\f2b3";}.fa-font-awesome{--fa:"\f2b4";}.fa-font-awesome-flag{--fa:"\f2b4";}.fa-font-awesome-logo-full{--fa:"\f2b4";}.fa-linode{--fa:"\f2b8";}.fa-quora{--fa:"\f2c4";}.fa-free-code-camp{--fa:"\f2c5";}.fa-telegram{--fa:"\f2c6";}.fa-telegram-plane{--fa:"\f2c6";}.fa-bandcamp{--fa:"\f2d5";}.fa-grav{--fa:"\f2d6";}.fa-etsy{--fa:"\f2d7";}.fa-imdb{--fa:"\f2d8";}.fa-ravelry{--fa:"\f2d9";}.fa-sellcast{--fa:"\f2da";}.fa-superpowers{--fa:"\f2dd";}.fa-wpexplorer{--fa:"\f2de";}.fa-meetup{--fa:"\f2e0";}.fa-square-font-awesome-stroke{--fa:"\f35c";}.fa-font-awesome-alt{--fa:"\f35c";}.fa-accessible-icon{--fa:"\f368";}.fa-accusoft{--fa:"\f369";}.fa-adversal{--fa:"\f36a";}.fa-affiliatetheme{--fa:"\f36b";}.fa-algolia{--fa:"\f36c";}.fa-amilia{--fa:"\f36d";}.fa-angrycreative{--fa:"\f36e";}.fa-app-store{--fa:"\f36f";}.fa-app-store-ios{--fa:"\f370";}.fa-apper{--fa:"\f371";}.fa-asymmetrik{--fa:"\f372";}.fa-audible{--fa:"\f373";}.fa-avianex{--fa:"\f374";}.fa-aws{--fa:"\f375";}.fa-bimobject{--fa:"\f378";}.fa-bitcoin{--fa:"\f379";}.fa-bity{--fa:"\f37a";}.fa-blackberry{--fa:"\f37b";}.fa-blogger{--fa:"\f37c";}.fa-blogger-b{--fa:"\f37d";}.fa-buromobelexperte{--fa:"\f37f";}.fa-centercode{--fa:"\f380";}.fa-cloudscale{--fa:"\f383";}.fa-cloudsmith{--fa:"\f384";}.fa-cloudversify{--fa:"\f385";}.fa-cpanel{--fa:"\f388";}.fa-css3-alt{--fa:"\f38b";}.fa-cuttlefish{--fa:"\f38c";}.fa-d-and-d{--fa:"\f38d";}.fa-deploydog{--fa:"\f38e";}.fa-deskpro{--fa:"\f38f";}.fa-digital-ocean{--fa:"\f391";}.fa-discord{--fa:"\f392";}.fa-discourse{--fa:"\f393";}.fa-dochub{--fa:"\f394";}.fa-docker{--fa:"\f395";}.fa-draft2digital{--fa:"\f396";}.fa-square-dribbble{--fa:"\f397";}.fa-dribbble-square{--fa:"\f397";}.fa-dyalog{--fa:"\f399";}.fa-earlybirds{--fa:"\f39a";}.fa-erlang{--fa:"\f39d";}.fa-facebook-f{--fa:"\f39e";}.fa-facebook-messenger{--fa:"\f39f";}.fa-firstdraft{--fa:"\f3a1";}.fa-fonticons-fi{--fa:"\f3a2";}.fa-fort-awesome-alt{--fa:"\f3a3";}.fa-freebsd{--fa:"\f3a4";}.fa-gitkraken{--fa:"\f3a6";}.fa-gofore{--fa:"\f3a7";}.fa-goodreads{--fa:"\f3a8";}.fa-goodreads-g{--fa:"\f3a9";}.fa-google-drive{--fa:"\f3aa";}.fa-google-play{--fa:"\f3ab";}.fa-gripfire{--fa:"\f3ac";}.fa-grunt{--fa:"\f3ad";}.fa-gulp{--fa:"\f3ae";}.fa-square-hacker-news{--fa:"\f3af";}.fa-hacker-news-square{--fa:"\f3af";}.fa-hire-a-helper{--fa:"\f3b0";}.fa-hotjar{--fa:"\f3b1";}.fa-hubspot{--fa:"\f3b2";}.fa-itunes{--fa:"\f3b4";}.fa-itunes-note{--fa:"\f3b5";}.fa-jenkins{--fa:"\f3b6";}.fa-joget{--fa:"\f3b7";}.fa-js{--fa:"\f3b8";}.fa-square-js{--fa:"\f3b9";}.fa-js-square{--fa:"\f3b9";}.fa-keycdn{--fa:"\f3ba";}.fa-kickstarter{--fa:"\f3bb";}.fa-square-kickstarter{--fa:"\f3bb";}.fa-kickstarter-k{--fa:"\f3bc";}.fa-laravel{--fa:"\f3bd";}.fa-line{--fa:"\f3c0";}.fa-lyft{--fa:"\f3c3";}.fa-magento{--fa:"\f3c4";}.fa-medapps{--fa:"\f3c6";}.fa-medrt{--fa:"\f3c8";}.fa-microsoft{--fa:"\f3ca";}.fa-mix{--fa:"\f3cb";}.fa-mizuni{--fa:"\f3cc";}.fa-monero{--fa:"\f3d0";}.fa-napster{--fa:"\f3d2";}.fa-node-js{--fa:"\f3d3";}.fa-npm{--fa:"\f3d4";}.fa-ns8{--fa:"\f3d5";}.fa-nutritionix{--fa:"\f3d6";}.fa-page4{--fa:"\f3d7";}.fa-palfed{--fa:"\f3d8";}.fa-patreon{--fa:"\f3d9";}.fa-periscope{--fa:"\f3da";}.fa-phabricator{--fa:"\f3db";}.fa-phoenix-framework{--fa:"\f3dc";}.fa-playstation{--fa:"\f3df";}.fa-pushed{--fa:"\f3e1";}.fa-python{--fa:"\f3e2";}.fa-red-river{--fa:"\f3e3";}.fa-wpressr{--fa:"\f3e4";}.fa-rendact{--fa:"\f3e4";}.fa-replyd{--fa:"\f3e6";}.fa-resolving{--fa:"\f3e7";}.fa-rocketchat{--fa:"\f3e8";}.fa-rockrms{--fa:"\f3e9";}.fa-schlix{--fa:"\f3ea";}.fa-searchengin{--fa:"\f3eb";}.fa-servicestack{--fa:"\f3ec";}.fa-sistrix{--fa:"\f3ee";}.fa-speakap{--fa:"\f3f3";}.fa-staylinked{--fa:"\f3f5";}.fa-steam-symbol{--fa:"\f3f6";}.fa-sticker-mule{--fa:"\f3f7";}.fa-studiovinari{--fa:"\f3f8";}.fa-supple{--fa:"\f3f9";}.fa-uber{--fa:"\f402";}.fa-uikit{--fa:"\f403";}.fa-uniregistry{--fa:"\f404";}.fa-untappd{--fa:"\f405";}.fa-ussunnah{--fa:"\f407";}.fa-vaadin{--fa:"\f408";}.fa-viber{--fa:"\f409";}.fa-vimeo{--fa:"\f40a";}.fa-vnv{--fa:"\f40b";}.fa-square-whatsapp{--fa:"\f40c";}.fa-whatsapp-square{--fa:"\f40c";}.fa-whmcs{--fa:"\f40d";}.fa-wordpress-simple{--fa:"\f411";}.fa-xbox{--fa:"\f412";}.fa-yandex{--fa:"\f413";}.fa-yandex-international{--fa:"\f414";}.fa-apple-pay{--fa:"\f415";}.fa-cc-apple-pay{--fa:"\f416";}.fa-fly{--fa:"\f417";}.fa-node{--fa:"\f419";}.fa-osi{--fa:"\f41a";}.fa-react{--fa:"\f41b";}.fa-autoprefixer{--fa:"\f41c";}.fa-less{--fa:"\f41d";}.fa-sass{--fa:"\f41e";}.fa-vuejs{--fa:"\f41f";}.fa-angular{--fa:"\f420";}.fa-aviato{--fa:"\f421";}.fa-ember{--fa:"\f423";}.fa-gitter{--fa:"\f426";}.fa-hooli{--fa:"\f427";}.fa-strava{--fa:"\f428";}.fa-stripe{--fa:"\f429";}.fa-stripe-s{--fa:"\f42a";}.fa-typo3{--fa:"\f42b";}.fa-amazon-pay{--fa:"\f42c";}.fa-cc-amazon-pay{--fa:"\f42d";}.fa-ethereum{--fa:"\f42e";}.fa-korvue{--fa:"\f42f";}.fa-elementor{--fa:"\f430";}.fa-square-youtube{--fa:"\f431";}.fa-youtube-square{--fa:"\f431";}.fa-flipboard{--fa:"\f44d";}.fa-hips{--fa:"\f452";}.fa-php{--fa:"\f457";}.fa-quinscape{--fa:"\f459";}.fa-readme{--fa:"\f4d5";}.fa-java{--fa:"\f4e4";}.fa-pied-piper-hat{--fa:"\f4e5";}.fa-creative-commons-by{--fa:"\f4e7";}.fa-creative-commons-nc{--fa:"\f4e8";}.fa-creative-commons-nc-eu{--fa:"\f4e9";}.fa-creative-commons-nc-jp{--fa:"\f4ea";}.fa-creative-commons-nd{--fa:"\f4eb";}.fa-creative-commons-pd{--fa:"\f4ec";}.fa-creative-commons-pd-alt{--fa:"\f4ed";}.fa-creative-commons-remix{--fa:"\f4ee";}.fa-creative-commons-sa{--fa:"\f4ef";}.fa-creative-commons-sampling{--fa:"\f4f0";}.fa-creative-commons-sampling-plus{--fa:"\f4f1";}.fa-creative-commons-share{--fa:"\f4f2";}.fa-creative-commons-zero{--fa:"\f4f3";}.fa-ebay{--fa:"\f4f4";}.fa-keybase{--fa:"\f4f5";}.fa-mastodon{--fa:"\f4f6";}.fa-r-project{--fa:"\f4f7";}.fa-researchgate{--fa:"\f4f8";}.fa-teamspeak{--fa:"\f4f9";}.fa-first-order-alt{--fa:"\f50a";}.fa-fulcrum{--fa:"\f50b";}.fa-galactic-republic{--fa:"\f50c";}.fa-galactic-senate{--fa:"\f50d";}.fa-jedi-order{--fa:"\f50e";}.fa-mandalorian{--fa:"\f50f";}.fa-old-republic{--fa:"\f510";}.fa-phoenix-squadron{--fa:"\f511";}.fa-sith{--fa:"\f512";}.fa-trade-federation{--fa:"\f513";}.fa-wolf-pack-battalion{--fa:"\f514";}.fa-hornbill{--fa:"\f592";}.fa-mailchimp{--fa:"\f59e";}.fa-megaport{--fa:"\f5a3";}.fa-nimblr{--fa:"\f5a8";}.fa-rev{--fa:"\f5b2";}.fa-shopware{--fa:"\f5b5";}.fa-squarespace{--fa:"\f5be";}.fa-themeco{--fa:"\f5c6";}.fa-weebly{--fa:"\f5cc";}.fa-wix{--fa:"\f5cf";}.fa-ello{--fa:"\f5f1";}.fa-hackerrank{--fa:"\f5f7";}.fa-kaggle{--fa:"\f5fa";}.fa-markdown{--fa:"\f60f";}.fa-neos{--fa:"\f612";}.fa-zhihu{--fa:"\f63f";}.fa-alipay{--fa:"\f642";}.fa-the-red-yeti{--fa:"\f69d";}.fa-critical-role{--fa:"\f6c9";}.fa-d-and-d-beyond{--fa:"\f6ca";}.fa-dev{--fa:"\f6cc";}.fa-fantasy-flight-games{--fa:"\f6dc";}.fa-wizards-of-the-coast{--fa:"\f730";}.fa-think-peaks{--fa:"\f731";}.fa-reacteurope{--fa:"\f75d";}.fa-artstation{--fa:"\f77a";}.fa-atlassian{--fa:"\f77b";}.fa-canadian-maple-leaf{--fa:"\f785";}.fa-centos{--fa:"\f789";}.fa-confluence{--fa:"\f78d";}.fa-dhl{--fa:"\f790";}.fa-diaspora{--fa:"\f791";}.fa-fedex{--fa:"\f797";}.fa-fedora{--fa:"\f798";}.fa-figma{--fa:"\f799";}.fa-intercom{--fa:"\f7af";}.fa-invision{--fa:"\f7b0";}.fa-jira{--fa:"\f7b1";}.fa-mendeley{--fa:"\f7b3";}.fa-raspberry-pi{--fa:"\f7bb";}.fa-redhat{--fa:"\f7bc";}.fa-sketch{--fa:"\f7c6";}.fa-sourcetree{--fa:"\f7d3";}.fa-suse{--fa:"\f7d6";}.fa-ubuntu{--fa:"\f7df";}.fa-ups{--fa:"\f7e0";}.fa-usps{--fa:"\f7e1";}.fa-yarn{--fa:"\f7e3";}.fa-airbnb{--fa:"\f834";}.fa-battle-net{--fa:"\f835";}.fa-bootstrap{--fa:"\f836";}.fa-buffer{--fa:"\f837";}.fa-chromecast{--fa:"\f838";}.fa-evernote{--fa:"\f839";}.fa-itch-io{--fa:"\f83a";}.fa-salesforce{--fa:"\f83b";}.fa-speaker-deck{--fa:"\f83c";}.fa-symfony{--fa:"\f83d";}.fa-waze{--fa:"\f83f";}.fa-yammer{--fa:"\f840";}.fa-git-alt{--fa:"\f841";}.fa-stackpath{--fa:"\f842";}.fa-cotton-bureau{--fa:"\f89e";}.fa-buy-n-large{--fa:"\f8a6";}.fa-mdb{--fa:"\f8ca";}.fa-orcid{--fa:"\f8d2";}.fa-swift{--fa:"\f8e1";}.fa-umbraco{--fa:"\f8e8";}:root,:host{--fa-family-classic:"Font Awesome 7 Free";--fa-font-regular:normal 400 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic);}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(/themes/custom/bag/assets/fontawesome7/webfonts/fa-regular-400.woff2);}.far{--fa-family:var(--fa-family-classic);--fa-style:400;}.fa-classic{--fa-family:var(--fa-family-classic);}.fa-regular{--fa-style:400;}:root,:host{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic);}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(/themes/custom/bag/assets/fontawesome7/webfonts/fa-solid-900.woff2);}.fas{--fa-family:var(--fa-family-classic);--fa-style:900;}.fa-classic{--fa-family:var(--fa-family-classic);}.fa-solid{--fa-style:900;}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/themes/custom/bag/assets/fontawesome7/webfonts/fa-brands-400.woff2) format("woff2");}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/themes/custom/bag/assets/fontawesome7/webfonts/fa-solid-900.woff2) format("woff2");}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/themes/custom/bag/assets/fontawesome7/webfonts/fa-regular-400.woff2) format("woff2");}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/custom/bag/assets/fontawesome7/webfonts/fa-solid-900.woff2) format("woff2");}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/custom/bag/assets/fontawesome7/webfonts/fa-brands-400.woff2) format("woff2");}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/custom/bag/assets/fontawesome7/webfonts/fa-regular-400.woff2) format("woff2");unicode-range:U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC;}@font-face{font-family:"FontAwesome";font-display:block;src:url(/themes/custom/bag/assets/fontawesome7/webfonts/fa-v4compatibility.woff2) format("woff2");unicode-range:U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A;}
@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;src:url(/themes/custom/bag/fonts/roboto-v49-latin-300.woff2) format("woff2"),url(/themes/custom/bag/fonts/roboto-v49-latin-300.ttf) format("truetype");}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;src:url(/themes/custom/bag/fonts/roboto-v49-latin-regular.woff2) format("woff2"),url(/themes/custom/bag/fonts/roboto-v49-latin-regular.ttf) format("truetype");}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;src:url(/themes/custom/bag/fonts/roboto-v49-latin-600.woff2) format("woff2"),url(/themes/custom/bag/fonts/roboto-v49-latin-600.ttf) format("truetype");}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;src:url(/themes/custom/bag/fonts/roboto-v49-latin-700.woff2) format("woff2"),url(/themes/custom/bag/fonts/roboto-v49-latin-700.ttf) format("truetype");}@font-face{font-display:swap;font-family:"Roboto Condensed";font-style:normal;font-weight:300;src:url(/themes/custom/bag/fonts/roboto-condensed-v31-latin-300.woff2) format("woff2"),url(/themes/custom/bag/fonts/roboto-condensed-v31-latin-300.ttf) format("truetype");}@font-face{font-display:swap;font-family:"Roboto Condensed";font-style:normal;font-weight:400;src:url(/themes/custom/bag/fonts/roboto-condensed-v31-latin-regular.woff2) format("woff2"),url(/themes/custom/bag/fonts/roboto-condensed-v31-latin-regular.ttf) format("truetype");}@font-face{font-display:swap;font-family:"Roboto Condensed";font-style:normal;font-weight:500;src:url(/themes/custom/bag/fonts/roboto-condensed-v31-latin-500.woff2) format("woff2"),url(/themes/custom/bag/fonts/roboto-condensed-v31-latin-500.ttf) format("truetype");}@font-face{font-display:swap;font-family:"Roboto Condensed";font-style:normal;font-weight:600;src:url(/themes/custom/bag/fonts/roboto-condensed-v31-latin-600.woff2) format("woff2"),url(/themes/custom/bag/fonts/roboto-condensed-v31-latin-600.ttf) format("truetype");}@font-face{font-display:swap;font-family:"Roboto Condensed";font-style:normal;font-weight:800;src:url(/themes/custom/bag/fonts/roboto-condensed-v31-latin-800.woff2) format("woff2"),url(/themes/custom/bag/fonts/roboto-condensed-v31-latin-800.ttf) format("truetype");}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#a62656;--bs-yellow:#ffc107;--bs-green:#28a745;--bs-teal:#20c997;--bs-cyan:#4F8FA5;--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:#31a6ba;--bs-secondary:rgb(0,35,35);--bs-success:#28a745;--bs-info:#4F8FA5;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#fff;--bs-dark:#002323;--bs-primary-rgb:49,166,186;--bs-secondary-rgb:0,35,35;--bs-success-rgb:40,167,69;--bs-info-rgb:79,143,165;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:255,255,255;--bs-dark-rgb:0,35,35;--bs-primary-text-emphasis:rgb(5.2,44,101.2);--bs-secondary-text-emphasis:rgb(43.2,46.8,50);--bs-success-text-emphasis:rgb(16,66.8,27.6);--bs-info-text-emphasis:rgb(31.6,57.2,66);--bs-warning-text-emphasis:rgb(102,77.2,2.8);--bs-danger-text-emphasis:rgb(88,21.2,27.6);--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:rgb(206.6,226,254.6);--bs-secondary-bg-subtle:rgb(225.6,227.4,229);--bs-success-bg-subtle:rgb(212,237.4,217.8);--bs-info-bg-subtle:rgb(219.8,232.6,237);--bs-warning-bg-subtle:rgb(255,242.6,205.4);--bs-danger-bg-subtle:rgb(248,214.6,217.8);--bs-light-bg-subtle:rgb(251.5,252,252.5);--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:rgb(158.2,197,254.2);--bs-secondary-border-subtle:rgb(196.2,199.8,203);--bs-success-border-subtle:rgb(169,219.8,180.6);--bs-info-border-subtle:rgb(184.6,210.2,219);--bs-warning-border-subtle:rgb(255,230.2,155.8);--bs-danger-border-subtle:rgb(241,174.2,180.6);--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:"Roboto","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));--bs-body-font-family:"Roboto","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-body-font-size:1.125rem;--bs-body-font-weight:400;--bs-body-line-height:1.75;--bs-body-color:#333333;--bs-body-color-rgb:51,51,51;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(51,51,51,0.75);--bs-secondary-color-rgb:51,51,51;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(51,51,51,0.5);--bs-tertiary-color-rgb:51,51,51;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#333333;--bs-link-color-rgb:51,51,51;--bs-link-decoration:underline;--bs-link-hover-color:#333333;--bs-link-hover-color-rgb:51,51,51;--bs-link-hover-decoration:underline;--bs-code-color:#d63384;--bs-highlight-color:#333333;--bs-highlight-bg:rgb(255,242.6,205.4);--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.125rem 0.15rem 0.5rem rgba(0,0,0,0.9);--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(49,166,186,0.5);--bs-form-valid-color:#28a745;--bs-form-valid-border-color:#28a745;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545;}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:rgb(42.5,47.5,52.5);--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:rgb(109.8,168,253.8);--bs-secondary-text-emphasis:rgb(166.8,172.2,177);--bs-success-text-emphasis:rgb(126,202.2,143.4);--bs-info-text-emphasis:rgb(149.4,187.8,201);--bs-warning-text-emphasis:rgb(255,217.8,106.2);--bs-danger-text-emphasis:rgb(234,133.8,143.4);--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:rgb(2.6,22,50.6);--bs-secondary-bg-subtle:rgb(21.6,23.4,25);--bs-success-bg-subtle:rgb(8,33.4,13.8);--bs-info-bg-subtle:rgb(15.8,28.6,33);--bs-warning-bg-subtle:rgb(51,38.6,1.4);--bs-danger-bg-subtle:rgb(44,10.6,13.8);--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:rgb(7.8,66,151.8);--bs-secondary-border-subtle:rgb(64.8,70.2,75);--bs-success-border-subtle:rgb(24,100.2,41.4);--bs-info-border-subtle:rgb(47.4,85.8,99);--bs-warning-border-subtle:rgb(153,115.8,4.2);--bs-danger-border-subtle:rgb(132,31.8,41.4);--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:rgb(109.8,168,253.8);--bs-link-hover-color:rgb(138.84,185.4,254.04);--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:rgb(230.4,132.6,181.2);--bs-highlight-color:#dee2e6;--bs-highlight-bg:rgb(102,77.2,2.8);--bs-border-color:#495057;--bs-border-color-translucent:rgba(255,255,255,0.15);--bs-form-valid-color:rgb(126,202.2,143.4);--bs-form-valid-border-color:rgb(126,202.2,143.4);--bs-form-invalid-color:rgb(234,133.8,143.4);--bs-form-invalid-border-color:rgb(234,133.8,143.4);}*,*::before,*::after{box-sizing:border-box;}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth;}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:0.25;}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:0.5rem;font-family:"Roboto Condensed","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:600;line-height:1.2;color:var(--bs-heading-color);}h1,.h1{font-size:calc(1.42425rem + 2.091vw);}@media (min-width:1200px){h1,.h1{font-size:2.9925rem;}}h2,.h2{font-size:calc(1.321875rem + 0.8625vw);}@media (min-width:1200px){h2,.h2{font-size:1.96875rem;}}h3,.h3{font-size:calc(1.2515625rem + 0.01875vw);}@media (min-width:1200px){h3,.h3{font-size:1.265625rem;}}h4,.h4{font-size:calc(1.26397125rem + 0.167655vw);}@media (min-width:1200px){h4,.h4{font-size:1.3897125rem;}}h5,.h5{font-size:1.125rem;}h6,.h6{font-size:1.0125rem;}p{margin-top:0;margin-bottom:1.5rem;}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:400;}dd{margin-bottom:0.5rem;margin-left:0;}blockquote{margin:0 0 1rem;}b,strong{font-weight:bolder;}small,.small{font-size:0.875em;}mark,.mark{padding:0.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg);}sub,sup{position:relative;font-size:0.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);text-decoration:underline;}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:0.875em;}pre code{font-size:inherit;color:inherit;word-break:normal;}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word;}a > code{color:inherit;}kbd{padding:0.1875rem 0.375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:0.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:0.5rem;padding-bottom:0.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:0.5rem;line-height:inherit;font-size:1.125rem;}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;}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1);}::-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:calc(1.265625rem + 0.1875vw);}@media (min-width:1200px){.lead{font-size:1.40625rem;}}.lead{font-weight:300;}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw);}@media (min-width:1200px){.display-1{font-size:5rem;}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw);}@media (min-width:1200px){.display-2{font-size:4.5rem;}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw);}@media (min-width:1200px){.display-3{font-size:4rem;}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw);}@media (min-width:1200px){.display-4{font-size:3.5rem;}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw);}@media (min-width:1200px){.display-5{font-size:3rem;}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw);}@media (min-width:1200px){.display-6{font-size:2.5rem;}}.list-unstyled{padding-left:0;list-style:none;}.list-inline{padding-left:0;list-style:none;}.list-inline-item{display:inline-block;}.list-inline-item:not(:last-child){margin-right:0.5rem;}.initialism{font-size:0.875em;text-transform:uppercase;}.blockquote{margin-bottom:1rem;font-size:calc(1.265625rem + 0.1875vw);}@media (min-width:1200px){.blockquote{font-size:1.40625rem;}}.blockquote > :last-child{margin-bottom:0;}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d;}.blockquote-footer::before{content:"— ";}.img-fluid{max-width:100%;height:auto;}.img-thumbnail{padding:0.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto;}.figure{display:inline-block;}.figure-img{margin-bottom:0.5rem;line-height:1;}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color);}.container,.container-fluid,.container-xxxxl,.container-xxxl,.container-ix1600,.container-xxl,.container-xl,.container-ix1024,.container-lg,.container-ix850,.container-md,.container-ix750,.container-sm,.container-xs{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-right:auto;margin-left:auto;}@media (min-width:480px){.container-xs,.container{max-width:440px;}}@media (min-width:576px){.container-sm,.container-xs,.container{max-width:540px;}}@media (min-width:750px){.container-ix750,.container-sm,.container-xs,.container{max-width:700px;}}@media (min-width:768px){.container-md,.container-ix750,.container-sm,.container-xs,.container{max-width:720px;}}@media (min-width:850px){.container-ix850,.container-md,.container-ix750,.container-sm,.container-xs,.container{max-width:800px;}}@media (min-width:992px){.container-lg,.container-ix850,.container-md,.container-ix750,.container-sm,.container-xs,.container{max-width:960px;}}@media (min-width:1024px){.container-ix1024,.container-lg,.container-ix850,.container-md,.container-ix750,.container-sm,.container-xs,.container{max-width:996px;}}@media (min-width:1200px){.container-xl,.container-ix1024,.container-lg,.container-ix850,.container-md,.container-ix750,.container-sm,.container-xs,.container{max-width:1140px;}}@media (min-width:1400px){.container-xxl,.container-xl,.container-ix1024,.container-lg,.container-ix850,.container-md,.container-ix750,.container-sm,.container-xs,.container{max-width:1320px;}}@media (min-width:1600px){.container-ix1600,.container-xxl,.container-xl,.container-ix1024,.container-lg,.container-ix850,.container-md,.container-ix750,.container-sm,.container-xs,.container{max-width:1420px;}}@media (min-width:1880px){.container-xxxl,.container-ix1600,.container-xxl,.container-xl,.container-ix1024,.container-lg,.container-ix850,.container-md,.container-ix750,.container-sm,.container-xs,.container{max-width:1421px;}}@media (min-width:2300px){.container-xxxxl,.container-xxxl,.container-ix1600,.container-xxl,.container-xl,.container-ix1024,.container-lg,.container-ix850,.container-md,.container-ix750,.container-sm,.container-xs,.container{max-width:1422px;}}:root{--bs-breakpoint-xxs:0;--bs-breakpoint-xs:480px;--bs-breakpoint-sm:576px;--bs-breakpoint-ix750:750px;--bs-breakpoint-md:768px;--bs-breakpoint-ix850:850px;--bs-breakpoint-lg:992px;--bs-breakpoint-ix1024:1024px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;--bs-breakpoint-ix1600:1600px;--bs-breakpoint-xxxl:1880px;--bs-breakpoint-xxxxl:2300px;}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-0.5 * var(--bs-gutter-x));margin-left:calc(-0.5 * var(--bs-gutter-x));}.row > *{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-top:var(--bs-gutter-y);}.col{flex:1 0 0;}.row-cols-auto > *{flex:0 0 auto;width:auto;}.row-cols-1 > *{flex:0 0 auto;width:100%;}.row-cols-2 > *{flex:0 0 auto;width:50%;}.row-cols-3 > *{flex:0 0 auto;width:33.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-1,.gx-1{--bs-gutter-x:0.25rem;}.g-1,.gy-1{--bs-gutter-y:0.25rem;}.g-1h,.gx-1h{--bs-gutter-x:0.35rem;}.g-1h,.gy-1h{--bs-gutter-y:0.35rem;}.g-2,.gx-2{--bs-gutter-x:0.5rem;}.g-2,.gy-2{--bs-gutter-y:0.5rem;}.g-2h,.gx-2h{--bs-gutter-x:0.75rem;}.g-2h,.gy-2h{--bs-gutter-y:0.75rem;}.g-3,.gx-3{--bs-gutter-x:1rem;}.g-3,.gy-3{--bs-gutter-y:1rem;}.g-4,.gx-4{--bs-gutter-x:1.5rem;}.g-4,.gy-4{--bs-gutter-y:1.5rem;}.g-4h,.gx-4h{--bs-gutter-x:2.25rem;}.g-4h,.gy-4h{--bs-gutter-y:2.25rem;}.g-5,.gx-5{--bs-gutter-x:3rem;}.g-5,.gy-5{--bs-gutter-y:3rem;}.g-5h,.gx-5h{--bs-gutter-x:3.5rem;}.g-5h,.gy-5h{--bs-gutter-y:3.5rem;}.g-6,.gx-6{--bs-gutter-x:4.5rem;}.g-6,.gy-6{--bs-gutter-y:4.5rem;}.g-7,.gx-7{--bs-gutter-x:6rem;}.g-7,.gy-7{--bs-gutter-y:6rem;}.g-8,.gx-8{--bs-gutter-x:7.5rem;}.g-8,.gy-8{--bs-gutter-y:7.5rem;}.g-9,.gx-9{--bs-gutter-x:9rem;}.g-9,.gy-9{--bs-gutter-y:9rem;}.g-10,.gx-10{--bs-gutter-x:10.5rem;}.g-10,.gy-10{--bs-gutter-y:10.5rem;}.g-11,.gx-11{--bs-gutter-x:12rem;}.g-11,.gy-11{--bs-gutter-y:12rem;}.g-12,.gx-12{--bs-gutter-x:13.5rem;}.g-12,.gy-12{--bs-gutter-y:13.5rem;}@media (min-width:480px){.col-xs{flex:1 0 0;}.row-cols-xs-auto > *{flex:0 0 auto;width:auto;}.row-cols-xs-1 > *{flex:0 0 auto;width:100%;}.row-cols-xs-2 > *{flex:0 0 auto;width:50%;}.row-cols-xs-3 > *{flex:0 0 auto;width:33.33333333%;}.row-cols-xs-4 > *{flex:0 0 auto;width:25%;}.row-cols-xs-5 > *{flex:0 0 auto;width:20%;}.row-cols-xs-6 > *{flex:0 0 auto;width:16.66666667%;}.col-xs-auto{flex:0 0 auto;width:auto;}.col-xs-1{flex:0 0 auto;width:8.33333333%;}.col-xs-2{flex:0 0 auto;width:16.66666667%;}.col-xs-3{flex:0 0 auto;width:25%;}.col-xs-4{flex:0 0 auto;width:33.33333333%;}.col-xs-5{flex:0 0 auto;width:41.66666667%;}.col-xs-6{flex:0 0 auto;width:50%;}.col-xs-7{flex:0 0 auto;width:58.33333333%;}.col-xs-8{flex:0 0 auto;width:66.66666667%;}.col-xs-9{flex:0 0 auto;width:75%;}.col-xs-10{flex:0 0 auto;width:83.33333333%;}.col-xs-11{flex:0 0 auto;width:91.66666667%;}.col-xs-12{flex:0 0 auto;width:100%;}.offset-xs-0{margin-left:0;}.offset-xs-1{margin-left:8.33333333%;}.offset-xs-2{margin-left:16.66666667%;}.offset-xs-3{margin-left:25%;}.offset-xs-4{margin-left:33.33333333%;}.offset-xs-5{margin-left:41.66666667%;}.offset-xs-6{margin-left:50%;}.offset-xs-7{margin-left:58.33333333%;}.offset-xs-8{margin-left:66.66666667%;}.offset-xs-9{margin-left:75%;}.offset-xs-10{margin-left:83.33333333%;}.offset-xs-11{margin-left:91.66666667%;}.g-xs-0,.gx-xs-0{--bs-gutter-x:0;}.g-xs-0,.gy-xs-0{--bs-gutter-y:0;}.g-xs-1,.gx-xs-1{--bs-gutter-x:0.25rem;}.g-xs-1,.gy-xs-1{--bs-gutter-y:0.25rem;}.g-xs-1h,.gx-xs-1h{--bs-gutter-x:0.35rem;}.g-xs-1h,.gy-xs-1h{--bs-gutter-y:0.35rem;}.g-xs-2,.gx-xs-2{--bs-gutter-x:0.5rem;}.g-xs-2,.gy-xs-2{--bs-gutter-y:0.5rem;}.g-xs-2h,.gx-xs-2h{--bs-gutter-x:0.75rem;}.g-xs-2h,.gy-xs-2h{--bs-gutter-y:0.75rem;}.g-xs-3,.gx-xs-3{--bs-gutter-x:1rem;}.g-xs-3,.gy-xs-3{--bs-gutter-y:1rem;}.g-xs-4,.gx-xs-4{--bs-gutter-x:1.5rem;}.g-xs-4,.gy-xs-4{--bs-gutter-y:1.5rem;}.g-xs-4h,.gx-xs-4h{--bs-gutter-x:2.25rem;}.g-xs-4h,.gy-xs-4h{--bs-gutter-y:2.25rem;}.g-xs-5,.gx-xs-5{--bs-gutter-x:3rem;}.g-xs-5,.gy-xs-5{--bs-gutter-y:3rem;}.g-xs-5h,.gx-xs-5h{--bs-gutter-x:3.5rem;}.g-xs-5h,.gy-xs-5h{--bs-gutter-y:3.5rem;}.g-xs-6,.gx-xs-6{--bs-gutter-x:4.5rem;}.g-xs-6,.gy-xs-6{--bs-gutter-y:4.5rem;}.g-xs-7,.gx-xs-7{--bs-gutter-x:6rem;}.g-xs-7,.gy-xs-7{--bs-gutter-y:6rem;}.g-xs-8,.gx-xs-8{--bs-gutter-x:7.5rem;}.g-xs-8,.gy-xs-8{--bs-gutter-y:7.5rem;}.g-xs-9,.gx-xs-9{--bs-gutter-x:9rem;}.g-xs-9,.gy-xs-9{--bs-gutter-y:9rem;}.g-xs-10,.gx-xs-10{--bs-gutter-x:10.5rem;}.g-xs-10,.gy-xs-10{--bs-gutter-y:10.5rem;}.g-xs-11,.gx-xs-11{--bs-gutter-x:12rem;}.g-xs-11,.gy-xs-11{--bs-gutter-y:12rem;}.g-xs-12,.gx-xs-12{--bs-gutter-x:13.5rem;}.g-xs-12,.gy-xs-12{--bs-gutter-y:13.5rem;}}@media (min-width:576px){.col-sm{flex:1 0 0;}.row-cols-sm-auto > *{flex:0 0 auto;width:auto;}.row-cols-sm-1 > *{flex:0 0 auto;width:100%;}.row-cols-sm-2 > *{flex:0 0 auto;width:50%;}.row-cols-sm-3 > *{flex:0 0 auto;width:33.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-1,.gx-sm-1{--bs-gutter-x:0.25rem;}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem;}.g-sm-1h,.gx-sm-1h{--bs-gutter-x:0.35rem;}.g-sm-1h,.gy-sm-1h{--bs-gutter-y:0.35rem;}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem;}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem;}.g-sm-2h,.gx-sm-2h{--bs-gutter-x:0.75rem;}.g-sm-2h,.gy-sm-2h{--bs-gutter-y:0.75rem;}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem;}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem;}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem;}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem;}.g-sm-4h,.gx-sm-4h{--bs-gutter-x:2.25rem;}.g-sm-4h,.gy-sm-4h{--bs-gutter-y:2.25rem;}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem;}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem;}.g-sm-5h,.gx-sm-5h{--bs-gutter-x:3.5rem;}.g-sm-5h,.gy-sm-5h{--bs-gutter-y:3.5rem;}.g-sm-6,.gx-sm-6{--bs-gutter-x:4.5rem;}.g-sm-6,.gy-sm-6{--bs-gutter-y:4.5rem;}.g-sm-7,.gx-sm-7{--bs-gutter-x:6rem;}.g-sm-7,.gy-sm-7{--bs-gutter-y:6rem;}.g-sm-8,.gx-sm-8{--bs-gutter-x:7.5rem;}.g-sm-8,.gy-sm-8{--bs-gutter-y:7.5rem;}.g-sm-9,.gx-sm-9{--bs-gutter-x:9rem;}.g-sm-9,.gy-sm-9{--bs-gutter-y:9rem;}.g-sm-10,.gx-sm-10{--bs-gutter-x:10.5rem;}.g-sm-10,.gy-sm-10{--bs-gutter-y:10.5rem;}.g-sm-11,.gx-sm-11{--bs-gutter-x:12rem;}.g-sm-11,.gy-sm-11{--bs-gutter-y:12rem;}.g-sm-12,.gx-sm-12{--bs-gutter-x:13.5rem;}.g-sm-12,.gy-sm-12{--bs-gutter-y:13.5rem;}}@media (min-width:750px){.col-ix750{flex:1 0 0;}.row-cols-ix750-auto > *{flex:0 0 auto;width:auto;}.row-cols-ix750-1 > *{flex:0 0 auto;width:100%;}.row-cols-ix750-2 > *{flex:0 0 auto;width:50%;}.row-cols-ix750-3 > *{flex:0 0 auto;width:33.33333333%;}.row-cols-ix750-4 > *{flex:0 0 auto;width:25%;}.row-cols-ix750-5 > *{flex:0 0 auto;width:20%;}.row-cols-ix750-6 > *{flex:0 0 auto;width:16.66666667%;}.col-ix750-auto{flex:0 0 auto;width:auto;}.col-ix750-1{flex:0 0 auto;width:8.33333333%;}.col-ix750-2{flex:0 0 auto;width:16.66666667%;}.col-ix750-3{flex:0 0 auto;width:25%;}.col-ix750-4{flex:0 0 auto;width:33.33333333%;}.col-ix750-5{flex:0 0 auto;width:41.66666667%;}.col-ix750-6{flex:0 0 auto;width:50%;}.col-ix750-7{flex:0 0 auto;width:58.33333333%;}.col-ix750-8{flex:0 0 auto;width:66.66666667%;}.col-ix750-9{flex:0 0 auto;width:75%;}.col-ix750-10{flex:0 0 auto;width:83.33333333%;}.col-ix750-11{flex:0 0 auto;width:91.66666667%;}.col-ix750-12{flex:0 0 auto;width:100%;}.offset-ix750-0{margin-left:0;}.offset-ix750-1{margin-left:8.33333333%;}.offset-ix750-2{margin-left:16.66666667%;}.offset-ix750-3{margin-left:25%;}.offset-ix750-4{margin-left:33.33333333%;}.offset-ix750-5{margin-left:41.66666667%;}.offset-ix750-6{margin-left:50%;}.offset-ix750-7{margin-left:58.33333333%;}.offset-ix750-8{margin-left:66.66666667%;}.offset-ix750-9{margin-left:75%;}.offset-ix750-10{margin-left:83.33333333%;}.offset-ix750-11{margin-left:91.66666667%;}.g-ix750-0,.gx-ix750-0{--bs-gutter-x:0;}.g-ix750-0,.gy-ix750-0{--bs-gutter-y:0;}.g-ix750-1,.gx-ix750-1{--bs-gutter-x:0.25rem;}.g-ix750-1,.gy-ix750-1{--bs-gutter-y:0.25rem;}.g-ix750-1h,.gx-ix750-1h{--bs-gutter-x:0.35rem;}.g-ix750-1h,.gy-ix750-1h{--bs-gutter-y:0.35rem;}.g-ix750-2,.gx-ix750-2{--bs-gutter-x:0.5rem;}.g-ix750-2,.gy-ix750-2{--bs-gutter-y:0.5rem;}.g-ix750-2h,.gx-ix750-2h{--bs-gutter-x:0.75rem;}.g-ix750-2h,.gy-ix750-2h{--bs-gutter-y:0.75rem;}.g-ix750-3,.gx-ix750-3{--bs-gutter-x:1rem;}.g-ix750-3,.gy-ix750-3{--bs-gutter-y:1rem;}.g-ix750-4,.gx-ix750-4{--bs-gutter-x:1.5rem;}.g-ix750-4,.gy-ix750-4{--bs-gutter-y:1.5rem;}.g-ix750-4h,.gx-ix750-4h{--bs-gutter-x:2.25rem;}.g-ix750-4h,.gy-ix750-4h{--bs-gutter-y:2.25rem;}.g-ix750-5,.gx-ix750-5{--bs-gutter-x:3rem;}.g-ix750-5,.gy-ix750-5{--bs-gutter-y:3rem;}.g-ix750-5h,.gx-ix750-5h{--bs-gutter-x:3.5rem;}.g-ix750-5h,.gy-ix750-5h{--bs-gutter-y:3.5rem;}.g-ix750-6,.gx-ix750-6{--bs-gutter-x:4.5rem;}.g-ix750-6,.gy-ix750-6{--bs-gutter-y:4.5rem;}.g-ix750-7,.gx-ix750-7{--bs-gutter-x:6rem;}.g-ix750-7,.gy-ix750-7{--bs-gutter-y:6rem;}.g-ix750-8,.gx-ix750-8{--bs-gutter-x:7.5rem;}.g-ix750-8,.gy-ix750-8{--bs-gutter-y:7.5rem;}.g-ix750-9,.gx-ix750-9{--bs-gutter-x:9rem;}.g-ix750-9,.gy-ix750-9{--bs-gutter-y:9rem;}.g-ix750-10,.gx-ix750-10{--bs-gutter-x:10.5rem;}.g-ix750-10,.gy-ix750-10{--bs-gutter-y:10.5rem;}.g-ix750-11,.gx-ix750-11{--bs-gutter-x:12rem;}.g-ix750-11,.gy-ix750-11{--bs-gutter-y:12rem;}.g-ix750-12,.gx-ix750-12{--bs-gutter-x:13.5rem;}.g-ix750-12,.gy-ix750-12{--bs-gutter-y:13.5rem;}}@media (min-width:768px){.col-md{flex:1 0 0;}.row-cols-md-auto > *{flex:0 0 auto;width:auto;}.row-cols-md-1 > *{flex:0 0 auto;width:100%;}.row-cols-md-2 > *{flex:0 0 auto;width:50%;}.row-cols-md-3 > *{flex:0 0 auto;width:33.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-1,.gx-md-1{--bs-gutter-x:0.25rem;}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem;}.g-md-1h,.gx-md-1h{--bs-gutter-x:0.35rem;}.g-md-1h,.gy-md-1h{--bs-gutter-y:0.35rem;}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem;}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem;}.g-md-2h,.gx-md-2h{--bs-gutter-x:0.75rem;}.g-md-2h,.gy-md-2h{--bs-gutter-y:0.75rem;}.g-md-3,.gx-md-3{--bs-gutter-x:1rem;}.g-md-3,.gy-md-3{--bs-gutter-y:1rem;}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem;}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem;}.g-md-4h,.gx-md-4h{--bs-gutter-x:2.25rem;}.g-md-4h,.gy-md-4h{--bs-gutter-y:2.25rem;}.g-md-5,.gx-md-5{--bs-gutter-x:3rem;}.g-md-5,.gy-md-5{--bs-gutter-y:3rem;}.g-md-5h,.gx-md-5h{--bs-gutter-x:3.5rem;}.g-md-5h,.gy-md-5h{--bs-gutter-y:3.5rem;}.g-md-6,.gx-md-6{--bs-gutter-x:4.5rem;}.g-md-6,.gy-md-6{--bs-gutter-y:4.5rem;}.g-md-7,.gx-md-7{--bs-gutter-x:6rem;}.g-md-7,.gy-md-7{--bs-gutter-y:6rem;}.g-md-8,.gx-md-8{--bs-gutter-x:7.5rem;}.g-md-8,.gy-md-8{--bs-gutter-y:7.5rem;}.g-md-9,.gx-md-9{--bs-gutter-x:9rem;}.g-md-9,.gy-md-9{--bs-gutter-y:9rem;}.g-md-10,.gx-md-10{--bs-gutter-x:10.5rem;}.g-md-10,.gy-md-10{--bs-gutter-y:10.5rem;}.g-md-11,.gx-md-11{--bs-gutter-x:12rem;}.g-md-11,.gy-md-11{--bs-gutter-y:12rem;}.g-md-12,.gx-md-12{--bs-gutter-x:13.5rem;}.g-md-12,.gy-md-12{--bs-gutter-y:13.5rem;}}@media (min-width:850px){.col-ix850{flex:1 0 0;}.row-cols-ix850-auto > *{flex:0 0 auto;width:auto;}.row-cols-ix850-1 > *{flex:0 0 auto;width:100%;}.row-cols-ix850-2 > *{flex:0 0 auto;width:50%;}.row-cols-ix850-3 > *{flex:0 0 auto;width:33.33333333%;}.row-cols-ix850-4 > *{flex:0 0 auto;width:25%;}.row-cols-ix850-5 > *{flex:0 0 auto;width:20%;}.row-cols-ix850-6 > *{flex:0 0 auto;width:16.66666667%;}.col-ix850-auto{flex:0 0 auto;width:auto;}.col-ix850-1{flex:0 0 auto;width:8.33333333%;}.col-ix850-2{flex:0 0 auto;width:16.66666667%;}.col-ix850-3{flex:0 0 auto;width:25%;}.col-ix850-4{flex:0 0 auto;width:33.33333333%;}.col-ix850-5{flex:0 0 auto;width:41.66666667%;}.col-ix850-6{flex:0 0 auto;width:50%;}.col-ix850-7{flex:0 0 auto;width:58.33333333%;}.col-ix850-8{flex:0 0 auto;width:66.66666667%;}.col-ix850-9{flex:0 0 auto;width:75%;}.col-ix850-10{flex:0 0 auto;width:83.33333333%;}.col-ix850-11{flex:0 0 auto;width:91.66666667%;}.col-ix850-12{flex:0 0 auto;width:100%;}.offset-ix850-0{margin-left:0;}.offset-ix850-1{margin-left:8.33333333%;}.offset-ix850-2{margin-left:16.66666667%;}.offset-ix850-3{margin-left:25%;}.offset-ix850-4{margin-left:33.33333333%;}.offset-ix850-5{margin-left:41.66666667%;}.offset-ix850-6{margin-left:50%;}.offset-ix850-7{margin-left:58.33333333%;}.offset-ix850-8{margin-left:66.66666667%;}.offset-ix850-9{margin-left:75%;}.offset-ix850-10{margin-left:83.33333333%;}.offset-ix850-11{margin-left:91.66666667%;}.g-ix850-0,.gx-ix850-0{--bs-gutter-x:0;}.g-ix850-0,.gy-ix850-0{--bs-gutter-y:0;}.g-ix850-1,.gx-ix850-1{--bs-gutter-x:0.25rem;}.g-ix850-1,.gy-ix850-1{--bs-gutter-y:0.25rem;}.g-ix850-1h,.gx-ix850-1h{--bs-gutter-x:0.35rem;}.g-ix850-1h,.gy-ix850-1h{--bs-gutter-y:0.35rem;}.g-ix850-2,.gx-ix850-2{--bs-gutter-x:0.5rem;}.g-ix850-2,.gy-ix850-2{--bs-gutter-y:0.5rem;}.g-ix850-2h,.gx-ix850-2h{--bs-gutter-x:0.75rem;}.g-ix850-2h,.gy-ix850-2h{--bs-gutter-y:0.75rem;}.g-ix850-3,.gx-ix850-3{--bs-gutter-x:1rem;}.g-ix850-3,.gy-ix850-3{--bs-gutter-y:1rem;}.g-ix850-4,.gx-ix850-4{--bs-gutter-x:1.5rem;}.g-ix850-4,.gy-ix850-4{--bs-gutter-y:1.5rem;}.g-ix850-4h,.gx-ix850-4h{--bs-gutter-x:2.25rem;}.g-ix850-4h,.gy-ix850-4h{--bs-gutter-y:2.25rem;}.g-ix850-5,.gx-ix850-5{--bs-gutter-x:3rem;}.g-ix850-5,.gy-ix850-5{--bs-gutter-y:3rem;}.g-ix850-5h,.gx-ix850-5h{--bs-gutter-x:3.5rem;}.g-ix850-5h,.gy-ix850-5h{--bs-gutter-y:3.5rem;}.g-ix850-6,.gx-ix850-6{--bs-gutter-x:4.5rem;}.g-ix850-6,.gy-ix850-6{--bs-gutter-y:4.5rem;}.g-ix850-7,.gx-ix850-7{--bs-gutter-x:6rem;}.g-ix850-7,.gy-ix850-7{--bs-gutter-y:6rem;}.g-ix850-8,.gx-ix850-8{--bs-gutter-x:7.5rem;}.g-ix850-8,.gy-ix850-8{--bs-gutter-y:7.5rem;}.g-ix850-9,.gx-ix850-9{--bs-gutter-x:9rem;}.g-ix850-9,.gy-ix850-9{--bs-gutter-y:9rem;}.g-ix850-10,.gx-ix850-10{--bs-gutter-x:10.5rem;}.g-ix850-10,.gy-ix850-10{--bs-gutter-y:10.5rem;}.g-ix850-11,.gx-ix850-11{--bs-gutter-x:12rem;}.g-ix850-11,.gy-ix850-11{--bs-gutter-y:12rem;}.g-ix850-12,.gx-ix850-12{--bs-gutter-x:13.5rem;}.g-ix850-12,.gy-ix850-12{--bs-gutter-y:13.5rem;}}@media (min-width:992px){.col-lg{flex:1 0 0;}.row-cols-lg-auto > *{flex:0 0 auto;width:auto;}.row-cols-lg-1 > *{flex:0 0 auto;width:100%;}.row-cols-lg-2 > *{flex:0 0 auto;width:50%;}.row-cols-lg-3 > *{flex:0 0 auto;width:33.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-1,.gx-lg-1{--bs-gutter-x:0.25rem;}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem;}.g-lg-1h,.gx-lg-1h{--bs-gutter-x:0.35rem;}.g-lg-1h,.gy-lg-1h{--bs-gutter-y:0.35rem;}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem;}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem;}.g-lg-2h,.gx-lg-2h{--bs-gutter-x:0.75rem;}.g-lg-2h,.gy-lg-2h{--bs-gutter-y:0.75rem;}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem;}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem;}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem;}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem;}.g-lg-4h,.gx-lg-4h{--bs-gutter-x:2.25rem;}.g-lg-4h,.gy-lg-4h{--bs-gutter-y:2.25rem;}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem;}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem;}.g-lg-5h,.gx-lg-5h{--bs-gutter-x:3.5rem;}.g-lg-5h,.gy-lg-5h{--bs-gutter-y:3.5rem;}.g-lg-6,.gx-lg-6{--bs-gutter-x:4.5rem;}.g-lg-6,.gy-lg-6{--bs-gutter-y:4.5rem;}.g-lg-7,.gx-lg-7{--bs-gutter-x:6rem;}.g-lg-7,.gy-lg-7{--bs-gutter-y:6rem;}.g-lg-8,.gx-lg-8{--bs-gutter-x:7.5rem;}.g-lg-8,.gy-lg-8{--bs-gutter-y:7.5rem;}.g-lg-9,.gx-lg-9{--bs-gutter-x:9rem;}.g-lg-9,.gy-lg-9{--bs-gutter-y:9rem;}.g-lg-10,.gx-lg-10{--bs-gutter-x:10.5rem;}.g-lg-10,.gy-lg-10{--bs-gutter-y:10.5rem;}.g-lg-11,.gx-lg-11{--bs-gutter-x:12rem;}.g-lg-11,.gy-lg-11{--bs-gutter-y:12rem;}.g-lg-12,.gx-lg-12{--bs-gutter-x:13.5rem;}.g-lg-12,.gy-lg-12{--bs-gutter-y:13.5rem;}}@media (min-width:1024px){.col-ix1024{flex:1 0 0;}.row-cols-ix1024-auto > *{flex:0 0 auto;width:auto;}.row-cols-ix1024-1 > *{flex:0 0 auto;width:100%;}.row-cols-ix1024-2 > *{flex:0 0 auto;width:50%;}.row-cols-ix1024-3 > *{flex:0 0 auto;width:33.33333333%;}.row-cols-ix1024-4 > *{flex:0 0 auto;width:25%;}.row-cols-ix1024-5 > *{flex:0 0 auto;width:20%;}.row-cols-ix1024-6 > *{flex:0 0 auto;width:16.66666667%;}.col-ix1024-auto{flex:0 0 auto;width:auto;}.col-ix1024-1{flex:0 0 auto;width:8.33333333%;}.col-ix1024-2{flex:0 0 auto;width:16.66666667%;}.col-ix1024-3{flex:0 0 auto;width:25%;}.col-ix1024-4{flex:0 0 auto;width:33.33333333%;}.col-ix1024-5{flex:0 0 auto;width:41.66666667%;}.col-ix1024-6{flex:0 0 auto;width:50%;}.col-ix1024-7{flex:0 0 auto;width:58.33333333%;}.col-ix1024-8{flex:0 0 auto;width:66.66666667%;}.col-ix1024-9{flex:0 0 auto;width:75%;}.col-ix1024-10{flex:0 0 auto;width:83.33333333%;}.col-ix1024-11{flex:0 0 auto;width:91.66666667%;}.col-ix1024-12{flex:0 0 auto;width:100%;}.offset-ix1024-0{margin-left:0;}.offset-ix1024-1{margin-left:8.33333333%;}.offset-ix1024-2{margin-left:16.66666667%;}.offset-ix1024-3{margin-left:25%;}.offset-ix1024-4{margin-left:33.33333333%;}.offset-ix1024-5{margin-left:41.66666667%;}.offset-ix1024-6{margin-left:50%;}.offset-ix1024-7{margin-left:58.33333333%;}.offset-ix1024-8{margin-left:66.66666667%;}.offset-ix1024-9{margin-left:75%;}.offset-ix1024-10{margin-left:83.33333333%;}.offset-ix1024-11{margin-left:91.66666667%;}.g-ix1024-0,.gx-ix1024-0{--bs-gutter-x:0;}.g-ix1024-0,.gy-ix1024-0{--bs-gutter-y:0;}.g-ix1024-1,.gx-ix1024-1{--bs-gutter-x:0.25rem;}.g-ix1024-1,.gy-ix1024-1{--bs-gutter-y:0.25rem;}.g-ix1024-1h,.gx-ix1024-1h{--bs-gutter-x:0.35rem;}.g-ix1024-1h,.gy-ix1024-1h{--bs-gutter-y:0.35rem;}.g-ix1024-2,.gx-ix1024-2{--bs-gutter-x:0.5rem;}.g-ix1024-2,.gy-ix1024-2{--bs-gutter-y:0.5rem;}.g-ix1024-2h,.gx-ix1024-2h{--bs-gutter-x:0.75rem;}.g-ix1024-2h,.gy-ix1024-2h{--bs-gutter-y:0.75rem;}.g-ix1024-3,.gx-ix1024-3{--bs-gutter-x:1rem;}.g-ix1024-3,.gy-ix1024-3{--bs-gutter-y:1rem;}.g-ix1024-4,.gx-ix1024-4{--bs-gutter-x:1.5rem;}.g-ix1024-4,.gy-ix1024-4{--bs-gutter-y:1.5rem;}.g-ix1024-4h,.gx-ix1024-4h{--bs-gutter-x:2.25rem;}.g-ix1024-4h,.gy-ix1024-4h{--bs-gutter-y:2.25rem;}.g-ix1024-5,.gx-ix1024-5{--bs-gutter-x:3rem;}.g-ix1024-5,.gy-ix1024-5{--bs-gutter-y:3rem;}.g-ix1024-5h,.gx-ix1024-5h{--bs-gutter-x:3.5rem;}.g-ix1024-5h,.gy-ix1024-5h{--bs-gutter-y:3.5rem;}.g-ix1024-6,.gx-ix1024-6{--bs-gutter-x:4.5rem;}.g-ix1024-6,.gy-ix1024-6{--bs-gutter-y:4.5rem;}.g-ix1024-7,.gx-ix1024-7{--bs-gutter-x:6rem;}.g-ix1024-7,.gy-ix1024-7{--bs-gutter-y:6rem;}.g-ix1024-8,.gx-ix1024-8{--bs-gutter-x:7.5rem;}.g-ix1024-8,.gy-ix1024-8{--bs-gutter-y:7.5rem;}.g-ix1024-9,.gx-ix1024-9{--bs-gutter-x:9rem;}.g-ix1024-9,.gy-ix1024-9{--bs-gutter-y:9rem;}.g-ix1024-10,.gx-ix1024-10{--bs-gutter-x:10.5rem;}.g-ix1024-10,.gy-ix1024-10{--bs-gutter-y:10.5rem;}.g-ix1024-11,.gx-ix1024-11{--bs-gutter-x:12rem;}.g-ix1024-11,.gy-ix1024-11{--bs-gutter-y:12rem;}.g-ix1024-12,.gx-ix1024-12{--bs-gutter-x:13.5rem;}.g-ix1024-12,.gy-ix1024-12{--bs-gutter-y:13.5rem;}}@media (min-width:1200px){.col-xl{flex:1 0 0;}.row-cols-xl-auto > *{flex:0 0 auto;width:auto;}.row-cols-xl-1 > *{flex:0 0 auto;width:100%;}.row-cols-xl-2 > *{flex:0 0 auto;width:50%;}.row-cols-xl-3 > *{flex:0 0 auto;width:33.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-1,.gx-xl-1{--bs-gutter-x:0.25rem;}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem;}.g-xl-1h,.gx-xl-1h{--bs-gutter-x:0.35rem;}.g-xl-1h,.gy-xl-1h{--bs-gutter-y:0.35rem;}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem;}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem;}.g-xl-2h,.gx-xl-2h{--bs-gutter-x:0.75rem;}.g-xl-2h,.gy-xl-2h{--bs-gutter-y:0.75rem;}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem;}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem;}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem;}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem;}.g-xl-4h,.gx-xl-4h{--bs-gutter-x:2.25rem;}.g-xl-4h,.gy-xl-4h{--bs-gutter-y:2.25rem;}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem;}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem;}.g-xl-5h,.gx-xl-5h{--bs-gutter-x:3.5rem;}.g-xl-5h,.gy-xl-5h{--bs-gutter-y:3.5rem;}.g-xl-6,.gx-xl-6{--bs-gutter-x:4.5rem;}.g-xl-6,.gy-xl-6{--bs-gutter-y:4.5rem;}.g-xl-7,.gx-xl-7{--bs-gutter-x:6rem;}.g-xl-7,.gy-xl-7{--bs-gutter-y:6rem;}.g-xl-8,.gx-xl-8{--bs-gutter-x:7.5rem;}.g-xl-8,.gy-xl-8{--bs-gutter-y:7.5rem;}.g-xl-9,.gx-xl-9{--bs-gutter-x:9rem;}.g-xl-9,.gy-xl-9{--bs-gutter-y:9rem;}.g-xl-10,.gx-xl-10{--bs-gutter-x:10.5rem;}.g-xl-10,.gy-xl-10{--bs-gutter-y:10.5rem;}.g-xl-11,.gx-xl-11{--bs-gutter-x:12rem;}.g-xl-11,.gy-xl-11{--bs-gutter-y:12rem;}.g-xl-12,.gx-xl-12{--bs-gutter-x:13.5rem;}.g-xl-12,.gy-xl-12{--bs-gutter-y:13.5rem;}}@media (min-width:1400px){.col-xxl{flex:1 0 0;}.row-cols-xxl-auto > *{flex:0 0 auto;width:auto;}.row-cols-xxl-1 > *{flex:0 0 auto;width:100%;}.row-cols-xxl-2 > *{flex:0 0 auto;width:50%;}.row-cols-xxl-3 > *{flex:0 0 auto;width:33.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-1,.gx-xxl-1{--bs-gutter-x:0.25rem;}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem;}.g-xxl-1h,.gx-xxl-1h{--bs-gutter-x:0.35rem;}.g-xxl-1h,.gy-xxl-1h{--bs-gutter-y:0.35rem;}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem;}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem;}.g-xxl-2h,.gx-xxl-2h{--bs-gutter-x:0.75rem;}.g-xxl-2h,.gy-xxl-2h{--bs-gutter-y:0.75rem;}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem;}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem;}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem;}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem;}.g-xxl-4h,.gx-xxl-4h{--bs-gutter-x:2.25rem;}.g-xxl-4h,.gy-xxl-4h{--bs-gutter-y:2.25rem;}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem;}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem;}.g-xxl-5h,.gx-xxl-5h{--bs-gutter-x:3.5rem;}.g-xxl-5h,.gy-xxl-5h{--bs-gutter-y:3.5rem;}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:4.5rem;}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:4.5rem;}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:6rem;}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:6rem;}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:7.5rem;}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:7.5rem;}.g-xxl-9,.gx-xxl-9{--bs-gutter-x:9rem;}.g-xxl-9,.gy-xxl-9{--bs-gutter-y:9rem;}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:10.5rem;}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:10.5rem;}.g-xxl-11,.gx-xxl-11{--bs-gutter-x:12rem;}.g-xxl-11,.gy-xxl-11{--bs-gutter-y:12rem;}.g-xxl-12,.gx-xxl-12{--bs-gutter-x:13.5rem;}.g-xxl-12,.gy-xxl-12{--bs-gutter-y:13.5rem;}}@media (min-width:1600px){.col-ix1600{flex:1 0 0;}.row-cols-ix1600-auto > *{flex:0 0 auto;width:auto;}.row-cols-ix1600-1 > *{flex:0 0 auto;width:100%;}.row-cols-ix1600-2 > *{flex:0 0 auto;width:50%;}.row-cols-ix1600-3 > *{flex:0 0 auto;width:33.33333333%;}.row-cols-ix1600-4 > *{flex:0 0 auto;width:25%;}.row-cols-ix1600-5 > *{flex:0 0 auto;width:20%;}.row-cols-ix1600-6 > *{flex:0 0 auto;width:16.66666667%;}.col-ix1600-auto{flex:0 0 auto;width:auto;}.col-ix1600-1{flex:0 0 auto;width:8.33333333%;}.col-ix1600-2{flex:0 0 auto;width:16.66666667%;}.col-ix1600-3{flex:0 0 auto;width:25%;}.col-ix1600-4{flex:0 0 auto;width:33.33333333%;}.col-ix1600-5{flex:0 0 auto;width:41.66666667%;}.col-ix1600-6{flex:0 0 auto;width:50%;}.col-ix1600-7{flex:0 0 auto;width:58.33333333%;}.col-ix1600-8{flex:0 0 auto;width:66.66666667%;}.col-ix1600-9{flex:0 0 auto;width:75%;}.col-ix1600-10{flex:0 0 auto;width:83.33333333%;}.col-ix1600-11{flex:0 0 auto;width:91.66666667%;}.col-ix1600-12{flex:0 0 auto;width:100%;}.offset-ix1600-0{margin-left:0;}.offset-ix1600-1{margin-left:8.33333333%;}.offset-ix1600-2{margin-left:16.66666667%;}.offset-ix1600-3{margin-left:25%;}.offset-ix1600-4{margin-left:33.33333333%;}.offset-ix1600-5{margin-left:41.66666667%;}.offset-ix1600-6{margin-left:50%;}.offset-ix1600-7{margin-left:58.33333333%;}.offset-ix1600-8{margin-left:66.66666667%;}.offset-ix1600-9{margin-left:75%;}.offset-ix1600-10{margin-left:83.33333333%;}.offset-ix1600-11{margin-left:91.66666667%;}.g-ix1600-0,.gx-ix1600-0{--bs-gutter-x:0;}.g-ix1600-0,.gy-ix1600-0{--bs-gutter-y:0;}.g-ix1600-1,.gx-ix1600-1{--bs-gutter-x:0.25rem;}.g-ix1600-1,.gy-ix1600-1{--bs-gutter-y:0.25rem;}.g-ix1600-1h,.gx-ix1600-1h{--bs-gutter-x:0.35rem;}.g-ix1600-1h,.gy-ix1600-1h{--bs-gutter-y:0.35rem;}.g-ix1600-2,.gx-ix1600-2{--bs-gutter-x:0.5rem;}.g-ix1600-2,.gy-ix1600-2{--bs-gutter-y:0.5rem;}.g-ix1600-2h,.gx-ix1600-2h{--bs-gutter-x:0.75rem;}.g-ix1600-2h,.gy-ix1600-2h{--bs-gutter-y:0.75rem;}.g-ix1600-3,.gx-ix1600-3{--bs-gutter-x:1rem;}.g-ix1600-3,.gy-ix1600-3{--bs-gutter-y:1rem;}.g-ix1600-4,.gx-ix1600-4{--bs-gutter-x:1.5rem;}.g-ix1600-4,.gy-ix1600-4{--bs-gutter-y:1.5rem;}.g-ix1600-4h,.gx-ix1600-4h{--bs-gutter-x:2.25rem;}.g-ix1600-4h,.gy-ix1600-4h{--bs-gutter-y:2.25rem;}.g-ix1600-5,.gx-ix1600-5{--bs-gutter-x:3rem;}.g-ix1600-5,.gy-ix1600-5{--bs-gutter-y:3rem;}.g-ix1600-5h,.gx-ix1600-5h{--bs-gutter-x:3.5rem;}.g-ix1600-5h,.gy-ix1600-5h{--bs-gutter-y:3.5rem;}.g-ix1600-6,.gx-ix1600-6{--bs-gutter-x:4.5rem;}.g-ix1600-6,.gy-ix1600-6{--bs-gutter-y:4.5rem;}.g-ix1600-7,.gx-ix1600-7{--bs-gutter-x:6rem;}.g-ix1600-7,.gy-ix1600-7{--bs-gutter-y:6rem;}.g-ix1600-8,.gx-ix1600-8{--bs-gutter-x:7.5rem;}.g-ix1600-8,.gy-ix1600-8{--bs-gutter-y:7.5rem;}.g-ix1600-9,.gx-ix1600-9{--bs-gutter-x:9rem;}.g-ix1600-9,.gy-ix1600-9{--bs-gutter-y:9rem;}.g-ix1600-10,.gx-ix1600-10{--bs-gutter-x:10.5rem;}.g-ix1600-10,.gy-ix1600-10{--bs-gutter-y:10.5rem;}.g-ix1600-11,.gx-ix1600-11{--bs-gutter-x:12rem;}.g-ix1600-11,.gy-ix1600-11{--bs-gutter-y:12rem;}.g-ix1600-12,.gx-ix1600-12{--bs-gutter-x:13.5rem;}.g-ix1600-12,.gy-ix1600-12{--bs-gutter-y:13.5rem;}}@media (min-width:1880px){.col-xxxl{flex:1 0 0;}.row-cols-xxxl-auto > *{flex:0 0 auto;width:auto;}.row-cols-xxxl-1 > *{flex:0 0 auto;width:100%;}.row-cols-xxxl-2 > *{flex:0 0 auto;width:50%;}.row-cols-xxxl-3 > *{flex:0 0 auto;width:33.33333333%;}.row-cols-xxxl-4 > *{flex:0 0 auto;width:25%;}.row-cols-xxxl-5 > *{flex:0 0 auto;width:20%;}.row-cols-xxxl-6 > *{flex:0 0 auto;width:16.66666667%;}.col-xxxl-auto{flex:0 0 auto;width:auto;}.col-xxxl-1{flex:0 0 auto;width:8.33333333%;}.col-xxxl-2{flex:0 0 auto;width:16.66666667%;}.col-xxxl-3{flex:0 0 auto;width:25%;}.col-xxxl-4{flex:0 0 auto;width:33.33333333%;}.col-xxxl-5{flex:0 0 auto;width:41.66666667%;}.col-xxxl-6{flex:0 0 auto;width:50%;}.col-xxxl-7{flex:0 0 auto;width:58.33333333%;}.col-xxxl-8{flex:0 0 auto;width:66.66666667%;}.col-xxxl-9{flex:0 0 auto;width:75%;}.col-xxxl-10{flex:0 0 auto;width:83.33333333%;}.col-xxxl-11{flex:0 0 auto;width:91.66666667%;}.col-xxxl-12{flex:0 0 auto;width:100%;}.offset-xxxl-0{margin-left:0;}.offset-xxxl-1{margin-left:8.33333333%;}.offset-xxxl-2{margin-left:16.66666667%;}.offset-xxxl-3{margin-left:25%;}.offset-xxxl-4{margin-left:33.33333333%;}.offset-xxxl-5{margin-left:41.66666667%;}.offset-xxxl-6{margin-left:50%;}.offset-xxxl-7{margin-left:58.33333333%;}.offset-xxxl-8{margin-left:66.66666667%;}.offset-xxxl-9{margin-left:75%;}.offset-xxxl-10{margin-left:83.33333333%;}.offset-xxxl-11{margin-left:91.66666667%;}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x:0;}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y:0;}.g-xxxl-1,.gx-xxxl-1{--bs-gutter-x:0.25rem;}.g-xxxl-1,.gy-xxxl-1{--bs-gutter-y:0.25rem;}.g-xxxl-1h,.gx-xxxl-1h{--bs-gutter-x:0.35rem;}.g-xxxl-1h,.gy-xxxl-1h{--bs-gutter-y:0.35rem;}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x:0.5rem;}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y:0.5rem;}.g-xxxl-2h,.gx-xxxl-2h{--bs-gutter-x:0.75rem;}.g-xxxl-2h,.gy-xxxl-2h{--bs-gutter-y:0.75rem;}.g-xxxl-3,.gx-xxxl-3{--bs-gutter-x:1rem;}.g-xxxl-3,.gy-xxxl-3{--bs-gutter-y:1rem;}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x:1.5rem;}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y:1.5rem;}.g-xxxl-4h,.gx-xxxl-4h{--bs-gutter-x:2.25rem;}.g-xxxl-4h,.gy-xxxl-4h{--bs-gutter-y:2.25rem;}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x:3rem;}.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y:3rem;}.g-xxxl-5h,.gx-xxxl-5h{--bs-gutter-x:3.5rem;}.g-xxxl-5h,.gy-xxxl-5h{--bs-gutter-y:3.5rem;}.g-xxxl-6,.gx-xxxl-6{--bs-gutter-x:4.5rem;}.g-xxxl-6,.gy-xxxl-6{--bs-gutter-y:4.5rem;}.g-xxxl-7,.gx-xxxl-7{--bs-gutter-x:6rem;}.g-xxxl-7,.gy-xxxl-7{--bs-gutter-y:6rem;}.g-xxxl-8,.gx-xxxl-8{--bs-gutter-x:7.5rem;}.g-xxxl-8,.gy-xxxl-8{--bs-gutter-y:7.5rem;}.g-xxxl-9,.gx-xxxl-9{--bs-gutter-x:9rem;}.g-xxxl-9,.gy-xxxl-9{--bs-gutter-y:9rem;}.g-xxxl-10,.gx-xxxl-10{--bs-gutter-x:10.5rem;}.g-xxxl-10,.gy-xxxl-10{--bs-gutter-y:10.5rem;}.g-xxxl-11,.gx-xxxl-11{--bs-gutter-x:12rem;}.g-xxxl-11,.gy-xxxl-11{--bs-gutter-y:12rem;}.g-xxxl-12,.gx-xxxl-12{--bs-gutter-x:13.5rem;}.g-xxxl-12,.gy-xxxl-12{--bs-gutter-y:13.5rem;}}@media (min-width:2300px){.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-1,.gx-xxxxl-1{--bs-gutter-x:0.25rem;}.g-xxxxl-1,.gy-xxxxl-1{--bs-gutter-y:0.25rem;}.g-xxxxl-1h,.gx-xxxxl-1h{--bs-gutter-x:0.35rem;}.g-xxxxl-1h,.gy-xxxxl-1h{--bs-gutter-y:0.35rem;}.g-xxxxl-2,.gx-xxxxl-2{--bs-gutter-x:0.5rem;}.g-xxxxl-2,.gy-xxxxl-2{--bs-gutter-y:0.5rem;}.g-xxxxl-2h,.gx-xxxxl-2h{--bs-gutter-x:0.75rem;}.g-xxxxl-2h,.gy-xxxxl-2h{--bs-gutter-y:0.75rem;}.g-xxxxl-3,.gx-xxxxl-3{--bs-gutter-x:1rem;}.g-xxxxl-3,.gy-xxxxl-3{--bs-gutter-y:1rem;}.g-xxxxl-4,.gx-xxxxl-4{--bs-gutter-x:1.5rem;}.g-xxxxl-4,.gy-xxxxl-4{--bs-gutter-y:1.5rem;}.g-xxxxl-4h,.gx-xxxxl-4h{--bs-gutter-x:2.25rem;}.g-xxxxl-4h,.gy-xxxxl-4h{--bs-gutter-y:2.25rem;}.g-xxxxl-5,.gx-xxxxl-5{--bs-gutter-x:3rem;}.g-xxxxl-5,.gy-xxxxl-5{--bs-gutter-y:3rem;}.g-xxxxl-5h,.gx-xxxxl-5h{--bs-gutter-x:3.5rem;}.g-xxxxl-5h,.gy-xxxxl-5h{--bs-gutter-y:3.5rem;}.g-xxxxl-6,.gx-xxxxl-6{--bs-gutter-x:4.5rem;}.g-xxxxl-6,.gy-xxxxl-6{--bs-gutter-y:4.5rem;}.g-xxxxl-7,.gx-xxxxl-7{--bs-gutter-x:6rem;}.g-xxxxl-7,.gy-xxxxl-7{--bs-gutter-y:6rem;}.g-xxxxl-8,.gx-xxxxl-8{--bs-gutter-x:7.5rem;}.g-xxxxl-8,.gy-xxxxl-8{--bs-gutter-y:7.5rem;}.g-xxxxl-9,.gx-xxxxl-9{--bs-gutter-x:9rem;}.g-xxxxl-9,.gy-xxxxl-9{--bs-gutter-y:9rem;}.g-xxxxl-10,.gx-xxxxl-10{--bs-gutter-x:10.5rem;}.g-xxxxl-10,.gy-xxxxl-10{--bs-gutter-y:10.5rem;}.g-xxxxl-11,.gx-xxxxl-11{--bs-gutter-x:12rem;}.g-xxxxl-11,.gy-xxxxl-11{--bs-gutter-y:12rem;}.g-xxxxl-12,.gx-xxxxl-12{--bs-gutter-x:13.5rem;}.g-xxxxl-12,.gy-xxxxl-12{--bs-gutter-y:13.5rem;}}.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:0.5rem 0.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:0.25rem 0.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:rgb(206.6,226,254.6);--bs-table-border-color:rgb(165.28,180.8,203.68);--bs-table-striped-bg:rgb(196.27,214.7,241.87);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(185.94,203.4,229.14);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(191.105,209.05,235.505);--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:rgb(225.6,227.4,229);--bs-table-border-color:rgb(180.48,181.92,183.2);--bs-table-striped-bg:rgb(214.32,216.03,217.55);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(203.04,204.66,206.1);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(208.68,210.345,211.825);--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:rgb(212,237.4,217.8);--bs-table-border-color:rgb(169.6,189.92,174.24);--bs-table-striped-bg:rgb(201.4,225.53,206.91);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(190.8,213.66,196.02);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(196.1,219.595,201.465);--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:rgb(219.8,232.6,237);--bs-table-border-color:rgb(175.84,186.08,189.6);--bs-table-striped-bg:rgb(208.81,220.97,225.15);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(197.82,209.34,213.3);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(203.315,215.155,219.225);--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:rgb(255,242.6,205.4);--bs-table-border-color:rgb(204,194.08,164.32);--bs-table-striped-bg:rgb(242.25,230.47,195.13);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(229.5,218.34,184.86);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(235.875,224.405,189.995);--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:rgb(248,214.6,217.8);--bs-table-border-color:rgb(198.4,171.68,174.24);--bs-table-striped-bg:rgb(235.6,203.87,206.91);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(223.2,193.14,196.02);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(229.4,198.505,201.465);--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:rgb(198.4,199.2,200);--bs-table-striped-bg:rgb(235.6,236.55,237.5);--bs-table-striped-color:#000;--bs-table-active-bg:rgb(223.2,224.1,225);--bs-table-active-color:#000;--bs-table-hover-bg:rgb(229.4,230.325,231.25);--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:#002323;--bs-table-border-color:#334f4f;--bs-table-striped-bg:rgb(12.75,46,46);--bs-table-striped-color:#fff;--bs-table-active-bg:rgb(25.5,57,57);--bs-table-active-color:#fff;--bs-table-hover-bg:rgb(19.125,51.5,51.5);--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:479.98px){.table-responsive-xs{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:749.98px){.table-responsive-ix750{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:849.98px){.table-responsive-ix850{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:1023.98px){.table-responsive-ix1024{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:1599.98px){.table-responsive-ix1600{overflow-x:auto;-webkit-overflow-scrolling:touch;}}@media (max-width:1879.98px){.table-responsive-xxxl{overflow-x:auto;-webkit-overflow-scrolling:touch;}}@media (max-width:2299.98px){.table-responsive-xxxxl{overflow-x:auto;-webkit-overflow-scrolling:touch;}}.form-label{margin-bottom:0.5rem;}.col-form-label{padding-top:calc(0.375rem + var(--bs-border-width));padding-bottom:calc(0.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.75;}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:calc(1.275rem + 0.3vw);}@media (min-width:1200px){.col-form-label-lg{font-size:1.5rem;}}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.984375rem;}.form-text{margin-top:0.25rem;font-size:0.875em;color:var(--bs-secondary-color);}.form-control{display:block;width:100%;padding:0.375rem 4px;font-size:1.125rem;font-weight:400;line-height:1.75;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);transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion:reduce){.form-control{transition:none;}}.form-control[type=file]{overflow:hidden;}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer;}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#31a6ba;outline:0;box-shadow:#31a6ba;}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.75em;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:0.375rem 4px;margin:-0.375rem -4px;margin-inline-end:4px;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);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 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion:reduce){.form-control::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:0.375rem 0;margin-bottom:0;line-height:1.75;color:var(--bs-body-color);background-color:transparent;border:solid transparent;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.75em + 0.5rem + calc(var(--bs-border-width) * 2));padding:0.25rem 0.5rem;font-size:0.984375rem;border-radius:var(--bs-border-radius-sm);}.form-control-sm::file-selector-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;margin-inline-end:0.5rem;}.form-control-lg{min-height:calc(1.75em + 1rem + calc(var(--bs-border-width) * 2));padding:0.5rem 1rem;font-size:calc(1.275rem + 0.3vw);}@media (min-width:1200px){.form-control-lg{font-size:1.5rem;}}.form-control-lg{border-radius:var(--bs-border-radius-lg);}.form-control-lg::file-selector-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem;}textarea.form-control{min-height:calc(1.75em + 0.75rem + calc(var(--bs-border-width) * 2));}textarea.form-control-sm{min-height:calc(1.75em + 0.5rem + calc(var(--bs-border-width) * 2));}textarea.form-control-lg{min-height:calc(1.75em + 1rem + calc(var(--bs-border-width) * 2));}.form-control-color{width:3rem;height:calc(1.75em + 0.75rem + calc(var(--bs-border-width) * 2));padding:0.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.75em + 0.5rem + calc(var(--bs-border-width) * 2));}.form-control-color.form-control-lg{height:calc(1.75em + 1rem + calc(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:0.375rem 12px 0.375rem 4px;font-size:1.125rem;font-weight:400;line-height:1.75;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 4px center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion:reduce){.form-select{transition:none;}}.form-select:focus{border-color:#31a6ba;outline:0;box-shadow:0 0 0 0 rgba(49,166,186,0.5);}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:4px;background-image:none;}.form-select:disabled{background-color:var(--bs-secondary-bg);}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color);}.form-select-sm{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.984375rem;border-radius:var(--bs-border-radius-sm);}.form-select-lg{padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:calc(1.275rem + 0.3vw);}@media (min-width:1200px){.form-select-lg{font-size:1.5rem;}}.form-select-lg{border-radius:var(--bs-border-radius-lg);}[data-bs-theme=dark] .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='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");}.form-check{display:block;min-height:1.96875rem;padding-left:1.5em;margin-bottom:0.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:0.375em;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:0.25em;}.form-check-input[type=radio]{border-radius:50%;}.form-check-input:active{filter:brightness(90%);}.form-check-input:focus{border-color:#31a6ba;outline:0;box-shadow:0 0 0 0.25rem rgba(49,166,186,0.5);}.form-check-input:checked{background-color:#ffe2d1;border-color:#ffe2d1;}.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='%2331a6ba' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2331a6ba'/%3e%3c/svg%3e");}.form-check-input[type=checkbox]:indeterminate{background-color:#31a6ba;border-color:#31a6ba;--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='%2331a6ba' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");}.form-check-input:disabled{pointer-events:none;filter:none;opacity:0.5;}.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label{cursor:default;opacity:0.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 0.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='%2331a6ba'/%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='%2331a6ba'/%3e%3c/svg%3e");}.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:0.65;}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(: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='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");}.form-range{width:100%;height:1rem;padding:0;appearance:none;background-color:transparent;}.form-range:focus{outline:0;}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,#31a6ba;}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,#31a6ba;}.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;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none;}}.form-range::-webkit-slider-thumb:active{background-color:rgb(182.4,211.5,254.4);}.form-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none;}}.form-range::-moz-range-thumb:active{background-color:rgb(182.4,211.5,254.4);}.form-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;}.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 + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25;}.form-floating > label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem 4px;overflow:hidden;color:rgba(var(--bs-body-color-rgb),0.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out;}@media (prefers-reduced-motion:reduce){.form-floating > label{transition:none;}}.form-floating > .form-control,.form-floating > .form-control-plaintext{padding:1rem 4px;}.form-floating > .form-control::placeholder,.form-floating > .form-control-plaintext::placeholder{color:transparent;}.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:0.625rem;}.form-floating > .form-control:-webkit-autofill,.form-floating > .form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:0.625rem;}.form-floating > .form-select{padding-top:1.625rem;padding-bottom:0.625rem;padding-left:4px;}.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{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem);}.form-floating > .form-control:-webkit-autofill ~ label{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem);}.form-floating > textarea:focus ~ label::after,.form-floating > textarea:not(:placeholder-shown) ~ label::after{position:absolute;inset:1rem 2px;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);}.form-floating > textarea:disabled ~ label::after{background-color:var(--bs-secondary-bg);}.form-floating > .form-control-plaintext ~ label{border-width:var(--bs-border-width) 0;}.form-floating > :disabled ~ label,.form-floating > .form-control:disabled ~ label{color:#6c757d;}.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:0.375rem 4px;font-size:1.125rem;font-weight:400;line-height:1.75;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:0.5rem 1rem;font-size:calc(1.275rem + 0.3vw);}@media (min-width:1200px){.input-group-lg > .form-control,.input-group-lg > .form-select,.input-group-lg > .input-group-text,.input-group-lg > .btn{font-size:1.5rem;}}.input-group-lg > .form-control,.input-group-lg > .form-select,.input-group-lg > .input-group-text,.input-group-lg > .btn{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:0.25rem 0.5rem;font-size:0.984375rem;border-radius:var(--bs-border-radius-sm);}.input-group-lg > .form-select,.input-group-sm > .form-select{padding-right:16px;}.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(-1 * var(--bs-border-width));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:0.25rem;font-size:0.875em;color:var(--bs-form-valid-color);}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.984375rem;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.75em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.4375em + 0.1875rem) center;background-size:calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 0 rgba(var(--bs-success-rgb),0.25);}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.75em + 0.75rem);background-position:top calc(0.4375em + 0.1875rem) right calc(0.4375em + 0.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='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:22px;background-position:right 4px center,center right 12px;background-size:16px 12px,calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 0 rgba(var(--bs-success-rgb),0.25);}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.75em + 0.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 0 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:0.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:0.25rem;font-size:0.875em;color:var(--bs-form-invalid-color);}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.984375rem;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.75em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.4375em + 0.1875rem) center;background-size:calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 0 rgba(var(--bs-danger-rgb),0.25);}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.75em + 0.75rem);background-position:top calc(0.4375em + 0.1875rem) right calc(0.4375em + 0.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:22px;background-position:right 4px center,center right 12px;background-size:16px 12px,calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 0 rgba(var(--bs-danger-rgb),0.25);}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.75em + 0.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 0 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:0.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:1.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family:;--bs-btn-font-size:1.125rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.75;--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:0;--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 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);transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion:reduce){.btn{transition:none;}}.btn:hover{color:var(--bs-btn-hover-color);text-decoration:none;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);border-color:var(--bs-btn-hover-border-color);outline:0;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-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);border-color:var(--bs-btn-active-border-color);}.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-focus-box-shadow);}.btn-check:checked:focus-visible + .btn{box-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);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity);}.btn-primary{--bs-btn-color:#000;--bs-btn-bg:#31a6ba;--bs-btn-border-color:#31a6ba;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(79.9,179.35,196.35);--bs-btn-hover-border-color:rgb(69.6,174.9,192.9);--bs-btn-focus-shadow-rgb:42,141,158;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(90.2,183.8,199.8);--bs-btn-active-border-color:rgb(69.6,174.9,192.9);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#31a6ba;--bs-btn-disabled-border-color:#31a6ba;}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:rgb(0,35,35);--bs-btn-border-color:rgb(0,35,35);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(0,29.75,29.75);--bs-btn-hover-border-color:#001c1c;--bs-btn-focus-shadow-rgb:38,68,68;--bs-btn-active-color:#fff;--bs-btn-active-bg:#001c1c;--bs-btn-active-border-color:rgb(0,26.25,26.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:rgb(0,35,35);--bs-btn-disabled-border-color:rgb(0,35,35);}.btn-success{--bs-btn-color:#000;--bs-btn-bg:#28a745;--bs-btn-border-color:#28a745;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(72.25,180.2,96.9);--bs-btn-hover-border-color:rgb(61.5,175.8,87.6);--bs-btn-focus-shadow-rgb:34,142,59;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(83,184.6,106.2);--bs-btn-active-border-color:rgb(61.5,175.8,87.6);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#28a745;--bs-btn-disabled-border-color:#28a745;}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#4F8FA5;--bs-btn-border-color:#4F8FA5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(105.4,159.8,178.5);--bs-btn-hover-border-color:rgb(96.6,154.2,174);--bs-btn-focus-shadow-rgb:67,122,140;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(114.2,165.4,183);--bs-btn-active-border-color:rgb(96.6,154.2,174);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#4F8FA5;--bs-btn-disabled-border-color:#4F8FA5;}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(255,202.3,44.2);--bs-btn-hover-border-color:rgb(255,199.2,31.8);--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(255,205.4,56.6);--bs-btn-active-border-color:rgb(255,199.2,31.8);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107;}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(187,45.05,58.65);--bs-btn-hover-border-color:rgb(176,42.4,55.2);--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(176,42.4,55.2);--bs-btn-active-border-color:rgb(165,39.75,51.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545;}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(216.75,216.75,216.75);--bs-btn-hover-border-color:#cccccc;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:#cccccc;--bs-btn-active-border-color:rgb(191.25,191.25,191.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff;}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#002323;--bs-btn-border-color:#002323;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(38.25,68,68);--bs-btn-hover-border-color:rgb(25.5,57,57);--bs-btn-focus-shadow-rgb:38,68,68;--bs-btn-active-color:#fff;--bs-btn-active-bg:#334f4f;--bs-btn-active-border-color:rgb(25.5,57,57);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#002323;--bs-btn-disabled-border-color:#002323;}.btn-outline-primary{--bs-btn-color:#31a6ba;--bs-btn-border-color:#31a6ba;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31a6ba;--bs-btn-hover-border-color:#31a6ba;--bs-btn-focus-shadow-rgb:49,166,186;--bs-btn-active-color:#000;--bs-btn-active-bg:#31a6ba;--bs-btn-active-border-color:#31a6ba;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#31a6ba;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#31a6ba;--bs-gradient:none;}.btn-outline-secondary{--bs-btn-color:rgb(0,35,35);--bs-btn-border-color:rgb(0,35,35);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(0,35,35);--bs-btn-hover-border-color:rgb(0,35,35);--bs-btn-focus-shadow-rgb:0,35,35;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(0,35,35);--bs-btn-active-border-color:rgb(0,35,35);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:rgb(0,35,35);--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:rgb(0,35,35);--bs-gradient:none;}.btn-outline-success{--bs-btn-color:#28a745;--bs-btn-border-color:#28a745;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#28a745;--bs-btn-hover-border-color:#28a745;--bs-btn-focus-shadow-rgb:40,167,69;--bs-btn-active-color:#000;--bs-btn-active-bg:#28a745;--bs-btn-active-border-color:#28a745;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#28a745;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#28a745;--bs-gradient:none;}.btn-outline-info{--bs-btn-color:#4F8FA5;--bs-btn-border-color:#4F8FA5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#4F8FA5;--bs-btn-hover-border-color:#4F8FA5;--bs-btn-focus-shadow-rgb:79,143,165;--bs-btn-active-color:#000;--bs-btn-active-bg:#4F8FA5;--bs-btn-active-border-color:#4F8FA5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#4F8FA5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#4F8FA5;--bs-gradient:none;}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none;}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none;}.btn-outline-light{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255,255,255;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fff;--bs-gradient:none;}.btn-outline-dark{--bs-btn-color:#002323;--bs-btn-border-color:#002323;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#002323;--bs-btn-hover-border-color:#002323;--bs-btn-focus-shadow-rgb:0,35,35;--bs-btn-active-color:#fff;--bs-btn-active-bg:#002323;--bs-btn-active-border-color:#002323;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#002323;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#002323;--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:82,82,82;text-decoration:underline;}.btn-link:hover,.btn-link:focus-visible{text-decoration:underline;}.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:calc(1.275rem + 0.3vw);}@media (min-width:1200px){.btn-lg,.btn-group-lg > .btn{--bs-btn-font-size:1.5rem;}}.btn-lg,.btn-group-lg > .btn{--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.984375rem;--bs-btn-border-radius:0;}.fade{transition:opacity 0.15s linear;}@media (prefers-reduced-motion:reduce){.fade{transition:none;}}.fade:not(.show){opacity:0;}.collapse:not(.show){display:none;}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease;}@media (prefers-reduced-motion:reduce){.collapsing{transition:none;}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease;}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none;}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative;}.dropdown-toggle{white-space:nowrap;}.dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent;}.dropdown-toggle:empty::after{margin-left:0;}.dropdown-menu{--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:1.125rem;--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:#31a6ba;--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);}.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:480px){.dropdown-menu-xs-start{--bs-position:start;}.dropdown-menu-xs-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-xs-end{--bs-position:end;}.dropdown-menu-xs-end[data-bs-popper]{right:0;left:auto;}}@media (min-width: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:750px){.dropdown-menu-ix750-start{--bs-position:start;}.dropdown-menu-ix750-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-ix750-end{--bs-position:end;}.dropdown-menu-ix750-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:850px){.dropdown-menu-ix850-start{--bs-position:start;}.dropdown-menu-ix850-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-ix850-end{--bs-position:end;}.dropdown-menu-ix850-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:1024px){.dropdown-menu-ix1024-start{--bs-position:start;}.dropdown-menu-ix1024-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-ix1024-end{--bs-position:end;}.dropdown-menu-ix1024-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:1600px){.dropdown-menu-ix1600-start{--bs-position:start;}.dropdown-menu-ix1600-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-ix1600-end{--bs-position:end;}.dropdown-menu-ix1600-end[data-bs-popper]{right:0;left:auto;}}@media (min-width:1880px){.dropdown-menu-xxxl-start{--bs-position:start;}.dropdown-menu-xxxl-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-xxxl-end{--bs-position:end;}.dropdown-menu-xxxl-end[data-bs-popper]{right:0;left:auto;}}@media (min-width:2300px){.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:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent;}.dropup .dropdown-toggle:empty::after{margin-left:0;}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer);}.dropend .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid;}.dropend .dropdown-toggle:empty::after{margin-left:0;}.dropend .dropdown-toggle::after{vertical-align:0;}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer);}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";}.dropstart .dropdown-toggle::after{display:none;}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent;}.dropstart .dropdown-toggle:empty::after{margin-left:0;}.dropstart .dropdown-toggle::before{vertical-align:0;}.dropdown-divider{height:0;margin: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:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0);}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);text-decoration:none;background-color:var(--bs-dropdown-link-hover-bg);}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg);}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent;}.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:0.984375rem;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:#31a6ba;--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:0;}.btn-group > :not(.btn-check:first-child) + .btn,.btn-group > .btn-group:not(:first-child){margin-left:calc(-1 * var(--bs-border-width));}.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:1.3125rem;padding-left:1.3125rem;}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0;}.dropstart .dropdown-toggle-split::before{margin-right:0;}.btn-sm + .dropdown-toggle-split,.btn-group-sm > .btn + .dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem;}.btn-lg + .dropdown-toggle-split,.btn-group-lg > .btn + .dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem;}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center;}.btn-group-vertical > .btn,.btn-group-vertical > .btn-group{width:100%;}.btn-group-vertical > .btn:not(:first-child),.btn-group-vertical > .btn-group:not(:first-child){margin-top:calc(-1 * var(--bs-border-width));}.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:nth-child(n+3),.btn-group-vertical > :not(.btn-check) + .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:#333333;--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 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;}@media (prefers-reduced-motion:reduce){.nav-link{transition:none;}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color);text-decoration:none;}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 0.25rem rgba(49,166,186,0.5);}.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 transparent;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:#31a6ba;--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);}.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 transparent;}.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-grow:1;flex-basis:0;text-align:center;}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%;}.tab-content > .tab-pane{display:none;}.tab-content > .active{display:block;}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.171875rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.5rem;--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.5rem;--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%2851, 51, 51, 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:#31a6ba;--bs-navbar-toggler-border-radius:0;--bs-navbar-toggler-focus-width:2px;--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);}.navbar > .container,.navbar > .container-fluid,.navbar > .container-xs,.navbar > .container-sm,.navbar > .container-ix750,.navbar > .container-md,.navbar > .container-ix850,.navbar > .container-lg,.navbar > .container-ix1024,.navbar > .container-xl,.navbar > .container-xxl,.navbar > .container-ix1600,.navbar > .container-xxxl,.navbar > .container-xxxxl{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);text-decoration:none;}.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:0.5rem;padding-bottom:0.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-grow:1;flex-basis:100%;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:transparent;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:480px){.navbar-expand-xs{flex-wrap:nowrap;justify-content:flex-start;}.navbar-expand-xs .navbar-nav{flex-direction:row;}.navbar-expand-xs .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand-xs .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x);}.navbar-expand-xs .navbar-nav-scroll{overflow:visible;}.navbar-expand-xs .navbar-collapse{display:flex !important;flex-basis:auto;}.navbar-expand-xs .navbar-toggler{display:none;}.navbar-expand-xs .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none;}.navbar-expand-xs .offcanvas .offcanvas-header{display:none;}.navbar-expand-xs .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:transparent !important;border:0 !important;transform:none !important;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:750px){.navbar-expand-ix750{flex-wrap:nowrap;justify-content:flex-start;}.navbar-expand-ix750 .navbar-nav{flex-direction:row;}.navbar-expand-ix750 .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand-ix750 .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x);}.navbar-expand-ix750 .navbar-nav-scroll{overflow:visible;}.navbar-expand-ix750 .navbar-collapse{display:flex !important;flex-basis:auto;}.navbar-expand-ix750 .navbar-toggler{display:none;}.navbar-expand-ix750 .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none;}.navbar-expand-ix750 .offcanvas .offcanvas-header{display:none;}.navbar-expand-ix750 .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:transparent !important;border:0 !important;transform:none !important;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:850px){.navbar-expand-ix850{flex-wrap:nowrap;justify-content:flex-start;}.navbar-expand-ix850 .navbar-nav{flex-direction:row;}.navbar-expand-ix850 .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand-ix850 .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x);}.navbar-expand-ix850 .navbar-nav-scroll{overflow:visible;}.navbar-expand-ix850 .navbar-collapse{display:flex !important;flex-basis:auto;}.navbar-expand-ix850 .navbar-toggler{display:none;}.navbar-expand-ix850 .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none;}.navbar-expand-ix850 .offcanvas .offcanvas-header{display:none;}.navbar-expand-ix850 .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:transparent !important;border:0 !important;transform:none !important;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:1024px){.navbar-expand-ix1024{flex-wrap:nowrap;justify-content:flex-start;}.navbar-expand-ix1024 .navbar-nav{flex-direction:row;}.navbar-expand-ix1024 .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand-ix1024 .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x);}.navbar-expand-ix1024 .navbar-nav-scroll{overflow:visible;}.navbar-expand-ix1024 .navbar-collapse{display:flex !important;flex-basis:auto;}.navbar-expand-ix1024 .navbar-toggler{display:none;}.navbar-expand-ix1024 .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none;}.navbar-expand-ix1024 .offcanvas .offcanvas-header{display:none;}.navbar-expand-ix1024 .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:transparent !important;border:0 !important;transform:none !important;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:transparent !important;border:0 !important;transform:none !important;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:1600px){.navbar-expand-ix1600{flex-wrap:nowrap;justify-content:flex-start;}.navbar-expand-ix1600 .navbar-nav{flex-direction:row;}.navbar-expand-ix1600 .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand-ix1600 .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x);}.navbar-expand-ix1600 .navbar-nav-scroll{overflow:visible;}.navbar-expand-ix1600 .navbar-collapse{display:flex !important;flex-basis:auto;}.navbar-expand-ix1600 .navbar-toggler{display:none;}.navbar-expand-ix1600 .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none;}.navbar-expand-ix1600 .offcanvas .offcanvas-header{display:none;}.navbar-expand-ix1600 .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;}}@media (min-width:1880px){.navbar-expand-xxxl{flex-wrap:nowrap;justify-content:flex-start;}.navbar-expand-xxxl .navbar-nav{flex-direction:row;}.navbar-expand-xxxl .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand-xxxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x);}.navbar-expand-xxxl .navbar-nav-scroll{overflow:visible;}.navbar-expand-xxxl .navbar-collapse{display:flex !important;flex-basis:auto;}.navbar-expand-xxxl .navbar-toggler{display:none;}.navbar-expand-xxxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none;}.navbar-expand-xxxl .offcanvas .offcanvas-header{display:none;}.navbar-expand-xxxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;}}@media (min-width:2300px){.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:transparent !important;border:0 !important;transform:none !important;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:transparent !important;border:0 !important;transform:none !important;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");}[data-bs-theme=dark] .navbar-toggler-icon{--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);}.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:hover{text-decoration:none;}.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:#31a6ba;--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='%23333333' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:none;--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:2.25rem;--bs-accordion-active-color:#333333;--bs-accordion-active-bg:#31a6ba;}.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:1.125rem;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-collapse,.accordion-flush > .accordion-item > .accordion-header .accordion-button,.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed{border-radius:0;}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg:;--bs-breadcrumb-border-radius:;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);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:1.125rem;--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(49,166,186,0.5);--bs-pagination-active-color:#31a6ba;--bs-pagination-active-bg:#31a6ba;--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 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion:reduce){.page-link{transition:none;}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);text-decoration:none;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);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(-1 * var(--bs-border-width));}.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:calc(1.275rem + 0.3vw);}@media (min-width:1200px){.pagination-lg{--bs-pagination-font-size:1.5rem;}}.pagination-lg{--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.984375rem;--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);}.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-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis);}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis);}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis);}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis);}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis);}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis);}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis);}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height);}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.84375rem;--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);}.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:#31a6ba;--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{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-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit;}.list-group-item-action:not(.active):hover,.list-group-item-action:not(.active):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:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg);}.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:480px){.list-group-horizontal-xs{flex-direction:row;}.list-group-horizontal-xs > .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-xs > .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-xs > .list-group-item.active{margin-top:0;}.list-group-horizontal-xs > .list-group-item + .list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0;}.list-group-horizontal-xs > .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:750px){.list-group-horizontal-ix750{flex-direction:row;}.list-group-horizontal-ix750 > .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-ix750 > .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-ix750 > .list-group-item.active{margin-top:0;}.list-group-horizontal-ix750 > .list-group-item + .list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0;}.list-group-horizontal-ix750 > .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:850px){.list-group-horizontal-ix850{flex-direction:row;}.list-group-horizontal-ix850 > .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-ix850 > .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-ix850 > .list-group-item.active{margin-top:0;}.list-group-horizontal-ix850 > .list-group-item + .list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0;}.list-group-horizontal-ix850 > .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:1024px){.list-group-horizontal-ix1024{flex-direction:row;}.list-group-horizontal-ix1024 > .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-ix1024 > .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-ix1024 > .list-group-item.active{margin-top:0;}.list-group-horizontal-ix1024 > .list-group-item + .list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0;}.list-group-horizontal-ix1024 > .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:1600px){.list-group-horizontal-ix1600{flex-direction:row;}.list-group-horizontal-ix1600 > .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-ix1600 > .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-ix1600 > .list-group-item.active{margin-top:0;}.list-group-horizontal-ix1600 > .list-group-item + .list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0;}.list-group-horizontal-ix1600 > .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:1880px){.list-group-horizontal-xxxl{flex-direction:row;}.list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0;}.list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0;}.list-group-horizontal-xxxl > .list-group-item.active{margin-top:0;}.list-group-horizontal-xxxl > .list-group-item + .list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0;}.list-group-horizontal-xxxl > .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:2300px){.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-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis);}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis);}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis);}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis);}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis);}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis);}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis);}.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.414'/%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(49,166,186,0.5);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;box-sizing:content-box;width:1em;height:1em;padding:0.25em 0.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:0.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{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);}:root,[data-bs-theme=light]{--bs-btn-close-filter:;}[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing: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:var(--bs-body-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.75;--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{transform:translate(0,-50px);transition:transform 0.3s ease-out;}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none;}}.modal.show .modal-dialog{transform:none;}.modal.modal-static .modal-dialog{transform:scale(1.02);}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2);}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden;}.modal-dialog-scrollable .modal-body{overflow-y:auto;}.modal-dialog-centered{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);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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);margin-top:calc(-0.5 * var(--bs-modal-header-padding-y));margin-right:calc(-0.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-0.5 * var(--bs-modal-header-padding-y));margin-left: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) * 0.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) * 0.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:479.98px){.modal-fullscreen-xs-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-xs-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-xs-down .modal-header,.modal-fullscreen-xs-down .modal-footer{border-radius:0;}.modal-fullscreen-xs-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:749.98px){.modal-fullscreen-ix750-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-ix750-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-ix750-down .modal-header,.modal-fullscreen-ix750-down .modal-footer{border-radius:0;}.modal-fullscreen-ix750-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:849.98px){.modal-fullscreen-ix850-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-ix850-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-ix850-down .modal-header,.modal-fullscreen-ix850-down .modal-footer{border-radius:0;}.modal-fullscreen-ix850-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:1023.98px){.modal-fullscreen-ix1024-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-ix1024-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-ix1024-down .modal-header,.modal-fullscreen-ix1024-down .modal-footer{border-radius:0;}.modal-fullscreen-ix1024-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:1599.98px){.modal-fullscreen-ix1600-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-ix1600-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-ix1600-down .modal-header,.modal-fullscreen-ix1600-down .modal-footer{border-radius:0;}.modal-fullscreen-ix1600-down .modal-body{overflow-y:auto;}}@media (max-width:1879.98px){.modal-fullscreen-xxxl-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-xxxl-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-xxxl-down .modal-header,.modal-fullscreen-xxxl-down .modal-footer{border-radius:0;}.modal-fullscreen-xxxl-down .modal-body{overflow-y:auto;}}@media (max-width:2299.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.984375rem;--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:"Roboto","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.75;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:transparent;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) * 0.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) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.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) * 0.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) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.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.984375rem;--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:1.125rem;--bs-popover-header-color:#fff;--bs-popover-header-bg:#002323;--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:"Roboto","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.75;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);}.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:transparent;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) * 0.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) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.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) * 0.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) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.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 0.6s ease-in-out;}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none;}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block;}.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 0.6s;}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none;}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:0.5;transition:opacity 0.15s ease;}@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none;}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:0.9;}.carousel-control-prev{left:0;}.carousel-control-next{right:0;}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%;}.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 0'/%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-.708'/%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:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:0.5;transition:opacity 0.6s ease;}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none;}}.carousel-indicators .active{opacity:1;}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center;}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100);}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#fff;--bs-carousel-control-icon-filter:;}[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100);}.spinner-grow,.spinner-border{display:inline-block;flex-shrink:0;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:transparent;}.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-xxxl,.offcanvas-ix1600,.offcanvas-xxl,.offcanvas-xl,.offcanvas-ix1024,.offcanvas-lg,.offcanvas-ix850,.offcanvas-md,.offcanvas-ix750,.offcanvas-sm,.offcanvas-xs{--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.75;}@media (max-width:479.98px){.offcanvas-xs{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;transition:var(--bs-offcanvas-transition);}}@media (max-width:479.98px) and (prefers-reduced-motion:reduce){.offcanvas-xs{transition:none;}}@media (max-width:479.98px){.offcanvas-xs.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-xs.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-xs.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-xs.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-xs.showing,.offcanvas-xs.show:not(.hiding){transform:none;}.offcanvas-xs.showing,.offcanvas-xs.hiding,.offcanvas-xs.show{visibility:visible;}}@media (min-width:480px){.offcanvas-xs{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-xs .offcanvas-header{display:none;}.offcanvas-xs .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !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;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:transparent !important;}.offcanvas-sm .offcanvas-header{display:none;}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}@media (max-width:749.98px){.offcanvas-ix750{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;transition:var(--bs-offcanvas-transition);}}@media (max-width:749.98px) and (prefers-reduced-motion:reduce){.offcanvas-ix750{transition:none;}}@media (max-width:749.98px){.offcanvas-ix750.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-ix750.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-ix750.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-ix750.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-ix750.showing,.offcanvas-ix750.show:not(.hiding){transform:none;}.offcanvas-ix750.showing,.offcanvas-ix750.hiding,.offcanvas-ix750.show{visibility:visible;}}@media (min-width:750px){.offcanvas-ix750{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-ix750 .offcanvas-header{display:none;}.offcanvas-ix750 .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !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;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:transparent !important;}.offcanvas-md .offcanvas-header{display:none;}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}@media (max-width:849.98px){.offcanvas-ix850{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;transition:var(--bs-offcanvas-transition);}}@media (max-width:849.98px) and (prefers-reduced-motion:reduce){.offcanvas-ix850{transition:none;}}@media (max-width:849.98px){.offcanvas-ix850.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-ix850.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-ix850.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-ix850.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-ix850.showing,.offcanvas-ix850.show:not(.hiding){transform:none;}.offcanvas-ix850.showing,.offcanvas-ix850.hiding,.offcanvas-ix850.show{visibility:visible;}}@media (min-width:850px){.offcanvas-ix850{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-ix850 .offcanvas-header{display:none;}.offcanvas-ix850 .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !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;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:transparent !important;}.offcanvas-lg .offcanvas-header{display:none;}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}@media (max-width:1023.98px){.offcanvas-ix1024{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;transition:var(--bs-offcanvas-transition);}}@media (max-width:1023.98px) and (prefers-reduced-motion:reduce){.offcanvas-ix1024{transition:none;}}@media (max-width:1023.98px){.offcanvas-ix1024.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-ix1024.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-ix1024.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-ix1024.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-ix1024.showing,.offcanvas-ix1024.show:not(.hiding){transform:none;}.offcanvas-ix1024.showing,.offcanvas-ix1024.hiding,.offcanvas-ix1024.show{visibility:visible;}}@media (min-width:1024px){.offcanvas-ix1024{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-ix1024 .offcanvas-header{display:none;}.offcanvas-ix1024 .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !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;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:transparent !important;}.offcanvas-xl .offcanvas-header{display:none;}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !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;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:transparent !important;}.offcanvas-xxl .offcanvas-header{display:none;}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}@media (max-width:1599.98px){.offcanvas-ix1600{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;transition:var(--bs-offcanvas-transition);}}@media (max-width:1599.98px) and (prefers-reduced-motion:reduce){.offcanvas-ix1600{transition:none;}}@media (max-width:1599.98px){.offcanvas-ix1600.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-ix1600.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-ix1600.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-ix1600.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-ix1600.showing,.offcanvas-ix1600.show:not(.hiding){transform:none;}.offcanvas-ix1600.showing,.offcanvas-ix1600.hiding,.offcanvas-ix1600.show{visibility:visible;}}@media (min-width:1600px){.offcanvas-ix1600{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-ix1600 .offcanvas-header{display:none;}.offcanvas-ix1600 .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}@media (max-width:1879.98px){.offcanvas-xxxl{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;transition:var(--bs-offcanvas-transition);}}@media (max-width:1879.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxxl{transition:none;}}@media (max-width:1879.98px){.offcanvas-xxxl.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-xxxl.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-xxxl.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-xxxl.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-xxxl.showing,.offcanvas-xxxl.show:not(.hiding){transform:none;}.offcanvas-xxxl.showing,.offcanvas-xxxl.hiding,.offcanvas-xxxl.show{visibility:visible;}}@media (min-width:1880px){.offcanvas-xxxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-xxxl .offcanvas-header{display:none;}.offcanvas-xxxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}@media (max-width:2299.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;transition:var(--bs-offcanvas-transition);}}@media (max-width:2299.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxxxl{transition:none;}}@media (max-width:2299.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:2300px){.offcanvas-xxxxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-xxxxl .offcanvas-header{display:none;}.offcanvas-xxxxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !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;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:0.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) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);margin-top:calc(-0.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-0.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-0.5 * var(--bs-offcanvas-padding-y));margin-left: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:0.5;}.placeholder.btn::before{display:inline-block;content:"";}.placeholder-xs{min-height:0.6em;}.placeholder-sm{min-height:0.8em;}.placeholder-lg{min-height:1.2em;}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite;}@keyframes placeholder-glow{50%{opacity:0.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:#000 !important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-success{color:#000 !important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-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;}.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(90,184,200,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(90,184,200,var(--bs-link-underline-opacity,1)) !important;}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-secondary:hover,.link-secondary:focus{color:RGBA(0,28,28,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(0,28,28,var(--bs-link-underline-opacity,1)) !important;}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-success:hover,.link-success:focus{color:RGBA(83,185,106,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(83,185,106,var(--bs-link-underline-opacity,1)) !important;}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-info:hover,.link-info:focus{color:RGBA(114,165,183,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(114,165,183,var(--bs-link-underline-opacity,1)) !important;}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-light:hover,.link-light: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-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(0,28,28,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(0,28,28,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:0.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;backface-visibility:hidden;}.icon-link > .bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:0.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{--bs-aspect-ratio:100%;}.ratio-4x3{--bs-aspect-ratio:75%;}.ratio-16x9{--bs-aspect-ratio:56.25%;}.ratio-21x9{--bs-aspect-ratio:42.8571428571%;}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030;}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030;}.sticky-top{position:sticky;top:0;z-index:1020;}.sticky-bottom{position:sticky;bottom:0;z-index:1020;}@media (min-width:480px){.sticky-xs-top{position:sticky;top:0;z-index:1020;}.sticky-xs-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:750px){.sticky-ix750-top{position:sticky;top:0;z-index:1020;}.sticky-ix750-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:850px){.sticky-ix850-top{position:sticky;top:0;z-index:1020;}.sticky-ix850-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:1024px){.sticky-ix1024-top{position:sticky;top:0;z-index:1020;}.sticky-ix1024-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:1600px){.sticky-ix1600-top{position:sticky;top:0;z-index:1020;}.sticky-ix1600-bottom{position:sticky;bottom:0;z-index:1020;}}@media (min-width:1880px){.sticky-xxxl-top{position:sticky;top:0;z-index:1020;}.sticky-xxxl-bottom{position:sticky;bottom:0;z-index:1020;}}@media (min-width:2300px){.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;}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden !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:0.25;}.align-baseline{vertical-align:baseline !important;}.align-top{vertical-align:top !important;}.align-middle{vertical-align:middle !important;}.align-bottom{vertical-align:bottom !important;}.align-text-bottom{vertical-align:text-bottom !important;}.align-text-top{vertical-align:text-top !important;}.float-start{float:left !important;}.float-end{float:right !important;}.float-none{float:none !important;}.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:0.25 !important;}.opacity-50{opacity:0.5 !important;}.opacity-75{opacity:0.75 !important;}.opacity-100{opacity:1 !important;}.overflow-auto{overflow:auto !important;}.overflow-hidden{overflow:hidden !important;}.overflow-visible{overflow:visible !important;}.overflow-scroll{overflow:scroll !important;}.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-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity));}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity));}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity));}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity));}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity));}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity));}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity));}.position-static{position:static !important;}.position-relative{position:relative !important;}.position-absolute{position:absolute !important;}.position-fixed{position:fixed !important;}.position-sticky{position:sticky !important;}.top-0{top:0 !important;}.top-50{top:50% !important;}.top-100{top:100% !important;}.bottom-0{bottom:0 !important;}.bottom-50{bottom:50% !important;}.bottom-100{bottom:100% !important;}.start-0{left:0 !important;}.start-50{left:50% !important;}.start-100{left:100% !important;}.end-0{right:0 !important;}.end-50{right:50% !important;}.end-100{right:100% !important;}.translate-middle{transform:translate(-50%,-50%) !important;}.translate-middle-x{transform:translateX(-50%) !important;}.translate-middle-y{transform:translateY(-50%) !important;}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}.border-0{border:0 !important;}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}.border-top-0{border-top:0 !important;}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}.border-end-0{border-right:0 !important;}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}.border-bottom-0{border-bottom:0 !important;}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}.border-start-0{border-left:0 !important;}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important;}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important;}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important;}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important;}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important;}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important;}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important;}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important;}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity)) !important;}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important;}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important;}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important;}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important;}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important;}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important;}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important;}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important;}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important;}.border-1{border-width: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-1{margin:0.25rem !important;}.m-1h{margin:0.35rem !important;}.m-2{margin:0.5rem !important;}.m-2h{margin:0.75rem !important;}.m-3{margin:1rem !important;}.m-4{margin:1.5rem !important;}.m-4h{margin:2.25rem !important;}.m-5{margin:3rem !important;}.m-5h{margin:3.5rem !important;}.m-6{margin:4.5rem !important;}.m-7{margin:6rem !important;}.m-8{margin:7.5rem !important;}.m-9{margin:9rem !important;}.m-10{margin:10.5rem !important;}.m-11{margin:12rem !important;}.m-12{margin:13.5rem !important;}.m-auto{margin:auto !important;}.mx-0{margin-right:0 !important;margin-left:0 !important;}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-auto{margin-right:auto !important;margin-left:auto !important;}.my-0{margin-top:0 !important;margin-bottom:0 !important;}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-0{margin-top:0 !important;}.mt-1{margin-top:0.25rem !important;}.mt-1h{margin-top:0.35rem !important;}.mt-2{margin-top:0.5rem !important;}.mt-2h{margin-top:0.75rem !important;}.mt-3{margin-top:1rem !important;}.mt-4{margin-top:1.5rem !important;}.mt-4h{margin-top:2.25rem !important;}.mt-5{margin-top:3rem !important;}.mt-5h{margin-top:3.5rem !important;}.mt-6{margin-top:4.5rem !important;}.mt-7{margin-top:6rem !important;}.mt-8{margin-top:7.5rem !important;}.mt-9{margin-top:9rem !important;}.mt-10{margin-top:10.5rem !important;}.mt-11{margin-top:12rem !important;}.mt-12{margin-top:13.5rem !important;}.mt-auto{margin-top:auto !important;}.me-0{margin-right:0 !important;}.me-1{margin-right:0.25rem !important;}.me-1h{margin-right:0.35rem !important;}.me-2{margin-right:0.5rem !important;}.me-2h{margin-right:0.75rem !important;}.me-3{margin-right:1rem !important;}.me-4{margin-right:1.5rem !important;}.me-4h{margin-right:2.25rem !important;}.me-5{margin-right:3rem !important;}.me-5h{margin-right:3.5rem !important;}.me-6{margin-right:4.5rem !important;}.me-7{margin-right:6rem !important;}.me-8{margin-right:7.5rem !important;}.me-9{margin-right:9rem !important;}.me-10{margin-right:10.5rem !important;}.me-11{margin-right:12rem !important;}.me-12{margin-right:13.5rem !important;}.me-auto{margin-right:auto !important;}.mb-0{margin-bottom:0 !important;}.mb-1{margin-bottom:0.25rem !important;}.mb-1h{margin-bottom:0.35rem !important;}.mb-2{margin-bottom:0.5rem !important;}.mb-2h{margin-bottom:0.75rem !important;}.mb-3{margin-bottom:1rem !important;}.mb-4{margin-bottom:1.5rem !important;}.mb-4h{margin-bottom:2.25rem !important;}.mb-5{margin-bottom:3rem !important;}.mb-5h{margin-bottom:3.5rem !important;}.mb-6{margin-bottom:4.5rem !important;}.mb-7{margin-bottom:6rem !important;}.mb-8{margin-bottom:7.5rem !important;}.mb-9{margin-bottom:9rem !important;}.mb-10{margin-bottom:10.5rem !important;}.mb-11{margin-bottom:12rem !important;}.mb-12{margin-bottom:13.5rem !important;}.mb-auto{margin-bottom:auto !important;}.ms-0{margin-left:0 !important;}.ms-1{margin-left:0.25rem !important;}.ms-1h{margin-left:0.35rem !important;}.ms-2{margin-left:0.5rem !important;}.ms-2h{margin-left:0.75rem !important;}.ms-3{margin-left:1rem !important;}.ms-4{margin-left:1.5rem !important;}.ms-4h{margin-left:2.25rem !important;}.ms-5{margin-left:3rem !important;}.ms-5h{margin-left:3.5rem !important;}.ms-6{margin-left:4.5rem !important;}.ms-7{margin-left:6rem !important;}.ms-8{margin-left:7.5rem !important;}.ms-9{margin-left:9rem !important;}.ms-10{margin-left:10.5rem !important;}.ms-11{margin-left:12rem !important;}.ms-12{margin-left:13.5rem !important;}.ms-auto{margin-left:auto !important;}.m-n1{margin:-0.25rem !important;}.m-n1h{margin:-0.35rem !important;}.m-n2{margin:-0.5rem !important;}.m-n2h{margin:-0.75rem !important;}.m-n3{margin:-1rem !important;}.m-n4{margin:-1.5rem !important;}.m-n4h{margin:-2.25rem !important;}.m-n5{margin:-3rem !important;}.m-n5h{margin:-3.5rem !important;}.m-n6{margin:-4.5rem !important;}.m-n7{margin:-6rem !important;}.m-n8{margin:-7.5rem !important;}.m-n9{margin:-9rem !important;}.m-n10{margin:-10.5rem !important;}.m-n11{margin:-12rem !important;}.m-n12{margin:-13.5rem !important;}.mx-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-n1{margin-top:-0.25rem !important;}.mt-n1h{margin-top:-0.35rem !important;}.mt-n2{margin-top:-0.5rem !important;}.mt-n2h{margin-top:-0.75rem !important;}.mt-n3{margin-top:-1rem !important;}.mt-n4{margin-top:-1.5rem !important;}.mt-n4h{margin-top:-2.25rem !important;}.mt-n5{margin-top:-3rem !important;}.mt-n5h{margin-top:-3.5rem !important;}.mt-n6{margin-top:-4.5rem !important;}.mt-n7{margin-top:-6rem !important;}.mt-n8{margin-top:-7.5rem !important;}.mt-n9{margin-top:-9rem !important;}.mt-n10{margin-top:-10.5rem !important;}.mt-n11{margin-top:-12rem !important;}.mt-n12{margin-top:-13.5rem !important;}.me-n1{margin-right:-0.25rem !important;}.me-n1h{margin-right:-0.35rem !important;}.me-n2{margin-right:-0.5rem !important;}.me-n2h{margin-right:-0.75rem !important;}.me-n3{margin-right:-1rem !important;}.me-n4{margin-right:-1.5rem !important;}.me-n4h{margin-right:-2.25rem !important;}.me-n5{margin-right:-3rem !important;}.me-n5h{margin-right:-3.5rem !important;}.me-n6{margin-right:-4.5rem !important;}.me-n7{margin-right:-6rem !important;}.me-n8{margin-right:-7.5rem !important;}.me-n9{margin-right:-9rem !important;}.me-n10{margin-right:-10.5rem !important;}.me-n11{margin-right:-12rem !important;}.me-n12{margin-right:-13.5rem !important;}.mb-n1{margin-bottom:-0.25rem !important;}.mb-n1h{margin-bottom:-0.35rem !important;}.mb-n2{margin-bottom:-0.5rem !important;}.mb-n2h{margin-bottom:-0.75rem !important;}.mb-n3{margin-bottom:-1rem !important;}.mb-n4{margin-bottom:-1.5rem !important;}.mb-n4h{margin-bottom:-2.25rem !important;}.mb-n5{margin-bottom:-3rem !important;}.mb-n5h{margin-bottom:-3.5rem !important;}.mb-n6{margin-bottom:-4.5rem !important;}.mb-n7{margin-bottom:-6rem !important;}.mb-n8{margin-bottom:-7.5rem !important;}.mb-n9{margin-bottom:-9rem !important;}.mb-n10{margin-bottom:-10.5rem !important;}.mb-n11{margin-bottom:-12rem !important;}.mb-n12{margin-bottom:-13.5rem !important;}.ms-n1{margin-left:-0.25rem !important;}.ms-n1h{margin-left:-0.35rem !important;}.ms-n2{margin-left:-0.5rem !important;}.ms-n2h{margin-left:-0.75rem !important;}.ms-n3{margin-left:-1rem !important;}.ms-n4{margin-left:-1.5rem !important;}.ms-n4h{margin-left:-2.25rem !important;}.ms-n5{margin-left:-3rem !important;}.ms-n5h{margin-left:-3.5rem !important;}.ms-n6{margin-left:-4.5rem !important;}.ms-n7{margin-left:-6rem !important;}.ms-n8{margin-left:-7.5rem !important;}.ms-n9{margin-left:-9rem !important;}.ms-n10{margin-left:-10.5rem !important;}.ms-n11{margin-left:-12rem !important;}.ms-n12{margin-left:-13.5rem !important;}.p-0{padding:0 !important;}.p-1{padding:0.25rem !important;}.p-1h{padding:0.35rem !important;}.p-2{padding:0.5rem !important;}.p-2h{padding:0.75rem !important;}.p-3{padding:1rem !important;}.p-4{padding:1.5rem !important;}.p-4h{padding:2.25rem !important;}.p-5{padding:3rem !important;}.p-5h{padding:3.5rem !important;}.p-6{padding:4.5rem !important;}.p-7{padding:6rem !important;}.p-8{padding:7.5rem !important;}.p-9{padding:9rem !important;}.p-10{padding:10.5rem !important;}.p-11{padding:12rem !important;}.p-12{padding:13.5rem !important;}.px-0{padding-right:0 !important;padding-left:0 !important;}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-3{padding-right:1rem !important;padding-left:1rem !important;}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-5{padding-right:3rem !important;padding-left:3rem !important;}.px-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-7{padding-right:6rem !important;padding-left:6rem !important;}.px-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-9{padding-right:9rem !important;padding-left:9rem !important;}.px-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-11{padding-right:12rem !important;padding-left:12rem !important;}.px-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-0{padding-top:0 !important;padding-bottom:0 !important;}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-0{padding-top:0 !important;}.pt-1{padding-top:0.25rem !important;}.pt-1h{padding-top:0.35rem !important;}.pt-2{padding-top:0.5rem !important;}.pt-2h{padding-top:0.75rem !important;}.pt-3{padding-top:1rem !important;}.pt-4{padding-top:1.5rem !important;}.pt-4h{padding-top:2.25rem !important;}.pt-5{padding-top:3rem !important;}.pt-5h{padding-top:3.5rem !important;}.pt-6{padding-top:4.5rem !important;}.pt-7{padding-top:6rem !important;}.pt-8{padding-top:7.5rem !important;}.pt-9{padding-top:9rem !important;}.pt-10{padding-top:10.5rem !important;}.pt-11{padding-top:12rem !important;}.pt-12{padding-top:13.5rem !important;}.pe-0{padding-right:0 !important;}.pe-1{padding-right:0.25rem !important;}.pe-1h{padding-right:0.35rem !important;}.pe-2{padding-right:0.5rem !important;}.pe-2h{padding-right:0.75rem !important;}.pe-3{padding-right:1rem !important;}.pe-4{padding-right:1.5rem !important;}.pe-4h{padding-right:2.25rem !important;}.pe-5{padding-right:3rem !important;}.pe-5h{padding-right:3.5rem !important;}.pe-6{padding-right:4.5rem !important;}.pe-7{padding-right:6rem !important;}.pe-8{padding-right:7.5rem !important;}.pe-9{padding-right:9rem !important;}.pe-10{padding-right:10.5rem !important;}.pe-11{padding-right:12rem !important;}.pe-12{padding-right:13.5rem !important;}.pb-0{padding-bottom:0 !important;}.pb-1{padding-bottom:0.25rem !important;}.pb-1h{padding-bottom:0.35rem !important;}.pb-2{padding-bottom:0.5rem !important;}.pb-2h{padding-bottom:0.75rem !important;}.pb-3{padding-bottom:1rem !important;}.pb-4{padding-bottom:1.5rem !important;}.pb-4h{padding-bottom:2.25rem !important;}.pb-5{padding-bottom:3rem !important;}.pb-5h{padding-bottom:3.5rem !important;}.pb-6{padding-bottom:4.5rem !important;}.pb-7{padding-bottom:6rem !important;}.pb-8{padding-bottom:7.5rem !important;}.pb-9{padding-bottom:9rem !important;}.pb-10{padding-bottom:10.5rem !important;}.pb-11{padding-bottom:12rem !important;}.pb-12{padding-bottom:13.5rem !important;}.ps-0{padding-left:0 !important;}.ps-1{padding-left:0.25rem !important;}.ps-1h{padding-left:0.35rem !important;}.ps-2{padding-left:0.5rem !important;}.ps-2h{padding-left:0.75rem !important;}.ps-3{padding-left:1rem !important;}.ps-4{padding-left:1.5rem !important;}.ps-4h{padding-left:2.25rem !important;}.ps-5{padding-left:3rem !important;}.ps-5h{padding-left:3.5rem !important;}.ps-6{padding-left:4.5rem !important;}.ps-7{padding-left:6rem !important;}.ps-8{padding-left:7.5rem !important;}.ps-9{padding-left:9rem !important;}.ps-10{padding-left:10.5rem !important;}.ps-11{padding-left:12rem !important;}.ps-12{padding-left:13.5rem !important;}.gap-0{gap:0 !important;}.gap-1{gap:0.25rem !important;}.gap-1h{gap:0.35rem !important;}.gap-2{gap:0.5rem !important;}.gap-2h{gap:0.75rem !important;}.gap-3{gap:1rem !important;}.gap-4{gap:1.5rem !important;}.gap-4h{gap:2.25rem !important;}.gap-5{gap:3rem !important;}.gap-5h{gap:3.5rem !important;}.gap-6{gap:4.5rem !important;}.gap-7{gap:6rem !important;}.gap-8{gap:7.5rem !important;}.gap-9{gap:9rem !important;}.gap-10{gap:10.5rem !important;}.gap-11{gap:12rem !important;}.gap-12{gap:13.5rem !important;}.row-gap-0{row-gap:0 !important;}.row-gap-1{row-gap:0.25rem !important;}.row-gap-1h{row-gap:0.35rem !important;}.row-gap-2{row-gap:0.5rem !important;}.row-gap-2h{row-gap:0.75rem !important;}.row-gap-3{row-gap:1rem !important;}.row-gap-4{row-gap:1.5rem !important;}.row-gap-4h{row-gap:2.25rem !important;}.row-gap-5{row-gap:3rem !important;}.row-gap-5h{row-gap:3.5rem !important;}.row-gap-6{row-gap:4.5rem !important;}.row-gap-7{row-gap:6rem !important;}.row-gap-8{row-gap:7.5rem !important;}.row-gap-9{row-gap:9rem !important;}.row-gap-10{row-gap:10.5rem !important;}.row-gap-11{row-gap:12rem !important;}.row-gap-12{row-gap:13.5rem !important;}.column-gap-0{column-gap:0 !important;}.column-gap-1{column-gap:0.25rem !important;}.column-gap-1h{column-gap:0.35rem !important;}.column-gap-2{column-gap:0.5rem !important;}.column-gap-2h{column-gap:0.75rem !important;}.column-gap-3{column-gap:1rem !important;}.column-gap-4{column-gap:1.5rem !important;}.column-gap-4h{column-gap:2.25rem !important;}.column-gap-5{column-gap:3rem !important;}.column-gap-5h{column-gap:3.5rem !important;}.column-gap-6{column-gap:4.5rem !important;}.column-gap-7{column-gap:6rem !important;}.column-gap-8{column-gap:7.5rem !important;}.column-gap-9{column-gap:9rem !important;}.column-gap-10{column-gap:10.5rem !important;}.column-gap-11{column-gap:12rem !important;}.column-gap-12{column-gap:13.5rem !important;}.font-monospace{font-family:var(--bs-font-monospace) !important;}.fs-1{font-size:calc(1.48725rem + 2.847vw) !important;}.fs-2{font-size:calc(1.35rem + 1.2vw) !important;}.fs-3{font-size:calc(1.275rem + 0.3vw) !important;}.fs-4{font-size:calc(1.26397125rem + 0.167655vw) !important;}.fs-5{font-size:1.125rem !important;}.fs-6{font-size:1.0125rem !important;}.fs-7{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.75 !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-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important;}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important;}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important;}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important;}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important;}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important;}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color) !important;}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,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:0.125em !important;}.link-offset-1-hover:hover{text-underline-offset:0.125em !important;}.link-offset-2{text-underline-offset:0.25em !important;}.link-offset-2-hover:hover{text-underline-offset:0.25em !important;}.link-offset-3{text-underline-offset:0.375em !important;}.link-offset-3-hover:hover{text-underline-offset:0.375em !important;}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-underline-opacity-0{--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-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important;}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important;}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;}.bg-transparent{--bs-bg-opacity:1;background-color:transparent !important;}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important;}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;}.bg-opacity-10{--bs-bg-opacity:0.1;}.bg-opacity-25{--bs-bg-opacity:0.25;}.bg-opacity-50{--bs-bg-opacity:0.5;}.bg-opacity-75{--bs-bg-opacity:0.75;}.bg-opacity-100{--bs-bg-opacity:1;}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important;}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important;}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important;}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important;}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important;}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important;}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important;}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important;}.bg-gradient{background-image:var(--bs-gradient) !important;}.user-select-all{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:480px){.float-xs-start{float:left !important;}.float-xs-end{float:right !important;}.float-xs-none{float:none !important;}.object-fit-xs-contain{object-fit:contain !important;}.object-fit-xs-cover{object-fit:cover !important;}.object-fit-xs-fill{object-fit:fill !important;}.object-fit-xs-scale{object-fit:scale-down !important;}.object-fit-xs-none{object-fit:none !important;}.d-xs-inline{display:inline !important;}.d-xs-inline-block{display:inline-block !important;}.d-xs-block{display:block !important;}.d-xs-grid{display:grid !important;}.d-xs-inline-grid{display:inline-grid !important;}.d-xs-table{display:table !important;}.d-xs-table-row{display:table-row !important;}.d-xs-table-cell{display:table-cell !important;}.d-xs-flex{display:flex !important;}.d-xs-inline-flex{display:inline-flex !important;}.d-xs-none{display:none !important;}.flex-xs-fill{flex:1 1 auto !important;}.flex-xs-row{flex-direction:row !important;}.flex-xs-column{flex-direction:column !important;}.flex-xs-row-reverse{flex-direction:row-reverse !important;}.flex-xs-column-reverse{flex-direction:column-reverse !important;}.flex-xs-grow-0{flex-grow:0 !important;}.flex-xs-grow-1{flex-grow:1 !important;}.flex-xs-shrink-0{flex-shrink:0 !important;}.flex-xs-shrink-1{flex-shrink:1 !important;}.flex-xs-wrap{flex-wrap:wrap !important;}.flex-xs-nowrap{flex-wrap:nowrap !important;}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-xs-start{justify-content:flex-start !important;}.justify-content-xs-end{justify-content:flex-end !important;}.justify-content-xs-center{justify-content:center !important;}.justify-content-xs-between{justify-content:space-between !important;}.justify-content-xs-around{justify-content:space-around !important;}.justify-content-xs-evenly{justify-content:space-evenly !important;}.align-items-xs-start{align-items:flex-start !important;}.align-items-xs-end{align-items:flex-end !important;}.align-items-xs-center{align-items:center !important;}.align-items-xs-baseline{align-items:baseline !important;}.align-items-xs-stretch{align-items:stretch !important;}.align-content-xs-start{align-content:flex-start !important;}.align-content-xs-end{align-content:flex-end !important;}.align-content-xs-center{align-content:center !important;}.align-content-xs-between{align-content:space-between !important;}.align-content-xs-around{align-content:space-around !important;}.align-content-xs-stretch{align-content:stretch !important;}.align-self-xs-auto{align-self:auto !important;}.align-self-xs-start{align-self:flex-start !important;}.align-self-xs-end{align-self:flex-end !important;}.align-self-xs-center{align-self:center !important;}.align-self-xs-baseline{align-self:baseline !important;}.align-self-xs-stretch{align-self:stretch !important;}.order-xs-first{order:-1 !important;}.order-xs-0{order:0 !important;}.order-xs-1{order:1 !important;}.order-xs-2{order:2 !important;}.order-xs-3{order:3 !important;}.order-xs-4{order:4 !important;}.order-xs-5{order:5 !important;}.order-xs-last{order:6 !important;}.m-xs-0{margin:0 !important;}.m-xs-1{margin:0.25rem !important;}.m-xs-1h{margin:0.35rem !important;}.m-xs-2{margin:0.5rem !important;}.m-xs-2h{margin:0.75rem !important;}.m-xs-3{margin:1rem !important;}.m-xs-4{margin:1.5rem !important;}.m-xs-4h{margin:2.25rem !important;}.m-xs-5{margin:3rem !important;}.m-xs-5h{margin:3.5rem !important;}.m-xs-6{margin:4.5rem !important;}.m-xs-7{margin:6rem !important;}.m-xs-8{margin:7.5rem !important;}.m-xs-9{margin:9rem !important;}.m-xs-10{margin:10.5rem !important;}.m-xs-11{margin:12rem !important;}.m-xs-12{margin:13.5rem !important;}.m-xs-auto{margin:auto !important;}.mx-xs-0{margin-right:0 !important;margin-left:0 !important;}.mx-xs-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xs-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-xs-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xs-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xs-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-xs-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-xs-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-xs-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-xs-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-xs-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-xs-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-xs-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-xs-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-xs-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-xs-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-xs-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-xs-auto{margin-right:auto !important;margin-left:auto !important;}.my-xs-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xs-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xs-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-xs-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xs-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xs-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xs-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-xs-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-xs-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-xs-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-xs-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-xs-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-xs-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-xs-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-xs-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-xs-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-xs-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-xs-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xs-0{margin-top:0 !important;}.mt-xs-1{margin-top:0.25rem !important;}.mt-xs-1h{margin-top:0.35rem !important;}.mt-xs-2{margin-top:0.5rem !important;}.mt-xs-2h{margin-top:0.75rem !important;}.mt-xs-3{margin-top:1rem !important;}.mt-xs-4{margin-top:1.5rem !important;}.mt-xs-4h{margin-top:2.25rem !important;}.mt-xs-5{margin-top:3rem !important;}.mt-xs-5h{margin-top:3.5rem !important;}.mt-xs-6{margin-top:4.5rem !important;}.mt-xs-7{margin-top:6rem !important;}.mt-xs-8{margin-top:7.5rem !important;}.mt-xs-9{margin-top:9rem !important;}.mt-xs-10{margin-top:10.5rem !important;}.mt-xs-11{margin-top:12rem !important;}.mt-xs-12{margin-top:13.5rem !important;}.mt-xs-auto{margin-top:auto !important;}.me-xs-0{margin-right:0 !important;}.me-xs-1{margin-right:0.25rem !important;}.me-xs-1h{margin-right:0.35rem !important;}.me-xs-2{margin-right:0.5rem !important;}.me-xs-2h{margin-right:0.75rem !important;}.me-xs-3{margin-right:1rem !important;}.me-xs-4{margin-right:1.5rem !important;}.me-xs-4h{margin-right:2.25rem !important;}.me-xs-5{margin-right:3rem !important;}.me-xs-5h{margin-right:3.5rem !important;}.me-xs-6{margin-right:4.5rem !important;}.me-xs-7{margin-right:6rem !important;}.me-xs-8{margin-right:7.5rem !important;}.me-xs-9{margin-right:9rem !important;}.me-xs-10{margin-right:10.5rem !important;}.me-xs-11{margin-right:12rem !important;}.me-xs-12{margin-right:13.5rem !important;}.me-xs-auto{margin-right:auto !important;}.mb-xs-0{margin-bottom:0 !important;}.mb-xs-1{margin-bottom:0.25rem !important;}.mb-xs-1h{margin-bottom:0.35rem !important;}.mb-xs-2{margin-bottom:0.5rem !important;}.mb-xs-2h{margin-bottom:0.75rem !important;}.mb-xs-3{margin-bottom:1rem !important;}.mb-xs-4{margin-bottom:1.5rem !important;}.mb-xs-4h{margin-bottom:2.25rem !important;}.mb-xs-5{margin-bottom:3rem !important;}.mb-xs-5h{margin-bottom:3.5rem !important;}.mb-xs-6{margin-bottom:4.5rem !important;}.mb-xs-7{margin-bottom:6rem !important;}.mb-xs-8{margin-bottom:7.5rem !important;}.mb-xs-9{margin-bottom:9rem !important;}.mb-xs-10{margin-bottom:10.5rem !important;}.mb-xs-11{margin-bottom:12rem !important;}.mb-xs-12{margin-bottom:13.5rem !important;}.mb-xs-auto{margin-bottom:auto !important;}.ms-xs-0{margin-left:0 !important;}.ms-xs-1{margin-left:0.25rem !important;}.ms-xs-1h{margin-left:0.35rem !important;}.ms-xs-2{margin-left:0.5rem !important;}.ms-xs-2h{margin-left:0.75rem !important;}.ms-xs-3{margin-left:1rem !important;}.ms-xs-4{margin-left:1.5rem !important;}.ms-xs-4h{margin-left:2.25rem !important;}.ms-xs-5{margin-left:3rem !important;}.ms-xs-5h{margin-left:3.5rem !important;}.ms-xs-6{margin-left:4.5rem !important;}.ms-xs-7{margin-left:6rem !important;}.ms-xs-8{margin-left:7.5rem !important;}.ms-xs-9{margin-left:9rem !important;}.ms-xs-10{margin-left:10.5rem !important;}.ms-xs-11{margin-left:12rem !important;}.ms-xs-12{margin-left:13.5rem !important;}.ms-xs-auto{margin-left:auto !important;}.m-xs-n1{margin:-0.25rem !important;}.m-xs-n1h{margin:-0.35rem !important;}.m-xs-n2{margin:-0.5rem !important;}.m-xs-n2h{margin:-0.75rem !important;}.m-xs-n3{margin:-1rem !important;}.m-xs-n4{margin:-1.5rem !important;}.m-xs-n4h{margin:-2.25rem !important;}.m-xs-n5{margin:-3rem !important;}.m-xs-n5h{margin:-3.5rem !important;}.m-xs-n6{margin:-4.5rem !important;}.m-xs-n7{margin:-6rem !important;}.m-xs-n8{margin:-7.5rem !important;}.m-xs-n9{margin:-9rem !important;}.m-xs-n10{margin:-10.5rem !important;}.m-xs-n11{margin:-12rem !important;}.m-xs-n12{margin:-13.5rem !important;}.mx-xs-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xs-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-xs-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xs-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-xs-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xs-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-xs-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-xs-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-xs-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-xs-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-xs-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-xs-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-xs-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-xs-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-xs-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-xs-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-xs-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xs-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-xs-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xs-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-xs-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xs-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-xs-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-xs-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-xs-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-xs-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-xs-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-xs-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-xs-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-xs-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-xs-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-xs-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-xs-n1{margin-top:-0.25rem !important;}.mt-xs-n1h{margin-top:-0.35rem !important;}.mt-xs-n2{margin-top:-0.5rem !important;}.mt-xs-n2h{margin-top:-0.75rem !important;}.mt-xs-n3{margin-top:-1rem !important;}.mt-xs-n4{margin-top:-1.5rem !important;}.mt-xs-n4h{margin-top:-2.25rem !important;}.mt-xs-n5{margin-top:-3rem !important;}.mt-xs-n5h{margin-top:-3.5rem !important;}.mt-xs-n6{margin-top:-4.5rem !important;}.mt-xs-n7{margin-top:-6rem !important;}.mt-xs-n8{margin-top:-7.5rem !important;}.mt-xs-n9{margin-top:-9rem !important;}.mt-xs-n10{margin-top:-10.5rem !important;}.mt-xs-n11{margin-top:-12rem !important;}.mt-xs-n12{margin-top:-13.5rem !important;}.me-xs-n1{margin-right:-0.25rem !important;}.me-xs-n1h{margin-right:-0.35rem !important;}.me-xs-n2{margin-right:-0.5rem !important;}.me-xs-n2h{margin-right:-0.75rem !important;}.me-xs-n3{margin-right:-1rem !important;}.me-xs-n4{margin-right:-1.5rem !important;}.me-xs-n4h{margin-right:-2.25rem !important;}.me-xs-n5{margin-right:-3rem !important;}.me-xs-n5h{margin-right:-3.5rem !important;}.me-xs-n6{margin-right:-4.5rem !important;}.me-xs-n7{margin-right:-6rem !important;}.me-xs-n8{margin-right:-7.5rem !important;}.me-xs-n9{margin-right:-9rem !important;}.me-xs-n10{margin-right:-10.5rem !important;}.me-xs-n11{margin-right:-12rem !important;}.me-xs-n12{margin-right:-13.5rem !important;}.mb-xs-n1{margin-bottom:-0.25rem !important;}.mb-xs-n1h{margin-bottom:-0.35rem !important;}.mb-xs-n2{margin-bottom:-0.5rem !important;}.mb-xs-n2h{margin-bottom:-0.75rem !important;}.mb-xs-n3{margin-bottom:-1rem !important;}.mb-xs-n4{margin-bottom:-1.5rem !important;}.mb-xs-n4h{margin-bottom:-2.25rem !important;}.mb-xs-n5{margin-bottom:-3rem !important;}.mb-xs-n5h{margin-bottom:-3.5rem !important;}.mb-xs-n6{margin-bottom:-4.5rem !important;}.mb-xs-n7{margin-bottom:-6rem !important;}.mb-xs-n8{margin-bottom:-7.5rem !important;}.mb-xs-n9{margin-bottom:-9rem !important;}.mb-xs-n10{margin-bottom:-10.5rem !important;}.mb-xs-n11{margin-bottom:-12rem !important;}.mb-xs-n12{margin-bottom:-13.5rem !important;}.ms-xs-n1{margin-left:-0.25rem !important;}.ms-xs-n1h{margin-left:-0.35rem !important;}.ms-xs-n2{margin-left:-0.5rem !important;}.ms-xs-n2h{margin-left:-0.75rem !important;}.ms-xs-n3{margin-left:-1rem !important;}.ms-xs-n4{margin-left:-1.5rem !important;}.ms-xs-n4h{margin-left:-2.25rem !important;}.ms-xs-n5{margin-left:-3rem !important;}.ms-xs-n5h{margin-left:-3.5rem !important;}.ms-xs-n6{margin-left:-4.5rem !important;}.ms-xs-n7{margin-left:-6rem !important;}.ms-xs-n8{margin-left:-7.5rem !important;}.ms-xs-n9{margin-left:-9rem !important;}.ms-xs-n10{margin-left:-10.5rem !important;}.ms-xs-n11{margin-left:-12rem !important;}.ms-xs-n12{margin-left:-13.5rem !important;}.p-xs-0{padding:0 !important;}.p-xs-1{padding:0.25rem !important;}.p-xs-1h{padding:0.35rem !important;}.p-xs-2{padding:0.5rem !important;}.p-xs-2h{padding:0.75rem !important;}.p-xs-3{padding:1rem !important;}.p-xs-4{padding:1.5rem !important;}.p-xs-4h{padding:2.25rem !important;}.p-xs-5{padding:3rem !important;}.p-xs-5h{padding:3.5rem !important;}.p-xs-6{padding:4.5rem !important;}.p-xs-7{padding:6rem !important;}.p-xs-8{padding:7.5rem !important;}.p-xs-9{padding:9rem !important;}.p-xs-10{padding:10.5rem !important;}.p-xs-11{padding:12rem !important;}.p-xs-12{padding:13.5rem !important;}.px-xs-0{padding-right:0 !important;padding-left:0 !important;}.px-xs-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xs-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-xs-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xs-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xs-3{padding-right:1rem !important;padding-left:1rem !important;}.px-xs-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-xs-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-xs-5{padding-right:3rem !important;padding-left:3rem !important;}.px-xs-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-xs-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-xs-7{padding-right:6rem !important;padding-left:6rem !important;}.px-xs-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-xs-9{padding-right:9rem !important;padding-left:9rem !important;}.px-xs-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-xs-11{padding-right:12rem !important;padding-left:12rem !important;}.px-xs-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-xs-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xs-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xs-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-xs-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xs-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xs-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xs-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-xs-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-xs-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-xs-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-xs-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-xs-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-xs-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-xs-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-xs-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-xs-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-xs-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-xs-0{padding-top:0 !important;}.pt-xs-1{padding-top:0.25rem !important;}.pt-xs-1h{padding-top:0.35rem !important;}.pt-xs-2{padding-top:0.5rem !important;}.pt-xs-2h{padding-top:0.75rem !important;}.pt-xs-3{padding-top:1rem !important;}.pt-xs-4{padding-top:1.5rem !important;}.pt-xs-4h{padding-top:2.25rem !important;}.pt-xs-5{padding-top:3rem !important;}.pt-xs-5h{padding-top:3.5rem !important;}.pt-xs-6{padding-top:4.5rem !important;}.pt-xs-7{padding-top:6rem !important;}.pt-xs-8{padding-top:7.5rem !important;}.pt-xs-9{padding-top:9rem !important;}.pt-xs-10{padding-top:10.5rem !important;}.pt-xs-11{padding-top:12rem !important;}.pt-xs-12{padding-top:13.5rem !important;}.pe-xs-0{padding-right:0 !important;}.pe-xs-1{padding-right:0.25rem !important;}.pe-xs-1h{padding-right:0.35rem !important;}.pe-xs-2{padding-right:0.5rem !important;}.pe-xs-2h{padding-right:0.75rem !important;}.pe-xs-3{padding-right:1rem !important;}.pe-xs-4{padding-right:1.5rem !important;}.pe-xs-4h{padding-right:2.25rem !important;}.pe-xs-5{padding-right:3rem !important;}.pe-xs-5h{padding-right:3.5rem !important;}.pe-xs-6{padding-right:4.5rem !important;}.pe-xs-7{padding-right:6rem !important;}.pe-xs-8{padding-right:7.5rem !important;}.pe-xs-9{padding-right:9rem !important;}.pe-xs-10{padding-right:10.5rem !important;}.pe-xs-11{padding-right:12rem !important;}.pe-xs-12{padding-right:13.5rem !important;}.pb-xs-0{padding-bottom:0 !important;}.pb-xs-1{padding-bottom:0.25rem !important;}.pb-xs-1h{padding-bottom:0.35rem !important;}.pb-xs-2{padding-bottom:0.5rem !important;}.pb-xs-2h{padding-bottom:0.75rem !important;}.pb-xs-3{padding-bottom:1rem !important;}.pb-xs-4{padding-bottom:1.5rem !important;}.pb-xs-4h{padding-bottom:2.25rem !important;}.pb-xs-5{padding-bottom:3rem !important;}.pb-xs-5h{padding-bottom:3.5rem !important;}.pb-xs-6{padding-bottom:4.5rem !important;}.pb-xs-7{padding-bottom:6rem !important;}.pb-xs-8{padding-bottom:7.5rem !important;}.pb-xs-9{padding-bottom:9rem !important;}.pb-xs-10{padding-bottom:10.5rem !important;}.pb-xs-11{padding-bottom:12rem !important;}.pb-xs-12{padding-bottom:13.5rem !important;}.ps-xs-0{padding-left:0 !important;}.ps-xs-1{padding-left:0.25rem !important;}.ps-xs-1h{padding-left:0.35rem !important;}.ps-xs-2{padding-left:0.5rem !important;}.ps-xs-2h{padding-left:0.75rem !important;}.ps-xs-3{padding-left:1rem !important;}.ps-xs-4{padding-left:1.5rem !important;}.ps-xs-4h{padding-left:2.25rem !important;}.ps-xs-5{padding-left:3rem !important;}.ps-xs-5h{padding-left:3.5rem !important;}.ps-xs-6{padding-left:4.5rem !important;}.ps-xs-7{padding-left:6rem !important;}.ps-xs-8{padding-left:7.5rem !important;}.ps-xs-9{padding-left:9rem !important;}.ps-xs-10{padding-left:10.5rem !important;}.ps-xs-11{padding-left:12rem !important;}.ps-xs-12{padding-left:13.5rem !important;}.gap-xs-0{gap:0 !important;}.gap-xs-1{gap:0.25rem !important;}.gap-xs-1h{gap:0.35rem !important;}.gap-xs-2{gap:0.5rem !important;}.gap-xs-2h{gap:0.75rem !important;}.gap-xs-3{gap:1rem !important;}.gap-xs-4{gap:1.5rem !important;}.gap-xs-4h{gap:2.25rem !important;}.gap-xs-5{gap:3rem !important;}.gap-xs-5h{gap:3.5rem !important;}.gap-xs-6{gap:4.5rem !important;}.gap-xs-7{gap:6rem !important;}.gap-xs-8{gap:7.5rem !important;}.gap-xs-9{gap:9rem !important;}.gap-xs-10{gap:10.5rem !important;}.gap-xs-11{gap:12rem !important;}.gap-xs-12{gap:13.5rem !important;}.row-gap-xs-0{row-gap:0 !important;}.row-gap-xs-1{row-gap:0.25rem !important;}.row-gap-xs-1h{row-gap:0.35rem !important;}.row-gap-xs-2{row-gap:0.5rem !important;}.row-gap-xs-2h{row-gap:0.75rem !important;}.row-gap-xs-3{row-gap:1rem !important;}.row-gap-xs-4{row-gap:1.5rem !important;}.row-gap-xs-4h{row-gap:2.25rem !important;}.row-gap-xs-5{row-gap:3rem !important;}.row-gap-xs-5h{row-gap:3.5rem !important;}.row-gap-xs-6{row-gap:4.5rem !important;}.row-gap-xs-7{row-gap:6rem !important;}.row-gap-xs-8{row-gap:7.5rem !important;}.row-gap-xs-9{row-gap:9rem !important;}.row-gap-xs-10{row-gap:10.5rem !important;}.row-gap-xs-11{row-gap:12rem !important;}.row-gap-xs-12{row-gap:13.5rem !important;}.column-gap-xs-0{column-gap:0 !important;}.column-gap-xs-1{column-gap:0.25rem !important;}.column-gap-xs-1h{column-gap:0.35rem !important;}.column-gap-xs-2{column-gap:0.5rem !important;}.column-gap-xs-2h{column-gap:0.75rem !important;}.column-gap-xs-3{column-gap:1rem !important;}.column-gap-xs-4{column-gap:1.5rem !important;}.column-gap-xs-4h{column-gap:2.25rem !important;}.column-gap-xs-5{column-gap:3rem !important;}.column-gap-xs-5h{column-gap:3.5rem !important;}.column-gap-xs-6{column-gap:4.5rem !important;}.column-gap-xs-7{column-gap:6rem !important;}.column-gap-xs-8{column-gap:7.5rem !important;}.column-gap-xs-9{column-gap:9rem !important;}.column-gap-xs-10{column-gap:10.5rem !important;}.column-gap-xs-11{column-gap:12rem !important;}.column-gap-xs-12{column-gap:13.5rem !important;}.text-xs-start{text-align:left !important;}.text-xs-end{text-align:right !important;}.text-xs-center{text-align:center !important;}}@media (min-width: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-1{margin:0.25rem !important;}.m-sm-1h{margin:0.35rem !important;}.m-sm-2{margin:0.5rem !important;}.m-sm-2h{margin:0.75rem !important;}.m-sm-3{margin:1rem !important;}.m-sm-4{margin:1.5rem !important;}.m-sm-4h{margin:2.25rem !important;}.m-sm-5{margin:3rem !important;}.m-sm-5h{margin:3.5rem !important;}.m-sm-6{margin:4.5rem !important;}.m-sm-7{margin:6rem !important;}.m-sm-8{margin:7.5rem !important;}.m-sm-9{margin:9rem !important;}.m-sm-10{margin:10.5rem !important;}.m-sm-11{margin:12rem !important;}.m-sm-12{margin:13.5rem !important;}.m-sm-auto{margin:auto !important;}.mx-sm-0{margin-right:0 !important;margin-left:0 !important;}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-sm-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-sm-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-sm-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-sm-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-sm-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-sm-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-sm-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-sm-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-sm-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-sm-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-sm-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important;}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important;}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-sm-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-sm-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-sm-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-sm-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-sm-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-sm-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-sm-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-sm-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-sm-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-sm-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-sm-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-sm-0{margin-top:0 !important;}.mt-sm-1{margin-top:0.25rem !important;}.mt-sm-1h{margin-top:0.35rem !important;}.mt-sm-2{margin-top:0.5rem !important;}.mt-sm-2h{margin-top:0.75rem !important;}.mt-sm-3{margin-top:1rem !important;}.mt-sm-4{margin-top:1.5rem !important;}.mt-sm-4h{margin-top:2.25rem !important;}.mt-sm-5{margin-top:3rem !important;}.mt-sm-5h{margin-top:3.5rem !important;}.mt-sm-6{margin-top:4.5rem !important;}.mt-sm-7{margin-top:6rem !important;}.mt-sm-8{margin-top:7.5rem !important;}.mt-sm-9{margin-top:9rem !important;}.mt-sm-10{margin-top:10.5rem !important;}.mt-sm-11{margin-top:12rem !important;}.mt-sm-12{margin-top:13.5rem !important;}.mt-sm-auto{margin-top:auto !important;}.me-sm-0{margin-right:0 !important;}.me-sm-1{margin-right:0.25rem !important;}.me-sm-1h{margin-right:0.35rem !important;}.me-sm-2{margin-right:0.5rem !important;}.me-sm-2h{margin-right:0.75rem !important;}.me-sm-3{margin-right:1rem !important;}.me-sm-4{margin-right:1.5rem !important;}.me-sm-4h{margin-right:2.25rem !important;}.me-sm-5{margin-right:3rem !important;}.me-sm-5h{margin-right:3.5rem !important;}.me-sm-6{margin-right:4.5rem !important;}.me-sm-7{margin-right:6rem !important;}.me-sm-8{margin-right:7.5rem !important;}.me-sm-9{margin-right:9rem !important;}.me-sm-10{margin-right:10.5rem !important;}.me-sm-11{margin-right:12rem !important;}.me-sm-12{margin-right:13.5rem !important;}.me-sm-auto{margin-right:auto !important;}.mb-sm-0{margin-bottom:0 !important;}.mb-sm-1{margin-bottom:0.25rem !important;}.mb-sm-1h{margin-bottom:0.35rem !important;}.mb-sm-2{margin-bottom:0.5rem !important;}.mb-sm-2h{margin-bottom:0.75rem !important;}.mb-sm-3{margin-bottom:1rem !important;}.mb-sm-4{margin-bottom:1.5rem !important;}.mb-sm-4h{margin-bottom:2.25rem !important;}.mb-sm-5{margin-bottom:3rem !important;}.mb-sm-5h{margin-bottom:3.5rem !important;}.mb-sm-6{margin-bottom:4.5rem !important;}.mb-sm-7{margin-bottom:6rem !important;}.mb-sm-8{margin-bottom:7.5rem !important;}.mb-sm-9{margin-bottom:9rem !important;}.mb-sm-10{margin-bottom:10.5rem !important;}.mb-sm-11{margin-bottom:12rem !important;}.mb-sm-12{margin-bottom:13.5rem !important;}.mb-sm-auto{margin-bottom:auto !important;}.ms-sm-0{margin-left:0 !important;}.ms-sm-1{margin-left:0.25rem !important;}.ms-sm-1h{margin-left:0.35rem !important;}.ms-sm-2{margin-left:0.5rem !important;}.ms-sm-2h{margin-left:0.75rem !important;}.ms-sm-3{margin-left:1rem !important;}.ms-sm-4{margin-left:1.5rem !important;}.ms-sm-4h{margin-left:2.25rem !important;}.ms-sm-5{margin-left:3rem !important;}.ms-sm-5h{margin-left:3.5rem !important;}.ms-sm-6{margin-left:4.5rem !important;}.ms-sm-7{margin-left:6rem !important;}.ms-sm-8{margin-left:7.5rem !important;}.ms-sm-9{margin-left:9rem !important;}.ms-sm-10{margin-left:10.5rem !important;}.ms-sm-11{margin-left:12rem !important;}.ms-sm-12{margin-left:13.5rem !important;}.ms-sm-auto{margin-left:auto !important;}.m-sm-n1{margin:-0.25rem !important;}.m-sm-n1h{margin:-0.35rem !important;}.m-sm-n2{margin:-0.5rem !important;}.m-sm-n2h{margin:-0.75rem !important;}.m-sm-n3{margin:-1rem !important;}.m-sm-n4{margin:-1.5rem !important;}.m-sm-n4h{margin:-2.25rem !important;}.m-sm-n5{margin:-3rem !important;}.m-sm-n5h{margin:-3.5rem !important;}.m-sm-n6{margin:-4.5rem !important;}.m-sm-n7{margin:-6rem !important;}.m-sm-n8{margin:-7.5rem !important;}.m-sm-n9{margin:-9rem !important;}.m-sm-n10{margin:-10.5rem !important;}.m-sm-n11{margin:-12rem !important;}.m-sm-n12{margin:-13.5rem !important;}.mx-sm-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-sm-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-sm-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-sm-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-sm-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-sm-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-sm-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-sm-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-sm-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-sm-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-sm-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-sm-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-sm-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-sm-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-sm-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-sm-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-sm-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-sm-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-sm-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-sm-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-sm-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-sm-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-sm-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-sm-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-sm-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-sm-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-sm-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-sm-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-sm-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-sm-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-sm-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-sm-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-sm-n1{margin-top:-0.25rem !important;}.mt-sm-n1h{margin-top:-0.35rem !important;}.mt-sm-n2{margin-top:-0.5rem !important;}.mt-sm-n2h{margin-top:-0.75rem !important;}.mt-sm-n3{margin-top:-1rem !important;}.mt-sm-n4{margin-top:-1.5rem !important;}.mt-sm-n4h{margin-top:-2.25rem !important;}.mt-sm-n5{margin-top:-3rem !important;}.mt-sm-n5h{margin-top:-3.5rem !important;}.mt-sm-n6{margin-top:-4.5rem !important;}.mt-sm-n7{margin-top:-6rem !important;}.mt-sm-n8{margin-top:-7.5rem !important;}.mt-sm-n9{margin-top:-9rem !important;}.mt-sm-n10{margin-top:-10.5rem !important;}.mt-sm-n11{margin-top:-12rem !important;}.mt-sm-n12{margin-top:-13.5rem !important;}.me-sm-n1{margin-right:-0.25rem !important;}.me-sm-n1h{margin-right:-0.35rem !important;}.me-sm-n2{margin-right:-0.5rem !important;}.me-sm-n2h{margin-right:-0.75rem !important;}.me-sm-n3{margin-right:-1rem !important;}.me-sm-n4{margin-right:-1.5rem !important;}.me-sm-n4h{margin-right:-2.25rem !important;}.me-sm-n5{margin-right:-3rem !important;}.me-sm-n5h{margin-right:-3.5rem !important;}.me-sm-n6{margin-right:-4.5rem !important;}.me-sm-n7{margin-right:-6rem !important;}.me-sm-n8{margin-right:-7.5rem !important;}.me-sm-n9{margin-right:-9rem !important;}.me-sm-n10{margin-right:-10.5rem !important;}.me-sm-n11{margin-right:-12rem !important;}.me-sm-n12{margin-right:-13.5rem !important;}.mb-sm-n1{margin-bottom:-0.25rem !important;}.mb-sm-n1h{margin-bottom:-0.35rem !important;}.mb-sm-n2{margin-bottom:-0.5rem !important;}.mb-sm-n2h{margin-bottom:-0.75rem !important;}.mb-sm-n3{margin-bottom:-1rem !important;}.mb-sm-n4{margin-bottom:-1.5rem !important;}.mb-sm-n4h{margin-bottom:-2.25rem !important;}.mb-sm-n5{margin-bottom:-3rem !important;}.mb-sm-n5h{margin-bottom:-3.5rem !important;}.mb-sm-n6{margin-bottom:-4.5rem !important;}.mb-sm-n7{margin-bottom:-6rem !important;}.mb-sm-n8{margin-bottom:-7.5rem !important;}.mb-sm-n9{margin-bottom:-9rem !important;}.mb-sm-n10{margin-bottom:-10.5rem !important;}.mb-sm-n11{margin-bottom:-12rem !important;}.mb-sm-n12{margin-bottom:-13.5rem !important;}.ms-sm-n1{margin-left:-0.25rem !important;}.ms-sm-n1h{margin-left:-0.35rem !important;}.ms-sm-n2{margin-left:-0.5rem !important;}.ms-sm-n2h{margin-left:-0.75rem !important;}.ms-sm-n3{margin-left:-1rem !important;}.ms-sm-n4{margin-left:-1.5rem !important;}.ms-sm-n4h{margin-left:-2.25rem !important;}.ms-sm-n5{margin-left:-3rem !important;}.ms-sm-n5h{margin-left:-3.5rem !important;}.ms-sm-n6{margin-left:-4.5rem !important;}.ms-sm-n7{margin-left:-6rem !important;}.ms-sm-n8{margin-left:-7.5rem !important;}.ms-sm-n9{margin-left:-9rem !important;}.ms-sm-n10{margin-left:-10.5rem !important;}.ms-sm-n11{margin-left:-12rem !important;}.ms-sm-n12{margin-left:-13.5rem !important;}.p-sm-0{padding:0 !important;}.p-sm-1{padding:0.25rem !important;}.p-sm-1h{padding:0.35rem !important;}.p-sm-2{padding:0.5rem !important;}.p-sm-2h{padding:0.75rem !important;}.p-sm-3{padding:1rem !important;}.p-sm-4{padding:1.5rem !important;}.p-sm-4h{padding:2.25rem !important;}.p-sm-5{padding:3rem !important;}.p-sm-5h{padding:3.5rem !important;}.p-sm-6{padding:4.5rem !important;}.p-sm-7{padding:6rem !important;}.p-sm-8{padding:7.5rem !important;}.p-sm-9{padding:9rem !important;}.p-sm-10{padding:10.5rem !important;}.p-sm-11{padding:12rem !important;}.p-sm-12{padding:13.5rem !important;}.px-sm-0{padding-right:0 !important;padding-left:0 !important;}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-sm-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-sm-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important;}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-sm-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important;}.px-sm-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-sm-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-sm-7{padding-right:6rem !important;padding-left:6rem !important;}.px-sm-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-sm-9{padding-right:9rem !important;padding-left:9rem !important;}.px-sm-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-sm-11{padding-right:12rem !important;padding-left:12rem !important;}.px-sm-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important;}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-sm-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-sm-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-sm-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-sm-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-sm-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-sm-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-sm-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-sm-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-sm-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-sm-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-sm-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-sm-0{padding-top:0 !important;}.pt-sm-1{padding-top:0.25rem !important;}.pt-sm-1h{padding-top:0.35rem !important;}.pt-sm-2{padding-top:0.5rem !important;}.pt-sm-2h{padding-top:0.75rem !important;}.pt-sm-3{padding-top:1rem !important;}.pt-sm-4{padding-top:1.5rem !important;}.pt-sm-4h{padding-top:2.25rem !important;}.pt-sm-5{padding-top:3rem !important;}.pt-sm-5h{padding-top:3.5rem !important;}.pt-sm-6{padding-top:4.5rem !important;}.pt-sm-7{padding-top:6rem !important;}.pt-sm-8{padding-top:7.5rem !important;}.pt-sm-9{padding-top:9rem !important;}.pt-sm-10{padding-top:10.5rem !important;}.pt-sm-11{padding-top:12rem !important;}.pt-sm-12{padding-top:13.5rem !important;}.pe-sm-0{padding-right:0 !important;}.pe-sm-1{padding-right:0.25rem !important;}.pe-sm-1h{padding-right:0.35rem !important;}.pe-sm-2{padding-right:0.5rem !important;}.pe-sm-2h{padding-right:0.75rem !important;}.pe-sm-3{padding-right:1rem !important;}.pe-sm-4{padding-right:1.5rem !important;}.pe-sm-4h{padding-right:2.25rem !important;}.pe-sm-5{padding-right:3rem !important;}.pe-sm-5h{padding-right:3.5rem !important;}.pe-sm-6{padding-right:4.5rem !important;}.pe-sm-7{padding-right:6rem !important;}.pe-sm-8{padding-right:7.5rem !important;}.pe-sm-9{padding-right:9rem !important;}.pe-sm-10{padding-right:10.5rem !important;}.pe-sm-11{padding-right:12rem !important;}.pe-sm-12{padding-right:13.5rem !important;}.pb-sm-0{padding-bottom:0 !important;}.pb-sm-1{padding-bottom:0.25rem !important;}.pb-sm-1h{padding-bottom:0.35rem !important;}.pb-sm-2{padding-bottom:0.5rem !important;}.pb-sm-2h{padding-bottom:0.75rem !important;}.pb-sm-3{padding-bottom:1rem !important;}.pb-sm-4{padding-bottom:1.5rem !important;}.pb-sm-4h{padding-bottom:2.25rem !important;}.pb-sm-5{padding-bottom:3rem !important;}.pb-sm-5h{padding-bottom:3.5rem !important;}.pb-sm-6{padding-bottom:4.5rem !important;}.pb-sm-7{padding-bottom:6rem !important;}.pb-sm-8{padding-bottom:7.5rem !important;}.pb-sm-9{padding-bottom:9rem !important;}.pb-sm-10{padding-bottom:10.5rem !important;}.pb-sm-11{padding-bottom:12rem !important;}.pb-sm-12{padding-bottom:13.5rem !important;}.ps-sm-0{padding-left:0 !important;}.ps-sm-1{padding-left:0.25rem !important;}.ps-sm-1h{padding-left:0.35rem !important;}.ps-sm-2{padding-left:0.5rem !important;}.ps-sm-2h{padding-left:0.75rem !important;}.ps-sm-3{padding-left:1rem !important;}.ps-sm-4{padding-left:1.5rem !important;}.ps-sm-4h{padding-left:2.25rem !important;}.ps-sm-5{padding-left:3rem !important;}.ps-sm-5h{padding-left:3.5rem !important;}.ps-sm-6{padding-left:4.5rem !important;}.ps-sm-7{padding-left:6rem !important;}.ps-sm-8{padding-left:7.5rem !important;}.ps-sm-9{padding-left:9rem !important;}.ps-sm-10{padding-left:10.5rem !important;}.ps-sm-11{padding-left:12rem !important;}.ps-sm-12{padding-left:13.5rem !important;}.gap-sm-0{gap:0 !important;}.gap-sm-1{gap:0.25rem !important;}.gap-sm-1h{gap:0.35rem !important;}.gap-sm-2{gap:0.5rem !important;}.gap-sm-2h{gap:0.75rem !important;}.gap-sm-3{gap:1rem !important;}.gap-sm-4{gap:1.5rem !important;}.gap-sm-4h{gap:2.25rem !important;}.gap-sm-5{gap:3rem !important;}.gap-sm-5h{gap:3.5rem !important;}.gap-sm-6{gap:4.5rem !important;}.gap-sm-7{gap:6rem !important;}.gap-sm-8{gap:7.5rem !important;}.gap-sm-9{gap:9rem !important;}.gap-sm-10{gap:10.5rem !important;}.gap-sm-11{gap:12rem !important;}.gap-sm-12{gap:13.5rem !important;}.row-gap-sm-0{row-gap:0 !important;}.row-gap-sm-1{row-gap:0.25rem !important;}.row-gap-sm-1h{row-gap:0.35rem !important;}.row-gap-sm-2{row-gap:0.5rem !important;}.row-gap-sm-2h{row-gap:0.75rem !important;}.row-gap-sm-3{row-gap:1rem !important;}.row-gap-sm-4{row-gap:1.5rem !important;}.row-gap-sm-4h{row-gap:2.25rem !important;}.row-gap-sm-5{row-gap:3rem !important;}.row-gap-sm-5h{row-gap:3.5rem !important;}.row-gap-sm-6{row-gap:4.5rem !important;}.row-gap-sm-7{row-gap:6rem !important;}.row-gap-sm-8{row-gap:7.5rem !important;}.row-gap-sm-9{row-gap:9rem !important;}.row-gap-sm-10{row-gap:10.5rem !important;}.row-gap-sm-11{row-gap:12rem !important;}.row-gap-sm-12{row-gap:13.5rem !important;}.column-gap-sm-0{column-gap:0 !important;}.column-gap-sm-1{column-gap:0.25rem !important;}.column-gap-sm-1h{column-gap:0.35rem !important;}.column-gap-sm-2{column-gap:0.5rem !important;}.column-gap-sm-2h{column-gap:0.75rem !important;}.column-gap-sm-3{column-gap:1rem !important;}.column-gap-sm-4{column-gap:1.5rem !important;}.column-gap-sm-4h{column-gap:2.25rem !important;}.column-gap-sm-5{column-gap:3rem !important;}.column-gap-sm-5h{column-gap:3.5rem !important;}.column-gap-sm-6{column-gap:4.5rem !important;}.column-gap-sm-7{column-gap:6rem !important;}.column-gap-sm-8{column-gap:7.5rem !important;}.column-gap-sm-9{column-gap:9rem !important;}.column-gap-sm-10{column-gap:10.5rem !important;}.column-gap-sm-11{column-gap:12rem !important;}.column-gap-sm-12{column-gap:13.5rem !important;}.text-sm-start{text-align:left !important;}.text-sm-end{text-align:right !important;}.text-sm-center{text-align:center !important;}}@media (min-width:750px){.float-ix750-start{float:left !important;}.float-ix750-end{float:right !important;}.float-ix750-none{float:none !important;}.object-fit-ix750-contain{object-fit:contain !important;}.object-fit-ix750-cover{object-fit:cover !important;}.object-fit-ix750-fill{object-fit:fill !important;}.object-fit-ix750-scale{object-fit:scale-down !important;}.object-fit-ix750-none{object-fit:none !important;}.d-ix750-inline{display:inline !important;}.d-ix750-inline-block{display:inline-block !important;}.d-ix750-block{display:block !important;}.d-ix750-grid{display:grid !important;}.d-ix750-inline-grid{display:inline-grid !important;}.d-ix750-table{display:table !important;}.d-ix750-table-row{display:table-row !important;}.d-ix750-table-cell{display:table-cell !important;}.d-ix750-flex{display:flex !important;}.d-ix750-inline-flex{display:inline-flex !important;}.d-ix750-none{display:none !important;}.flex-ix750-fill{flex:1 1 auto !important;}.flex-ix750-row{flex-direction:row !important;}.flex-ix750-column{flex-direction:column !important;}.flex-ix750-row-reverse{flex-direction:row-reverse !important;}.flex-ix750-column-reverse{flex-direction:column-reverse !important;}.flex-ix750-grow-0{flex-grow:0 !important;}.flex-ix750-grow-1{flex-grow:1 !important;}.flex-ix750-shrink-0{flex-shrink:0 !important;}.flex-ix750-shrink-1{flex-shrink:1 !important;}.flex-ix750-wrap{flex-wrap:wrap !important;}.flex-ix750-nowrap{flex-wrap:nowrap !important;}.flex-ix750-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-ix750-start{justify-content:flex-start !important;}.justify-content-ix750-end{justify-content:flex-end !important;}.justify-content-ix750-center{justify-content:center !important;}.justify-content-ix750-between{justify-content:space-between !important;}.justify-content-ix750-around{justify-content:space-around !important;}.justify-content-ix750-evenly{justify-content:space-evenly !important;}.align-items-ix750-start{align-items:flex-start !important;}.align-items-ix750-end{align-items:flex-end !important;}.align-items-ix750-center{align-items:center !important;}.align-items-ix750-baseline{align-items:baseline !important;}.align-items-ix750-stretch{align-items:stretch !important;}.align-content-ix750-start{align-content:flex-start !important;}.align-content-ix750-end{align-content:flex-end !important;}.align-content-ix750-center{align-content:center !important;}.align-content-ix750-between{align-content:space-between !important;}.align-content-ix750-around{align-content:space-around !important;}.align-content-ix750-stretch{align-content:stretch !important;}.align-self-ix750-auto{align-self:auto !important;}.align-self-ix750-start{align-self:flex-start !important;}.align-self-ix750-end{align-self:flex-end !important;}.align-self-ix750-center{align-self:center !important;}.align-self-ix750-baseline{align-self:baseline !important;}.align-self-ix750-stretch{align-self:stretch !important;}.order-ix750-first{order:-1 !important;}.order-ix750-0{order:0 !important;}.order-ix750-1{order:1 !important;}.order-ix750-2{order:2 !important;}.order-ix750-3{order:3 !important;}.order-ix750-4{order:4 !important;}.order-ix750-5{order:5 !important;}.order-ix750-last{order:6 !important;}.m-ix750-0{margin:0 !important;}.m-ix750-1{margin:0.25rem !important;}.m-ix750-1h{margin:0.35rem !important;}.m-ix750-2{margin:0.5rem !important;}.m-ix750-2h{margin:0.75rem !important;}.m-ix750-3{margin:1rem !important;}.m-ix750-4{margin:1.5rem !important;}.m-ix750-4h{margin:2.25rem !important;}.m-ix750-5{margin:3rem !important;}.m-ix750-5h{margin:3.5rem !important;}.m-ix750-6{margin:4.5rem !important;}.m-ix750-7{margin:6rem !important;}.m-ix750-8{margin:7.5rem !important;}.m-ix750-9{margin:9rem !important;}.m-ix750-10{margin:10.5rem !important;}.m-ix750-11{margin:12rem !important;}.m-ix750-12{margin:13.5rem !important;}.m-ix750-auto{margin:auto !important;}.mx-ix750-0{margin-right:0 !important;margin-left:0 !important;}.mx-ix750-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-ix750-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-ix750-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-ix750-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-ix750-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-ix750-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-ix750-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-ix750-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-ix750-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-ix750-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-ix750-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-ix750-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-ix750-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-ix750-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-ix750-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-ix750-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-ix750-auto{margin-right:auto !important;margin-left:auto !important;}.my-ix750-0{margin-top:0 !important;margin-bottom:0 !important;}.my-ix750-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-ix750-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-ix750-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-ix750-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-ix750-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-ix750-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-ix750-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-ix750-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-ix750-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-ix750-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-ix750-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-ix750-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-ix750-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-ix750-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-ix750-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-ix750-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-ix750-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-ix750-0{margin-top:0 !important;}.mt-ix750-1{margin-top:0.25rem !important;}.mt-ix750-1h{margin-top:0.35rem !important;}.mt-ix750-2{margin-top:0.5rem !important;}.mt-ix750-2h{margin-top:0.75rem !important;}.mt-ix750-3{margin-top:1rem !important;}.mt-ix750-4{margin-top:1.5rem !important;}.mt-ix750-4h{margin-top:2.25rem !important;}.mt-ix750-5{margin-top:3rem !important;}.mt-ix750-5h{margin-top:3.5rem !important;}.mt-ix750-6{margin-top:4.5rem !important;}.mt-ix750-7{margin-top:6rem !important;}.mt-ix750-8{margin-top:7.5rem !important;}.mt-ix750-9{margin-top:9rem !important;}.mt-ix750-10{margin-top:10.5rem !important;}.mt-ix750-11{margin-top:12rem !important;}.mt-ix750-12{margin-top:13.5rem !important;}.mt-ix750-auto{margin-top:auto !important;}.me-ix750-0{margin-right:0 !important;}.me-ix750-1{margin-right:0.25rem !important;}.me-ix750-1h{margin-right:0.35rem !important;}.me-ix750-2{margin-right:0.5rem !important;}.me-ix750-2h{margin-right:0.75rem !important;}.me-ix750-3{margin-right:1rem !important;}.me-ix750-4{margin-right:1.5rem !important;}.me-ix750-4h{margin-right:2.25rem !important;}.me-ix750-5{margin-right:3rem !important;}.me-ix750-5h{margin-right:3.5rem !important;}.me-ix750-6{margin-right:4.5rem !important;}.me-ix750-7{margin-right:6rem !important;}.me-ix750-8{margin-right:7.5rem !important;}.me-ix750-9{margin-right:9rem !important;}.me-ix750-10{margin-right:10.5rem !important;}.me-ix750-11{margin-right:12rem !important;}.me-ix750-12{margin-right:13.5rem !important;}.me-ix750-auto{margin-right:auto !important;}.mb-ix750-0{margin-bottom:0 !important;}.mb-ix750-1{margin-bottom:0.25rem !important;}.mb-ix750-1h{margin-bottom:0.35rem !important;}.mb-ix750-2{margin-bottom:0.5rem !important;}.mb-ix750-2h{margin-bottom:0.75rem !important;}.mb-ix750-3{margin-bottom:1rem !important;}.mb-ix750-4{margin-bottom:1.5rem !important;}.mb-ix750-4h{margin-bottom:2.25rem !important;}.mb-ix750-5{margin-bottom:3rem !important;}.mb-ix750-5h{margin-bottom:3.5rem !important;}.mb-ix750-6{margin-bottom:4.5rem !important;}.mb-ix750-7{margin-bottom:6rem !important;}.mb-ix750-8{margin-bottom:7.5rem !important;}.mb-ix750-9{margin-bottom:9rem !important;}.mb-ix750-10{margin-bottom:10.5rem !important;}.mb-ix750-11{margin-bottom:12rem !important;}.mb-ix750-12{margin-bottom:13.5rem !important;}.mb-ix750-auto{margin-bottom:auto !important;}.ms-ix750-0{margin-left:0 !important;}.ms-ix750-1{margin-left:0.25rem !important;}.ms-ix750-1h{margin-left:0.35rem !important;}.ms-ix750-2{margin-left:0.5rem !important;}.ms-ix750-2h{margin-left:0.75rem !important;}.ms-ix750-3{margin-left:1rem !important;}.ms-ix750-4{margin-left:1.5rem !important;}.ms-ix750-4h{margin-left:2.25rem !important;}.ms-ix750-5{margin-left:3rem !important;}.ms-ix750-5h{margin-left:3.5rem !important;}.ms-ix750-6{margin-left:4.5rem !important;}.ms-ix750-7{margin-left:6rem !important;}.ms-ix750-8{margin-left:7.5rem !important;}.ms-ix750-9{margin-left:9rem !important;}.ms-ix750-10{margin-left:10.5rem !important;}.ms-ix750-11{margin-left:12rem !important;}.ms-ix750-12{margin-left:13.5rem !important;}.ms-ix750-auto{margin-left:auto !important;}.m-ix750-n1{margin:-0.25rem !important;}.m-ix750-n1h{margin:-0.35rem !important;}.m-ix750-n2{margin:-0.5rem !important;}.m-ix750-n2h{margin:-0.75rem !important;}.m-ix750-n3{margin:-1rem !important;}.m-ix750-n4{margin:-1.5rem !important;}.m-ix750-n4h{margin:-2.25rem !important;}.m-ix750-n5{margin:-3rem !important;}.m-ix750-n5h{margin:-3.5rem !important;}.m-ix750-n6{margin:-4.5rem !important;}.m-ix750-n7{margin:-6rem !important;}.m-ix750-n8{margin:-7.5rem !important;}.m-ix750-n9{margin:-9rem !important;}.m-ix750-n10{margin:-10.5rem !important;}.m-ix750-n11{margin:-12rem !important;}.m-ix750-n12{margin:-13.5rem !important;}.mx-ix750-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-ix750-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-ix750-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-ix750-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-ix750-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-ix750-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-ix750-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-ix750-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-ix750-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-ix750-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-ix750-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-ix750-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-ix750-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-ix750-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-ix750-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-ix750-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-ix750-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-ix750-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-ix750-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-ix750-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-ix750-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-ix750-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-ix750-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-ix750-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-ix750-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-ix750-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-ix750-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-ix750-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-ix750-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-ix750-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-ix750-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-ix750-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-ix750-n1{margin-top:-0.25rem !important;}.mt-ix750-n1h{margin-top:-0.35rem !important;}.mt-ix750-n2{margin-top:-0.5rem !important;}.mt-ix750-n2h{margin-top:-0.75rem !important;}.mt-ix750-n3{margin-top:-1rem !important;}.mt-ix750-n4{margin-top:-1.5rem !important;}.mt-ix750-n4h{margin-top:-2.25rem !important;}.mt-ix750-n5{margin-top:-3rem !important;}.mt-ix750-n5h{margin-top:-3.5rem !important;}.mt-ix750-n6{margin-top:-4.5rem !important;}.mt-ix750-n7{margin-top:-6rem !important;}.mt-ix750-n8{margin-top:-7.5rem !important;}.mt-ix750-n9{margin-top:-9rem !important;}.mt-ix750-n10{margin-top:-10.5rem !important;}.mt-ix750-n11{margin-top:-12rem !important;}.mt-ix750-n12{margin-top:-13.5rem !important;}.me-ix750-n1{margin-right:-0.25rem !important;}.me-ix750-n1h{margin-right:-0.35rem !important;}.me-ix750-n2{margin-right:-0.5rem !important;}.me-ix750-n2h{margin-right:-0.75rem !important;}.me-ix750-n3{margin-right:-1rem !important;}.me-ix750-n4{margin-right:-1.5rem !important;}.me-ix750-n4h{margin-right:-2.25rem !important;}.me-ix750-n5{margin-right:-3rem !important;}.me-ix750-n5h{margin-right:-3.5rem !important;}.me-ix750-n6{margin-right:-4.5rem !important;}.me-ix750-n7{margin-right:-6rem !important;}.me-ix750-n8{margin-right:-7.5rem !important;}.me-ix750-n9{margin-right:-9rem !important;}.me-ix750-n10{margin-right:-10.5rem !important;}.me-ix750-n11{margin-right:-12rem !important;}.me-ix750-n12{margin-right:-13.5rem !important;}.mb-ix750-n1{margin-bottom:-0.25rem !important;}.mb-ix750-n1h{margin-bottom:-0.35rem !important;}.mb-ix750-n2{margin-bottom:-0.5rem !important;}.mb-ix750-n2h{margin-bottom:-0.75rem !important;}.mb-ix750-n3{margin-bottom:-1rem !important;}.mb-ix750-n4{margin-bottom:-1.5rem !important;}.mb-ix750-n4h{margin-bottom:-2.25rem !important;}.mb-ix750-n5{margin-bottom:-3rem !important;}.mb-ix750-n5h{margin-bottom:-3.5rem !important;}.mb-ix750-n6{margin-bottom:-4.5rem !important;}.mb-ix750-n7{margin-bottom:-6rem !important;}.mb-ix750-n8{margin-bottom:-7.5rem !important;}.mb-ix750-n9{margin-bottom:-9rem !important;}.mb-ix750-n10{margin-bottom:-10.5rem !important;}.mb-ix750-n11{margin-bottom:-12rem !important;}.mb-ix750-n12{margin-bottom:-13.5rem !important;}.ms-ix750-n1{margin-left:-0.25rem !important;}.ms-ix750-n1h{margin-left:-0.35rem !important;}.ms-ix750-n2{margin-left:-0.5rem !important;}.ms-ix750-n2h{margin-left:-0.75rem !important;}.ms-ix750-n3{margin-left:-1rem !important;}.ms-ix750-n4{margin-left:-1.5rem !important;}.ms-ix750-n4h{margin-left:-2.25rem !important;}.ms-ix750-n5{margin-left:-3rem !important;}.ms-ix750-n5h{margin-left:-3.5rem !important;}.ms-ix750-n6{margin-left:-4.5rem !important;}.ms-ix750-n7{margin-left:-6rem !important;}.ms-ix750-n8{margin-left:-7.5rem !important;}.ms-ix750-n9{margin-left:-9rem !important;}.ms-ix750-n10{margin-left:-10.5rem !important;}.ms-ix750-n11{margin-left:-12rem !important;}.ms-ix750-n12{margin-left:-13.5rem !important;}.p-ix750-0{padding:0 !important;}.p-ix750-1{padding:0.25rem !important;}.p-ix750-1h{padding:0.35rem !important;}.p-ix750-2{padding:0.5rem !important;}.p-ix750-2h{padding:0.75rem !important;}.p-ix750-3{padding:1rem !important;}.p-ix750-4{padding:1.5rem !important;}.p-ix750-4h{padding:2.25rem !important;}.p-ix750-5{padding:3rem !important;}.p-ix750-5h{padding:3.5rem !important;}.p-ix750-6{padding:4.5rem !important;}.p-ix750-7{padding:6rem !important;}.p-ix750-8{padding:7.5rem !important;}.p-ix750-9{padding:9rem !important;}.p-ix750-10{padding:10.5rem !important;}.p-ix750-11{padding:12rem !important;}.p-ix750-12{padding:13.5rem !important;}.px-ix750-0{padding-right:0 !important;padding-left:0 !important;}.px-ix750-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-ix750-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-ix750-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-ix750-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-ix750-3{padding-right:1rem !important;padding-left:1rem !important;}.px-ix750-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-ix750-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-ix750-5{padding-right:3rem !important;padding-left:3rem !important;}.px-ix750-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-ix750-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-ix750-7{padding-right:6rem !important;padding-left:6rem !important;}.px-ix750-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-ix750-9{padding-right:9rem !important;padding-left:9rem !important;}.px-ix750-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-ix750-11{padding-right:12rem !important;padding-left:12rem !important;}.px-ix750-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-ix750-0{padding-top:0 !important;padding-bottom:0 !important;}.py-ix750-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-ix750-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-ix750-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-ix750-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-ix750-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-ix750-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-ix750-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-ix750-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-ix750-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-ix750-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-ix750-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-ix750-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-ix750-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-ix750-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-ix750-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-ix750-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-ix750-0{padding-top:0 !important;}.pt-ix750-1{padding-top:0.25rem !important;}.pt-ix750-1h{padding-top:0.35rem !important;}.pt-ix750-2{padding-top:0.5rem !important;}.pt-ix750-2h{padding-top:0.75rem !important;}.pt-ix750-3{padding-top:1rem !important;}.pt-ix750-4{padding-top:1.5rem !important;}.pt-ix750-4h{padding-top:2.25rem !important;}.pt-ix750-5{padding-top:3rem !important;}.pt-ix750-5h{padding-top:3.5rem !important;}.pt-ix750-6{padding-top:4.5rem !important;}.pt-ix750-7{padding-top:6rem !important;}.pt-ix750-8{padding-top:7.5rem !important;}.pt-ix750-9{padding-top:9rem !important;}.pt-ix750-10{padding-top:10.5rem !important;}.pt-ix750-11{padding-top:12rem !important;}.pt-ix750-12{padding-top:13.5rem !important;}.pe-ix750-0{padding-right:0 !important;}.pe-ix750-1{padding-right:0.25rem !important;}.pe-ix750-1h{padding-right:0.35rem !important;}.pe-ix750-2{padding-right:0.5rem !important;}.pe-ix750-2h{padding-right:0.75rem !important;}.pe-ix750-3{padding-right:1rem !important;}.pe-ix750-4{padding-right:1.5rem !important;}.pe-ix750-4h{padding-right:2.25rem !important;}.pe-ix750-5{padding-right:3rem !important;}.pe-ix750-5h{padding-right:3.5rem !important;}.pe-ix750-6{padding-right:4.5rem !important;}.pe-ix750-7{padding-right:6rem !important;}.pe-ix750-8{padding-right:7.5rem !important;}.pe-ix750-9{padding-right:9rem !important;}.pe-ix750-10{padding-right:10.5rem !important;}.pe-ix750-11{padding-right:12rem !important;}.pe-ix750-12{padding-right:13.5rem !important;}.pb-ix750-0{padding-bottom:0 !important;}.pb-ix750-1{padding-bottom:0.25rem !important;}.pb-ix750-1h{padding-bottom:0.35rem !important;}.pb-ix750-2{padding-bottom:0.5rem !important;}.pb-ix750-2h{padding-bottom:0.75rem !important;}.pb-ix750-3{padding-bottom:1rem !important;}.pb-ix750-4{padding-bottom:1.5rem !important;}.pb-ix750-4h{padding-bottom:2.25rem !important;}.pb-ix750-5{padding-bottom:3rem !important;}.pb-ix750-5h{padding-bottom:3.5rem !important;}.pb-ix750-6{padding-bottom:4.5rem !important;}.pb-ix750-7{padding-bottom:6rem !important;}.pb-ix750-8{padding-bottom:7.5rem !important;}.pb-ix750-9{padding-bottom:9rem !important;}.pb-ix750-10{padding-bottom:10.5rem !important;}.pb-ix750-11{padding-bottom:12rem !important;}.pb-ix750-12{padding-bottom:13.5rem !important;}.ps-ix750-0{padding-left:0 !important;}.ps-ix750-1{padding-left:0.25rem !important;}.ps-ix750-1h{padding-left:0.35rem !important;}.ps-ix750-2{padding-left:0.5rem !important;}.ps-ix750-2h{padding-left:0.75rem !important;}.ps-ix750-3{padding-left:1rem !important;}.ps-ix750-4{padding-left:1.5rem !important;}.ps-ix750-4h{padding-left:2.25rem !important;}.ps-ix750-5{padding-left:3rem !important;}.ps-ix750-5h{padding-left:3.5rem !important;}.ps-ix750-6{padding-left:4.5rem !important;}.ps-ix750-7{padding-left:6rem !important;}.ps-ix750-8{padding-left:7.5rem !important;}.ps-ix750-9{padding-left:9rem !important;}.ps-ix750-10{padding-left:10.5rem !important;}.ps-ix750-11{padding-left:12rem !important;}.ps-ix750-12{padding-left:13.5rem !important;}.gap-ix750-0{gap:0 !important;}.gap-ix750-1{gap:0.25rem !important;}.gap-ix750-1h{gap:0.35rem !important;}.gap-ix750-2{gap:0.5rem !important;}.gap-ix750-2h{gap:0.75rem !important;}.gap-ix750-3{gap:1rem !important;}.gap-ix750-4{gap:1.5rem !important;}.gap-ix750-4h{gap:2.25rem !important;}.gap-ix750-5{gap:3rem !important;}.gap-ix750-5h{gap:3.5rem !important;}.gap-ix750-6{gap:4.5rem !important;}.gap-ix750-7{gap:6rem !important;}.gap-ix750-8{gap:7.5rem !important;}.gap-ix750-9{gap:9rem !important;}.gap-ix750-10{gap:10.5rem !important;}.gap-ix750-11{gap:12rem !important;}.gap-ix750-12{gap:13.5rem !important;}.row-gap-ix750-0{row-gap:0 !important;}.row-gap-ix750-1{row-gap:0.25rem !important;}.row-gap-ix750-1h{row-gap:0.35rem !important;}.row-gap-ix750-2{row-gap:0.5rem !important;}.row-gap-ix750-2h{row-gap:0.75rem !important;}.row-gap-ix750-3{row-gap:1rem !important;}.row-gap-ix750-4{row-gap:1.5rem !important;}.row-gap-ix750-4h{row-gap:2.25rem !important;}.row-gap-ix750-5{row-gap:3rem !important;}.row-gap-ix750-5h{row-gap:3.5rem !important;}.row-gap-ix750-6{row-gap:4.5rem !important;}.row-gap-ix750-7{row-gap:6rem !important;}.row-gap-ix750-8{row-gap:7.5rem !important;}.row-gap-ix750-9{row-gap:9rem !important;}.row-gap-ix750-10{row-gap:10.5rem !important;}.row-gap-ix750-11{row-gap:12rem !important;}.row-gap-ix750-12{row-gap:13.5rem !important;}.column-gap-ix750-0{column-gap:0 !important;}.column-gap-ix750-1{column-gap:0.25rem !important;}.column-gap-ix750-1h{column-gap:0.35rem !important;}.column-gap-ix750-2{column-gap:0.5rem !important;}.column-gap-ix750-2h{column-gap:0.75rem !important;}.column-gap-ix750-3{column-gap:1rem !important;}.column-gap-ix750-4{column-gap:1.5rem !important;}.column-gap-ix750-4h{column-gap:2.25rem !important;}.column-gap-ix750-5{column-gap:3rem !important;}.column-gap-ix750-5h{column-gap:3.5rem !important;}.column-gap-ix750-6{column-gap:4.5rem !important;}.column-gap-ix750-7{column-gap:6rem !important;}.column-gap-ix750-8{column-gap:7.5rem !important;}.column-gap-ix750-9{column-gap:9rem !important;}.column-gap-ix750-10{column-gap:10.5rem !important;}.column-gap-ix750-11{column-gap:12rem !important;}.column-gap-ix750-12{column-gap:13.5rem !important;}.text-ix750-start{text-align:left !important;}.text-ix750-end{text-align:right !important;}.text-ix750-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-1{margin:0.25rem !important;}.m-md-1h{margin:0.35rem !important;}.m-md-2{margin:0.5rem !important;}.m-md-2h{margin:0.75rem !important;}.m-md-3{margin:1rem !important;}.m-md-4{margin:1.5rem !important;}.m-md-4h{margin:2.25rem !important;}.m-md-5{margin:3rem !important;}.m-md-5h{margin:3.5rem !important;}.m-md-6{margin:4.5rem !important;}.m-md-7{margin:6rem !important;}.m-md-8{margin:7.5rem !important;}.m-md-9{margin:9rem !important;}.m-md-10{margin:10.5rem !important;}.m-md-11{margin:12rem !important;}.m-md-12{margin:13.5rem !important;}.m-md-auto{margin:auto !important;}.mx-md-0{margin-right:0 !important;margin-left:0 !important;}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-md-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-md-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-md-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-md-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-md-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-md-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-md-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-md-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-md-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-md-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-md-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-md-auto{margin-right:auto !important;margin-left:auto !important;}.my-md-0{margin-top:0 !important;margin-bottom:0 !important;}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-md-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-md-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-md-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-md-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-md-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-md-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-md-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-md-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-md-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-md-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-md-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-md-0{margin-top:0 !important;}.mt-md-1{margin-top:0.25rem !important;}.mt-md-1h{margin-top:0.35rem !important;}.mt-md-2{margin-top:0.5rem !important;}.mt-md-2h{margin-top:0.75rem !important;}.mt-md-3{margin-top:1rem !important;}.mt-md-4{margin-top:1.5rem !important;}.mt-md-4h{margin-top:2.25rem !important;}.mt-md-5{margin-top:3rem !important;}.mt-md-5h{margin-top:3.5rem !important;}.mt-md-6{margin-top:4.5rem !important;}.mt-md-7{margin-top:6rem !important;}.mt-md-8{margin-top:7.5rem !important;}.mt-md-9{margin-top:9rem !important;}.mt-md-10{margin-top:10.5rem !important;}.mt-md-11{margin-top:12rem !important;}.mt-md-12{margin-top:13.5rem !important;}.mt-md-auto{margin-top:auto !important;}.me-md-0{margin-right:0 !important;}.me-md-1{margin-right:0.25rem !important;}.me-md-1h{margin-right:0.35rem !important;}.me-md-2{margin-right:0.5rem !important;}.me-md-2h{margin-right:0.75rem !important;}.me-md-3{margin-right:1rem !important;}.me-md-4{margin-right:1.5rem !important;}.me-md-4h{margin-right:2.25rem !important;}.me-md-5{margin-right:3rem !important;}.me-md-5h{margin-right:3.5rem !important;}.me-md-6{margin-right:4.5rem !important;}.me-md-7{margin-right:6rem !important;}.me-md-8{margin-right:7.5rem !important;}.me-md-9{margin-right:9rem !important;}.me-md-10{margin-right:10.5rem !important;}.me-md-11{margin-right:12rem !important;}.me-md-12{margin-right:13.5rem !important;}.me-md-auto{margin-right:auto !important;}.mb-md-0{margin-bottom:0 !important;}.mb-md-1{margin-bottom:0.25rem !important;}.mb-md-1h{margin-bottom:0.35rem !important;}.mb-md-2{margin-bottom:0.5rem !important;}.mb-md-2h{margin-bottom:0.75rem !important;}.mb-md-3{margin-bottom:1rem !important;}.mb-md-4{margin-bottom:1.5rem !important;}.mb-md-4h{margin-bottom:2.25rem !important;}.mb-md-5{margin-bottom:3rem !important;}.mb-md-5h{margin-bottom:3.5rem !important;}.mb-md-6{margin-bottom:4.5rem !important;}.mb-md-7{margin-bottom:6rem !important;}.mb-md-8{margin-bottom:7.5rem !important;}.mb-md-9{margin-bottom:9rem !important;}.mb-md-10{margin-bottom:10.5rem !important;}.mb-md-11{margin-bottom:12rem !important;}.mb-md-12{margin-bottom:13.5rem !important;}.mb-md-auto{margin-bottom:auto !important;}.ms-md-0{margin-left:0 !important;}.ms-md-1{margin-left:0.25rem !important;}.ms-md-1h{margin-left:0.35rem !important;}.ms-md-2{margin-left:0.5rem !important;}.ms-md-2h{margin-left:0.75rem !important;}.ms-md-3{margin-left:1rem !important;}.ms-md-4{margin-left:1.5rem !important;}.ms-md-4h{margin-left:2.25rem !important;}.ms-md-5{margin-left:3rem !important;}.ms-md-5h{margin-left:3.5rem !important;}.ms-md-6{margin-left:4.5rem !important;}.ms-md-7{margin-left:6rem !important;}.ms-md-8{margin-left:7.5rem !important;}.ms-md-9{margin-left:9rem !important;}.ms-md-10{margin-left:10.5rem !important;}.ms-md-11{margin-left:12rem !important;}.ms-md-12{margin-left:13.5rem !important;}.ms-md-auto{margin-left:auto !important;}.m-md-n1{margin:-0.25rem !important;}.m-md-n1h{margin:-0.35rem !important;}.m-md-n2{margin:-0.5rem !important;}.m-md-n2h{margin:-0.75rem !important;}.m-md-n3{margin:-1rem !important;}.m-md-n4{margin:-1.5rem !important;}.m-md-n4h{margin:-2.25rem !important;}.m-md-n5{margin:-3rem !important;}.m-md-n5h{margin:-3.5rem !important;}.m-md-n6{margin:-4.5rem !important;}.m-md-n7{margin:-6rem !important;}.m-md-n8{margin:-7.5rem !important;}.m-md-n9{margin:-9rem !important;}.m-md-n10{margin:-10.5rem !important;}.m-md-n11{margin:-12rem !important;}.m-md-n12{margin:-13.5rem !important;}.mx-md-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-md-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-md-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-md-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-md-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-md-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-md-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-md-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-md-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-md-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-md-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-md-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-md-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-md-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-md-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-md-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-md-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-md-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-md-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-md-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-md-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-md-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-md-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-md-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-md-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-md-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-md-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-md-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-md-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-md-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-md-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-md-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-md-n1{margin-top:-0.25rem !important;}.mt-md-n1h{margin-top:-0.35rem !important;}.mt-md-n2{margin-top:-0.5rem !important;}.mt-md-n2h{margin-top:-0.75rem !important;}.mt-md-n3{margin-top:-1rem !important;}.mt-md-n4{margin-top:-1.5rem !important;}.mt-md-n4h{margin-top:-2.25rem !important;}.mt-md-n5{margin-top:-3rem !important;}.mt-md-n5h{margin-top:-3.5rem !important;}.mt-md-n6{margin-top:-4.5rem !important;}.mt-md-n7{margin-top:-6rem !important;}.mt-md-n8{margin-top:-7.5rem !important;}.mt-md-n9{margin-top:-9rem !important;}.mt-md-n10{margin-top:-10.5rem !important;}.mt-md-n11{margin-top:-12rem !important;}.mt-md-n12{margin-top:-13.5rem !important;}.me-md-n1{margin-right:-0.25rem !important;}.me-md-n1h{margin-right:-0.35rem !important;}.me-md-n2{margin-right:-0.5rem !important;}.me-md-n2h{margin-right:-0.75rem !important;}.me-md-n3{margin-right:-1rem !important;}.me-md-n4{margin-right:-1.5rem !important;}.me-md-n4h{margin-right:-2.25rem !important;}.me-md-n5{margin-right:-3rem !important;}.me-md-n5h{margin-right:-3.5rem !important;}.me-md-n6{margin-right:-4.5rem !important;}.me-md-n7{margin-right:-6rem !important;}.me-md-n8{margin-right:-7.5rem !important;}.me-md-n9{margin-right:-9rem !important;}.me-md-n10{margin-right:-10.5rem !important;}.me-md-n11{margin-right:-12rem !important;}.me-md-n12{margin-right:-13.5rem !important;}.mb-md-n1{margin-bottom:-0.25rem !important;}.mb-md-n1h{margin-bottom:-0.35rem !important;}.mb-md-n2{margin-bottom:-0.5rem !important;}.mb-md-n2h{margin-bottom:-0.75rem !important;}.mb-md-n3{margin-bottom:-1rem !important;}.mb-md-n4{margin-bottom:-1.5rem !important;}.mb-md-n4h{margin-bottom:-2.25rem !important;}.mb-md-n5{margin-bottom:-3rem !important;}.mb-md-n5h{margin-bottom:-3.5rem !important;}.mb-md-n6{margin-bottom:-4.5rem !important;}.mb-md-n7{margin-bottom:-6rem !important;}.mb-md-n8{margin-bottom:-7.5rem !important;}.mb-md-n9{margin-bottom:-9rem !important;}.mb-md-n10{margin-bottom:-10.5rem !important;}.mb-md-n11{margin-bottom:-12rem !important;}.mb-md-n12{margin-bottom:-13.5rem !important;}.ms-md-n1{margin-left:-0.25rem !important;}.ms-md-n1h{margin-left:-0.35rem !important;}.ms-md-n2{margin-left:-0.5rem !important;}.ms-md-n2h{margin-left:-0.75rem !important;}.ms-md-n3{margin-left:-1rem !important;}.ms-md-n4{margin-left:-1.5rem !important;}.ms-md-n4h{margin-left:-2.25rem !important;}.ms-md-n5{margin-left:-3rem !important;}.ms-md-n5h{margin-left:-3.5rem !important;}.ms-md-n6{margin-left:-4.5rem !important;}.ms-md-n7{margin-left:-6rem !important;}.ms-md-n8{margin-left:-7.5rem !important;}.ms-md-n9{margin-left:-9rem !important;}.ms-md-n10{margin-left:-10.5rem !important;}.ms-md-n11{margin-left:-12rem !important;}.ms-md-n12{margin-left:-13.5rem !important;}.p-md-0{padding:0 !important;}.p-md-1{padding:0.25rem !important;}.p-md-1h{padding:0.35rem !important;}.p-md-2{padding:0.5rem !important;}.p-md-2h{padding:0.75rem !important;}.p-md-3{padding:1rem !important;}.p-md-4{padding:1.5rem !important;}.p-md-4h{padding:2.25rem !important;}.p-md-5{padding:3rem !important;}.p-md-5h{padding:3.5rem !important;}.p-md-6{padding:4.5rem !important;}.p-md-7{padding:6rem !important;}.p-md-8{padding:7.5rem !important;}.p-md-9{padding:9rem !important;}.p-md-10{padding:10.5rem !important;}.p-md-11{padding:12rem !important;}.p-md-12{padding:13.5rem !important;}.px-md-0{padding-right:0 !important;padding-left:0 !important;}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-md-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-md-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-md-3{padding-right:1rem !important;padding-left:1rem !important;}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-md-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-md-5{padding-right:3rem !important;padding-left:3rem !important;}.px-md-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-md-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-md-7{padding-right:6rem !important;padding-left:6rem !important;}.px-md-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-md-9{padding-right:9rem !important;padding-left:9rem !important;}.px-md-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-md-11{padding-right:12rem !important;padding-left:12rem !important;}.px-md-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-md-0{padding-top:0 !important;padding-bottom:0 !important;}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-md-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-md-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-md-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-md-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-md-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-md-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-md-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-md-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-md-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-md-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-md-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-md-0{padding-top:0 !important;}.pt-md-1{padding-top:0.25rem !important;}.pt-md-1h{padding-top:0.35rem !important;}.pt-md-2{padding-top:0.5rem !important;}.pt-md-2h{padding-top:0.75rem !important;}.pt-md-3{padding-top:1rem !important;}.pt-md-4{padding-top:1.5rem !important;}.pt-md-4h{padding-top:2.25rem !important;}.pt-md-5{padding-top:3rem !important;}.pt-md-5h{padding-top:3.5rem !important;}.pt-md-6{padding-top:4.5rem !important;}.pt-md-7{padding-top:6rem !important;}.pt-md-8{padding-top:7.5rem !important;}.pt-md-9{padding-top:9rem !important;}.pt-md-10{padding-top:10.5rem !important;}.pt-md-11{padding-top:12rem !important;}.pt-md-12{padding-top:13.5rem !important;}.pe-md-0{padding-right:0 !important;}.pe-md-1{padding-right:0.25rem !important;}.pe-md-1h{padding-right:0.35rem !important;}.pe-md-2{padding-right:0.5rem !important;}.pe-md-2h{padding-right:0.75rem !important;}.pe-md-3{padding-right:1rem !important;}.pe-md-4{padding-right:1.5rem !important;}.pe-md-4h{padding-right:2.25rem !important;}.pe-md-5{padding-right:3rem !important;}.pe-md-5h{padding-right:3.5rem !important;}.pe-md-6{padding-right:4.5rem !important;}.pe-md-7{padding-right:6rem !important;}.pe-md-8{padding-right:7.5rem !important;}.pe-md-9{padding-right:9rem !important;}.pe-md-10{padding-right:10.5rem !important;}.pe-md-11{padding-right:12rem !important;}.pe-md-12{padding-right:13.5rem !important;}.pb-md-0{padding-bottom:0 !important;}.pb-md-1{padding-bottom:0.25rem !important;}.pb-md-1h{padding-bottom:0.35rem !important;}.pb-md-2{padding-bottom:0.5rem !important;}.pb-md-2h{padding-bottom:0.75rem !important;}.pb-md-3{padding-bottom:1rem !important;}.pb-md-4{padding-bottom:1.5rem !important;}.pb-md-4h{padding-bottom:2.25rem !important;}.pb-md-5{padding-bottom:3rem !important;}.pb-md-5h{padding-bottom:3.5rem !important;}.pb-md-6{padding-bottom:4.5rem !important;}.pb-md-7{padding-bottom:6rem !important;}.pb-md-8{padding-bottom:7.5rem !important;}.pb-md-9{padding-bottom:9rem !important;}.pb-md-10{padding-bottom:10.5rem !important;}.pb-md-11{padding-bottom:12rem !important;}.pb-md-12{padding-bottom:13.5rem !important;}.ps-md-0{padding-left:0 !important;}.ps-md-1{padding-left:0.25rem !important;}.ps-md-1h{padding-left:0.35rem !important;}.ps-md-2{padding-left:0.5rem !important;}.ps-md-2h{padding-left:0.75rem !important;}.ps-md-3{padding-left:1rem !important;}.ps-md-4{padding-left:1.5rem !important;}.ps-md-4h{padding-left:2.25rem !important;}.ps-md-5{padding-left:3rem !important;}.ps-md-5h{padding-left:3.5rem !important;}.ps-md-6{padding-left:4.5rem !important;}.ps-md-7{padding-left:6rem !important;}.ps-md-8{padding-left:7.5rem !important;}.ps-md-9{padding-left:9rem !important;}.ps-md-10{padding-left:10.5rem !important;}.ps-md-11{padding-left:12rem !important;}.ps-md-12{padding-left:13.5rem !important;}.gap-md-0{gap:0 !important;}.gap-md-1{gap:0.25rem !important;}.gap-md-1h{gap:0.35rem !important;}.gap-md-2{gap:0.5rem !important;}.gap-md-2h{gap:0.75rem !important;}.gap-md-3{gap:1rem !important;}.gap-md-4{gap:1.5rem !important;}.gap-md-4h{gap:2.25rem !important;}.gap-md-5{gap:3rem !important;}.gap-md-5h{gap:3.5rem !important;}.gap-md-6{gap:4.5rem !important;}.gap-md-7{gap:6rem !important;}.gap-md-8{gap:7.5rem !important;}.gap-md-9{gap:9rem !important;}.gap-md-10{gap:10.5rem !important;}.gap-md-11{gap:12rem !important;}.gap-md-12{gap:13.5rem !important;}.row-gap-md-0{row-gap:0 !important;}.row-gap-md-1{row-gap:0.25rem !important;}.row-gap-md-1h{row-gap:0.35rem !important;}.row-gap-md-2{row-gap:0.5rem !important;}.row-gap-md-2h{row-gap:0.75rem !important;}.row-gap-md-3{row-gap:1rem !important;}.row-gap-md-4{row-gap:1.5rem !important;}.row-gap-md-4h{row-gap:2.25rem !important;}.row-gap-md-5{row-gap:3rem !important;}.row-gap-md-5h{row-gap:3.5rem !important;}.row-gap-md-6{row-gap:4.5rem !important;}.row-gap-md-7{row-gap:6rem !important;}.row-gap-md-8{row-gap:7.5rem !important;}.row-gap-md-9{row-gap:9rem !important;}.row-gap-md-10{row-gap:10.5rem !important;}.row-gap-md-11{row-gap:12rem !important;}.row-gap-md-12{row-gap:13.5rem !important;}.column-gap-md-0{column-gap:0 !important;}.column-gap-md-1{column-gap:0.25rem !important;}.column-gap-md-1h{column-gap:0.35rem !important;}.column-gap-md-2{column-gap:0.5rem !important;}.column-gap-md-2h{column-gap:0.75rem !important;}.column-gap-md-3{column-gap:1rem !important;}.column-gap-md-4{column-gap:1.5rem !important;}.column-gap-md-4h{column-gap:2.25rem !important;}.column-gap-md-5{column-gap:3rem !important;}.column-gap-md-5h{column-gap:3.5rem !important;}.column-gap-md-6{column-gap:4.5rem !important;}.column-gap-md-7{column-gap:6rem !important;}.column-gap-md-8{column-gap:7.5rem !important;}.column-gap-md-9{column-gap:9rem !important;}.column-gap-md-10{column-gap:10.5rem !important;}.column-gap-md-11{column-gap:12rem !important;}.column-gap-md-12{column-gap:13.5rem !important;}.text-md-start{text-align:left !important;}.text-md-end{text-align:right !important;}.text-md-center{text-align:center !important;}}@media (min-width:850px){.float-ix850-start{float:left !important;}.float-ix850-end{float:right !important;}.float-ix850-none{float:none !important;}.object-fit-ix850-contain{object-fit:contain !important;}.object-fit-ix850-cover{object-fit:cover !important;}.object-fit-ix850-fill{object-fit:fill !important;}.object-fit-ix850-scale{object-fit:scale-down !important;}.object-fit-ix850-none{object-fit:none !important;}.d-ix850-inline{display:inline !important;}.d-ix850-inline-block{display:inline-block !important;}.d-ix850-block{display:block !important;}.d-ix850-grid{display:grid !important;}.d-ix850-inline-grid{display:inline-grid !important;}.d-ix850-table{display:table !important;}.d-ix850-table-row{display:table-row !important;}.d-ix850-table-cell{display:table-cell !important;}.d-ix850-flex{display:flex !important;}.d-ix850-inline-flex{display:inline-flex !important;}.d-ix850-none{display:none !important;}.flex-ix850-fill{flex:1 1 auto !important;}.flex-ix850-row{flex-direction:row !important;}.flex-ix850-column{flex-direction:column !important;}.flex-ix850-row-reverse{flex-direction:row-reverse !important;}.flex-ix850-column-reverse{flex-direction:column-reverse !important;}.flex-ix850-grow-0{flex-grow:0 !important;}.flex-ix850-grow-1{flex-grow:1 !important;}.flex-ix850-shrink-0{flex-shrink:0 !important;}.flex-ix850-shrink-1{flex-shrink:1 !important;}.flex-ix850-wrap{flex-wrap:wrap !important;}.flex-ix850-nowrap{flex-wrap:nowrap !important;}.flex-ix850-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-ix850-start{justify-content:flex-start !important;}.justify-content-ix850-end{justify-content:flex-end !important;}.justify-content-ix850-center{justify-content:center !important;}.justify-content-ix850-between{justify-content:space-between !important;}.justify-content-ix850-around{justify-content:space-around !important;}.justify-content-ix850-evenly{justify-content:space-evenly !important;}.align-items-ix850-start{align-items:flex-start !important;}.align-items-ix850-end{align-items:flex-end !important;}.align-items-ix850-center{align-items:center !important;}.align-items-ix850-baseline{align-items:baseline !important;}.align-items-ix850-stretch{align-items:stretch !important;}.align-content-ix850-start{align-content:flex-start !important;}.align-content-ix850-end{align-content:flex-end !important;}.align-content-ix850-center{align-content:center !important;}.align-content-ix850-between{align-content:space-between !important;}.align-content-ix850-around{align-content:space-around !important;}.align-content-ix850-stretch{align-content:stretch !important;}.align-self-ix850-auto{align-self:auto !important;}.align-self-ix850-start{align-self:flex-start !important;}.align-self-ix850-end{align-self:flex-end !important;}.align-self-ix850-center{align-self:center !important;}.align-self-ix850-baseline{align-self:baseline !important;}.align-self-ix850-stretch{align-self:stretch !important;}.order-ix850-first{order:-1 !important;}.order-ix850-0{order:0 !important;}.order-ix850-1{order:1 !important;}.order-ix850-2{order:2 !important;}.order-ix850-3{order:3 !important;}.order-ix850-4{order:4 !important;}.order-ix850-5{order:5 !important;}.order-ix850-last{order:6 !important;}.m-ix850-0{margin:0 !important;}.m-ix850-1{margin:0.25rem !important;}.m-ix850-1h{margin:0.35rem !important;}.m-ix850-2{margin:0.5rem !important;}.m-ix850-2h{margin:0.75rem !important;}.m-ix850-3{margin:1rem !important;}.m-ix850-4{margin:1.5rem !important;}.m-ix850-4h{margin:2.25rem !important;}.m-ix850-5{margin:3rem !important;}.m-ix850-5h{margin:3.5rem !important;}.m-ix850-6{margin:4.5rem !important;}.m-ix850-7{margin:6rem !important;}.m-ix850-8{margin:7.5rem !important;}.m-ix850-9{margin:9rem !important;}.m-ix850-10{margin:10.5rem !important;}.m-ix850-11{margin:12rem !important;}.m-ix850-12{margin:13.5rem !important;}.m-ix850-auto{margin:auto !important;}.mx-ix850-0{margin-right:0 !important;margin-left:0 !important;}.mx-ix850-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-ix850-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-ix850-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-ix850-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-ix850-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-ix850-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-ix850-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-ix850-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-ix850-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-ix850-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-ix850-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-ix850-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-ix850-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-ix850-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-ix850-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-ix850-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-ix850-auto{margin-right:auto !important;margin-left:auto !important;}.my-ix850-0{margin-top:0 !important;margin-bottom:0 !important;}.my-ix850-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-ix850-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-ix850-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-ix850-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-ix850-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-ix850-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-ix850-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-ix850-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-ix850-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-ix850-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-ix850-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-ix850-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-ix850-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-ix850-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-ix850-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-ix850-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-ix850-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-ix850-0{margin-top:0 !important;}.mt-ix850-1{margin-top:0.25rem !important;}.mt-ix850-1h{margin-top:0.35rem !important;}.mt-ix850-2{margin-top:0.5rem !important;}.mt-ix850-2h{margin-top:0.75rem !important;}.mt-ix850-3{margin-top:1rem !important;}.mt-ix850-4{margin-top:1.5rem !important;}.mt-ix850-4h{margin-top:2.25rem !important;}.mt-ix850-5{margin-top:3rem !important;}.mt-ix850-5h{margin-top:3.5rem !important;}.mt-ix850-6{margin-top:4.5rem !important;}.mt-ix850-7{margin-top:6rem !important;}.mt-ix850-8{margin-top:7.5rem !important;}.mt-ix850-9{margin-top:9rem !important;}.mt-ix850-10{margin-top:10.5rem !important;}.mt-ix850-11{margin-top:12rem !important;}.mt-ix850-12{margin-top:13.5rem !important;}.mt-ix850-auto{margin-top:auto !important;}.me-ix850-0{margin-right:0 !important;}.me-ix850-1{margin-right:0.25rem !important;}.me-ix850-1h{margin-right:0.35rem !important;}.me-ix850-2{margin-right:0.5rem !important;}.me-ix850-2h{margin-right:0.75rem !important;}.me-ix850-3{margin-right:1rem !important;}.me-ix850-4{margin-right:1.5rem !important;}.me-ix850-4h{margin-right:2.25rem !important;}.me-ix850-5{margin-right:3rem !important;}.me-ix850-5h{margin-right:3.5rem !important;}.me-ix850-6{margin-right:4.5rem !important;}.me-ix850-7{margin-right:6rem !important;}.me-ix850-8{margin-right:7.5rem !important;}.me-ix850-9{margin-right:9rem !important;}.me-ix850-10{margin-right:10.5rem !important;}.me-ix850-11{margin-right:12rem !important;}.me-ix850-12{margin-right:13.5rem !important;}.me-ix850-auto{margin-right:auto !important;}.mb-ix850-0{margin-bottom:0 !important;}.mb-ix850-1{margin-bottom:0.25rem !important;}.mb-ix850-1h{margin-bottom:0.35rem !important;}.mb-ix850-2{margin-bottom:0.5rem !important;}.mb-ix850-2h{margin-bottom:0.75rem !important;}.mb-ix850-3{margin-bottom:1rem !important;}.mb-ix850-4{margin-bottom:1.5rem !important;}.mb-ix850-4h{margin-bottom:2.25rem !important;}.mb-ix850-5{margin-bottom:3rem !important;}.mb-ix850-5h{margin-bottom:3.5rem !important;}.mb-ix850-6{margin-bottom:4.5rem !important;}.mb-ix850-7{margin-bottom:6rem !important;}.mb-ix850-8{margin-bottom:7.5rem !important;}.mb-ix850-9{margin-bottom:9rem !important;}.mb-ix850-10{margin-bottom:10.5rem !important;}.mb-ix850-11{margin-bottom:12rem !important;}.mb-ix850-12{margin-bottom:13.5rem !important;}.mb-ix850-auto{margin-bottom:auto !important;}.ms-ix850-0{margin-left:0 !important;}.ms-ix850-1{margin-left:0.25rem !important;}.ms-ix850-1h{margin-left:0.35rem !important;}.ms-ix850-2{margin-left:0.5rem !important;}.ms-ix850-2h{margin-left:0.75rem !important;}.ms-ix850-3{margin-left:1rem !important;}.ms-ix850-4{margin-left:1.5rem !important;}.ms-ix850-4h{margin-left:2.25rem !important;}.ms-ix850-5{margin-left:3rem !important;}.ms-ix850-5h{margin-left:3.5rem !important;}.ms-ix850-6{margin-left:4.5rem !important;}.ms-ix850-7{margin-left:6rem !important;}.ms-ix850-8{margin-left:7.5rem !important;}.ms-ix850-9{margin-left:9rem !important;}.ms-ix850-10{margin-left:10.5rem !important;}.ms-ix850-11{margin-left:12rem !important;}.ms-ix850-12{margin-left:13.5rem !important;}.ms-ix850-auto{margin-left:auto !important;}.m-ix850-n1{margin:-0.25rem !important;}.m-ix850-n1h{margin:-0.35rem !important;}.m-ix850-n2{margin:-0.5rem !important;}.m-ix850-n2h{margin:-0.75rem !important;}.m-ix850-n3{margin:-1rem !important;}.m-ix850-n4{margin:-1.5rem !important;}.m-ix850-n4h{margin:-2.25rem !important;}.m-ix850-n5{margin:-3rem !important;}.m-ix850-n5h{margin:-3.5rem !important;}.m-ix850-n6{margin:-4.5rem !important;}.m-ix850-n7{margin:-6rem !important;}.m-ix850-n8{margin:-7.5rem !important;}.m-ix850-n9{margin:-9rem !important;}.m-ix850-n10{margin:-10.5rem !important;}.m-ix850-n11{margin:-12rem !important;}.m-ix850-n12{margin:-13.5rem !important;}.mx-ix850-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-ix850-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-ix850-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-ix850-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-ix850-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-ix850-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-ix850-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-ix850-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-ix850-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-ix850-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-ix850-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-ix850-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-ix850-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-ix850-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-ix850-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-ix850-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-ix850-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-ix850-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-ix850-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-ix850-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-ix850-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-ix850-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-ix850-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-ix850-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-ix850-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-ix850-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-ix850-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-ix850-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-ix850-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-ix850-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-ix850-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-ix850-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-ix850-n1{margin-top:-0.25rem !important;}.mt-ix850-n1h{margin-top:-0.35rem !important;}.mt-ix850-n2{margin-top:-0.5rem !important;}.mt-ix850-n2h{margin-top:-0.75rem !important;}.mt-ix850-n3{margin-top:-1rem !important;}.mt-ix850-n4{margin-top:-1.5rem !important;}.mt-ix850-n4h{margin-top:-2.25rem !important;}.mt-ix850-n5{margin-top:-3rem !important;}.mt-ix850-n5h{margin-top:-3.5rem !important;}.mt-ix850-n6{margin-top:-4.5rem !important;}.mt-ix850-n7{margin-top:-6rem !important;}.mt-ix850-n8{margin-top:-7.5rem !important;}.mt-ix850-n9{margin-top:-9rem !important;}.mt-ix850-n10{margin-top:-10.5rem !important;}.mt-ix850-n11{margin-top:-12rem !important;}.mt-ix850-n12{margin-top:-13.5rem !important;}.me-ix850-n1{margin-right:-0.25rem !important;}.me-ix850-n1h{margin-right:-0.35rem !important;}.me-ix850-n2{margin-right:-0.5rem !important;}.me-ix850-n2h{margin-right:-0.75rem !important;}.me-ix850-n3{margin-right:-1rem !important;}.me-ix850-n4{margin-right:-1.5rem !important;}.me-ix850-n4h{margin-right:-2.25rem !important;}.me-ix850-n5{margin-right:-3rem !important;}.me-ix850-n5h{margin-right:-3.5rem !important;}.me-ix850-n6{margin-right:-4.5rem !important;}.me-ix850-n7{margin-right:-6rem !important;}.me-ix850-n8{margin-right:-7.5rem !important;}.me-ix850-n9{margin-right:-9rem !important;}.me-ix850-n10{margin-right:-10.5rem !important;}.me-ix850-n11{margin-right:-12rem !important;}.me-ix850-n12{margin-right:-13.5rem !important;}.mb-ix850-n1{margin-bottom:-0.25rem !important;}.mb-ix850-n1h{margin-bottom:-0.35rem !important;}.mb-ix850-n2{margin-bottom:-0.5rem !important;}.mb-ix850-n2h{margin-bottom:-0.75rem !important;}.mb-ix850-n3{margin-bottom:-1rem !important;}.mb-ix850-n4{margin-bottom:-1.5rem !important;}.mb-ix850-n4h{margin-bottom:-2.25rem !important;}.mb-ix850-n5{margin-bottom:-3rem !important;}.mb-ix850-n5h{margin-bottom:-3.5rem !important;}.mb-ix850-n6{margin-bottom:-4.5rem !important;}.mb-ix850-n7{margin-bottom:-6rem !important;}.mb-ix850-n8{margin-bottom:-7.5rem !important;}.mb-ix850-n9{margin-bottom:-9rem !important;}.mb-ix850-n10{margin-bottom:-10.5rem !important;}.mb-ix850-n11{margin-bottom:-12rem !important;}.mb-ix850-n12{margin-bottom:-13.5rem !important;}.ms-ix850-n1{margin-left:-0.25rem !important;}.ms-ix850-n1h{margin-left:-0.35rem !important;}.ms-ix850-n2{margin-left:-0.5rem !important;}.ms-ix850-n2h{margin-left:-0.75rem !important;}.ms-ix850-n3{margin-left:-1rem !important;}.ms-ix850-n4{margin-left:-1.5rem !important;}.ms-ix850-n4h{margin-left:-2.25rem !important;}.ms-ix850-n5{margin-left:-3rem !important;}.ms-ix850-n5h{margin-left:-3.5rem !important;}.ms-ix850-n6{margin-left:-4.5rem !important;}.ms-ix850-n7{margin-left:-6rem !important;}.ms-ix850-n8{margin-left:-7.5rem !important;}.ms-ix850-n9{margin-left:-9rem !important;}.ms-ix850-n10{margin-left:-10.5rem !important;}.ms-ix850-n11{margin-left:-12rem !important;}.ms-ix850-n12{margin-left:-13.5rem !important;}.p-ix850-0{padding:0 !important;}.p-ix850-1{padding:0.25rem !important;}.p-ix850-1h{padding:0.35rem !important;}.p-ix850-2{padding:0.5rem !important;}.p-ix850-2h{padding:0.75rem !important;}.p-ix850-3{padding:1rem !important;}.p-ix850-4{padding:1.5rem !important;}.p-ix850-4h{padding:2.25rem !important;}.p-ix850-5{padding:3rem !important;}.p-ix850-5h{padding:3.5rem !important;}.p-ix850-6{padding:4.5rem !important;}.p-ix850-7{padding:6rem !important;}.p-ix850-8{padding:7.5rem !important;}.p-ix850-9{padding:9rem !important;}.p-ix850-10{padding:10.5rem !important;}.p-ix850-11{padding:12rem !important;}.p-ix850-12{padding:13.5rem !important;}.px-ix850-0{padding-right:0 !important;padding-left:0 !important;}.px-ix850-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-ix850-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-ix850-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-ix850-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-ix850-3{padding-right:1rem !important;padding-left:1rem !important;}.px-ix850-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-ix850-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-ix850-5{padding-right:3rem !important;padding-left:3rem !important;}.px-ix850-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-ix850-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-ix850-7{padding-right:6rem !important;padding-left:6rem !important;}.px-ix850-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-ix850-9{padding-right:9rem !important;padding-left:9rem !important;}.px-ix850-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-ix850-11{padding-right:12rem !important;padding-left:12rem !important;}.px-ix850-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-ix850-0{padding-top:0 !important;padding-bottom:0 !important;}.py-ix850-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-ix850-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-ix850-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-ix850-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-ix850-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-ix850-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-ix850-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-ix850-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-ix850-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-ix850-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-ix850-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-ix850-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-ix850-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-ix850-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-ix850-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-ix850-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-ix850-0{padding-top:0 !important;}.pt-ix850-1{padding-top:0.25rem !important;}.pt-ix850-1h{padding-top:0.35rem !important;}.pt-ix850-2{padding-top:0.5rem !important;}.pt-ix850-2h{padding-top:0.75rem !important;}.pt-ix850-3{padding-top:1rem !important;}.pt-ix850-4{padding-top:1.5rem !important;}.pt-ix850-4h{padding-top:2.25rem !important;}.pt-ix850-5{padding-top:3rem !important;}.pt-ix850-5h{padding-top:3.5rem !important;}.pt-ix850-6{padding-top:4.5rem !important;}.pt-ix850-7{padding-top:6rem !important;}.pt-ix850-8{padding-top:7.5rem !important;}.pt-ix850-9{padding-top:9rem !important;}.pt-ix850-10{padding-top:10.5rem !important;}.pt-ix850-11{padding-top:12rem !important;}.pt-ix850-12{padding-top:13.5rem !important;}.pe-ix850-0{padding-right:0 !important;}.pe-ix850-1{padding-right:0.25rem !important;}.pe-ix850-1h{padding-right:0.35rem !important;}.pe-ix850-2{padding-right:0.5rem !important;}.pe-ix850-2h{padding-right:0.75rem !important;}.pe-ix850-3{padding-right:1rem !important;}.pe-ix850-4{padding-right:1.5rem !important;}.pe-ix850-4h{padding-right:2.25rem !important;}.pe-ix850-5{padding-right:3rem !important;}.pe-ix850-5h{padding-right:3.5rem !important;}.pe-ix850-6{padding-right:4.5rem !important;}.pe-ix850-7{padding-right:6rem !important;}.pe-ix850-8{padding-right:7.5rem !important;}.pe-ix850-9{padding-right:9rem !important;}.pe-ix850-10{padding-right:10.5rem !important;}.pe-ix850-11{padding-right:12rem !important;}.pe-ix850-12{padding-right:13.5rem !important;}.pb-ix850-0{padding-bottom:0 !important;}.pb-ix850-1{padding-bottom:0.25rem !important;}.pb-ix850-1h{padding-bottom:0.35rem !important;}.pb-ix850-2{padding-bottom:0.5rem !important;}.pb-ix850-2h{padding-bottom:0.75rem !important;}.pb-ix850-3{padding-bottom:1rem !important;}.pb-ix850-4{padding-bottom:1.5rem !important;}.pb-ix850-4h{padding-bottom:2.25rem !important;}.pb-ix850-5{padding-bottom:3rem !important;}.pb-ix850-5h{padding-bottom:3.5rem !important;}.pb-ix850-6{padding-bottom:4.5rem !important;}.pb-ix850-7{padding-bottom:6rem !important;}.pb-ix850-8{padding-bottom:7.5rem !important;}.pb-ix850-9{padding-bottom:9rem !important;}.pb-ix850-10{padding-bottom:10.5rem !important;}.pb-ix850-11{padding-bottom:12rem !important;}.pb-ix850-12{padding-bottom:13.5rem !important;}.ps-ix850-0{padding-left:0 !important;}.ps-ix850-1{padding-left:0.25rem !important;}.ps-ix850-1h{padding-left:0.35rem !important;}.ps-ix850-2{padding-left:0.5rem !important;}.ps-ix850-2h{padding-left:0.75rem !important;}.ps-ix850-3{padding-left:1rem !important;}.ps-ix850-4{padding-left:1.5rem !important;}.ps-ix850-4h{padding-left:2.25rem !important;}.ps-ix850-5{padding-left:3rem !important;}.ps-ix850-5h{padding-left:3.5rem !important;}.ps-ix850-6{padding-left:4.5rem !important;}.ps-ix850-7{padding-left:6rem !important;}.ps-ix850-8{padding-left:7.5rem !important;}.ps-ix850-9{padding-left:9rem !important;}.ps-ix850-10{padding-left:10.5rem !important;}.ps-ix850-11{padding-left:12rem !important;}.ps-ix850-12{padding-left:13.5rem !important;}.gap-ix850-0{gap:0 !important;}.gap-ix850-1{gap:0.25rem !important;}.gap-ix850-1h{gap:0.35rem !important;}.gap-ix850-2{gap:0.5rem !important;}.gap-ix850-2h{gap:0.75rem !important;}.gap-ix850-3{gap:1rem !important;}.gap-ix850-4{gap:1.5rem !important;}.gap-ix850-4h{gap:2.25rem !important;}.gap-ix850-5{gap:3rem !important;}.gap-ix850-5h{gap:3.5rem !important;}.gap-ix850-6{gap:4.5rem !important;}.gap-ix850-7{gap:6rem !important;}.gap-ix850-8{gap:7.5rem !important;}.gap-ix850-9{gap:9rem !important;}.gap-ix850-10{gap:10.5rem !important;}.gap-ix850-11{gap:12rem !important;}.gap-ix850-12{gap:13.5rem !important;}.row-gap-ix850-0{row-gap:0 !important;}.row-gap-ix850-1{row-gap:0.25rem !important;}.row-gap-ix850-1h{row-gap:0.35rem !important;}.row-gap-ix850-2{row-gap:0.5rem !important;}.row-gap-ix850-2h{row-gap:0.75rem !important;}.row-gap-ix850-3{row-gap:1rem !important;}.row-gap-ix850-4{row-gap:1.5rem !important;}.row-gap-ix850-4h{row-gap:2.25rem !important;}.row-gap-ix850-5{row-gap:3rem !important;}.row-gap-ix850-5h{row-gap:3.5rem !important;}.row-gap-ix850-6{row-gap:4.5rem !important;}.row-gap-ix850-7{row-gap:6rem !important;}.row-gap-ix850-8{row-gap:7.5rem !important;}.row-gap-ix850-9{row-gap:9rem !important;}.row-gap-ix850-10{row-gap:10.5rem !important;}.row-gap-ix850-11{row-gap:12rem !important;}.row-gap-ix850-12{row-gap:13.5rem !important;}.column-gap-ix850-0{column-gap:0 !important;}.column-gap-ix850-1{column-gap:0.25rem !important;}.column-gap-ix850-1h{column-gap:0.35rem !important;}.column-gap-ix850-2{column-gap:0.5rem !important;}.column-gap-ix850-2h{column-gap:0.75rem !important;}.column-gap-ix850-3{column-gap:1rem !important;}.column-gap-ix850-4{column-gap:1.5rem !important;}.column-gap-ix850-4h{column-gap:2.25rem !important;}.column-gap-ix850-5{column-gap:3rem !important;}.column-gap-ix850-5h{column-gap:3.5rem !important;}.column-gap-ix850-6{column-gap:4.5rem !important;}.column-gap-ix850-7{column-gap:6rem !important;}.column-gap-ix850-8{column-gap:7.5rem !important;}.column-gap-ix850-9{column-gap:9rem !important;}.column-gap-ix850-10{column-gap:10.5rem !important;}.column-gap-ix850-11{column-gap:12rem !important;}.column-gap-ix850-12{column-gap:13.5rem !important;}.text-ix850-start{text-align:left !important;}.text-ix850-end{text-align:right !important;}.text-ix850-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-1{margin:0.25rem !important;}.m-lg-1h{margin:0.35rem !important;}.m-lg-2{margin:0.5rem !important;}.m-lg-2h{margin:0.75rem !important;}.m-lg-3{margin:1rem !important;}.m-lg-4{margin:1.5rem !important;}.m-lg-4h{margin:2.25rem !important;}.m-lg-5{margin:3rem !important;}.m-lg-5h{margin:3.5rem !important;}.m-lg-6{margin:4.5rem !important;}.m-lg-7{margin:6rem !important;}.m-lg-8{margin:7.5rem !important;}.m-lg-9{margin:9rem !important;}.m-lg-10{margin:10.5rem !important;}.m-lg-11{margin:12rem !important;}.m-lg-12{margin:13.5rem !important;}.m-lg-auto{margin:auto !important;}.mx-lg-0{margin-right:0 !important;margin-left:0 !important;}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-lg-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-lg-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-lg-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-lg-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-lg-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-lg-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-lg-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-lg-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-lg-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-lg-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-lg-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important;}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important;}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-lg-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-lg-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-lg-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-lg-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-lg-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-lg-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-lg-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-lg-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-lg-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-lg-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-lg-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-lg-0{margin-top:0 !important;}.mt-lg-1{margin-top:0.25rem !important;}.mt-lg-1h{margin-top:0.35rem !important;}.mt-lg-2{margin-top:0.5rem !important;}.mt-lg-2h{margin-top:0.75rem !important;}.mt-lg-3{margin-top:1rem !important;}.mt-lg-4{margin-top:1.5rem !important;}.mt-lg-4h{margin-top:2.25rem !important;}.mt-lg-5{margin-top:3rem !important;}.mt-lg-5h{margin-top:3.5rem !important;}.mt-lg-6{margin-top:4.5rem !important;}.mt-lg-7{margin-top:6rem !important;}.mt-lg-8{margin-top:7.5rem !important;}.mt-lg-9{margin-top:9rem !important;}.mt-lg-10{margin-top:10.5rem !important;}.mt-lg-11{margin-top:12rem !important;}.mt-lg-12{margin-top:13.5rem !important;}.mt-lg-auto{margin-top:auto !important;}.me-lg-0{margin-right:0 !important;}.me-lg-1{margin-right:0.25rem !important;}.me-lg-1h{margin-right:0.35rem !important;}.me-lg-2{margin-right:0.5rem !important;}.me-lg-2h{margin-right:0.75rem !important;}.me-lg-3{margin-right:1rem !important;}.me-lg-4{margin-right:1.5rem !important;}.me-lg-4h{margin-right:2.25rem !important;}.me-lg-5{margin-right:3rem !important;}.me-lg-5h{margin-right:3.5rem !important;}.me-lg-6{margin-right:4.5rem !important;}.me-lg-7{margin-right:6rem !important;}.me-lg-8{margin-right:7.5rem !important;}.me-lg-9{margin-right:9rem !important;}.me-lg-10{margin-right:10.5rem !important;}.me-lg-11{margin-right:12rem !important;}.me-lg-12{margin-right:13.5rem !important;}.me-lg-auto{margin-right:auto !important;}.mb-lg-0{margin-bottom:0 !important;}.mb-lg-1{margin-bottom:0.25rem !important;}.mb-lg-1h{margin-bottom:0.35rem !important;}.mb-lg-2{margin-bottom:0.5rem !important;}.mb-lg-2h{margin-bottom:0.75rem !important;}.mb-lg-3{margin-bottom:1rem !important;}.mb-lg-4{margin-bottom:1.5rem !important;}.mb-lg-4h{margin-bottom:2.25rem !important;}.mb-lg-5{margin-bottom:3rem !important;}.mb-lg-5h{margin-bottom:3.5rem !important;}.mb-lg-6{margin-bottom:4.5rem !important;}.mb-lg-7{margin-bottom:6rem !important;}.mb-lg-8{margin-bottom:7.5rem !important;}.mb-lg-9{margin-bottom:9rem !important;}.mb-lg-10{margin-bottom:10.5rem !important;}.mb-lg-11{margin-bottom:12rem !important;}.mb-lg-12{margin-bottom:13.5rem !important;}.mb-lg-auto{margin-bottom:auto !important;}.ms-lg-0{margin-left:0 !important;}.ms-lg-1{margin-left:0.25rem !important;}.ms-lg-1h{margin-left:0.35rem !important;}.ms-lg-2{margin-left:0.5rem !important;}.ms-lg-2h{margin-left:0.75rem !important;}.ms-lg-3{margin-left:1rem !important;}.ms-lg-4{margin-left:1.5rem !important;}.ms-lg-4h{margin-left:2.25rem !important;}.ms-lg-5{margin-left:3rem !important;}.ms-lg-5h{margin-left:3.5rem !important;}.ms-lg-6{margin-left:4.5rem !important;}.ms-lg-7{margin-left:6rem !important;}.ms-lg-8{margin-left:7.5rem !important;}.ms-lg-9{margin-left:9rem !important;}.ms-lg-10{margin-left:10.5rem !important;}.ms-lg-11{margin-left:12rem !important;}.ms-lg-12{margin-left:13.5rem !important;}.ms-lg-auto{margin-left:auto !important;}.m-lg-n1{margin:-0.25rem !important;}.m-lg-n1h{margin:-0.35rem !important;}.m-lg-n2{margin:-0.5rem !important;}.m-lg-n2h{margin:-0.75rem !important;}.m-lg-n3{margin:-1rem !important;}.m-lg-n4{margin:-1.5rem !important;}.m-lg-n4h{margin:-2.25rem !important;}.m-lg-n5{margin:-3rem !important;}.m-lg-n5h{margin:-3.5rem !important;}.m-lg-n6{margin:-4.5rem !important;}.m-lg-n7{margin:-6rem !important;}.m-lg-n8{margin:-7.5rem !important;}.m-lg-n9{margin:-9rem !important;}.m-lg-n10{margin:-10.5rem !important;}.m-lg-n11{margin:-12rem !important;}.m-lg-n12{margin:-13.5rem !important;}.mx-lg-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-lg-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-lg-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-lg-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-lg-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-lg-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-lg-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-lg-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-lg-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-lg-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-lg-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-lg-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-lg-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-lg-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-lg-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-lg-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-lg-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-lg-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-lg-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-lg-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-lg-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-lg-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-lg-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-lg-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-lg-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-lg-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-lg-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-lg-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-lg-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-lg-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-lg-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-lg-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-lg-n1{margin-top:-0.25rem !important;}.mt-lg-n1h{margin-top:-0.35rem !important;}.mt-lg-n2{margin-top:-0.5rem !important;}.mt-lg-n2h{margin-top:-0.75rem !important;}.mt-lg-n3{margin-top:-1rem !important;}.mt-lg-n4{margin-top:-1.5rem !important;}.mt-lg-n4h{margin-top:-2.25rem !important;}.mt-lg-n5{margin-top:-3rem !important;}.mt-lg-n5h{margin-top:-3.5rem !important;}.mt-lg-n6{margin-top:-4.5rem !important;}.mt-lg-n7{margin-top:-6rem !important;}.mt-lg-n8{margin-top:-7.5rem !important;}.mt-lg-n9{margin-top:-9rem !important;}.mt-lg-n10{margin-top:-10.5rem !important;}.mt-lg-n11{margin-top:-12rem !important;}.mt-lg-n12{margin-top:-13.5rem !important;}.me-lg-n1{margin-right:-0.25rem !important;}.me-lg-n1h{margin-right:-0.35rem !important;}.me-lg-n2{margin-right:-0.5rem !important;}.me-lg-n2h{margin-right:-0.75rem !important;}.me-lg-n3{margin-right:-1rem !important;}.me-lg-n4{margin-right:-1.5rem !important;}.me-lg-n4h{margin-right:-2.25rem !important;}.me-lg-n5{margin-right:-3rem !important;}.me-lg-n5h{margin-right:-3.5rem !important;}.me-lg-n6{margin-right:-4.5rem !important;}.me-lg-n7{margin-right:-6rem !important;}.me-lg-n8{margin-right:-7.5rem !important;}.me-lg-n9{margin-right:-9rem !important;}.me-lg-n10{margin-right:-10.5rem !important;}.me-lg-n11{margin-right:-12rem !important;}.me-lg-n12{margin-right:-13.5rem !important;}.mb-lg-n1{margin-bottom:-0.25rem !important;}.mb-lg-n1h{margin-bottom:-0.35rem !important;}.mb-lg-n2{margin-bottom:-0.5rem !important;}.mb-lg-n2h{margin-bottom:-0.75rem !important;}.mb-lg-n3{margin-bottom:-1rem !important;}.mb-lg-n4{margin-bottom:-1.5rem !important;}.mb-lg-n4h{margin-bottom:-2.25rem !important;}.mb-lg-n5{margin-bottom:-3rem !important;}.mb-lg-n5h{margin-bottom:-3.5rem !important;}.mb-lg-n6{margin-bottom:-4.5rem !important;}.mb-lg-n7{margin-bottom:-6rem !important;}.mb-lg-n8{margin-bottom:-7.5rem !important;}.mb-lg-n9{margin-bottom:-9rem !important;}.mb-lg-n10{margin-bottom:-10.5rem !important;}.mb-lg-n11{margin-bottom:-12rem !important;}.mb-lg-n12{margin-bottom:-13.5rem !important;}.ms-lg-n1{margin-left:-0.25rem !important;}.ms-lg-n1h{margin-left:-0.35rem !important;}.ms-lg-n2{margin-left:-0.5rem !important;}.ms-lg-n2h{margin-left:-0.75rem !important;}.ms-lg-n3{margin-left:-1rem !important;}.ms-lg-n4{margin-left:-1.5rem !important;}.ms-lg-n4h{margin-left:-2.25rem !important;}.ms-lg-n5{margin-left:-3rem !important;}.ms-lg-n5h{margin-left:-3.5rem !important;}.ms-lg-n6{margin-left:-4.5rem !important;}.ms-lg-n7{margin-left:-6rem !important;}.ms-lg-n8{margin-left:-7.5rem !important;}.ms-lg-n9{margin-left:-9rem !important;}.ms-lg-n10{margin-left:-10.5rem !important;}.ms-lg-n11{margin-left:-12rem !important;}.ms-lg-n12{margin-left:-13.5rem !important;}.p-lg-0{padding:0 !important;}.p-lg-1{padding:0.25rem !important;}.p-lg-1h{padding:0.35rem !important;}.p-lg-2{padding:0.5rem !important;}.p-lg-2h{padding:0.75rem !important;}.p-lg-3{padding:1rem !important;}.p-lg-4{padding:1.5rem !important;}.p-lg-4h{padding:2.25rem !important;}.p-lg-5{padding:3rem !important;}.p-lg-5h{padding:3.5rem !important;}.p-lg-6{padding:4.5rem !important;}.p-lg-7{padding:6rem !important;}.p-lg-8{padding:7.5rem !important;}.p-lg-9{padding:9rem !important;}.p-lg-10{padding:10.5rem !important;}.p-lg-11{padding:12rem !important;}.p-lg-12{padding:13.5rem !important;}.px-lg-0{padding-right:0 !important;padding-left:0 !important;}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-lg-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-lg-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important;}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-lg-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important;}.px-lg-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-lg-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-lg-7{padding-right:6rem !important;padding-left:6rem !important;}.px-lg-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-lg-9{padding-right:9rem !important;padding-left:9rem !important;}.px-lg-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-lg-11{padding-right:12rem !important;padding-left:12rem !important;}.px-lg-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important;}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-lg-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-lg-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-lg-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-lg-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-lg-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-lg-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-lg-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-lg-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-lg-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-lg-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-lg-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-lg-0{padding-top:0 !important;}.pt-lg-1{padding-top:0.25rem !important;}.pt-lg-1h{padding-top:0.35rem !important;}.pt-lg-2{padding-top:0.5rem !important;}.pt-lg-2h{padding-top:0.75rem !important;}.pt-lg-3{padding-top:1rem !important;}.pt-lg-4{padding-top:1.5rem !important;}.pt-lg-4h{padding-top:2.25rem !important;}.pt-lg-5{padding-top:3rem !important;}.pt-lg-5h{padding-top:3.5rem !important;}.pt-lg-6{padding-top:4.5rem !important;}.pt-lg-7{padding-top:6rem !important;}.pt-lg-8{padding-top:7.5rem !important;}.pt-lg-9{padding-top:9rem !important;}.pt-lg-10{padding-top:10.5rem !important;}.pt-lg-11{padding-top:12rem !important;}.pt-lg-12{padding-top:13.5rem !important;}.pe-lg-0{padding-right:0 !important;}.pe-lg-1{padding-right:0.25rem !important;}.pe-lg-1h{padding-right:0.35rem !important;}.pe-lg-2{padding-right:0.5rem !important;}.pe-lg-2h{padding-right:0.75rem !important;}.pe-lg-3{padding-right:1rem !important;}.pe-lg-4{padding-right:1.5rem !important;}.pe-lg-4h{padding-right:2.25rem !important;}.pe-lg-5{padding-right:3rem !important;}.pe-lg-5h{padding-right:3.5rem !important;}.pe-lg-6{padding-right:4.5rem !important;}.pe-lg-7{padding-right:6rem !important;}.pe-lg-8{padding-right:7.5rem !important;}.pe-lg-9{padding-right:9rem !important;}.pe-lg-10{padding-right:10.5rem !important;}.pe-lg-11{padding-right:12rem !important;}.pe-lg-12{padding-right:13.5rem !important;}.pb-lg-0{padding-bottom:0 !important;}.pb-lg-1{padding-bottom:0.25rem !important;}.pb-lg-1h{padding-bottom:0.35rem !important;}.pb-lg-2{padding-bottom:0.5rem !important;}.pb-lg-2h{padding-bottom:0.75rem !important;}.pb-lg-3{padding-bottom:1rem !important;}.pb-lg-4{padding-bottom:1.5rem !important;}.pb-lg-4h{padding-bottom:2.25rem !important;}.pb-lg-5{padding-bottom:3rem !important;}.pb-lg-5h{padding-bottom:3.5rem !important;}.pb-lg-6{padding-bottom:4.5rem !important;}.pb-lg-7{padding-bottom:6rem !important;}.pb-lg-8{padding-bottom:7.5rem !important;}.pb-lg-9{padding-bottom:9rem !important;}.pb-lg-10{padding-bottom:10.5rem !important;}.pb-lg-11{padding-bottom:12rem !important;}.pb-lg-12{padding-bottom:13.5rem !important;}.ps-lg-0{padding-left:0 !important;}.ps-lg-1{padding-left:0.25rem !important;}.ps-lg-1h{padding-left:0.35rem !important;}.ps-lg-2{padding-left:0.5rem !important;}.ps-lg-2h{padding-left:0.75rem !important;}.ps-lg-3{padding-left:1rem !important;}.ps-lg-4{padding-left:1.5rem !important;}.ps-lg-4h{padding-left:2.25rem !important;}.ps-lg-5{padding-left:3rem !important;}.ps-lg-5h{padding-left:3.5rem !important;}.ps-lg-6{padding-left:4.5rem !important;}.ps-lg-7{padding-left:6rem !important;}.ps-lg-8{padding-left:7.5rem !important;}.ps-lg-9{padding-left:9rem !important;}.ps-lg-10{padding-left:10.5rem !important;}.ps-lg-11{padding-left:12rem !important;}.ps-lg-12{padding-left:13.5rem !important;}.gap-lg-0{gap:0 !important;}.gap-lg-1{gap:0.25rem !important;}.gap-lg-1h{gap:0.35rem !important;}.gap-lg-2{gap:0.5rem !important;}.gap-lg-2h{gap:0.75rem !important;}.gap-lg-3{gap:1rem !important;}.gap-lg-4{gap:1.5rem !important;}.gap-lg-4h{gap:2.25rem !important;}.gap-lg-5{gap:3rem !important;}.gap-lg-5h{gap:3.5rem !important;}.gap-lg-6{gap:4.5rem !important;}.gap-lg-7{gap:6rem !important;}.gap-lg-8{gap:7.5rem !important;}.gap-lg-9{gap:9rem !important;}.gap-lg-10{gap:10.5rem !important;}.gap-lg-11{gap:12rem !important;}.gap-lg-12{gap:13.5rem !important;}.row-gap-lg-0{row-gap:0 !important;}.row-gap-lg-1{row-gap:0.25rem !important;}.row-gap-lg-1h{row-gap:0.35rem !important;}.row-gap-lg-2{row-gap:0.5rem !important;}.row-gap-lg-2h{row-gap:0.75rem !important;}.row-gap-lg-3{row-gap:1rem !important;}.row-gap-lg-4{row-gap:1.5rem !important;}.row-gap-lg-4h{row-gap:2.25rem !important;}.row-gap-lg-5{row-gap:3rem !important;}.row-gap-lg-5h{row-gap:3.5rem !important;}.row-gap-lg-6{row-gap:4.5rem !important;}.row-gap-lg-7{row-gap:6rem !important;}.row-gap-lg-8{row-gap:7.5rem !important;}.row-gap-lg-9{row-gap:9rem !important;}.row-gap-lg-10{row-gap:10.5rem !important;}.row-gap-lg-11{row-gap:12rem !important;}.row-gap-lg-12{row-gap:13.5rem !important;}.column-gap-lg-0{column-gap:0 !important;}.column-gap-lg-1{column-gap:0.25rem !important;}.column-gap-lg-1h{column-gap:0.35rem !important;}.column-gap-lg-2{column-gap:0.5rem !important;}.column-gap-lg-2h{column-gap:0.75rem !important;}.column-gap-lg-3{column-gap:1rem !important;}.column-gap-lg-4{column-gap:1.5rem !important;}.column-gap-lg-4h{column-gap:2.25rem !important;}.column-gap-lg-5{column-gap:3rem !important;}.column-gap-lg-5h{column-gap:3.5rem !important;}.column-gap-lg-6{column-gap:4.5rem !important;}.column-gap-lg-7{column-gap:6rem !important;}.column-gap-lg-8{column-gap:7.5rem !important;}.column-gap-lg-9{column-gap:9rem !important;}.column-gap-lg-10{column-gap:10.5rem !important;}.column-gap-lg-11{column-gap:12rem !important;}.column-gap-lg-12{column-gap:13.5rem !important;}.text-lg-start{text-align:left !important;}.text-lg-end{text-align:right !important;}.text-lg-center{text-align:center !important;}}@media (min-width:1024px){.float-ix1024-start{float:left !important;}.float-ix1024-end{float:right !important;}.float-ix1024-none{float:none !important;}.object-fit-ix1024-contain{object-fit:contain !important;}.object-fit-ix1024-cover{object-fit:cover !important;}.object-fit-ix1024-fill{object-fit:fill !important;}.object-fit-ix1024-scale{object-fit:scale-down !important;}.object-fit-ix1024-none{object-fit:none !important;}.d-ix1024-inline{display:inline !important;}.d-ix1024-inline-block{display:inline-block !important;}.d-ix1024-block{display:block !important;}.d-ix1024-grid{display:grid !important;}.d-ix1024-inline-grid{display:inline-grid !important;}.d-ix1024-table{display:table !important;}.d-ix1024-table-row{display:table-row !important;}.d-ix1024-table-cell{display:table-cell !important;}.d-ix1024-flex{display:flex !important;}.d-ix1024-inline-flex{display:inline-flex !important;}.d-ix1024-none{display:none !important;}.flex-ix1024-fill{flex:1 1 auto !important;}.flex-ix1024-row{flex-direction:row !important;}.flex-ix1024-column{flex-direction:column !important;}.flex-ix1024-row-reverse{flex-direction:row-reverse !important;}.flex-ix1024-column-reverse{flex-direction:column-reverse !important;}.flex-ix1024-grow-0{flex-grow:0 !important;}.flex-ix1024-grow-1{flex-grow:1 !important;}.flex-ix1024-shrink-0{flex-shrink:0 !important;}.flex-ix1024-shrink-1{flex-shrink:1 !important;}.flex-ix1024-wrap{flex-wrap:wrap !important;}.flex-ix1024-nowrap{flex-wrap:nowrap !important;}.flex-ix1024-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-ix1024-start{justify-content:flex-start !important;}.justify-content-ix1024-end{justify-content:flex-end !important;}.justify-content-ix1024-center{justify-content:center !important;}.justify-content-ix1024-between{justify-content:space-between !important;}.justify-content-ix1024-around{justify-content:space-around !important;}.justify-content-ix1024-evenly{justify-content:space-evenly !important;}.align-items-ix1024-start{align-items:flex-start !important;}.align-items-ix1024-end{align-items:flex-end !important;}.align-items-ix1024-center{align-items:center !important;}.align-items-ix1024-baseline{align-items:baseline !important;}.align-items-ix1024-stretch{align-items:stretch !important;}.align-content-ix1024-start{align-content:flex-start !important;}.align-content-ix1024-end{align-content:flex-end !important;}.align-content-ix1024-center{align-content:center !important;}.align-content-ix1024-between{align-content:space-between !important;}.align-content-ix1024-around{align-content:space-around !important;}.align-content-ix1024-stretch{align-content:stretch !important;}.align-self-ix1024-auto{align-self:auto !important;}.align-self-ix1024-start{align-self:flex-start !important;}.align-self-ix1024-end{align-self:flex-end !important;}.align-self-ix1024-center{align-self:center !important;}.align-self-ix1024-baseline{align-self:baseline !important;}.align-self-ix1024-stretch{align-self:stretch !important;}.order-ix1024-first{order:-1 !important;}.order-ix1024-0{order:0 !important;}.order-ix1024-1{order:1 !important;}.order-ix1024-2{order:2 !important;}.order-ix1024-3{order:3 !important;}.order-ix1024-4{order:4 !important;}.order-ix1024-5{order:5 !important;}.order-ix1024-last{order:6 !important;}.m-ix1024-0{margin:0 !important;}.m-ix1024-1{margin:0.25rem !important;}.m-ix1024-1h{margin:0.35rem !important;}.m-ix1024-2{margin:0.5rem !important;}.m-ix1024-2h{margin:0.75rem !important;}.m-ix1024-3{margin:1rem !important;}.m-ix1024-4{margin:1.5rem !important;}.m-ix1024-4h{margin:2.25rem !important;}.m-ix1024-5{margin:3rem !important;}.m-ix1024-5h{margin:3.5rem !important;}.m-ix1024-6{margin:4.5rem !important;}.m-ix1024-7{margin:6rem !important;}.m-ix1024-8{margin:7.5rem !important;}.m-ix1024-9{margin:9rem !important;}.m-ix1024-10{margin:10.5rem !important;}.m-ix1024-11{margin:12rem !important;}.m-ix1024-12{margin:13.5rem !important;}.m-ix1024-auto{margin:auto !important;}.mx-ix1024-0{margin-right:0 !important;margin-left:0 !important;}.mx-ix1024-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-ix1024-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-ix1024-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-ix1024-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-ix1024-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-ix1024-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-ix1024-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-ix1024-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-ix1024-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-ix1024-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-ix1024-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-ix1024-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-ix1024-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-ix1024-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-ix1024-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-ix1024-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-ix1024-auto{margin-right:auto !important;margin-left:auto !important;}.my-ix1024-0{margin-top:0 !important;margin-bottom:0 !important;}.my-ix1024-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-ix1024-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-ix1024-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-ix1024-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-ix1024-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-ix1024-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-ix1024-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-ix1024-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-ix1024-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-ix1024-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-ix1024-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-ix1024-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-ix1024-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-ix1024-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-ix1024-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-ix1024-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-ix1024-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-ix1024-0{margin-top:0 !important;}.mt-ix1024-1{margin-top:0.25rem !important;}.mt-ix1024-1h{margin-top:0.35rem !important;}.mt-ix1024-2{margin-top:0.5rem !important;}.mt-ix1024-2h{margin-top:0.75rem !important;}.mt-ix1024-3{margin-top:1rem !important;}.mt-ix1024-4{margin-top:1.5rem !important;}.mt-ix1024-4h{margin-top:2.25rem !important;}.mt-ix1024-5{margin-top:3rem !important;}.mt-ix1024-5h{margin-top:3.5rem !important;}.mt-ix1024-6{margin-top:4.5rem !important;}.mt-ix1024-7{margin-top:6rem !important;}.mt-ix1024-8{margin-top:7.5rem !important;}.mt-ix1024-9{margin-top:9rem !important;}.mt-ix1024-10{margin-top:10.5rem !important;}.mt-ix1024-11{margin-top:12rem !important;}.mt-ix1024-12{margin-top:13.5rem !important;}.mt-ix1024-auto{margin-top:auto !important;}.me-ix1024-0{margin-right:0 !important;}.me-ix1024-1{margin-right:0.25rem !important;}.me-ix1024-1h{margin-right:0.35rem !important;}.me-ix1024-2{margin-right:0.5rem !important;}.me-ix1024-2h{margin-right:0.75rem !important;}.me-ix1024-3{margin-right:1rem !important;}.me-ix1024-4{margin-right:1.5rem !important;}.me-ix1024-4h{margin-right:2.25rem !important;}.me-ix1024-5{margin-right:3rem !important;}.me-ix1024-5h{margin-right:3.5rem !important;}.me-ix1024-6{margin-right:4.5rem !important;}.me-ix1024-7{margin-right:6rem !important;}.me-ix1024-8{margin-right:7.5rem !important;}.me-ix1024-9{margin-right:9rem !important;}.me-ix1024-10{margin-right:10.5rem !important;}.me-ix1024-11{margin-right:12rem !important;}.me-ix1024-12{margin-right:13.5rem !important;}.me-ix1024-auto{margin-right:auto !important;}.mb-ix1024-0{margin-bottom:0 !important;}.mb-ix1024-1{margin-bottom:0.25rem !important;}.mb-ix1024-1h{margin-bottom:0.35rem !important;}.mb-ix1024-2{margin-bottom:0.5rem !important;}.mb-ix1024-2h{margin-bottom:0.75rem !important;}.mb-ix1024-3{margin-bottom:1rem !important;}.mb-ix1024-4{margin-bottom:1.5rem !important;}.mb-ix1024-4h{margin-bottom:2.25rem !important;}.mb-ix1024-5{margin-bottom:3rem !important;}.mb-ix1024-5h{margin-bottom:3.5rem !important;}.mb-ix1024-6{margin-bottom:4.5rem !important;}.mb-ix1024-7{margin-bottom:6rem !important;}.mb-ix1024-8{margin-bottom:7.5rem !important;}.mb-ix1024-9{margin-bottom:9rem !important;}.mb-ix1024-10{margin-bottom:10.5rem !important;}.mb-ix1024-11{margin-bottom:12rem !important;}.mb-ix1024-12{margin-bottom:13.5rem !important;}.mb-ix1024-auto{margin-bottom:auto !important;}.ms-ix1024-0{margin-left:0 !important;}.ms-ix1024-1{margin-left:0.25rem !important;}.ms-ix1024-1h{margin-left:0.35rem !important;}.ms-ix1024-2{margin-left:0.5rem !important;}.ms-ix1024-2h{margin-left:0.75rem !important;}.ms-ix1024-3{margin-left:1rem !important;}.ms-ix1024-4{margin-left:1.5rem !important;}.ms-ix1024-4h{margin-left:2.25rem !important;}.ms-ix1024-5{margin-left:3rem !important;}.ms-ix1024-5h{margin-left:3.5rem !important;}.ms-ix1024-6{margin-left:4.5rem !important;}.ms-ix1024-7{margin-left:6rem !important;}.ms-ix1024-8{margin-left:7.5rem !important;}.ms-ix1024-9{margin-left:9rem !important;}.ms-ix1024-10{margin-left:10.5rem !important;}.ms-ix1024-11{margin-left:12rem !important;}.ms-ix1024-12{margin-left:13.5rem !important;}.ms-ix1024-auto{margin-left:auto !important;}.m-ix1024-n1{margin:-0.25rem !important;}.m-ix1024-n1h{margin:-0.35rem !important;}.m-ix1024-n2{margin:-0.5rem !important;}.m-ix1024-n2h{margin:-0.75rem !important;}.m-ix1024-n3{margin:-1rem !important;}.m-ix1024-n4{margin:-1.5rem !important;}.m-ix1024-n4h{margin:-2.25rem !important;}.m-ix1024-n5{margin:-3rem !important;}.m-ix1024-n5h{margin:-3.5rem !important;}.m-ix1024-n6{margin:-4.5rem !important;}.m-ix1024-n7{margin:-6rem !important;}.m-ix1024-n8{margin:-7.5rem !important;}.m-ix1024-n9{margin:-9rem !important;}.m-ix1024-n10{margin:-10.5rem !important;}.m-ix1024-n11{margin:-12rem !important;}.m-ix1024-n12{margin:-13.5rem !important;}.mx-ix1024-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-ix1024-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-ix1024-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-ix1024-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-ix1024-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-ix1024-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-ix1024-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-ix1024-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-ix1024-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-ix1024-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-ix1024-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-ix1024-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-ix1024-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-ix1024-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-ix1024-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-ix1024-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-ix1024-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-ix1024-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-ix1024-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-ix1024-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-ix1024-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-ix1024-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-ix1024-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-ix1024-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-ix1024-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-ix1024-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-ix1024-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-ix1024-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-ix1024-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-ix1024-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-ix1024-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-ix1024-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-ix1024-n1{margin-top:-0.25rem !important;}.mt-ix1024-n1h{margin-top:-0.35rem !important;}.mt-ix1024-n2{margin-top:-0.5rem !important;}.mt-ix1024-n2h{margin-top:-0.75rem !important;}.mt-ix1024-n3{margin-top:-1rem !important;}.mt-ix1024-n4{margin-top:-1.5rem !important;}.mt-ix1024-n4h{margin-top:-2.25rem !important;}.mt-ix1024-n5{margin-top:-3rem !important;}.mt-ix1024-n5h{margin-top:-3.5rem !important;}.mt-ix1024-n6{margin-top:-4.5rem !important;}.mt-ix1024-n7{margin-top:-6rem !important;}.mt-ix1024-n8{margin-top:-7.5rem !important;}.mt-ix1024-n9{margin-top:-9rem !important;}.mt-ix1024-n10{margin-top:-10.5rem !important;}.mt-ix1024-n11{margin-top:-12rem !important;}.mt-ix1024-n12{margin-top:-13.5rem !important;}.me-ix1024-n1{margin-right:-0.25rem !important;}.me-ix1024-n1h{margin-right:-0.35rem !important;}.me-ix1024-n2{margin-right:-0.5rem !important;}.me-ix1024-n2h{margin-right:-0.75rem !important;}.me-ix1024-n3{margin-right:-1rem !important;}.me-ix1024-n4{margin-right:-1.5rem !important;}.me-ix1024-n4h{margin-right:-2.25rem !important;}.me-ix1024-n5{margin-right:-3rem !important;}.me-ix1024-n5h{margin-right:-3.5rem !important;}.me-ix1024-n6{margin-right:-4.5rem !important;}.me-ix1024-n7{margin-right:-6rem !important;}.me-ix1024-n8{margin-right:-7.5rem !important;}.me-ix1024-n9{margin-right:-9rem !important;}.me-ix1024-n10{margin-right:-10.5rem !important;}.me-ix1024-n11{margin-right:-12rem !important;}.me-ix1024-n12{margin-right:-13.5rem !important;}.mb-ix1024-n1{margin-bottom:-0.25rem !important;}.mb-ix1024-n1h{margin-bottom:-0.35rem !important;}.mb-ix1024-n2{margin-bottom:-0.5rem !important;}.mb-ix1024-n2h{margin-bottom:-0.75rem !important;}.mb-ix1024-n3{margin-bottom:-1rem !important;}.mb-ix1024-n4{margin-bottom:-1.5rem !important;}.mb-ix1024-n4h{margin-bottom:-2.25rem !important;}.mb-ix1024-n5{margin-bottom:-3rem !important;}.mb-ix1024-n5h{margin-bottom:-3.5rem !important;}.mb-ix1024-n6{margin-bottom:-4.5rem !important;}.mb-ix1024-n7{margin-bottom:-6rem !important;}.mb-ix1024-n8{margin-bottom:-7.5rem !important;}.mb-ix1024-n9{margin-bottom:-9rem !important;}.mb-ix1024-n10{margin-bottom:-10.5rem !important;}.mb-ix1024-n11{margin-bottom:-12rem !important;}.mb-ix1024-n12{margin-bottom:-13.5rem !important;}.ms-ix1024-n1{margin-left:-0.25rem !important;}.ms-ix1024-n1h{margin-left:-0.35rem !important;}.ms-ix1024-n2{margin-left:-0.5rem !important;}.ms-ix1024-n2h{margin-left:-0.75rem !important;}.ms-ix1024-n3{margin-left:-1rem !important;}.ms-ix1024-n4{margin-left:-1.5rem !important;}.ms-ix1024-n4h{margin-left:-2.25rem !important;}.ms-ix1024-n5{margin-left:-3rem !important;}.ms-ix1024-n5h{margin-left:-3.5rem !important;}.ms-ix1024-n6{margin-left:-4.5rem !important;}.ms-ix1024-n7{margin-left:-6rem !important;}.ms-ix1024-n8{margin-left:-7.5rem !important;}.ms-ix1024-n9{margin-left:-9rem !important;}.ms-ix1024-n10{margin-left:-10.5rem !important;}.ms-ix1024-n11{margin-left:-12rem !important;}.ms-ix1024-n12{margin-left:-13.5rem !important;}.p-ix1024-0{padding:0 !important;}.p-ix1024-1{padding:0.25rem !important;}.p-ix1024-1h{padding:0.35rem !important;}.p-ix1024-2{padding:0.5rem !important;}.p-ix1024-2h{padding:0.75rem !important;}.p-ix1024-3{padding:1rem !important;}.p-ix1024-4{padding:1.5rem !important;}.p-ix1024-4h{padding:2.25rem !important;}.p-ix1024-5{padding:3rem !important;}.p-ix1024-5h{padding:3.5rem !important;}.p-ix1024-6{padding:4.5rem !important;}.p-ix1024-7{padding:6rem !important;}.p-ix1024-8{padding:7.5rem !important;}.p-ix1024-9{padding:9rem !important;}.p-ix1024-10{padding:10.5rem !important;}.p-ix1024-11{padding:12rem !important;}.p-ix1024-12{padding:13.5rem !important;}.px-ix1024-0{padding-right:0 !important;padding-left:0 !important;}.px-ix1024-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-ix1024-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-ix1024-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-ix1024-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-ix1024-3{padding-right:1rem !important;padding-left:1rem !important;}.px-ix1024-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-ix1024-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-ix1024-5{padding-right:3rem !important;padding-left:3rem !important;}.px-ix1024-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-ix1024-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-ix1024-7{padding-right:6rem !important;padding-left:6rem !important;}.px-ix1024-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-ix1024-9{padding-right:9rem !important;padding-left:9rem !important;}.px-ix1024-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-ix1024-11{padding-right:12rem !important;padding-left:12rem !important;}.px-ix1024-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-ix1024-0{padding-top:0 !important;padding-bottom:0 !important;}.py-ix1024-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-ix1024-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-ix1024-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-ix1024-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-ix1024-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-ix1024-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-ix1024-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-ix1024-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-ix1024-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-ix1024-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-ix1024-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-ix1024-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-ix1024-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-ix1024-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-ix1024-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-ix1024-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-ix1024-0{padding-top:0 !important;}.pt-ix1024-1{padding-top:0.25rem !important;}.pt-ix1024-1h{padding-top:0.35rem !important;}.pt-ix1024-2{padding-top:0.5rem !important;}.pt-ix1024-2h{padding-top:0.75rem !important;}.pt-ix1024-3{padding-top:1rem !important;}.pt-ix1024-4{padding-top:1.5rem !important;}.pt-ix1024-4h{padding-top:2.25rem !important;}.pt-ix1024-5{padding-top:3rem !important;}.pt-ix1024-5h{padding-top:3.5rem !important;}.pt-ix1024-6{padding-top:4.5rem !important;}.pt-ix1024-7{padding-top:6rem !important;}.pt-ix1024-8{padding-top:7.5rem !important;}.pt-ix1024-9{padding-top:9rem !important;}.pt-ix1024-10{padding-top:10.5rem !important;}.pt-ix1024-11{padding-top:12rem !important;}.pt-ix1024-12{padding-top:13.5rem !important;}.pe-ix1024-0{padding-right:0 !important;}.pe-ix1024-1{padding-right:0.25rem !important;}.pe-ix1024-1h{padding-right:0.35rem !important;}.pe-ix1024-2{padding-right:0.5rem !important;}.pe-ix1024-2h{padding-right:0.75rem !important;}.pe-ix1024-3{padding-right:1rem !important;}.pe-ix1024-4{padding-right:1.5rem !important;}.pe-ix1024-4h{padding-right:2.25rem !important;}.pe-ix1024-5{padding-right:3rem !important;}.pe-ix1024-5h{padding-right:3.5rem !important;}.pe-ix1024-6{padding-right:4.5rem !important;}.pe-ix1024-7{padding-right:6rem !important;}.pe-ix1024-8{padding-right:7.5rem !important;}.pe-ix1024-9{padding-right:9rem !important;}.pe-ix1024-10{padding-right:10.5rem !important;}.pe-ix1024-11{padding-right:12rem !important;}.pe-ix1024-12{padding-right:13.5rem !important;}.pb-ix1024-0{padding-bottom:0 !important;}.pb-ix1024-1{padding-bottom:0.25rem !important;}.pb-ix1024-1h{padding-bottom:0.35rem !important;}.pb-ix1024-2{padding-bottom:0.5rem !important;}.pb-ix1024-2h{padding-bottom:0.75rem !important;}.pb-ix1024-3{padding-bottom:1rem !important;}.pb-ix1024-4{padding-bottom:1.5rem !important;}.pb-ix1024-4h{padding-bottom:2.25rem !important;}.pb-ix1024-5{padding-bottom:3rem !important;}.pb-ix1024-5h{padding-bottom:3.5rem !important;}.pb-ix1024-6{padding-bottom:4.5rem !important;}.pb-ix1024-7{padding-bottom:6rem !important;}.pb-ix1024-8{padding-bottom:7.5rem !important;}.pb-ix1024-9{padding-bottom:9rem !important;}.pb-ix1024-10{padding-bottom:10.5rem !important;}.pb-ix1024-11{padding-bottom:12rem !important;}.pb-ix1024-12{padding-bottom:13.5rem !important;}.ps-ix1024-0{padding-left:0 !important;}.ps-ix1024-1{padding-left:0.25rem !important;}.ps-ix1024-1h{padding-left:0.35rem !important;}.ps-ix1024-2{padding-left:0.5rem !important;}.ps-ix1024-2h{padding-left:0.75rem !important;}.ps-ix1024-3{padding-left:1rem !important;}.ps-ix1024-4{padding-left:1.5rem !important;}.ps-ix1024-4h{padding-left:2.25rem !important;}.ps-ix1024-5{padding-left:3rem !important;}.ps-ix1024-5h{padding-left:3.5rem !important;}.ps-ix1024-6{padding-left:4.5rem !important;}.ps-ix1024-7{padding-left:6rem !important;}.ps-ix1024-8{padding-left:7.5rem !important;}.ps-ix1024-9{padding-left:9rem !important;}.ps-ix1024-10{padding-left:10.5rem !important;}.ps-ix1024-11{padding-left:12rem !important;}.ps-ix1024-12{padding-left:13.5rem !important;}.gap-ix1024-0{gap:0 !important;}.gap-ix1024-1{gap:0.25rem !important;}.gap-ix1024-1h{gap:0.35rem !important;}.gap-ix1024-2{gap:0.5rem !important;}.gap-ix1024-2h{gap:0.75rem !important;}.gap-ix1024-3{gap:1rem !important;}.gap-ix1024-4{gap:1.5rem !important;}.gap-ix1024-4h{gap:2.25rem !important;}.gap-ix1024-5{gap:3rem !important;}.gap-ix1024-5h{gap:3.5rem !important;}.gap-ix1024-6{gap:4.5rem !important;}.gap-ix1024-7{gap:6rem !important;}.gap-ix1024-8{gap:7.5rem !important;}.gap-ix1024-9{gap:9rem !important;}.gap-ix1024-10{gap:10.5rem !important;}.gap-ix1024-11{gap:12rem !important;}.gap-ix1024-12{gap:13.5rem !important;}.row-gap-ix1024-0{row-gap:0 !important;}.row-gap-ix1024-1{row-gap:0.25rem !important;}.row-gap-ix1024-1h{row-gap:0.35rem !important;}.row-gap-ix1024-2{row-gap:0.5rem !important;}.row-gap-ix1024-2h{row-gap:0.75rem !important;}.row-gap-ix1024-3{row-gap:1rem !important;}.row-gap-ix1024-4{row-gap:1.5rem !important;}.row-gap-ix1024-4h{row-gap:2.25rem !important;}.row-gap-ix1024-5{row-gap:3rem !important;}.row-gap-ix1024-5h{row-gap:3.5rem !important;}.row-gap-ix1024-6{row-gap:4.5rem !important;}.row-gap-ix1024-7{row-gap:6rem !important;}.row-gap-ix1024-8{row-gap:7.5rem !important;}.row-gap-ix1024-9{row-gap:9rem !important;}.row-gap-ix1024-10{row-gap:10.5rem !important;}.row-gap-ix1024-11{row-gap:12rem !important;}.row-gap-ix1024-12{row-gap:13.5rem !important;}.column-gap-ix1024-0{column-gap:0 !important;}.column-gap-ix1024-1{column-gap:0.25rem !important;}.column-gap-ix1024-1h{column-gap:0.35rem !important;}.column-gap-ix1024-2{column-gap:0.5rem !important;}.column-gap-ix1024-2h{column-gap:0.75rem !important;}.column-gap-ix1024-3{column-gap:1rem !important;}.column-gap-ix1024-4{column-gap:1.5rem !important;}.column-gap-ix1024-4h{column-gap:2.25rem !important;}.column-gap-ix1024-5{column-gap:3rem !important;}.column-gap-ix1024-5h{column-gap:3.5rem !important;}.column-gap-ix1024-6{column-gap:4.5rem !important;}.column-gap-ix1024-7{column-gap:6rem !important;}.column-gap-ix1024-8{column-gap:7.5rem !important;}.column-gap-ix1024-9{column-gap:9rem !important;}.column-gap-ix1024-10{column-gap:10.5rem !important;}.column-gap-ix1024-11{column-gap:12rem !important;}.column-gap-ix1024-12{column-gap:13.5rem !important;}.text-ix1024-start{text-align:left !important;}.text-ix1024-end{text-align:right !important;}.text-ix1024-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-1{margin:0.25rem !important;}.m-xl-1h{margin:0.35rem !important;}.m-xl-2{margin:0.5rem !important;}.m-xl-2h{margin:0.75rem !important;}.m-xl-3{margin:1rem !important;}.m-xl-4{margin:1.5rem !important;}.m-xl-4h{margin:2.25rem !important;}.m-xl-5{margin:3rem !important;}.m-xl-5h{margin:3.5rem !important;}.m-xl-6{margin:4.5rem !important;}.m-xl-7{margin:6rem !important;}.m-xl-8{margin:7.5rem !important;}.m-xl-9{margin:9rem !important;}.m-xl-10{margin:10.5rem !important;}.m-xl-11{margin:12rem !important;}.m-xl-12{margin:13.5rem !important;}.m-xl-auto{margin:auto !important;}.mx-xl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xl-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xl-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-xl-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-xl-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-xl-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-xl-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-xl-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-xl-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-xl-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-xl-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-xl-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important;}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xl-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xl-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-xl-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-xl-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-xl-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-xl-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-xl-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-xl-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-xl-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-xl-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-xl-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xl-0{margin-top:0 !important;}.mt-xl-1{margin-top:0.25rem !important;}.mt-xl-1h{margin-top:0.35rem !important;}.mt-xl-2{margin-top:0.5rem !important;}.mt-xl-2h{margin-top:0.75rem !important;}.mt-xl-3{margin-top:1rem !important;}.mt-xl-4{margin-top:1.5rem !important;}.mt-xl-4h{margin-top:2.25rem !important;}.mt-xl-5{margin-top:3rem !important;}.mt-xl-5h{margin-top:3.5rem !important;}.mt-xl-6{margin-top:4.5rem !important;}.mt-xl-7{margin-top:6rem !important;}.mt-xl-8{margin-top:7.5rem !important;}.mt-xl-9{margin-top:9rem !important;}.mt-xl-10{margin-top:10.5rem !important;}.mt-xl-11{margin-top:12rem !important;}.mt-xl-12{margin-top:13.5rem !important;}.mt-xl-auto{margin-top:auto !important;}.me-xl-0{margin-right:0 !important;}.me-xl-1{margin-right:0.25rem !important;}.me-xl-1h{margin-right:0.35rem !important;}.me-xl-2{margin-right:0.5rem !important;}.me-xl-2h{margin-right:0.75rem !important;}.me-xl-3{margin-right:1rem !important;}.me-xl-4{margin-right:1.5rem !important;}.me-xl-4h{margin-right:2.25rem !important;}.me-xl-5{margin-right:3rem !important;}.me-xl-5h{margin-right:3.5rem !important;}.me-xl-6{margin-right:4.5rem !important;}.me-xl-7{margin-right:6rem !important;}.me-xl-8{margin-right:7.5rem !important;}.me-xl-9{margin-right:9rem !important;}.me-xl-10{margin-right:10.5rem !important;}.me-xl-11{margin-right:12rem !important;}.me-xl-12{margin-right:13.5rem !important;}.me-xl-auto{margin-right:auto !important;}.mb-xl-0{margin-bottom:0 !important;}.mb-xl-1{margin-bottom:0.25rem !important;}.mb-xl-1h{margin-bottom:0.35rem !important;}.mb-xl-2{margin-bottom:0.5rem !important;}.mb-xl-2h{margin-bottom:0.75rem !important;}.mb-xl-3{margin-bottom:1rem !important;}.mb-xl-4{margin-bottom:1.5rem !important;}.mb-xl-4h{margin-bottom:2.25rem !important;}.mb-xl-5{margin-bottom:3rem !important;}.mb-xl-5h{margin-bottom:3.5rem !important;}.mb-xl-6{margin-bottom:4.5rem !important;}.mb-xl-7{margin-bottom:6rem !important;}.mb-xl-8{margin-bottom:7.5rem !important;}.mb-xl-9{margin-bottom:9rem !important;}.mb-xl-10{margin-bottom:10.5rem !important;}.mb-xl-11{margin-bottom:12rem !important;}.mb-xl-12{margin-bottom:13.5rem !important;}.mb-xl-auto{margin-bottom:auto !important;}.ms-xl-0{margin-left:0 !important;}.ms-xl-1{margin-left:0.25rem !important;}.ms-xl-1h{margin-left:0.35rem !important;}.ms-xl-2{margin-left:0.5rem !important;}.ms-xl-2h{margin-left:0.75rem !important;}.ms-xl-3{margin-left:1rem !important;}.ms-xl-4{margin-left:1.5rem !important;}.ms-xl-4h{margin-left:2.25rem !important;}.ms-xl-5{margin-left:3rem !important;}.ms-xl-5h{margin-left:3.5rem !important;}.ms-xl-6{margin-left:4.5rem !important;}.ms-xl-7{margin-left:6rem !important;}.ms-xl-8{margin-left:7.5rem !important;}.ms-xl-9{margin-left:9rem !important;}.ms-xl-10{margin-left:10.5rem !important;}.ms-xl-11{margin-left:12rem !important;}.ms-xl-12{margin-left:13.5rem !important;}.ms-xl-auto{margin-left:auto !important;}.m-xl-n1{margin:-0.25rem !important;}.m-xl-n1h{margin:-0.35rem !important;}.m-xl-n2{margin:-0.5rem !important;}.m-xl-n2h{margin:-0.75rem !important;}.m-xl-n3{margin:-1rem !important;}.m-xl-n4{margin:-1.5rem !important;}.m-xl-n4h{margin:-2.25rem !important;}.m-xl-n5{margin:-3rem !important;}.m-xl-n5h{margin:-3.5rem !important;}.m-xl-n6{margin:-4.5rem !important;}.m-xl-n7{margin:-6rem !important;}.m-xl-n8{margin:-7.5rem !important;}.m-xl-n9{margin:-9rem !important;}.m-xl-n10{margin:-10.5rem !important;}.m-xl-n11{margin:-12rem !important;}.m-xl-n12{margin:-13.5rem !important;}.mx-xl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xl-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-xl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xl-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-xl-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-xl-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-xl-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-xl-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-xl-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-xl-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-xl-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-xl-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-xl-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-xl-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-xl-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-xl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xl-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-xl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xl-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-xl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-xl-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-xl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-xl-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-xl-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-xl-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-xl-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-xl-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-xl-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-xl-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-xl-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-xl-n1{margin-top:-0.25rem !important;}.mt-xl-n1h{margin-top:-0.35rem !important;}.mt-xl-n2{margin-top:-0.5rem !important;}.mt-xl-n2h{margin-top:-0.75rem !important;}.mt-xl-n3{margin-top:-1rem !important;}.mt-xl-n4{margin-top:-1.5rem !important;}.mt-xl-n4h{margin-top:-2.25rem !important;}.mt-xl-n5{margin-top:-3rem !important;}.mt-xl-n5h{margin-top:-3.5rem !important;}.mt-xl-n6{margin-top:-4.5rem !important;}.mt-xl-n7{margin-top:-6rem !important;}.mt-xl-n8{margin-top:-7.5rem !important;}.mt-xl-n9{margin-top:-9rem !important;}.mt-xl-n10{margin-top:-10.5rem !important;}.mt-xl-n11{margin-top:-12rem !important;}.mt-xl-n12{margin-top:-13.5rem !important;}.me-xl-n1{margin-right:-0.25rem !important;}.me-xl-n1h{margin-right:-0.35rem !important;}.me-xl-n2{margin-right:-0.5rem !important;}.me-xl-n2h{margin-right:-0.75rem !important;}.me-xl-n3{margin-right:-1rem !important;}.me-xl-n4{margin-right:-1.5rem !important;}.me-xl-n4h{margin-right:-2.25rem !important;}.me-xl-n5{margin-right:-3rem !important;}.me-xl-n5h{margin-right:-3.5rem !important;}.me-xl-n6{margin-right:-4.5rem !important;}.me-xl-n7{margin-right:-6rem !important;}.me-xl-n8{margin-right:-7.5rem !important;}.me-xl-n9{margin-right:-9rem !important;}.me-xl-n10{margin-right:-10.5rem !important;}.me-xl-n11{margin-right:-12rem !important;}.me-xl-n12{margin-right:-13.5rem !important;}.mb-xl-n1{margin-bottom:-0.25rem !important;}.mb-xl-n1h{margin-bottom:-0.35rem !important;}.mb-xl-n2{margin-bottom:-0.5rem !important;}.mb-xl-n2h{margin-bottom:-0.75rem !important;}.mb-xl-n3{margin-bottom:-1rem !important;}.mb-xl-n4{margin-bottom:-1.5rem !important;}.mb-xl-n4h{margin-bottom:-2.25rem !important;}.mb-xl-n5{margin-bottom:-3rem !important;}.mb-xl-n5h{margin-bottom:-3.5rem !important;}.mb-xl-n6{margin-bottom:-4.5rem !important;}.mb-xl-n7{margin-bottom:-6rem !important;}.mb-xl-n8{margin-bottom:-7.5rem !important;}.mb-xl-n9{margin-bottom:-9rem !important;}.mb-xl-n10{margin-bottom:-10.5rem !important;}.mb-xl-n11{margin-bottom:-12rem !important;}.mb-xl-n12{margin-bottom:-13.5rem !important;}.ms-xl-n1{margin-left:-0.25rem !important;}.ms-xl-n1h{margin-left:-0.35rem !important;}.ms-xl-n2{margin-left:-0.5rem !important;}.ms-xl-n2h{margin-left:-0.75rem !important;}.ms-xl-n3{margin-left:-1rem !important;}.ms-xl-n4{margin-left:-1.5rem !important;}.ms-xl-n4h{margin-left:-2.25rem !important;}.ms-xl-n5{margin-left:-3rem !important;}.ms-xl-n5h{margin-left:-3.5rem !important;}.ms-xl-n6{margin-left:-4.5rem !important;}.ms-xl-n7{margin-left:-6rem !important;}.ms-xl-n8{margin-left:-7.5rem !important;}.ms-xl-n9{margin-left:-9rem !important;}.ms-xl-n10{margin-left:-10.5rem !important;}.ms-xl-n11{margin-left:-12rem !important;}.ms-xl-n12{margin-left:-13.5rem !important;}.p-xl-0{padding:0 !important;}.p-xl-1{padding:0.25rem !important;}.p-xl-1h{padding:0.35rem !important;}.p-xl-2{padding:0.5rem !important;}.p-xl-2h{padding:0.75rem !important;}.p-xl-3{padding:1rem !important;}.p-xl-4{padding:1.5rem !important;}.p-xl-4h{padding:2.25rem !important;}.p-xl-5{padding:3rem !important;}.p-xl-5h{padding:3.5rem !important;}.p-xl-6{padding:4.5rem !important;}.p-xl-7{padding:6rem !important;}.p-xl-8{padding:7.5rem !important;}.p-xl-9{padding:9rem !important;}.p-xl-10{padding:10.5rem !important;}.p-xl-11{padding:12rem !important;}.p-xl-12{padding:13.5rem !important;}.px-xl-0{padding-right:0 !important;padding-left:0 !important;}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xl-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xl-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important;}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-xl-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important;}.px-xl-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-xl-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-xl-7{padding-right:6rem !important;padding-left:6rem !important;}.px-xl-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-xl-9{padding-right:9rem !important;padding-left:9rem !important;}.px-xl-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-xl-11{padding-right:12rem !important;padding-left:12rem !important;}.px-xl-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xl-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xl-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-xl-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-xl-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-xl-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-xl-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-xl-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-xl-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-xl-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-xl-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-xl-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-xl-0{padding-top:0 !important;}.pt-xl-1{padding-top:0.25rem !important;}.pt-xl-1h{padding-top:0.35rem !important;}.pt-xl-2{padding-top:0.5rem !important;}.pt-xl-2h{padding-top:0.75rem !important;}.pt-xl-3{padding-top:1rem !important;}.pt-xl-4{padding-top:1.5rem !important;}.pt-xl-4h{padding-top:2.25rem !important;}.pt-xl-5{padding-top:3rem !important;}.pt-xl-5h{padding-top:3.5rem !important;}.pt-xl-6{padding-top:4.5rem !important;}.pt-xl-7{padding-top:6rem !important;}.pt-xl-8{padding-top:7.5rem !important;}.pt-xl-9{padding-top:9rem !important;}.pt-xl-10{padding-top:10.5rem !important;}.pt-xl-11{padding-top:12rem !important;}.pt-xl-12{padding-top:13.5rem !important;}.pe-xl-0{padding-right:0 !important;}.pe-xl-1{padding-right:0.25rem !important;}.pe-xl-1h{padding-right:0.35rem !important;}.pe-xl-2{padding-right:0.5rem !important;}.pe-xl-2h{padding-right:0.75rem !important;}.pe-xl-3{padding-right:1rem !important;}.pe-xl-4{padding-right:1.5rem !important;}.pe-xl-4h{padding-right:2.25rem !important;}.pe-xl-5{padding-right:3rem !important;}.pe-xl-5h{padding-right:3.5rem !important;}.pe-xl-6{padding-right:4.5rem !important;}.pe-xl-7{padding-right:6rem !important;}.pe-xl-8{padding-right:7.5rem !important;}.pe-xl-9{padding-right:9rem !important;}.pe-xl-10{padding-right:10.5rem !important;}.pe-xl-11{padding-right:12rem !important;}.pe-xl-12{padding-right:13.5rem !important;}.pb-xl-0{padding-bottom:0 !important;}.pb-xl-1{padding-bottom:0.25rem !important;}.pb-xl-1h{padding-bottom:0.35rem !important;}.pb-xl-2{padding-bottom:0.5rem !important;}.pb-xl-2h{padding-bottom:0.75rem !important;}.pb-xl-3{padding-bottom:1rem !important;}.pb-xl-4{padding-bottom:1.5rem !important;}.pb-xl-4h{padding-bottom:2.25rem !important;}.pb-xl-5{padding-bottom:3rem !important;}.pb-xl-5h{padding-bottom:3.5rem !important;}.pb-xl-6{padding-bottom:4.5rem !important;}.pb-xl-7{padding-bottom:6rem !important;}.pb-xl-8{padding-bottom:7.5rem !important;}.pb-xl-9{padding-bottom:9rem !important;}.pb-xl-10{padding-bottom:10.5rem !important;}.pb-xl-11{padding-bottom:12rem !important;}.pb-xl-12{padding-bottom:13.5rem !important;}.ps-xl-0{padding-left:0 !important;}.ps-xl-1{padding-left:0.25rem !important;}.ps-xl-1h{padding-left:0.35rem !important;}.ps-xl-2{padding-left:0.5rem !important;}.ps-xl-2h{padding-left:0.75rem !important;}.ps-xl-3{padding-left:1rem !important;}.ps-xl-4{padding-left:1.5rem !important;}.ps-xl-4h{padding-left:2.25rem !important;}.ps-xl-5{padding-left:3rem !important;}.ps-xl-5h{padding-left:3.5rem !important;}.ps-xl-6{padding-left:4.5rem !important;}.ps-xl-7{padding-left:6rem !important;}.ps-xl-8{padding-left:7.5rem !important;}.ps-xl-9{padding-left:9rem !important;}.ps-xl-10{padding-left:10.5rem !important;}.ps-xl-11{padding-left:12rem !important;}.ps-xl-12{padding-left:13.5rem !important;}.gap-xl-0{gap:0 !important;}.gap-xl-1{gap:0.25rem !important;}.gap-xl-1h{gap:0.35rem !important;}.gap-xl-2{gap:0.5rem !important;}.gap-xl-2h{gap:0.75rem !important;}.gap-xl-3{gap:1rem !important;}.gap-xl-4{gap:1.5rem !important;}.gap-xl-4h{gap:2.25rem !important;}.gap-xl-5{gap:3rem !important;}.gap-xl-5h{gap:3.5rem !important;}.gap-xl-6{gap:4.5rem !important;}.gap-xl-7{gap:6rem !important;}.gap-xl-8{gap:7.5rem !important;}.gap-xl-9{gap:9rem !important;}.gap-xl-10{gap:10.5rem !important;}.gap-xl-11{gap:12rem !important;}.gap-xl-12{gap:13.5rem !important;}.row-gap-xl-0{row-gap:0 !important;}.row-gap-xl-1{row-gap:0.25rem !important;}.row-gap-xl-1h{row-gap:0.35rem !important;}.row-gap-xl-2{row-gap:0.5rem !important;}.row-gap-xl-2h{row-gap:0.75rem !important;}.row-gap-xl-3{row-gap:1rem !important;}.row-gap-xl-4{row-gap:1.5rem !important;}.row-gap-xl-4h{row-gap:2.25rem !important;}.row-gap-xl-5{row-gap:3rem !important;}.row-gap-xl-5h{row-gap:3.5rem !important;}.row-gap-xl-6{row-gap:4.5rem !important;}.row-gap-xl-7{row-gap:6rem !important;}.row-gap-xl-8{row-gap:7.5rem !important;}.row-gap-xl-9{row-gap:9rem !important;}.row-gap-xl-10{row-gap:10.5rem !important;}.row-gap-xl-11{row-gap:12rem !important;}.row-gap-xl-12{row-gap:13.5rem !important;}.column-gap-xl-0{column-gap:0 !important;}.column-gap-xl-1{column-gap:0.25rem !important;}.column-gap-xl-1h{column-gap:0.35rem !important;}.column-gap-xl-2{column-gap:0.5rem !important;}.column-gap-xl-2h{column-gap:0.75rem !important;}.column-gap-xl-3{column-gap:1rem !important;}.column-gap-xl-4{column-gap:1.5rem !important;}.column-gap-xl-4h{column-gap:2.25rem !important;}.column-gap-xl-5{column-gap:3rem !important;}.column-gap-xl-5h{column-gap:3.5rem !important;}.column-gap-xl-6{column-gap:4.5rem !important;}.column-gap-xl-7{column-gap:6rem !important;}.column-gap-xl-8{column-gap:7.5rem !important;}.column-gap-xl-9{column-gap:9rem !important;}.column-gap-xl-10{column-gap:10.5rem !important;}.column-gap-xl-11{column-gap:12rem !important;}.column-gap-xl-12{column-gap:13.5rem !important;}.text-xl-start{text-align:left !important;}.text-xl-end{text-align:right !important;}.text-xl-center{text-align:center !important;}}@media (min-width:1400px){.float-xxl-start{float:left !important;}.float-xxl-end{float:right !important;}.float-xxl-none{float:none !important;}.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-1{margin:0.25rem !important;}.m-xxl-1h{margin:0.35rem !important;}.m-xxl-2{margin:0.5rem !important;}.m-xxl-2h{margin:0.75rem !important;}.m-xxl-3{margin:1rem !important;}.m-xxl-4{margin:1.5rem !important;}.m-xxl-4h{margin:2.25rem !important;}.m-xxl-5{margin:3rem !important;}.m-xxl-5h{margin:3.5rem !important;}.m-xxl-6{margin:4.5rem !important;}.m-xxl-7{margin:6rem !important;}.m-xxl-8{margin:7.5rem !important;}.m-xxl-9{margin:9rem !important;}.m-xxl-10{margin:10.5rem !important;}.m-xxl-11{margin:12rem !important;}.m-xxl-12{margin:13.5rem !important;}.m-xxl-auto{margin:auto !important;}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xxl-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xxl-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-xxl-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-xxl-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-xxl-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-xxl-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-xxl-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-xxl-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-xxl-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-xxl-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-xxl-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important;}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xxl-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xxl-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-xxl-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-xxl-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-xxl-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-xxl-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-xxl-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-xxl-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-xxl-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-xxl-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-xxl-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xxl-0{margin-top:0 !important;}.mt-xxl-1{margin-top:0.25rem !important;}.mt-xxl-1h{margin-top:0.35rem !important;}.mt-xxl-2{margin-top:0.5rem !important;}.mt-xxl-2h{margin-top:0.75rem !important;}.mt-xxl-3{margin-top:1rem !important;}.mt-xxl-4{margin-top:1.5rem !important;}.mt-xxl-4h{margin-top:2.25rem !important;}.mt-xxl-5{margin-top:3rem !important;}.mt-xxl-5h{margin-top:3.5rem !important;}.mt-xxl-6{margin-top:4.5rem !important;}.mt-xxl-7{margin-top:6rem !important;}.mt-xxl-8{margin-top:7.5rem !important;}.mt-xxl-9{margin-top:9rem !important;}.mt-xxl-10{margin-top:10.5rem !important;}.mt-xxl-11{margin-top:12rem !important;}.mt-xxl-12{margin-top:13.5rem !important;}.mt-xxl-auto{margin-top:auto !important;}.me-xxl-0{margin-right:0 !important;}.me-xxl-1{margin-right:0.25rem !important;}.me-xxl-1h{margin-right:0.35rem !important;}.me-xxl-2{margin-right:0.5rem !important;}.me-xxl-2h{margin-right:0.75rem !important;}.me-xxl-3{margin-right:1rem !important;}.me-xxl-4{margin-right:1.5rem !important;}.me-xxl-4h{margin-right:2.25rem !important;}.me-xxl-5{margin-right:3rem !important;}.me-xxl-5h{margin-right:3.5rem !important;}.me-xxl-6{margin-right:4.5rem !important;}.me-xxl-7{margin-right:6rem !important;}.me-xxl-8{margin-right:7.5rem !important;}.me-xxl-9{margin-right:9rem !important;}.me-xxl-10{margin-right:10.5rem !important;}.me-xxl-11{margin-right:12rem !important;}.me-xxl-12{margin-right:13.5rem !important;}.me-xxl-auto{margin-right:auto !important;}.mb-xxl-0{margin-bottom:0 !important;}.mb-xxl-1{margin-bottom:0.25rem !important;}.mb-xxl-1h{margin-bottom:0.35rem !important;}.mb-xxl-2{margin-bottom:0.5rem !important;}.mb-xxl-2h{margin-bottom:0.75rem !important;}.mb-xxl-3{margin-bottom:1rem !important;}.mb-xxl-4{margin-bottom:1.5rem !important;}.mb-xxl-4h{margin-bottom:2.25rem !important;}.mb-xxl-5{margin-bottom:3rem !important;}.mb-xxl-5h{margin-bottom:3.5rem !important;}.mb-xxl-6{margin-bottom:4.5rem !important;}.mb-xxl-7{margin-bottom:6rem !important;}.mb-xxl-8{margin-bottom:7.5rem !important;}.mb-xxl-9{margin-bottom:9rem !important;}.mb-xxl-10{margin-bottom:10.5rem !important;}.mb-xxl-11{margin-bottom:12rem !important;}.mb-xxl-12{margin-bottom:13.5rem !important;}.mb-xxl-auto{margin-bottom:auto !important;}.ms-xxl-0{margin-left:0 !important;}.ms-xxl-1{margin-left:0.25rem !important;}.ms-xxl-1h{margin-left:0.35rem !important;}.ms-xxl-2{margin-left:0.5rem !important;}.ms-xxl-2h{margin-left:0.75rem !important;}.ms-xxl-3{margin-left:1rem !important;}.ms-xxl-4{margin-left:1.5rem !important;}.ms-xxl-4h{margin-left:2.25rem !important;}.ms-xxl-5{margin-left:3rem !important;}.ms-xxl-5h{margin-left:3.5rem !important;}.ms-xxl-6{margin-left:4.5rem !important;}.ms-xxl-7{margin-left:6rem !important;}.ms-xxl-8{margin-left:7.5rem !important;}.ms-xxl-9{margin-left:9rem !important;}.ms-xxl-10{margin-left:10.5rem !important;}.ms-xxl-11{margin-left:12rem !important;}.ms-xxl-12{margin-left:13.5rem !important;}.ms-xxl-auto{margin-left:auto !important;}.m-xxl-n1{margin:-0.25rem !important;}.m-xxl-n1h{margin:-0.35rem !important;}.m-xxl-n2{margin:-0.5rem !important;}.m-xxl-n2h{margin:-0.75rem !important;}.m-xxl-n3{margin:-1rem !important;}.m-xxl-n4{margin:-1.5rem !important;}.m-xxl-n4h{margin:-2.25rem !important;}.m-xxl-n5{margin:-3rem !important;}.m-xxl-n5h{margin:-3.5rem !important;}.m-xxl-n6{margin:-4.5rem !important;}.m-xxl-n7{margin:-6rem !important;}.m-xxl-n8{margin:-7.5rem !important;}.m-xxl-n9{margin:-9rem !important;}.m-xxl-n10{margin:-10.5rem !important;}.m-xxl-n11{margin:-12rem !important;}.m-xxl-n12{margin:-13.5rem !important;}.mx-xxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xxl-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-xxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xxl-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-xxl-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xxl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-xxl-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-xxl-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-xxl-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-xxl-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-xxl-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-xxl-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-xxl-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-xxl-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-xxl-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-xxl-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-xxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xxl-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-xxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xxl-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-xxl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xxl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-xxl-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-xxl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-xxl-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-xxl-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-xxl-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-xxl-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-xxl-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-xxl-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-xxl-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-xxl-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-xxl-n1{margin-top:-0.25rem !important;}.mt-xxl-n1h{margin-top:-0.35rem !important;}.mt-xxl-n2{margin-top:-0.5rem !important;}.mt-xxl-n2h{margin-top:-0.75rem !important;}.mt-xxl-n3{margin-top:-1rem !important;}.mt-xxl-n4{margin-top:-1.5rem !important;}.mt-xxl-n4h{margin-top:-2.25rem !important;}.mt-xxl-n5{margin-top:-3rem !important;}.mt-xxl-n5h{margin-top:-3.5rem !important;}.mt-xxl-n6{margin-top:-4.5rem !important;}.mt-xxl-n7{margin-top:-6rem !important;}.mt-xxl-n8{margin-top:-7.5rem !important;}.mt-xxl-n9{margin-top:-9rem !important;}.mt-xxl-n10{margin-top:-10.5rem !important;}.mt-xxl-n11{margin-top:-12rem !important;}.mt-xxl-n12{margin-top:-13.5rem !important;}.me-xxl-n1{margin-right:-0.25rem !important;}.me-xxl-n1h{margin-right:-0.35rem !important;}.me-xxl-n2{margin-right:-0.5rem !important;}.me-xxl-n2h{margin-right:-0.75rem !important;}.me-xxl-n3{margin-right:-1rem !important;}.me-xxl-n4{margin-right:-1.5rem !important;}.me-xxl-n4h{margin-right:-2.25rem !important;}.me-xxl-n5{margin-right:-3rem !important;}.me-xxl-n5h{margin-right:-3.5rem !important;}.me-xxl-n6{margin-right:-4.5rem !important;}.me-xxl-n7{margin-right:-6rem !important;}.me-xxl-n8{margin-right:-7.5rem !important;}.me-xxl-n9{margin-right:-9rem !important;}.me-xxl-n10{margin-right:-10.5rem !important;}.me-xxl-n11{margin-right:-12rem !important;}.me-xxl-n12{margin-right:-13.5rem !important;}.mb-xxl-n1{margin-bottom:-0.25rem !important;}.mb-xxl-n1h{margin-bottom:-0.35rem !important;}.mb-xxl-n2{margin-bottom:-0.5rem !important;}.mb-xxl-n2h{margin-bottom:-0.75rem !important;}.mb-xxl-n3{margin-bottom:-1rem !important;}.mb-xxl-n4{margin-bottom:-1.5rem !important;}.mb-xxl-n4h{margin-bottom:-2.25rem !important;}.mb-xxl-n5{margin-bottom:-3rem !important;}.mb-xxl-n5h{margin-bottom:-3.5rem !important;}.mb-xxl-n6{margin-bottom:-4.5rem !important;}.mb-xxl-n7{margin-bottom:-6rem !important;}.mb-xxl-n8{margin-bottom:-7.5rem !important;}.mb-xxl-n9{margin-bottom:-9rem !important;}.mb-xxl-n10{margin-bottom:-10.5rem !important;}.mb-xxl-n11{margin-bottom:-12rem !important;}.mb-xxl-n12{margin-bottom:-13.5rem !important;}.ms-xxl-n1{margin-left:-0.25rem !important;}.ms-xxl-n1h{margin-left:-0.35rem !important;}.ms-xxl-n2{margin-left:-0.5rem !important;}.ms-xxl-n2h{margin-left:-0.75rem !important;}.ms-xxl-n3{margin-left:-1rem !important;}.ms-xxl-n4{margin-left:-1.5rem !important;}.ms-xxl-n4h{margin-left:-2.25rem !important;}.ms-xxl-n5{margin-left:-3rem !important;}.ms-xxl-n5h{margin-left:-3.5rem !important;}.ms-xxl-n6{margin-left:-4.5rem !important;}.ms-xxl-n7{margin-left:-6rem !important;}.ms-xxl-n8{margin-left:-7.5rem !important;}.ms-xxl-n9{margin-left:-9rem !important;}.ms-xxl-n10{margin-left:-10.5rem !important;}.ms-xxl-n11{margin-left:-12rem !important;}.ms-xxl-n12{margin-left:-13.5rem !important;}.p-xxl-0{padding:0 !important;}.p-xxl-1{padding:0.25rem !important;}.p-xxl-1h{padding:0.35rem !important;}.p-xxl-2{padding:0.5rem !important;}.p-xxl-2h{padding:0.75rem !important;}.p-xxl-3{padding:1rem !important;}.p-xxl-4{padding:1.5rem !important;}.p-xxl-4h{padding:2.25rem !important;}.p-xxl-5{padding:3rem !important;}.p-xxl-5h{padding:3.5rem !important;}.p-xxl-6{padding:4.5rem !important;}.p-xxl-7{padding:6rem !important;}.p-xxl-8{padding:7.5rem !important;}.p-xxl-9{padding:9rem !important;}.p-xxl-10{padding:10.5rem !important;}.p-xxl-11{padding:12rem !important;}.p-xxl-12{padding:13.5rem !important;}.px-xxl-0{padding-right:0 !important;padding-left:0 !important;}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xxl-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xxl-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important;}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-xxl-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important;}.px-xxl-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-xxl-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-xxl-7{padding-right:6rem !important;padding-left:6rem !important;}.px-xxl-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-xxl-9{padding-right:9rem !important;padding-left:9rem !important;}.px-xxl-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-xxl-11{padding-right:12rem !important;padding-left:12rem !important;}.px-xxl-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xxl-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xxl-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-xxl-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-xxl-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-xxl-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-xxl-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-xxl-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-xxl-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-xxl-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-xxl-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-xxl-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-xxl-0{padding-top:0 !important;}.pt-xxl-1{padding-top:0.25rem !important;}.pt-xxl-1h{padding-top:0.35rem !important;}.pt-xxl-2{padding-top:0.5rem !important;}.pt-xxl-2h{padding-top:0.75rem !important;}.pt-xxl-3{padding-top:1rem !important;}.pt-xxl-4{padding-top:1.5rem !important;}.pt-xxl-4h{padding-top:2.25rem !important;}.pt-xxl-5{padding-top:3rem !important;}.pt-xxl-5h{padding-top:3.5rem !important;}.pt-xxl-6{padding-top:4.5rem !important;}.pt-xxl-7{padding-top:6rem !important;}.pt-xxl-8{padding-top:7.5rem !important;}.pt-xxl-9{padding-top:9rem !important;}.pt-xxl-10{padding-top:10.5rem !important;}.pt-xxl-11{padding-top:12rem !important;}.pt-xxl-12{padding-top:13.5rem !important;}.pe-xxl-0{padding-right:0 !important;}.pe-xxl-1{padding-right:0.25rem !important;}.pe-xxl-1h{padding-right:0.35rem !important;}.pe-xxl-2{padding-right:0.5rem !important;}.pe-xxl-2h{padding-right:0.75rem !important;}.pe-xxl-3{padding-right:1rem !important;}.pe-xxl-4{padding-right:1.5rem !important;}.pe-xxl-4h{padding-right:2.25rem !important;}.pe-xxl-5{padding-right:3rem !important;}.pe-xxl-5h{padding-right:3.5rem !important;}.pe-xxl-6{padding-right:4.5rem !important;}.pe-xxl-7{padding-right:6rem !important;}.pe-xxl-8{padding-right:7.5rem !important;}.pe-xxl-9{padding-right:9rem !important;}.pe-xxl-10{padding-right:10.5rem !important;}.pe-xxl-11{padding-right:12rem !important;}.pe-xxl-12{padding-right:13.5rem !important;}.pb-xxl-0{padding-bottom:0 !important;}.pb-xxl-1{padding-bottom:0.25rem !important;}.pb-xxl-1h{padding-bottom:0.35rem !important;}.pb-xxl-2{padding-bottom:0.5rem !important;}.pb-xxl-2h{padding-bottom:0.75rem !important;}.pb-xxl-3{padding-bottom:1rem !important;}.pb-xxl-4{padding-bottom:1.5rem !important;}.pb-xxl-4h{padding-bottom:2.25rem !important;}.pb-xxl-5{padding-bottom:3rem !important;}.pb-xxl-5h{padding-bottom:3.5rem !important;}.pb-xxl-6{padding-bottom:4.5rem !important;}.pb-xxl-7{padding-bottom:6rem !important;}.pb-xxl-8{padding-bottom:7.5rem !important;}.pb-xxl-9{padding-bottom:9rem !important;}.pb-xxl-10{padding-bottom:10.5rem !important;}.pb-xxl-11{padding-bottom:12rem !important;}.pb-xxl-12{padding-bottom:13.5rem !important;}.ps-xxl-0{padding-left:0 !important;}.ps-xxl-1{padding-left:0.25rem !important;}.ps-xxl-1h{padding-left:0.35rem !important;}.ps-xxl-2{padding-left:0.5rem !important;}.ps-xxl-2h{padding-left:0.75rem !important;}.ps-xxl-3{padding-left:1rem !important;}.ps-xxl-4{padding-left:1.5rem !important;}.ps-xxl-4h{padding-left:2.25rem !important;}.ps-xxl-5{padding-left:3rem !important;}.ps-xxl-5h{padding-left:3.5rem !important;}.ps-xxl-6{padding-left:4.5rem !important;}.ps-xxl-7{padding-left:6rem !important;}.ps-xxl-8{padding-left:7.5rem !important;}.ps-xxl-9{padding-left:9rem !important;}.ps-xxl-10{padding-left:10.5rem !important;}.ps-xxl-11{padding-left:12rem !important;}.ps-xxl-12{padding-left:13.5rem !important;}.gap-xxl-0{gap:0 !important;}.gap-xxl-1{gap:0.25rem !important;}.gap-xxl-1h{gap:0.35rem !important;}.gap-xxl-2{gap:0.5rem !important;}.gap-xxl-2h{gap:0.75rem !important;}.gap-xxl-3{gap:1rem !important;}.gap-xxl-4{gap:1.5rem !important;}.gap-xxl-4h{gap:2.25rem !important;}.gap-xxl-5{gap:3rem !important;}.gap-xxl-5h{gap:3.5rem !important;}.gap-xxl-6{gap:4.5rem !important;}.gap-xxl-7{gap:6rem !important;}.gap-xxl-8{gap:7.5rem !important;}.gap-xxl-9{gap:9rem !important;}.gap-xxl-10{gap:10.5rem !important;}.gap-xxl-11{gap:12rem !important;}.gap-xxl-12{gap:13.5rem !important;}.row-gap-xxl-0{row-gap:0 !important;}.row-gap-xxl-1{row-gap:0.25rem !important;}.row-gap-xxl-1h{row-gap:0.35rem !important;}.row-gap-xxl-2{row-gap:0.5rem !important;}.row-gap-xxl-2h{row-gap:0.75rem !important;}.row-gap-xxl-3{row-gap:1rem !important;}.row-gap-xxl-4{row-gap:1.5rem !important;}.row-gap-xxl-4h{row-gap:2.25rem !important;}.row-gap-xxl-5{row-gap:3rem !important;}.row-gap-xxl-5h{row-gap:3.5rem !important;}.row-gap-xxl-6{row-gap:4.5rem !important;}.row-gap-xxl-7{row-gap:6rem !important;}.row-gap-xxl-8{row-gap:7.5rem !important;}.row-gap-xxl-9{row-gap:9rem !important;}.row-gap-xxl-10{row-gap:10.5rem !important;}.row-gap-xxl-11{row-gap:12rem !important;}.row-gap-xxl-12{row-gap:13.5rem !important;}.column-gap-xxl-0{column-gap:0 !important;}.column-gap-xxl-1{column-gap:0.25rem !important;}.column-gap-xxl-1h{column-gap:0.35rem !important;}.column-gap-xxl-2{column-gap:0.5rem !important;}.column-gap-xxl-2h{column-gap:0.75rem !important;}.column-gap-xxl-3{column-gap:1rem !important;}.column-gap-xxl-4{column-gap:1.5rem !important;}.column-gap-xxl-4h{column-gap:2.25rem !important;}.column-gap-xxl-5{column-gap:3rem !important;}.column-gap-xxl-5h{column-gap:3.5rem !important;}.column-gap-xxl-6{column-gap:4.5rem !important;}.column-gap-xxl-7{column-gap:6rem !important;}.column-gap-xxl-8{column-gap:7.5rem !important;}.column-gap-xxl-9{column-gap:9rem !important;}.column-gap-xxl-10{column-gap:10.5rem !important;}.column-gap-xxl-11{column-gap:12rem !important;}.column-gap-xxl-12{column-gap:13.5rem !important;}.text-xxl-start{text-align:left !important;}.text-xxl-end{text-align:right !important;}.text-xxl-center{text-align:center !important;}}@media (min-width:1600px){.float-ix1600-start{float:left !important;}.float-ix1600-end{float:right !important;}.float-ix1600-none{float:none !important;}.object-fit-ix1600-contain{object-fit:contain !important;}.object-fit-ix1600-cover{object-fit:cover !important;}.object-fit-ix1600-fill{object-fit:fill !important;}.object-fit-ix1600-scale{object-fit:scale-down !important;}.object-fit-ix1600-none{object-fit:none !important;}.d-ix1600-inline{display:inline !important;}.d-ix1600-inline-block{display:inline-block !important;}.d-ix1600-block{display:block !important;}.d-ix1600-grid{display:grid !important;}.d-ix1600-inline-grid{display:inline-grid !important;}.d-ix1600-table{display:table !important;}.d-ix1600-table-row{display:table-row !important;}.d-ix1600-table-cell{display:table-cell !important;}.d-ix1600-flex{display:flex !important;}.d-ix1600-inline-flex{display:inline-flex !important;}.d-ix1600-none{display:none !important;}.flex-ix1600-fill{flex:1 1 auto !important;}.flex-ix1600-row{flex-direction:row !important;}.flex-ix1600-column{flex-direction:column !important;}.flex-ix1600-row-reverse{flex-direction:row-reverse !important;}.flex-ix1600-column-reverse{flex-direction:column-reverse !important;}.flex-ix1600-grow-0{flex-grow:0 !important;}.flex-ix1600-grow-1{flex-grow:1 !important;}.flex-ix1600-shrink-0{flex-shrink:0 !important;}.flex-ix1600-shrink-1{flex-shrink:1 !important;}.flex-ix1600-wrap{flex-wrap:wrap !important;}.flex-ix1600-nowrap{flex-wrap:nowrap !important;}.flex-ix1600-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-ix1600-start{justify-content:flex-start !important;}.justify-content-ix1600-end{justify-content:flex-end !important;}.justify-content-ix1600-center{justify-content:center !important;}.justify-content-ix1600-between{justify-content:space-between !important;}.justify-content-ix1600-around{justify-content:space-around !important;}.justify-content-ix1600-evenly{justify-content:space-evenly !important;}.align-items-ix1600-start{align-items:flex-start !important;}.align-items-ix1600-end{align-items:flex-end !important;}.align-items-ix1600-center{align-items:center !important;}.align-items-ix1600-baseline{align-items:baseline !important;}.align-items-ix1600-stretch{align-items:stretch !important;}.align-content-ix1600-start{align-content:flex-start !important;}.align-content-ix1600-end{align-content:flex-end !important;}.align-content-ix1600-center{align-content:center !important;}.align-content-ix1600-between{align-content:space-between !important;}.align-content-ix1600-around{align-content:space-around !important;}.align-content-ix1600-stretch{align-content:stretch !important;}.align-self-ix1600-auto{align-self:auto !important;}.align-self-ix1600-start{align-self:flex-start !important;}.align-self-ix1600-end{align-self:flex-end !important;}.align-self-ix1600-center{align-self:center !important;}.align-self-ix1600-baseline{align-self:baseline !important;}.align-self-ix1600-stretch{align-self:stretch !important;}.order-ix1600-first{order:-1 !important;}.order-ix1600-0{order:0 !important;}.order-ix1600-1{order:1 !important;}.order-ix1600-2{order:2 !important;}.order-ix1600-3{order:3 !important;}.order-ix1600-4{order:4 !important;}.order-ix1600-5{order:5 !important;}.order-ix1600-last{order:6 !important;}.m-ix1600-0{margin:0 !important;}.m-ix1600-1{margin:0.25rem !important;}.m-ix1600-1h{margin:0.35rem !important;}.m-ix1600-2{margin:0.5rem !important;}.m-ix1600-2h{margin:0.75rem !important;}.m-ix1600-3{margin:1rem !important;}.m-ix1600-4{margin:1.5rem !important;}.m-ix1600-4h{margin:2.25rem !important;}.m-ix1600-5{margin:3rem !important;}.m-ix1600-5h{margin:3.5rem !important;}.m-ix1600-6{margin:4.5rem !important;}.m-ix1600-7{margin:6rem !important;}.m-ix1600-8{margin:7.5rem !important;}.m-ix1600-9{margin:9rem !important;}.m-ix1600-10{margin:10.5rem !important;}.m-ix1600-11{margin:12rem !important;}.m-ix1600-12{margin:13.5rem !important;}.m-ix1600-auto{margin:auto !important;}.mx-ix1600-0{margin-right:0 !important;margin-left:0 !important;}.mx-ix1600-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-ix1600-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-ix1600-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-ix1600-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-ix1600-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-ix1600-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-ix1600-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-ix1600-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-ix1600-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-ix1600-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-ix1600-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-ix1600-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-ix1600-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-ix1600-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-ix1600-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-ix1600-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-ix1600-auto{margin-right:auto !important;margin-left:auto !important;}.my-ix1600-0{margin-top:0 !important;margin-bottom:0 !important;}.my-ix1600-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-ix1600-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-ix1600-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-ix1600-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-ix1600-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-ix1600-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-ix1600-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-ix1600-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-ix1600-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-ix1600-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-ix1600-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-ix1600-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-ix1600-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-ix1600-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-ix1600-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-ix1600-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-ix1600-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-ix1600-0{margin-top:0 !important;}.mt-ix1600-1{margin-top:0.25rem !important;}.mt-ix1600-1h{margin-top:0.35rem !important;}.mt-ix1600-2{margin-top:0.5rem !important;}.mt-ix1600-2h{margin-top:0.75rem !important;}.mt-ix1600-3{margin-top:1rem !important;}.mt-ix1600-4{margin-top:1.5rem !important;}.mt-ix1600-4h{margin-top:2.25rem !important;}.mt-ix1600-5{margin-top:3rem !important;}.mt-ix1600-5h{margin-top:3.5rem !important;}.mt-ix1600-6{margin-top:4.5rem !important;}.mt-ix1600-7{margin-top:6rem !important;}.mt-ix1600-8{margin-top:7.5rem !important;}.mt-ix1600-9{margin-top:9rem !important;}.mt-ix1600-10{margin-top:10.5rem !important;}.mt-ix1600-11{margin-top:12rem !important;}.mt-ix1600-12{margin-top:13.5rem !important;}.mt-ix1600-auto{margin-top:auto !important;}.me-ix1600-0{margin-right:0 !important;}.me-ix1600-1{margin-right:0.25rem !important;}.me-ix1600-1h{margin-right:0.35rem !important;}.me-ix1600-2{margin-right:0.5rem !important;}.me-ix1600-2h{margin-right:0.75rem !important;}.me-ix1600-3{margin-right:1rem !important;}.me-ix1600-4{margin-right:1.5rem !important;}.me-ix1600-4h{margin-right:2.25rem !important;}.me-ix1600-5{margin-right:3rem !important;}.me-ix1600-5h{margin-right:3.5rem !important;}.me-ix1600-6{margin-right:4.5rem !important;}.me-ix1600-7{margin-right:6rem !important;}.me-ix1600-8{margin-right:7.5rem !important;}.me-ix1600-9{margin-right:9rem !important;}.me-ix1600-10{margin-right:10.5rem !important;}.me-ix1600-11{margin-right:12rem !important;}.me-ix1600-12{margin-right:13.5rem !important;}.me-ix1600-auto{margin-right:auto !important;}.mb-ix1600-0{margin-bottom:0 !important;}.mb-ix1600-1{margin-bottom:0.25rem !important;}.mb-ix1600-1h{margin-bottom:0.35rem !important;}.mb-ix1600-2{margin-bottom:0.5rem !important;}.mb-ix1600-2h{margin-bottom:0.75rem !important;}.mb-ix1600-3{margin-bottom:1rem !important;}.mb-ix1600-4{margin-bottom:1.5rem !important;}.mb-ix1600-4h{margin-bottom:2.25rem !important;}.mb-ix1600-5{margin-bottom:3rem !important;}.mb-ix1600-5h{margin-bottom:3.5rem !important;}.mb-ix1600-6{margin-bottom:4.5rem !important;}.mb-ix1600-7{margin-bottom:6rem !important;}.mb-ix1600-8{margin-bottom:7.5rem !important;}.mb-ix1600-9{margin-bottom:9rem !important;}.mb-ix1600-10{margin-bottom:10.5rem !important;}.mb-ix1600-11{margin-bottom:12rem !important;}.mb-ix1600-12{margin-bottom:13.5rem !important;}.mb-ix1600-auto{margin-bottom:auto !important;}.ms-ix1600-0{margin-left:0 !important;}.ms-ix1600-1{margin-left:0.25rem !important;}.ms-ix1600-1h{margin-left:0.35rem !important;}.ms-ix1600-2{margin-left:0.5rem !important;}.ms-ix1600-2h{margin-left:0.75rem !important;}.ms-ix1600-3{margin-left:1rem !important;}.ms-ix1600-4{margin-left:1.5rem !important;}.ms-ix1600-4h{margin-left:2.25rem !important;}.ms-ix1600-5{margin-left:3rem !important;}.ms-ix1600-5h{margin-left:3.5rem !important;}.ms-ix1600-6{margin-left:4.5rem !important;}.ms-ix1600-7{margin-left:6rem !important;}.ms-ix1600-8{margin-left:7.5rem !important;}.ms-ix1600-9{margin-left:9rem !important;}.ms-ix1600-10{margin-left:10.5rem !important;}.ms-ix1600-11{margin-left:12rem !important;}.ms-ix1600-12{margin-left:13.5rem !important;}.ms-ix1600-auto{margin-left:auto !important;}.m-ix1600-n1{margin:-0.25rem !important;}.m-ix1600-n1h{margin:-0.35rem !important;}.m-ix1600-n2{margin:-0.5rem !important;}.m-ix1600-n2h{margin:-0.75rem !important;}.m-ix1600-n3{margin:-1rem !important;}.m-ix1600-n4{margin:-1.5rem !important;}.m-ix1600-n4h{margin:-2.25rem !important;}.m-ix1600-n5{margin:-3rem !important;}.m-ix1600-n5h{margin:-3.5rem !important;}.m-ix1600-n6{margin:-4.5rem !important;}.m-ix1600-n7{margin:-6rem !important;}.m-ix1600-n8{margin:-7.5rem !important;}.m-ix1600-n9{margin:-9rem !important;}.m-ix1600-n10{margin:-10.5rem !important;}.m-ix1600-n11{margin:-12rem !important;}.m-ix1600-n12{margin:-13.5rem !important;}.mx-ix1600-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-ix1600-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-ix1600-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-ix1600-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-ix1600-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-ix1600-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-ix1600-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-ix1600-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-ix1600-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-ix1600-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-ix1600-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-ix1600-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-ix1600-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-ix1600-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-ix1600-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-ix1600-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-ix1600-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-ix1600-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-ix1600-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-ix1600-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-ix1600-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-ix1600-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-ix1600-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-ix1600-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-ix1600-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-ix1600-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-ix1600-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-ix1600-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-ix1600-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-ix1600-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-ix1600-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-ix1600-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-ix1600-n1{margin-top:-0.25rem !important;}.mt-ix1600-n1h{margin-top:-0.35rem !important;}.mt-ix1600-n2{margin-top:-0.5rem !important;}.mt-ix1600-n2h{margin-top:-0.75rem !important;}.mt-ix1600-n3{margin-top:-1rem !important;}.mt-ix1600-n4{margin-top:-1.5rem !important;}.mt-ix1600-n4h{margin-top:-2.25rem !important;}.mt-ix1600-n5{margin-top:-3rem !important;}.mt-ix1600-n5h{margin-top:-3.5rem !important;}.mt-ix1600-n6{margin-top:-4.5rem !important;}.mt-ix1600-n7{margin-top:-6rem !important;}.mt-ix1600-n8{margin-top:-7.5rem !important;}.mt-ix1600-n9{margin-top:-9rem !important;}.mt-ix1600-n10{margin-top:-10.5rem !important;}.mt-ix1600-n11{margin-top:-12rem !important;}.mt-ix1600-n12{margin-top:-13.5rem !important;}.me-ix1600-n1{margin-right:-0.25rem !important;}.me-ix1600-n1h{margin-right:-0.35rem !important;}.me-ix1600-n2{margin-right:-0.5rem !important;}.me-ix1600-n2h{margin-right:-0.75rem !important;}.me-ix1600-n3{margin-right:-1rem !important;}.me-ix1600-n4{margin-right:-1.5rem !important;}.me-ix1600-n4h{margin-right:-2.25rem !important;}.me-ix1600-n5{margin-right:-3rem !important;}.me-ix1600-n5h{margin-right:-3.5rem !important;}.me-ix1600-n6{margin-right:-4.5rem !important;}.me-ix1600-n7{margin-right:-6rem !important;}.me-ix1600-n8{margin-right:-7.5rem !important;}.me-ix1600-n9{margin-right:-9rem !important;}.me-ix1600-n10{margin-right:-10.5rem !important;}.me-ix1600-n11{margin-right:-12rem !important;}.me-ix1600-n12{margin-right:-13.5rem !important;}.mb-ix1600-n1{margin-bottom:-0.25rem !important;}.mb-ix1600-n1h{margin-bottom:-0.35rem !important;}.mb-ix1600-n2{margin-bottom:-0.5rem !important;}.mb-ix1600-n2h{margin-bottom:-0.75rem !important;}.mb-ix1600-n3{margin-bottom:-1rem !important;}.mb-ix1600-n4{margin-bottom:-1.5rem !important;}.mb-ix1600-n4h{margin-bottom:-2.25rem !important;}.mb-ix1600-n5{margin-bottom:-3rem !important;}.mb-ix1600-n5h{margin-bottom:-3.5rem !important;}.mb-ix1600-n6{margin-bottom:-4.5rem !important;}.mb-ix1600-n7{margin-bottom:-6rem !important;}.mb-ix1600-n8{margin-bottom:-7.5rem !important;}.mb-ix1600-n9{margin-bottom:-9rem !important;}.mb-ix1600-n10{margin-bottom:-10.5rem !important;}.mb-ix1600-n11{margin-bottom:-12rem !important;}.mb-ix1600-n12{margin-bottom:-13.5rem !important;}.ms-ix1600-n1{margin-left:-0.25rem !important;}.ms-ix1600-n1h{margin-left:-0.35rem !important;}.ms-ix1600-n2{margin-left:-0.5rem !important;}.ms-ix1600-n2h{margin-left:-0.75rem !important;}.ms-ix1600-n3{margin-left:-1rem !important;}.ms-ix1600-n4{margin-left:-1.5rem !important;}.ms-ix1600-n4h{margin-left:-2.25rem !important;}.ms-ix1600-n5{margin-left:-3rem !important;}.ms-ix1600-n5h{margin-left:-3.5rem !important;}.ms-ix1600-n6{margin-left:-4.5rem !important;}.ms-ix1600-n7{margin-left:-6rem !important;}.ms-ix1600-n8{margin-left:-7.5rem !important;}.ms-ix1600-n9{margin-left:-9rem !important;}.ms-ix1600-n10{margin-left:-10.5rem !important;}.ms-ix1600-n11{margin-left:-12rem !important;}.ms-ix1600-n12{margin-left:-13.5rem !important;}.p-ix1600-0{padding:0 !important;}.p-ix1600-1{padding:0.25rem !important;}.p-ix1600-1h{padding:0.35rem !important;}.p-ix1600-2{padding:0.5rem !important;}.p-ix1600-2h{padding:0.75rem !important;}.p-ix1600-3{padding:1rem !important;}.p-ix1600-4{padding:1.5rem !important;}.p-ix1600-4h{padding:2.25rem !important;}.p-ix1600-5{padding:3rem !important;}.p-ix1600-5h{padding:3.5rem !important;}.p-ix1600-6{padding:4.5rem !important;}.p-ix1600-7{padding:6rem !important;}.p-ix1600-8{padding:7.5rem !important;}.p-ix1600-9{padding:9rem !important;}.p-ix1600-10{padding:10.5rem !important;}.p-ix1600-11{padding:12rem !important;}.p-ix1600-12{padding:13.5rem !important;}.px-ix1600-0{padding-right:0 !important;padding-left:0 !important;}.px-ix1600-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-ix1600-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-ix1600-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-ix1600-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-ix1600-3{padding-right:1rem !important;padding-left:1rem !important;}.px-ix1600-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-ix1600-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-ix1600-5{padding-right:3rem !important;padding-left:3rem !important;}.px-ix1600-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-ix1600-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-ix1600-7{padding-right:6rem !important;padding-left:6rem !important;}.px-ix1600-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-ix1600-9{padding-right:9rem !important;padding-left:9rem !important;}.px-ix1600-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-ix1600-11{padding-right:12rem !important;padding-left:12rem !important;}.px-ix1600-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-ix1600-0{padding-top:0 !important;padding-bottom:0 !important;}.py-ix1600-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-ix1600-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-ix1600-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-ix1600-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-ix1600-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-ix1600-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-ix1600-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-ix1600-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-ix1600-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-ix1600-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-ix1600-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-ix1600-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-ix1600-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-ix1600-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-ix1600-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-ix1600-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-ix1600-0{padding-top:0 !important;}.pt-ix1600-1{padding-top:0.25rem !important;}.pt-ix1600-1h{padding-top:0.35rem !important;}.pt-ix1600-2{padding-top:0.5rem !important;}.pt-ix1600-2h{padding-top:0.75rem !important;}.pt-ix1600-3{padding-top:1rem !important;}.pt-ix1600-4{padding-top:1.5rem !important;}.pt-ix1600-4h{padding-top:2.25rem !important;}.pt-ix1600-5{padding-top:3rem !important;}.pt-ix1600-5h{padding-top:3.5rem !important;}.pt-ix1600-6{padding-top:4.5rem !important;}.pt-ix1600-7{padding-top:6rem !important;}.pt-ix1600-8{padding-top:7.5rem !important;}.pt-ix1600-9{padding-top:9rem !important;}.pt-ix1600-10{padding-top:10.5rem !important;}.pt-ix1600-11{padding-top:12rem !important;}.pt-ix1600-12{padding-top:13.5rem !important;}.pe-ix1600-0{padding-right:0 !important;}.pe-ix1600-1{padding-right:0.25rem !important;}.pe-ix1600-1h{padding-right:0.35rem !important;}.pe-ix1600-2{padding-right:0.5rem !important;}.pe-ix1600-2h{padding-right:0.75rem !important;}.pe-ix1600-3{padding-right:1rem !important;}.pe-ix1600-4{padding-right:1.5rem !important;}.pe-ix1600-4h{padding-right:2.25rem !important;}.pe-ix1600-5{padding-right:3rem !important;}.pe-ix1600-5h{padding-right:3.5rem !important;}.pe-ix1600-6{padding-right:4.5rem !important;}.pe-ix1600-7{padding-right:6rem !important;}.pe-ix1600-8{padding-right:7.5rem !important;}.pe-ix1600-9{padding-right:9rem !important;}.pe-ix1600-10{padding-right:10.5rem !important;}.pe-ix1600-11{padding-right:12rem !important;}.pe-ix1600-12{padding-right:13.5rem !important;}.pb-ix1600-0{padding-bottom:0 !important;}.pb-ix1600-1{padding-bottom:0.25rem !important;}.pb-ix1600-1h{padding-bottom:0.35rem !important;}.pb-ix1600-2{padding-bottom:0.5rem !important;}.pb-ix1600-2h{padding-bottom:0.75rem !important;}.pb-ix1600-3{padding-bottom:1rem !important;}.pb-ix1600-4{padding-bottom:1.5rem !important;}.pb-ix1600-4h{padding-bottom:2.25rem !important;}.pb-ix1600-5{padding-bottom:3rem !important;}.pb-ix1600-5h{padding-bottom:3.5rem !important;}.pb-ix1600-6{padding-bottom:4.5rem !important;}.pb-ix1600-7{padding-bottom:6rem !important;}.pb-ix1600-8{padding-bottom:7.5rem !important;}.pb-ix1600-9{padding-bottom:9rem !important;}.pb-ix1600-10{padding-bottom:10.5rem !important;}.pb-ix1600-11{padding-bottom:12rem !important;}.pb-ix1600-12{padding-bottom:13.5rem !important;}.ps-ix1600-0{padding-left:0 !important;}.ps-ix1600-1{padding-left:0.25rem !important;}.ps-ix1600-1h{padding-left:0.35rem !important;}.ps-ix1600-2{padding-left:0.5rem !important;}.ps-ix1600-2h{padding-left:0.75rem !important;}.ps-ix1600-3{padding-left:1rem !important;}.ps-ix1600-4{padding-left:1.5rem !important;}.ps-ix1600-4h{padding-left:2.25rem !important;}.ps-ix1600-5{padding-left:3rem !important;}.ps-ix1600-5h{padding-left:3.5rem !important;}.ps-ix1600-6{padding-left:4.5rem !important;}.ps-ix1600-7{padding-left:6rem !important;}.ps-ix1600-8{padding-left:7.5rem !important;}.ps-ix1600-9{padding-left:9rem !important;}.ps-ix1600-10{padding-left:10.5rem !important;}.ps-ix1600-11{padding-left:12rem !important;}.ps-ix1600-12{padding-left:13.5rem !important;}.gap-ix1600-0{gap:0 !important;}.gap-ix1600-1{gap:0.25rem !important;}.gap-ix1600-1h{gap:0.35rem !important;}.gap-ix1600-2{gap:0.5rem !important;}.gap-ix1600-2h{gap:0.75rem !important;}.gap-ix1600-3{gap:1rem !important;}.gap-ix1600-4{gap:1.5rem !important;}.gap-ix1600-4h{gap:2.25rem !important;}.gap-ix1600-5{gap:3rem !important;}.gap-ix1600-5h{gap:3.5rem !important;}.gap-ix1600-6{gap:4.5rem !important;}.gap-ix1600-7{gap:6rem !important;}.gap-ix1600-8{gap:7.5rem !important;}.gap-ix1600-9{gap:9rem !important;}.gap-ix1600-10{gap:10.5rem !important;}.gap-ix1600-11{gap:12rem !important;}.gap-ix1600-12{gap:13.5rem !important;}.row-gap-ix1600-0{row-gap:0 !important;}.row-gap-ix1600-1{row-gap:0.25rem !important;}.row-gap-ix1600-1h{row-gap:0.35rem !important;}.row-gap-ix1600-2{row-gap:0.5rem !important;}.row-gap-ix1600-2h{row-gap:0.75rem !important;}.row-gap-ix1600-3{row-gap:1rem !important;}.row-gap-ix1600-4{row-gap:1.5rem !important;}.row-gap-ix1600-4h{row-gap:2.25rem !important;}.row-gap-ix1600-5{row-gap:3rem !important;}.row-gap-ix1600-5h{row-gap:3.5rem !important;}.row-gap-ix1600-6{row-gap:4.5rem !important;}.row-gap-ix1600-7{row-gap:6rem !important;}.row-gap-ix1600-8{row-gap:7.5rem !important;}.row-gap-ix1600-9{row-gap:9rem !important;}.row-gap-ix1600-10{row-gap:10.5rem !important;}.row-gap-ix1600-11{row-gap:12rem !important;}.row-gap-ix1600-12{row-gap:13.5rem !important;}.column-gap-ix1600-0{column-gap:0 !important;}.column-gap-ix1600-1{column-gap:0.25rem !important;}.column-gap-ix1600-1h{column-gap:0.35rem !important;}.column-gap-ix1600-2{column-gap:0.5rem !important;}.column-gap-ix1600-2h{column-gap:0.75rem !important;}.column-gap-ix1600-3{column-gap:1rem !important;}.column-gap-ix1600-4{column-gap:1.5rem !important;}.column-gap-ix1600-4h{column-gap:2.25rem !important;}.column-gap-ix1600-5{column-gap:3rem !important;}.column-gap-ix1600-5h{column-gap:3.5rem !important;}.column-gap-ix1600-6{column-gap:4.5rem !important;}.column-gap-ix1600-7{column-gap:6rem !important;}.column-gap-ix1600-8{column-gap:7.5rem !important;}.column-gap-ix1600-9{column-gap:9rem !important;}.column-gap-ix1600-10{column-gap:10.5rem !important;}.column-gap-ix1600-11{column-gap:12rem !important;}.column-gap-ix1600-12{column-gap:13.5rem !important;}.text-ix1600-start{text-align:left !important;}.text-ix1600-end{text-align:right !important;}.text-ix1600-center{text-align:center !important;}}@media (min-width:1880px){.float-xxxl-start{float:left !important;}.float-xxxl-end{float:right !important;}.float-xxxl-none{float:none !important;}.object-fit-xxxl-contain{object-fit:contain !important;}.object-fit-xxxl-cover{object-fit:cover !important;}.object-fit-xxxl-fill{object-fit:fill !important;}.object-fit-xxxl-scale{object-fit:scale-down !important;}.object-fit-xxxl-none{object-fit:none !important;}.d-xxxl-inline{display:inline !important;}.d-xxxl-inline-block{display:inline-block !important;}.d-xxxl-block{display:block !important;}.d-xxxl-grid{display:grid !important;}.d-xxxl-inline-grid{display:inline-grid !important;}.d-xxxl-table{display:table !important;}.d-xxxl-table-row{display:table-row !important;}.d-xxxl-table-cell{display:table-cell !important;}.d-xxxl-flex{display:flex !important;}.d-xxxl-inline-flex{display:inline-flex !important;}.d-xxxl-none{display:none !important;}.flex-xxxl-fill{flex:1 1 auto !important;}.flex-xxxl-row{flex-direction:row !important;}.flex-xxxl-column{flex-direction:column !important;}.flex-xxxl-row-reverse{flex-direction:row-reverse !important;}.flex-xxxl-column-reverse{flex-direction:column-reverse !important;}.flex-xxxl-grow-0{flex-grow:0 !important;}.flex-xxxl-grow-1{flex-grow:1 !important;}.flex-xxxl-shrink-0{flex-shrink:0 !important;}.flex-xxxl-shrink-1{flex-shrink:1 !important;}.flex-xxxl-wrap{flex-wrap:wrap !important;}.flex-xxxl-nowrap{flex-wrap:nowrap !important;}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-xxxl-start{justify-content:flex-start !important;}.justify-content-xxxl-end{justify-content:flex-end !important;}.justify-content-xxxl-center{justify-content:center !important;}.justify-content-xxxl-between{justify-content:space-between !important;}.justify-content-xxxl-around{justify-content:space-around !important;}.justify-content-xxxl-evenly{justify-content:space-evenly !important;}.align-items-xxxl-start{align-items:flex-start !important;}.align-items-xxxl-end{align-items:flex-end !important;}.align-items-xxxl-center{align-items:center !important;}.align-items-xxxl-baseline{align-items:baseline !important;}.align-items-xxxl-stretch{align-items:stretch !important;}.align-content-xxxl-start{align-content:flex-start !important;}.align-content-xxxl-end{align-content:flex-end !important;}.align-content-xxxl-center{align-content:center !important;}.align-content-xxxl-between{align-content:space-between !important;}.align-content-xxxl-around{align-content:space-around !important;}.align-content-xxxl-stretch{align-content:stretch !important;}.align-self-xxxl-auto{align-self:auto !important;}.align-self-xxxl-start{align-self:flex-start !important;}.align-self-xxxl-end{align-self:flex-end !important;}.align-self-xxxl-center{align-self:center !important;}.align-self-xxxl-baseline{align-self:baseline !important;}.align-self-xxxl-stretch{align-self:stretch !important;}.order-xxxl-first{order:-1 !important;}.order-xxxl-0{order:0 !important;}.order-xxxl-1{order:1 !important;}.order-xxxl-2{order:2 !important;}.order-xxxl-3{order:3 !important;}.order-xxxl-4{order:4 !important;}.order-xxxl-5{order:5 !important;}.order-xxxl-last{order:6 !important;}.m-xxxl-0{margin:0 !important;}.m-xxxl-1{margin:0.25rem !important;}.m-xxxl-1h{margin:0.35rem !important;}.m-xxxl-2{margin:0.5rem !important;}.m-xxxl-2h{margin:0.75rem !important;}.m-xxxl-3{margin:1rem !important;}.m-xxxl-4{margin:1.5rem !important;}.m-xxxl-4h{margin:2.25rem !important;}.m-xxxl-5{margin:3rem !important;}.m-xxxl-5h{margin:3.5rem !important;}.m-xxxl-6{margin:4.5rem !important;}.m-xxxl-7{margin:6rem !important;}.m-xxxl-8{margin:7.5rem !important;}.m-xxxl-9{margin:9rem !important;}.m-xxxl-10{margin:10.5rem !important;}.m-xxxl-11{margin:12rem !important;}.m-xxxl-12{margin:13.5rem !important;}.m-xxxl-auto{margin:auto !important;}.mx-xxxl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xxxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xxxl-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-xxxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xxxl-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xxxl-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-xxxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-xxxl-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-xxxl-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-xxxl-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-xxxl-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-xxxl-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-xxxl-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-xxxl-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-xxxl-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-xxxl-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-xxxl-12{margin-right:13.5rem !important;margin-left:13.5rem !important;}.mx-xxxl-auto{margin-right:auto !important;margin-left:auto !important;}.my-xxxl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xxxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xxxl-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-xxxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xxxl-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xxxl-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xxxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-xxxl-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-xxxl-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-xxxl-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-xxxl-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-xxxl-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-xxxl-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-xxxl-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-xxxl-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-xxxl-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-xxxl-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-xxxl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xxxl-0{margin-top:0 !important;}.mt-xxxl-1{margin-top:0.25rem !important;}.mt-xxxl-1h{margin-top:0.35rem !important;}.mt-xxxl-2{margin-top:0.5rem !important;}.mt-xxxl-2h{margin-top:0.75rem !important;}.mt-xxxl-3{margin-top:1rem !important;}.mt-xxxl-4{margin-top:1.5rem !important;}.mt-xxxl-4h{margin-top:2.25rem !important;}.mt-xxxl-5{margin-top:3rem !important;}.mt-xxxl-5h{margin-top:3.5rem !important;}.mt-xxxl-6{margin-top:4.5rem !important;}.mt-xxxl-7{margin-top:6rem !important;}.mt-xxxl-8{margin-top:7.5rem !important;}.mt-xxxl-9{margin-top:9rem !important;}.mt-xxxl-10{margin-top:10.5rem !important;}.mt-xxxl-11{margin-top:12rem !important;}.mt-xxxl-12{margin-top:13.5rem !important;}.mt-xxxl-auto{margin-top:auto !important;}.me-xxxl-0{margin-right:0 !important;}.me-xxxl-1{margin-right:0.25rem !important;}.me-xxxl-1h{margin-right:0.35rem !important;}.me-xxxl-2{margin-right:0.5rem !important;}.me-xxxl-2h{margin-right:0.75rem !important;}.me-xxxl-3{margin-right:1rem !important;}.me-xxxl-4{margin-right:1.5rem !important;}.me-xxxl-4h{margin-right:2.25rem !important;}.me-xxxl-5{margin-right:3rem !important;}.me-xxxl-5h{margin-right:3.5rem !important;}.me-xxxl-6{margin-right:4.5rem !important;}.me-xxxl-7{margin-right:6rem !important;}.me-xxxl-8{margin-right:7.5rem !important;}.me-xxxl-9{margin-right:9rem !important;}.me-xxxl-10{margin-right:10.5rem !important;}.me-xxxl-11{margin-right:12rem !important;}.me-xxxl-12{margin-right:13.5rem !important;}.me-xxxl-auto{margin-right:auto !important;}.mb-xxxl-0{margin-bottom:0 !important;}.mb-xxxl-1{margin-bottom:0.25rem !important;}.mb-xxxl-1h{margin-bottom:0.35rem !important;}.mb-xxxl-2{margin-bottom:0.5rem !important;}.mb-xxxl-2h{margin-bottom:0.75rem !important;}.mb-xxxl-3{margin-bottom:1rem !important;}.mb-xxxl-4{margin-bottom:1.5rem !important;}.mb-xxxl-4h{margin-bottom:2.25rem !important;}.mb-xxxl-5{margin-bottom:3rem !important;}.mb-xxxl-5h{margin-bottom:3.5rem !important;}.mb-xxxl-6{margin-bottom:4.5rem !important;}.mb-xxxl-7{margin-bottom:6rem !important;}.mb-xxxl-8{margin-bottom:7.5rem !important;}.mb-xxxl-9{margin-bottom:9rem !important;}.mb-xxxl-10{margin-bottom:10.5rem !important;}.mb-xxxl-11{margin-bottom:12rem !important;}.mb-xxxl-12{margin-bottom:13.5rem !important;}.mb-xxxl-auto{margin-bottom:auto !important;}.ms-xxxl-0{margin-left:0 !important;}.ms-xxxl-1{margin-left:0.25rem !important;}.ms-xxxl-1h{margin-left:0.35rem !important;}.ms-xxxl-2{margin-left:0.5rem !important;}.ms-xxxl-2h{margin-left:0.75rem !important;}.ms-xxxl-3{margin-left:1rem !important;}.ms-xxxl-4{margin-left:1.5rem !important;}.ms-xxxl-4h{margin-left:2.25rem !important;}.ms-xxxl-5{margin-left:3rem !important;}.ms-xxxl-5h{margin-left:3.5rem !important;}.ms-xxxl-6{margin-left:4.5rem !important;}.ms-xxxl-7{margin-left:6rem !important;}.ms-xxxl-8{margin-left:7.5rem !important;}.ms-xxxl-9{margin-left:9rem !important;}.ms-xxxl-10{margin-left:10.5rem !important;}.ms-xxxl-11{margin-left:12rem !important;}.ms-xxxl-12{margin-left:13.5rem !important;}.ms-xxxl-auto{margin-left:auto !important;}.m-xxxl-n1{margin:-0.25rem !important;}.m-xxxl-n1h{margin:-0.35rem !important;}.m-xxxl-n2{margin:-0.5rem !important;}.m-xxxl-n2h{margin:-0.75rem !important;}.m-xxxl-n3{margin:-1rem !important;}.m-xxxl-n4{margin:-1.5rem !important;}.m-xxxl-n4h{margin:-2.25rem !important;}.m-xxxl-n5{margin:-3rem !important;}.m-xxxl-n5h{margin:-3.5rem !important;}.m-xxxl-n6{margin:-4.5rem !important;}.m-xxxl-n7{margin:-6rem !important;}.m-xxxl-n8{margin:-7.5rem !important;}.m-xxxl-n9{margin:-9rem !important;}.m-xxxl-n10{margin:-10.5rem !important;}.m-xxxl-n11{margin:-12rem !important;}.m-xxxl-n12{margin:-13.5rem !important;}.mx-xxxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xxxl-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-xxxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xxxl-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-xxxl-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xxxl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-xxxl-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-xxxl-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-xxxl-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-xxxl-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-xxxl-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-xxxl-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-xxxl-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-xxxl-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-xxxl-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-xxxl-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-xxxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xxxl-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-xxxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xxxl-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-xxxl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xxxl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-xxxl-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-xxxl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-xxxl-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-xxxl-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-xxxl-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-xxxl-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-xxxl-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-xxxl-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-xxxl-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-xxxl-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-xxxl-n1{margin-top:-0.25rem !important;}.mt-xxxl-n1h{margin-top:-0.35rem !important;}.mt-xxxl-n2{margin-top:-0.5rem !important;}.mt-xxxl-n2h{margin-top:-0.75rem !important;}.mt-xxxl-n3{margin-top:-1rem !important;}.mt-xxxl-n4{margin-top:-1.5rem !important;}.mt-xxxl-n4h{margin-top:-2.25rem !important;}.mt-xxxl-n5{margin-top:-3rem !important;}.mt-xxxl-n5h{margin-top:-3.5rem !important;}.mt-xxxl-n6{margin-top:-4.5rem !important;}.mt-xxxl-n7{margin-top:-6rem !important;}.mt-xxxl-n8{margin-top:-7.5rem !important;}.mt-xxxl-n9{margin-top:-9rem !important;}.mt-xxxl-n10{margin-top:-10.5rem !important;}.mt-xxxl-n11{margin-top:-12rem !important;}.mt-xxxl-n12{margin-top:-13.5rem !important;}.me-xxxl-n1{margin-right:-0.25rem !important;}.me-xxxl-n1h{margin-right:-0.35rem !important;}.me-xxxl-n2{margin-right:-0.5rem !important;}.me-xxxl-n2h{margin-right:-0.75rem !important;}.me-xxxl-n3{margin-right:-1rem !important;}.me-xxxl-n4{margin-right:-1.5rem !important;}.me-xxxl-n4h{margin-right:-2.25rem !important;}.me-xxxl-n5{margin-right:-3rem !important;}.me-xxxl-n5h{margin-right:-3.5rem !important;}.me-xxxl-n6{margin-right:-4.5rem !important;}.me-xxxl-n7{margin-right:-6rem !important;}.me-xxxl-n8{margin-right:-7.5rem !important;}.me-xxxl-n9{margin-right:-9rem !important;}.me-xxxl-n10{margin-right:-10.5rem !important;}.me-xxxl-n11{margin-right:-12rem !important;}.me-xxxl-n12{margin-right:-13.5rem !important;}.mb-xxxl-n1{margin-bottom:-0.25rem !important;}.mb-xxxl-n1h{margin-bottom:-0.35rem !important;}.mb-xxxl-n2{margin-bottom:-0.5rem !important;}.mb-xxxl-n2h{margin-bottom:-0.75rem !important;}.mb-xxxl-n3{margin-bottom:-1rem !important;}.mb-xxxl-n4{margin-bottom:-1.5rem !important;}.mb-xxxl-n4h{margin-bottom:-2.25rem !important;}.mb-xxxl-n5{margin-bottom:-3rem !important;}.mb-xxxl-n5h{margin-bottom:-3.5rem !important;}.mb-xxxl-n6{margin-bottom:-4.5rem !important;}.mb-xxxl-n7{margin-bottom:-6rem !important;}.mb-xxxl-n8{margin-bottom:-7.5rem !important;}.mb-xxxl-n9{margin-bottom:-9rem !important;}.mb-xxxl-n10{margin-bottom:-10.5rem !important;}.mb-xxxl-n11{margin-bottom:-12rem !important;}.mb-xxxl-n12{margin-bottom:-13.5rem !important;}.ms-xxxl-n1{margin-left:-0.25rem !important;}.ms-xxxl-n1h{margin-left:-0.35rem !important;}.ms-xxxl-n2{margin-left:-0.5rem !important;}.ms-xxxl-n2h{margin-left:-0.75rem !important;}.ms-xxxl-n3{margin-left:-1rem !important;}.ms-xxxl-n4{margin-left:-1.5rem !important;}.ms-xxxl-n4h{margin-left:-2.25rem !important;}.ms-xxxl-n5{margin-left:-3rem !important;}.ms-xxxl-n5h{margin-left:-3.5rem !important;}.ms-xxxl-n6{margin-left:-4.5rem !important;}.ms-xxxl-n7{margin-left:-6rem !important;}.ms-xxxl-n8{margin-left:-7.5rem !important;}.ms-xxxl-n9{margin-left:-9rem !important;}.ms-xxxl-n10{margin-left:-10.5rem !important;}.ms-xxxl-n11{margin-left:-12rem !important;}.ms-xxxl-n12{margin-left:-13.5rem !important;}.p-xxxl-0{padding:0 !important;}.p-xxxl-1{padding:0.25rem !important;}.p-xxxl-1h{padding:0.35rem !important;}.p-xxxl-2{padding:0.5rem !important;}.p-xxxl-2h{padding:0.75rem !important;}.p-xxxl-3{padding:1rem !important;}.p-xxxl-4{padding:1.5rem !important;}.p-xxxl-4h{padding:2.25rem !important;}.p-xxxl-5{padding:3rem !important;}.p-xxxl-5h{padding:3.5rem !important;}.p-xxxl-6{padding:4.5rem !important;}.p-xxxl-7{padding:6rem !important;}.p-xxxl-8{padding:7.5rem !important;}.p-xxxl-9{padding:9rem !important;}.p-xxxl-10{padding:10.5rem !important;}.p-xxxl-11{padding:12rem !important;}.p-xxxl-12{padding:13.5rem !important;}.px-xxxl-0{padding-right:0 !important;padding-left:0 !important;}.px-xxxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xxxl-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-xxxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xxxl-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xxxl-3{padding-right:1rem !important;padding-left:1rem !important;}.px-xxxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-xxxl-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-xxxl-5{padding-right:3rem !important;padding-left:3rem !important;}.px-xxxl-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-xxxl-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-xxxl-7{padding-right:6rem !important;padding-left:6rem !important;}.px-xxxl-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-xxxl-9{padding-right:9rem !important;padding-left:9rem !important;}.px-xxxl-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-xxxl-11{padding-right:12rem !important;padding-left:12rem !important;}.px-xxxl-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-xxxl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xxxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xxxl-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-xxxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xxxl-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xxxl-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xxxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-xxxl-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-xxxl-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-xxxl-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-xxxl-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-xxxl-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-xxxl-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-xxxl-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-xxxl-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-xxxl-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-xxxl-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-xxxl-0{padding-top:0 !important;}.pt-xxxl-1{padding-top:0.25rem !important;}.pt-xxxl-1h{padding-top:0.35rem !important;}.pt-xxxl-2{padding-top:0.5rem !important;}.pt-xxxl-2h{padding-top:0.75rem !important;}.pt-xxxl-3{padding-top:1rem !important;}.pt-xxxl-4{padding-top:1.5rem !important;}.pt-xxxl-4h{padding-top:2.25rem !important;}.pt-xxxl-5{padding-top:3rem !important;}.pt-xxxl-5h{padding-top:3.5rem !important;}.pt-xxxl-6{padding-top:4.5rem !important;}.pt-xxxl-7{padding-top:6rem !important;}.pt-xxxl-8{padding-top:7.5rem !important;}.pt-xxxl-9{padding-top:9rem !important;}.pt-xxxl-10{padding-top:10.5rem !important;}.pt-xxxl-11{padding-top:12rem !important;}.pt-xxxl-12{padding-top:13.5rem !important;}.pe-xxxl-0{padding-right:0 !important;}.pe-xxxl-1{padding-right:0.25rem !important;}.pe-xxxl-1h{padding-right:0.35rem !important;}.pe-xxxl-2{padding-right:0.5rem !important;}.pe-xxxl-2h{padding-right:0.75rem !important;}.pe-xxxl-3{padding-right:1rem !important;}.pe-xxxl-4{padding-right:1.5rem !important;}.pe-xxxl-4h{padding-right:2.25rem !important;}.pe-xxxl-5{padding-right:3rem !important;}.pe-xxxl-5h{padding-right:3.5rem !important;}.pe-xxxl-6{padding-right:4.5rem !important;}.pe-xxxl-7{padding-right:6rem !important;}.pe-xxxl-8{padding-right:7.5rem !important;}.pe-xxxl-9{padding-right:9rem !important;}.pe-xxxl-10{padding-right:10.5rem !important;}.pe-xxxl-11{padding-right:12rem !important;}.pe-xxxl-12{padding-right:13.5rem !important;}.pb-xxxl-0{padding-bottom:0 !important;}.pb-xxxl-1{padding-bottom:0.25rem !important;}.pb-xxxl-1h{padding-bottom:0.35rem !important;}.pb-xxxl-2{padding-bottom:0.5rem !important;}.pb-xxxl-2h{padding-bottom:0.75rem !important;}.pb-xxxl-3{padding-bottom:1rem !important;}.pb-xxxl-4{padding-bottom:1.5rem !important;}.pb-xxxl-4h{padding-bottom:2.25rem !important;}.pb-xxxl-5{padding-bottom:3rem !important;}.pb-xxxl-5h{padding-bottom:3.5rem !important;}.pb-xxxl-6{padding-bottom:4.5rem !important;}.pb-xxxl-7{padding-bottom:6rem !important;}.pb-xxxl-8{padding-bottom:7.5rem !important;}.pb-xxxl-9{padding-bottom:9rem !important;}.pb-xxxl-10{padding-bottom:10.5rem !important;}.pb-xxxl-11{padding-bottom:12rem !important;}.pb-xxxl-12{padding-bottom:13.5rem !important;}.ps-xxxl-0{padding-left:0 !important;}.ps-xxxl-1{padding-left:0.25rem !important;}.ps-xxxl-1h{padding-left:0.35rem !important;}.ps-xxxl-2{padding-left:0.5rem !important;}.ps-xxxl-2h{padding-left:0.75rem !important;}.ps-xxxl-3{padding-left:1rem !important;}.ps-xxxl-4{padding-left:1.5rem !important;}.ps-xxxl-4h{padding-left:2.25rem !important;}.ps-xxxl-5{padding-left:3rem !important;}.ps-xxxl-5h{padding-left:3.5rem !important;}.ps-xxxl-6{padding-left:4.5rem !important;}.ps-xxxl-7{padding-left:6rem !important;}.ps-xxxl-8{padding-left:7.5rem !important;}.ps-xxxl-9{padding-left:9rem !important;}.ps-xxxl-10{padding-left:10.5rem !important;}.ps-xxxl-11{padding-left:12rem !important;}.ps-xxxl-12{padding-left:13.5rem !important;}.gap-xxxl-0{gap:0 !important;}.gap-xxxl-1{gap:0.25rem !important;}.gap-xxxl-1h{gap:0.35rem !important;}.gap-xxxl-2{gap:0.5rem !important;}.gap-xxxl-2h{gap:0.75rem !important;}.gap-xxxl-3{gap:1rem !important;}.gap-xxxl-4{gap:1.5rem !important;}.gap-xxxl-4h{gap:2.25rem !important;}.gap-xxxl-5{gap:3rem !important;}.gap-xxxl-5h{gap:3.5rem !important;}.gap-xxxl-6{gap:4.5rem !important;}.gap-xxxl-7{gap:6rem !important;}.gap-xxxl-8{gap:7.5rem !important;}.gap-xxxl-9{gap:9rem !important;}.gap-xxxl-10{gap:10.5rem !important;}.gap-xxxl-11{gap:12rem !important;}.gap-xxxl-12{gap:13.5rem !important;}.row-gap-xxxl-0{row-gap:0 !important;}.row-gap-xxxl-1{row-gap:0.25rem !important;}.row-gap-xxxl-1h{row-gap:0.35rem !important;}.row-gap-xxxl-2{row-gap:0.5rem !important;}.row-gap-xxxl-2h{row-gap:0.75rem !important;}.row-gap-xxxl-3{row-gap:1rem !important;}.row-gap-xxxl-4{row-gap:1.5rem !important;}.row-gap-xxxl-4h{row-gap:2.25rem !important;}.row-gap-xxxl-5{row-gap:3rem !important;}.row-gap-xxxl-5h{row-gap:3.5rem !important;}.row-gap-xxxl-6{row-gap:4.5rem !important;}.row-gap-xxxl-7{row-gap:6rem !important;}.row-gap-xxxl-8{row-gap:7.5rem !important;}.row-gap-xxxl-9{row-gap:9rem !important;}.row-gap-xxxl-10{row-gap:10.5rem !important;}.row-gap-xxxl-11{row-gap:12rem !important;}.row-gap-xxxl-12{row-gap:13.5rem !important;}.column-gap-xxxl-0{column-gap:0 !important;}.column-gap-xxxl-1{column-gap:0.25rem !important;}.column-gap-xxxl-1h{column-gap:0.35rem !important;}.column-gap-xxxl-2{column-gap:0.5rem !important;}.column-gap-xxxl-2h{column-gap:0.75rem !important;}.column-gap-xxxl-3{column-gap:1rem !important;}.column-gap-xxxl-4{column-gap:1.5rem !important;}.column-gap-xxxl-4h{column-gap:2.25rem !important;}.column-gap-xxxl-5{column-gap:3rem !important;}.column-gap-xxxl-5h{column-gap:3.5rem !important;}.column-gap-xxxl-6{column-gap:4.5rem !important;}.column-gap-xxxl-7{column-gap:6rem !important;}.column-gap-xxxl-8{column-gap:7.5rem !important;}.column-gap-xxxl-9{column-gap:9rem !important;}.column-gap-xxxl-10{column-gap:10.5rem !important;}.column-gap-xxxl-11{column-gap:12rem !important;}.column-gap-xxxl-12{column-gap:13.5rem !important;}.text-xxxl-start{text-align:left !important;}.text-xxxl-end{text-align:right !important;}.text-xxxl-center{text-align:center !important;}}@media (min-width:2300px){.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-1{margin:0.25rem !important;}.m-xxxxl-1h{margin:0.35rem !important;}.m-xxxxl-2{margin:0.5rem !important;}.m-xxxxl-2h{margin:0.75rem !important;}.m-xxxxl-3{margin:1rem !important;}.m-xxxxl-4{margin:1.5rem !important;}.m-xxxxl-4h{margin:2.25rem !important;}.m-xxxxl-5{margin:3rem !important;}.m-xxxxl-5h{margin:3.5rem !important;}.m-xxxxl-6{margin:4.5rem !important;}.m-xxxxl-7{margin:6rem !important;}.m-xxxxl-8{margin:7.5rem !important;}.m-xxxxl-9{margin:9rem !important;}.m-xxxxl-10{margin:10.5rem !important;}.m-xxxxl-11{margin:12rem !important;}.m-xxxxl-12{margin:13.5rem !important;}.m-xxxxl-auto{margin:auto !important;}.mx-xxxxl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xxxxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xxxxl-1h{margin-right:0.35rem !important;margin-left:0.35rem !important;}.mx-xxxxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xxxxl-2h{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xxxxl-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-xxxxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-xxxxl-4h{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-xxxxl-5{margin-right:3rem !important;margin-left:3rem !important;}.mx-xxxxl-5h{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-xxxxl-6{margin-right:4.5rem !important;margin-left:4.5rem !important;}.mx-xxxxl-7{margin-right:6rem !important;margin-left:6rem !important;}.mx-xxxxl-8{margin-right:7.5rem !important;margin-left:7.5rem !important;}.mx-xxxxl-9{margin-right:9rem !important;margin-left:9rem !important;}.mx-xxxxl-10{margin-right:10.5rem !important;margin-left:10.5rem !important;}.mx-xxxxl-11{margin-right:12rem !important;margin-left:12rem !important;}.mx-xxxxl-12{margin-right:13.5rem !important;margin-left:13.5rem !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-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xxxxl-1h{margin-top:0.35rem !important;margin-bottom:0.35rem !important;}.my-xxxxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xxxxl-2h{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xxxxl-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xxxxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-xxxxl-4h{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-xxxxl-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-xxxxl-5h{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-xxxxl-6{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-xxxxl-7{margin-top:6rem !important;margin-bottom:6rem !important;}.my-xxxxl-8{margin-top:7.5rem !important;margin-bottom:7.5rem !important;}.my-xxxxl-9{margin-top:9rem !important;margin-bottom:9rem !important;}.my-xxxxl-10{margin-top:10.5rem !important;margin-bottom:10.5rem !important;}.my-xxxxl-11{margin-top:12rem !important;margin-bottom:12rem !important;}.my-xxxxl-12{margin-top:13.5rem !important;margin-bottom:13.5rem !important;}.my-xxxxl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xxxxl-0{margin-top:0 !important;}.mt-xxxxl-1{margin-top:0.25rem !important;}.mt-xxxxl-1h{margin-top:0.35rem !important;}.mt-xxxxl-2{margin-top:0.5rem !important;}.mt-xxxxl-2h{margin-top:0.75rem !important;}.mt-xxxxl-3{margin-top:1rem !important;}.mt-xxxxl-4{margin-top:1.5rem !important;}.mt-xxxxl-4h{margin-top:2.25rem !important;}.mt-xxxxl-5{margin-top:3rem !important;}.mt-xxxxl-5h{margin-top:3.5rem !important;}.mt-xxxxl-6{margin-top:4.5rem !important;}.mt-xxxxl-7{margin-top:6rem !important;}.mt-xxxxl-8{margin-top:7.5rem !important;}.mt-xxxxl-9{margin-top:9rem !important;}.mt-xxxxl-10{margin-top:10.5rem !important;}.mt-xxxxl-11{margin-top:12rem !important;}.mt-xxxxl-12{margin-top:13.5rem !important;}.mt-xxxxl-auto{margin-top:auto !important;}.me-xxxxl-0{margin-right:0 !important;}.me-xxxxl-1{margin-right:0.25rem !important;}.me-xxxxl-1h{margin-right:0.35rem !important;}.me-xxxxl-2{margin-right:0.5rem !important;}.me-xxxxl-2h{margin-right:0.75rem !important;}.me-xxxxl-3{margin-right:1rem !important;}.me-xxxxl-4{margin-right:1.5rem !important;}.me-xxxxl-4h{margin-right:2.25rem !important;}.me-xxxxl-5{margin-right:3rem !important;}.me-xxxxl-5h{margin-right:3.5rem !important;}.me-xxxxl-6{margin-right:4.5rem !important;}.me-xxxxl-7{margin-right:6rem !important;}.me-xxxxl-8{margin-right:7.5rem !important;}.me-xxxxl-9{margin-right:9rem !important;}.me-xxxxl-10{margin-right:10.5rem !important;}.me-xxxxl-11{margin-right:12rem !important;}.me-xxxxl-12{margin-right:13.5rem !important;}.me-xxxxl-auto{margin-right:auto !important;}.mb-xxxxl-0{margin-bottom:0 !important;}.mb-xxxxl-1{margin-bottom:0.25rem !important;}.mb-xxxxl-1h{margin-bottom:0.35rem !important;}.mb-xxxxl-2{margin-bottom:0.5rem !important;}.mb-xxxxl-2h{margin-bottom:0.75rem !important;}.mb-xxxxl-3{margin-bottom:1rem !important;}.mb-xxxxl-4{margin-bottom:1.5rem !important;}.mb-xxxxl-4h{margin-bottom:2.25rem !important;}.mb-xxxxl-5{margin-bottom:3rem !important;}.mb-xxxxl-5h{margin-bottom:3.5rem !important;}.mb-xxxxl-6{margin-bottom:4.5rem !important;}.mb-xxxxl-7{margin-bottom:6rem !important;}.mb-xxxxl-8{margin-bottom:7.5rem !important;}.mb-xxxxl-9{margin-bottom:9rem !important;}.mb-xxxxl-10{margin-bottom:10.5rem !important;}.mb-xxxxl-11{margin-bottom:12rem !important;}.mb-xxxxl-12{margin-bottom:13.5rem !important;}.mb-xxxxl-auto{margin-bottom:auto !important;}.ms-xxxxl-0{margin-left:0 !important;}.ms-xxxxl-1{margin-left:0.25rem !important;}.ms-xxxxl-1h{margin-left:0.35rem !important;}.ms-xxxxl-2{margin-left:0.5rem !important;}.ms-xxxxl-2h{margin-left:0.75rem !important;}.ms-xxxxl-3{margin-left:1rem !important;}.ms-xxxxl-4{margin-left:1.5rem !important;}.ms-xxxxl-4h{margin-left:2.25rem !important;}.ms-xxxxl-5{margin-left:3rem !important;}.ms-xxxxl-5h{margin-left:3.5rem !important;}.ms-xxxxl-6{margin-left:4.5rem !important;}.ms-xxxxl-7{margin-left:6rem !important;}.ms-xxxxl-8{margin-left:7.5rem !important;}.ms-xxxxl-9{margin-left:9rem !important;}.ms-xxxxl-10{margin-left:10.5rem !important;}.ms-xxxxl-11{margin-left:12rem !important;}.ms-xxxxl-12{margin-left:13.5rem !important;}.ms-xxxxl-auto{margin-left:auto !important;}.m-xxxxl-n1{margin:-0.25rem !important;}.m-xxxxl-n1h{margin:-0.35rem !important;}.m-xxxxl-n2{margin:-0.5rem !important;}.m-xxxxl-n2h{margin:-0.75rem !important;}.m-xxxxl-n3{margin:-1rem !important;}.m-xxxxl-n4{margin:-1.5rem !important;}.m-xxxxl-n4h{margin:-2.25rem !important;}.m-xxxxl-n5{margin:-3rem !important;}.m-xxxxl-n5h{margin:-3.5rem !important;}.m-xxxxl-n6{margin:-4.5rem !important;}.m-xxxxl-n7{margin:-6rem !important;}.m-xxxxl-n8{margin:-7.5rem !important;}.m-xxxxl-n9{margin:-9rem !important;}.m-xxxxl-n10{margin:-10.5rem !important;}.m-xxxxl-n11{margin:-12rem !important;}.m-xxxxl-n12{margin:-13.5rem !important;}.mx-xxxxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xxxxl-n1h{margin-right:-0.35rem !important;margin-left:-0.35rem !important;}.mx-xxxxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xxxxl-n2h{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-xxxxl-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xxxxl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important;}.mx-xxxxl-n4h{margin-right:-2.25rem !important;margin-left:-2.25rem !important;}.mx-xxxxl-n5{margin-right:-3rem !important;margin-left:-3rem !important;}.mx-xxxxl-n5h{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-xxxxl-n6{margin-right:-4.5rem !important;margin-left:-4.5rem !important;}.mx-xxxxl-n7{margin-right:-6rem !important;margin-left:-6rem !important;}.mx-xxxxl-n8{margin-right:-7.5rem !important;margin-left:-7.5rem !important;}.mx-xxxxl-n9{margin-right:-9rem !important;margin-left:-9rem !important;}.mx-xxxxl-n10{margin-right:-10.5rem !important;margin-left:-10.5rem !important;}.mx-xxxxl-n11{margin-right:-12rem !important;margin-left:-12rem !important;}.mx-xxxxl-n12{margin-right:-13.5rem !important;margin-left:-13.5rem !important;}.my-xxxxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xxxxl-n1h{margin-top:-0.35rem !important;margin-bottom:-0.35rem !important;}.my-xxxxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xxxxl-n2h{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-xxxxl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xxxxl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important;}.my-xxxxl-n4h{margin-top:-2.25rem !important;margin-bottom:-2.25rem !important;}.my-xxxxl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important;}.my-xxxxl-n5h{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-xxxxl-n6{margin-top:-4.5rem !important;margin-bottom:-4.5rem !important;}.my-xxxxl-n7{margin-top:-6rem !important;margin-bottom:-6rem !important;}.my-xxxxl-n8{margin-top:-7.5rem !important;margin-bottom:-7.5rem !important;}.my-xxxxl-n9{margin-top:-9rem !important;margin-bottom:-9rem !important;}.my-xxxxl-n10{margin-top:-10.5rem !important;margin-bottom:-10.5rem !important;}.my-xxxxl-n11{margin-top:-12rem !important;margin-bottom:-12rem !important;}.my-xxxxl-n12{margin-top:-13.5rem !important;margin-bottom:-13.5rem !important;}.mt-xxxxl-n1{margin-top:-0.25rem !important;}.mt-xxxxl-n1h{margin-top:-0.35rem !important;}.mt-xxxxl-n2{margin-top:-0.5rem !important;}.mt-xxxxl-n2h{margin-top:-0.75rem !important;}.mt-xxxxl-n3{margin-top:-1rem !important;}.mt-xxxxl-n4{margin-top:-1.5rem !important;}.mt-xxxxl-n4h{margin-top:-2.25rem !important;}.mt-xxxxl-n5{margin-top:-3rem !important;}.mt-xxxxl-n5h{margin-top:-3.5rem !important;}.mt-xxxxl-n6{margin-top:-4.5rem !important;}.mt-xxxxl-n7{margin-top:-6rem !important;}.mt-xxxxl-n8{margin-top:-7.5rem !important;}.mt-xxxxl-n9{margin-top:-9rem !important;}.mt-xxxxl-n10{margin-top:-10.5rem !important;}.mt-xxxxl-n11{margin-top:-12rem !important;}.mt-xxxxl-n12{margin-top:-13.5rem !important;}.me-xxxxl-n1{margin-right:-0.25rem !important;}.me-xxxxl-n1h{margin-right:-0.35rem !important;}.me-xxxxl-n2{margin-right:-0.5rem !important;}.me-xxxxl-n2h{margin-right:-0.75rem !important;}.me-xxxxl-n3{margin-right:-1rem !important;}.me-xxxxl-n4{margin-right:-1.5rem !important;}.me-xxxxl-n4h{margin-right:-2.25rem !important;}.me-xxxxl-n5{margin-right:-3rem !important;}.me-xxxxl-n5h{margin-right:-3.5rem !important;}.me-xxxxl-n6{margin-right:-4.5rem !important;}.me-xxxxl-n7{margin-right:-6rem !important;}.me-xxxxl-n8{margin-right:-7.5rem !important;}.me-xxxxl-n9{margin-right:-9rem !important;}.me-xxxxl-n10{margin-right:-10.5rem !important;}.me-xxxxl-n11{margin-right:-12rem !important;}.me-xxxxl-n12{margin-right:-13.5rem !important;}.mb-xxxxl-n1{margin-bottom:-0.25rem !important;}.mb-xxxxl-n1h{margin-bottom:-0.35rem !important;}.mb-xxxxl-n2{margin-bottom:-0.5rem !important;}.mb-xxxxl-n2h{margin-bottom:-0.75rem !important;}.mb-xxxxl-n3{margin-bottom:-1rem !important;}.mb-xxxxl-n4{margin-bottom:-1.5rem !important;}.mb-xxxxl-n4h{margin-bottom:-2.25rem !important;}.mb-xxxxl-n5{margin-bottom:-3rem !important;}.mb-xxxxl-n5h{margin-bottom:-3.5rem !important;}.mb-xxxxl-n6{margin-bottom:-4.5rem !important;}.mb-xxxxl-n7{margin-bottom:-6rem !important;}.mb-xxxxl-n8{margin-bottom:-7.5rem !important;}.mb-xxxxl-n9{margin-bottom:-9rem !important;}.mb-xxxxl-n10{margin-bottom:-10.5rem !important;}.mb-xxxxl-n11{margin-bottom:-12rem !important;}.mb-xxxxl-n12{margin-bottom:-13.5rem !important;}.ms-xxxxl-n1{margin-left:-0.25rem !important;}.ms-xxxxl-n1h{margin-left:-0.35rem !important;}.ms-xxxxl-n2{margin-left:-0.5rem !important;}.ms-xxxxl-n2h{margin-left:-0.75rem !important;}.ms-xxxxl-n3{margin-left:-1rem !important;}.ms-xxxxl-n4{margin-left:-1.5rem !important;}.ms-xxxxl-n4h{margin-left:-2.25rem !important;}.ms-xxxxl-n5{margin-left:-3rem !important;}.ms-xxxxl-n5h{margin-left:-3.5rem !important;}.ms-xxxxl-n6{margin-left:-4.5rem !important;}.ms-xxxxl-n7{margin-left:-6rem !important;}.ms-xxxxl-n8{margin-left:-7.5rem !important;}.ms-xxxxl-n9{margin-left:-9rem !important;}.ms-xxxxl-n10{margin-left:-10.5rem !important;}.ms-xxxxl-n11{margin-left:-12rem !important;}.ms-xxxxl-n12{margin-left:-13.5rem !important;}.p-xxxxl-0{padding:0 !important;}.p-xxxxl-1{padding:0.25rem !important;}.p-xxxxl-1h{padding:0.35rem !important;}.p-xxxxl-2{padding:0.5rem !important;}.p-xxxxl-2h{padding:0.75rem !important;}.p-xxxxl-3{padding:1rem !important;}.p-xxxxl-4{padding:1.5rem !important;}.p-xxxxl-4h{padding:2.25rem !important;}.p-xxxxl-5{padding:3rem !important;}.p-xxxxl-5h{padding:3.5rem !important;}.p-xxxxl-6{padding:4.5rem !important;}.p-xxxxl-7{padding:6rem !important;}.p-xxxxl-8{padding:7.5rem !important;}.p-xxxxl-9{padding:9rem !important;}.p-xxxxl-10{padding:10.5rem !important;}.p-xxxxl-11{padding:12rem !important;}.p-xxxxl-12{padding:13.5rem !important;}.px-xxxxl-0{padding-right:0 !important;padding-left:0 !important;}.px-xxxxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xxxxl-1h{padding-right:0.35rem !important;padding-left:0.35rem !important;}.px-xxxxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xxxxl-2h{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xxxxl-3{padding-right:1rem !important;padding-left:1rem !important;}.px-xxxxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-xxxxl-4h{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-xxxxl-5{padding-right:3rem !important;padding-left:3rem !important;}.px-xxxxl-5h{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-xxxxl-6{padding-right:4.5rem !important;padding-left:4.5rem !important;}.px-xxxxl-7{padding-right:6rem !important;padding-left:6rem !important;}.px-xxxxl-8{padding-right:7.5rem !important;padding-left:7.5rem !important;}.px-xxxxl-9{padding-right:9rem !important;padding-left:9rem !important;}.px-xxxxl-10{padding-right:10.5rem !important;padding-left:10.5rem !important;}.px-xxxxl-11{padding-right:12rem !important;padding-left:12rem !important;}.px-xxxxl-12{padding-right:13.5rem !important;padding-left:13.5rem !important;}.py-xxxxl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xxxxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xxxxl-1h{padding-top:0.35rem !important;padding-bottom:0.35rem !important;}.py-xxxxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xxxxl-2h{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xxxxl-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xxxxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-xxxxl-4h{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-xxxxl-5{padding-top:3rem !important;padding-bottom:3rem !important;}.py-xxxxl-5h{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-xxxxl-6{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.py-xxxxl-7{padding-top:6rem !important;padding-bottom:6rem !important;}.py-xxxxl-8{padding-top:7.5rem !important;padding-bottom:7.5rem !important;}.py-xxxxl-9{padding-top:9rem !important;padding-bottom:9rem !important;}.py-xxxxl-10{padding-top:10.5rem !important;padding-bottom:10.5rem !important;}.py-xxxxl-11{padding-top:12rem !important;padding-bottom:12rem !important;}.py-xxxxl-12{padding-top:13.5rem !important;padding-bottom:13.5rem !important;}.pt-xxxxl-0{padding-top:0 !important;}.pt-xxxxl-1{padding-top:0.25rem !important;}.pt-xxxxl-1h{padding-top:0.35rem !important;}.pt-xxxxl-2{padding-top:0.5rem !important;}.pt-xxxxl-2h{padding-top:0.75rem !important;}.pt-xxxxl-3{padding-top:1rem !important;}.pt-xxxxl-4{padding-top:1.5rem !important;}.pt-xxxxl-4h{padding-top:2.25rem !important;}.pt-xxxxl-5{padding-top:3rem !important;}.pt-xxxxl-5h{padding-top:3.5rem !important;}.pt-xxxxl-6{padding-top:4.5rem !important;}.pt-xxxxl-7{padding-top:6rem !important;}.pt-xxxxl-8{padding-top:7.5rem !important;}.pt-xxxxl-9{padding-top:9rem !important;}.pt-xxxxl-10{padding-top:10.5rem !important;}.pt-xxxxl-11{padding-top:12rem !important;}.pt-xxxxl-12{padding-top:13.5rem !important;}.pe-xxxxl-0{padding-right:0 !important;}.pe-xxxxl-1{padding-right:0.25rem !important;}.pe-xxxxl-1h{padding-right:0.35rem !important;}.pe-xxxxl-2{padding-right:0.5rem !important;}.pe-xxxxl-2h{padding-right:0.75rem !important;}.pe-xxxxl-3{padding-right:1rem !important;}.pe-xxxxl-4{padding-right:1.5rem !important;}.pe-xxxxl-4h{padding-right:2.25rem !important;}.pe-xxxxl-5{padding-right:3rem !important;}.pe-xxxxl-5h{padding-right:3.5rem !important;}.pe-xxxxl-6{padding-right:4.5rem !important;}.pe-xxxxl-7{padding-right:6rem !important;}.pe-xxxxl-8{padding-right:7.5rem !important;}.pe-xxxxl-9{padding-right:9rem !important;}.pe-xxxxl-10{padding-right:10.5rem !important;}.pe-xxxxl-11{padding-right:12rem !important;}.pe-xxxxl-12{padding-right:13.5rem !important;}.pb-xxxxl-0{padding-bottom:0 !important;}.pb-xxxxl-1{padding-bottom:0.25rem !important;}.pb-xxxxl-1h{padding-bottom:0.35rem !important;}.pb-xxxxl-2{padding-bottom:0.5rem !important;}.pb-xxxxl-2h{padding-bottom:0.75rem !important;}.pb-xxxxl-3{padding-bottom:1rem !important;}.pb-xxxxl-4{padding-bottom:1.5rem !important;}.pb-xxxxl-4h{padding-bottom:2.25rem !important;}.pb-xxxxl-5{padding-bottom:3rem !important;}.pb-xxxxl-5h{padding-bottom:3.5rem !important;}.pb-xxxxl-6{padding-bottom:4.5rem !important;}.pb-xxxxl-7{padding-bottom:6rem !important;}.pb-xxxxl-8{padding-bottom:7.5rem !important;}.pb-xxxxl-9{padding-bottom:9rem !important;}.pb-xxxxl-10{padding-bottom:10.5rem !important;}.pb-xxxxl-11{padding-bottom:12rem !important;}.pb-xxxxl-12{padding-bottom:13.5rem !important;}.ps-xxxxl-0{padding-left:0 !important;}.ps-xxxxl-1{padding-left:0.25rem !important;}.ps-xxxxl-1h{padding-left:0.35rem !important;}.ps-xxxxl-2{padding-left:0.5rem !important;}.ps-xxxxl-2h{padding-left:0.75rem !important;}.ps-xxxxl-3{padding-left:1rem !important;}.ps-xxxxl-4{padding-left:1.5rem !important;}.ps-xxxxl-4h{padding-left:2.25rem !important;}.ps-xxxxl-5{padding-left:3rem !important;}.ps-xxxxl-5h{padding-left:3.5rem !important;}.ps-xxxxl-6{padding-left:4.5rem !important;}.ps-xxxxl-7{padding-left:6rem !important;}.ps-xxxxl-8{padding-left:7.5rem !important;}.ps-xxxxl-9{padding-left:9rem !important;}.ps-xxxxl-10{padding-left:10.5rem !important;}.ps-xxxxl-11{padding-left:12rem !important;}.ps-xxxxl-12{padding-left:13.5rem !important;}.gap-xxxxl-0{gap:0 !important;}.gap-xxxxl-1{gap:0.25rem !important;}.gap-xxxxl-1h{gap:0.35rem !important;}.gap-xxxxl-2{gap:0.5rem !important;}.gap-xxxxl-2h{gap:0.75rem !important;}.gap-xxxxl-3{gap:1rem !important;}.gap-xxxxl-4{gap:1.5rem !important;}.gap-xxxxl-4h{gap:2.25rem !important;}.gap-xxxxl-5{gap:3rem !important;}.gap-xxxxl-5h{gap:3.5rem !important;}.gap-xxxxl-6{gap:4.5rem !important;}.gap-xxxxl-7{gap:6rem !important;}.gap-xxxxl-8{gap:7.5rem !important;}.gap-xxxxl-9{gap:9rem !important;}.gap-xxxxl-10{gap:10.5rem !important;}.gap-xxxxl-11{gap:12rem !important;}.gap-xxxxl-12{gap:13.5rem !important;}.row-gap-xxxxl-0{row-gap:0 !important;}.row-gap-xxxxl-1{row-gap:0.25rem !important;}.row-gap-xxxxl-1h{row-gap:0.35rem !important;}.row-gap-xxxxl-2{row-gap:0.5rem !important;}.row-gap-xxxxl-2h{row-gap:0.75rem !important;}.row-gap-xxxxl-3{row-gap:1rem !important;}.row-gap-xxxxl-4{row-gap:1.5rem !important;}.row-gap-xxxxl-4h{row-gap:2.25rem !important;}.row-gap-xxxxl-5{row-gap:3rem !important;}.row-gap-xxxxl-5h{row-gap:3.5rem !important;}.row-gap-xxxxl-6{row-gap:4.5rem !important;}.row-gap-xxxxl-7{row-gap:6rem !important;}.row-gap-xxxxl-8{row-gap:7.5rem !important;}.row-gap-xxxxl-9{row-gap:9rem !important;}.row-gap-xxxxl-10{row-gap:10.5rem !important;}.row-gap-xxxxl-11{row-gap:12rem !important;}.row-gap-xxxxl-12{row-gap:13.5rem !important;}.column-gap-xxxxl-0{column-gap:0 !important;}.column-gap-xxxxl-1{column-gap:0.25rem !important;}.column-gap-xxxxl-1h{column-gap:0.35rem !important;}.column-gap-xxxxl-2{column-gap:0.5rem !important;}.column-gap-xxxxl-2h{column-gap:0.75rem !important;}.column-gap-xxxxl-3{column-gap:1rem !important;}.column-gap-xxxxl-4{column-gap:1.5rem !important;}.column-gap-xxxxl-4h{column-gap:2.25rem !important;}.column-gap-xxxxl-5{column-gap:3rem !important;}.column-gap-xxxxl-5h{column-gap:3.5rem !important;}.column-gap-xxxxl-6{column-gap:4.5rem !important;}.column-gap-xxxxl-7{column-gap:6rem !important;}.column-gap-xxxxl-8{column-gap:7.5rem !important;}.column-gap-xxxxl-9{column-gap:9rem !important;}.column-gap-xxxxl-10{column-gap:10.5rem !important;}.column-gap-xxxxl-11{column-gap:12rem !important;}.column-gap-xxxxl-12{column-gap:13.5rem !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:3.6225rem !important;}.fs-2{font-size:2.25rem !important;}.fs-3{font-size:1.5rem !important;}.fs-4{font-size:1.3897125rem !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;}}.btn-primary a{--bs-btn-color:#000;--bs-btn-bg:#31a6ba;--bs-btn-border-color:#31a6ba;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(79.9,179.35,196.35);--bs-btn-hover-border-color:rgb(69.6,174.9,192.9);--bs-btn-focus-shadow-rgb:42,141,158;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(90.2,183.8,199.8);--bs-btn-active-border-color:rgb(69.6,174.9,192.9);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#31a6ba;--bs-btn-disabled-border-color:#31a6ba;}.btn-secondary a{--bs-btn-color:#fff;--bs-btn-bg:rgb(0,35,35);--bs-btn-border-color:rgb(0,35,35);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(0,29.75,29.75);--bs-btn-hover-border-color:#001c1c;--bs-btn-focus-shadow-rgb:38,68,68;--bs-btn-active-color:#fff;--bs-btn-active-bg:#001c1c;--bs-btn-active-border-color:rgb(0,26.25,26.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:rgb(0,35,35);--bs-btn-disabled-border-color:rgb(0,35,35);}.btn-success a{--bs-btn-color:#000;--bs-btn-bg:#28a745;--bs-btn-border-color:#28a745;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(72.25,180.2,96.9);--bs-btn-hover-border-color:rgb(61.5,175.8,87.6);--bs-btn-focus-shadow-rgb:34,142,59;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(83,184.6,106.2);--bs-btn-active-border-color:rgb(61.5,175.8,87.6);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#28a745;--bs-btn-disabled-border-color:#28a745;}.btn-info a{--bs-btn-color:#000;--bs-btn-bg:#4F8FA5;--bs-btn-border-color:#4F8FA5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(105.4,159.8,178.5);--bs-btn-hover-border-color:rgb(96.6,154.2,174);--bs-btn-focus-shadow-rgb:67,122,140;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(114.2,165.4,183);--bs-btn-active-border-color:rgb(96.6,154.2,174);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#4F8FA5;--bs-btn-disabled-border-color:#4F8FA5;}.btn-warning a{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:rgb(255,202.3,44.2);--bs-btn-hover-border-color:rgb(255,199.2,31.8);--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:rgb(255,205.4,56.6);--bs-btn-active-border-color:rgb(255,199.2,31.8);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107;}.btn-danger a{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(187,45.05,58.65);--bs-btn-hover-border-color:rgb(176,42.4,55.2);--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(176,42.4,55.2);--bs-btn-active-border-color:rgb(165,39.75,51.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545;}.btn-light a{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--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:#fff;--bs-btn-disabled-border-color:#fff;}.btn-dark a{--bs-btn-color:#fff;--bs-btn-bg:#002323;--bs-btn-border-color:#002323;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(0,29.75,29.75);--bs-btn-hover-border-color:#001c1c;--bs-btn-focus-shadow-rgb:38,68,68;--bs-btn-active-color:#fff;--bs-btn-active-bg:#001c1c;--bs-btn-active-border-color:rgb(0,26.25,26.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#002323;--bs-btn-disabled-border-color:#002323;}.btn-outline-primary a{--bs-btn-color:#31a6ba;--bs-btn-border-color:#31a6ba;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31a6ba;--bs-btn-hover-border-color:#31a6ba;--bs-btn-focus-shadow-rgb:49,166,186;--bs-btn-active-color:#000;--bs-btn-active-bg:#31a6ba;--bs-btn-active-border-color:#31a6ba;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#31a6ba;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#31a6ba;--bs-gradient:none;}.btn-outline-secondary a{--bs-btn-color:rgb(0,35,35);--bs-btn-border-color:rgb(0,35,35);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:rgb(0,35,35);--bs-btn-hover-border-color:rgb(0,35,35);--bs-btn-focus-shadow-rgb:0,35,35;--bs-btn-active-color:#fff;--bs-btn-active-bg:rgb(0,35,35);--bs-btn-active-border-color:rgb(0,35,35);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:rgb(0,35,35);--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:rgb(0,35,35);--bs-gradient:none;}.btn-outline-success a{--bs-btn-color:#28a745;--bs-btn-border-color:#28a745;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#28a745;--bs-btn-hover-border-color:#28a745;--bs-btn-focus-shadow-rgb:40,167,69;--bs-btn-active-color:#000;--bs-btn-active-bg:#28a745;--bs-btn-active-border-color:#28a745;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#28a745;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#28a745;--bs-gradient:none;}.btn-outline-info a{--bs-btn-color:#4F8FA5;--bs-btn-border-color:#4F8FA5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#4F8FA5;--bs-btn-hover-border-color:#4F8FA5;--bs-btn-focus-shadow-rgb:79,143,165;--bs-btn-active-color:#000;--bs-btn-active-bg:#4F8FA5;--bs-btn-active-border-color:#4F8FA5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#4F8FA5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#4F8FA5;--bs-gradient:none;}.btn-outline-warning a{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none;}.btn-outline-danger a{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none;}.btn-outline-light a{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255,255,255;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fff;--bs-gradient:none;}.btn-outline-dark a{--bs-btn-color:#002323;--bs-btn-border-color:#002323;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#002323;--bs-btn-hover-border-color:#002323;--bs-btn-focus-shadow-rgb:0,35,35;--bs-btn-active-color:#fff;--bs-btn-active-bg:#002323;--bs-btn-active-border-color:#002323;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#002323;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#002323;--bs-gradient:none;}.affix{position:fixed;width:100%;top:0;z-index:1035;left:0;}.alert-wrapper{position:fixed;bottom:0;left:0;max-width:100%;max-height:75vh;overflow:scroll;z-index:9999;}.toast-wrapper{position:fixed;top:0;right:0;z-index:9999;}.alert svg{max-width:2rem;}.book-navigation .menu{border-top:1px solid #dee2e6;}.book-navigation .book-pager{border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6;margin:0;}.book-navigation .menu{padding-bottom:0;padding-top:1em;}.book-navigation .book-pager{margin:0;overflow:auto;padding:0.5em 0;}.book-pager__item{display:inline-block;list-style-type:none;vertical-align:top;}.book-pager__item--previous{text-align:left;width:45%;}[dir=rtl] .book-pager__item--previous{float:right;text-align:right;}.book-pager__item--center{text-align:center;width:8%;}.book-pager__item--next{float:right;text-align:right;width:45%;}[dir=rtl] .book-pager__item--next{float:left;text-align:left;}.breadcrumb{font-size:0.984375rem;}.region-breadcrumb{padding:0 15px 0.25em;width:100%;}#content .comment-wrapper h2,#content .comment-wrapper .h2{margin-bottom:1em;}#content .comment-wrapper h2.comment-form__title,#content .comment-wrapper .comment-form__title.h2{margin-bottom:1em;}.field-node--comment{font-size:0.984375rem;}.comment{margin-bottom:1.25em;vertical-align:top;display:flex;}[dir=rtl] .comment{direction:rtl;}.comment__meta{padding:0 30px 0 0;font-size:1.125rem;text-align:center;}[dir=rtl] .comment__meta{padding:0 0 0 30px;}.comment__attribution img{border:1px solid #dee2e6;}.field--name-user-picture{margin:0 auto;float:none;}.comment .field--name-user-picture img{margin:0;}.comment__author .username{white-space:nowrap;}.comment__author{margin:4px 0;line-height:1.2;font-weight:bold;font-size:1.5rem;}.comment__time,.comment__permalink{margin-bottom:4px;color:#68696b;font-size:0.984375rem;line-height:1.2;padding:0 0.5em 0 0;}[dir=rtl] .comment__time,.comment__permalink{padding:0 0 0 0.5em;}.comment__permalink{font-size:0.984375rem;line-height:1.2;}.comment__content:before{content:"";position:absolute;right:100%;top:1.25em;border-top:1.25em solid transparent;border-right:1.25em solid #dee2e6;border-bottom:1.25em solid transparent;}[dir=rtl] .comment__content:before{right:auto;left:100%;border-right:none;border-left:1.25em solid #dee2e6;}.comment__content:after{content:"";position:absolute;right:100%;top:1.25em;border-top:1.25em solid transparent;border-right:1.25em solid #fff;border-bottom:1.25em solid transparent;margin-right:-1px;}[dir=rtl] .comment__content:after{right:auto;left:100%;border-right:none;border-left:1.25em solid #fff;margin-right:0;margin-left:-1px;}.comment__content h3,.comment__content .h3{margin-top:0.94em;margin-bottom:0.45em;font-size:1.5rem;}.comment__content nav{padding-top:1px;}.indented{margin-left:40px;}[dir=rtl] .indented{margin-right:40px;margin-left:0;}.comment .links{padding:0 0 0.25em 0;}.comment .links-inline span{padding:0 0.5em 0 0;font-size:1.125rem;}[dir=rtl] .comment .links-inline span{padding:0 0 0 0.5em;}.comment--unpublished{margin-right:5px;padding:5px 2px 5px 5px;background:#31a6ba;}[dir=rtl] .comment--unpublished{margin-left:5px;margin-right:0;padding:5px 5px 5px 2px;}.unpublished .comment-text .comment-arrow{border-left:1px solid #31a6ba;border-right:1px solid #31a6ba;}.unpublished{padding:1.25em 1.25em 0;}.comment-footer{display:table-row;}.comment--unpublished .comment__text:after,.node--unpublished .comment__text:after{border-right-color:#31a6ba;}[dir=rtl] .comment--unpublished .comment__content:after,[dir=rtl] .node--unpublished .comment__content:after{border-left-color:#31a6ba;}.views-field-variations > span > div{display:flex;align-items:center;}.views-field-variations > span > div > div{display:inline-block;}.views-field-variations{margin-bottom:0;}.views-field-variations .field--name-price{display:inline-block;width:70px;text-align:right;padding-bottom:1.2rem;}.views-field-variations .field--type-entity-reference{padding-left:1rem;}.views-field-variations .commerce-order-item-variation-cart-form-form{display:flex;max-width:100%;}.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-purchased-entity{padding:0;margin:0;}.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity{display:inline-block;margin-bottom:0;padding:0;}.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity label{display:none;}.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity input{width:50px;}.views-field-variations .commerce-order-item-variation-cart-form-form .form-actions{display:inline-block;margin-bottom:0;padding:0;}#edit-shipping-information .col-auto,#edit-payment-information-billing-information .col-auto,#edit-payment-information-billing-information.col-auto,#edit-order-summary .col-auto,#edit-order-summary.col-auto{padding:0;}#edit-shipping-information #edit-shipping-information-shipping-profile-field-ruc-wrapper{display:none;}.view-id-listado_de_productos .views-row > div{display:inline-block;}.view-id-listado_de_productos .views-row{border-bottom:1px solid #ced4da;margin-top:0.5rem;display:flex;}.view-id-listado_de_productos .views-row .views-field-title{width:320px;display:flex;align-items:center;color:rgb(36.2391489362,122.7693617021,137.5608510638);}.cart-block--contents{background:#1988ca;color:#fff;font-size:0.84375rem;width:auto;}.cart-block--contents .cart-block--contents__items{max-height:inherit;overflow-y:hidden;overflow-x:hidden;}.cart-block--contents .cart-block--contents__items table{color:#fff;}.cart-block--contents .cart-block--contents__items table thead.thead-light{background:#1988ca;color:#fff;}.cart-block--contents .cart-block--contents__items table tr:hover{color:#fff;}.cart--cart-offcanvas{background:#1988ca;color:#fff;font-size:0.84375rem;}.cart--cart-offcanvas .cart-block--offcanvas-contents__links{padding:0.5rem 1rem;}.cart--cart-offcanvas .cart-block--offcanvas-contents__links a{color:#fff;text-decoration:none;}.cart--cart-offcanvas .cart-block--offcanvas-contents__links a:hover{color:#9dadd5;}.cart--cart-offcanvas .btn-close{color:#fff;padding:0.25rem;}.cart--cart-offcanvas table{color:#fff;}.cart--cart-offcanvas table .btn{color:#fff;}.cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__title,.cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__price{padding:0.5rem 0.25rem !important;}.cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__quantity{padding:0.25rem !important;}.cart--cart-offcanvas table .btn{color:#fff;font-size:0.84375rem;}.cart--cart-offcanvas table .btn:hover{color:#9dadd5;}.cart--cart-offcanvas table tfoot .btn{background:transparent;color:white;border-color:white;font-size:0.84375rem;margin-top:0.5rem;}.cart--cart-offcanvas table tfoot .btn:hover{background:rgb(0,35,35);}.contextual-links a{border-bottom:none;text-shadow:0 0 0;}details{border:1px solid #dee2e6;margin-top:1rem;margin-bottom:1rem;font-weight:700;}details summary{cursor:pointer;padding:1rem;}details summary:hover{background-color:var(--bs-secondary-bg);}details > .details-wrapper{margin:1rem;}.js .dropbutton-wrapper .dropbutton-widget{position:relative;}.js .dropbutton-widget{border:1px solid;border-color:#e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;background-color:#fff;background-image:-webkit-linear-gradient(top,#f3f3f3,#e8e8e8);background-image:linear-gradient(to bottom,#f3f3f3,#e8e8e8);color:#3a3a3a;cursor:pointer;text-align:center;margin:0.125em 0;border-radius:1em;overflow:hidden;}.js .dropbutton-widget:hover{border-color:#e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;}.js .dropbutton-widget .button{border:none;margin:0;padding:0.32em 1em;background:transparent none;}.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a{margin-right:0;}[dir=rtl].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a{margin-left:0;}.js .dropbutton .secondary-action{border-top-color:#ccc;}.js .dropbutton-toggle button{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#e8e8e8,#d2d2d2);background-image:linear-gradient(to bottom,#e8e8e8,#d2d2d2);}.js .dropbutton-toggle .dropbutton-arrow:hover{background:#ccc;}.js .dropbutton a{color:#3a3a3a;border-bottom:0 none;}.js .dropbutton .dropbutton-action:hover,.js .dropbutton a:hover{background:#dedede;border-bottom:0 none;}.js .dropbutton-widget{background-color:white;border:1px solid #cccccc;}.js .dropbutton-widget:hover{border-color:#b8b8b8;}.dropbutton .dropbutton-action > *{padding:0.1em 0.5em;white-space:nowrap;}.dropbutton .secondary-action{border-top:1px solid #e8e8e8;}.dropbutton-multiple .dropbutton{border-right:1px solid #e8e8e8;}[dir=rtl] .dropbutton-multiple .dropbutton{border-left:1px solid #e8e8e8;border-right:0 none;}.dropbutton-multiple .dropbutton .dropbutton-action > *{margin-right:0.25em;}[dir=rtl] .dropbutton-multiple .dropbutton .dropbutton-action > *{margin-left:0.25em;margin-right:0;}.js td .dropbutton-multiple{padding-right:10em;margin-right:2em;max-width:100%;}.js td .dropbutton-wrapper{min-height:2em;}.js .dropbutton-wrapper,.js .dropbutton-widget{display:block;position:relative;}.js td .dropbutton-widget{position:absolute;}.feed-icon{border-bottom:none;display:inline-block;padding:1rem 0 0 0;}.field--type-entity-reference{margin:0 0 1.2rem;}.field--type-entity-reference .field__label{font-weight:normal;margin:0;padding-right:0.3rem;}[dir=rtl] .field--type-entity-reference .field__label{padding-left:0.3rem;padding-right:0;}.field--type-entity-reference ul.links{padding:0;margin:0;list-style:none;}.field--type-entity-reference ul.links li{float:left;padding:0 1rem 0 0;white-space:nowrap;}[dir=rtl] .field--type-entity-reference ul.links li{padding:0 0 0 1rem;float:right;}@media all and (min-width:560px){.node .field--type-image{float:left;margin:0 1rem 0 0;}[dir=rtl] .node .field--type-image{float:right;margin:0 0 0 1rem;}.node .field--type-image + .field--type-image{clear:both;}}.field--type-image img,.field--name-field-user-picture img{margin:0 0 1rem;}.field--type-image a{border-bottom:none;}.field--name-field-tags{margin:0 0 1.2rem;}.field--name-field-tags .field__label{font-weight:normal;margin:0;padding-right:5px;}[dir=rtl] .field--name-field-tags .field__label{padding-left:5px;padding-right:0;}.field--name-field-tags .field__label,.field--name-field-tags ul.links{font-size:0.984375rem;}.node--view-mode-teaser .field--name-field-tags .field__label,.node--view-mode-teaser .field--name-field-tags ul.links{font-size:0.984375rem;}.field--name-field-tags ul.links{padding:0;margin:0;}.field--name-field-tags ul.links li{float:left;padding:0 1rem 0 0;white-space:nowrap;}[dir=rtl] .field--name-field-tags ul.links li{padding:0 0 0 1rem;float:right;}.field--label-inline .field__label,.field--label-inline .field__items,.field--label-inline .field__item{display:inline-block;}.form-required::after{content:"";vertical-align:super;display:inline-block;background-image:url(/themes/custom/bag/images/required.svg);background-repeat:no-repeat;background-size:calc((1.75em + 0.75rem + calc(var(--bs-border-width) * 2)) * 0.5) calc((1.75em + 0.75rem + calc(var(--bs-border-width) * 2)) * 0.5);width:calc((1.75em + 0.75rem + calc(var(--bs-border-width) * 2)) * 0.5);height:calc((1.75em + 0.75rem + calc(var(--bs-border-width) * 2)) * 0.5);margin:0 0.3em;}form .form-actions{align-self:flex-end;}form .filter-wrapper{padding-left:0;padding-right:0;margin-left:1rem;margin-right:1rem;}form .form-type-textarea{margin-bottom:0;}.link-edit-summary{border:0;background:none;text-decoration:underline;color:var(--bs-link-color);}.image-button.form-control{border:none;}#navbar-top{padding:0 1rem;}#navbar-top.navbar-dark .nav-link:hover,#navbar-top.navbar-dark .nav-link:focus{color:rgba(255,255,255,0.75);}#navbar-top.navbar-dark .nav-link{color:rgba(255,255,255,0.5);}#navbar-top.navbar-light .nav-link:hover,#navbar-top.navbar-light .nav-link:focus{color:rgba(0,0,0,0.7);}#navbar-top.navbar-light .nav-link{color:rgba(0,0,0,0.5);}.navbar-brand .site-logo{margin-right:1rem;}@media (max-width:33.9em){.navbar-toggleable-xs .navbar-nav .nav-item + .nav-item,.navbar-toggleable-xs.collapse.in .navbar-nav .nav-item{margin-left:0;float:none;}}@media (max-width:47.9em){.navbar-toggleable-sm .navbar-nav .nav-item + .nav-item,.navbar-toggleable-xs.collapse.in .navbar-nav .nav-item{margin-left:0;float:none;}}.block-help{margin-bottom:1em;padding:1.26em;word-wrap:break-word;color:inherit;border:1px solid var(--bs-secondary);background-color:var(--bs-secondary-bg);overflow-wrap:break-word;}.block-help__container{padding-left:24px;background-image:url(/themes/contrib/bootstrap/images/help.png);background-repeat:no-repeat;background-position:left 4px;}[dir=rtl] .block-help__container{padding-right:24px;padding-left:0;background-position:right 4px;}.block-help__container > *:last-child{margin-bottom:0;}.icon-help{background:url(/../images/help.png) 0 50% no-repeat;padding:1px 0 1px 1.5rem;}[dir=rtl] .icon-help{background-position:100% 50%;padding:1px 1.5rem 1px 0;}.feed-icon{background-image:svg-load("rss-fill.svg",fill="#a62656");background-repeat:no-repeat;overflow:hidden;text-indent:-9999px;display:block;width:1.125rem;height:1.125rem;}.feed-icon:hover{background-image:svg-load("rss-fill.svg",fill="#a62656");}.image-button.is-disabled:hover,.image-button.is-disabled:active,.image-button.is-disabled:focus,.image-button.is-disabled{background:transparent;opacity:0.5;cursor:default;}.indented{margin-left:1.5rem;}[dir=rtl] .indented{margin-left:0;margin-right:1.5rem;}.item-list ul{list-style:none;margin:0 0 0.5rem 0;padding:0;}[dir=rtl] .item-list ul{padding:0;}.item-list ul li{margin:0;padding:0.5rem 1rem 0 0;}[dir=rtl] .item-list ul li{margin:0;padding:0.5rem 0 0 1rem;}.item-list .item-list__comma-list,.item-list .item-list__comma-list li,[dir=rtl] .item-list .item-list__comma-list,[dir=rtl] .item-list .item-list__comma-list li{padding:0;}.list-group__link{border-top:1px solid #dee2e6;padding:0.5rem 0 0;}.list-group__description{margin:0 0 0.5rem;}.node-preview-container{background:#d1e8f5;background-image:-webkit-linear-gradient(top,#d1e8f5,#d3e8f4);background-image:linear-gradient(to bottom,#d1e8f5,#d3e8f4);font-family:Arial,sans-serif;box-shadow:0 1px 3px 1px rgba(0,0,0,0.3333);position:fixed;z-index:499;width:100%;padding:10px;}.node-preview-backlink{background-color:#419ff1;background:url(/core/misc/icons/000000/chevron-left.svg) left no-repeat,-webkit-linear-gradient(top,#419ff1,#1076d5);background:url(/core/misc/icons/000000/chevron-left.svg) left no-repeat,linear-gradient(to bottom,#419ff1,#1076d5);border:1px solid #0048c8;border-radius:0.4em;box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);color:#fff;font-size:0.9em;line-height:normal;margin:0;padding:4px 1em 4px 0.6em;text-shadow:1px 1px 0 rgba(0,0,0,0.5);}[dir=rtl] .node-preview-backlink{background:url(/core/misc/icons/000000/chevron-right.svg) right no-repeat,-webkit-linear-gradient(top,#419ff1,#1076d5);background:url(/core/misc/icons/000000/chevron-right.svg) right no-repeat,linear-gradient(to bottom,#419ff1,#1076d5);padding:4px 0.6em 4px 1em;float:right;}.node-preview-backlink:focus,.node-preview-backlink:hover{background-color:#419cf1;background:url(/core/misc/icons/000000/chevron-left.svg) left no-repeat,-webkit-linear-gradient(top,#59abf3,#2a90ef);background:url(/core/misc/icons/000000/chevron-left.svg) left no-repeat,linear-gradient(to bottom,#59abf3,#2a90ef);border:1px solid #0048c8;text-decoration:none;color:#fff;}[dir=rtl] .node-preview-backlink:focus,[dir=rtl] .node-preview-backlink:hover{background:url(/core/misc/icons/000000/chevron-right.svg) right no-repeat,-webkit-linear-gradient(top,#59abf3,#2a90ef);background:url(/core/misc/icons/000000/chevron-right.svg) right no-repeat,linear-gradient(to bottom,#59abf3,#2a90ef);}.node-preview-backlink:active{background-color:#0e69be;background:url(/core/misc/icons/000000/chevron-left.svg) left no-repeat,-webkit-linear-gradient(top,#0e69be,#2a93ef);background:url(/core/misc/icons/000000/chevron-left.svg) left no-repeat,linear-gradient(to bottom,#0e69be,#2a93ef);border:1px solid #0048c8;box-shadow:inset 0 1px 2px rgba(0,0,0,0.25);}[dir=rtl] .node-preview-backlink:active{background:url(/core/misc/icons/000000/chevron-right.svg) right no-repeat,-webkit-linear-gradient(top,#0e69be,#2a93ef);background:url(/core/misc/icons/000000/chevron-right.svg) right no-repeat,linear-gradient(to bottom,#0e69be,#2a93ef);}.node-preview-backlink::before{content:"";width:10px;display:inline-block;}em.placeholder{vertical-align:unset !important;cursor:unset !important;background-color:unset !important;opacity:unset !important;}section.full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;}input[type=search]{box-sizing:border-box;}header #search-block-form{padding:5px 15px;flex-flow:row wrap;}#search-block-form{display:flex;}.shortcut-wrapper{margin:2.2em 0 1.1em 0;}.shortcut-wrapper .page-title{float:left;margin:0;}[dir=rtl] .shortcut-wrapper .page-title{float:right;}.shortcut-action{border-bottom:none;margin-left:0.5em;padding-top:0.35em;}[dir=rtl] .shortcut-action{margin-left:0;margin-right:0.5em;}.shortcut-action:hover,.shortcut-action:active,.shortcut-action:focus{border-bottom:none;}.skip-link{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:50;background:#495057;font-size:1.125rem;line-height:2;padding:1px 1rem 2px;border-radius:0 0 0.5rem 0.5rem;border-bottom-width:0;outline:0;}.skip-link.visually-hidden.focusable:focus{position:absolute !important;color:#fff;}tr.drag{background-color:#fffff0;}tr.drag-previous{background-color:#ffd;}.tabledrag-changed.warning{margin-bottom:0.5rem;color:var(--bs-warning);}a.tabledrag-handle .handle{width:25px;height:25px;}.tabledrag-cell-content > *{display:table-cell;vertical-align:middle;}tr.selected td{background:#ffc;}td.checkbox,th.checkbox{text-align:center;}[dir=rtl] td.checkbox,[dir=rtl] th.checkbox{text-align:center;}th.is-active img{display:inline;}td.is-active{background-color:#dee2e6;}.tablesort{width:14px;height:14px;vertical-align:top;margin:1px 0 0 5px;}.tablesort--asc{background-image:url(/core/misc/icons/ffffff/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/ffffff/twistie-up.svg);}.form-textarea-wrapper textarea{display:block;margin:0;width:100%;box-sizing:border-box;}.ui-widget-overlay{background:#000;opacity:0.7;}.ui-dialog{border-radius:0;}.ui-dialog input,.ui-dialog select,.ui-dialog textarea{font-size:1.125rem;}.ui-dialog .button{background-color:#fff;background-image:-webkit-linear-gradient(top,#f3f3f3,#e8e8e8);background-image:linear-gradient(to bottom,#f3f3f3,#e8e8e8);border:1px solid #e4e4e4;border-bottom-color:#b4b4b4;border-left-color:#d2d2d2;border-right-color:#d2d2d2;color:#3a3a3a;cursor:pointer;font-size:1.125rem;font-weight:normal;text-align:center;padding:0.25em 1.063em;border-radius:1em;}.password-strength__meter{margin-top:0.5em;background-color:#e9ecef;}.password-strength__indicator{background-color:#28a745;-webkit-transition:width 0.5s ease-out;transition:width 0.5s ease-out;}.password-strength__indicator.is-weak{background-color:#dc3545;}.password-strength__indicator.is-fair{background-color:#ffc107;}.password-strength__indicator.is-good{background-color:#4F8FA5;}.password-strength__indicator.is-strong{background-color:#28a745;}.password-confirm,.password-field,.password-strength,.password-confirm-match{width:55%;}.password-suggestions{padding:0.2em 0.5em;margin:0.7em 0;max-width:34.7em;border:1px solid #dee2e6;}.password-suggestions ul{margin-bottom:0;}.confirm-parent,.password-parent{clear:left;margin:0;max-width:33em;overflow:hidden;}[dir=rtl] .confirm-parent,[dir=rtl] .password-parent{clear:right;}.password-confirm .ok{color:#28a745;font-weight:bold;}.password-confirm .error{color:#dc3545;font-weight:bold;}.page-user-login main .region-content,.page-user-password main .region-content{max-width:400px;background:white;padding:1rem 1rem;margin:0 auto;border-radius:0.5rem;}body.path-user .field--label-inline .field__label{width:100px;color:rgb(0,35,35);}body.path-user .field--label-inline .field__item{padding:0.25rem 1rem;border-radius:1rem;background:#e9ecef;min-width:250px;margin:0.25rem 0;}body.path-user .field--label-above .field__label{color:rgb(0,35,35);}body.path-user .field--label-above .field__item{padding:0.25rem 1rem;border-radius:1rem;background:#e9ecef;width:100%;margin:0.25rem 0;}.vertical-tabs__menu{margin:-1px 0 -1px;padding:0;}[dir=rtl] .vertical-tabs__menu{margin-left:0;margin-right:-1em;padding:0;}.vertical-tabs{margin:0;border:1px solid #dee2e6;display:flex;flex-direction:row;font-size:0.984375rem;}[dir=rtl] .vertical-tabs{flex-direction:row-reverse;margin-left:0;margin-right:0;}.vertical-tabs__menu{display:flex;flex-direction:column;flex-wrap:nowrap;width:15em;margin:0;padding:0;border-top:1px solid #dee2e6;list-style:none;}[dir=rtl] .vertical-tabs__menu{margin-left:0;margin-right:-15em;}.vertical-tabs__pane{margin:0;border:0;}.vertical-tabs__pane label{font-weight:bold;}.vertical-tabs__pane > summary{display:none;}.vertical-tabs__menu-item{border:1px solid #dee2e6;border-top:0;background:#eee;}.vertical-tabs__menu-item a{display:block;padding:0.5em 0.6em;text-decoration:none;}.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title,.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,.vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title{text-decoration:underline;}.vertical-tabs__menu-item a:hover{outline:1px dotted;}.vertical-tabs__menu-item.is-selected{border-right-width:0;background-color:#fff;}[dir=rtl] .vertical-tabs__menu-item.is-selected{border-left-width:0;border-right-width:1px;}.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title{color:#000;}.vertical-tabs__menu-item-summary{display:block;margin-bottom:0;line-height:normal;}.views-displays .tabs .open > a{border-radius:0.5rem 0.5rem 0 0;}.views-displays .tabs .open > a:hover,.views-displays .tabs .open > a:focus{color:#333333;}.views-displays .secondary .form-submit{font-size:0.984375rem;}.views-displays .tabs .action-list{padding:0;}.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox{background-color:#F9F9F9;}.views-ui-display-tab-actions .dropbutton .form-submit{color:#333333;}.views-ui-display-tab-actions .dropbutton .form-submit:hover,.views-ui-display-tab-actions .dropbutton .form-submit:focus{color:#333333;}#page-wrapper,body{background:#fff;}img{border:0;-ms-interpolation-mode:bicubic;max-width:100%;height:auto;width:auto;}.slick-slider img{width:100%;}.hyphenate{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}.paragraph--type--segment.segment-bg{background-color:#f8f7f4;}.field--name-field-icon{margin-bottom:-55px;margin-top:-55px;}.donthyphenate{hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;}.paragraph--type--segment{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}.text-white a:focus,.text-white a:hover,.text-white a{color:#fff;}.font-weight-500{font-weight:500;}.font-weight-400{font-weight:400;}.font-weight-300{font-weight:300;}.btn{text-transform:uppercase;letter-spacing:1px;}.btn.btn-sm,.btn-group-sm > .btn{text-transform:none;letter-spacing:0px;}.btn-dark{color:#f3f2f0;}.btn-dark:hover{background-color:#31a6ba !important;}em{font-style:italic;}b,strong{font-weight:700;}a.a-hover:hover{text-decoration:underline !important;}a.filelink{position:relative;padding-left:23px;}a.filelink .icon,a.filelink::before{transition:all 0.5s ease;}a.filelink .icon::before{font-family:"Font Awesome 6 Free";font-size:0.75em;line-height:0.08333em;font-style:normal;font-variant:normal;font-weight:900;position:absolute;top:16px;left:0px;transition:opacity 0.3s ease;}.icon1::before{content:"\f061";}.icon2::before{content:"\f08e";opacity:0;}a:hover .icon1{opacity:0;}a:hover .icon2::before{opacity:1;}a.external[target=_blank]::before,.view-id-aktuelles.view-display-id-block_1 a[target=_blank]::before{content:"\f08e";font-size:0.75em;line-height:0.08333em;vertical-align:0.125em;font-family:"Font Awesome 6 Free";font-style:normal;font-variant:normal;font-weight:900;display:inline-block;margin-right:0.5rem;}.font-size-lg{font-size:1.5rem;}.font-size-xl{font-size:2.25rem;}.font-size-xxl{font-size:3.6225rem;}.more a:hover{color:#31a6ba;text-decoration:underline;}#block-bag-horizontalmenu .content{background-color:#fff;}#horizontal-menu li a{text-decoration:none;padding:6px 11px;background-color:transparent;}#horizontal-menu li a.is-active{color:#31a6ba;}#horizontal-menu > li > a .marker::after{display:block;content:"";border-bottom:solid 2px transparent;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;margin-top:10px;}#horizontal-menu .menu-item--active-trail > a .marker::after,#horizontal-menu.sf-depth-1 a.is-active .marker::after,#horizontal-menu li:hover a .marker::after{margin-top:0px;border-color:#31a6ba;}.sitename{font-weight:600;text-transform:uppercase;color:#002323;font-family:"Roboto Condensed","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:2.25rem;line-height:2.75rem;}.sitename-sub{color:#fff;font-size:1.125rem;letter-spacing:0.15rem;line-height:1.75;font-weight:400;}.node .field--type-image{float:none !important;margin:0 !important;}img.link_arrow{bottom:1rem;right:1.5rem;}blockquote{font-style:italic;font-weight:600;}.text-green-2{color:#7b8f00;}.text-orange{color:#a62656;}.font-family-extra{font-family:"Roboto Condensed","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";}.bg-accent-light{background-color:#31a6ba;}.bg-primary-dark{background-color:#1988ca;}.bg-primary-darker{background-color:#3395bc;}.bg-primary-light{background-color:#9dadd5;}.bg-primary-light-2{background-color:#c9dfdf;}.bg-primary-light-3{background-color:#ffe2d1;}.bg-grey{background-color:#f5f3f2;}.bg-orange{background-color:#a62656;}article ul li,article ol li{margin-bottom:12px;}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{font-weight:500;}h1,.h1{font-weight:600;margin-bottom:2rem;}h2,.h2{margin-top:5rem;margin-bottom:1rem;}.popover-body h2,.popover-body .h2{margin-top:20px;font-size:1.125rem;}.popover-body .popover-header{margin-left:-17px;margin-right:-17px;margin-bottom:16px;}.popover.bs-popover-auto{box-shadow:2px 4px 5px 0px rgba(0,0,0,0.75);-webkit-box-shadow:2px 4px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow:2px 4px 5px 0px rgba(0,0,0,0.75);}.popover-body .node__content:first-child .popover-header{margin-top:-16px;}.popover-body .popover-header:nth-child(2){margin-top:16px;}.popover-body p{margin-bottom:10px;}h2.subhead,.subhead.h2{font-weight:300;margin-top:0;color:#31a6ba;font-size:2.53125rem;margin-top:-2rem;}.node--view-mode-teaser h2.subhead,.node--view-mode-teaser .subhead.h2{font-size:1.96875rem;margin-top:0;}h3,.h3{margin-top:2.5rem;margin-bottom:1rem;}h3.popover-header,.popover-header.h3{margin-top:0;}#formteaser h3,#formteaser .h3{color:#333333;font-family:"Roboto","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1.875rem !important;font-weight:300;}h2.accordion-header,.accordion-header.h2{font-family:"Roboto","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";}h2.slideshowtitle,.slideshowtitle.h2{font-size:1.875rem;letter-spacing:1px;}h2.accordion-header button,.accordion-header.h2 button{font-weight:600;-webkit-transition:all 0.7s ease 0.7s;-moz-transition:all 0.7s ease 0.7s;-o-transition:all 0.7s ease 0.7s;-ms-transition:all 0.7s ease 0.7s;transition:all 0.7s ease-out;align-items:flex-start;}h2.accordion-header button:hover,.accordion-header.h2 button:hover{background-color:#31a6ba;}.icon-xxs{max-width:40px;max-height:35px;}.icon-mini{max-width:80px;max-height:80px;}.icon-midi{max-width:150px;}.site-footer h2,.site-footer .h2{margin-top:0;color:#fff;}.block-block-content > h2,.block-block-content > .h2{font-weight:400;margin-top:0;}.region-footer-third .block-block-content > h2,.region-footer-third .block-block-content > .h2{font-size:1.265625rem;margin:0;margin-bottom:1rem;font-weight:400;line-height:1.75;letter-spacing:1px;}#block-hauptnavigation ul.nav li a{display:block;font-size:1rem;text-transform:uppercase;padding:7px 10px;letter-spacing:1px;}#block-hauptnavigation ul.nav li a.is-active{background-color:#f3e8d0;}#block-hauptnavigation ul.nav li a:hover{background-color:#f8f1e3;}#block-maennerberatung-teaserjobs{z-index:10000;}.path-frontpage .paragraph--type--spalten-3 p{margin-bottom:0 !important;}.paragraph--type--spalten-3 .paragraph--type--textbereich{margin-bottom:0 !important;}.accordion-flush .accordion-item:first-child{border-top:1px solid #31a6ba;}.accordion-flush .accordion-item:last-child{border-bottom:1px solid #31a6ba;}.accordion-button:not(.collapsed){border-color:#31a6ba;}.accordion-button{padding-bottom:15px;}.accordion-button::after,.accordion-button:not(.collapsed)::after{background-image:none;}.accordion-button::before{content:"+";font-family:"Font Awesome 7 Free";font-weight:900;margin-right:0.625rem;font-size:0.9rem;margin-top:3px;}.accordion-button:not(.collapsed)::before{content:"\f068";}.accordion-body{padding-left:2.5rem;border-top:1px solid #31a6ba;}.accordion-collapse.show .accordion-body{border-top:1px solid #31a6ba;}.parallax{background-size:cover;background-attachment:fixed;background-position:left;background-repeat:no-repeat;min-height:800px;}.parallax-center{background-position:top center;}.opacity{background-image:url(/themes/custom/bag/images/opacity.png);background-repeat:repeat;padding:35px;}.field--type-entity-reference{margin:0;}.field--name-field-video{padding-top:30px;}.form-required::after{content:"";vertical-align:super;display:inline-block;background-image:url(/themes/custom/bag/images/required.svg) !important;background-repeat:no-repeat;background-size:7px 7px;width:7px;height:7px;margin:0 0.3em;}.btn.btn-dark:hover{background-color:#131211;}.region-footer-third dd{margin-bottom:0;}.region-footer-fifth p{margin-bottom:0px;}.region-footer-fifth .navbar-nav{display:block;}.region-footer-fifth .nav-item{display:inline-block;}.region-footer-fifth .nav-link{display:block;padding:0 20px;font-size:1.125rem;font-weight:400;text-decoration:underline;}.region-footer-fifth .nav-item:first-child .nav-link{padding-left:0px;}.pagination .page-link{padding-bottom:2px;}.form-submit.form-control{width:auto;}.paragraphs-add-wrapper .form-item-field-seitenelemente-add-more-add-more-select{float:left;}.noadmin .paragraphs-add-wrapper .form-item-field-seitenelemente-add-more-add-more-select label{display:none;}button.link-edit-summary{background-color:transparent;border:none;text-decoration:underline;padding:0px;}#zent{width:32px;right:20px;position:absolute;z-index:10010;}#back-to-top{position:fixed;bottom:0px;cursor:pointer;padding:10px 10px 10px 10px;display:none;}#back-to-top a{display:block;color:#002323;text-decoration:none;line-height:0;max-width:76px;}.overlay{opacity:0;visibility:hidden;transition:visibility 0.3s linear,opacity 0.3s linear;}.overlaybase:hover .overlay{visibility:visible;opacity:1;}.form-required::after{-webkit-background-size:10px;background-size:10px;width:10px;height:10px;}.ul_cols ul.navbar-nav li{border-bottom:1px solid #3395bc;}.ul_cols ul.navbar-nav li a:hover{background-color:#1988ca;}.ul_cols ul.navbar-nav li a::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f105";padding-right:0.375rem;padding-left:0.375rem;text-decoration:none;display:inline-block;}#frontteaser .row a span.ttext{bottom:20px;left:25px;font-size:26px;line-height:29px;}#frontteaser .row a{overflow:hidden;max-width:559px;margin:0 auto;color:#f3f2f0;letter-spacing:0.0625rem;}#frontteaser .row a img{transform:scale(1);-webkit-transition:all 0.7s ease 0.7s;-moz-transition:all 0.7s ease 0.7s;-o-transition:all 0.7s ease 0.7s;-ms-transition:all 0.7s ease 0.7s;transition:all 0.7s ease-out;}#frontteaser .row a:hover img{transform:scale(1.3);}.node-form legend,.node-form label{font-weight:700;}.node-form fieldset label{font-weight:400;}.node-form .form-wrapper{margin-bottom:45px !important;}.node-form #edit-field-kategorien div.checkbox{float:left;width:30%;}.node-form .smartdate--time-inline{align-items:center;}.node-form .smartdate--time-inline label{margin-right:5px;}.node-form .smartdate--time-inline .mb-3{margin-bottom:0px !important;}table[id^=field-seitenelemente-values] table,table[id^=field-seitenelemente-values]{max-width:98%;}.node-form .form-wrapper .form-wrapper,.node-form table[id^=field-seitenelemente-values] .form-wrapper{margin-bottom:0px !important;}button.tabledrag-toggle-weight{padding:0;background-color:transparent;border:none;text-decoration:underline;}.noadmin .contextual-links .paragraphs-editclone-form,.noadmin .contextual-links .paragraphs-editdelete-form,.noadmin form [id*=field-row-klasse],.noadmin form [class*=field-id],.noadmin form [class*=field-klassen],.noadmin form [class*=field-row-gap],.noadmin [id*=field-spaltenaufteilung-wrapper],.noadmin [id^=field-accordeon-inhalt-values-] .field--name-field-zentriert-,.noadmin .paragraphs-icon.paragraphs-icon-delete-disabled{display:none;}.paragraphs-dropdown-action.button.btn-dark{background:#002323;}table[id^=field-seitenelemente-values] button{text-transform:none;}.paragraph-type-label{font-weight:700;}form.node-form label{font-weight:400;}table{caption-side:top;}table caption{font-size:2rem;color:#31a6ba;padding:0.5rem 0.5rem;}ul.dropbutton li a{text-decoration:none;}.field--type-datetime .form-control{width:auto;}.field--type-datetime .js-form-type-date{display:inline-block;}.grid-item{width:100%;}.gutter-sizer{width:0%;}.node--view-mode-termin-zum-aufklappen .field--name-field-datum{color:#feccda;}.slick__slide{visibility:hidden;}.slick-dotted.slick-slider{margin-bottom:30px;}.slick-dots{position:absolute;bottom:-38px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}.slick-dots li button:hover,.slick-dots li button:focus{outline:none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1;}.slick-dots li button:before{font-family:"slick";font-size:20px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"□";text-align:center;opacity:0.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-dots li.slick-active button:before{opacity:0.75;color:black;content:"■";}#logo-small img,#logo-big img,#lsprache,a.leichtesprache svg,a.leichtesprache{transition:all 0.5s ease;}.region-top-header-form a:hover{color:#31a6ba !important;}.alert-wrapper{position:fixed;bottom:0;left:0;overflow:visible;z-index:9999;}.alert-wrapper .alert{margin:0 auto;max-width:1200px;}.ck-link-form button.ck-button{margin-inline-start:26px !important;}.webform-element-description{margin-top:5px;}.gruppenlogo img{border:1px solid #E6E9E8;}.logoimg img{box-shadow:4px 4px 5px 0px rgba(0,0,0,0.75);-webkit-box-shadow:4px 4px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow:4px 4px 5px 0px rgba(0,0,0,0.75);margin-right:20px;}.logoimg img:hover{box-shadow:4px 4px 5px 0px rgb(0,0,0);-webkit-box-shadow:4px 4px 5px 0px rgb(0,0,0);-moz-box-shadow:4px 4px 5px 0px rgb(0,0,0);}.btn-light:hover{background-color:#111111;color:#fff !important;}.contextual .trigger{width:30px !important;height:30px !important;text-indent:-9999px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%23D83A47' d='M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z'/%3e%3crect fill='%23D83A47' x='5.129' y='3.8' transform='matrix(-.707 -.707 .707 -.707 6.189 20.064)' width='4.243' height='9.899'/%3e%3cpath fill='%23D83A47' d='M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:20px 20px;border-color:#D83A47;border-radius:17px;}.contextual .trigger:hover{background-color:#D83A47;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%23FFFFFF' d='M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z'/%3e%3crect fill='%23FFFFFF' x='5.129' y='3.8' transform='matrix(-.707 -.707 .707 -.707 6.189 20.064)' width='4.243' height='9.899'/%3e%3cpath fill='%23FFFFFF' d='M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z'/%3e%3c/g%3e%3c/svg%3e");}#karte{position:relative;margin-top:35px;max-width:725px;}#karte a.stadt{position:absolute;display:block;text-decoration:none;padding:1px;background-repeat:no-repeat;background-position:5px 6px;padding-left:24px;padding-right:6px;z-index:10;}#karte a#link11{background-image:url(/themes/custom/bag/images/icons/dot-blau.png);background-repeat:no-repeat;top:62%;left:33%;}#karte a#link12{background-image:url(/themes/custom/bag/images/icons/dot-rot.png);top:59%;left:37%;}#karte a#link18{background-image:url(/themes/custom/bag/images/icons/dot-gras-gruen.png);top:33%;left:46%;}#karte a#link19{background-image:url(/themes/custom/bag/images/icons/dot-himbeere.png);top:8%;left:49%;}#karte a#link17{background-image:url(/themes/custom/bag/images/icons/dot-orange.png);top:47%;left:20%;}#karte a#link16{background-image:url(/themes/custom/bag/images/icons/dot-gelb.png);top:24.5%;left:38%;}#karte a#link15{background-image:url(/themes/custom/bag/images/icons/dot-olive.png);top:31%;left:78%;}#karte a#link20{background-image:url(/themes/custom/bag/images/icons/dot-magenta.png);top:50%;left:22%;}#karte a#link14{background-image:url(/themes/custom/bag/images/icons/dot-pink.png);top:38%;left:35%;}#karte a#link13{background-image:url(/themes/custom/bag/images/icons/dot-petrol.png);top:22.5%;left:32%;}#karte a#link21{background-image:url(/themes/custom/bag/images/icons/dot-tuerkis.png);top:45.5%;left:44%;}#karte a#link23{background-image:url(/themes/custom/bag/images/icons/dot-gelb-gruen.png);top:42.5%;left:24%;}#karte a#link22{background-image:url(/themes/custom/bag/images/icons/dot-hell-orange.png);top:35%;left:36%;}#karte a#link59{background-image:url(/themes/custom/bag/images/icons/dot-mint.png);top:82%;left:61%;}#karte a.stadt:hover,#karte a.stadt.active{z-index:20;background-color:rgba(140,138,134,0.9);color:#FFF;}.view-id-maedchenhaeuser.view-display-id-block_2 h3,.view-id-maedchenhaeuser.view-display-id-block_2 .h3{border-bottom:1px solid #31a6ba;color:#31a6ba;margin-top:35px;}.view-id-maedchenhaeuser.view-display-id-block_2 a{text-decoration:none;display:block;position:relative;padding-left:18px;margin-bottom:12px;}.view-id-maedchenhaeuser.view-display-id-block_2 a:hover{color:#31a6ba;}.view-id-maedchenhaeuser.view-display-id-block_2 a::before{font:var(--fa-font-solid);content:"\f0da";font-size:0.75em;position:absolute;top:7px;left:3px;}#block-bag-slogan .field--name-body{z-index:5000;position:relative;}#block-bag-slogan::before{content:"";background-image:url("/themes/custom/bag/images/icons/cite.png");background-repeat:no-repeat;width:186px;height:129px;display:inline-block;left:-25px;margin-bottom:-80px;position:relative;z-index:0;}.view-stellenangebote table a{display:block;text-decoration:none;}.view-stellenangebote table a:hover,.view-stellenangebote table tr:hover a{color:#31a6ba;}.view-stellenangebote table .views-field-title a{display:block;position:relative;padding-left:18px;}.view-stellenangebote table .views-field-title a:before{font:var(--fa-font-solid);content:"\f0da";font-size:0.75em;position:absolute;top:7px;left:3px;}.view-stellenangebote table th,.view-stellenangebote table td{border-bottom:1px solid #31a6ba;}img.align-left{margin-right:25px;}.responsive-menu-toggle-wrapper{max-height:49px;}.responsive-menu-toggle-icon{margin-top:8px;}.responsive-menu-toggle-icon:before,.responsive-menu-toggle-icon:after,.responsive-menu-toggle-icon span.icon{background:#fff;width:30px;}.responsive-menu-toggle-icon:before{top:0px;}.responsive-menu-toggle-icon span.icon{top:8px;}.responsive-menu-toggle-icon:after{top:16px;}.responsive-menu-toggle-icon span.label{color:#fff;left:50px;top:4px;line-height:1rem;}.block-superfishmain{display:none;}@media (min-width:768px){.grid-item{width:47%;}.gutter-sizer{width:3%;}.sitename{font-weight:800;text-transform:uppercase;font-size:2.25rem;line-height:3.0625rem;}.sitename-sub{color:#fff;font-size:1.125rem;letter-spacing:0.15rem;line-height:1.75;font-weight:400;}}@media (min-width:992px){a[href^="tel:"]{text-decoration:none;}.dropdown:hover .dropdown-menu{display:block;margin-top:0;}ul.ul_cols,.ul_cols ul.navbar-nav{-webkit-column-count:2;-webkit-column-gap:5.5em;-moz-column-count:2;-moz-column-gap:5.5em;-o-column-count:2;-o-column-gap:5.5em;column-count:2;column-gap:5.5em;display:block;}}@media (min-width:1200px){.grid-item{width:30%;}.gutter-sizer{width:3%;}.ui-dialog{width:80% !important;}.sitename{font-weight:600;font-size:3.6225rem;line-height:4.0625rem;letter-spacing:2px;}.sitename-sub{color:#fff;font-size:1.125rem;letter-spacing:0.15rem;line-height:1.75;font-weight:400;}}@media (min-width:1400px){#horizontal-menu li a{padding:14px 20px 14px 20px;}#horizontal-menu li a{padding:6px 18px;}#zent{width:50px;margin:0px auto;right:auto;position:relative;z-index:10100;}#back-to-top{position:fixed;bottom:0px;cursor:pointer;padding:10px 10px 10px 10px;display:none;}#back-to-top a{display:block;color:#002323;text-decoration:none;}.paragraph--type--segment{hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;}form.user-form,.block-page-title-block,.field--name-field-segmentinhalt > .field__item > .paragraph--type--textbereich{max-width:79%;}}@media (min-width:1920px){.container-xxxxl{max-width:100%;margin:0 auto;}form.user-form{max-width:60%;}h2.umbruch,.umbruch.h2{display:table-caption;}form.node-form,form.user-form{max-width:65%;}}@media (min-width:2100px){.container-xxxxl{max-width:1920px;margin:0 auto;}}
.affix{position:fixed;width:100%;top:0;z-index:1035;left:0;}
.alert-success{color:white;background-color:#00c851;border-color:#007e33;}.alert-warning{color:white;background-color:#ffbb33;border-color:#ff8800;}.alert-danger{color:white;background-color:#ff4444;border-color:#cc0000;}.alert-dismissible .btn-close{opacity:0.6;}
