/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-variant:normal;text-rendering:auto;font-style:normal;line-height:1}.fas:before,.far:before,.fab:before,.fa-solid:before,.fa-regular:before,.fa-brands:before,.fa:before{content:var(--fa)}.fa-classic,.fas,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.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{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs{vertical-align:.125em;font-size:.75em;line-height:.08333em}.fa-sm{vertical-align:.05357em;font-size:.875em;line-height:.07143em}.fa-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.04167em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-fw{text-align:center;width:1.25em}.fa-ul{margin-left:var(--fa-li-margin,2.5em);padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{left:calc(-1 * var(--fa-li-width,2em));text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.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(.28, .84, .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(.4, 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(.4, 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{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.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%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{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:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{vertical-align:middle;width:2.5em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"0"}.fa-1{--fa:"1"}.fa-2{--fa:"2"}.fa-3{--fa:"3"}.fa-4{--fa:"4"}.fa-5{--fa:"5"}.fa-6{--fa:"6"}.fa-7{--fa:"7"}.fa-8{--fa:"8"}.fa-9{--fa:"9"}.fa-fill-drip{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-circle-chevron-right,.fa-chevron-circle-right{--fa:""}.fa-at{--fa:"@"}.fa-trash-can,.fa-trash-alt{--fa:""}.fa-text-height{--fa:""}.fa-user-xmark,.fa-user-times{--fa:""}.fa-stethoscope{--fa:""}.fa-message,.fa-comment-alt{--fa:""}.fa-info{--fa:""}.fa-down-left-and-up-right-to-center,.fa-compress-alt{--fa:""}.fa-explosion{--fa:""}.fa-file-lines,.fa-file-alt,.fa-file-text{--fa:""}.fa-wave-square{--fa:""}.fa-ring{--fa:""}.fa-building-un{--fa:""}.fa-dice-three{--fa:""}.fa-calendar-days,.fa-calendar-alt{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-volleyball,.fa-volleyball-ball{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-sort-down,.fa-sort-desc{--fa:""}.fa-circle-minus,.fa-minus-circle{--fa:""}.fa-door-open{--fa:""}.fa-right-from-bracket,.fa-sign-out-alt{--fa:""}.fa-atom{--fa:""}.fa-soap{--fa:""}.fa-icons,.fa-heart-music-camera-bolt{--fa:""}.fa-microphone-lines-slash,.fa-microphone-alt-slash{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-pump-medical{--fa:""}.fa-fingerprint{--fa:""}.fa-hand-point-right{--fa:""}.fa-magnifying-glass-location,.fa-search-location{--fa:""}.fa-forward-step,.fa-step-forward{--fa:""}.fa-face-smile-beam,.fa-smile-beam{--fa:""}.fa-flag-checkered{--fa:""}.fa-football,.fa-football-ball{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-crop{--fa:""}.fa-angles-down,.fa-angle-double-down{--fa:""}.fa-users-rectangle{--fa:""}.fa-people-roof{--fa:""}.fa-people-line{--fa:""}.fa-beer-mug-empty,.fa-beer{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-arrow-up-long,.fa-long-arrow-up{--fa:""}.fa-fire-flame-simple,.fa-burn{--fa:""}.fa-person,.fa-male{--fa:""}.fa-laptop{--fa:""}.fa-file-csv{--fa:""}.fa-menorah{--fa:""}.fa-truck-plane{--fa:""}.fa-record-vinyl{--fa:""}.fa-face-grin-stars,.fa-grin-stars{--fa:""}.fa-bong{--fa:""}.fa-spaghetti-monster-flying,.fa-pastafarianism{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-spoon,.fa-utensil-spoon{--fa:""}.fa-jar-wheat{--fa:""}.fa-envelopes-bulk,.fa-mail-bulk{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-circle-h,.fa-hospital-symbol{--fa:""}.fa-pager{--fa:""}.fa-address-book,.fa-contact-book{--fa:""}.fa-strikethrough{--fa:""}.fa-k{--fa:"K"}.fa-landmark-flag{--fa:""}.fa-pencil,.fa-pencil-alt{--fa:""}.fa-backward{--fa:""}.fa-caret-right{--fa:""}.fa-comments{--fa:""}.fa-paste,.fa-file-clipboard{--fa:""}.fa-code-pull-request{--fa:""}.fa-clipboard-list{--fa:""}.fa-truck-ramp-box,.fa-truck-loading{--fa:""}.fa-user-check{--fa:""}.fa-vial-virus{--fa:""}.fa-sheet-plastic{--fa:""}.fa-blog{--fa:""}.fa-user-ninja{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-scroll-torah,.fa-torah{--fa:""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:""}.fa-toggle-off{--fa:""}.fa-box-archive,.fa-archive{--fa:""}.fa-person-drowning{--fa:""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:""}.fa-spray-can{--fa:""}.fa-truck-monster{--fa:""}.fa-w{--fa:"W"}.fa-earth-africa,.fa-globe-africa{--fa:""}.fa-rainbow{--fa:""}.fa-circle-notch{--fa:""}.fa-tablet-screen-button,.fa-tablet-alt{--fa:""}.fa-paw{--fa:""}.fa-cloud{--fa:""}.fa-trowel-bricks{--fa:""}.fa-face-flushed,.fa-flushed{--fa:""}.fa-hospital-user{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-gavel,.fa-legal{--fa:""}.fa-binoculars{--fa:""}.fa-microphone-slash{--fa:""}.fa-box-tissue{--fa:""}.fa-motorcycle{--fa:""}.fa-bell-concierge,.fa-concierge-bell{--fa:""}.fa-pen-ruler,.fa-pencil-ruler{--fa:""}.fa-people-arrows,.fa-people-arrows-left-right{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-square-caret-right,.fa-caret-square-right{--fa:""}.fa-scissors,.fa-cut{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-toilets-portable{--fa:""}.fa-hockey-puck{--fa:""}.fa-table{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-tachograph-digital,.fa-digital-tachograph{--fa:""}.fa-users-slash{--fa:""}.fa-clover{--fa:""}.fa-reply,.fa-mail-reply{--fa:""}.fa-star-and-crescent{--fa:""}.fa-house-fire{--fa:""}.fa-square-minus,.fa-minus-square{--fa:""}.fa-helicopter{--fa:""}.fa-compass{--fa:""}.fa-square-caret-down,.fa-caret-square-down{--fa:""}.fa-file-circle-question{--fa:""}.fa-laptop-code{--fa:""}.fa-swatchbook{--fa:""}.fa-prescription-bottle{--fa:""}.fa-bars,.fa-navicon{--fa:""}.fa-people-group{--fa:""}.fa-hourglass-end,.fa-hourglass-3{--fa:""}.fa-heart-crack,.fa-heart-broken{--fa:""}.fa-square-up-right,.fa-external-link-square-alt{--fa:""}.fa-face-kiss-beam,.fa-kiss-beam{--fa:""}.fa-film{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-people-robbery{--fa:""}.fa-lightbulb{--fa:""}.fa-caret-left{--fa:""}.fa-circle-exclamation,.fa-exclamation-circle{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:""}.fa-circle-chevron-down,.fa-chevron-circle-down{--fa:""}.fa-unlock-keyhole,.fa-unlock-alt{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-headphones-simple,.fa-headphones-alt{--fa:""}.fa-sitemap{--fa:""}.fa-circle-dollar-to-slot,.fa-donate{--fa:""}.fa-memory{--fa:""}.fa-road-spikes{--fa:""}.fa-fire-burner{--fa:""}.fa-flag{--fa:""}.fa-hanukiah{--fa:""}.fa-feather{--fa:""}.fa-volume-low,.fa-volume-down{--fa:""}.fa-comment-slash{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-compress{--fa:""}.fa-wheat-awn,.fa-wheat-alt{--fa:""}.fa-ankh{--fa:""}.fa-hands-holding-child{--fa:""}.fa-asterisk{--fa:"*"}.fa-square-check,.fa-check-square{--fa:""}.fa-peseta-sign{--fa:""}.fa-heading,.fa-header{--fa:""}.fa-ghost{--fa:""}.fa-list,.fa-list-squares{--fa:""}.fa-square-phone-flip,.fa-phone-square-alt{--fa:""}.fa-cart-plus{--fa:""}.fa-gamepad{--fa:""}.fa-circle-dot,.fa-dot-circle{--fa:""}.fa-face-dizzy,.fa-dizzy{--fa:""}.fa-egg{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-campground{--fa:""}.fa-folder-plus{--fa:""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:""}.fa-paintbrush,.fa-paint-brush{--fa:""}.fa-lock{--fa:""}.fa-gas-pump{--fa:""}.fa-hot-tub-person,.fa-hot-tub{--fa:""}.fa-map-location,.fa-map-marked{--fa:""}.fa-house-flood-water{--fa:""}.fa-tree{--fa:""}.fa-bridge-lock{--fa:""}.fa-sack-dollar{--fa:""}.fa-pen-to-square,.fa-edit{--fa:""}.fa-car-side{--fa:""}.fa-share-nodes,.fa-share-alt{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-hourglass-half,.fa-hourglass-2{--fa:""}.fa-microscope{--fa:""}.fa-sink{--fa:""}.fa-bag-shopping,.fa-shopping-bag{--fa:""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:""}.fa-mitten{--fa:""}.fa-person-rays{--fa:""}.fa-users{--fa:""}.fa-eye-slash{--fa:""}.fa-flask-vial{--fa:""}.fa-hand,.fa-hand-paper{--fa:""}.fa-om{--fa:""}.fa-worm{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-plug{--fa:""}.fa-chevron-up{--fa:""}.fa-hand-spock{--fa:""}.fa-stopwatch{--fa:""}.fa-face-kiss,.fa-kiss{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-face-grin-tongue,.fa-grin-tongue{--fa:""}.fa-chess-bishop{--fa:""}.fa-face-grin-wink,.fa-grin-wink{--fa:""}.fa-ear-deaf,.fa-deaf,.fa-deafness,.fa-hard-of-hearing{--fa:""}.fa-road-circle-check{--fa:""}.fa-dice-five{--fa:""}.fa-square-rss,.fa-rss-square{--fa:""}.fa-land-mine-on{--fa:""}.fa-i-cursor{--fa:""}.fa-stamp{--fa:""}.fa-stairs{--fa:""}.fa-i{--fa:"I"}.fa-hryvnia-sign,.fa-hryvnia{--fa:""}.fa-pills{--fa:""}.fa-face-grin-wide,.fa-grin-alt{--fa:""}.fa-tooth{--fa:""}.fa-v{--fa:"V"}.fa-bangladeshi-taka-sign{--fa:""}.fa-bicycle{--fa:""}.fa-staff-snake,.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-truck-medical,.fa-ambulance{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-snowman{--fa:""}.fa-mortar-pestle{--fa:""}.fa-road-barrier{--fa:""}.fa-school{--fa:""}.fa-igloo{--fa:""}.fa-joint{--fa:""}.fa-angle-right{--fa:""}.fa-horse{--fa:""}.fa-q{--fa:"Q"}.fa-g{--fa:"G"}.fa-notes-medical{--fa:""}.fa-temperature-half,.fa-temperature-2,.fa-thermometer-2,.fa-thermometer-half{--fa:""}.fa-dong-sign{--fa:""}.fa-capsules{--fa:""}.fa-poo-storm,.fa-poo-bolt{--fa:""}.fa-face-frown-open,.fa-frown-open{--fa:""}.fa-hand-point-up{--fa:""}.fa-money-bill{--fa:""}.fa-bookmark{--fa:""}.fa-align-justify{--fa:""}.fa-umbrella-beach{--fa:""}.fa-helmet-un{--fa:""}.fa-bullseye{--fa:""}.fa-bacon{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-folder,.fa-folder-blank{--fa:""}.fa-file-waveform,.fa-file-medical-alt{--fa:""}.fa-radiation{--fa:""}.fa-chart-simple{--fa:""}.fa-mars-stroke{--fa:""}.fa-vial{--fa:""}.fa-gauge,.fa-dashboard,.fa-gauge-med,.fa-tachometer-alt-average{--fa:""}.fa-wand-magic-sparkles,.fa-magic-wand-sparkles{--fa:""}.fa-e{--fa:"E"}.fa-pen-clip,.fa-pen-alt{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-user{--fa:""}.fa-school-circle-check{--fa:""}.fa-dumpster{--fa:""}.fa-van-shuttle,.fa-shuttle-van{--fa:""}.fa-building-user{--fa:""}.fa-square-caret-left,.fa-caret-square-left{--fa:""}.fa-highlighter{--fa:""}.fa-key{--fa:""}.fa-bullhorn{--fa:""}.fa-globe{--fa:""}.fa-synagogue{--fa:""}.fa-person-half-dress{--fa:""}.fa-road-bridge{--fa:""}.fa-location-arrow{--fa:""}.fa-c{--fa:"C"}.fa-tablet-button{--fa:""}.fa-building-lock{--fa:""}.fa-pizza-slice{--fa:""}.fa-money-bill-wave{--fa:""}.fa-chart-area,.fa-area-chart{--fa:""}.fa-house-flag{--fa:""}.fa-person-circle-minus{--fa:""}.fa-ban,.fa-cancel{--fa:""}.fa-camera-rotate{--fa:""}.fa-spray-can-sparkles,.fa-air-freshener{--fa:""}.fa-star{--fa:""}.fa-repeat{--fa:""}.fa-cross{--fa:""}.fa-box{--fa:""}.fa-venus-mars{--fa:""}.fa-arrow-pointer,.fa-mouse-pointer{--fa:""}.fa-maximize,.fa-expand-arrows-alt{--fa:""}.fa-charging-station{--fa:""}.fa-shapes,.fa-triangle-circle-square{--fa:""}.fa-shuffle,.fa-random{--fa:""}.fa-person-running,.fa-running{--fa:""}.fa-mobile-retro{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-spider{--fa:""}.fa-hands-bound{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-x-ray{--fa:""}.fa-spell-check{--fa:""}.fa-slash{--fa:""}.fa-computer-mouse,.fa-mouse{--fa:""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:""}.fa-shop-slash,.fa-store-alt-slash{--fa:""}.fa-server{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-shop-lock{--fa:""}.fa-hourglass-start,.fa-hourglass-1{--fa:""}.fa-blender-phone{--fa:""}.fa-building-wheat{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-right-to-bracket,.fa-sign-in-alt{--fa:""}.fa-venus{--fa:""}.fa-passport{--fa:""}.fa-thumbtack-slash,.fa-thumb-tack-slash{--fa:""}.fa-heart-pulse,.fa-heartbeat{--fa:""}.fa-people-carry-box,.fa-people-carry{--fa:""}.fa-temperature-high{--fa:""}.fa-microchip{--fa:""}.fa-crown{--fa:""}.fa-weight-hanging{--fa:""}.fa-xmarks-lines{--fa:""}.fa-file-prescription{--fa:""}.fa-weight-scale,.fa-weight{--fa:""}.fa-user-group,.fa-user-friends{--fa:""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:""}.fa-chess-knight{--fa:""}.fa-face-laugh-squint,.fa-laugh-squint{--fa:""}.fa-wheelchair{--fa:""}.fa-circle-arrow-up,.fa-arrow-circle-up{--fa:""}.fa-toggle-on{--fa:""}.fa-person-walking,.fa-walking{--fa:""}.fa-l{--fa:"L"}.fa-fire{--fa:""}.fa-bed-pulse,.fa-procedures{--fa:""}.fa-shuttle-space,.fa-space-shuttle{--fa:""}.fa-face-laugh,.fa-laugh{--fa:""}.fa-folder-open{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-code-fork{--fa:""}.fa-city{--fa:""}.fa-microphone-lines,.fa-microphone-alt{--fa:""}.fa-pepper-hot{--fa:""}.fa-unlock{--fa:""}.fa-colon-sign{--fa:""}.fa-headset{--fa:""}.fa-store-slash{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-user-minus{--fa:""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:""}.fa-champagne-glasses,.fa-glass-cheers{--fa:""}.fa-clipboard{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-file-arrow-up,.fa-file-upload{--fa:""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:""}.fa-bath,.fa-bathtub{--fa:""}.fa-underline{--fa:""}.fa-user-pen,.fa-user-edit{--fa:""}.fa-signature{--fa:""}.fa-stroopwafel{--fa:""}.fa-bold{--fa:""}.fa-anchor-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-manat-sign{--fa:""}.fa-not-equal{--fa:""}.fa-border-top-left,.fa-border-style{--fa:""}.fa-map-location-dot,.fa-map-marked-alt{--fa:""}.fa-jedi{--fa:""}.fa-square-poll-vertical,.fa-poll{--fa:""}.fa-mug-hot{--fa:""}.fa-car-battery,.fa-battery-car{--fa:""}.fa-gift{--fa:""}.fa-dice-two{--fa:""}.fa-chess-queen{--fa:""}.fa-glasses{--fa:""}.fa-chess-board{--fa:""}.fa-building-circle-check{--fa:""}.fa-person-chalkboard{--fa:""}.fa-mars-stroke-right,.fa-mars-stroke-h{--fa:""}.fa-hand-back-fist,.fa-hand-rock{--fa:""}.fa-square-caret-up,.fa-caret-square-up{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-chart-bar,.fa-bar-chart{--fa:""}.fa-hands-bubbles,.fa-hands-wash{--fa:""}.fa-less-than-equal{--fa:""}.fa-train{--fa:""}.fa-eye-low-vision,.fa-low-vision{--fa:""}.fa-crow{--fa:""}.fa-sailboat{--fa:""}.fa-window-restore{--fa:""}.fa-square-plus,.fa-plus-square{--fa:""}.fa-torii-gate{--fa:""}.fa-frog{--fa:""}.fa-bucket{--fa:""}.fa-image{--fa:""}.fa-microphone{--fa:""}.fa-cow{--fa:""}.fa-caret-up{--fa:""}.fa-screwdriver{--fa:""}.fa-folder-closed{--fa:""}.fa-house-tsunami{--fa:""}.fa-square-nfi{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-martini-glass,.fa-glass-martini-alt{--fa:""}.fa-square-binary{--fa:""}.fa-rotate-left,.fa-rotate-back,.fa-rotate-backward,.fa-undo-alt{--fa:""}.fa-table-columns,.fa-columns{--fa:""}.fa-lemon{--fa:""}.fa-head-side-mask{--fa:""}.fa-handshake{--fa:""}.fa-gem{--fa:""}.fa-dolly,.fa-dolly-box{--fa:""}.fa-smoking{--fa:""}.fa-minimize,.fa-compress-arrows-alt{--fa:""}.fa-monument{--fa:""}.fa-snowplow{--fa:""}.fa-angles-right,.fa-angle-double-right{--fa:""}.fa-cannabis{--fa:""}.fa-circle-play,.fa-play-circle{--fa:""}.fa-tablets{--fa:""}.fa-ethernet{--fa:""}.fa-euro-sign,.fa-eur,.fa-euro{--fa:""}.fa-chair{--fa:""}.fa-circle-check,.fa-check-circle{--fa:""}.fa-circle-stop,.fa-stop-circle{--fa:""}.fa-compass-drafting,.fa-drafting-compass{--fa:""}.fa-plate-wheat{--fa:""}.fa-icicles{--fa:""}.fa-person-shelter{--fa:""}.fa-neuter{--fa:""}.fa-id-badge{--fa:""}.fa-marker{--fa:""}.fa-face-laugh-beam,.fa-laugh-beam{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-universal-access{--fa:""}.fa-circle-chevron-up,.fa-chevron-circle-up{--fa:""}.fa-lari-sign{--fa:""}.fa-volcano{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-sterling-sign,.fa-gbp,.fa-pound-sign{--fa:""}.fa-viruses{--fa:""}.fa-square-person-confined{--fa:""}.fa-user-tie{--fa:""}.fa-arrow-down-long,.fa-long-arrow-down{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-certificate{--fa:""}.fa-reply-all,.fa-mail-reply-all{--fa:""}.fa-suitcase{--fa:""}.fa-person-skating,.fa-skating{--fa:""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:""}.fa-camera-retro{--fa:""}.fa-circle-arrow-down,.fa-arrow-circle-down{--fa:""}.fa-file-import,.fa-arrow-right-to-file{--fa:""}.fa-square-arrow-up-right,.fa-external-link-square{--fa:""}.fa-box-open{--fa:""}.fa-scroll{--fa:""}.fa-spa{--fa:""}.fa-location-pin-lock{--fa:""}.fa-pause{--fa:""}.fa-hill-avalanche{--fa:""}.fa-temperature-empty,.fa-temperature-0,.fa-thermometer-0,.fa-thermometer-empty{--fa:""}.fa-bomb{--fa:""}.fa-registered{--fa:""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:""}.fa-scale-unbalanced-flip,.fa-balance-scale-right{--fa:""}.fa-subscript{--fa:""}.fa-diamond-turn-right,.fa-directions{--fa:""}.fa-burst{--fa:""}.fa-house-laptop,.fa-laptop-house{--fa:""}.fa-face-tired,.fa-tired{--fa:""}.fa-money-bills{--fa:""}.fa-smog{--fa:""}.fa-crutch{--fa:""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:""}.fa-palette{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-vest{--fa:""}.fa-ferry{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-seedling,.fa-sprout{--fa:""}.fa-left-right,.fa-arrows-alt-h{--fa:""}.fa-boxes-packing{--fa:""}.fa-circle-arrow-left,.fa-arrow-circle-left{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-bowl-food{--fa:""}.fa-candy-cane{--fa:""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:""}.fa-cloud-bolt,.fa-thunderstorm{--fa:""}.fa-text-slash,.fa-remove-format{--fa:""}.fa-face-smile-wink,.fa-smile-wink{--fa:""}.fa-file-word{--fa:""}.fa-file-powerpoint{--fa:""}.fa-arrows-left-right,.fa-arrows-h{--fa:""}.fa-house-lock{--fa:""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:""}.fa-children{--fa:""}.fa-chalkboard,.fa-blackboard{--fa:""}.fa-user-large-slash,.fa-user-alt-slash{--fa:""}.fa-envelope-open{--fa:""}.fa-handshake-simple-slash,.fa-handshake-alt-slash{--fa:""}.fa-mattress-pillow{--fa:""}.fa-guarani-sign{--fa:""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-greater-than-equal{--fa:""}.fa-shield-halved,.fa-shield-alt{--fa:""}.fa-book-atlas,.fa-atlas{--fa:""}.fa-virus{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-layer-group{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-archway{--fa:""}.fa-heart-circle-check{--fa:""}.fa-house-chimney-crack,.fa-house-damage{--fa:""}.fa-file-zipper,.fa-file-archive{--fa:""}.fa-square{--fa:""}.fa-martini-glass-empty,.fa-glass-martini{--fa:""}.fa-couch{--fa:""}.fa-cedi-sign{--fa:""}.fa-italic{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-church{--fa:""}.fa-comments-dollar{--fa:""}.fa-democrat{--fa:""}.fa-z{--fa:"Z"}.fa-person-skiing,.fa-skiing{--fa:""}.fa-road-lock{--fa:""}.fa-a{--fa:"A"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:""}.fa-feather-pointed,.fa-feather-alt{--fa:""}.fa-p{--fa:"P"}.fa-snowflake{--fa:""}.fa-newspaper{--fa:""}.fa-rectangle-ad,.fa-ad{--fa:""}.fa-circle-arrow-right,.fa-arrow-circle-right{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-locust{--fa:""}.fa-sort,.fa-unsorted{--fa:""}.fa-list-ol,.fa-list-1-2,.fa-list-numeric{--fa:""}.fa-person-dress-burst{--fa:""}.fa-money-check-dollar,.fa-money-check-alt{--fa:""}.fa-vector-square{--fa:""}.fa-bread-slice{--fa:""}.fa-language{--fa:""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:""}.fa-filter{--fa:""}.fa-question{--fa:"?"}.fa-file-signature{--fa:""}.fa-up-down-left-right,.fa-arrows-alt{--fa:""}.fa-house-chimney-user{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-puzzle-piece{--fa:""}.fa-money-check{--fa:""}.fa-star-half-stroke,.fa-star-half-alt{--fa:""}.fa-code{--fa:""}.fa-whiskey-glass,.fa-glass-whiskey{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-arrow-up-right-from-square,.fa-external-link{--fa:""}.fa-cubes-stacked{--fa:""}.fa-won-sign,.fa-krw,.fa-won{--fa:""}.fa-virus-covid{--fa:""}.fa-austral-sign{--fa:""}.fa-f{--fa:"F"}.fa-leaf{--fa:""}.fa-road{--fa:""}.fa-taxi,.fa-cab{--fa:""}.fa-person-circle-plus{--fa:""}.fa-chart-pie,.fa-pie-chart{--fa:""}.fa-bolt-lightning{--fa:""}.fa-sack-xmark{--fa:""}.fa-file-excel{--fa:""}.fa-file-contract{--fa:""}.fa-fish-fins{--fa:""}.fa-building-flag{--fa:""}.fa-face-grin-beam,.fa-grin-beam{--fa:""}.fa-object-ungroup{--fa:""}.fa-poop{--fa:""}.fa-location-pin,.fa-map-marker{--fa:""}.fa-kaaba{--fa:""}.fa-toilet-paper{--fa:""}.fa-helmet-safety,.fa-hard-hat,.fa-hat-hard{--fa:""}.fa-eject{--fa:""}.fa-circle-right,.fa-arrow-alt-circle-right{--fa:""}.fa-plane-circle-check{--fa:""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:""}.fa-object-group{--fa:""}.fa-chart-line,.fa-line-chart{--fa:""}.fa-mask-ventilator{--fa:""}.fa-arrow-right{--fa:""}.fa-signs-post,.fa-map-signs{--fa:""}.fa-cash-register{--fa:""}.fa-person-circle-question{--fa:""}.fa-h{--fa:"H"}.fa-tarp{--fa:""}.fa-screwdriver-wrench,.fa-tools{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-heart{--fa:""}.fa-mars-and-venus{--fa:""}.fa-house-user,.fa-home-user{--fa:""}.fa-dumpster-fire{--fa:""}.fa-house-crack{--fa:""}.fa-martini-glass-citrus,.fa-cocktail{--fa:""}.fa-face-surprise,.fa-surprise{--fa:""}.fa-bottle-water{--fa:""}.fa-circle-pause,.fa-pause-circle{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-apple-whole,.fa-apple-alt{--fa:""}.fa-kitchen-set{--fa:""}.fa-r{--fa:"R"}.fa-temperature-quarter,.fa-temperature-1,.fa-thermometer-1,.fa-thermometer-quarter{--fa:""}.fa-cube{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-shield-dog{--fa:""}.fa-solar-panel{--fa:""}.fa-lock-open{--fa:""}.fa-elevator{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-square-poll-horizontal,.fa-poll-h{--fa:""}.fa-circle{--fa:""}.fa-backward-fast,.fa-fast-backward{--fa:""}.fa-recycle{--fa:""}.fa-user-astronaut{--fa:""}.fa-plane-slash{--fa:""}.fa-trademark{--fa:""}.fa-basketball,.fa-basketball-ball{--fa:""}.fa-satellite-dish{--fa:""}.fa-circle-up,.fa-arrow-alt-circle-up{--fa:""}.fa-mobile-screen-button,.fa-mobile-alt{--fa:""}.fa-volume-high,.fa-volume-up{--fa:""}.fa-users-rays{--fa:""}.fa-wallet{--fa:""}.fa-clipboard-check{--fa:""}.fa-file-audio{--fa:""}.fa-burger,.fa-hamburger{--fa:""}.fa-wrench{--fa:""}.fa-bugs{--fa:""}.fa-rupee-sign,.fa-rupee{--fa:""}.fa-file-image{--fa:""}.fa-circle-question,.fa-question-circle{--fa:""}.fa-plane-departure{--fa:""}.fa-handshake-slash{--fa:""}.fa-book-bookmark{--fa:""}.fa-code-branch{--fa:""}.fa-hat-cowboy{--fa:""}.fa-bridge{--fa:""}.fa-phone-flip,.fa-phone-alt{--fa:""}.fa-truck-front{--fa:""}.fa-cat{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-truck-field{--fa:""}.fa-route{--fa:""}.fa-clipboard-question{--fa:""}.fa-panorama{--fa:""}.fa-comment-medical{--fa:""}.fa-teeth-open{--fa:""}.fa-file-circle-minus{--fa:""}.fa-tags{--fa:""}.fa-wine-glass{--fa:""}.fa-forward-fast,.fa-fast-forward{--fa:""}.fa-face-meh-blank,.fa-meh-blank{--fa:""}.fa-square-parking,.fa-parking{--fa:""}.fa-house-signal{--fa:""}.fa-bars-progress,.fa-tasks-alt{--fa:""}.fa-faucet-drip{--fa:""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:""}.fa-ban-smoking,.fa-smoking-ban{--fa:""}.fa-terminal{--fa:""}.fa-mobile-button{--fa:""}.fa-house-medical-flag{--fa:""}.fa-basket-shopping,.fa-shopping-basket{--fa:""}.fa-tape{--fa:""}.fa-bus-simple,.fa-bus-alt{--fa:""}.fa-eye{--fa:""}.fa-face-sad-cry,.fa-sad-cry{--fa:""}.fa-audio-description{--fa:""}.fa-person-military-to-person{--fa:""}.fa-file-shield{--fa:""}.fa-user-slash{--fa:""}.fa-pen{--fa:""}.fa-tower-observation{--fa:""}.fa-file-code{--fa:""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:""}.fa-bus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-house-chimney,.fa-home-lg{--fa:""}.fa-window-maximize{--fa:""}.fa-face-frown,.fa-frown{--fa:""}.fa-prescription{--fa:""}.fa-shop,.fa-store-alt{--fa:""}.fa-floppy-disk,.fa-save{--fa:""}.fa-vihara{--fa:""}.fa-scale-unbalanced,.fa-balance-scale-left{--fa:""}.fa-sort-up,.fa-sort-asc{--fa:""}.fa-comment-dots,.fa-commenting{--fa:""}.fa-plant-wilt{--fa:""}.fa-diamond{--fa:""}.fa-face-grin-squint,.fa-grin-squint{--fa:""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:""}.fa-chart-diagram{--fa:""}.fa-bacterium{--fa:""}.fa-hand-pointer{--fa:""}.fa-drum-steelpan{--fa:""}.fa-hand-scissors{--fa:""}.fa-hands-praying,.fa-praying-hands{--fa:""}.fa-arrow-rotate-right,.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-redo{--fa:""}.fa-biohazard{--fa:""}.fa-location-crosshairs,.fa-location{--fa:""}.fa-mars-double{--fa:""}.fa-child-dress{--fa:""}.fa-users-between-lines{--fa:""}.fa-lungs-virus{--fa:""}.fa-face-grin-tears,.fa-grin-tears{--fa:""}.fa-phone{--fa:""}.fa-calendar-xmark,.fa-calendar-times{--fa:""}.fa-child-reaching{--fa:""}.fa-head-side-virus{--fa:""}.fa-user-gear,.fa-user-cog{--fa:""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:""}.fa-door-closed{--fa:""}.fa-shield-virus{--fa:""}.fa-dice-six{--fa:""}.fa-mosquito-net{--fa:""}.fa-file-fragment{--fa:""}.fa-bridge-water{--fa:""}.fa-person-booth{--fa:""}.fa-text-width{--fa:""}.fa-hat-wizard{--fa:""}.fa-pen-fancy{--fa:""}.fa-person-digging,.fa-digging{--fa:""}.fa-trash{--fa:""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:""}.fa-book-medical{--fa:""}.fa-poo{--fa:""}.fa-quote-right,.fa-quote-right-alt{--fa:""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:""}.fa-cubes{--fa:""}.fa-divide{--fa:""}.fa-tenge-sign,.fa-tenge{--fa:""}.fa-headphones{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-clapping{--fa:""}.fa-republican{--fa:""}.fa-arrow-left{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-ruler{--fa:""}.fa-align-left{--fa:""}.fa-dice-d6{--fa:""}.fa-restroom{--fa:""}.fa-j{--fa:"J"}.fa-users-viewfinder{--fa:""}.fa-file-video{--fa:""}.fa-up-right-from-square,.fa-external-link-alt{--fa:""}.fa-table-cells,.fa-th{--fa:""}.fa-file-pdf{--fa:""}.fa-book-bible,.fa-bible{--fa:""}.fa-o{--fa:"O"}.fa-suitcase-medical,.fa-medkit{--fa:""}.fa-user-secret{--fa:""}.fa-otter{--fa:""}.fa-person-dress,.fa-female{--fa:""}.fa-comment-dollar{--fa:""}.fa-business-time,.fa-briefcase-clock{--fa:""}.fa-table-cells-large,.fa-th-large{--fa:""}.fa-book-tanakh,.fa-tanakh{--fa:""}.fa-phone-volume,.fa-volume-control-phone{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-clipboard-user{--fa:""}.fa-child{--fa:""}.fa-lira-sign{--fa:""}.fa-satellite{--fa:""}.fa-plane-lock{--fa:""}.fa-tag{--fa:""}.fa-comment{--fa:""}.fa-cake-candles,.fa-birthday-cake,.fa-cake{--fa:""}.fa-envelope{--fa:""}.fa-angles-up,.fa-angle-double-up{--fa:""}.fa-paperclip{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-ribbon{--fa:""}.fa-lungs{--fa:""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:""}.fa-litecoin-sign{--fa:""}.fa-border-none{--fa:""}.fa-circle-nodes{--fa:""}.fa-parachute-box{--fa:""}.fa-indent{--fa:""}.fa-truck-field-un{--fa:""}.fa-hourglass,.fa-hourglass-empty{--fa:""}.fa-mountain{--fa:""}.fa-user-doctor,.fa-user-md{--fa:""}.fa-circle-info,.fa-info-circle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-camera,.fa-camera-alt{--fa:""}.fa-square-virus{--fa:""}.fa-meteor{--fa:""}.fa-car-on{--fa:""}.fa-sleigh{--fa:""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:""}.fa-water{--fa:""}.fa-calendar-check{--fa:""}.fa-braille{--fa:""}.fa-prescription-bottle-medical,.fa-prescription-bottle-alt{--fa:""}.fa-landmark{--fa:""}.fa-truck{--fa:""}.fa-crosshairs{--fa:""}.fa-person-cane{--fa:""}.fa-tent{--fa:""}.fa-vest-patches{--fa:""}.fa-check-double{--fa:""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-cookie{--fa:""}.fa-arrow-rotate-left,.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-undo{--fa:""}.fa-hard-drive,.fa-hdd{--fa:""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:""}.fa-dumbbell{--fa:""}.fa-rectangle-list,.fa-list-alt{--fa:""}.fa-tarp-droplet{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:""}.fa-calendar-plus{--fa:""}.fa-plane-arrival{--fa:""}.fa-circle-left,.fa-arrow-alt-circle-left{--fa:""}.fa-train-subway,.fa-subway{--fa:""}.fa-chart-gantt{--fa:""}.fa-indian-rupee-sign,.fa-indian-rupee,.fa-inr{--fa:""}.fa-crop-simple,.fa-crop-alt{--fa:""}.fa-money-bill-1,.fa-money-bill-alt{--fa:""}.fa-left-long,.fa-long-arrow-alt-left{--fa:""}.fa-dna{--fa:""}.fa-virus-slash{--fa:""}.fa-minus,.fa-subtract{--fa:""}.fa-chess{--fa:""}.fa-arrow-left-long,.fa-long-arrow-left{--fa:""}.fa-plug-circle-check{--fa:""}.fa-street-view{--fa:""}.fa-franc-sign{--fa:""}.fa-volume-off{--fa:""}.fa-hands-asl-interpreting,.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting{--fa:""}.fa-gear,.fa-cog{--fa:""}.fa-droplet-slash,.fa-tint-slash{--fa:""}.fa-mosque{--fa:""}.fa-mosquito{--fa:""}.fa-star-of-david{--fa:""}.fa-person-military-rifle{--fa:""}.fa-cart-shopping,.fa-shopping-cart{--fa:""}.fa-vials{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-place-of-worship{--fa:""}.fa-grip-vertical{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-arrow-turn-up,.fa-level-up{--fa:""}.fa-u{--fa:"U"}.fa-square-root-variable,.fa-square-root-alt{--fa:""}.fa-clock,.fa-clock-four{--fa:""}.fa-backward-step,.fa-step-backward{--fa:""}.fa-pallet{--fa:""}.fa-faucet{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-s{--fa:"S"}.fa-timeline{--fa:""}.fa-keyboard{--fa:""}.fa-caret-down{--fa:""}.fa-house-chimney-medical,.fa-clinic-medical{--fa:""}.fa-temperature-three-quarters,.fa-temperature-3,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:""}.fa-mobile-screen,.fa-mobile-android-alt{--fa:""}.fa-plane-up{--fa:""}.fa-piggy-bank{--fa:""}.fa-battery-half,.fa-battery-3{--fa:""}.fa-mountain-city{--fa:""}.fa-coins{--fa:""}.fa-khanda{--fa:""}.fa-sliders,.fa-sliders-h{--fa:""}.fa-folder-tree{--fa:""}.fa-network-wired{--fa:""}.fa-map-pin{--fa:""}.fa-hamsa{--fa:""}.fa-cent-sign{--fa:""}.fa-flask{--fa:""}.fa-person-pregnant{--fa:""}.fa-wand-sparkles{--fa:""}.fa-ellipsis-vertical,.fa-ellipsis-v{--fa:""}.fa-ticket{--fa:""}.fa-power-off{--fa:""}.fa-right-long,.fa-long-arrow-alt-right{--fa:""}.fa-flag-usa{--fa:""}.fa-laptop-file{--fa:""}.fa-tty,.fa-teletype{--fa:""}.fa-diagram-next{--fa:""}.fa-person-rifle{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-closed-captioning{--fa:""}.fa-person-hiking,.fa-hiking{--fa:""}.fa-venus-double{--fa:""}.fa-images{--fa:""}.fa-calculator{--fa:""}.fa-people-pulling{--fa:""}.fa-n{--fa:"N"}.fa-cable-car,.fa-tram{--fa:""}.fa-cloud-rain{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-ship{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-download{--fa:""}.fa-face-grin,.fa-grin{--fa:""}.fa-delete-left,.fa-backspace{--fa:""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:""}.fa-file-circle-check{--fa:""}.fa-forward{--fa:""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:""}.fa-face-meh,.fa-meh{--fa:""}.fa-align-center{--fa:""}.fa-book-skull,.fa-book-dead{--fa:""}.fa-id-card,.fa-drivers-license{--fa:""}.fa-outdent,.fa-dedent{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-house,.fa-home,.fa-home-alt,.fa-home-lg-alt{--fa:""}.fa-calendar-week{--fa:""}.fa-laptop-medical{--fa:""}.fa-b{--fa:"B"}.fa-file-medical{--fa:""}.fa-dice-one{--fa:""}.fa-kiwi-bird{--fa:""}.fa-arrow-right-arrow-left,.fa-exchange{--fa:""}.fa-rotate-right,.fa-redo-alt,.fa-rotate-forward{--fa:""}.fa-utensils,.fa-cutlery{--fa:""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:""}.fa-mill-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-skull{--fa:""}.fa-tower-broadcast,.fa-broadcast-tower{--fa:""}.fa-truck-pickup{--fa:""}.fa-up-long,.fa-long-arrow-alt-up{--fa:""}.fa-stop{--fa:""}.fa-code-merge{--fa:""}.fa-upload{--fa:""}.fa-hurricane{--fa:""}.fa-mound{--fa:""}.fa-toilet-portable{--fa:""}.fa-compact-disc{--fa:""}.fa-file-arrow-down,.fa-file-download{--fa:""}.fa-caravan{--fa:""}.fa-shield-cat{--fa:""}.fa-bolt,.fa-zap{--fa:""}.fa-glass-water{--fa:""}.fa-oil-well{--fa:""}.fa-vault{--fa:""}.fa-mars{--fa:""}.fa-toilet{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-yen-sign,.fa-cny,.fa-jpy,.fa-rmb,.fa-yen{--fa:""}.fa-ruble-sign,.fa-rouble,.fa-rub,.fa-ruble{--fa:""}.fa-sun{--fa:""}.fa-guitar{--fa:""}.fa-face-laugh-wink,.fa-laugh-wink{--fa:""}.fa-horse-head{--fa:""}.fa-bore-hole{--fa:""}.fa-industry{--fa:""}.fa-circle-down,.fa-arrow-alt-circle-down{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-florin-sign{--fa:""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:""}.fa-less-than{--fa:"<"}.fa-angle-down{--fa:""}.fa-car-tunnel{--fa:""}.fa-head-side-cough{--fa:""}.fa-grip-lines{--fa:""}.fa-thumbs-down{--fa:""}.fa-user-lock{--fa:""}.fa-arrow-right-long,.fa-long-arrow-right{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-ellipsis,.fa-ellipsis-h{--fa:""}.fa-chess-pawn{--fa:""}.fa-kit-medical,.fa-first-aid{--fa:""}.fa-person-through-window{--fa:""}.fa-toolbox{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-bug{--fa:""}.fa-credit-card,.fa-credit-card-alt{--fa:""}.fa-car,.fa-automobile{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-book-open-reader,.fa-book-reader{--fa:""}.fa-mountain-sun{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-dice-d20{--fa:""}.fa-truck-droplet{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-temperature-arrow-up,.fa-temperature-up{--fa:""}.fa-medal{--fa:""}.fa-bed{--fa:""}.fa-square-h,.fa-h-square{--fa:""}.fa-podcast{--fa:""}.fa-temperature-full,.fa-temperature-4,.fa-thermometer-4,.fa-thermometer-full{--fa:""}.fa-bell{--fa:""}.fa-superscript{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-star-of-life{--fa:""}.fa-phone-slash{--fa:""}.fa-paint-roller{--fa:""}.fa-handshake-angle,.fa-hands-helping{--fa:""}.fa-location-dot,.fa-map-marker-alt{--fa:""}.fa-file{--fa:""}.fa-greater-than{--fa:">"}.fa-person-swimming,.fa-swimmer{--fa:""}.fa-arrow-down{--fa:""}.fa-droplet,.fa-tint{--fa:""}.fa-eraser{--fa:""}.fa-earth-americas,.fa-earth,.fa-earth-america,.fa-globe-americas{--fa:""}.fa-person-burst{--fa:""}.fa-dove{--fa:""}.fa-battery-empty,.fa-battery-0{--fa:""}.fa-socks{--fa:""}.fa-inbox{--fa:""}.fa-section{--fa:""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:""}.fa-envelope-open-text{--fa:""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:""}.fa-wine-bottle{--fa:""}.fa-chess-rook{--fa:""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:""}.fa-dharmachakra{--fa:""}.fa-hotdog{--fa:""}.fa-person-walking-with-cane,.fa-blind{--fa:""}.fa-drum{--fa:""}.fa-ice-cream{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-fax{--fa:""}.fa-paragraph{--fa:""}.fa-check-to-slot,.fa-vote-yea{--fa:""}.fa-star-half{--fa:""}.fa-boxes-stacked,.fa-boxes,.fa-boxes-alt{--fa:""}.fa-link,.fa-chain{--fa:""}.fa-ear-listen,.fa-assistive-listening-systems{--fa:""}.fa-tree-city{--fa:""}.fa-play{--fa:""}.fa-font{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-rupiah-sign{--fa:""}.fa-magnifying-glass,.fa-search{--fa:""}.fa-table-tennis-paddle-ball,.fa-ping-pong-paddle-ball,.fa-table-tennis{--fa:""}.fa-person-dots-from-line,.fa-diagnoses{--fa:""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:""}.fa-naira-sign{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-walkie-talkie{--fa:""}.fa-file-pen,.fa-file-edit{--fa:""}.fa-receipt{--fa:""}.fa-square-pen,.fa-pen-square,.fa-pencil-square{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-chevron-down{--fa:""}.fa-battery-full,.fa-battery,.fa-battery-5{--fa:""}.fa-skull-crossbones{--fa:""}.fa-code-compare{--fa:""}.fa-list-ul,.fa-list-dots{--fa:""}.fa-school-lock{--fa:""}.fa-tower-cell{--fa:""}.fa-down-long,.fa-long-arrow-alt-down{--fa:""}.fa-ranking-star{--fa:""}.fa-chess-king{--fa:""}.fa-person-harassing{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-landmark-dome,.fa-landmark-alt{--fa:""}.fa-arrow-up{--fa:""}.fa-tv,.fa-television,.fa-tv-alt{--fa:""}.fa-shrimp{--fa:""}.fa-list-check,.fa-tasks{--fa:""}.fa-jug-detergent{--fa:""}.fa-circle-user,.fa-user-circle{--fa:""}.fa-user-shield{--fa:""}.fa-wind{--fa:""}.fa-car-burst,.fa-car-crash{--fa:""}.fa-y{--fa:"Y"}.fa-person-snowboarding,.fa-snowboarding{--fa:""}.fa-truck-fast,.fa-shipping-fast{--fa:""}.fa-fish{--fa:""}.fa-user-graduate{--fa:""}.fa-circle-half-stroke,.fa-adjust{--fa:""}.fa-clapperboard{--fa:""}.fa-circle-radiation,.fa-radiation-alt{--fa:""}.fa-baseball,.fa-baseball-ball{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-diagram-project,.fa-project-diagram{--fa:""}.fa-copy{--fa:""}.fa-volume-xmark,.fa-volume-mute,.fa-volume-times{--fa:""}.fa-hand-sparkles{--fa:""}.fa-grip,.fa-grip-horizontal{--fa:""}.fa-share-from-square,.fa-share-square{--fa:""}.fa-child-combatant,.fa-child-rifle{--fa:""}.fa-gun{--fa:""}.fa-square-phone,.fa-phone-square{--fa:""}.fa-plus,.fa-add{--fa:"+"}.fa-expand{--fa:""}.fa-computer{--fa:""}.fa-xmark,.fa-close,.fa-multiply,.fa-remove,.fa-times{--fa:""}.fa-arrows-up-down-left-right,.fa-arrows{--fa:""}.fa-chalkboard-user,.fa-chalkboard-teacher{--fa:""}.fa-peso-sign{--fa:""}.fa-building-shield{--fa:""}.fa-baby{--fa:""}.fa-users-line{--fa:""}.fa-quote-left,.fa-quote-left-alt{--fa:""}.fa-tractor{--fa:""}.fa-trash-arrow-up,.fa-trash-restore{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-lines-leaning{--fa:""}.fa-ruler-combined{--fa:""}.fa-copyright{--fa:""}.fa-equals{--fa:"="}.fa-blender{--fa:""}.fa-teeth{--fa:""}.fa-shekel-sign,.fa-ils,.fa-shekel,.fa-sheqel,.fa-sheqel-sign{--fa:""}.fa-map{--fa:""}.fa-rocket{--fa:""}.fa-photo-film,.fa-photo-video{--fa:""}.fa-folder-minus{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-store{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-sign-hanging,.fa-sign{--fa:""}.fa-bezier-curve{--fa:""}.fa-bell-slash{--fa:""}.fa-tablet,.fa-tablet-android{--fa:""}.fa-school-flag{--fa:""}.fa-fill{--fa:""}.fa-angle-up{--fa:""}.fa-drumstick-bite{--fa:""}.fa-holly-berry{--fa:""}.fa-chevron-left{--fa:""}.fa-bacteria{--fa:""}.fa-hand-lizard{--fa:""}.fa-notdef{--fa:""}.fa-disease{--fa:""}.fa-briefcase-medical{--fa:""}.fa-genderless{--fa:""}.fa-chevron-right{--fa:""}.fa-retweet{--fa:""}.fa-car-rear,.fa-car-alt{--fa:""}.fa-pump-soap{--fa:""}.fa-video-slash{--fa:""}.fa-battery-quarter,.fa-battery-2{--fa:""}.fa-radio{--fa:""}.fa-baby-carriage,.fa-carriage-baby{--fa:""}.fa-traffic-light{--fa:""}.fa-thermometer{--fa:""}.fa-vr-cardboard{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-percent,.fa-percentage{--fa:"%"}.fa-truck-moving{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-display{--fa:""}.fa-face-smile,.fa-smile{--fa:""}.fa-thumbtack,.fa-thumb-tack{--fa:""}.fa-trophy{--fa:""}.fa-person-praying,.fa-pray{--fa:""}.fa-hammer{--fa:""}.fa-hand-peace{--fa:""}.fa-rotate,.fa-sync-alt{--fa:""}.fa-spinner{--fa:""}.fa-robot{--fa:""}.fa-peace{--fa:""}.fa-gears,.fa-cogs{--fa:""}.fa-warehouse{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-splotch{--fa:""}.fa-face-grin-hearts,.fa-grin-hearts{--fa:""}.fa-dice-four{--fa:""}.fa-sim-card{--fa:""}.fa-transgender,.fa-transgender-alt{--fa:""}.fa-mercury{--fa:""}.fa-arrow-turn-down,.fa-level-down{--fa:""}.fa-person-falling-burst{--fa:""}.fa-award{--fa:""}.fa-ticket-simple,.fa-ticket-alt{--fa:""}.fa-building{--fa:""}.fa-angles-left,.fa-angle-double-left{--fa:""}.fa-qrcode{--fa:""}.fa-clock-rotate-left,.fa-history{--fa:""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:""}.fa-file-export,.fa-arrow-right-from-file{--fa:""}.fa-shield,.fa-shield-blank{--fa:""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:""}.fa-comment-nodes{--fa:""}.fa-house-medical{--fa:""}.fa-golf-ball-tee,.fa-golf-ball{--fa:""}.fa-circle-chevron-left,.fa-chevron-circle-left{--fa:""}.fa-house-chimney-window{--fa:""}.fa-pen-nib{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tents{--fa:""}.fa-wand-magic,.fa-magic{--fa:""}.fa-dog{--fa:""}.fa-carrot{--fa:""}.fa-moon{--fa:""}.fa-wine-glass-empty,.fa-wine-glass-alt{--fa:""}.fa-cheese{--fa:""}.fa-yin-yang{--fa:""}.fa-music{--fa:""}.fa-code-commit{--fa:""}.fa-temperature-low{--fa:""}.fa-person-biking,.fa-biking{--fa:""}.fa-broom{--fa:""}.fa-shield-heart{--fa:""}.fa-gopuram{--fa:""}.fa-earth-oceania,.fa-globe-oceania{--fa:""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:""}.fa-hashtag{--fa:"#"}.fa-up-right-and-down-left-from-center,.fa-expand-alt{--fa:""}.fa-oil-can{--fa:""}.fa-t{--fa:"T"}.fa-hippo{--fa:""}.fa-chart-column{--fa:""}.fa-infinity{--fa:""}.fa-vial-circle-check{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-voicemail{--fa:""}.fa-fan{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-up-down,.fa-arrows-alt-v{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-calendar{--fa:""}.fa-trailer{--fa:""}.fa-bahai,.fa-haykal{--fa:""}.fa-sd-card{--fa:""}.fa-dragon{--fa:""}.fa-shoe-prints{--fa:""}.fa-circle-plus,.fa-plus-circle{--fa:""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:""}.fa-hand-holding{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-link-slash,.fa-chain-broken,.fa-chain-slash,.fa-unlink{--fa:""}.fa-clone{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:""}.fa-fire-flame-curved,.fa-fire-alt{--fa:""}.fa-tornado{--fa:""}.fa-file-circle-plus{--fa:""}.fa-book-quran,.fa-quran{--fa:""}.fa-anchor{--fa:""}.fa-border-all{--fa:""}.fa-face-angry,.fa-angry{--fa:""}.fa-cookie-bite{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-rss,.fa-feed{--fa:""}.fa-draw-polygon{--fa:""}.fa-scale-balanced,.fa-balance-scale{--fa:""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:""}.fa-shower{--fa:""}.fa-desktop,.fa-desktop-alt{--fa:""}.fa-m{--fa:"M"}.fa-table-list,.fa-th-list{--fa:""}.fa-comment-sms,.fa-sms{--fa:""}.fa-book{--fa:""}.fa-user-plus{--fa:""}.fa-check{--fa:""}.fa-battery-three-quarters,.fa-battery-4{--fa:""}.fa-house-circle-check{--fa:""}.fa-angle-left{--fa:""}.fa-diagram-successor{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-hand-fist,.fa-fist-raised{--fa:""}.fa-cloud-moon{--fa:""}.fa-briefcase{--fa:""}.fa-person-falling{--fa:""}.fa-image-portrait,.fa-portrait{--fa:""}.fa-user-tag{--fa:""}.fa-rug{--fa:""}.fa-earth-europe,.fa-globe-europe{--fa:""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:""}.fa-rectangle-xmark,.fa-rectangle-times,.fa-times-rectangle,.fa-window-close{--fa:""}.fa-baht-sign{--fa:""}.fa-book-open{--fa:""}.fa-book-journal-whills,.fa-journal-whills{--fa:""}.fa-handcuffs{--fa:""}.fa-triangle-exclamation,.fa-exclamation-triangle,.fa-warning{--fa:""}.fa-database{--fa:""}.fa-share,.fa-mail-forward{--fa:""}.fa-bottle-droplet{--fa:""}.fa-mask-face{--fa:""}.fa-hill-rockslide{--fa:""}.fa-right-left,.fa-exchange-alt{--fa:""}.fa-paper-plane{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-dungeon{--fa:""}.fa-align-right{--fa:""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:""}.fa-life-ring{--fa:""}.fa-hands,.fa-sign-language,.fa-signing{--fa:""}.fa-calendar-day{--fa:""}.fa-water-ladder,.fa-ladder-water,.fa-swimming-pool{--fa:""}.fa-arrows-up-down,.fa-arrows-v{--fa:""}.fa-face-grimace,.fa-grimace{--fa:""}.fa-wheelchair-move,.fa-wheelchair-alt{--fa:""}.fa-turn-down,.fa-level-down-alt{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-square-envelope,.fa-envelope-square{--fa:""}.fa-dice{--fa:""}.fa-bowling-ball{--fa:""}.fa-brain{--fa:""}.fa-bandage,.fa-band-aid{--fa:""}.fa-calendar-minus{--fa:""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:""}.fa-gifts{--fa:""}.fa-hotel{--fa:""}.fa-earth-asia,.fa-globe-asia{--fa:""}.fa-id-card-clip,.fa-id-card-alt{--fa:""}.fa-magnifying-glass-plus,.fa-search-plus{--fa:""}.fa-thumbs-up{--fa:""}.fa-user-clock{--fa:""}.fa-hand-dots,.fa-allergies{--fa:""}.fa-file-invoice{--fa:""}.fa-window-minimize{--fa:""}.fa-mug-saucer,.fa-coffee{--fa:""}.fa-brush{--fa:""}.fa-file-half-dashed{--fa:""}.fa-mask{--fa:""}.fa-magnifying-glass-minus,.fa-search-minus{--fa:""}.fa-ruler-vertical{--fa:""}.fa-user-large,.fa-user-alt{--fa:""}.fa-train-tram{--fa:""}.fa-user-nurse{--fa:""}.fa-syringe{--fa:""}.fa-cloud-sun{--fa:""}.fa-stopwatch-20{--fa:""}.fa-square-full{--fa:""}.fa-magnet{--fa:""}.fa-jar{--fa:""}.fa-note-sticky,.fa-sticky-note{--fa:""}.fa-bug-slash{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-bone{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-user-injured{--fa:""}.fa-face-sad-tear,.fa-sad-tear{--fa:""}.fa-plane{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-exclamation{--fa:"!"}.fa-arrows-spin{--fa:""}.fa-print{--fa:""}.fa-turkish-lira-sign,.fa-try,.fa-turkish-lira{--fa:""}.fa-dollar-sign,.fa-dollar,.fa-usd{--fa:"$"}.fa-x{--fa:"X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:""}.fa-users-gear,.fa-users-cog{--fa:""}.fa-person-military-pointing{--fa:""}.fa-building-columns,.fa-bank,.fa-institution,.fa-museum,.fa-university{--fa:""}.fa-umbrella{--fa:""}.fa-trowel{--fa:""}.fa-d{--fa:"D"}.fa-stapler{--fa:""}.fa-masks-theater,.fa-theater-masks{--fa:""}.fa-kip-sign{--fa:""}.fa-hand-point-left{--fa:""}.fa-handshake-simple,.fa-handshake-alt{--fa:""}.fa-jet-fighter,.fa-fighter-jet{--fa:""}.fa-square-share-nodes,.fa-share-alt-square{--fa:""}.fa-barcode{--fa:""}.fa-plus-minus{--fa:""}.fa-video,.fa-video-camera{--fa:""}.fa-graduation-cap,.fa-mortar-board{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-person-circle-check{--fa:""}.fa-turn-up,.fa-level-up-alt{--fa:""}.sr-only,.fa-sr-only,.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root,:host{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-D_cYUPeE.woff2)format("woff2"),url(/assets/fa-brands-400-D1LuMI3I.ttf)format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-square-js,.fa-js-square{--fa:""}.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""}.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-square-reddit,.fa-reddit-square{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-square-instagram,.fa-instagram-square{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-square-hacker-news,.fa-hacker-news-square{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-square-snapchat,.fa-snapchat-square{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-square-font-awesome-stroke,.fa-font-awesome-alt{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo,.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-square-dribbble,.fa-dribbble-square{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter,.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter,.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube,.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-wpressr,.fa-rendact{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam,.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo,.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""}.fa-amazon-pay{--fa:""}.fa-square-github,.fa-github-square{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""}.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-square-gitlab,.fa-gitlab-square{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-square-odnoklassniki,.fa-odnoklassniki-square{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-square-pinterest,.fa-pinterest-square{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""}.fa-square-google-plus,.fa-google-plus-square{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing,.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group,.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-square-pied-piper,.fa-pied-piper-square{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-square-facebook,.fa-facebook-square{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-square-lastfm,.fa-lastfm-square{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""}.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""}.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk,.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat,.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-square-behance,.fa-behance-square{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-square-git,.fa-git-square{--fa:""}.fa-square-tumblr,.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""}.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""}.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram,.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp,.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack,.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium,.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""}:root,:host{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-BjRzuEpd.woff2)format("woff2"),url(/assets/fa-regular-400-DZaxPHgR.ttf)format("truetype")}.far,.fa-regular{font-weight:400}:root,:host{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-CTAAxXor.woff2)format("woff2"),url(/assets/fa-solid-900-D0aA9rwL.ttf)format("truetype")}.fas,.fa-solid{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/assets/fa-brands-400-D_cYUPeE.woff2)format("woff2"),url(/assets/fa-brands-400-D1LuMI3I.ttf)format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/assets/fa-solid-900-CTAAxXor.woff2)format("woff2"),url(/assets/fa-solid-900-D0aA9rwL.ttf)format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/assets/fa-regular-400-BjRzuEpd.woff2)format("woff2"),url(/assets/fa-regular-400-DZaxPHgR.ttf)format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-solid-900-CTAAxXor.woff2)format("woff2"),url(/assets/fa-solid-900-D0aA9rwL.ttf)format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-brands-400-D_cYUPeE.woff2)format("woff2"),url(/assets/fa-brands-400-D1LuMI3I.ttf)format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-regular-400-BjRzuEpd.woff2)format("woff2"),url(/assets/fa-regular-400-DZaxPHgR.ttf)format("truetype");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(/assets/fa-v4compatibility-C9RhG_FT.woff2)format("woff2"),url(/assets/fa-v4compatibility-CCth-dXg.ttf)format("truetype");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-family:Material Icons;font-style:normal;font-weight:400;font-display:block;src:url(/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ-D-x-0Q06.woff2)format("woff2"),url(/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNa-OUIwM9U8.woff)format("woff")}.material-icons{text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";direction:ltr;font-family:Material Icons;font-style:normal;font-weight:400;line-height:1;display:inline-block}*,:before,:after{box-sizing:inherit;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent}html,body,#q-app{direction:ltr;width:100%}body.platform-ios.within-iframe,body.platform-ios.within-iframe #q-app{width:100px;min-width:100%}html,body{box-sizing:border-box;margin:0}body.q-ios-padding{--q-safe-area-inset-top:20px;--q-safe-area-inset-bottom:0px}@supports (padding-top:env(safe-area-inset-top)){body.q-ios-padding{--q-safe-area-inset-top:env(safe-area-inset-top,0px);--q-safe-area-inset-bottom:env(safe-area-inset-bottom,0px)}}body.q-safe-area-padding{--q-safe-area-inset-top:var(--safe-area-inset-top,env(safe-area-inset-top,0px));--q-safe-area-inset-bottom:var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px))}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}abbr[title]{text-decoration:underline;border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}img{border-style:none}code,kbd,pre,samp{font-family:monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0;font-family:inherit}optgroup{font-weight:700}button,input,select{text-transform:none;overflow:visible}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}:is(button:-moz-focusring,input:-moz-focusring){outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}textarea{overflow:auto}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.q-icon{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;text-align:center;box-sizing:content-box;fill:currentColor;direction:ltr;flex-shrink:0;width:1em;height:1em;line-height:1;position:relative}.q-icon:before,.q-icon:after{justify-content:center;align-items:center;width:100%;height:100%;display:flex!important}.q-icon>svg,.q-icon>img{width:100%;height:100%}.q-icon>div{box-sizing:border-box}.q-icon,.material-icons,.material-icons-outlined,.material-icons-round,.material-icons-sharp,.material-symbols-outlined,.material-symbols-rounded,.material-symbols-sharp{-webkit-user-select:none;user-select:none;cursor:inherit;font-size:inherit;vertical-align:middle;justify-content:center;align-items:center;display:inline-flex}.q-panel,.q-panel>div{width:100%;height:100%}.q-panel-parent{position:relative;overflow:hidden}.q-loading-bar{z-index:9998;background:#f44336;transition:transform .5s cubic-bezier(0,0,.2,1),opacity .5s;position:fixed}.q-loading-bar--top{width:100%;top:0;left:0;right:0}.q-loading-bar--bottom{width:100%;bottom:0;left:0;right:0}.q-loading-bar--right{height:100%;top:0;bottom:0;right:0}.q-loading-bar--left{height:100%;top:0;bottom:0;left:0}.q-avatar{vertical-align:middle;border-radius:50%;width:1em;height:1em;font-size:48px;display:inline-block;position:relative}.q-avatar__content{font-size:.5em;line-height:.5em}.q-avatar__content,.q-avatar img:not(.q-icon):not(.q-img__image){border-radius:inherit;height:inherit;width:inherit}.q-avatar--square{border-radius:0}.q-badge{background-color:var(--q-primary);color:#fff;vertical-align:baseline;border-radius:4px;min-height:12px;padding:2px 6px;font-size:12px;font-weight:400;line-height:1}.q-badge--single-line{white-space:nowrap}.q-badge--multi-line{word-break:break-all;word-wrap:break-word}.q-badge--floating{cursor:inherit;position:absolute;top:-4px;right:-3px}.q-badge--transparent{opacity:.8}.q-badge--outline{background-color:#0000;border:1px solid}.q-badge--rounded{border-radius:1em}.q-banner{background:#fff;min-height:54px;padding:8px 16px}.q-banner--top-padding{padding-top:14px}.q-banner__avatar{min-width:1px!important}.q-banner__avatar>.q-avatar{font-size:46px}.q-banner__avatar>.q-icon{font-size:40px}.q-banner__avatar:not(:empty)+.q-banner__content,.q-banner__actions.col-auto{padding-left:16px}.q-banner__actions.col-all .q-btn-item{margin:4px 0 0 4px}.q-banner--dense{min-height:32px;padding:8px}.q-banner--dense.q-banner--top-padding{padding-top:12px}.q-banner--dense .q-banner__avatar>.q-avatar,.q-banner--dense .q-banner__avatar>.q-icon{font-size:28px}.q-banner--dense .q-banner__avatar:not(:empty)+.q-banner__content,.q-banner--dense .q-banner__actions.col-auto{padding-left:8px}.q-bar{background:#0003}.q-bar>.q-icon{margin-left:2px}.q-bar>div,.q-bar>div+.q-icon{margin-left:8px}.q-bar>.q-btn{margin-left:2px}.q-bar>.q-icon:first-child,.q-bar>.q-btn:first-child,.q-bar>div:first-child{margin-left:0}.q-bar--standard{height:32px;padding:0 12px;font-size:18px}.q-bar--standard>div{font-size:16px}.q-bar--standard .q-btn{font-size:11px}.q-bar--dense{height:24px;padding:0 8px;font-size:14px}.q-bar--dense .q-btn{font-size:8px}.q-bar--dark{background:#ffffff26}.q-breadcrumbs__el{color:inherit}.q-breadcrumbs__el-icon{font-size:125%}.q-breadcrumbs__el-icon--with-label{margin-right:8px}[dir=rtl] .q-breadcrumbs__separator .q-icon{transform:scaleX(-1)}.q-btn{vertical-align:middle;color:inherit;text-transform:uppercase;text-align:center;cursor:default;background:0 0;border:0;outline:0;flex-direction:column;align-items:stretch;width:auto;height:auto;min-height:2.572em;padding:4px 16px;font-size:14px;font-weight:500;line-height:1.715em;text-decoration:none;display:inline-flex;position:relative}.q-btn .q-icon,.q-btn .q-spinner{font-size:1.715em}.q-btn.disabled{opacity:.7!important}.q-btn:before{content:"";border-radius:inherit;display:block;position:absolute;inset:0;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-btn--actionable{cursor:pointer}.q-btn--actionable.q-btn--standard:before{transition:box-shadow .3s cubic-bezier(.25,.8,.5,1)}.q-btn--actionable.q-btn--standard:active:before,.q-btn--actionable.q-btn--standard.q-btn--active:before{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.q-btn--no-uppercase{text-transform:none}.q-btn--rectangle{border-radius:3px}.q-btn--outline{background:0 0!important}.q-btn--outline:before{border:1px solid}.q-btn--push{border-radius:7px}.q-btn--push:before{border-bottom:3px solid #00000026}.q-btn--push.q-btn--actionable{transition:transform .3s cubic-bezier(.25,.8,.5,1)}.q-btn--push.q-btn--actionable:before{transition:border-width .3s cubic-bezier(.25,.8,.5,1)}.q-btn--push.q-btn--actionable:active,.q-btn--push.q-btn--actionable.q-btn--active{transform:translateY(2px)}.q-btn--push.q-btn--actionable:active:before,.q-btn--push.q-btn--actionable.q-btn--active:before{border-bottom-width:0}.q-btn--rounded{border-radius:28px}.q-btn--round{border-radius:50%;min-width:3em;min-height:3em;padding:0}.q-btn--square{border-radius:0}.q-btn--flat:before,.q-btn--outline:before,.q-btn--unelevated:before{box-shadow:none}.q-btn--dense{min-height:2em;padding:.285em}.q-btn--dense.q-btn--round{min-width:2.4em;min-height:2.4em;padding:0}.q-btn--dense .on-left{margin-right:6px}.q-btn--dense .on-right{margin-left:6px}.q-btn--fab .q-icon,.q-btn--fab-mini .q-icon{font-size:24px}.q-btn--fab{min-width:56px;min-height:56px;padding:16px}.q-btn--fab .q-icon{margin:auto}.q-btn--fab-mini{min-width:40px;min-height:40px;padding:8px}.q-btn__content{z-index:0;transition:opacity .3s}.q-btn__content--hidden{opacity:0;pointer-events:none}.q-btn__progress{border-radius:inherit;z-index:0}.q-btn__progress-indicator{z-index:-1;background:#ffffff40;transform:translate(-100%)}.q-btn__progress--dark .q-btn__progress-indicator{background:#0003}.q-btn--flat .q-btn__progress-indicator,.q-btn--outline .q-btn__progress-indicator{opacity:.2;background:currentColor}.q-btn-dropdown--split .q-btn-dropdown__arrow-container{padding:0 4px}.q-btn-dropdown--split .q-btn-dropdown__arrow-container.q-btn--outline{border-left:1px solid}.q-btn-dropdown--split .q-btn-dropdown__arrow-container:not(.q-btn--outline){border-left:1px solid #ffffff4d}.q-btn-dropdown--simple *+.q-btn-dropdown__arrow{margin-left:8px}.q-btn-dropdown__arrow{transition:transform .28s}.q-btn-dropdown--current{flex-grow:1}.q-btn-group{vertical-align:middle;border-radius:3px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-btn-group>.q-btn-item{border-radius:inherit;align-self:stretch}.q-btn-group>.q-btn-item:before{box-shadow:none}.q-btn-group>.q-btn-item .q-badge--floating{right:0}.q-btn-group>.q-btn-group{box-shadow:none}.q-btn-group>.q-btn-group:first-child>.q-btn:first-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.q-btn-group>.q-btn-group:last-child>.q-btn:last-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit}.q-btn-group>.q-btn-group:not(:first-child)>.q-btn:first-child:before{border-left:0}.q-btn-group>.q-btn-group:not(:last-child)>.q-btn:last-child:before{border-right:0}.q-btn-group>.q-btn-item:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.q-btn-group>.q-btn-item:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.q-btn-group>.q-btn-item.q-btn--standard:before{z-index:-1}.q-btn-group--push{border-radius:7px}.q-btn-group--push>.q-btn--push.q-btn--actionable{transform:none}.q-btn-group--push>.q-btn--push.q-btn--actionable .q-btn__content{transition:margin-top .3s cubic-bezier(.25,.8,.5,1),margin-bottom .3s cubic-bezier(.25,.8,.5,1)}.q-btn-group--push>.q-btn--push.q-btn--actionable:active .q-btn__content,.q-btn-group--push>.q-btn--push.q-btn--actionable.q-btn--active .q-btn__content{margin-top:2px;margin-bottom:-2px}.q-btn-group--rounded{border-radius:28px}.q-btn-group--square{border-radius:0}.q-btn-group--flat,.q-btn-group--outline,.q-btn-group--unelevated{box-shadow:none}.q-btn-group--outline>.q-separator{display:none}.q-btn-group--outline>.q-btn-item+.q-btn-item:before{border-left:0}.q-btn-group--outline>.q-btn-item:not(:last-child):before{border-right:0}.q-btn-group--stretch{border-radius:0;align-self:stretch}.q-btn-group--glossy>.q-btn-item{background-image:linear-gradient(#ffffff4d,#fff0 50%,#0000001f 51%,#0000000a)!important}.q-btn-group--spread>.q-btn-group{display:flex!important}.q-btn-group--spread>.q-btn-item,.q-btn-group--spread>.q-btn-group>.q-btn-item:not(.q-btn-dropdown__arrow-container){flex:10000;width:auto;min-width:0;max-width:100%}.q-btn-toggle{position:relative}.q-card{vertical-align:top;background:#fff;border-radius:4px;position:relative;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-card>div:not(.q--avoid-card-border),.q-card>img:not(.q--avoid-card-border){border-radius:0}.q-card>div:nth-child(1 of :not(.q--avoid-card-border)),.q-card>img:nth-child(1 of :not(.q--avoid-card-border)){border-top-left-radius:inherit;border-top-right-radius:inherit;border-top:0}.q-card>div:nth-last-child(1 of :not(.q--avoid-card-border)),.q-card>img:nth-last-child(1 of :not(.q--avoid-card-border)){border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;border-bottom:0}.q-card>div:not(.q--avoid-card-border){box-shadow:none;border-left:0;border-right:0}.q-card--bordered{border:1px solid #0000001f}.q-card--dark{border-color:#ffffff47;box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-card__section{position:relative}.q-card__section--vert{padding:16px}.q-card__section--horiz>div:not(.q--avoid-card-border),.q-card__section--horiz>img:not(.q--avoid-card-border){border-radius:0}.q-card__section--horiz>div:nth-child(1 of :not(.q--avoid-card-border)),.q-card__section--horiz>img:nth-child(1 of :not(.q--avoid-card-border)){border-top-left-radius:inherit;border-bottom-left-radius:inherit}.q-card__section--horiz>div:nth-last-child(1 of :not(.q--avoid-card-border)),.q-card__section--horiz>img:nth-last-child(1 of :not(.q--avoid-card-border)){border-top-right-radius:inherit;border-bottom-right-radius:inherit}.q-card__section--horiz>div:not(.q--avoid-card-border){box-shadow:none;border-top:0;border-bottom:0}.q-card__actions{align-items:center;padding:8px}.q-card__actions .q-btn--rectangle{padding:0 8px}.q-card__actions--horiz>.q-btn-item+.q-btn-item,.q-card__actions--horiz>.q-btn-group+.q-btn-item,.q-card__actions--horiz>.q-btn-item+.q-btn-group{margin-left:8px}.q-card__actions--vert>.q-btn-item.q-btn--round{align-self:center}.q-card__actions--vert>.q-btn-item+.q-btn-item,.q-card__actions--vert>.q-btn-group+.q-btn-item,.q-card__actions--vert>.q-btn-item+.q-btn-group{margin-top:4px}.q-card__actions--vert>.q-btn-group>.q-btn-item{flex-grow:1}.q-card>img{border:0;width:100%;max-width:100%;display:block}.q-carousel{background-color:#fff;height:400px}.q-carousel__slide{background-position:50%;background-size:cover;min-height:100%}.q-carousel__slide,.q-carousel .q-carousel--padding{padding:16px}.q-carousel__slides-container{height:100%}.q-carousel__control{color:#fff}.q-carousel__arrow{pointer-events:none}.q-carousel__arrow .q-icon{font-size:28px}.q-carousel__arrow .q-btn{pointer-events:all}.q-carousel__prev-arrow--horizontal,.q-carousel__next-arrow--horizontal{top:16px;bottom:16px}.q-carousel__prev-arrow--horizontal{left:16px}.q-carousel__next-arrow--horizontal{right:16px}.q-carousel__prev-arrow--vertical,.q-carousel__next-arrow--vertical{left:16px;right:16px}.q-carousel__prev-arrow--vertical{top:16px}.q-carousel__next-arrow--vertical{bottom:16px}.q-carousel__navigation--top,.q-carousel__navigation--bottom{left:16px;right:16px;overflow:auto hidden}.q-carousel__navigation--top{top:16px}.q-carousel__navigation--bottom{bottom:16px}.q-carousel__navigation--left,.q-carousel__navigation--right{top:16px;bottom:16px;overflow:hidden auto}.q-carousel__navigation--left>.q-carousel__navigation-inner,.q-carousel__navigation--right>.q-carousel__navigation-inner{flex-direction:column}.q-carousel__navigation--left{left:16px}.q-carousel__navigation--right{right:16px}.q-carousel__navigation-inner{flex:auto}.q-carousel__navigation .q-btn{margin:6px 4px;padding:5px}.q-carousel__navigation-icon--inactive{opacity:.7}.q-carousel .q-carousel__thumbnail{cursor:pointer;vertical-align:middle;opacity:.7;border:1px solid #0000;border-radius:4px;width:auto;height:50px;margin:2px;transition:opacity .3s;display:inline-block}.q-carousel .q-carousel__thumbnail:hover,.q-carousel .q-carousel__thumbnail--active{opacity:1}.q-carousel .q-carousel__thumbnail--active{cursor:default;border-color:currentColor}.q-carousel--navigation-top.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-top .q-carousel--padding,.q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide,.q-carousel--arrows-vertical .q-carousel--padding{padding-top:60px}.q-carousel--navigation-bottom.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-bottom .q-carousel--padding,.q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide,.q-carousel--arrows-vertical .q-carousel--padding{padding-bottom:60px}.q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-left .q-carousel--padding,.q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide,.q-carousel--arrows-horizontal .q-carousel--padding{padding-left:60px}.q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-right .q-carousel--padding,.q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide,.q-carousel--arrows-horizontal .q-carousel--padding{padding-right:60px}.q-carousel.fullscreen{height:100%}.q-message-name{font-size:small}.q-message-label{text-align:center;margin:24px 0;font-size:small}.q-message-stamp{color:inherit;opacity:.6;margin-top:4px;font-size:small;display:none}.q-message-avatar{border-radius:50%;width:48px;min-width:48px;height:48px}.q-message{margin-bottom:8px}.q-message:first-child .q-message-label{margin-top:0}.q-message-avatar--received{margin-right:8px}.q-message-text--received{color:#81c784;border-radius:4px 4px 4px 0}.q-message-text--received:last-child:before{border-bottom:8px solid;border-left:8px solid #0000;border-right:0 solid #0000;right:100%}.q-message-text-content--received{color:#000}.q-message-name--sent{text-align:right}.q-message-avatar--sent{margin-left:8px}.q-message-container--sent{flex-direction:row-reverse}.q-message-text--sent{color:#e0e0e0;border-radius:4px 4px 0}.q-message-text--sent:last-child:before{border-bottom:8px solid;border-left:0 solid #0000;border-right:8px solid #0000;left:100%}.q-message-text-content--sent{color:#000}.q-message-text{word-break:break-word;background:currentColor;padding:8px;line-height:1.2;position:relative}.q-message-text+.q-message-text{margin-top:3px}.q-message-text:last-child{min-height:48px}.q-message-text:last-child .q-message-stamp{display:block}.q-message-text:last-child:before{content:"";width:0;height:0;position:absolute;bottom:0}.q-checkbox{vertical-align:middle}.q-checkbox__native{width:1px;height:1px}.q-checkbox__bg,.q-checkbox__icon-container{-webkit-user-select:none;user-select:none}.q-checkbox__bg{-webkit-print-color-adjust:exact;border:2px solid;border-radius:2px;width:50%;height:50%;transition:background .22s cubic-bezier(0,0,.2,1);top:25%;left:25%}.q-checkbox__icon{color:currentColor;font-size:.5em}.q-checkbox__svg{color:#fff}.q-checkbox__truthy{stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833px;stroke-dasharray:29.7833}.q-checkbox__indet{fill:currentColor;transform-origin:50%;transform:rotate(-280deg)scale(0)}.q-checkbox__inner{color:#0000008a;border-radius:50%;outline:0;width:1em;min-width:1em;height:1em;font-size:40px}.q-checkbox__inner--truthy,.q-checkbox__inner--indet{color:var(--q-primary)}.q-checkbox__inner--truthy .q-checkbox__bg,.q-checkbox__inner--indet .q-checkbox__bg{background:currentColor}.q-checkbox__inner--truthy path{stroke-dashoffset:0;transition:stroke-dashoffset .18s cubic-bezier(.4,0,.6,1)}.q-checkbox__inner--indet .q-checkbox__indet{transition:transform .22s cubic-bezier(0,0,.2,1);transform:rotate(0)scale(1)}.q-checkbox.disabled{opacity:.75!important}.q-checkbox--dark .q-checkbox__inner{color:#ffffffb3}.q-checkbox--dark .q-checkbox__inner:before{opacity:.32!important}.q-checkbox--dark .q-checkbox__inner--truthy,.q-checkbox--dark .q-checkbox__inner--indet{color:var(--q-primary)}.q-checkbox--dense .q-checkbox__inner{width:.5em;min-width:.5em;height:.5em}.q-checkbox--dense .q-checkbox__bg{width:90%;height:90%;top:5%;left:5%}.q-checkbox--dense .q-checkbox__label{padding-left:.5em}.q-checkbox--dense.reverse .q-checkbox__label{padding-left:0;padding-right:.5em}body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before{content:"";opacity:.12;background:currentColor;border-radius:50%;transition:transform .22s cubic-bezier(0,0,.2,1);position:absolute;inset:0;transform:scale(0)}body.desktop .q-checkbox:not(.disabled):focus .q-checkbox__inner:before,body.desktop .q-checkbox:not(.disabled):hover .q-checkbox__inner:before{transform:scale(1)}body.desktop .q-checkbox--dense:not(.disabled):focus .q-checkbox__inner:before,body.desktop .q-checkbox--dense:not(.disabled):hover .q-checkbox__inner:before{transform:scale(1.4)}.q-chip{vertical-align:middle;color:#000000de;background:#e0e0e0;border-radius:16px;outline:0;max-width:100%;height:2em;margin:4px;padding:.5em .9em;font-size:14px;position:relative}.q-chip--colored .q-chip__icon,.q-chip--dark .q-chip__icon{color:inherit}.q-chip .q-avatar{border-radius:16px;margin-left:-.45em;margin-right:.2em;font-size:2em}.q-chip--outline{border:1px solid;background:0 0!important}.q-chip--outline .q-avatar{margin-left:calc(-.45em - 1px)}.q-chip--selected .q-avatar{display:none}.q-chip__icon{color:#0000008a;margin:-.2em;font-size:1.5em}.q-chip__icon--left{margin-right:.2em}.q-chip__icon--right{margin-left:.2em}.q-chip__icon--remove{opacity:.6;outline:0;margin-left:.1em;margin-right:-.5em}.q-chip__icon--remove:hover,.q-chip__icon--remove:focus{opacity:1}.q-chip__content{white-space:nowrap}.q-chip--dense{border-radius:12px;height:1.5em;padding:0 .4em}.q-chip--dense .q-avatar{border-radius:12px;margin-left:-.27em;margin-right:.1em;font-size:1.5em}.q-chip--dense .q-chip__icon{font-size:1.25em}.q-chip--dense .q-chip__icon--left{margin-right:.195em}.q-chip--dense .q-chip__icon--remove{margin-right:-.25em}.q-chip--square{border-radius:4px}.q-chip--square .q-avatar{border-radius:3px 0 0 3px}body.desktop .q-chip--clickable:focus{box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f}body.desktop.body--dark .q-chip--clickable:focus{box-shadow:0 1px 3px #fff3,0 1px 1px #ffffff24,0 2px 1px -1px #ffffff1f}.q-circular-progress{vertical-align:middle;width:1em;height:1em;line-height:1;display:inline-block;position:relative}.q-circular-progress.q-focusable{border-radius:50%}.q-circular-progress__svg{width:100%;height:100%}.q-circular-progress__text{font-size:.25em}.q-circular-progress--indeterminate .q-circular-progress__svg{transform-origin:50%;animation:2s linear infinite q-spin}.q-circular-progress--indeterminate .q-circular-progress__circle{stroke-dasharray:1 400;stroke-dashoffset:0;animation:1.5s ease-in-out infinite q-circular-progress-circle}@keyframes q-circular-progress-circle{0%{stroke-dasharray:1 400;stroke-dashoffset:0}50%{stroke-dasharray:400 400;stroke-dashoffset:-100px}to{stroke-dasharray:400 400;stroke-dashoffset:-300px}}.q-color-picker{vertical-align:top;background:#fff;border-radius:4px;min-width:180px;max-width:350px;overflow:hidden;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-color-picker .q-tab{padding:0!important}.q-color-picker--bordered{border:1px solid #0000001f}.q-color-picker__header-tabs{height:32px}.q-color-picker__header input{border:0;line-height:24px}.q-color-picker__header .q-tab{height:32px!important;min-height:32px!important}.q-color-picker__header .q-tab--inactive{background:linear-gradient(#0000001a,#00000026 75%,#0000004d 100%)}.q-color-picker__error-icon{opacity:0;font-size:24px;transition:opacity .3s ease-in;bottom:2px;right:2px}.q-color-picker__header-content{background:#fff;position:relative}.q-color-picker__header-content--light{color:#000}.q-color-picker__header-content--dark{color:#fff}.q-color-picker__header-content--dark .q-tab--inactive:before{content:"";background:#fff3;position:absolute;inset:0}.q-color-picker__header-banner{height:36px}.q-color-picker__header-bg{background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==)!important}.q-color-picker__footer{height:36px}.q-color-picker__footer .q-tab{height:36px!important;min-height:36px!important}.q-color-picker__footer .q-tab--inactive{background:linear-gradient(#0000004d 0%,#00000026 25%,#0000001a)}.q-color-picker__spectrum{width:100%;height:100%}.q-color-picker__spectrum-tab{padding:0!important}.q-color-picker__spectrum-white{background:linear-gradient(90deg,#fff,#fff0)}.q-color-picker__spectrum-black{background:linear-gradient(#0000,#000)}.q-color-picker__spectrum-circle{border-radius:50%;width:10px;height:10px;transform:translate(-5px,-5px);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px #0000004d,0 0 1px 2px #0006}.q-color-picker__hue .q-slider__track{opacity:1;background:linear-gradient(90deg,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)!important}.q-color-picker__alpha .q-slider__track-container{padding-top:0}.q-color-picker__alpha .q-slider__track:before{content:"";border-radius:inherit;background:linear-gradient(90deg,#fff0,#757575);position:absolute;inset:0}.q-color-picker__sliders{padding:0 16px}.q-color-picker__sliders .q-slider__thumb{color:#424242}.q-color-picker__sliders .q-slider__thumb path{stroke-width:2px;fill:#0000}.q-color-picker__sliders .q-slider--active path{stroke-width:3px}.q-color-picker__tune-tab .q-slider{margin-left:18px;margin-right:18px}.q-color-picker__tune-tab input{border:1px solid #e0e0e0;border-radius:4px;width:3.5em;font-size:11px}.q-color-picker__palette-tab{padding:0!important}.q-color-picker__palette-rows--editable .q-color-picker__cube{cursor:pointer}.q-color-picker__cube{padding-bottom:10%;width:10%!important}.q-color-picker input{color:inherit;text-align:center;background:0 0;outline:0}.q-color-picker .q-tabs{overflow:hidden}.q-color-picker .q-tab--active{box-shadow:0 0 14px 3px #0003}.q-color-picker .q-tab--active .q-focus-helper,.q-color-picker .q-tab__indicator{display:none}.q-color-picker .q-tab-panels{background:inherit}.q-color-picker--dark{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-color-picker--dark .q-color-picker__tune-tab input{border:1px solid #ffffff4d}.q-color-picker--dark .q-slider__thumb{color:#fafafa}.q-date{background:#fff;border-radius:4px;width:290px;min-width:290px;max-width:100%;display:inline-flex;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-date--bordered{border:1px solid #0000001f}.q-date__header{border-top-left-radius:inherit;color:#fff;background-color:var(--q-primary);padding:16px}.q-date__actions{padding:0 16px 16px}.q-date__content,.q-date__main{outline:0}.q-date__content .q-btn{font-weight:400}.q-date__header-link{opacity:.64;outline:0;transition:opacity .3s ease-out}.q-date__header-link--active,.q-date__header-link:hover,.q-date__header-link:focus{opacity:1}.q-date__header-subtitle{letter-spacing:.00938em;font-size:14px;line-height:1.75}.q-date__header-title-label{letter-spacing:.00735em;font-size:24px;line-height:1.2}.q-date__view{width:100%;height:100%;min-height:290px;padding:16px}.q-date__navigation{height:12.5%}.q-date__navigation>div:first-child{justify-content:flex-end;width:8%;min-width:24px}.q-date__navigation>div:last-child{justify-content:flex-start;width:8%;min-width:24px}.q-date__calendar-weekdays{height:12.5%}.q-date__calendar-weekdays>div{opacity:.38;font-size:12px}.q-date__calendar-item{vertical-align:middle;justify-content:center;align-items:center;padding:1px;display:inline-flex;position:relative;width:14.285%!important;height:12.5%!important}.q-date__calendar-item:after{content:"";pointer-events:none;border:1px dashed #0000;position:absolute;inset:1px 0}.q-date__calendar-item>div,.q-date__calendar-item button{border-radius:50%;width:30px;height:30px}.q-date__calendar-item>div{text-align:center;line-height:30px}.q-date__calendar-item>button{line-height:22px}.q-date__calendar-item--out{opacity:.18}.q-date__calendar-item--fill{visibility:hidden}.q-date__range:before,.q-date__range-from:before,.q-date__range-to:before{content:"";opacity:.3;background-color:currentColor;position:absolute;inset:1px 0}.q-date__range:nth-child(7n-6):before,.q-date__range-from:nth-child(7n-6):before,.q-date__range-to:nth-child(7n-6):before{border-top-left-radius:0;border-bottom-left-radius:0}.q-date__range:nth-child(7n):before,.q-date__range-from:nth-child(7n):before,.q-date__range-to:nth-child(7n):before{border-top-right-radius:0;border-bottom-right-radius:0}.q-date__range-from:before{left:50%}.q-date__range-to:before{right:50%}.q-date__edit-range:after{border-color:currentColor #0000}.q-date__edit-range:nth-child(7n-6):after{border-top-left-radius:0;border-bottom-left-radius:0}.q-date__edit-range:nth-child(7n):after{border-top-right-radius:0;border-bottom-right-radius:0}.q-date__edit-range-from:after,.q-date__edit-range-from-to:after{border-top-color:currentColor;border-bottom-color:currentColor;border-left-color:currentColor;border-top-left-radius:28px;border-bottom-left-radius:28px;left:4px}.q-date__edit-range-to:after,.q-date__edit-range-from-to:after{border-top-color:currentColor;border-bottom-color:currentColor;border-right-color:currentColor;border-top-right-radius:28px;border-bottom-right-radius:28px;right:4px}.q-date__calendar-days-container{height:75%;min-height:192px}.q-date__calendar-days>div{height:16.66%!important}.q-date__event{background-color:var(--q-secondary);border-radius:5px;width:8px;height:5px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.q-date__today{box-shadow:0 0 1px}.q-date__years-content{padding:0 8px}.q-date__years-item,.q-date__months-item{flex:0 0 33.3333%}.q-date.disabled .q-date__header,.q-date.disabled .q-date__content,.q-date--readonly .q-date__header,.q-date--readonly .q-date__content{pointer-events:none}.q-date--readonly .q-date__navigation{display:none}.q-date--portrait{flex-direction:column}.q-date--portrait-standard .q-date__content{height:calc(100% - 86px)}.q-date--portrait-standard .q-date__header{border-top-right-radius:inherit;height:86px}.q-date--portrait-standard .q-date__header-title{align-items:center;height:30px}.q-date--portrait-minimal .q-date__content{height:100%}.q-date--landscape{flex-direction:row;align-items:stretch;min-width:420px}.q-date--landscape>div{flex-direction:column;display:flex}.q-date--landscape .q-date__content{height:100%}.q-date--landscape-standard{min-width:420px}.q-date--landscape-standard .q-date__header{border-bottom-left-radius:inherit;width:110px;min-width:110px}.q-date--landscape-standard .q-date__header-title{flex-direction:column}.q-date--landscape-standard .q-date__header-today{margin-top:12px;margin-left:-8px}.q-date--landscape-minimal{width:310px}.q-date--dark{border-color:#ffffff47;box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-dialog__title{letter-spacing:.0125em;font-size:1.25rem;font-weight:500;line-height:1.6}.q-dialog__progress{font-size:4rem}.q-dialog__inner{outline:0}.q-dialog__inner>div{pointer-events:all;-webkit-overflow-scrolling:touch;will-change:scroll-position;border-radius:4px;overflow:auto}.q-dialog__inner--square>div{border-radius:0!important}.q-dialog__inner>.q-card>.q-card__actions .q-btn--rectangle{min-width:64px}.q-dialog__inner--minimized{padding:24px}.q-dialog__inner--minimized>div{max-height:calc(100vh - 48px)}.q-dialog__inner--maximized>div{width:100%;max-width:100vw;height:100%;max-height:100vh;border-radius:0!important;top:0!important;left:0!important}.q-dialog__inner--top,.q-dialog__inner--bottom{padding-top:0!important;padding-bottom:0!important}.q-dialog__inner--right,.q-dialog__inner--left{padding-left:0!important;padding-right:0!important}.q-dialog__inner--left:not(.q-dialog__inner--animating)>div,.q-dialog__inner--top:not(.q-dialog__inner--animating)>div{border-top-left-radius:0}.q-dialog__inner--right:not(.q-dialog__inner--animating)>div,.q-dialog__inner--top:not(.q-dialog__inner--animating)>div{border-top-right-radius:0}.q-dialog__inner--left:not(.q-dialog__inner--animating)>div,.q-dialog__inner--bottom:not(.q-dialog__inner--animating)>div{border-bottom-left-radius:0}.q-dialog__inner--right:not(.q-dialog__inner--animating)>div,.q-dialog__inner--bottom:not(.q-dialog__inner--animating)>div{border-bottom-right-radius:0}.q-dialog__inner--fullwidth>div{width:100%!important;max-width:100%!important}.q-dialog__inner--fullheight>div{height:100%!important;max-height:100%!important}.q-dialog__backdrop{z-index:-1;pointer-events:all;background:#0006;outline:0}body.platform-ios .q-dialog__inner--minimized>div,body.platform-android:not(.native-mobile) .q-dialog__inner--minimized>div{max-height:calc(100vh - 108px)}body.q-ios-padding .q-dialog__inner,body.q-safe-area-padding .q-dialog__inner{padding-top:var(--q-safe-area-inset-top)!important;padding-bottom:var(--q-safe-area-inset-bottom)!important}body.q-ios-padding .q-dialog__inner>div,body.q-safe-area-padding .q-dialog__inner>div{max-height:calc(100vh - var(--q-safe-area-inset-top) - var(--q-safe-area-inset-bottom))!important}@media (width<=599.98px){.q-dialog__inner--top,.q-dialog__inner--bottom{padding-left:0;padding-right:0}.q-dialog__inner--top>div,.q-dialog__inner--bottom>div{width:100%!important}}@media (width>=600px){.q-dialog__inner--minimized>div{max-width:560px}}.q-body--dialog{overflow:hidden}.q-editor{background-color:#fff;border:1px solid #0000001f;border-radius:4px}.q-editor.disabled{border-style:dashed}.q-editor>div:first-child,.q-editor__toolbars-container,.q-editor__toolbars-container>div:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.q-editor__content{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;outline:0;max-width:100%;min-height:10em;padding:10px;overflow:auto}.q-editor__content pre{white-space:pre-wrap}.q-editor__content hr{background:#0000001f;border:0;outline:0;height:1px;margin:1px}.q-editor__content:empty:not(:focus):before{content:attr(placeholder);opacity:.7}.q-editor__toolbar{border-bottom:1px solid #0000001f;min-height:32px}.q-editor__toolbars-container{max-width:100%}.q-editor .q-btn{margin:4px}.q-editor__toolbar-group{margin:0 4px;position:relative}.q-editor__toolbar-group+.q-editor__toolbar-group:before{content:"";background:#0000001f;width:1px;position:absolute;top:4px;bottom:4px;left:-4px}.q-editor__link-input{color:inherit;text-transform:none;background:0 0;border:none;border-radius:0;outline:0;text-decoration:none}.q-editor--flat,.q-editor--flat .q-editor__toolbar{border:0}.q-editor--dense .q-editor__toolbar-group{flex-wrap:nowrap;align-items:center;display:flex}.q-editor--dark{border-color:#ffffff47}.q-editor--dark .q-editor__content hr{background:#ffffff47}.q-editor--dark .q-editor__toolbar{border-color:#ffffff47}.q-editor--dark .q-editor__toolbar-group+.q-editor__toolbar-group:before{background:#ffffff47}.q-expansion-item__border{opacity:0}.q-expansion-item__toggle-icon{transition:transform .3s;position:relative}.q-expansion-item__toggle-icon--rotated{transform:rotate(180deg)}.q-expansion-item__toggle-focus{width:1em!important;height:1em!important;position:relative!important}.q-expansion-item__toggle-focus+.q-expansion-item__toggle-icon{margin-top:-1em}.q-expansion-item--standard.q-expansion-item--expanded>div>.q-expansion-item__border{opacity:1}.q-expansion-item--popup{transition:padding .5s}.q-expansion-item--popup>.q-expansion-item__container{border:1px solid #0000001f}.q-expansion-item--popup>.q-expansion-item__container>.q-separator{display:none}.q-expansion-item--popup.q-expansion-item--collapsed{padding:0 15px}.q-expansion-item--popup.q-expansion-item--expanded{padding:15px 0}.q-expansion-item--popup.q-expansion-item--expanded+.q-expansion-item--popup.q-expansion-item--expanded{padding-top:0}.q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child)>.q-expansion-item__container{border-top-width:0}.q-expansion-item--popup.q-expansion-item--expanded+.q-expansion-item--popup.q-expansion-item--collapsed>.q-expansion-item__container{border-top-width:1px}.q-expansion-item__content>.q-card{box-shadow:none;border-radius:0}.q-expansion-item:first-child>div>.q-expansion-item__border--top,.q-expansion-item:last-child>div>.q-expansion-item__border--bottom,.q-expansion-item--expanded+.q-expansion-item--expanded>div>.q-expansion-item__border--top{opacity:0}.q-expansion-item--expanded .q-textarea--autogrow textarea{animation:q-expansion-done}@keyframes q-expansion-done{0%{--q-exp-done:1}}.z-fab{z-index:990}.q-fab{vertical-align:middle;position:relative}.q-fab>.q-btn{width:100%}.q-fab--form-rounded{border-radius:28px}.q-fab--form-square{border-radius:4px}.q-fab__icon,.q-fab__active-icon{transition:opacity .4s,transform .4s}.q-fab__icon{opacity:1;transform:rotate(0)}.q-fab__active-icon{opacity:0;transform:rotate(-180deg)}.q-fab__label--external{padding:0 8px;transition:opacity .18s cubic-bezier(.65,.815,.735,.395);position:absolute}.q-fab__label--external-hidden{opacity:0;pointer-events:none}.q-fab__label--external-left{top:50%;left:-12px;transform:translate(-100%,-50%)}.q-fab__label--external-right{top:50%;right:-12px;transform:translate(100%,-50%)}.q-fab__label--external-bottom{bottom:-12px;left:50%;transform:translate(-50%,100%)}.q-fab__label--external-top{top:-12px;left:50%;transform:translate(-50%,-100%)}.q-fab__label--internal{max-height:30px;padding:0;transition:font-size .12s cubic-bezier(.65,.815,.735,.395),max-height .12s cubic-bezier(.65,.815,.735,.395),opacity 70ms cubic-bezier(.65,.815,.735,.395)}.q-fab__label--internal-hidden{opacity:0;font-size:0}.q-fab__label--internal-top{padding-bottom:.12em}.q-fab__label--internal-bottom{padding-top:.12em}.q-fab__label--internal-top.q-fab__label--internal-hidden,.q-fab__label--internal-bottom.q-fab__label--internal-hidden{max-height:0}.q-fab__label--internal-left{padding-left:.285em;padding-right:.571em}.q-fab__label--internal-right{padding-left:.571em;padding-right:.285em}.q-fab__icon-holder{min-width:24px;min-height:24px;position:relative}.q-fab__icon-holder--opened .q-fab__icon{opacity:0;transform:rotate(180deg)}.q-fab__icon-holder--opened .q-fab__active-icon{opacity:1;transform:rotate(0)}.q-fab__actions{opacity:0;pointer-events:none;justify-content:center;align-self:center;align-items:center;padding:3px;transition:transform .18s ease-in,opacity .18s ease-in;position:absolute}.q-fab__actions .q-btn{margin:5px}.q-fab__actions--right{transform-origin:0;flex-direction:row;height:56px;margin-left:9px;left:100%;transform:scale(.4)translate(-62px)}.q-fab__actions--left{transform-origin:100%;flex-direction:row-reverse;height:56px;margin-right:9px;right:100%;transform:scale(.4)translate(62px)}.q-fab__actions--up{transform-origin:50% 100%;flex-direction:column-reverse;width:56px;margin-bottom:9px;bottom:100%;transform:scale(.4)translateY(62px)}.q-fab__actions--down{transform-origin:50% 0;flex-direction:column;width:56px;margin-top:9px;top:100%;transform:scale(.4)translateY(-62px)}.q-fab__actions--up,.q-fab__actions--down{margin-left:-28px;left:50%}.q-fab__actions--opened{opacity:1;pointer-events:all;transform:scale(1)translate(.1px)}.q-fab--align-left>.q-fab__actions--up,.q-fab--align-left>.q-fab__actions--down{align-items:flex-start;left:28px}.q-fab--align-right>.q-fab__actions--up,.q-fab--align-right>.q-fab__actions--down{align-items:flex-end;left:auto;right:0}.q-field{font-size:14px}.q-field ::-ms-clear{display:none}.q-field ::-ms-reveal{display:none}.q-field--with-bottom{padding-bottom:20px}.q-field__marginal{color:#0000008a;height:56px;font-size:24px}.q-field__marginal>*+*{margin-left:2px}.q-field__marginal .q-avatar{font-size:32px}.q-field__before,.q-field__prepend{padding-right:12px}.q-field__after,.q-field__append{padding-left:12px}.q-field__after:empty,.q-field__append:empty{display:none}.q-field__append+.q-field__append{padding-left:2px}.q-field__inner{text-align:left}.q-field__bottom{color:#0000008a;backface-visibility:hidden;min-height:20px;padding:8px 12px 0;font-size:12px;line-height:1}.q-field__bottom--animated{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.q-field__messages{line-height:1}.q-field__messages>div{word-break:break-word;word-wrap:break-word;overflow-wrap:break-word}.q-field__messages>div+div{margin-top:4px}.q-field__counter{padding-left:8px;line-height:1}.q-field--item-aligned{padding:8px 16px}.q-field--item-aligned .q-field__before{min-width:56px}.q-field__control-container{height:inherit}.q-field__control{color:var(--q-primary);outline:none;max-width:100%;height:56px}.q-field__control:before,.q-field__control:after{content:"";pointer-events:none;position:absolute;inset:0}.q-field__control:before{border-radius:inherit}.q-field__shadow{opacity:0;white-space:pre-wrap;transition:opacity .36s cubic-bezier(.4,0,.2,1);top:8px;overflow:hidden}.q-field__shadow+.q-field__native::placeholder{transition:opacity .36s cubic-bezier(.4,0,.2,1)}.q-field__shadow+.q-field__native:focus::placeholder{opacity:0}.q-field__native,.q-field__prefix,.q-field__suffix,.q-field__input{letter-spacing:.00937em;-webkit-text-decoration:inherit;text-decoration:inherit;text-transform:inherit;color:#000000de;background:0 0;border:none;border-radius:0;outline:0;padding:6px 0;font-weight:400;line-height:28px}.q-field__native,.q-field__input{-webkit-user-select:auto;user-select:auto;width:100%;min-width:0;outline:0!important}:-webkit-any(.q-field__native:-webkit-autofill,.q-field__input:-webkit-autofill){-webkit-animation-name:q-autofill;-webkit-animation-fill-mode:both}:is(.q-field__native:autofill,.q-field__input:autofill){-webkit-animation-name:q-autofill;-webkit-animation-fill-mode:both}.q-field__native:invalid,.q-field__input:invalid{box-shadow:none}.q-field__native[type=file]{line-height:1em}.q-field__input{height:0;min-height:24px;padding:0;line-height:24px}.q-field__prefix,.q-field__suffix{white-space:nowrap;transition:opacity .36s cubic-bezier(.4,0,.2,1)}.q-field__prefix{padding-right:4px}.q-field__suffix{padding-left:4px}.q-field--readonly .q-placeholder,.q-field--disabled .q-placeholder{opacity:1!important}.q-field--readonly.q-field--labeled .q-field__native,.q-field--readonly.q-field--labeled .q-field__input{cursor:default}.q-field--readonly.q-field--float .q-field__native,.q-field--readonly.q-field--float .q-field__input{cursor:text}.q-field--disabled .q-field__inner{cursor:not-allowed}.q-field--disabled .q-field__control{pointer-events:none}.q-field--disabled .q-field__control>div{opacity:.6!important}.q-field--disabled .q-field__control>div,.q-field--disabled .q-field__control>div *{outline:0!important}.q-field__label{color:#0009;letter-spacing:.00937em;max-width:100%;-webkit-text-decoration:inherit;text-decoration:inherit;text-transform:inherit;transform-origin:0 0;backface-visibility:hidden;font-size:16px;font-weight:400;line-height:1.25;transition:transform .36s cubic-bezier(.4,0,.2,1),max-width .324s cubic-bezier(.4,0,.2,1);top:18px;left:0}.q-field__label:has(+:-webkit-any(.q-field__native,.q-field__input):-webkit-any(:-webkit-autofill,[type=color],[type=date],[type=datetime-local],[type=month],[type=time],[type=week])){transform:translateY(-40%)scale(.75)}.q-field__label:has(+:is(.q-field__native,.q-field__input):is(:autofill,[type=color],[type=date],[type=datetime-local],[type=month],[type=time],[type=week])){transform:translateY(-40%)scale(.75)}.q-field--float .q-field__label{max-width:133%;transition:transform .36s cubic-bezier(.4,0,.2,1),max-width .396s cubic-bezier(.4,0,.2,1);transform:translateY(-40%)scale(.75)}.q-field--highlighted .q-field__label{color:currentColor}.q-field--highlighted .q-field__shadow{opacity:.5}.q-field--filled .q-field__control{background:#0000000d;border-radius:4px 4px 0 0;padding:0 12px}.q-field--filled .q-field__control:before{opacity:0;background:#0000000d;border-bottom:1px solid #0000006b;transition:opacity .36s cubic-bezier(.4,0,.2,1),background .36s cubic-bezier(.4,0,.2,1)}.q-field--filled .q-field__control:hover:before{opacity:1}.q-field--filled .q-field__control:after{transform-origin:bottom;background:currentColor;height:2px;transition:transform .36s cubic-bezier(.4,0,.2,1);top:auto;transform:scaleX(0)}.q-field--filled.q-field--rounded .q-field__control{border-radius:28px 28px 0 0}.q-field--filled.q-field--highlighted .q-field__control:before{opacity:1;background:#0000001f}.q-field--filled.q-field--highlighted .q-field__control:after{transform:scale(1)}.q-field--filled.q-field--dark .q-field__control,.q-field--filled.q-field--dark .q-field__control:before{background:#ffffff12}.q-field--filled.q-field--dark.q-field--highlighted .q-field__control:before{background:#ffffff1a}.q-field--filled.q-field--readonly .q-field__control:before{opacity:1;background:0 0;border-bottom-style:dashed}.q-field--outlined .q-field__control{border-radius:4px;padding:0 12px}.q-field--outlined .q-field__control:before{border:1px solid #0000003d;transition:border-color .36s cubic-bezier(.4,0,.2,1)}.q-field--outlined .q-field__control:hover:before{border-color:#000}.q-field--outlined .q-field__control:after{height:inherit;border-radius:inherit;border:2px solid #0000;transition:border-color .36s cubic-bezier(.4,0,.2,1)}:-webkit-any(.q-field--outlined .q-field__native:-webkit-autofill,.q-field--outlined .q-field__input:-webkit-autofill){margin-top:1px;margin-bottom:1px}:is(.q-field--outlined .q-field__native:autofill,.q-field--outlined .q-field__input:autofill){margin-top:1px;margin-bottom:1px}.q-field--outlined.q-field--rounded .q-field__control{border-radius:28px}.q-field--outlined.q-field--highlighted .q-field__control:hover:before{border-color:#0000}.q-field--outlined.q-field--highlighted .q-field__control:after{border-width:2px;border-color:currentColor;transform:scale(1)}.q-field--outlined.q-field--readonly .q-field__control:before{border-style:dashed}.q-field--standard .q-field__control:before{border-bottom:1px solid #0000003d;transition:border-color .36s cubic-bezier(.4,0,.2,1)}.q-field--standard .q-field__control:hover:before{border-color:#000}.q-field--standard .q-field__control:after{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;transform-origin:bottom;background:currentColor;height:2px;transition:transform .36s cubic-bezier(.4,0,.2,1);top:auto;transform:scaleX(0)}.q-field--standard.q-field--highlighted .q-field__control:after{transform:scale(1)}.q-field--standard.q-field--readonly .q-field__control:before{border-bottom-style:dashed}.q-field--dark .q-field__control:before{border-color:#fff9}.q-field--dark .q-field__control:hover:before{border-color:#fff}.q-field--dark .q-field__native,.q-field--dark .q-field__prefix,.q-field--dark .q-field__suffix,.q-field--dark .q-field__input{color:#fff}.q-field--dark:not(.q-field--highlighted) .q-field__label,.q-field--dark .q-field__marginal,.q-field--dark .q-field__bottom{color:#ffffffb3}.q-field--standout .q-field__control{background:#0000000d;border-radius:4px;padding:0 12px;transition:box-shadow .36s cubic-bezier(.4,0,.2,1),background-color .36s cubic-bezier(.4,0,.2,1)}.q-field--standout .q-field__control:before{opacity:0;background:#00000012;transition:opacity .36s cubic-bezier(.4,0,.2,1),background .36s cubic-bezier(.4,0,.2,1)}.q-field--standout .q-field__control:hover:before{opacity:1}.q-field--standout.q-field--rounded .q-field__control{border-radius:28px}.q-field--standout.q-field--highlighted .q-field__control{background:#000;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-field--standout.q-field--highlighted .q-field__native,.q-field--standout.q-field--highlighted .q-field__prefix,.q-field--standout.q-field--highlighted .q-field__suffix,.q-field--standout.q-field--highlighted .q-field__prepend,.q-field--standout.q-field--highlighted .q-field__append,.q-field--standout.q-field--highlighted .q-field__input{color:#fff}.q-field--standout.q-field--readonly .q-field__control:before{opacity:1;background:0 0;border:1px dashed #0000003d}.q-field--standout.q-field--dark .q-field__control,.q-field--standout.q-field--dark .q-field__control:before{background:#ffffff12}.q-field--standout.q-field--dark.q-field--highlighted .q-field__control{background:#fff}.q-field--standout.q-field--dark.q-field--highlighted .q-field__native,.q-field--standout.q-field--dark.q-field--highlighted .q-field__prefix,.q-field--standout.q-field--dark.q-field--highlighted .q-field__suffix,.q-field--standout.q-field--dark.q-field--highlighted .q-field__prepend,.q-field--standout.q-field--dark.q-field--highlighted .q-field__append,.q-field--standout.q-field--dark.q-field--highlighted .q-field__input{color:#000}.q-field--standout.q-field--dark.q-field--readonly .q-field__control:before{border-color:#ffffff3d}.q-field--labeled .q-field__native,.q-field--labeled .q-field__prefix,.q-field--labeled .q-field__suffix{padding-top:24px;padding-bottom:8px;line-height:24px}.q-field--labeled .q-field__shadow{top:0}.q-field--labeled:not(.q-field--float) .q-field__prefix,.q-field--labeled:not(.q-field--float) .q-field__suffix{opacity:0}.q-field--labeled:not(.q-field--float) .q-field__native::placeholder,.q-field--labeled:not(.q-field--float) .q-field__input::placeholder{color:#0000}.q-field--labeled.q-field--dense .q-field__native,.q-field--labeled.q-field--dense .q-field__prefix,.q-field--labeled.q-field--dense .q-field__suffix{padding-top:14px;padding-bottom:2px}.q-field--dense .q-field--with-bottom{padding-bottom:19px}.q-field--dense .q-field__shadow{top:0}.q-field--dense .q-field__control,.q-field--dense .q-field__marginal{height:40px}.q-field--dense .q-field__bottom{font-size:11px}.q-field--dense .q-field__label{font-size:14px;top:10px}.q-field--dense .q-field__before,.q-field--dense .q-field__prepend{padding-right:6px}.q-field--dense .q-field__after,.q-field--dense .q-field__append{padding-left:6px}.q-field--dense .q-field__append+.q-field__append{padding-left:2px}.q-field--dense .q-field__marginal .q-avatar{font-size:24px}.q-field--dense.q-field--float .q-field__label{transform:translateY(-30%)scale(.75)}.q-field--dense .q-field__label:has(+:-webkit-any(.q-field__native,.q-field__input):-webkit-any(:-webkit-autofill,[type=color],[type=date],[type=datetime-local],[type=month],[type=time],[type=week])){transform:translateY(-30%)scale(.75)}.q-field--dense .q-field__label:has(+:is(.q-field__native,.q-field__input):is(:autofill,[type=color],[type=date],[type=datetime-local],[type=month],[type=time],[type=week])){transform:translateY(-30%)scale(.75)}.q-field--borderless .q-field__bottom,.q-field--borderless.q-field--dense .q-field__control,.q-field--standard .q-field__bottom,.q-field--standard.q-field--dense .q-field__control{padding-left:0;padding-right:0}.q-field--error .q-field__label{animation:.36s q-field-label}.q-field--error .q-field__bottom{color:var(--q-negative)}.q-field__focusable-action{opacity:.6;cursor:pointer;color:inherit;background:0 0;border:0;padding:0;outline:0!important}.q-field__focusable-action:hover,.q-field__focusable-action:focus{opacity:1}.q-field--auto-height .q-field__control{height:auto}.q-field--auto-height .q-field__control,.q-field--auto-height .q-field__native{min-height:56px}.q-field--auto-height .q-field__native{align-items:center}.q-field--auto-height .q-field__control-container{padding-top:0}.q-field--auto-height .q-field__native,.q-field--auto-height .q-field__prefix,.q-field--auto-height .q-field__suffix{line-height:18px}.q-field--auto-height.q-field--labeled .q-field__control-container{padding-top:24px}.q-field--auto-height.q-field--labeled .q-field__shadow{top:24px}.q-field--auto-height.q-field--labeled .q-field__native,.q-field--auto-height.q-field--labeled .q-field__prefix,.q-field--auto-height.q-field--labeled .q-field__suffix{padding-top:0}.q-field--auto-height.q-field--labeled .q-field__native{min-height:24px}.q-field--auto-height.q-field--dense .q-field__control,.q-field--auto-height.q-field--dense .q-field__native{min-height:40px}.q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container{padding-top:14px}.q-field--auto-height.q-field--dense.q-field--labeled .q-field__shadow{top:14px}.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native{min-height:24px}.q-field--square .q-field__control{border-radius:0!important}.q-transition--field-message-enter-active,.q-transition--field-message-leave-active{transition:transform .6s cubic-bezier(.86,0,.07,1),opacity .6s cubic-bezier(.86,0,.07,1)}.q-transition--field-message-enter-from,.q-transition--field-message-leave-to{opacity:0;transform:translateY(-10px)}.q-transition--field-message-leave-from,.q-transition--field-message-leave-active{position:absolute}@keyframes q-field-label{40%{margin-left:2px}60%,80%{margin-left:-2px}70%,90%{margin-left:2px}}@keyframes q-autofill{to{color:inherit;background:0 0}}.q-file .q-field__native{word-break:break-all;overflow:hidden}.q-file .q-field__input{opacity:0!important}.q-file .q-field__input::-webkit-file-upload-button{cursor:pointer}.q-file__filler{visibility:hidden;border:none;width:100%;padding:0}.q-file__dnd{outline-offset:-4px;outline:1px dashed}.q-form{position:relative}.q-img{vertical-align:middle;width:100%;display:inline-block;position:relative;overflow:hidden}.q-img__loading .q-spinner{font-size:50px}.q-img__container{border-radius:inherit;font-size:0}.q-img__image{border-radius:inherit;opacity:0;width:100%;height:100%}.q-img__image--with-transition{transition:opacity .28s ease-in}.q-img__image--loaded{opacity:1}.q-img__content{border-radius:inherit;pointer-events:none}.q-img__content>div{pointer-events:all;color:#fff;background:#00000078;padding:16px;position:absolute}.q-img--no-menu .q-img__image,.q-img--no-menu .q-img__placeholder{pointer-events:none}.q-inner-loading{border-radius:inherit;background:#fff9}.q-inner-loading--dark{background:#0006}.q-inner-loading__label{margin-top:8px}.q-textarea .q-field__control{height:auto;min-height:56px}.q-textarea .q-field__control-container{padding-top:2px;padding-bottom:2px}.q-textarea .q-field__shadow{top:2px;bottom:2px}.q-textarea .q-field__native,.q-textarea .q-field__prefix,.q-textarea .q-field__suffix{line-height:18px}.q-textarea .q-field__native{resize:vertical;min-height:52px;padding-top:17px}.q-textarea.q-field--labeled .q-field__control-container{padding-top:26px}.q-textarea.q-field--labeled .q-field__shadow{top:26px}.q-textarea.q-field--labeled .q-field__native,.q-textarea.q-field--labeled .q-field__prefix,.q-textarea.q-field--labeled .q-field__suffix{padding-top:0}.q-textarea.q-field--labeled .q-field__native{min-height:26px;padding-top:1px}.q-textarea--autogrow .q-field__native{resize:none}.q-textarea.q-field--dense .q-field__control,.q-textarea.q-field--dense .q-field__native{min-height:36px}.q-textarea.q-field--dense .q-field__native{padding-top:9px}.q-textarea.q-field--dense.q-field--labeled .q-field__control-container{padding-top:14px}.q-textarea.q-field--dense.q-field--labeled .q-field__shadow{top:14px}.q-textarea.q-field--dense.q-field--labeled .q-field__native{min-height:24px;padding-top:3px}.q-textarea.q-field--dense.q-field--labeled .q-field__prefix,.q-textarea.q-field--dense.q-field--labeled .q-field__suffix{padding-top:2px}body.mobile .q-textarea .q-field__native,.q-textarea.disabled .q-field__native{resize:none}.q-intersection{position:relative}.q-item{min-height:48px;color:inherit;padding:8px 16px;transition:color .3s,background-color .3s}.q-item__section--side{color:#757575;align-items:flex-start;width:auto;min-width:0;max-width:100%;padding-right:16px}.q-item__section--side>.q-icon{font-size:24px}.q-item__section--side>.q-avatar{font-size:40px}.q-item__section--avatar{color:inherit;min-width:56px}.q-item__section--thumbnail img{width:100px;height:56px}.q-item__section--nowrap{white-space:nowrap}.q-item>.q-item__section--thumbnail:first-child,.q-item>.q-focus-helper+.q-item__section--thumbnail{margin-left:-16px}.q-item>.q-item__section--thumbnail:last-of-type{margin-right:-16px}.q-item__label{max-width:100%;line-height:1.2em!important}.q-item__label--overline{color:#000000b3}.q-item__label--caption{color:#0000008a}.q-item__label--header{color:#757575;letter-spacing:.01786em;padding:16px;font-size:.875rem;line-height:1.25rem}.q-separator--spaced+.q-item__label--header,.q-list--padding .q-item__label--header{padding-top:8px}.q-item__label+.q-item__label{margin-top:4px}.q-item__section--main{flex:10000;width:auto;min-width:0;max-width:100%}.q-item__section--main+.q-item__section--main{margin-left:8px}.q-item__section--main~.q-item__section--side{align-items:flex-end;padding-left:16px;padding-right:0}.q-item__section--main.q-item__section--thumbnail{margin-left:0;margin-right:-16px}.q-list--bordered{border:1px solid #0000001f}.q-list--separator>.q-item-type+.q-item-type,.q-list--separator>.q-virtual-scroll__content>.q-item-type+.q-item-type{border-top:1px solid #0000001f}.q-list--padding{padding:8px 0}.q-list--dense>.q-item,.q-item--dense{min-height:32px;padding:2px 16px}.q-list--dark.q-list--separator>.q-item-type+.q-item-type,.q-list--dark.q-list--separator>.q-virtual-scroll__content>.q-item-type+.q-item-type{border-top-color:#ffffff47}.q-list--dark,.q-item--dark{color:#fff;border-color:#ffffff47}.q-list--dark .q-item__section--side:not(.q-item__section--avatar),.q-item--dark .q-item__section--side:not(.q-item__section--avatar){color:#ffffffb3}.q-list--dark .q-item__label--header,.q-item--dark .q-item__label--header{color:#ffffffa3}.q-list--dark .q-item__label--overline,.q-list--dark .q-item__label--caption,.q-item--dark .q-item__label--overline,.q-item--dark .q-item__label--caption{color:#fffc}.q-item{position:relative}.q-item.q-router-link--active,.q-item--active{color:var(--q-primary)}.q-knob{font-size:48px}.q-knob--editable{cursor:pointer;outline:0}.q-knob--editable:before{content:"";box-shadow:none;border-radius:50%;transition:box-shadow .24s ease-in-out;position:absolute;inset:0}.q-knob--editable:focus:before{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}body.body--dark .q-knob--editable:focus:before{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-layout{outline:0;width:100%}.q-layout-container{width:100%;height:100%;position:relative}.q-layout-container .q-layout{min-height:100%}.q-layout-container>div{transform:translate(0,0)}.q-layout-container>div>div{min-height:0;max-height:100%}.q-layout__shadow{width:100%}.q-layout__shadow:after{content:"";position:absolute;inset:0;box-shadow:0 0 10px 2px #0003,0 0 10px #0000003d}.q-layout__section--marginal{background-color:var(--q-primary);color:#fff}.q-header--hidden{transform:translateY(-110%)}.q-header--bordered{border-bottom:1px solid #0000001f}.q-header .q-layout__shadow{bottom:-10px}.q-header .q-layout__shadow:after{bottom:10px}.q-footer--hidden{transform:translateY(110%)}.q-footer--bordered{border-top:1px solid #0000001f}.q-footer .q-layout__shadow{top:-10px}.q-footer .q-layout__shadow:after{top:10px}.q-header,.q-footer{z-index:2000}.q-drawer{z-index:1000;background:#fff;position:absolute;top:0;bottom:0}.q-drawer--on-top{z-index:3000}.q-drawer--left{left:0;transform:translate(-100%)}.q-drawer--left.q-drawer--bordered{border-right:1px solid #0000001f}.q-drawer--left .q-layout__shadow{left:10px;right:-10px}.q-drawer--left .q-layout__shadow:after{right:10px}.q-drawer--right{right:0;transform:translate(100%)}.q-drawer--right.q-drawer--bordered{border-left:1px solid #0000001f}.q-drawer--right .q-layout__shadow{left:-10px}.q-drawer--right .q-layout__shadow:after{left:10px}.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini{padding:0!important}.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item,.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section{text-align:center;justify-content:center;min-width:0;padding-left:0;padding-right:0}.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__label,.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--main,.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--side~.q-item__section--side,.q-drawer--mini .q-mini-drawer-hide,.q-drawer--mini .q-expansion-item__content{display:none}.q-drawer--mini-animate .q-drawer__content{white-space:nowrap;overflow-x:hidden!important}.q-drawer--standard .q-mini-drawer-only,.q-drawer--mobile .q-mini-drawer-only,.q-drawer--mobile .q-mini-drawer-hide{display:none}.q-drawer__backdrop{will-change:background-color;z-index:2999!important}.q-drawer__opener{z-index:2001;-webkit-user-select:none;user-select:none;width:15px;height:100%}.q-layout,.q-header,.q-footer,.q-page{position:relative}.q-page-sticky--shrink{pointer-events:none}.q-page-sticky--shrink>div{pointer-events:auto;display:inline-block}body.q-ios-padding .q-layout--standard .q-header>.q-toolbar:first-child,body.q-ios-padding .q-layout--standard .q-header>.q-tabs:first-child .q-tabs__content,body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content,body.q-safe-area-padding .q-layout--standard .q-header>.q-toolbar:first-child,body.q-safe-area-padding .q-layout--standard .q-header>.q-tabs:first-child .q-tabs__content,body.q-safe-area-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content{padding-top:var(--q-safe-area-inset-top);min-height:calc(var(--q-safe-area-inset-top) + 50px)}body.q-ios-padding .q-layout--standard .q-footer>.q-toolbar:nth-last-child(1 of :not(.q-layout__shadow)),body.q-ios-padding .q-layout--standard .q-footer>.q-tabs:nth-last-child(1 of :not(.q-layout__shadow)) .q-tabs__content,body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content,body.q-safe-area-padding .q-layout--standard .q-footer>.q-toolbar:nth-last-child(1 of :not(.q-layout__shadow)),body.q-safe-area-padding .q-layout--standard .q-footer>.q-tabs:nth-last-child(1 of :not(.q-layout__shadow)) .q-tabs__content,body.q-safe-area-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content{padding-bottom:var(--q-safe-area-inset-bottom);min-height:calc(var(--q-safe-area-inset-bottom) + 50px)}.q-body--layout-animate .q-drawer__backdrop{transition:background-color .12s!important}.q-body--layout-animate .q-drawer{transition:transform .12s,width .12s,top .12s,bottom .12s!important}.q-body--layout-animate .q-layout__section--marginal{transition:transform .12s,left .12s,right .12s!important}.q-body--layout-animate .q-page-container{transition:padding-top .12s,padding-right .12s,padding-bottom .12s,padding-left .12s!important}.q-body--layout-animate .q-page-sticky{transition:transform .12s,left .12s,right .12s,top .12s,bottom .12s!important}body:not(.q-body--layout-animate) .q-layout--prevent-focus{visibility:hidden}.q-body--drawer-toggle{overflow-x:hidden!important}@media (width<=599.98px){.q-layout-padding{padding:8px}}@media (width>=600px) and (width<=1439.98px){.q-layout-padding{padding:16px}}@media (width>=1440px){.q-layout-padding{padding:24px}}body.body--dark .q-header,body.body--dark .q-footer,body.body--dark .q-drawer{border-color:#ffffff47}body.body--dark .q-layout__shadow:after{box-shadow:0 0 10px 2px #fff3,0 0 10px #ffffff3d}body.platform-ios .q-layout--containerized{position:unset!important}.q-linear-progress{--q-linear-progress-speed:.3s;width:100%;height:1em;color:var(--q-primary);font-size:4px;position:relative;overflow:hidden;transform:scale(1)}.q-linear-progress__model,.q-linear-progress__track{transform-origin:0 0}.q-linear-progress__model--with-transition,.q-linear-progress__track--with-transition{transition:transform var(--q-linear-progress-speed)}.q-linear-progress--reverse .q-linear-progress__model--determinate,.q-linear-progress--reverse .q-linear-progress__track{transform-origin:100% 0}.q-linear-progress--reverse .q-linear-progress__model--indeterminate,.q-linear-progress--reverse .q-linear-progress__model--query{transform-origin:50% 0;scale:-1 1}.q-linear-progress__model--determinate{background:currentColor}.q-linear-progress__model--indeterminate,.q-linear-progress__model--query{transition:none}.q-linear-progress__model--indeterminate:before,.q-linear-progress__model--indeterminate:after,.q-linear-progress__model--query:before,.q-linear-progress__model--query:after{content:"";transform-origin:0 0;background:currentColor;position:absolute;inset:0}.q-linear-progress__model--indeterminate:before,.q-linear-progress__model--query:before{animation:2.1s cubic-bezier(.65,.815,.735,.395) infinite q-linear-progress--indeterminate}.q-linear-progress__model--indeterminate:after,.q-linear-progress__model--query:after{animation:2.1s cubic-bezier(.165,.84,.44,1) 1.15s infinite q-linear-progress--indeterminate-short;transform:translate(-101%)scale(1)}.q-linear-progress__track{opacity:.4}.q-linear-progress__track--light{background:#00000042}.q-linear-progress__track--dark{background:#fff9}.q-linear-progress__stripe{background-image:linear-gradient(45deg,#ffffff26 25%,#fff0 25% 50%,#ffffff26 50% 75%,#fff0 75%,#fff0)!important;background-size:40px 40px!important}.q-linear-progress__stripe--with-transition{transition:width var(--q-linear-progress-speed)}@keyframes q-linear-progress--indeterminate{0%{transform:translate(-35%)scaleX(.35)}60%{transform:translate(100%)scaleX(.9)}to{transform:translate(100%)scaleX(.9)}}@keyframes q-linear-progress--indeterminate-short{0%{transform:translate(-101%)scale(1)}60%{transform:translate(107%)scaleX(.01)}to{transform:translate(107%)scaleX(.01)}}.q-menu{z-index:6000;background:#fff;border-radius:4px;outline:0;max-width:95vw;max-height:65vh;display:inline-block;overflow:hidden auto;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;position:fixed!important}.q-menu--square{border-radius:0}.q-menu--dark{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-option-group--inline>div{display:inline-block}.q-pagination input{text-align:center;-moz-appearance:textfield}.q-pagination input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.q-pagination input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.q-pagination__content{--q-pagination-gutter-parent:-2px;--q-pagination-gutter-child:2px;margin-top:var(--q-pagination-gutter-parent);margin-left:var(--q-pagination-gutter-parent)}.q-pagination__content>.q-btn,.q-pagination__content>.q-input,.q-pagination__middle>.q-btn{margin-top:var(--q-pagination-gutter-child);margin-left:var(--q-pagination-gutter-child)}.q-parallax{border-radius:inherit;width:100%;position:relative;overflow:hidden}.q-parallax__media>img,.q-parallax__media>video{will-change:transform;min-width:100%;min-height:100%;display:none;position:absolute;bottom:0;left:50%}.q-popup-edit{padding:8px 16px}.q-popup-edit__buttons{margin-top:8px}.q-popup-edit__buttons .q-btn+.q-btn{margin-left:8px}.q-pull-to-refresh{position:relative}.q-pull-to-refresh__puller{width:40px;height:40px;color:var(--q-primary);background:#fff;border-radius:50%;box-shadow:0 0 4px #0000004d}.q-pull-to-refresh__puller--animating{transition:transform .3s,opacity .3s}.q-radio{vertical-align:middle}.q-radio__native{width:1px;height:1px}.q-radio__bg,.q-radio__icon-container{-webkit-user-select:none;user-select:none}.q-radio__bg{-webkit-print-color-adjust:exact;width:50%;height:50%;top:25%;left:25%}.q-radio__bg path{fill:currentColor}.q-radio__icon{color:currentColor;font-size:.5em}.q-radio__check{transform-origin:50%;transition:transform .22s cubic-bezier(0,0,.2,1);transform:scale(0)}.q-radio__inner{color:#0000008a;border-radius:50%;outline:0;width:1em;min-width:1em;height:1em;font-size:40px}.q-radio__inner--truthy{color:var(--q-primary)}.q-radio__inner--truthy .q-radio__check{transform:scale(1)}.q-radio.disabled{opacity:.75!important}.q-radio--dark .q-radio__inner{color:#ffffffb3}.q-radio--dark .q-radio__inner:before{opacity:.32!important}.q-radio--dark .q-radio__inner--truthy{color:var(--q-primary)}.q-radio--dense .q-radio__inner{width:.5em;min-width:.5em;height:.5em}.q-radio--dense .q-radio__bg{width:100%;height:100%;top:0;left:0}.q-radio--dense .q-radio__label{padding-left:.5em}.q-radio--dense.reverse .q-radio__label{padding-left:0;padding-right:.5em}body.desktop .q-radio:not(.disabled) .q-radio__inner:before{content:"";opacity:.12;background:currentColor;border-radius:50%;transition:transform .22s cubic-bezier(0,0,.2,1);position:absolute;inset:0;transform:scale(0)}body.desktop .q-radio:not(.disabled):focus .q-radio__inner:before,body.desktop .q-radio:not(.disabled):hover .q-radio__inner:before{transform:scale(1)}body.desktop .q-radio--dense:not(.disabled):focus .q-radio__inner:before,body.desktop .q-radio--dense:not(.disabled):hover .q-radio__inner:before{transform:scale(1.5)}.q-rating{color:#ffeb3b;vertical-align:middle}.q-rating__icon-container{outline:0;height:1em}.q-rating__icon-container+.q-rating__icon-container{margin-left:2px}[dir=rtl] .q-rating__icon-container+.q-rating__icon-container{margin-left:0;margin-right:2px}.q-rating__icon{color:currentColor;text-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;opacity:.4;transition:transform .2s ease-in,opacity .2s ease-in,color .2s ease-in;position:relative}.q-rating__icon--hovered{transform:scale(1.3)}.q-rating__icon--active{opacity:1}.q-rating__icon--exselected{opacity:.7}.q-rating--no-dimming .q-rating__icon{opacity:1}.q-rating--editable .q-rating__icon-container{cursor:pointer}.q-responsive{max-width:100%;max-height:100%;position:relative}.q-responsive__filler{width:inherit;max-width:inherit;height:inherit;max-height:inherit}.q-responsive__content{border-radius:inherit}.q-responsive__content>*{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.q-scrollarea{contain:strict;position:relative}.q-scrollarea__bar,.q-scrollarea__thumb{opacity:.2;will-change:opacity;cursor:grab;transition:opacity .3s}.q-scrollarea__bar--v,.q-scrollarea__thumb--v{width:10px;right:0}.q-scrollarea__bar--h,.q-scrollarea__thumb--h{height:10px;bottom:0}.q-scrollarea__bar--invisible,.q-scrollarea__thumb--invisible{pointer-events:none;opacity:0!important}.q-scrollarea__thumb{background:#000;border-radius:3px}.q-scrollarea__thumb:hover{opacity:.3}.q-scrollarea__thumb:active{opacity:.5}.q-scrollarea__content{min-width:100%;min-height:100%}.q-scrollarea--dark .q-scrollarea__thumb{background:#fff}.q-select--without-input .q-field__control{cursor:pointer}.q-select--with-input .q-field__control{cursor:text}.q-select .q-field__input{cursor:text;min-width:50px!important}.q-select .q-field__input--padding{padding-left:4px}.q-select__focus-target,.q-select__autocomplete-input{opacity:0;border:0;width:1px;height:1px;padding:0;position:absolute;outline:0!important}.q-select__dropdown-icon{cursor:pointer;transition:transform .28s}.q-select.q-field--readonly .q-field__control,.q-select.q-field--readonly .q-select__dropdown-icon{cursor:default}.q-select__dialog{background:#fff;flex-direction:column;display:flex;width:90vw!important;max-width:90vw!important;max-height:calc(100vh - 70px)!important}.q-select__dialog>.scroll{background:inherit;position:relative}body.mobile:not(.native-mobile) .q-select__dialog{max-height:calc(100vh - 108px)!important}body.platform-android.native-mobile .q-dialog__inner--top .q-select__dialog{max-height:calc(100vh - 24px)!important}body.platform-android:not(.native-mobile) .q-dialog__inner--top .q-select__dialog{max-height:calc(100vh - 80px)!important}body.platform-ios.native-mobile .q-dialog__inner--top>div{border-radius:4px}body.platform-ios.native-mobile .q-dialog__inner--top .q-select__dialog--focused{max-height:47vh!important}body.platform-ios:not(.native-mobile) .q-dialog__inner--top .q-select__dialog--focused{max-height:50vh!important}.q-separator{background:#0000001f;border:0;flex-shrink:0;margin:0;transition:background .3s,opacity .3s}.q-separator--dark{background:#ffffff47}.q-separator--horizontal{height:1px;display:block}.q-separator--horizontal-inset{margin-left:16px;margin-right:16px}.q-separator--horizontal-item-inset{margin-left:72px;margin-right:0}.q-separator--horizontal-item-thumbnail-inset{margin-left:116px;margin-right:0}.q-separator--vertical{align-self:stretch;width:1px;height:auto}.q-separator--vertical-inset{margin-top:8px;margin-bottom:8px}.q-skeleton{--q-skeleton-speed:1.5s;box-sizing:border-box;background:#0000001f;border-radius:4px}.q-skeleton--anim{cursor:wait}.q-skeleton:before{content:" "}.q-skeleton--type-text{transform:scaleY(.5)}.q-skeleton--type-circle,.q-skeleton--type-QAvatar{border-radius:50%;width:48px;height:48px}.q-skeleton--type-QBtn{width:90px;height:36px}.q-skeleton--type-QBadge{width:70px;height:16px}.q-skeleton--type-QChip{border-radius:16px;width:90px;height:28px}.q-skeleton--type-QToolbar{height:50px}.q-skeleton--type-QCheckbox,.q-skeleton--type-QRadio{border-radius:50%;width:40px;height:40px}.q-skeleton--type-QToggle{border-radius:7px;width:56px;height:40px}.q-skeleton--type-QSlider,.q-skeleton--type-QRange{height:40px}.q-skeleton--type-QInput{height:56px}.q-skeleton--bordered{border:1px solid #0000000d}.q-skeleton--square{border-radius:0}.q-skeleton--anim-fade{animation:q-skeleton--fade var(--q-skeleton-speed) linear .5s infinite}.q-skeleton--anim-pulse{animation:q-skeleton--pulse var(--q-skeleton-speed) ease-in-out .5s infinite}.q-skeleton--anim-pulse-x{animation:q-skeleton--pulse-x var(--q-skeleton-speed) ease-in-out .5s infinite}.q-skeleton--anim-pulse-y{animation:q-skeleton--pulse-y var(--q-skeleton-speed) ease-in-out .5s infinite}.q-skeleton--anim-wave,.q-skeleton--anim-blink,.q-skeleton--anim-pop{z-index:1;position:relative;overflow:hidden}.q-skeleton--anim-wave:after,.q-skeleton--anim-blink:after,.q-skeleton--anim-pop:after{content:"";z-index:0;position:absolute;inset:0}.q-skeleton--anim-blink:after{animation:q-skeleton--fade var(--q-skeleton-speed) linear .5s infinite;background:#ffffffb3}.q-skeleton--anim-wave:after{animation:q-skeleton--wave var(--q-skeleton-speed) linear .5s infinite;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0)}.q-skeleton--dark{background:#ffffff0d}.q-skeleton--dark.q-skeleton--bordered{border:1px solid #ffffff40}.q-skeleton--dark.q-skeleton--anim-wave:after{background:linear-gradient(90deg,#fff0,#ffffff1a,#fff0)}.q-skeleton--dark.q-skeleton--anim-blink:after{background:#fff3}@keyframes q-skeleton--fade{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes q-skeleton--pulse{0%{transform:scale(1)}50%{transform:scale(.85)}to{transform:scale(1)}}@keyframes q-skeleton--pulse-x{0%{transform:scaleX(1)}50%{transform:scaleX(.75)}to{transform:scaleX(1)}}@keyframes q-skeleton--pulse-y{0%{transform:scaleY(1)}50%{transform:scaleY(.75)}to{transform:scaleY(1)}}@keyframes q-skeleton--wave{0%{transform:translate(-100%)}to{transform:translate(100%)}}.q-slide-item{background:#fff;position:relative}.q-slide-item__left,.q-slide-item__right,.q-slide-item__top,.q-slide-item__bottom{visibility:hidden;color:#fff;font-size:14px}.q-slide-item__left .q-icon,.q-slide-item__right .q-icon,.q-slide-item__top .q-icon,.q-slide-item__bottom .q-icon{font-size:1.714em}.q-slide-item__left{background:#4caf50;padding:8px 16px}.q-slide-item__left>div{transform-origin:0}.q-slide-item__right{background:#ff9800;padding:8px 16px}.q-slide-item__right>div{transform-origin:100%}.q-slide-item__top{background:#2196f3;padding:16px 8px}.q-slide-item__top>div{transform-origin:top}.q-slide-item__bottom{background:#9c27b0;padding:16px 8px}.q-slide-item__bottom>div{transform-origin:bottom}.q-slide-item__content{background:inherit;-webkit-user-select:none;user-select:none;cursor:pointer;transition:transform .2s ease-in}.q-slider{position:relative}.q-slider--h{width:100%}.q-slider--v{height:200px}.q-slider--editable .q-slider__track-container{cursor:grab}.q-slider__track-container{outline:0}.q-slider__track-container--h{width:100%;padding:12px 0}.q-slider__track-container--h .q-slider__selection{will-change:width, left}.q-slider__track-container--v{height:100%;padding:0 12px}.q-slider__track-container--v .q-slider__selection{will-change:height, top}.q-slider__track{color:var(--q-primary);width:inherit;height:inherit;background:#0000001a;border-radius:4px}.q-slider__inner{border-radius:inherit;background:#0000001a;width:100%;height:100%}.q-slider__selection{border-radius:inherit;background:currentColor;width:100%;height:100%}.q-slider__markers{color:#0000004d;border-radius:inherit;width:100%;height:100%}.q-slider__markers:after{content:"";background:currentColor;position:absolute}.q-slider__markers--h{background-image:repeating-linear-gradient(90deg,currentColor,currentColor 2px,#fff0 0,#fff0)}.q-slider__markers--h:after{width:2px;height:100%;top:0;right:0}.q-slider__markers--v{background-image:repeating-linear-gradient(currentColor,currentColor 2px,#fff0 0,#fff0)}.q-slider__markers--v:after{width:100%;height:2px;bottom:0;left:0}.q-slider__marker-labels-container{width:100%;min-width:24px;height:100%;min-height:24px;position:relative}.q-slider__marker-labels{position:absolute}.q-slider__marker-labels--h-standard{top:0}.q-slider__marker-labels--h-switched{bottom:0}.q-slider__marker-labels--h-ltr{transform:translate(-50%)}.q-slider__marker-labels--h-rtl{transform:translate(50%)}.q-slider__marker-labels--v-standard{left:4px}.q-slider__marker-labels--v-switched{right:4px}.q-slider__marker-labels--v-ltr{transform:translateY(-50%)}.q-slider__marker-labels--v-rtl{transform:translateY(50%)}.q-slider__thumb{z-index:1;color:var(--q-primary);outline:0;transition:transform .18s ease-out,fill .18s ease-out,stroke .18s ease-out}.q-slider__thumb.q-slider--focus{opacity:1!important}.q-slider__thumb--h{will-change:left;top:50%}.q-slider__thumb--h-ltr{transform:scale(1)translate(-50%,-50%)}.q-slider__thumb--h-rtl{transform:scale(1)translate(50%,-50%)}.q-slider__thumb--v{will-change:top;left:50%}.q-slider__thumb--v-ltr{transform:scale(1)translate(-50%,-50%)}.q-slider__thumb--v-rtl{transform:scale(1)translate(-50%,50%)}.q-slider__thumb-shape{stroke-width:3.5px;stroke:currentColor;transition:transform .28s;top:0;left:0}.q-slider__thumb-shape path{stroke:currentColor;fill:currentColor}.q-slider__focus-ring{opacity:0;border-radius:50%;transition:transform .26667s ease-out .14s,opacity .26667s ease-out .14s,background-color .26667s ease-out .14s}.q-slider__pin{opacity:0;white-space:nowrap;transition:opacity .28s ease-out .14s}.q-slider__pin:before{content:"";width:0;height:0;position:absolute}.q-slider__pin--h:before{border-left:6px solid #0000;border-right:6px solid #0000;left:50%;transform:translate(-50%)}.q-slider__pin--h-standard{bottom:100%}.q-slider__pin--h-standard:before{border-top:6px solid;bottom:2px}.q-slider__pin--h-switched{top:100%}.q-slider__pin--h-switched:before{border-bottom:6px solid;top:2px}.q-slider__pin--v{top:0}.q-slider__pin--v:before{border-top:6px solid #0000;border-bottom:6px solid #0000;top:50%;transform:translateY(-50%)}.q-slider__pin--v-standard{left:100%}.q-slider__pin--v-standard:before{border-right:6px solid;left:2px}.q-slider__pin--v-switched{right:100%}.q-slider__pin--v-switched:before{border-left:6px solid;right:2px}.q-slider__label{z-index:1;white-space:nowrap;position:absolute}.q-slider__label--h{left:50%;transform:translate(-50%)}.q-slider__label--h-standard{bottom:7px}.q-slider__label--h-switched{top:7px}.q-slider__label--v{top:50%;transform:translateY(-50%)}.q-slider__label--v-standard{left:7px}.q-slider__label--v-switched{right:7px}.q-slider__text-container{text-align:center;background:currentColor;border-radius:4px;min-height:25px;padding:2px 8px;position:relative}.q-slider__text{color:#fff;font-size:12px}.q-slider--no-value .q-slider__thumb,.q-slider--no-value .q-slider__inner,.q-slider--no-value .q-slider__selection{opacity:0}.q-slider--focus .q-slider__focus-ring,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__focus-ring{opacity:.25;background:currentColor;transform:scale(1.55)}.q-slider--focus .q-slider__thumb,.q-slider--focus .q-slider__inner,.q-slider--focus .q-slider__selection,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__thumb,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__inner,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__selection{opacity:1}.q-slider--inactive .q-slider__thumb--h{transition:left .28s,right .28s}.q-slider--inactive .q-slider__thumb--v{transition:top .28s,bottom .28s}.q-slider--inactive .q-slider__selection{transition:width .28s,left .28s,right .28s,height .28s,top .28s,bottom .28s}.q-slider--inactive .q-slider__text-container{transition:transform .28s}.q-slider--active{cursor:grabbing}.q-slider--active .q-slider__thumb-shape{transform:scale(1.5)}.q-slider--active .q-slider__focus-ring,.q-slider--active.q-slider--label .q-slider__thumb-shape{transform:scale(0)!important}body.desktop .q-slider.q-slider--enabled .q-slider__track-container:hover .q-slider__pin,.q-slider--label.q-slider--active .q-slider__pin,.q-slider--label .q-slider--focus .q-slider__pin,.q-slider--label.q-slider--label-always .q-slider__pin{opacity:1}.q-slider--dark .q-slider__track,.q-slider--dark .q-slider__inner{background:#ffffff1a}.q-slider--dark .q-slider__markers{color:#ffffff4d}.q-slider--dense .q-slider__track-container--h{padding:6px 0}.q-slider--dense .q-slider__track-container--v{padding:0 6px}.q-space{flex-grow:1!important}.q-spinner{vertical-align:middle}.q-spinner-mat{transform-origin:50%;animation:2s linear infinite q-spin}.q-spinner-mat .path{stroke-dasharray:1 200;stroke-dashoffset:0;animation:1.5s ease-in-out infinite q-mat-dash}@keyframes q-spin{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(359deg)}}@keyframes q-mat-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}.q-splitter__panel{z-index:0;position:relative}.q-splitter__panel>.q-splitter{width:100%;height:100%}.q-splitter__separator{-webkit-user-select:none;user-select:none;z-index:1;background-color:#0000001f;position:relative}.q-splitter__separator-area>*{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.q-splitter--dark .q-splitter__separator{background-color:#ffffff47}.q-splitter--vertical>.q-splitter__panel{height:100%}.q-splitter--vertical.q-splitter--active{cursor:col-resize}.q-splitter--vertical>.q-splitter__separator{width:1px}.q-splitter--vertical>.q-splitter__separator>div{left:-6px;right:-6px}.q-splitter--vertical.q-splitter--workable>.q-splitter__separator{cursor:col-resize}.q-splitter--horizontal>.q-splitter__panel{width:100%}.q-splitter--horizontal.q-splitter--active{cursor:row-resize}.q-splitter--horizontal>.q-splitter__separator{height:1px}.q-splitter--horizontal>.q-splitter__separator>div{top:-6px;bottom:-6px}.q-splitter--horizontal.q-splitter--workable>.q-splitter__separator{cursor:row-resize}.q-splitter__before,.q-splitter__after{overflow:auto}.q-stepper{background:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-stepper__title{letter-spacing:.1px;font-size:14px;line-height:1.28571}.q-stepper__caption{font-size:12px;line-height:1.16667}.q-stepper__dot{contain:layout;background:currentColor;border-radius:50%;width:24px;min-width:24px;height:24px;margin-right:8px;font-size:14px}.q-stepper__dot span{color:#fff}.q-stepper__tab{color:#9e9e9e;flex-direction:row;padding:8px 24px;font-size:14px}.q-stepper--dark{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-stepper--dark .q-stepper__dot span{color:#000}.q-stepper__tab--navigation{-webkit-user-select:none;user-select:none;cursor:pointer}.q-stepper__tab--active,.q-stepper__tab--done{color:var(--q-primary)}.q-stepper__tab--active .q-stepper__dot,.q-stepper__tab--active .q-stepper__label,.q-stepper__tab--done .q-stepper__dot,.q-stepper__tab--done .q-stepper__label{text-shadow:0 0}.q-stepper__tab--disabled .q-stepper__dot{background:#00000038}.q-stepper__tab--disabled .q-stepper__label{color:#00000052}.q-stepper__tab--error{color:var(--q-negative)}.q-stepper__tab--error-with-icon .q-stepper__dot{background:0 0!important}.q-stepper__tab--error-with-icon .q-stepper__dot span{color:currentColor;font-size:24px}.q-stepper__header{border-top-left-radius:inherit;border-top-right-radius:inherit}.q-stepper__header--border{border-bottom:1px solid #0000001f}.q-stepper__header--standard-labels .q-stepper__tab{justify-content:center;min-height:72px}.q-stepper__header--standard-labels .q-stepper__tab:first-child{justify-content:flex-start}.q-stepper__header--standard-labels .q-stepper__tab:last-child{justify-content:flex-end}.q-stepper__header--standard-labels .q-stepper__tab:only-child{justify-content:center}.q-stepper__header--standard-labels .q-stepper__dot:after{display:none}.q-stepper__header--alternative-labels .q-stepper__tab{flex-direction:column;justify-content:flex-start;min-height:104px;padding:24px 32px}.q-stepper__header--alternative-labels .q-stepper__dot{margin-right:0}.q-stepper__header--alternative-labels .q-stepper__label{text-align:center;margin-top:8px}.q-stepper__header--alternative-labels .q-stepper__label:before,.q-stepper__header--alternative-labels .q-stepper__label:after{display:none}.q-stepper__header--contracted,.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab{min-height:72px}.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:first-child{align-items:flex-start}.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:last-child{align-items:flex-end}.q-stepper__header--contracted .q-stepper__tab{padding:24px 0}.q-stepper__header--contracted .q-stepper__tab:first-child .q-stepper__dot{transform:translate(24px)}.q-stepper__header--contracted .q-stepper__tab:last-child .q-stepper__dot{transform:translate(-24px)}.q-stepper__header--contracted .q-stepper__tab:not(:last-child) .q-stepper__dot:after{display:block!important}.q-stepper__header--contracted .q-stepper__dot{margin:0}.q-stepper__header--contracted .q-stepper__label{display:none}.q-stepper__nav{padding-top:24px}.q-stepper--flat{box-shadow:none}.q-stepper--bordered{border:1px solid #0000001f}.q-stepper--horizontal .q-stepper__step-inner{padding:24px}.q-stepper--horizontal .q-stepper__tab:first-child{border-top-left-radius:inherit}.q-stepper--horizontal .q-stepper__tab:last-child{border-top-right-radius:inherit}.q-stepper--horizontal .q-stepper__tab:first-child .q-stepper__dot:before,.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__label:after,.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__dot:after{display:none}.q-stepper--horizontal .q-stepper__tab{overflow:hidden}.q-stepper--horizontal .q-stepper__line{contain:layout}.q-stepper--horizontal .q-stepper__line:before,.q-stepper--horizontal .q-stepper__line:after{background:#0000001f;width:100vw;height:1px;position:absolute;top:50%}.q-stepper--horizontal .q-stepper__label:after,.q-stepper--horizontal .q-stepper__dot:after{content:"";margin-left:8px;left:100%}.q-stepper--horizontal .q-stepper__dot:before{content:"";margin-right:8px;right:100%}.q-stepper--horizontal>.q-stepper__nav{padding:0 24px 24px}.q-stepper--vertical{padding:16px 0}.q-stepper--vertical .q-stepper__tab{padding:12px 24px}.q-stepper--vertical .q-stepper__title{line-height:18px}.q-stepper--vertical .q-stepper__step-inner{padding:0 24px 32px 60px}.q-stepper--vertical>.q-stepper__nav{padding:24px 24px 0}.q-stepper--vertical .q-stepper__step{overflow:hidden}.q-stepper--vertical .q-stepper__dot{margin-right:12px}.q-stepper--vertical .q-stepper__dot:before,.q-stepper--vertical .q-stepper__dot:after{content:"";background:#0000001f;width:1px;height:99999px;position:absolute;left:50%}.q-stepper--vertical .q-stepper__dot:before{margin-bottom:8px;bottom:100%}.q-stepper--vertical .q-stepper__dot:after{margin-top:8px;top:100%}.q-stepper--vertical .q-stepper__step:first-child .q-stepper__dot:before,.q-stepper--vertical .q-stepper__step:last-child .q-stepper__dot:after{display:none}.q-stepper--vertical .q-stepper__step:last-child .q-stepper__step-inner{padding-bottom:8px}.q-stepper--dark.q-stepper--bordered,.q-stepper--dark .q-stepper__header--border{border-color:#ffffff47}.q-stepper--dark.q-stepper--horizontal .q-stepper__line:before,.q-stepper--dark.q-stepper--horizontal .q-stepper__line:after,.q-stepper--dark.q-stepper--vertical .q-stepper__dot:before,.q-stepper--dark.q-stepper--vertical .q-stepper__dot:after{background:#ffffff47}.q-stepper--dark .q-stepper__tab--disabled{color:#ffffff47}.q-stepper--dark .q-stepper__tab--disabled .q-stepper__dot{background:#ffffff47}.q-stepper--dark .q-stepper__tab--disabled .q-stepper__label{color:#ffffff8a}.q-tab-panels{background:#fff}.q-tab-panel{padding:16px}.q-markup-table{background:#fff;overflow:auto}.q-table{border-collapse:separate;border-spacing:0;width:100%;max-width:100%}.q-table thead tr,.q-table tbody td{height:48px}.q-table th{-webkit-user-select:none;user-select:none;font-size:12px;font-weight:500}.q-table th.sortable{cursor:pointer}.q-table th.sortable:hover .q-table__sort-icon{opacity:.64}.q-table th.sorted .q-table__sort-icon{opacity:.86!important}.q-table th.sort-desc .q-table__sort-icon{transform:rotate(180deg)}.q-table th,.q-table td{background-color:inherit;padding:7px 16px}.q-table thead,.q-table td,.q-table th{border-style:solid;border-width:0}.q-table tbody td{font-size:13px}.q-table__card{color:#000;background-color:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-table__card .q-table__middle{flex:auto}.q-table__card .q-table__top,.q-table__card .q-table__bottom{flex:none}.q-table__container{position:relative}.q-table__container>div:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.q-table__container>div:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.q-table__container>.q-inner-loading{border-radius:inherit!important}.q-table__top{padding:12px 16px}.q-table__top .q-table__control{flex-wrap:wrap}.q-table__title{letter-spacing:.005em;font-size:20px;font-weight:400}.q-table__separator{min-width:8px!important}.q-table__progress{height:0!important}.q-table__progress th{border:0!important;padding:0!important}.q-table__progress .q-linear-progress{position:absolute;bottom:0}.q-table__middle{max-width:100%}.q-table__bottom{min-height:50px;padding:4px 14px 4px 16px;font-size:12px}.q-table__bottom .q-table__control{min-height:24px}.q-table__bottom-nodata-icon{margin-right:8px;font-size:200%}.q-table__bottom-item{margin-right:16px}.q-table__control{align-items:center;display:flex}.q-table__sort-icon{opacity:0;font-size:120%;transition:transform .3s cubic-bezier(.25,.8,.5,1)}.q-table__sort-icon--left,.q-table__sort-icon--center{margin-left:4px}.q-table__sort-icon--right{margin-right:4px}.q-table--col-auto-width{width:1px}.q-table__card--dark,.q-table--dark{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-table--flat{box-shadow:none}.q-table--bordered{border:1px solid #0000001f}.q-table--square{border-radius:0}.q-table__linear-progress{height:2px}.q-table--no-wrap th,.q-table--no-wrap td{white-space:nowrap}.q-table--grid{box-shadow:none;border-radius:4px}.q-table--grid .q-table__top{padding-bottom:4px}.q-table--grid .q-table__middle{min-height:2px;margin-bottom:4px}.q-table--grid .q-table__middle thead,.q-table--grid .q-table__middle thead th{border:0!important}.q-table--grid .q-table__linear-progress{bottom:0}.q-table--grid .q-table__bottom{border-top:0}.q-table--grid .q-table__grid-content{flex:auto}.q-table--grid.fullscreen{background:inherit}.q-table__grid-item-card{vertical-align:top;padding:12px}.q-table__grid-item-card .q-separator{margin:12px 0}.q-table__grid-item-row+.q-table__grid-item-row{margin-top:8px}.q-table__grid-item-title{opacity:.54;font-size:12px;font-weight:500}.q-table__grid-item-value{font-size:13px}.q-table__grid-item{padding:4px;transition:transform .3s cubic-bezier(.25,.8,.5,1)}.q-table__grid-item--selected{transform:scale(.95)}.q-table--horizontal-separator thead th,.q-table--horizontal-separator tbody tr:not(:last-child)>td,.q-table--cell-separator thead th,.q-table--cell-separator tbody tr:not(:last-child)>td{border-bottom-width:1px}.q-table--vertical-separator td,.q-table--vertical-separator th,.q-table--cell-separator td,.q-table--cell-separator th{border-left-width:1px}.q-table--vertical-separator thead tr:last-child th,.q-table--vertical-separator.q-table--loading tr:nth-last-child(2) th,.q-table--cell-separator thead tr:last-child th,.q-table--cell-separator.q-table--loading tr:nth-last-child(2) th{border-bottom-width:1px}.q-table--vertical-separator td:first-child,.q-table--vertical-separator th:first-child,.q-table--cell-separator td:first-child,.q-table--cell-separator th:first-child{border-left:0}.q-table--vertical-separator .q-table__top,.q-table--cell-separator .q-table__top{border-bottom:1px solid #0000001f}.q-table--dense .q-table__top{padding:6px 16px}.q-table--dense .q-table__bottom{min-height:33px}.q-table--dense .q-table__sort-icon{font-size:110%}.q-table--dense .q-table th,.q-table--dense .q-table td{padding:4px 8px}.q-table--dense .q-table thead tr,.q-table--dense .q-table tbody tr,.q-table--dense .q-table tbody td{height:28px}.q-table--dense .q-table th:first-child,.q-table--dense .q-table td:first-child{padding-left:16px}.q-table--dense .q-table th:last-child,.q-table--dense .q-table td:last-child{padding-right:16px}.q-table--dense .q-table__bottom-item{margin-right:8px}.q-table--dense .q-table__select .q-field__control,.q-table--dense .q-table__select .q-field__native{min-height:24px;padding:0}.q-table--dense .q-table__select .q-field__marginal{height:24px}.q-table__bottom:not(.q-table__bottom--nodata){border-top:1px solid #0000001f}.q-table thead,.q-table tr,.q-table th,.q-table td{border-color:#0000001f}.q-table tbody td{position:relative}.q-table tbody td:before,.q-table tbody td:after{pointer-events:none;position:absolute;inset:0}.q-table tbody td:before{background:#00000008}.q-table tbody td:after{background:#0000000f}.q-table tbody tr.selected td:after,body.desktop .q-table>tbody>tr:not(.q-tr--no-hover):hover>td:not(.q-td--no-hover):before{content:""}.q-table__card--dark,.q-table--dark,.q-table--dark .q-table__bottom,.q-table--dark thead,.q-table--dark tr,.q-table--dark th,.q-table--dark td{border-color:#ffffff47}.q-table--dark tbody td:before{background:#ffffff12}.q-table--dark tbody td:after{background:#ffffff1a}.q-table--dark.q-table--vertical-separator .q-table__top,.q-table--dark.q-table--cell-separator .q-table__top{border-color:#ffffff47}.q-tab{text-transform:uppercase;white-space:nowrap;min-height:48px;color:inherit;padding:0 16px;text-decoration:none;transition:color .3s,background-color .3s}.q-tab--full{min-height:72px}.q-tab--no-caps{text-transform:none}.q-tab__content{height:inherit;min-width:40px;padding:4px 0}.q-tab__content--inline .q-tab__icon+.q-tab__label{padding-left:8px}.q-tab__content .q-chip--floating{top:0;right:-16px}.q-tab__icon{width:24px;height:24px;font-size:24px}.q-tab__label{font-size:14px;font-weight:500;line-height:1.715em}.q-tab .q-badge{top:3px;right:-12px}.q-tab__alert,.q-tab__alert-icon{position:absolute}.q-tab__alert{background:currentColor;border-radius:50%;width:10px;height:10px;top:7px;right:-9px}.q-tab__alert-icon{font-size:18px;top:2px;right:-12px}.q-tab__indicator{opacity:0;background:currentColor;height:2px}.q-tab--active .q-tab__indicator{opacity:1;transform-origin:0}.q-tab--inactive{opacity:.85}.q-tabs{transition:color .3s,background-color .3s;position:relative}.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--horizontal{padding-left:36px;padding-right:36px}.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--vertical{padding-top:36px;padding-bottom:36px}.q-tabs--scrollable.q-tabs__arrows--outside .q-tabs__arrow--faded{opacity:.3;pointer-events:none}.q-tabs--scrollable.q-tabs__arrows--inside .q-tabs__arrow--faded{display:none}.q-tabs--not-scrollable.q-tabs__arrows--outside,body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows.q-tabs__arrows--outside{padding-left:0;padding-right:0}.q-tabs--not-scrollable .q-tabs__arrow,body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows .q-tabs__arrow{display:none}.q-tabs--not-scrollable .q-tabs__content,body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows .q-tabs__content{border-radius:inherit}.q-tabs__arrow{cursor:pointer;text-shadow:0 0 3px #fff,0 0 1px #fff,0 0 1px #000;min-width:36px;font-size:32px;transition:opacity .3s}.q-tabs__content{flex:auto;overflow:hidden}.q-tabs__content--align-center{justify-content:center}.q-tabs__content--align-right{justify-content:flex-end}.q-tabs__content--align-justify .q-tab{flex:auto}.q-tabs__offset{display:none}.q-tabs--horizontal .q-tabs__arrow{height:100%}.q-tabs--horizontal .q-tabs__arrow--left{top:0;bottom:0;left:0}.q-tabs--horizontal .q-tabs__arrow--right{top:0;bottom:0;right:0}.q-tabs--vertical,.q-tabs--vertical .q-tabs__content{height:100%;display:block!important}.q-tabs--vertical .q-tabs__arrow{text-align:center;width:100%;height:36px}.q-tabs--vertical .q-tabs__arrow--left{top:0;left:0;right:0}.q-tabs--vertical .q-tabs__arrow--right{bottom:0;left:0;right:0}.q-tabs--vertical .q-tab{padding:0 8px}.q-tabs--vertical .q-tab__indicator{height:unset;width:2px}.q-tabs--vertical.q-tabs--not-scrollable .q-tabs__content{height:100%}.q-tabs--vertical.q-tabs--dense .q-tab__content{min-width:24px}.q-tabs--dense .q-tab{min-height:36px}.q-tabs--dense .q-tab--full{min-height:52px}.q-time{background:#fff;border-radius:4px;outline:0;width:290px;min-width:290px;max-width:100%;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-time--bordered{border:1px solid #0000001f}.q-time__header{border-top-left-radius:inherit;color:#fff;background-color:var(--q-primary);padding:16px;font-weight:300}.q-time__actions{padding:0 16px 16px}.q-time__header-label{letter-spacing:-.00833em;font-size:28px;line-height:1}.q-time__header-label>div+div{margin-left:4px}.q-time__link{opacity:.56;outline:0;transition:opacity .3s ease-out}.q-time__link--active,.q-time__link:hover,.q-time__link:focus{opacity:1}.q-time__header-ampm{letter-spacing:.1em;font-size:16px}.q-time__content{padding:16px}.q-time__content:before{content:"";padding-bottom:100%;display:block}.q-time__container-parent{padding:16px}.q-time__container-child{background:#0000001f;border-radius:50%}.q-time__clock{width:100%;max-width:100%;height:100%;max-height:100%;padding:24px;font-size:14px}.q-time__clock-circle{position:relative}.q-time__clock-center{background:currentColor;border-radius:50%;width:6px;height:6px;min-height:0;margin:auto}.q-time__clock-pointer{transform-origin:0 0;width:2px;height:50%;min-height:0;color:var(--q-primary);background:currentColor;position:absolute;bottom:0;left:50%;right:0;transform:translate(-50%)}.q-time__clock-pointer:before,.q-time__clock-pointer:after{content:"";background:currentColor;border-radius:50%;position:absolute;left:50%;transform:translate(-50%)}.q-time__clock-pointer:before{width:8px;height:8px;bottom:-4px}.q-time__clock-pointer:after{width:6px;height:6px;top:-3px}.q-time__clock-position{border-radius:50%;width:32px;height:32px;min-height:32px;margin:0;padding:0;font-size:12px;line-height:32px;position:absolute;transform:translate(-50%,-50%)}.q-time__clock-position--disable{opacity:.4}.q-time__clock-position--active{background-color:var(--q-primary);color:#fff}.q-time__clock-pos-0{top:0%;left:50%}.q-time__clock-pos-1{top:6.7%;left:75%}.q-time__clock-pos-2{top:25%;left:93.3%}.q-time__clock-pos-3{top:50%;left:100%}.q-time__clock-pos-4{top:75%;left:93.3%}.q-time__clock-pos-5{top:93.3%;left:75%}.q-time__clock-pos-6{top:100%;left:50%}.q-time__clock-pos-7{top:93.3%;left:25%}.q-time__clock-pos-8{top:75%;left:6.7%}.q-time__clock-pos-9{top:50%;left:0%}.q-time__clock-pos-10{top:25%;left:6.7%}.q-time__clock-pos-11{top:6.7%;left:25%}.q-time__clock-pos-12{top:15%;left:50%}.q-time__clock-pos-13{top:19.69%;left:67.5%}.q-time__clock-pos-14{top:32.5%;left:80.31%}.q-time__clock-pos-15{top:50%;left:85%}.q-time__clock-pos-16{top:67.5%;left:80.31%}.q-time__clock-pos-17{top:80.31%;left:67.5%}.q-time__clock-pos-18{top:85%;left:50%}.q-time__clock-pos-19{top:80.31%;left:32.5%}.q-time__clock-pos-20{top:67.5%;left:19.69%}.q-time__clock-pos-21{top:50%;left:15%}.q-time__clock-pos-22{top:32.5%;left:19.69%}.q-time__clock-pos-23{top:19.69%;left:32.5%}.q-time__now-button{background-color:var(--q-primary);color:#fff;top:12px;right:12px}.q-time.disabled .q-time__header-ampm,.q-time.disabled .q-time__content,.q-time--readonly .q-time__header-ampm,.q-time--readonly .q-time__content{pointer-events:none}.q-time--portrait{flex-direction:column;display:inline-flex}.q-time--portrait .q-time__header{border-top-right-radius:inherit;min-height:86px}.q-time--portrait .q-time__header-ampm{margin-left:12px}.q-time--portrait.q-time--bordered .q-time__content{margin:1px 0}.q-time--landscape{align-items:stretch;min-width:420px;display:inline-flex}.q-time--landscape>div{flex-direction:column;justify-content:center;display:flex}.q-time--landscape .q-time__header{border-bottom-left-radius:inherit;min-width:156px}.q-time--landscape .q-time__header-ampm{margin-top:12px}.q-time--dark{border-color:#ffffff47;box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-timeline{width:100%;padding:0;list-style:none}.q-timeline h6{line-height:inherit}.q-timeline--dark{color:#fff}.q-timeline--dark .q-timeline__subtitle{opacity:.7}.q-timeline__content{padding-bottom:24px}.q-timeline__title{margin-top:0;margin-bottom:16px}.q-timeline__subtitle{opacity:.6;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:12px;font-weight:700}.q-timeline__dot{width:15px;position:absolute;top:0;bottom:0}.q-timeline__dot:before,.q-timeline__dot:after{content:"";background:currentColor;display:block;position:absolute}.q-timeline__dot:before{border:3px solid #0000;border-radius:100%;width:15px;height:15px;transition:background .3s ease-in-out,border .3s ease-in-out;top:4px;left:0}.q-timeline__dot:after{opacity:.4;width:3px;top:24px;bottom:0;left:6px}.q-timeline__dot .q-icon{color:#fff;width:100%;height:38px;font-size:16px;line-height:38px;position:absolute;top:0;left:0;right:0}.q-timeline__dot .q-icon>svg,.q-timeline__dot .q-icon>img{width:1em;height:1em}.q-timeline__dot-img{background:currentColor;border-radius:50%;width:31px;height:31px;position:absolute;top:4px;left:0;right:0}.q-timeline__heading{position:relative}.q-timeline__heading:first-child .q-timeline__heading-title{padding-top:0}.q-timeline__heading:last-child .q-timeline__heading-title{padding-bottom:0}.q-timeline__heading-title{margin:0;padding:32px 0}.q-timeline__entry{line-height:22px;position:relative}.q-timeline__entry:last-child{padding-bottom:0!important}.q-timeline__entry:last-child .q-timeline__dot:after{content:none}.q-timeline__entry--icon .q-timeline__dot{width:31px}.q-timeline__entry--icon .q-timeline__dot:before{width:31px;height:31px}.q-timeline__entry--icon .q-timeline__dot:after{top:41px;left:14px}.q-timeline__entry--icon .q-timeline__subtitle{padding-top:8px}.q-timeline--dense--right .q-timeline__entry{padding-left:40px}.q-timeline--dense--right .q-timeline__entry--icon .q-timeline__dot{left:-8px}.q-timeline--dense--right .q-timeline__dot{left:0}.q-timeline--dense--left .q-timeline__heading{text-align:right}.q-timeline--dense--left .q-timeline__entry{padding-right:40px}.q-timeline--dense--left .q-timeline__entry--icon .q-timeline__dot{right:-8px}.q-timeline--dense--left .q-timeline__content,.q-timeline--dense--left .q-timeline__title,.q-timeline--dense--left .q-timeline__subtitle{text-align:right}.q-timeline--dense--left .q-timeline__dot{right:0}.q-timeline--comfortable{display:table}.q-timeline--comfortable .q-timeline__heading{font-size:200%;display:table-row}.q-timeline--comfortable .q-timeline__heading>div{display:table-cell}.q-timeline--comfortable .q-timeline__entry{padding:0;display:table-row}.q-timeline--comfortable .q-timeline__entry--icon .q-timeline__content{padding-top:8px}.q-timeline--comfortable .q-timeline__subtitle,.q-timeline--comfortable .q-timeline__dot,.q-timeline--comfortable .q-timeline__content{vertical-align:top;display:table-cell}.q-timeline--comfortable .q-timeline__subtitle{width:35%}.q-timeline--comfortable .q-timeline__dot{min-width:31px;position:relative}.q-timeline--comfortable--right .q-timeline__heading .q-timeline__heading-title{margin-left:-50px}.q-timeline--comfortable--right .q-timeline__subtitle{text-align:right;padding-right:30px}.q-timeline--comfortable--right .q-timeline__content{padding-left:30px}.q-timeline--comfortable--right .q-timeline__entry--icon .q-timeline__dot{left:-8px}.q-timeline--comfortable--left .q-timeline__heading{text-align:right}.q-timeline--comfortable--left .q-timeline__heading .q-timeline__heading-title{margin-right:-50px}.q-timeline--comfortable--left .q-timeline__subtitle{padding-left:30px}.q-timeline--comfortable--left .q-timeline__content{padding-right:30px}.q-timeline--comfortable--left .q-timeline__content,.q-timeline--comfortable--left .q-timeline__title{text-align:right}.q-timeline--comfortable--left .q-timeline__entry--icon .q-timeline__dot{right:0}.q-timeline--comfortable--left .q-timeline__dot{right:-8px}.q-timeline--loose .q-timeline__heading-title{text-align:center;margin-left:0}.q-timeline--loose .q-timeline__entry,.q-timeline--loose .q-timeline__subtitle,.q-timeline--loose .q-timeline__dot,.q-timeline--loose .q-timeline__content{margin:0;padding:0;display:block}.q-timeline--loose .q-timeline__dot{margin-left:-7.15px;position:absolute;left:50%}.q-timeline--loose .q-timeline__entry{padding-bottom:24px;overflow:hidden}.q-timeline--loose .q-timeline__entry--icon .q-timeline__dot{margin-left:-15px}.q-timeline--loose .q-timeline__entry--icon .q-timeline__subtitle{line-height:38px}.q-timeline--loose .q-timeline__entry--icon .q-timeline__content{padding-top:8px}.q-timeline--loose .q-timeline__entry--left .q-timeline__content,.q-timeline--loose .q-timeline__entry--right .q-timeline__subtitle{float:left;text-align:right;padding-right:30px}.q-timeline--loose .q-timeline__entry--left .q-timeline__subtitle,.q-timeline--loose .q-timeline__entry--right .q-timeline__content{float:right;text-align:left;padding-left:30px}.q-timeline--loose .q-timeline__subtitle,.q-timeline--loose .q-timeline__content{width:50%}.q-toggle{vertical-align:middle}.q-toggle__native{width:1px;height:1px}.q-toggle__track{opacity:.38;background:currentColor;border-radius:.175em;height:.35em}.q-toggle__thumb{-webkit-user-select:none;user-select:none;z-index:0;width:.5em;height:.5em;transition:left .22s cubic-bezier(.4,0,.2,1);top:.25em;left:.25em}.q-toggle__thumb:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:0;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.q-toggle__thumb .q-icon{color:#000;opacity:.54;z-index:1;min-width:1em;font-size:.3em}.q-toggle__inner{-webkit-print-color-adjust:exact;width:1.4em;min-width:1.4em;height:1em;padding:.325em .3em;font-size:40px}.q-toggle__inner--indet .q-toggle__thumb{left:.45em}.q-toggle__inner--truthy{color:var(--q-primary)}.q-toggle__inner--truthy .q-toggle__track{opacity:.54}.q-toggle__inner--truthy .q-toggle__thumb{left:.65em}.q-toggle__inner--truthy .q-toggle__thumb:after{background-color:currentColor}.q-toggle__inner--truthy .q-toggle__thumb .q-icon{color:#fff;opacity:1}.q-toggle.disabled{opacity:.75!important}.q-toggle--dark .q-toggle__inner{color:#fff}.q-toggle--dark .q-toggle__inner--truthy{color:var(--q-primary)}.q-toggle--dark .q-toggle__thumb:after{box-shadow:none}.q-toggle--dark .q-toggle__thumb:before{opacity:.32!important}.q-toggle--dense .q-toggle__inner{width:.8em;min-width:.8em;height:.5em;padding:.07625em 0}.q-toggle--dense .q-toggle__thumb{top:0;left:0}.q-toggle--dense .q-toggle__inner--indet .q-toggle__thumb{left:.15em}.q-toggle--dense .q-toggle__inner--truthy .q-toggle__thumb{left:.3em}.q-toggle--dense .q-toggle__label{padding-left:.5em}.q-toggle--dense.reverse .q-toggle__label{padding-left:0;padding-right:.5em}body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before{content:"";opacity:.12;background:currentColor;border-radius:50%;transition:transform .22s cubic-bezier(0,0,.2,1);position:absolute;inset:0;transform:scale(0)}body.desktop .q-toggle:not(.disabled):focus .q-toggle__thumb:before,body.desktop .q-toggle:not(.disabled):hover .q-toggle__thumb:before{transform:scale(2)}body.desktop .q-toggle--dense:not(.disabled):focus .q-toggle__thumb:before,body.desktop .q-toggle--dense:not(.disabled):hover .q-toggle__thumb:before{transform:scale(1.5)}.q-toolbar{width:100%;min-height:50px;padding:0 12px;position:relative}.q-toolbar--inset{padding-left:58px}.q-toolbar .q-avatar{font-size:38px}.q-toolbar__title{letter-spacing:.01em;flex:1;min-width:1px;max-width:100%;padding:0 12px;font-size:21px;font-weight:400}.q-toolbar__title:first-child{padding-left:0}.q-toolbar__title:last-child{padding-right:0}.q-tooltip--style{color:#fafafa;text-transform:none;background:#757575;border-radius:4px;font-size:10px;font-weight:400}.q-tooltip{z-index:9000;max-width:95vw;max-height:65vh;padding:6px 10px;overflow:hidden auto;position:fixed!important}@media (width<=599.98px){.q-tooltip{padding:8px 16px;font-size:14px}}.q-tree{color:#9e9e9e;position:relative}.q-tree__node{padding:0 0 3px 22px}.q-tree__node:after{content:"";border-left:1px solid;width:2px;position:absolute;inset:-3px auto 0 -13px}.q-tree__node:last-child:after{display:none}.q-tree__node--disabled{pointer-events:none}.q-tree__node--disabled .disabled{opacity:1!important}.q-tree__node--disabled>div,.q-tree__node--disabled>i,.q-tree__node--disabled>.disabled{opacity:.6!important}.q-tree__node--disabled>div .q-tree__node--disabled>div,.q-tree__node--disabled>div .q-tree__node--disabled>i,.q-tree__node--disabled>div .q-tree__node--disabled>.disabled,.q-tree__node--disabled>i .q-tree__node--disabled>div,.q-tree__node--disabled>i .q-tree__node--disabled>i,.q-tree__node--disabled>i .q-tree__node--disabled>.disabled,.q-tree__node--disabled>.disabled .q-tree__node--disabled>div,.q-tree__node--disabled>.disabled .q-tree__node--disabled>i,.q-tree__node--disabled>.disabled .q-tree__node--disabled>.disabled{opacity:1!important}.q-tree__node-header:before{content:"";border-bottom:1px solid;border-left:1px solid;width:31px;position:absolute;top:-3px;bottom:50%;left:-35px}.q-tree__children{padding-left:25px}.q-tree__node-body{padding:5px 0 8px 5px}.q-tree__node--parent{padding-left:2px}.q-tree__node--parent>.q-tree__node-header:before{width:15px;left:-15px}.q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body{padding:5px 0 8px 27px}.q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body:after{content:"";border-left:1px solid;width:2px;height:100%;position:absolute;inset:0 auto 50px 12px}.q-tree__node--link{cursor:pointer}.q-tree__node-header{border-radius:4px;outline:0;margin-top:3px;padding:4px}.q-tree__node-header-content{color:#000;transition:color .3s}.q-tree__node--selected .q-tree__node-header-content{color:#9e9e9e}.q-tree__icon,.q-tree__node-header-content .q-icon{font-size:21px}.q-tree__img{border-radius:2px;height:42px}.q-tree__avatar,.q-tree__node-header-content .q-avatar{border-radius:50%;width:28px;height:28px;font-size:28px}.q-tree__arrow,.q-tree__spinner{margin-right:4px;font-size:16px}.q-tree__arrow{transition:transform .3s}.q-tree__arrow--rotate{transform:rotate(90deg)}.q-tree__tickbox{margin-right:4px}.q-tree>.q-tree__node{padding:0}.q-tree>.q-tree__node:after,.q-tree>.q-tree__node>.q-tree__node-header:before{display:none}.q-tree>.q-tree__node--child>.q-tree__node-header{padding-left:24px}.q-tree--dark .q-tree__node-header-content{color:#fff}.q-tree--no-connectors .q-tree__node:after,.q-tree--no-connectors .q-tree__node-header:before,.q-tree--no-connectors .q-tree__node-body:after{display:none!important}.q-tree--dense>.q-tree__node--child>.q-tree__node-header{padding-left:1px}.q-tree--dense .q-tree__arrow,.q-tree--dense .q-tree__spinner{margin-right:1px}.q-tree--dense .q-tree__img{height:32px}.q-tree--dense .q-tree__tickbox{margin-right:3px}.q-tree--dense .q-tree__node{padding:0}.q-tree--dense .q-tree__node:after{top:0;left:-8px}.q-tree--dense .q-tree__node-header{margin-top:0;padding:1px}.q-tree--dense .q-tree__node-header:before{width:8px;top:0;left:-8px}.q-tree--dense .q-tree__node--child{padding-left:17px}.q-tree--dense .q-tree__node--child>.q-tree__node-header:before{width:21px;left:-25px}.q-tree--dense .q-tree__node-body{padding:0 0 2px}.q-tree--dense .q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body{padding:0 0 2px 20px}.q-tree--dense .q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body:after{left:8px}.q-tree--dense .q-tree__children{padding-left:16px}[dir=rtl] .q-tree__arrow{transform:rotate(180deg)}[dir=rtl] .q-tree__arrow--rotate{transform:rotate(90deg)}.q-uploader{vertical-align:top;background:#fff;border-radius:4px;width:320px;max-height:320px;position:relative;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-uploader--bordered{border:1px solid #0000001f}.q-uploader__input{opacity:0;z-index:1;width:100%;height:100%;cursor:pointer!important}.q-uploader__input::-webkit-file-upload-button{cursor:pointer}.q-uploader__file:before{content:"";border-top-left-radius:inherit;border-top-right-radius:inherit;pointer-events:none;opacity:.04;background:currentColor;position:absolute;inset:0}.q-uploader__header{border-top-left-radius:inherit;border-top-right-radius:inherit;background-color:var(--q-primary);color:#fff;width:100%;position:relative}.q-uploader__spinner{margin-right:4px;font-size:24px}.q-uploader__header-content{padding:8px}.q-uploader__dnd{outline-offset:-4px;background:#fff9;outline:1px dashed}.q-uploader__overlay{color:#000;background-color:#fff9;font-size:36px}.q-uploader__list{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;flex:auto;min-height:60px;padding:8px;position:relative}.q-uploader__file{border:1px solid #0000001f;border-radius:4px 4px 0 0}.q-uploader__file .q-circular-progress{font-size:24px}.q-uploader__file--img{color:#fff;background-position:50%;background-repeat:no-repeat;min-width:200px;height:200px}.q-uploader__file--img:before{content:none}.q-uploader__file--img .q-circular-progress{color:#fff}.q-uploader__file--img .q-uploader__file-header{background:linear-gradient(#000000b3 20%,#fff0);padding-bottom:24px}.q-uploader__file+.q-uploader__file{margin-top:8px}.q-uploader__file-header{border-top-left-radius:inherit;border-top-right-radius:inherit;padding:4px 8px;position:relative}.q-uploader__file-header-content{padding-right:8px}.q-uploader__file-status{margin-right:4px;font-size:24px}.q-uploader__title{word-break:break-word;font-size:14px;font-weight:700;line-height:1.28571}.q-uploader__subtitle{font-size:12px;line-height:1.5}.q-uploader--disable .q-uploader__header,.q-uploader--disable .q-uploader__list{pointer-events:none}.q-uploader--dark{border-color:#ffffff47;box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}.q-uploader--dark .q-uploader__file{border-color:#ffffff47}.q-uploader--dark .q-uploader__dnd,.q-uploader--dark .q-uploader__overlay{background:#ffffff4d}.q-uploader--dark .q-uploader__overlay{color:#fff}.q-video{border-radius:inherit;position:relative;overflow:hidden}.q-video iframe,.q-video object,.q-video embed{width:100%;height:100%}.q-video--responsive{height:0}.q-video--responsive iframe,.q-video--responsive object,.q-video--responsive embed{position:absolute;top:0;left:0}.q-virtual-scroll:focus{outline:0}.q-virtual-scroll__content{contain:content;outline:none}.q-virtual-scroll__content>*{overflow-anchor:none}.q-virtual-scroll__content>[data-q-vs-anchor]{overflow-anchor:auto}.q-virtual-scroll__padding{background:linear-gradient(#fff0,#fff0 20%,#80808008 20%,#80808014 50%,#80808008 80%,#fff0 80%,#fff0);background-size:var(--q-virtual-scroll-item-width,100%) var(--q-virtual-scroll-item-height,50px) }.q-table .q-virtual-scroll__padding tr{height:0!important}.q-table .q-virtual-scroll__padding td{padding:0!important}.q-virtual-scroll--horizontal{flex-flow:row;align-items:stretch;display:flex}.q-virtual-scroll--horizontal .q-virtual-scroll__content{flex-flow:row;display:flex}.q-virtual-scroll--horizontal .q-virtual-scroll__padding,.q-virtual-scroll--horizontal .q-virtual-scroll__content,.q-virtual-scroll--horizontal .q-virtual-scroll__content>*{flex:none}.q-virtual-scroll--horizontal .q-virtual-scroll__padding{background:linear-gradient(270deg,#fff0,#fff0 20%,#80808008 20%,#80808014 50%,#80808008 80%,#fff0 80%,#fff0);background-size:var(--q-virtual-scroll-item-width,50px) var(--q-virtual-scroll-item-height,100%) }.q-ripple{width:100%;height:100%;color:inherit;border-radius:inherit;z-index:0;pointer-events:none;contain:strict;position:absolute;top:0;left:0;overflow:hidden}.q-ripple__inner{opacity:0;color:inherit;pointer-events:none;will-change:transform, opacity;background:currentColor;border-radius:50%;position:absolute;top:0;left:0}.q-ripple__inner--enter{transition:transform .225s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1)}.q-ripple__inner--leave{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.q-morph--invisible,.q-morph--internal{opacity:0!important;pointer-events:none!important;position:fixed!important;bottom:200vh!important;right:200vw!important}.q-bottom-sheet{padding-bottom:8px}.q-bottom-sheet__avatar{border-radius:50%}.q-bottom-sheet--list{width:400px}.q-bottom-sheet--list .q-icon,.q-bottom-sheet--list img{width:24px;height:24px;font-size:24px}.q-bottom-sheet--grid{width:700px}.q-bottom-sheet--grid .q-bottom-sheet__item{text-align:center;min-width:100px;padding:8px}.q-bottom-sheet--grid .q-icon,.q-bottom-sheet--grid img,.q-bottom-sheet--grid .q-bottom-sheet__empty-icon{width:48px;height:48px;margin-bottom:8px;font-size:48px}.q-bottom-sheet--grid .q-separator{margin:12px 0}.q-bottom-sheet__item{flex:0 0 33.3333%}@media (width>=600px){.q-bottom-sheet__item{flex:0 0 25%}}.q-dialog-plugin{width:400px}.q-dialog-plugin__form{max-height:50vh}.q-dialog-plugin .q-card__section+.q-card__section{padding-top:0}.q-dialog-plugin--progress{text-align:center}.q-loading{color:#000;position:fixed!important}.q-loading__backdrop{opacity:.5;z-index:-1;background-color:#000;transition:background-color .28s;position:fixed;inset:0}.q-loading__box{color:#fff;border-radius:4px;max-width:450px;padding:18px}.q-loading__message{text-align:center;margin:40px 20px 0}.q-notifications__list{z-index:9500;pointer-events:none;margin-bottom:10px;position:relative;left:0;right:0}.q-notifications__list--center{top:0;bottom:0}.q-notifications__list--top{top:0}.q-notifications__list--bottom{bottom:0}body.q-ios-padding .q-notifications__list--center,body.q-ios-padding .q-notifications__list--top,body.q-safe-area-padding .q-notifications__list--center,body.q-safe-area-padding .q-notifications__list--top{top:var(--q-safe-area-inset-top)}body.q-ios-padding .q-notifications__list--center,body.q-ios-padding .q-notifications__list--bottom,body.q-safe-area-padding .q-notifications__list--center,body.q-safe-area-padding .q-notifications__list--bottom{bottom:var(--q-safe-area-inset-bottom)}.q-notification{pointer-events:all;z-index:9500;color:#fff;background:#323232;border-radius:4px;flex-shrink:0;max-width:95vw;margin:10px 10px 0;font-size:14px;transition:transform 1s,opacity 1s;display:inline-flex;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-notification__icon{flex:0 0 1em;font-size:24px}.q-notification__icon--additional{margin-right:16px}.q-notification__avatar{font-size:32px}.q-notification__avatar--additional{margin-right:8px}.q-notification__spinner{font-size:32px}.q-notification__spinner--additional{margin-right:8px}.q-notification__message{padding:8px 0}.q-notification__caption{opacity:.7;font-size:.9em}.q-notification__actions{color:var(--q-primary)}.q-notification__badge{background-color:var(--q-negative);color:#fff;border-radius:4px;padding:4px 8px;font-size:12px;line-height:12px;animation:.42s q-notif-badge;position:absolute;box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f}.q-notification__badge--top-left,.q-notification__badge--top-right{top:-6px}.q-notification__badge--bottom-left,.q-notification__badge--bottom-right{bottom:-6px}.q-notification__badge--top-left,.q-notification__badge--bottom-left{left:-22px}.q-notification__badge--top-right,.q-notification__badge--bottom-right{right:-22px}.q-notification__progress{z-index:-1;opacity:.3;transform-origin:0;background:currentColor;border-radius:4px 4px 0 0;height:3px;animation:linear q-notif-progress;position:absolute;bottom:0;left:-10px;right:-10px;transform:scaleX(0)}.q-notification--standard{min-height:48px;padding:0 16px}.q-notification--standard .q-notification__actions{margin-right:-8px;padding:6px 0 6px 8px}.q-notification--multi-line{min-height:68px;padding:8px 16px}.q-notification--multi-line .q-notification__badge--top-left,.q-notification--multi-line .q-notification__badge--top-right{top:-15px}.q-notification--multi-line .q-notification__badge--bottom-left,.q-notification--multi-line .q-notification__badge--bottom-right{bottom:-15px}.q-notification--multi-line .q-notification__progress{bottom:-8px}.q-notification--multi-line .q-notification__actions{padding:0}.q-notification--multi-line .q-notification__actions--with-media{padding-left:25px}.q-notification--top-left-enter-from,.q-notification--top-left-leave-to,.q-notification--top-enter-from,.q-notification--top-leave-to,.q-notification--top-right-enter-from,.q-notification--top-right-leave-to{opacity:0;z-index:9499;transform:translateY(-50px)}.q-notification--left-enter-from,.q-notification--left-leave-to,.q-notification--center-enter-from,.q-notification--center-leave-to,.q-notification--right-enter-from,.q-notification--right-leave-to{opacity:0;z-index:9499;transform:rotateX(90deg)}.q-notification--bottom-left-enter-from,.q-notification--bottom-left-leave-to,.q-notification--bottom-enter-from,.q-notification--bottom-leave-to,.q-notification--bottom-right-enter-from,.q-notification--bottom-right-leave-to{opacity:0;z-index:9499;transform:translateY(50px)}.q-notification--top-left-leave-active,.q-notification--top-leave-active,.q-notification--top-right-leave-active,.q-notification--left-leave-active,.q-notification--center-leave-active,.q-notification--right-leave-active,.q-notification--bottom-left-leave-active,.q-notification--bottom-leave-active,.q-notification--bottom-right-leave-active{z-index:9499;margin-left:0;margin-right:0;position:absolute}.q-notification--top-leave-active,.q-notification--center-leave-active{top:0}.q-notification--bottom-left-leave-active,.q-notification--bottom-leave-active,.q-notification--bottom-right-leave-active{bottom:0}@media (width>=600px){.q-notification{max-width:65vw}}@keyframes q-notif-badge{15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}}@keyframes q-notif-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}:root{--animate-duration:.3s;--animate-delay:.3s;--animate-repeat:1}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat) * 2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat) * 3)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:calc(var(--animate-delay) * 2)}.animated.delay-3s{animation-delay:calc(var(--animate-delay) * 3)}.animated.delay-4s{animation-delay:calc(var(--animate-delay) * 4)}.animated.delay-5s{animation-delay:calc(var(--animate-delay) * 5)}.animated.faster{animation-duration:calc(var(--animate-duration) / 2)}.animated.fast{animation-duration:calc(var(--animate-duration) * .8)}.animated.slow{animation-duration:calc(var(--animate-duration) * 2)}.animated.slower{animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animated{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}.q-animate--scale{animation:.15s cubic-bezier(.25,.8,.25,1) q-scale}@keyframes q-scale{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.q-animate--fade{animation:.2s q-fade}@keyframes q-fade{0%{opacity:0}to{opacity:1}}:root{--q-primary:#1976d2;--q-secondary:#26a69a;--q-accent:#9c27b0;--q-positive:#21ba45;--q-negative:#c10015;--q-info:#31ccec;--q-warning:#f2c037;--q-dark:#1d1d1d;--q-dark-page:#121212}.text-dark{color:var(--q-dark)!important}.bg-dark{background:var(--q-dark)!important}.text-primary{color:var(--q-primary)!important}.bg-primary{background:var(--q-primary)!important}.text-secondary{color:var(--q-secondary)!important}.bg-secondary{background:var(--q-secondary)!important}.text-accent{color:var(--q-accent)!important}.bg-accent{background:var(--q-accent)!important}.text-positive{color:var(--q-positive)!important}.bg-positive{background:var(--q-positive)!important}.text-negative{color:var(--q-negative)!important}.bg-negative{background:var(--q-negative)!important}.text-info{color:var(--q-info)!important}.bg-info{background:var(--q-info)!important}.text-warning{color:var(--q-warning)!important}.bg-warning{background:var(--q-warning)!important}.text-white{color:#fff!important}.bg-white{background:#fff!important}.text-black{color:#000!important}.bg-black{background:#000!important}.text-transparent{color:#0000!important}.bg-transparent{background:0 0!important}.text-separator{color:#0000001f!important}.bg-separator{background:#0000001f!important}.text-dark-separator{color:#ffffff47!important}.bg-dark-separator{background:#ffffff47!important}.text-red{color:#f44336!important}.text-red-1{color:#ffebee!important}.text-red-2{color:#ffcdd2!important}.text-red-3{color:#ef9a9a!important}.text-red-4{color:#e57373!important}.text-red-5{color:#ef5350!important}.text-red-6{color:#f44336!important}.text-red-7{color:#e53935!important}.text-red-8{color:#d32f2f!important}.text-red-9{color:#c62828!important}.text-red-10{color:#b71c1c!important}.text-red-11{color:#ff8a80!important}.text-red-12{color:#ff5252!important}.text-red-13{color:#ff1744!important}.text-red-14{color:#d50000!important}.text-pink{color:#e91e63!important}.text-pink-1{color:#fce4ec!important}.text-pink-2{color:#f8bbd0!important}.text-pink-3{color:#f48fb1!important}.text-pink-4{color:#f06292!important}.text-pink-5{color:#ec407a!important}.text-pink-6{color:#e91e63!important}.text-pink-7{color:#d81b60!important}.text-pink-8{color:#c2185b!important}.text-pink-9{color:#ad1457!important}.text-pink-10{color:#880e4f!important}.text-pink-11{color:#ff80ab!important}.text-pink-12{color:#ff4081!important}.text-pink-13{color:#f50057!important}.text-pink-14{color:#c51162!important}.text-purple{color:#9c27b0!important}.text-purple-1{color:#f3e5f5!important}.text-purple-2{color:#e1bee7!important}.text-purple-3{color:#ce93d8!important}.text-purple-4{color:#ba68c8!important}.text-purple-5{color:#ab47bc!important}.text-purple-6{color:#9c27b0!important}.text-purple-7{color:#8e24aa!important}.text-purple-8{color:#7b1fa2!important}.text-purple-9{color:#6a1b9a!important}.text-purple-10{color:#4a148c!important}.text-purple-11{color:#ea80fc!important}.text-purple-12{color:#e040fb!important}.text-purple-13{color:#d500f9!important}.text-purple-14{color:#a0f!important}.text-deep-purple{color:#673ab7!important}.text-deep-purple-1{color:#ede7f6!important}.text-deep-purple-2{color:#d1c4e9!important}.text-deep-purple-3{color:#b39ddb!important}.text-deep-purple-4{color:#9575cd!important}.text-deep-purple-5{color:#7e57c2!important}.text-deep-purple-6{color:#673ab7!important}.text-deep-purple-7{color:#5e35b1!important}.text-deep-purple-8{color:#512da8!important}.text-deep-purple-9{color:#4527a0!important}.text-deep-purple-10{color:#311b92!important}.text-deep-purple-11{color:#b388ff!important}.text-deep-purple-12{color:#7c4dff!important}.text-deep-purple-13{color:#651fff!important}.text-deep-purple-14{color:#6200ea!important}.text-indigo{color:#3f51b5!important}.text-indigo-1{color:#e8eaf6!important}.text-indigo-2{color:#c5cae9!important}.text-indigo-3{color:#9fa8da!important}.text-indigo-4{color:#7986cb!important}.text-indigo-5{color:#5c6bc0!important}.text-indigo-6{color:#3f51b5!important}.text-indigo-7{color:#3949ab!important}.text-indigo-8{color:#303f9f!important}.text-indigo-9{color:#283593!important}.text-indigo-10{color:#1a237e!important}.text-indigo-11{color:#8c9eff!important}.text-indigo-12{color:#536dfe!important}.text-indigo-13{color:#3d5afe!important}.text-indigo-14{color:#304ffe!important}.text-blue{color:#2196f3!important}.text-blue-1{color:#e3f2fd!important}.text-blue-2{color:#bbdefb!important}.text-blue-3{color:#90caf9!important}.text-blue-4{color:#64b5f6!important}.text-blue-5{color:#42a5f5!important}.text-blue-6{color:#2196f3!important}.text-blue-7{color:#1e88e5!important}.text-blue-8{color:#1976d2!important}.text-blue-9{color:#1565c0!important}.text-blue-10{color:#0d47a1!important}.text-blue-11{color:#82b1ff!important}.text-blue-12{color:#448aff!important}.text-blue-13{color:#2979ff!important}.text-blue-14{color:#2962ff!important}.text-light-blue{color:#03a9f4!important}.text-light-blue-1{color:#e1f5fe!important}.text-light-blue-2{color:#b3e5fc!important}.text-light-blue-3{color:#81d4fa!important}.text-light-blue-4{color:#4fc3f7!important}.text-light-blue-5{color:#29b6f6!important}.text-light-blue-6{color:#03a9f4!important}.text-light-blue-7{color:#039be5!important}.text-light-blue-8{color:#0288d1!important}.text-light-blue-9{color:#0277bd!important}.text-light-blue-10{color:#01579b!important}.text-light-blue-11{color:#80d8ff!important}.text-light-blue-12{color:#40c4ff!important}.text-light-blue-13{color:#00b0ff!important}.text-light-blue-14{color:#0091ea!important}.text-cyan{color:#00bcd4!important}.text-cyan-1{color:#e0f7fa!important}.text-cyan-2{color:#b2ebf2!important}.text-cyan-3{color:#80deea!important}.text-cyan-4{color:#4dd0e1!important}.text-cyan-5{color:#26c6da!important}.text-cyan-6{color:#00bcd4!important}.text-cyan-7{color:#00acc1!important}.text-cyan-8{color:#0097a7!important}.text-cyan-9{color:#00838f!important}.text-cyan-10{color:#006064!important}.text-cyan-11{color:#84ffff!important}.text-cyan-12{color:#18ffff!important}.text-cyan-13{color:#00e5ff!important}.text-cyan-14{color:#00b8d4!important}.text-teal{color:#009688!important}.text-teal-1{color:#e0f2f1!important}.text-teal-2{color:#b2dfdb!important}.text-teal-3{color:#80cbc4!important}.text-teal-4{color:#4db6ac!important}.text-teal-5{color:#26a69a!important}.text-teal-6{color:#009688!important}.text-teal-7{color:#00897b!important}.text-teal-8{color:#00796b!important}.text-teal-9{color:#00695c!important}.text-teal-10{color:#004d40!important}.text-teal-11{color:#a7ffeb!important}.text-teal-12{color:#64ffda!important}.text-teal-13{color:#1de9b6!important}.text-teal-14{color:#00bfa5!important}.text-green{color:#4caf50!important}.text-green-1{color:#e8f5e9!important}.text-green-2{color:#c8e6c9!important}.text-green-3{color:#a5d6a7!important}.text-green-4{color:#81c784!important}.text-green-5{color:#66bb6a!important}.text-green-6{color:#4caf50!important}.text-green-7{color:#43a047!important}.text-green-8{color:#388e3c!important}.text-green-9{color:#2e7d32!important}.text-green-10{color:#1b5e20!important}.text-green-11{color:#b9f6ca!important}.text-green-12{color:#69f0ae!important}.text-green-13{color:#00e676!important}.text-green-14{color:#00c853!important}.text-light-green{color:#8bc34a!important}.text-light-green-1{color:#f1f8e9!important}.text-light-green-2{color:#dcedc8!important}.text-light-green-3{color:#c5e1a5!important}.text-light-green-4{color:#aed581!important}.text-light-green-5{color:#9ccc65!important}.text-light-green-6{color:#8bc34a!important}.text-light-green-7{color:#7cb342!important}.text-light-green-8{color:#689f38!important}.text-light-green-9{color:#558b2f!important}.text-light-green-10{color:#33691e!important}.text-light-green-11{color:#ccff90!important}.text-light-green-12{color:#b2ff59!important}.text-light-green-13{color:#76ff03!important}.text-light-green-14{color:#64dd17!important}.text-lime{color:#cddc39!important}.text-lime-1{color:#f9fbe7!important}.text-lime-2{color:#f0f4c3!important}.text-lime-3{color:#e6ee9c!important}.text-lime-4{color:#dce775!important}.text-lime-5{color:#d4e157!important}.text-lime-6{color:#cddc39!important}.text-lime-7{color:#c0ca33!important}.text-lime-8{color:#afb42b!important}.text-lime-9{color:#9e9d24!important}.text-lime-10{color:#827717!important}.text-lime-11{color:#f4ff81!important}.text-lime-12{color:#eeff41!important}.text-lime-13{color:#c6ff00!important}.text-lime-14{color:#aeea00!important}.text-yellow{color:#ffeb3b!important}.text-yellow-1{color:#fffde7!important}.text-yellow-2{color:#fff9c4!important}.text-yellow-3{color:#fff59d!important}.text-yellow-4{color:#fff176!important}.text-yellow-5{color:#ffee58!important}.text-yellow-6{color:#ffeb3b!important}.text-yellow-7{color:#fdd835!important}.text-yellow-8{color:#fbc02d!important}.text-yellow-9{color:#f9a825!important}.text-yellow-10{color:#f57f17!important}.text-yellow-11{color:#ffff8d!important}.text-yellow-12{color:#ff0!important}.text-yellow-13{color:#ffea00!important}.text-yellow-14{color:#ffd600!important}.text-amber{color:#ffc107!important}.text-amber-1{color:#fff8e1!important}.text-amber-2{color:#ffecb3!important}.text-amber-3{color:#ffe082!important}.text-amber-4{color:#ffd54f!important}.text-amber-5{color:#ffca28!important}.text-amber-6{color:#ffc107!important}.text-amber-7{color:#ffb300!important}.text-amber-8{color:#ffa000!important}.text-amber-9{color:#ff8f00!important}.text-amber-10{color:#ff6f00!important}.text-amber-11{color:#ffe57f!important}.text-amber-12{color:#ffd740!important}.text-amber-13{color:#ffc400!important}.text-amber-14{color:#ffab00!important}.text-orange{color:#ff9800!important}.text-orange-1{color:#fff3e0!important}.text-orange-2{color:#ffe0b2!important}.text-orange-3{color:#ffcc80!important}.text-orange-4{color:#ffb74d!important}.text-orange-5{color:#ffa726!important}.text-orange-6{color:#ff9800!important}.text-orange-7{color:#fb8c00!important}.text-orange-8{color:#f57c00!important}.text-orange-9{color:#ef6c00!important}.text-orange-10{color:#e65100!important}.text-orange-11{color:#ffd180!important}.text-orange-12{color:#ffab40!important}.text-orange-13{color:#ff9100!important}.text-orange-14{color:#ff6d00!important}.text-deep-orange{color:#ff5722!important}.text-deep-orange-1{color:#fbe9e7!important}.text-deep-orange-2{color:#ffccbc!important}.text-deep-orange-3{color:#ffab91!important}.text-deep-orange-4{color:#ff8a65!important}.text-deep-orange-5{color:#ff7043!important}.text-deep-orange-6{color:#ff5722!important}.text-deep-orange-7{color:#f4511e!important}.text-deep-orange-8{color:#e64a19!important}.text-deep-orange-9{color:#d84315!important}.text-deep-orange-10{color:#bf360c!important}.text-deep-orange-11{color:#ff9e80!important}.text-deep-orange-12{color:#ff6e40!important}.text-deep-orange-13{color:#ff3d00!important}.text-deep-orange-14{color:#dd2c00!important}.text-brown{color:#795548!important}.text-brown-1{color:#efebe9!important}.text-brown-2{color:#d7ccc8!important}.text-brown-3{color:#bcaaa4!important}.text-brown-4{color:#a1887f!important}.text-brown-5{color:#8d6e63!important}.text-brown-6{color:#795548!important}.text-brown-7{color:#6d4c41!important}.text-brown-8{color:#5d4037!important}.text-brown-9{color:#4e342e!important}.text-brown-10{color:#3e2723!important}.text-brown-11{color:#d7ccc8!important}.text-brown-12{color:#bcaaa4!important}.text-brown-13{color:#8d6e63!important}.text-brown-14{color:#5d4037!important}.text-grey{color:#9e9e9e!important}.text-grey-1{color:#fafafa!important}.text-grey-2{color:#f5f5f5!important}.text-grey-3{color:#eee!important}.text-grey-4{color:#e0e0e0!important}.text-grey-5{color:#bdbdbd!important}.text-grey-6{color:#9e9e9e!important}.text-grey-7{color:#757575!important}.text-grey-8{color:#616161!important}.text-grey-9{color:#424242!important}.text-grey-10{color:#212121!important}.text-grey-11{color:#f5f5f5!important}.text-grey-12{color:#eee!important}.text-grey-13{color:#bdbdbd!important}.text-grey-14{color:#616161!important}.text-blue-grey{color:#607d8b!important}.text-blue-grey-1{color:#eceff1!important}.text-blue-grey-2{color:#cfd8dc!important}.text-blue-grey-3{color:#b0bec5!important}.text-blue-grey-4{color:#90a4ae!important}.text-blue-grey-5{color:#78909c!important}.text-blue-grey-6{color:#607d8b!important}.text-blue-grey-7{color:#546e7a!important}.text-blue-grey-8{color:#455a64!important}.text-blue-grey-9{color:#37474f!important}.text-blue-grey-10{color:#263238!important}.text-blue-grey-11{color:#cfd8dc!important}.text-blue-grey-12{color:#b0bec5!important}.text-blue-grey-13{color:#78909c!important}.text-blue-grey-14{color:#455a64!important}.bg-red{background:#f44336!important}.bg-red-1{background:#ffebee!important}.bg-red-2{background:#ffcdd2!important}.bg-red-3{background:#ef9a9a!important}.bg-red-4{background:#e57373!important}.bg-red-5{background:#ef5350!important}.bg-red-6{background:#f44336!important}.bg-red-7{background:#e53935!important}.bg-red-8{background:#d32f2f!important}.bg-red-9{background:#c62828!important}.bg-red-10{background:#b71c1c!important}.bg-red-11{background:#ff8a80!important}.bg-red-12{background:#ff5252!important}.bg-red-13{background:#ff1744!important}.bg-red-14{background:#d50000!important}.bg-pink{background:#e91e63!important}.bg-pink-1{background:#fce4ec!important}.bg-pink-2{background:#f8bbd0!important}.bg-pink-3{background:#f48fb1!important}.bg-pink-4{background:#f06292!important}.bg-pink-5{background:#ec407a!important}.bg-pink-6{background:#e91e63!important}.bg-pink-7{background:#d81b60!important}.bg-pink-8{background:#c2185b!important}.bg-pink-9{background:#ad1457!important}.bg-pink-10{background:#880e4f!important}.bg-pink-11{background:#ff80ab!important}.bg-pink-12{background:#ff4081!important}.bg-pink-13{background:#f50057!important}.bg-pink-14{background:#c51162!important}.bg-purple{background:#9c27b0!important}.bg-purple-1{background:#f3e5f5!important}.bg-purple-2{background:#e1bee7!important}.bg-purple-3{background:#ce93d8!important}.bg-purple-4{background:#ba68c8!important}.bg-purple-5{background:#ab47bc!important}.bg-purple-6{background:#9c27b0!important}.bg-purple-7{background:#8e24aa!important}.bg-purple-8{background:#7b1fa2!important}.bg-purple-9{background:#6a1b9a!important}.bg-purple-10{background:#4a148c!important}.bg-purple-11{background:#ea80fc!important}.bg-purple-12{background:#e040fb!important}.bg-purple-13{background:#d500f9!important}.bg-purple-14{background:#a0f!important}.bg-deep-purple{background:#673ab7!important}.bg-deep-purple-1{background:#ede7f6!important}.bg-deep-purple-2{background:#d1c4e9!important}.bg-deep-purple-3{background:#b39ddb!important}.bg-deep-purple-4{background:#9575cd!important}.bg-deep-purple-5{background:#7e57c2!important}.bg-deep-purple-6{background:#673ab7!important}.bg-deep-purple-7{background:#5e35b1!important}.bg-deep-purple-8{background:#512da8!important}.bg-deep-purple-9{background:#4527a0!important}.bg-deep-purple-10{background:#311b92!important}.bg-deep-purple-11{background:#b388ff!important}.bg-deep-purple-12{background:#7c4dff!important}.bg-deep-purple-13{background:#651fff!important}.bg-deep-purple-14{background:#6200ea!important}.bg-indigo{background:#3f51b5!important}.bg-indigo-1{background:#e8eaf6!important}.bg-indigo-2{background:#c5cae9!important}.bg-indigo-3{background:#9fa8da!important}.bg-indigo-4{background:#7986cb!important}.bg-indigo-5{background:#5c6bc0!important}.bg-indigo-6{background:#3f51b5!important}.bg-indigo-7{background:#3949ab!important}.bg-indigo-8{background:#303f9f!important}.bg-indigo-9{background:#283593!important}.bg-indigo-10{background:#1a237e!important}.bg-indigo-11{background:#8c9eff!important}.bg-indigo-12{background:#536dfe!important}.bg-indigo-13{background:#3d5afe!important}.bg-indigo-14{background:#304ffe!important}.bg-blue{background:#2196f3!important}.bg-blue-1{background:#e3f2fd!important}.bg-blue-2{background:#bbdefb!important}.bg-blue-3{background:#90caf9!important}.bg-blue-4{background:#64b5f6!important}.bg-blue-5{background:#42a5f5!important}.bg-blue-6{background:#2196f3!important}.bg-blue-7{background:#1e88e5!important}.bg-blue-8{background:#1976d2!important}.bg-blue-9{background:#1565c0!important}.bg-blue-10{background:#0d47a1!important}.bg-blue-11{background:#82b1ff!important}.bg-blue-12{background:#448aff!important}.bg-blue-13{background:#2979ff!important}.bg-blue-14{background:#2962ff!important}.bg-light-blue{background:#03a9f4!important}.bg-light-blue-1{background:#e1f5fe!important}.bg-light-blue-2{background:#b3e5fc!important}.bg-light-blue-3{background:#81d4fa!important}.bg-light-blue-4{background:#4fc3f7!important}.bg-light-blue-5{background:#29b6f6!important}.bg-light-blue-6{background:#03a9f4!important}.bg-light-blue-7{background:#039be5!important}.bg-light-blue-8{background:#0288d1!important}.bg-light-blue-9{background:#0277bd!important}.bg-light-blue-10{background:#01579b!important}.bg-light-blue-11{background:#80d8ff!important}.bg-light-blue-12{background:#40c4ff!important}.bg-light-blue-13{background:#00b0ff!important}.bg-light-blue-14{background:#0091ea!important}.bg-cyan{background:#00bcd4!important}.bg-cyan-1{background:#e0f7fa!important}.bg-cyan-2{background:#b2ebf2!important}.bg-cyan-3{background:#80deea!important}.bg-cyan-4{background:#4dd0e1!important}.bg-cyan-5{background:#26c6da!important}.bg-cyan-6{background:#00bcd4!important}.bg-cyan-7{background:#00acc1!important}.bg-cyan-8{background:#0097a7!important}.bg-cyan-9{background:#00838f!important}.bg-cyan-10{background:#006064!important}.bg-cyan-11{background:#84ffff!important}.bg-cyan-12{background:#18ffff!important}.bg-cyan-13{background:#00e5ff!important}.bg-cyan-14{background:#00b8d4!important}.bg-teal{background:#009688!important}.bg-teal-1{background:#e0f2f1!important}.bg-teal-2{background:#b2dfdb!important}.bg-teal-3{background:#80cbc4!important}.bg-teal-4{background:#4db6ac!important}.bg-teal-5{background:#26a69a!important}.bg-teal-6{background:#009688!important}.bg-teal-7{background:#00897b!important}.bg-teal-8{background:#00796b!important}.bg-teal-9{background:#00695c!important}.bg-teal-10{background:#004d40!important}.bg-teal-11{background:#a7ffeb!important}.bg-teal-12{background:#64ffda!important}.bg-teal-13{background:#1de9b6!important}.bg-teal-14{background:#00bfa5!important}.bg-green{background:#4caf50!important}.bg-green-1{background:#e8f5e9!important}.bg-green-2{background:#c8e6c9!important}.bg-green-3{background:#a5d6a7!important}.bg-green-4{background:#81c784!important}.bg-green-5{background:#66bb6a!important}.bg-green-6{background:#4caf50!important}.bg-green-7{background:#43a047!important}.bg-green-8{background:#388e3c!important}.bg-green-9{background:#2e7d32!important}.bg-green-10{background:#1b5e20!important}.bg-green-11{background:#b9f6ca!important}.bg-green-12{background:#69f0ae!important}.bg-green-13{background:#00e676!important}.bg-green-14{background:#00c853!important}.bg-light-green{background:#8bc34a!important}.bg-light-green-1{background:#f1f8e9!important}.bg-light-green-2{background:#dcedc8!important}.bg-light-green-3{background:#c5e1a5!important}.bg-light-green-4{background:#aed581!important}.bg-light-green-5{background:#9ccc65!important}.bg-light-green-6{background:#8bc34a!important}.bg-light-green-7{background:#7cb342!important}.bg-light-green-8{background:#689f38!important}.bg-light-green-9{background:#558b2f!important}.bg-light-green-10{background:#33691e!important}.bg-light-green-11{background:#ccff90!important}.bg-light-green-12{background:#b2ff59!important}.bg-light-green-13{background:#76ff03!important}.bg-light-green-14{background:#64dd17!important}.bg-lime{background:#cddc39!important}.bg-lime-1{background:#f9fbe7!important}.bg-lime-2{background:#f0f4c3!important}.bg-lime-3{background:#e6ee9c!important}.bg-lime-4{background:#dce775!important}.bg-lime-5{background:#d4e157!important}.bg-lime-6{background:#cddc39!important}.bg-lime-7{background:#c0ca33!important}.bg-lime-8{background:#afb42b!important}.bg-lime-9{background:#9e9d24!important}.bg-lime-10{background:#827717!important}.bg-lime-11{background:#f4ff81!important}.bg-lime-12{background:#eeff41!important}.bg-lime-13{background:#c6ff00!important}.bg-lime-14{background:#aeea00!important}.bg-yellow{background:#ffeb3b!important}.bg-yellow-1{background:#fffde7!important}.bg-yellow-2{background:#fff9c4!important}.bg-yellow-3{background:#fff59d!important}.bg-yellow-4{background:#fff176!important}.bg-yellow-5{background:#ffee58!important}.bg-yellow-6{background:#ffeb3b!important}.bg-yellow-7{background:#fdd835!important}.bg-yellow-8{background:#fbc02d!important}.bg-yellow-9{background:#f9a825!important}.bg-yellow-10{background:#f57f17!important}.bg-yellow-11{background:#ffff8d!important}.bg-yellow-12{background:#ff0!important}.bg-yellow-13{background:#ffea00!important}.bg-yellow-14{background:#ffd600!important}.bg-amber{background:#ffc107!important}.bg-amber-1{background:#fff8e1!important}.bg-amber-2{background:#ffecb3!important}.bg-amber-3{background:#ffe082!important}.bg-amber-4{background:#ffd54f!important}.bg-amber-5{background:#ffca28!important}.bg-amber-6{background:#ffc107!important}.bg-amber-7{background:#ffb300!important}.bg-amber-8{background:#ffa000!important}.bg-amber-9{background:#ff8f00!important}.bg-amber-10{background:#ff6f00!important}.bg-amber-11{background:#ffe57f!important}.bg-amber-12{background:#ffd740!important}.bg-amber-13{background:#ffc400!important}.bg-amber-14{background:#ffab00!important}.bg-orange{background:#ff9800!important}.bg-orange-1{background:#fff3e0!important}.bg-orange-2{background:#ffe0b2!important}.bg-orange-3{background:#ffcc80!important}.bg-orange-4{background:#ffb74d!important}.bg-orange-5{background:#ffa726!important}.bg-orange-6{background:#ff9800!important}.bg-orange-7{background:#fb8c00!important}.bg-orange-8{background:#f57c00!important}.bg-orange-9{background:#ef6c00!important}.bg-orange-10{background:#e65100!important}.bg-orange-11{background:#ffd180!important}.bg-orange-12{background:#ffab40!important}.bg-orange-13{background:#ff9100!important}.bg-orange-14{background:#ff6d00!important}.bg-deep-orange{background:#ff5722!important}.bg-deep-orange-1{background:#fbe9e7!important}.bg-deep-orange-2{background:#ffccbc!important}.bg-deep-orange-3{background:#ffab91!important}.bg-deep-orange-4{background:#ff8a65!important}.bg-deep-orange-5{background:#ff7043!important}.bg-deep-orange-6{background:#ff5722!important}.bg-deep-orange-7{background:#f4511e!important}.bg-deep-orange-8{background:#e64a19!important}.bg-deep-orange-9{background:#d84315!important}.bg-deep-orange-10{background:#bf360c!important}.bg-deep-orange-11{background:#ff9e80!important}.bg-deep-orange-12{background:#ff6e40!important}.bg-deep-orange-13{background:#ff3d00!important}.bg-deep-orange-14{background:#dd2c00!important}.bg-brown{background:#795548!important}.bg-brown-1{background:#efebe9!important}.bg-brown-2{background:#d7ccc8!important}.bg-brown-3{background:#bcaaa4!important}.bg-brown-4{background:#a1887f!important}.bg-brown-5{background:#8d6e63!important}.bg-brown-6{background:#795548!important}.bg-brown-7{background:#6d4c41!important}.bg-brown-8{background:#5d4037!important}.bg-brown-9{background:#4e342e!important}.bg-brown-10{background:#3e2723!important}.bg-brown-11{background:#d7ccc8!important}.bg-brown-12{background:#bcaaa4!important}.bg-brown-13{background:#8d6e63!important}.bg-brown-14{background:#5d4037!important}.bg-grey{background:#9e9e9e!important}.bg-grey-1{background:#fafafa!important}.bg-grey-2{background:#f5f5f5!important}.bg-grey-3{background:#eee!important}.bg-grey-4{background:#e0e0e0!important}.bg-grey-5{background:#bdbdbd!important}.bg-grey-6{background:#9e9e9e!important}.bg-grey-7{background:#757575!important}.bg-grey-8{background:#616161!important}.bg-grey-9{background:#424242!important}.bg-grey-10{background:#212121!important}.bg-grey-11{background:#f5f5f5!important}.bg-grey-12{background:#eee!important}.bg-grey-13{background:#bdbdbd!important}.bg-grey-14{background:#616161!important}.bg-blue-grey{background:#607d8b!important}.bg-blue-grey-1{background:#eceff1!important}.bg-blue-grey-2{background:#cfd8dc!important}.bg-blue-grey-3{background:#b0bec5!important}.bg-blue-grey-4{background:#90a4ae!important}.bg-blue-grey-5{background:#78909c!important}.bg-blue-grey-6{background:#607d8b!important}.bg-blue-grey-7{background:#546e7a!important}.bg-blue-grey-8{background:#455a64!important}.bg-blue-grey-9{background:#37474f!important}.bg-blue-grey-10{background:#263238!important}.bg-blue-grey-11{background:#cfd8dc!important}.bg-blue-grey-12{background:#b0bec5!important}.bg-blue-grey-13{background:#78909c!important}.bg-blue-grey-14{background:#455a64!important}.shadow-transition{transition:box-shadow .28s cubic-bezier(.4,0,.2,1)!important}.shadow-1{box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f}.shadow-up-1{box-shadow:0 -1px 3px #0003,0 -1px 1px #00000024,0 -2px 1px -1px #0000001f}.shadow-2{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.shadow-up-2{box-shadow:0 -1px 5px #0003,0 -2px 2px #00000024,0 -3px 1px -2px #0000001f}.shadow-3{box-shadow:0 1px 8px #0003,0 3px 4px #00000024,0 3px 3px -2px #0000001f}.shadow-up-3{box-shadow:0 -1px 8px #0003,0 -3px 4px #00000024,0 -3px 3px -2px #0000001f}.shadow-4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.shadow-up-4{box-shadow:0 -2px 4px -1px #0003,0 -4px 5px #00000024,0 -1px 10px #0000001f}.shadow-5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.shadow-up-5{box-shadow:0 -3px 5px -1px #0003,0 -5px 8px #00000024,0 -1px 14px #0000001f}.shadow-6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.shadow-up-6{box-shadow:0 -3px 5px -1px #0003,0 -6px 10px #00000024,0 -1px 18px #0000001f}.shadow-7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.shadow-up-7{box-shadow:0 -4px 5px -2px #0003,0 -7px 10px 1px #00000024,0 -2px 16px 1px #0000001f}.shadow-8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.shadow-up-8{box-shadow:0 -5px 5px -3px #0003,0 -8px 10px 1px #00000024,0 -3px 14px 2px #0000001f}.shadow-9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.shadow-up-9{box-shadow:0 -5px 6px -3px #0003,0 -9px 12px 1px #00000024,0 -3px 16px 2px #0000001f}.shadow-10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.shadow-up-10{box-shadow:0 -6px 6px -3px #0003,0 -10px 14px 1px #00000024,0 -4px 18px 3px #0000001f}.shadow-11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.shadow-up-11{box-shadow:0 -6px 7px -4px #0003,0 -11px 15px 1px #00000024,0 -4px 20px 3px #0000001f}.shadow-12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.shadow-up-12{box-shadow:0 -7px 8px -4px #0003,0 -12px 17px 2px #00000024,0 -5px 22px 4px #0000001f}.shadow-13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.shadow-up-13{box-shadow:0 -7px 8px -4px #0003,0 -13px 19px 2px #00000024,0 -5px 24px 4px #0000001f}.shadow-14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.shadow-up-14{box-shadow:0 -7px 9px -4px #0003,0 -14px 21px 2px #00000024,0 -5px 26px 4px #0000001f}.shadow-15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.shadow-up-15{box-shadow:0 -8px 9px -5px #0003,0 -15px 22px 2px #00000024,0 -6px 28px 5px #0000001f}.shadow-16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.shadow-up-16{box-shadow:0 -8px 10px -5px #0003,0 -16px 24px 2px #00000024,0 -6px 30px 5px #0000001f}.shadow-17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.shadow-up-17{box-shadow:0 -8px 11px -5px #0003,0 -17px 26px 2px #00000024,0 -6px 32px 5px #0000001f}.shadow-18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.shadow-up-18{box-shadow:0 -9px 11px -5px #0003,0 -18px 28px 2px #00000024,0 -7px 34px 6px #0000001f}.shadow-19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.shadow-up-19{box-shadow:0 -9px 12px -6px #0003,0 -19px 29px 2px #00000024,0 -7px 36px 6px #0000001f}.shadow-20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.shadow-up-20{box-shadow:0 -10px 13px -6px #0003,0 -20px 31px 3px #00000024,0 -8px 38px 7px #0000001f}.shadow-21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.shadow-up-21{box-shadow:0 -10px 13px -6px #0003,0 -21px 33px 3px #00000024,0 -8px 40px 7px #0000001f}.shadow-22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.shadow-up-22{box-shadow:0 -10px 14px -6px #0003,0 -22px 35px 3px #00000024,0 -8px 42px 7px #0000001f}.shadow-23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.shadow-up-23{box-shadow:0 -11px 14px -7px #0003,0 -23px 36px 3px #00000024,0 -9px 44px 8px #0000001f}.shadow-24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.shadow-up-24{box-shadow:0 -11px 15px -7px #0003,0 -24px 38px 3px #00000024,0 -9px 46px 8px #0000001f}.inset-shadow{box-shadow:inset 0 7px 9px -7px #000000b3}.inset-shadow-down{box-shadow:inset 0 -7px 9px -7px #000000b3}body.body--dark .shadow-1{box-shadow:0 1px 3px #fff3,0 1px 1px #ffffff24,0 2px 1px -1px #ffffff1f}body.body--dark .shadow-up-1{box-shadow:0 -1px 3px #fff3,0 -1px 1px #ffffff24,0 -2px 1px -1px #ffffff1f}body.body--dark .shadow-2{box-shadow:0 1px 5px #fff3,0 2px 2px #ffffff24,0 3px 1px -2px #ffffff1f}body.body--dark .shadow-up-2{box-shadow:0 -1px 5px #fff3,0 -2px 2px #ffffff24,0 -3px 1px -2px #ffffff1f}body.body--dark .shadow-3{box-shadow:0 1px 8px #fff3,0 3px 4px #ffffff24,0 3px 3px -2px #ffffff1f}body.body--dark .shadow-up-3{box-shadow:0 -1px 8px #fff3,0 -3px 4px #ffffff24,0 -3px 3px -2px #ffffff1f}body.body--dark .shadow-4{box-shadow:0 2px 4px -1px #fff3,0 4px 5px #ffffff24,0 1px 10px #ffffff1f}body.body--dark .shadow-up-4{box-shadow:0 -2px 4px -1px #fff3,0 -4px 5px #ffffff24,0 -1px 10px #ffffff1f}body.body--dark .shadow-5{box-shadow:0 3px 5px -1px #fff3,0 5px 8px #ffffff24,0 1px 14px #ffffff1f}body.body--dark .shadow-up-5{box-shadow:0 -3px 5px -1px #fff3,0 -5px 8px #ffffff24,0 -1px 14px #ffffff1f}body.body--dark .shadow-6{box-shadow:0 3px 5px -1px #fff3,0 6px 10px #ffffff24,0 1px 18px #ffffff1f}body.body--dark .shadow-up-6{box-shadow:0 -3px 5px -1px #fff3,0 -6px 10px #ffffff24,0 -1px 18px #ffffff1f}body.body--dark .shadow-7{box-shadow:0 4px 5px -2px #fff3,0 7px 10px 1px #ffffff24,0 2px 16px 1px #ffffff1f}body.body--dark .shadow-up-7{box-shadow:0 -4px 5px -2px #fff3,0 -7px 10px 1px #ffffff24,0 -2px 16px 1px #ffffff1f}body.body--dark .shadow-8{box-shadow:0 5px 5px -3px #fff3,0 8px 10px 1px #ffffff24,0 3px 14px 2px #ffffff1f}body.body--dark .shadow-up-8{box-shadow:0 -5px 5px -3px #fff3,0 -8px 10px 1px #ffffff24,0 -3px 14px 2px #ffffff1f}body.body--dark .shadow-9{box-shadow:0 5px 6px -3px #fff3,0 9px 12px 1px #ffffff24,0 3px 16px 2px #ffffff1f}body.body--dark .shadow-up-9{box-shadow:0 -5px 6px -3px #fff3,0 -9px 12px 1px #ffffff24,0 -3px 16px 2px #ffffff1f}body.body--dark .shadow-10{box-shadow:0 6px 6px -3px #fff3,0 10px 14px 1px #ffffff24,0 4px 18px 3px #ffffff1f}body.body--dark .shadow-up-10{box-shadow:0 -6px 6px -3px #fff3,0 -10px 14px 1px #ffffff24,0 -4px 18px 3px #ffffff1f}body.body--dark .shadow-11{box-shadow:0 6px 7px -4px #fff3,0 11px 15px 1px #ffffff24,0 4px 20px 3px #ffffff1f}body.body--dark .shadow-up-11{box-shadow:0 -6px 7px -4px #fff3,0 -11px 15px 1px #ffffff24,0 -4px 20px 3px #ffffff1f}body.body--dark .shadow-12{box-shadow:0 7px 8px -4px #fff3,0 12px 17px 2px #ffffff24,0 5px 22px 4px #ffffff1f}body.body--dark .shadow-up-12{box-shadow:0 -7px 8px -4px #fff3,0 -12px 17px 2px #ffffff24,0 -5px 22px 4px #ffffff1f}body.body--dark .shadow-13{box-shadow:0 7px 8px -4px #fff3,0 13px 19px 2px #ffffff24,0 5px 24px 4px #ffffff1f}body.body--dark .shadow-up-13{box-shadow:0 -7px 8px -4px #fff3,0 -13px 19px 2px #ffffff24,0 -5px 24px 4px #ffffff1f}body.body--dark .shadow-14{box-shadow:0 7px 9px -4px #fff3,0 14px 21px 2px #ffffff24,0 5px 26px 4px #ffffff1f}body.body--dark .shadow-up-14{box-shadow:0 -7px 9px -4px #fff3,0 -14px 21px 2px #ffffff24,0 -5px 26px 4px #ffffff1f}body.body--dark .shadow-15{box-shadow:0 8px 9px -5px #fff3,0 15px 22px 2px #ffffff24,0 6px 28px 5px #ffffff1f}body.body--dark .shadow-up-15{box-shadow:0 -8px 9px -5px #fff3,0 -15px 22px 2px #ffffff24,0 -6px 28px 5px #ffffff1f}body.body--dark .shadow-16{box-shadow:0 8px 10px -5px #fff3,0 16px 24px 2px #ffffff24,0 6px 30px 5px #ffffff1f}body.body--dark .shadow-up-16{box-shadow:0 -8px 10px -5px #fff3,0 -16px 24px 2px #ffffff24,0 -6px 30px 5px #ffffff1f}body.body--dark .shadow-17{box-shadow:0 8px 11px -5px #fff3,0 17px 26px 2px #ffffff24,0 6px 32px 5px #ffffff1f}body.body--dark .shadow-up-17{box-shadow:0 -8px 11px -5px #fff3,0 -17px 26px 2px #ffffff24,0 -6px 32px 5px #ffffff1f}body.body--dark .shadow-18{box-shadow:0 9px 11px -5px #fff3,0 18px 28px 2px #ffffff24,0 7px 34px 6px #ffffff1f}body.body--dark .shadow-up-18{box-shadow:0 -9px 11px -5px #fff3,0 -18px 28px 2px #ffffff24,0 -7px 34px 6px #ffffff1f}body.body--dark .shadow-19{box-shadow:0 9px 12px -6px #fff3,0 19px 29px 2px #ffffff24,0 7px 36px 6px #ffffff1f}body.body--dark .shadow-up-19{box-shadow:0 -9px 12px -6px #fff3,0 -19px 29px 2px #ffffff24,0 -7px 36px 6px #ffffff1f}body.body--dark .shadow-20{box-shadow:0 10px 13px -6px #fff3,0 20px 31px 3px #ffffff24,0 8px 38px 7px #ffffff1f}body.body--dark .shadow-up-20{box-shadow:0 -10px 13px -6px #fff3,0 -20px 31px 3px #ffffff24,0 -8px 38px 7px #ffffff1f}body.body--dark .shadow-21{box-shadow:0 10px 13px -6px #fff3,0 21px 33px 3px #ffffff24,0 8px 40px 7px #ffffff1f}body.body--dark .shadow-up-21{box-shadow:0 -10px 13px -6px #fff3,0 -21px 33px 3px #ffffff24,0 -8px 40px 7px #ffffff1f}body.body--dark .shadow-22{box-shadow:0 10px 14px -6px #fff3,0 22px 35px 3px #ffffff24,0 8px 42px 7px #ffffff1f}body.body--dark .shadow-up-22{box-shadow:0 -10px 14px -6px #fff3,0 -22px 35px 3px #ffffff24,0 -8px 42px 7px #ffffff1f}body.body--dark .shadow-23{box-shadow:0 11px 14px -7px #fff3,0 23px 36px 3px #ffffff24,0 9px 44px 8px #ffffff1f}body.body--dark .shadow-up-23{box-shadow:0 -11px 14px -7px #fff3,0 -23px 36px 3px #ffffff24,0 -9px 44px 8px #ffffff1f}body.body--dark .shadow-24{box-shadow:0 11px 15px -7px #fff3,0 24px 38px 3px #ffffff24,0 9px 46px 8px #ffffff1f}body.body--dark .shadow-up-24{box-shadow:0 -11px 15px -7px #fff3,0 -24px 38px 3px #ffffff24,0 -9px 46px 8px #ffffff1f}body.body--dark .inset-shadow{box-shadow:inset 0 7px 9px -7px #ffffffb3}body.body--dark .inset-shadow-down{box-shadow:inset 0 -7px 9px -7px #ffffffb3}.no-shadow,.shadow-0{box-shadow:none!important}.z-marginals{z-index:2000}.z-notify{z-index:9500}.z-fullscreen{z-index:6000}.z-inherit{z-index:inherit!important}.row,.column,.flex{display:flex}.row.inline,.column.inline,.flex.inline{display:inline-flex}.row.reverse{flex-direction:row-reverse}.column{flex-direction:column}.column.reverse{flex-direction:column-reverse}.wrap{flex-wrap:wrap}.no-wrap{flex-wrap:nowrap}.reverse-wrap{flex-wrap:wrap-reverse}.order-none{order:0}.justify-center,.flex-center{justify-content:center}.justify-evenly{justify-content:space-evenly}.items-center,.flex-center{align-items:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-stretch{align-content:stretch}.content-between{align-content:space-between}.content-around{align-content:space-around}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-baseline{align-self:baseline}.self-stretch{align-self:stretch}.q-gutter-x-none,.q-gutter-none,.q-gutter-x-none>*,.q-gutter-none>*{margin-left:0}.q-gutter-y-none,.q-gutter-none,.q-gutter-y-none>*,.q-gutter-none>*{margin-top:0}.q-col-gutter-x-none,.q-col-gutter-none{margin-left:0}.q-col-gutter-x-none>*,.q-col-gutter-none>*{padding-left:0}.q-col-gutter-y-none,.q-col-gutter-none{margin-top:0}.q-col-gutter-y-none>*,.q-col-gutter-none>*{padding-top:0}.q-gutter-x-xs,.q-gutter-xs{margin-left:-4px}.q-gutter-x-xs>*,.q-gutter-xs>*{margin-left:4px}.q-gutter-y-xs,.q-gutter-xs{margin-top:-4px}.q-gutter-y-xs>*,.q-gutter-xs>*{margin-top:4px}.q-col-gutter-x-xs,.q-col-gutter-xs{margin-left:-4px}.q-col-gutter-x-xs>*,.q-col-gutter-xs>*{padding-left:4px}.q-col-gutter-y-xs,.q-col-gutter-xs{margin-top:-4px}.q-col-gutter-y-xs>*,.q-col-gutter-xs>*{padding-top:4px}.q-gutter-x-sm,.q-gutter-sm{margin-left:-8px}.q-gutter-x-sm>*,.q-gutter-sm>*{margin-left:8px}.q-gutter-y-sm,.q-gutter-sm{margin-top:-8px}.q-gutter-y-sm>*,.q-gutter-sm>*{margin-top:8px}.q-col-gutter-x-sm,.q-col-gutter-sm{margin-left:-8px}.q-col-gutter-x-sm>*,.q-col-gutter-sm>*{padding-left:8px}.q-col-gutter-y-sm,.q-col-gutter-sm{margin-top:-8px}.q-col-gutter-y-sm>*,.q-col-gutter-sm>*{padding-top:8px}.q-gutter-x-md,.q-gutter-md{margin-left:-16px}.q-gutter-x-md>*,.q-gutter-md>*{margin-left:16px}.q-gutter-y-md,.q-gutter-md{margin-top:-16px}.q-gutter-y-md>*,.q-gutter-md>*{margin-top:16px}.q-col-gutter-x-md,.q-col-gutter-md{margin-left:-16px}.q-col-gutter-x-md>*,.q-col-gutter-md>*{padding-left:16px}.q-col-gutter-y-md,.q-col-gutter-md{margin-top:-16px}.q-col-gutter-y-md>*,.q-col-gutter-md>*{padding-top:16px}.q-gutter-x-lg,.q-gutter-lg{margin-left:-24px}.q-gutter-x-lg>*,.q-gutter-lg>*{margin-left:24px}.q-gutter-y-lg,.q-gutter-lg{margin-top:-24px}.q-gutter-y-lg>*,.q-gutter-lg>*{margin-top:24px}.q-col-gutter-x-lg,.q-col-gutter-lg{margin-left:-24px}.q-col-gutter-x-lg>*,.q-col-gutter-lg>*{padding-left:24px}.q-col-gutter-y-lg,.q-col-gutter-lg{margin-top:-24px}.q-col-gutter-y-lg>*,.q-col-gutter-lg>*{padding-top:24px}.q-gutter-x-xl,.q-gutter-xl{margin-left:-48px}.q-gutter-x-xl>*,.q-gutter-xl>*{margin-left:48px}.q-gutter-y-xl,.q-gutter-xl{margin-top:-48px}.q-gutter-y-xl>*,.q-gutter-xl>*{margin-top:48px}.q-col-gutter-x-xl,.q-col-gutter-xl{margin-left:-48px}.q-col-gutter-x-xl>*,.q-col-gutter-xl>*{padding-left:48px}.q-col-gutter-y-xl,.q-col-gutter-xl{margin-top:-48px}.q-col-gutter-y-xl>*,.q-col-gutter-xl>*{padding-top:48px}@media (width>=0){.row>.col,.flex>.col,.row>.col-auto,.flex>.col-auto,.row>.col-grow,.flex>.col-grow,.row>.col-shrink,.flex>.col-shrink,.row>.col-xs,.flex>.col-xs,.row>.col-xs-auto,.row>.col-12,.row>.col-xs-12,.row>.col-11,.row>.col-xs-11,.row>.col-10,.row>.col-xs-10,.row>.col-9,.row>.col-xs-9,.row>.col-8,.row>.col-xs-8,.row>.col-7,.row>.col-xs-7,.row>.col-6,.row>.col-xs-6,.row>.col-5,.row>.col-xs-5,.row>.col-4,.row>.col-xs-4,.row>.col-3,.row>.col-xs-3,.row>.col-2,.row>.col-xs-2,.row>.col-1,.row>.col-xs-1,.row>.col-0,.row>.col-xs-0,.flex>.col-xs-auto,.flex>.col-12,.flex>.col-xs-12,.flex>.col-11,.flex>.col-xs-11,.flex>.col-10,.flex>.col-xs-10,.flex>.col-9,.flex>.col-xs-9,.flex>.col-8,.flex>.col-xs-8,.flex>.col-7,.flex>.col-xs-7,.flex>.col-6,.flex>.col-xs-6,.flex>.col-5,.flex>.col-xs-5,.flex>.col-4,.flex>.col-xs-4,.flex>.col-3,.flex>.col-xs-3,.flex>.col-2,.flex>.col-xs-2,.flex>.col-1,.flex>.col-xs-1,.flex>.col-0,.flex>.col-xs-0,.row>.col-xs-grow,.flex>.col-xs-grow,.row>.col-xs-shrink,.flex>.col-xs-shrink{width:auto;min-width:0;max-width:100%}.column>.col,.flex>.col,.column>.col-auto,.flex>.col-auto,.column>.col-grow,.flex>.col-grow,.column>.col-shrink,.flex>.col-shrink,.column>.col-xs,.flex>.col-xs,.column>.col-xs-auto,.column>.col-12,.column>.col-xs-12,.column>.col-11,.column>.col-xs-11,.column>.col-10,.column>.col-xs-10,.column>.col-9,.column>.col-xs-9,.column>.col-8,.column>.col-xs-8,.column>.col-7,.column>.col-xs-7,.column>.col-6,.column>.col-xs-6,.column>.col-5,.column>.col-xs-5,.column>.col-4,.column>.col-xs-4,.column>.col-3,.column>.col-xs-3,.column>.col-2,.column>.col-xs-2,.column>.col-1,.column>.col-xs-1,.column>.col-0,.column>.col-xs-0,.flex>.col-xs-auto,.flex>.col-12,.flex>.col-xs-12,.flex>.col-11,.flex>.col-xs-11,.flex>.col-10,.flex>.col-xs-10,.flex>.col-9,.flex>.col-xs-9,.flex>.col-8,.flex>.col-xs-8,.flex>.col-7,.flex>.col-xs-7,.flex>.col-6,.flex>.col-xs-6,.flex>.col-5,.flex>.col-xs-5,.flex>.col-4,.flex>.col-xs-4,.flex>.col-3,.flex>.col-xs-3,.flex>.col-2,.flex>.col-xs-2,.flex>.col-1,.flex>.col-xs-1,.flex>.col-0,.flex>.col-xs-0,.column>.col-xs-grow,.flex>.col-xs-grow,.column>.col-xs-shrink,.flex>.col-xs-shrink{height:auto;min-height:0;max-height:100%}.col,.col-xs{flex:10000}.col-auto,.col-xs-auto,.col-12,.col-xs-12,.col-11,.col-xs-11,.col-10,.col-xs-10,.col-9,.col-xs-9,.col-8,.col-xs-8,.col-7,.col-xs-7,.col-6,.col-xs-6,.col-5,.col-xs-5,.col-4,.col-xs-4,.col-3,.col-xs-3,.col-2,.col-xs-2,.col-1,.col-xs-1,.col-0,.col-xs-0{flex:none}.col-grow,.col-xs-grow{flex:1 0 auto}.col-shrink,.col-xs-shrink{flex:0 auto}.row>.col-0,.row>.col-xs-0{width:0%;height:auto}.row>.offset-0,.row>.offset-xs-0{margin-left:0%}.column>.col-0,.column>.col-xs-0{width:auto;height:0%}.row>.col-1,.row>.col-xs-1{width:8.3333%;height:auto}.row>.offset-1,.row>.offset-xs-1{margin-left:8.3333%}.column>.col-1,.column>.col-xs-1{width:auto;height:8.3333%}.row>.col-2,.row>.col-xs-2{width:16.6667%;height:auto}.row>.offset-2,.row>.offset-xs-2{margin-left:16.6667%}.column>.col-2,.column>.col-xs-2{width:auto;height:16.6667%}.row>.col-3,.row>.col-xs-3{width:25%;height:auto}.row>.offset-3,.row>.offset-xs-3{margin-left:25%}.column>.col-3,.column>.col-xs-3{width:auto;height:25%}.row>.col-4,.row>.col-xs-4{width:33.3333%;height:auto}.row>.offset-4,.row>.offset-xs-4{margin-left:33.3333%}.column>.col-4,.column>.col-xs-4{width:auto;height:33.3333%}.row>.col-5,.row>.col-xs-5{width:41.6667%;height:auto}.row>.offset-5,.row>.offset-xs-5{margin-left:41.6667%}.column>.col-5,.column>.col-xs-5{width:auto;height:41.6667%}.row>.col-6,.row>.col-xs-6{width:50%;height:auto}.row>.offset-6,.row>.offset-xs-6{margin-left:50%}.column>.col-6,.column>.col-xs-6{width:auto;height:50%}.row>.col-7,.row>.col-xs-7{width:58.3333%;height:auto}.row>.offset-7,.row>.offset-xs-7{margin-left:58.3333%}.column>.col-7,.column>.col-xs-7{width:auto;height:58.3333%}.row>.col-8,.row>.col-xs-8{width:66.6667%;height:auto}.row>.offset-8,.row>.offset-xs-8{margin-left:66.6667%}.column>.col-8,.column>.col-xs-8{width:auto;height:66.6667%}.row>.col-9,.row>.col-xs-9{width:75%;height:auto}.row>.offset-9,.row>.offset-xs-9{margin-left:75%}.column>.col-9,.column>.col-xs-9{width:auto;height:75%}.row>.col-10,.row>.col-xs-10{width:83.3333%;height:auto}.row>.offset-10,.row>.offset-xs-10{margin-left:83.3333%}.column>.col-10,.column>.col-xs-10{width:auto;height:83.3333%}.row>.col-11,.row>.col-xs-11{width:91.6667%;height:auto}.row>.offset-11,.row>.offset-xs-11{margin-left:91.6667%}.column>.col-11,.column>.col-xs-11{width:auto;height:91.6667%}.row>.col-12,.row>.col-xs-12{width:100%;height:auto}.row>.offset-12,.row>.offset-xs-12{margin-left:100%}.column>.col-12,.column>.col-xs-12{width:auto;height:100%}.row>.col-all{flex:0 0 100%;height:auto}}@media (width>=600px){.row>.col-sm,.flex>.col-sm,.row>.col-sm-auto,.row>.col-sm-12,.row>.col-sm-11,.row>.col-sm-10,.row>.col-sm-9,.row>.col-sm-8,.row>.col-sm-7,.row>.col-sm-6,.row>.col-sm-5,.row>.col-sm-4,.row>.col-sm-3,.row>.col-sm-2,.row>.col-sm-1,.row>.col-sm-0,.flex>.col-sm-auto,.flex>.col-sm-12,.flex>.col-sm-11,.flex>.col-sm-10,.flex>.col-sm-9,.flex>.col-sm-8,.flex>.col-sm-7,.flex>.col-sm-6,.flex>.col-sm-5,.flex>.col-sm-4,.flex>.col-sm-3,.flex>.col-sm-2,.flex>.col-sm-1,.flex>.col-sm-0,.row>.col-sm-grow,.flex>.col-sm-grow,.row>.col-sm-shrink,.flex>.col-sm-shrink{width:auto;min-width:0;max-width:100%}.column>.col-sm,.flex>.col-sm,.column>.col-sm-auto,.column>.col-sm-12,.column>.col-sm-11,.column>.col-sm-10,.column>.col-sm-9,.column>.col-sm-8,.column>.col-sm-7,.column>.col-sm-6,.column>.col-sm-5,.column>.col-sm-4,.column>.col-sm-3,.column>.col-sm-2,.column>.col-sm-1,.column>.col-sm-0,.flex>.col-sm-auto,.flex>.col-sm-12,.flex>.col-sm-11,.flex>.col-sm-10,.flex>.col-sm-9,.flex>.col-sm-8,.flex>.col-sm-7,.flex>.col-sm-6,.flex>.col-sm-5,.flex>.col-sm-4,.flex>.col-sm-3,.flex>.col-sm-2,.flex>.col-sm-1,.flex>.col-sm-0,.column>.col-sm-grow,.flex>.col-sm-grow,.column>.col-sm-shrink,.flex>.col-sm-shrink{height:auto;min-height:0;max-height:100%}.col-sm{flex:10000}.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col-sm-0{flex:none}.col-sm-grow{flex:1 0 auto}.col-sm-shrink{flex:0 auto}.row>.col-sm-0{width:0%;height:auto}.row>.offset-sm-0{margin-left:0%}.column>.col-sm-0{width:auto;height:0%}.row>.col-sm-1{width:8.3333%;height:auto}.row>.offset-sm-1{margin-left:8.3333%}.column>.col-sm-1{width:auto;height:8.3333%}.row>.col-sm-2{width:16.6667%;height:auto}.row>.offset-sm-2{margin-left:16.6667%}.column>.col-sm-2{width:auto;height:16.6667%}.row>.col-sm-3{width:25%;height:auto}.row>.offset-sm-3{margin-left:25%}.column>.col-sm-3{width:auto;height:25%}.row>.col-sm-4{width:33.3333%;height:auto}.row>.offset-sm-4{margin-left:33.3333%}.column>.col-sm-4{width:auto;height:33.3333%}.row>.col-sm-5{width:41.6667%;height:auto}.row>.offset-sm-5{margin-left:41.6667%}.column>.col-sm-5{width:auto;height:41.6667%}.row>.col-sm-6{width:50%;height:auto}.row>.offset-sm-6{margin-left:50%}.column>.col-sm-6{width:auto;height:50%}.row>.col-sm-7{width:58.3333%;height:auto}.row>.offset-sm-7{margin-left:58.3333%}.column>.col-sm-7{width:auto;height:58.3333%}.row>.col-sm-8{width:66.6667%;height:auto}.row>.offset-sm-8{margin-left:66.6667%}.column>.col-sm-8{width:auto;height:66.6667%}.row>.col-sm-9{width:75%;height:auto}.row>.offset-sm-9{margin-left:75%}.column>.col-sm-9{width:auto;height:75%}.row>.col-sm-10{width:83.3333%;height:auto}.row>.offset-sm-10{margin-left:83.3333%}.column>.col-sm-10{width:auto;height:83.3333%}.row>.col-sm-11{width:91.6667%;height:auto}.row>.offset-sm-11{margin-left:91.6667%}.column>.col-sm-11{width:auto;height:91.6667%}.row>.col-sm-12{width:100%;height:auto}.row>.offset-sm-12{margin-left:100%}.column>.col-sm-12{width:auto;height:100%}}@media (width>=1024px){.row>.col-md,.flex>.col-md,.row>.col-md-auto,.row>.col-md-12,.row>.col-md-11,.row>.col-md-10,.row>.col-md-9,.row>.col-md-8,.row>.col-md-7,.row>.col-md-6,.row>.col-md-5,.row>.col-md-4,.row>.col-md-3,.row>.col-md-2,.row>.col-md-1,.row>.col-md-0,.flex>.col-md-auto,.flex>.col-md-12,.flex>.col-md-11,.flex>.col-md-10,.flex>.col-md-9,.flex>.col-md-8,.flex>.col-md-7,.flex>.col-md-6,.flex>.col-md-5,.flex>.col-md-4,.flex>.col-md-3,.flex>.col-md-2,.flex>.col-md-1,.flex>.col-md-0,.row>.col-md-grow,.flex>.col-md-grow,.row>.col-md-shrink,.flex>.col-md-shrink{width:auto;min-width:0;max-width:100%}.column>.col-md,.flex>.col-md,.column>.col-md-auto,.column>.col-md-12,.column>.col-md-11,.column>.col-md-10,.column>.col-md-9,.column>.col-md-8,.column>.col-md-7,.column>.col-md-6,.column>.col-md-5,.column>.col-md-4,.column>.col-md-3,.column>.col-md-2,.column>.col-md-1,.column>.col-md-0,.flex>.col-md-auto,.flex>.col-md-12,.flex>.col-md-11,.flex>.col-md-10,.flex>.col-md-9,.flex>.col-md-8,.flex>.col-md-7,.flex>.col-md-6,.flex>.col-md-5,.flex>.col-md-4,.flex>.col-md-3,.flex>.col-md-2,.flex>.col-md-1,.flex>.col-md-0,.column>.col-md-grow,.flex>.col-md-grow,.column>.col-md-shrink,.flex>.col-md-shrink{height:auto;min-height:0;max-height:100%}.col-md{flex:10000}.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-md-0{flex:none}.col-md-grow{flex:1 0 auto}.col-md-shrink{flex:0 auto}.row>.col-md-0{width:0%;height:auto}.row>.offset-md-0{margin-left:0%}.column>.col-md-0{width:auto;height:0%}.row>.col-md-1{width:8.3333%;height:auto}.row>.offset-md-1{margin-left:8.3333%}.column>.col-md-1{width:auto;height:8.3333%}.row>.col-md-2{width:16.6667%;height:auto}.row>.offset-md-2{margin-left:16.6667%}.column>.col-md-2{width:auto;height:16.6667%}.row>.col-md-3{width:25%;height:auto}.row>.offset-md-3{margin-left:25%}.column>.col-md-3{width:auto;height:25%}.row>.col-md-4{width:33.3333%;height:auto}.row>.offset-md-4{margin-left:33.3333%}.column>.col-md-4{width:auto;height:33.3333%}.row>.col-md-5{width:41.6667%;height:auto}.row>.offset-md-5{margin-left:41.6667%}.column>.col-md-5{width:auto;height:41.6667%}.row>.col-md-6{width:50%;height:auto}.row>.offset-md-6{margin-left:50%}.column>.col-md-6{width:auto;height:50%}.row>.col-md-7{width:58.3333%;height:auto}.row>.offset-md-7{margin-left:58.3333%}.column>.col-md-7{width:auto;height:58.3333%}.row>.col-md-8{width:66.6667%;height:auto}.row>.offset-md-8{margin-left:66.6667%}.column>.col-md-8{width:auto;height:66.6667%}.row>.col-md-9{width:75%;height:auto}.row>.offset-md-9{margin-left:75%}.column>.col-md-9{width:auto;height:75%}.row>.col-md-10{width:83.3333%;height:auto}.row>.offset-md-10{margin-left:83.3333%}.column>.col-md-10{width:auto;height:83.3333%}.row>.col-md-11{width:91.6667%;height:auto}.row>.offset-md-11{margin-left:91.6667%}.column>.col-md-11{width:auto;height:91.6667%}.row>.col-md-12{width:100%;height:auto}.row>.offset-md-12{margin-left:100%}.column>.col-md-12{width:auto;height:100%}}@media (width>=1440px){.row>.col-lg,.flex>.col-lg,.row>.col-lg-auto,.row>.col-lg-12,.row>.col-lg-11,.row>.col-lg-10,.row>.col-lg-9,.row>.col-lg-8,.row>.col-lg-7,.row>.col-lg-6,.row>.col-lg-5,.row>.col-lg-4,.row>.col-lg-3,.row>.col-lg-2,.row>.col-lg-1,.row>.col-lg-0,.flex>.col-lg-auto,.flex>.col-lg-12,.flex>.col-lg-11,.flex>.col-lg-10,.flex>.col-lg-9,.flex>.col-lg-8,.flex>.col-lg-7,.flex>.col-lg-6,.flex>.col-lg-5,.flex>.col-lg-4,.flex>.col-lg-3,.flex>.col-lg-2,.flex>.col-lg-1,.flex>.col-lg-0,.row>.col-lg-grow,.flex>.col-lg-grow,.row>.col-lg-shrink,.flex>.col-lg-shrink{width:auto;min-width:0;max-width:100%}.column>.col-lg,.flex>.col-lg,.column>.col-lg-auto,.column>.col-lg-12,.column>.col-lg-11,.column>.col-lg-10,.column>.col-lg-9,.column>.col-lg-8,.column>.col-lg-7,.column>.col-lg-6,.column>.col-lg-5,.column>.col-lg-4,.column>.col-lg-3,.column>.col-lg-2,.column>.col-lg-1,.column>.col-lg-0,.flex>.col-lg-auto,.flex>.col-lg-12,.flex>.col-lg-11,.flex>.col-lg-10,.flex>.col-lg-9,.flex>.col-lg-8,.flex>.col-lg-7,.flex>.col-lg-6,.flex>.col-lg-5,.flex>.col-lg-4,.flex>.col-lg-3,.flex>.col-lg-2,.flex>.col-lg-1,.flex>.col-lg-0,.column>.col-lg-grow,.flex>.col-lg-grow,.column>.col-lg-shrink,.flex>.col-lg-shrink{height:auto;min-height:0;max-height:100%}.col-lg{flex:10000}.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-lg-0{flex:none}.col-lg-grow{flex:1 0 auto}.col-lg-shrink{flex:0 auto}.row>.col-lg-0{width:0%;height:auto}.row>.offset-lg-0{margin-left:0%}.column>.col-lg-0{width:auto;height:0%}.row>.col-lg-1{width:8.3333%;height:auto}.row>.offset-lg-1{margin-left:8.3333%}.column>.col-lg-1{width:auto;height:8.3333%}.row>.col-lg-2{width:16.6667%;height:auto}.row>.offset-lg-2{margin-left:16.6667%}.column>.col-lg-2{width:auto;height:16.6667%}.row>.col-lg-3{width:25%;height:auto}.row>.offset-lg-3{margin-left:25%}.column>.col-lg-3{width:auto;height:25%}.row>.col-lg-4{width:33.3333%;height:auto}.row>.offset-lg-4{margin-left:33.3333%}.column>.col-lg-4{width:auto;height:33.3333%}.row>.col-lg-5{width:41.6667%;height:auto}.row>.offset-lg-5{margin-left:41.6667%}.column>.col-lg-5{width:auto;height:41.6667%}.row>.col-lg-6{width:50%;height:auto}.row>.offset-lg-6{margin-left:50%}.column>.col-lg-6{width:auto;height:50%}.row>.col-lg-7{width:58.3333%;height:auto}.row>.offset-lg-7{margin-left:58.3333%}.column>.col-lg-7{width:auto;height:58.3333%}.row>.col-lg-8{width:66.6667%;height:auto}.row>.offset-lg-8{margin-left:66.6667%}.column>.col-lg-8{width:auto;height:66.6667%}.row>.col-lg-9{width:75%;height:auto}.row>.offset-lg-9{margin-left:75%}.column>.col-lg-9{width:auto;height:75%}.row>.col-lg-10{width:83.3333%;height:auto}.row>.offset-lg-10{margin-left:83.3333%}.column>.col-lg-10{width:auto;height:83.3333%}.row>.col-lg-11{width:91.6667%;height:auto}.row>.offset-lg-11{margin-left:91.6667%}.column>.col-lg-11{width:auto;height:91.6667%}.row>.col-lg-12{width:100%;height:auto}.row>.offset-lg-12{margin-left:100%}.column>.col-lg-12{width:auto;height:100%}}@media (width>=1920px){.row>.col-xl,.flex>.col-xl,.row>.col-xl-auto,.row>.col-xl-12,.row>.col-xl-11,.row>.col-xl-10,.row>.col-xl-9,.row>.col-xl-8,.row>.col-xl-7,.row>.col-xl-6,.row>.col-xl-5,.row>.col-xl-4,.row>.col-xl-3,.row>.col-xl-2,.row>.col-xl-1,.row>.col-xl-0,.flex>.col-xl-auto,.flex>.col-xl-12,.flex>.col-xl-11,.flex>.col-xl-10,.flex>.col-xl-9,.flex>.col-xl-8,.flex>.col-xl-7,.flex>.col-xl-6,.flex>.col-xl-5,.flex>.col-xl-4,.flex>.col-xl-3,.flex>.col-xl-2,.flex>.col-xl-1,.flex>.col-xl-0,.row>.col-xl-grow,.flex>.col-xl-grow,.row>.col-xl-shrink,.flex>.col-xl-shrink{width:auto;min-width:0;max-width:100%}.column>.col-xl,.flex>.col-xl,.column>.col-xl-auto,.column>.col-xl-12,.column>.col-xl-11,.column>.col-xl-10,.column>.col-xl-9,.column>.col-xl-8,.column>.col-xl-7,.column>.col-xl-6,.column>.col-xl-5,.column>.col-xl-4,.column>.col-xl-3,.column>.col-xl-2,.column>.col-xl-1,.column>.col-xl-0,.flex>.col-xl-auto,.flex>.col-xl-12,.flex>.col-xl-11,.flex>.col-xl-10,.flex>.col-xl-9,.flex>.col-xl-8,.flex>.col-xl-7,.flex>.col-xl-6,.flex>.col-xl-5,.flex>.col-xl-4,.flex>.col-xl-3,.flex>.col-xl-2,.flex>.col-xl-1,.flex>.col-xl-0,.column>.col-xl-grow,.flex>.col-xl-grow,.column>.col-xl-shrink,.flex>.col-xl-shrink{height:auto;min-height:0;max-height:100%}.col-xl{flex:10000}.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-xl-0{flex:none}.col-xl-grow{flex:1 0 auto}.col-xl-shrink{flex:0 auto}.row>.col-xl-0{width:0%;height:auto}.row>.offset-xl-0{margin-left:0%}.column>.col-xl-0{width:auto;height:0%}.row>.col-xl-1{width:8.3333%;height:auto}.row>.offset-xl-1{margin-left:8.3333%}.column>.col-xl-1{width:auto;height:8.3333%}.row>.col-xl-2{width:16.6667%;height:auto}.row>.offset-xl-2{margin-left:16.6667%}.column>.col-xl-2{width:auto;height:16.6667%}.row>.col-xl-3{width:25%;height:auto}.row>.offset-xl-3{margin-left:25%}.column>.col-xl-3{width:auto;height:25%}.row>.col-xl-4{width:33.3333%;height:auto}.row>.offset-xl-4{margin-left:33.3333%}.column>.col-xl-4{width:auto;height:33.3333%}.row>.col-xl-5{width:41.6667%;height:auto}.row>.offset-xl-5{margin-left:41.6667%}.column>.col-xl-5{width:auto;height:41.6667%}.row>.col-xl-6{width:50%;height:auto}.row>.offset-xl-6{margin-left:50%}.column>.col-xl-6{width:auto;height:50%}.row>.col-xl-7{width:58.3333%;height:auto}.row>.offset-xl-7{margin-left:58.3333%}.column>.col-xl-7{width:auto;height:58.3333%}.row>.col-xl-8{width:66.6667%;height:auto}.row>.offset-xl-8{margin-left:66.6667%}.column>.col-xl-8{width:auto;height:66.6667%}.row>.col-xl-9{width:75%;height:auto}.row>.offset-xl-9{margin-left:75%}.column>.col-xl-9{width:auto;height:75%}.row>.col-xl-10{width:83.3333%;height:auto}.row>.offset-xl-10{margin-left:83.3333%}.column>.col-xl-10{width:auto;height:83.3333%}.row>.col-xl-11{width:91.6667%;height:auto}.row>.offset-xl-11{margin-left:91.6667%}.column>.col-xl-11{width:auto;height:91.6667%}.row>.col-xl-12{width:100%;height:auto}.row>.offset-xl-12{margin-left:100%}.column>.col-xl-12{width:auto;height:100%}}.rounded-borders{border-radius:4px}.border-radius-inherit{border-radius:inherit}.no-transition{transition:none!important}.transition-0{transition:all!important}.glossy{background-image:linear-gradient(#ffffff4d,#fff0 50%,#0000001f 51%,#0000000a)!important}.q-placeholder::placeholder{color:inherit;opacity:.7}.q-document--prevent-scroll{overscroll-behavior:none!important}.q-document--prevent-scroll body,.q-body--fullscreen-mixin{position:fixed!important}.q-body--force-scrollbar-x{overflow-x:scroll}.q-body--force-scrollbar-y{overflow-y:scroll}.q-no-input-spinner{-moz-appearance:textfield!important}.q-no-input-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.q-no-input-spinner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.q-link{outline:0;text-decoration:none}.q-link--focusable:focus-visible{-webkit-text-decoration:underline dashed;text-decoration:underline dashed;text-decoration-thickness:1px}body.electron .q-electron-drag{-webkit-user-select:none;-webkit-app-region:drag}body.electron .q-electron-drag .q-btn-item,body.electron .q-electron-drag--exception{-webkit-app-region:no-drag}img.responsive{max-width:100%;height:auto}.non-selectable{-webkit-user-select:none!important;user-select:none!important}.scroll,body.mobile .scroll--mobile{overflow:auto}.scroll,.scroll-x,.scroll-y{-webkit-overflow-scrolling:touch;will-change:scroll-position}.scroll-x{overflow-x:auto}.scroll-y{overflow-y:auto}.no-scroll{overflow:hidden!important}.no-pointer-events,.no-pointer-events--children,.no-pointer-events--children *{pointer-events:none!important}.all-pointer-events{pointer-events:all!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-inherit{cursor:inherit!important}.cursor-none{cursor:none!important}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}.rotate-45{transform:rotate(45deg)}.rotate-90{transform:rotate(90deg)}.rotate-135{transform:rotate(135deg)}.rotate-180{transform:rotate(180deg)}.rotate-225{transform:rotate(225deg)}.rotate-270{transform:rotate(270deg)}.rotate-315{transform:rotate(315deg)}.flip-horizontal{transform:scaleX(-1)}.flip-vertical{transform:scaleY(-1)}.relative-position{position:relative}.fixed,.fixed-full,.fullscreen,.fixed-center,.fixed-bottom,.fixed-left,.fixed-right,.fixed-top,.fixed-top-left,.fixed-top-right,.fixed-bottom-left,.fixed-bottom-right{position:fixed}.absolute,.absolute-full,.absolute-center,.absolute-bottom,.absolute-left,.absolute-right,.absolute-top,.absolute-top-left,.absolute-top-right,.absolute-bottom-left,.absolute-bottom-right{position:absolute}.fixed-top,.absolute-top{top:0;left:0;right:0}.fixed-right,.absolute-right{top:0;bottom:0;right:0}.fixed-bottom,.absolute-bottom{bottom:0;left:0;right:0}.fixed-left,.absolute-left{top:0;bottom:0;left:0}.fixed-top-left,.absolute-top-left{top:0;left:0}.fixed-top-right,.absolute-top-right{top:0;right:0}.fixed-bottom-left,.absolute-bottom-left{bottom:0;left:0}.fixed-bottom-right,.absolute-bottom-right{bottom:0;right:0}.fullscreen{z-index:6000;max-width:100vw;max-height:100vh;border-radius:0!important}body.q-ios-padding .fullscreen,body.q-safe-area-padding .fullscreen{padding-top:var(--q-safe-area-inset-top)!important;padding-bottom:var(--q-safe-area-inset-bottom)!important}.absolute-full,.fullscreen,.fixed-full{inset:0}.fixed-center,.absolute-center{top:50%;left:50%;transform:translate(-50%,-50%)}.vertical-top{vertical-align:top!important}.vertical-middle{vertical-align:middle!important}.vertical-bottom{vertical-align:bottom!important}.on-left{margin-right:12px}.on-right{margin-left:12px}.q-position-engine{will-change:auto;visibility:collapse;margin-top:var(--q-pe-top,0)!important;margin-left:var(--q-pe-left,0)!important}:root{--q-size-xs:0;--q-size-sm:600px;--q-size-md:1024px;--q-size-lg:1440px;--q-size-xl:1920px}.fit{width:100%!important;height:100%!important}.full-height{height:100%!important}.full-width{width:100%!important;margin-left:0!important;margin-right:0!important}.window-height{height:100vh!important;margin-top:0!important;margin-bottom:0!important}.window-width{width:100vw!important;margin-left:0!important;margin-right:0!important}.q-pa-none{padding:0}.q-pl-none{padding-left:0}.q-pr-none{padding-right:0}.q-pt-none{padding-top:0}.q-pb-none{padding-bottom:0}.q-px-none{padding-left:0;padding-right:0}.q-py-none{padding-top:0;padding-bottom:0}.q-ma-none{margin:0}.q-ml-none{margin-left:0}.q-mr-none{margin-right:0}.q-mt-none{margin-top:0}.q-mb-none{margin-bottom:0}.q-mx-none{margin-left:0;margin-right:0}.q-my-none{margin-top:0;margin-bottom:0}.q-pa-xs{padding:4px}.q-pl-xs{padding-left:4px}.q-pr-xs{padding-right:4px}.q-pt-xs{padding-top:4px}.q-pb-xs{padding-bottom:4px}.q-px-xs{padding-left:4px;padding-right:4px}.q-py-xs{padding-top:4px;padding-bottom:4px}.q-ma-xs{margin:4px}.q-ml-xs{margin-left:4px}.q-mr-xs{margin-right:4px}.q-mt-xs{margin-top:4px}.q-mb-xs{margin-bottom:4px}.q-mx-xs{margin-left:4px;margin-right:4px}.q-my-xs{margin-top:4px;margin-bottom:4px}.q-pa-sm{padding:8px}.q-pl-sm{padding-left:8px}.q-pr-sm{padding-right:8px}.q-pt-sm{padding-top:8px}.q-pb-sm{padding-bottom:8px}.q-px-sm{padding-left:8px;padding-right:8px}.q-py-sm{padding-top:8px;padding-bottom:8px}.q-ma-sm{margin:8px}.q-ml-sm{margin-left:8px}.q-mr-sm{margin-right:8px}.q-mt-sm{margin-top:8px}.q-mb-sm{margin-bottom:8px}.q-mx-sm{margin-left:8px;margin-right:8px}.q-my-sm{margin-top:8px;margin-bottom:8px}.q-pa-md{padding:16px}.q-pl-md{padding-left:16px}.q-pr-md{padding-right:16px}.q-pt-md{padding-top:16px}.q-pb-md{padding-bottom:16px}.q-px-md{padding-left:16px;padding-right:16px}.q-py-md{padding-top:16px;padding-bottom:16px}.q-ma-md{margin:16px}.q-ml-md{margin-left:16px}.q-mr-md{margin-right:16px}.q-mt-md{margin-top:16px}.q-mb-md{margin-bottom:16px}.q-mx-md{margin-left:16px;margin-right:16px}.q-my-md{margin-top:16px;margin-bottom:16px}.q-pa-lg{padding:24px}.q-pl-lg{padding-left:24px}.q-pr-lg{padding-right:24px}.q-pt-lg{padding-top:24px}.q-pb-lg{padding-bottom:24px}.q-px-lg{padding-left:24px;padding-right:24px}.q-py-lg{padding-top:24px;padding-bottom:24px}.q-ma-lg{margin:24px}.q-ml-lg{margin-left:24px}.q-mr-lg{margin-right:24px}.q-mt-lg{margin-top:24px}.q-mb-lg{margin-bottom:24px}.q-mx-lg{margin-left:24px;margin-right:24px}.q-my-lg{margin-top:24px;margin-bottom:24px}.q-pa-xl{padding:48px}.q-pl-xl{padding-left:48px}.q-pr-xl{padding-right:48px}.q-pt-xl{padding-top:48px}.q-pb-xl{padding-bottom:48px}.q-px-xl{padding-left:48px;padding-right:48px}.q-py-xl{padding-top:48px;padding-bottom:48px}.q-ma-xl{margin:48px}.q-ml-xl{margin-left:48px}.q-mr-xl{margin-right:48px}.q-mt-xl{margin-top:48px}.q-mb-xl{margin-bottom:48px}.q-mx-xl{margin-left:48px;margin-right:48px}.q-my-xl{margin-top:48px;margin-bottom:48px}.q-mt-auto,.q-my-auto{margin-top:auto}.q-ml-auto{margin-left:auto}.q-mb-auto,.q-my-auto{margin-bottom:auto}.q-mr-auto{margin-right:auto}.q-mx-auto{margin-left:auto;margin-right:auto}.q-touch{-webkit-user-select:none;user-select:none;user-drag:none;-khtml-user-drag:none;-webkit-user-drag:none}.q-touch-x{touch-action:pan-x}.q-touch-y{touch-action:pan-y}:root{--q-transition-duration:.3s}.q-transition--slide-right-enter-active,.q-transition--slide-right-leave-active,.q-transition--slide-left-enter-active,.q-transition--slide-left-leave-active,.q-transition--slide-up-enter-active,.q-transition--slide-up-leave-active,.q-transition--slide-down-enter-active,.q-transition--slide-down-leave-active,.q-transition--jump-right-enter-active,.q-transition--jump-right-leave-active,.q-transition--jump-left-enter-active,.q-transition--jump-left-leave-active,.q-transition--jump-up-enter-active,.q-transition--jump-up-leave-active,.q-transition--jump-down-enter-active,.q-transition--jump-down-leave-active,.q-transition--fade-enter-active,.q-transition--fade-leave-active,.q-transition--scale-enter-active,.q-transition--scale-leave-active,.q-transition--rotate-enter-active,.q-transition--rotate-leave-active,.q-transition--flip-enter-active,.q-transition--flip-leave-active{--q-transition-duration:.3s;--q-transition-easing:cubic-bezier(.215,.61,.355,1)}.q-transition--slide-right-leave-active,.q-transition--slide-left-leave-active,.q-transition--slide-up-leave-active,.q-transition--slide-down-leave-active,.q-transition--jump-right-leave-active,.q-transition--jump-left-leave-active,.q-transition--jump-up-leave-active,.q-transition--jump-down-leave-active,.q-transition--fade-leave-active,.q-transition--scale-leave-active,.q-transition--rotate-leave-active,.q-transition--flip-leave-active{position:absolute}.q-transition--slide-right-enter-active,.q-transition--slide-right-leave-active,.q-transition--slide-left-enter-active,.q-transition--slide-left-leave-active,.q-transition--slide-up-enter-active,.q-transition--slide-up-leave-active,.q-transition--slide-down-enter-active,.q-transition--slide-down-leave-active{transition:transform var(--q-transition-duration) var(--q-transition-easing)}.q-transition--slide-right-enter-from{transform:translate(-100%)}.q-transition--slide-right-leave-to,.q-transition--slide-left-enter-from{transform:translate(100%)}.q-transition--slide-left-leave-to{transform:translate(-100%)}.q-transition--slide-up-enter-from{transform:translateY(100%)}.q-transition--slide-up-leave-to,.q-transition--slide-down-enter-from{transform:translateY(-100%)}.q-transition--slide-down-leave-to{transform:translateY(100%)}.q-transition--jump-right-enter-active,.q-transition--jump-right-leave-active,.q-transition--jump-left-enter-active,.q-transition--jump-left-leave-active,.q-transition--jump-up-enter-active,.q-transition--jump-up-leave-active,.q-transition--jump-down-enter-active,.q-transition--jump-down-leave-active{transition:opacity var(--q-transition-duration), transform var(--q-transition-duration)}.q-transition--jump-right-enter-from,.q-transition--jump-right-leave-to,.q-transition--jump-left-enter-from,.q-transition--jump-left-leave-to,.q-transition--jump-up-enter-from,.q-transition--jump-up-leave-to,.q-transition--jump-down-enter-from,.q-transition--jump-down-leave-to{opacity:0}.q-transition--jump-right-enter-from{transform:translate(-15px)}.q-transition--jump-right-leave-to,.q-transition--jump-left-enter-from{transform:translate(15px)}.q-transition--jump-left-leave-to{transform:translate(-15px)}.q-transition--jump-up-enter-from{transform:translateY(15px)}.q-transition--jump-up-leave-to,.q-transition--jump-down-enter-from{transform:translateY(-15px)}.q-transition--jump-down-leave-to{transform:translateY(15px)}.q-transition--fade-enter-active,.q-transition--fade-leave-active{transition:opacity var(--q-transition-duration) ease-out}.q-transition--fade-enter-from,.q-transition--fade-leave-to{opacity:0}.q-transition--scale-enter-active,.q-transition--scale-leave-active{transition:opacity var(--q-transition-duration), transform var(--q-transition-duration) var(--q-transition-easing)}.q-transition--scale-enter-from,.q-transition--scale-leave-to{opacity:0;transform:scale(0)}.q-transition--rotate-enter-active,.q-transition--rotate-leave-active{transition:opacity var(--q-transition-duration), transform var(--q-transition-duration) var(--q-transition-easing);transform-style:preserve-3d}.q-transition--rotate-enter-from,.q-transition--rotate-leave-to{opacity:0;transform:scale(0)rotate(90deg)}.q-transition--flip-right-enter-active,.q-transition--flip-right-leave-active,.q-transition--flip-left-enter-active,.q-transition--flip-left-leave-active,.q-transition--flip-up-enter-active,.q-transition--flip-up-leave-active,.q-transition--flip-down-enter-active,.q-transition--flip-down-leave-active{transition:transform var(--q-transition-duration);backface-visibility:hidden}.q-transition--flip-right-enter-to,.q-transition--flip-right-leave-from,.q-transition--flip-left-enter-to,.q-transition--flip-left-leave-from,.q-transition--flip-up-enter-to,.q-transition--flip-up-leave-from,.q-transition--flip-down-enter-to,.q-transition--flip-down-leave-from{transform:perspective(400px)rotate3d(1,1,0,0)}.q-transition--flip-right-enter-from{transform:perspective(400px)rotateY(-180deg)}.q-transition--flip-right-leave-to,.q-transition--flip-left-enter-from{transform:perspective(400px)rotateY(180deg)}.q-transition--flip-left-leave-to{transform:perspective(400px)rotateY(-180deg)}.q-transition--flip-up-enter-from{transform:perspective(400px)rotateX(-180deg)}.q-transition--flip-up-leave-to,.q-transition--flip-down-enter-from{transform:perspective(400px)rotateX(180deg)}.q-transition--flip-down-leave-to{transform:perspective(400px)rotateX(-180deg)}body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;min-width:100px;min-height:100%;line-height:1.5}h1{letter-spacing:-.01562em;font-size:6rem;font-weight:300;line-height:6rem}h2{letter-spacing:-.00833em;font-size:3.75rem;font-weight:300;line-height:3.75rem}h3{letter-spacing:normal;font-size:3rem;font-weight:400;line-height:3.125rem}h4{letter-spacing:.00735em;font-size:2.125rem;font-weight:400;line-height:2.5rem}h5{letter-spacing:normal;font-size:1.5rem;font-weight:400;line-height:2rem}h6{letter-spacing:.0125em;font-size:1.25rem;font-weight:500;line-height:2rem}p{margin:0 0 16px}.text-h1{letter-spacing:-.01562em;font-size:6rem;font-weight:300;line-height:6rem}.text-h2{letter-spacing:-.00833em;font-size:3.75rem;font-weight:300;line-height:3.75rem}.text-h3{letter-spacing:normal;font-size:3rem;font-weight:400;line-height:3.125rem}.text-h4{letter-spacing:.00735em;font-size:2.125rem;font-weight:400;line-height:2.5rem}.text-h5{letter-spacing:normal;font-size:1.5rem;font-weight:400;line-height:2rem}.text-h6{letter-spacing:.0125em;font-size:1.25rem;font-weight:500;line-height:2rem}.text-subtitle1{letter-spacing:.00937em;font-size:1rem;font-weight:400;line-height:1.75rem}.text-subtitle2{letter-spacing:.00714em;font-size:.875rem;font-weight:500;line-height:1.375rem}.text-body1{letter-spacing:.03125em;font-size:1rem;font-weight:400;line-height:1.5rem}.text-body2{letter-spacing:.01786em;font-size:.875rem;font-weight:400;line-height:1.25rem}.text-overline{letter-spacing:.16667em;font-size:.75rem;font-weight:500;line-height:2rem}.text-caption{letter-spacing:.03333em;font-size:.75rem;font-weight:400;line-height:1.25rem}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-italic{font-style:italic}.text-bold{font-weight:700}.text-no-wrap{white-space:nowrap}.text-strike{text-decoration:line-through}.text-weight-thin{font-weight:100}.text-weight-light{font-weight:300}.text-weight-regular{font-weight:400}.text-weight-medium{font-weight:500}.text-weight-bold{font-weight:700}.text-weight-bolder{font-weight:900}big{font-size:170%}.no-margin{margin:0!important}.no-padding{padding:0!important}.no-border{border:0!important}.no-border-radius{border-radius:0!important}.no-box-shadow{box-shadow:none!important}.no-outline{outline:0!important}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ellipsis-2-lines,.ellipsis-3-lines{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ellipsis-2-lines{-webkit-line-clamp:2}.ellipsis-3-lines{-webkit-line-clamp:3}.readonly{cursor:default!important}.disabled,.disabled *,[disabled],[disabled] *{cursor:not-allowed!important;outline:0!important}.disabled,[disabled]{opacity:.6!important}.invisible,.invisible *{visibility:hidden!important;transition:none!important;animation:none!important}.transparent{background:0 0!important}.overflow-hidden-y{overflow-y:hidden!important}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.dimmed:after,.light-dimmed:after{content:"";position:absolute;inset:0}.dimmed:after{background:#0006!important}.light-dimmed:after{background:#fff9!important}.z-top{z-index:7000!important}.z-max{z-index:9998!important}body:not(.desktop) .desktop-only,body.desktop .desktop-hide,body:not(.mobile) .mobile-only,body.mobile .mobile-hide,body:not(.native-mobile) .native-mobile-only,body.native-mobile .native-mobile-hide,body:not(.cordova) .cordova-only,body.cordova .cordova-hide,body:not(.capacitor) .capacitor-only,body.capacitor .capacitor-hide,body:not(.electron) .electron-only,body.electron .electron-hide,body:not(.touch) .touch-only,body.touch .touch-hide,body:not(.within-iframe) .within-iframe-only,body.within-iframe .within-iframe-hide,body:not(.platform-ios) .platform-ios-only,body.platform-ios .platform-ios-hide,body:not(.platform-android) .platform-android-only,body.platform-android .platform-android-hide{display:none!important}@media (orientation:portrait){.orientation-landscape{display:none!important}}@media (orientation:landscape){.orientation-portrait{display:none!important}}@media screen{.print-only{display:none!important}}@media print{.print-hide{display:none!important}}@media (width<=599.98px){.xs-hide,.gt-xs,.sm,.gt-sm,.md,.gt-md,.lg,.gt-lg,.xl{display:none!important}}@media (width>=600px) and (width<=1023.98px){.sm-hide,.xs,.lt-sm,.gt-sm,.md,.gt-md,.lg,.gt-lg,.xl{display:none!important}}@media (width>=1024px) and (width<=1439.98px){.md-hide,.xs,.lt-sm,.sm,.lt-md,.gt-md,.lg,.gt-lg,.xl{display:none!important}}@media (width>=1440px) and (width<=1919.98px){.lg-hide,.xs,.lt-sm,.sm,.lt-md,.md,.lt-lg,.gt-lg,.xl{display:none!important}}@media (width>=1920px){.xl-hide,.xs,.lt-sm,.sm,.lt-md,.md,.lt-lg,.lg,.lt-xl{display:none!important}}.q-focus-helper,.q-focusable,.q-manual-focusable,.q-hoverable{outline:0}body.desktop .q-focus-helper{pointer-events:none;border-radius:inherit;opacity:0;width:100%;height:100%;transition:background-color .3s cubic-bezier(.25,.8,.5,1),opacity .4s cubic-bezier(.25,.8,.5,1);position:absolute;top:0;left:0}body.desktop .q-focus-helper:before,body.desktop .q-focus-helper:after{content:"";opacity:0;border-radius:inherit;width:100%;height:100%;transition:background-color .3s cubic-bezier(.25,.8,.5,1),opacity .6s cubic-bezier(.25,.8,.5,1);position:absolute;top:0;left:0}body.desktop .q-focus-helper:before{background:#000}body.desktop .q-focus-helper:after{background:#fff}body.desktop .q-focus-helper--rounded{border-radius:4px}body.desktop .q-focus-helper--round{border-radius:50%}body.desktop .q-focusable:focus>.q-focus-helper,body.desktop .q-manual-focusable--focused>.q-focus-helper,body.desktop .q-hoverable:hover>.q-focus-helper{opacity:.15;background:currentColor}body.desktop .q-focusable:focus>.q-focus-helper:before,body.desktop .q-manual-focusable--focused>.q-focus-helper:before,body.desktop .q-hoverable:hover>.q-focus-helper:before{opacity:.1}body.desktop .q-focusable:focus>.q-focus-helper:after,body.desktop .q-manual-focusable--focused>.q-focus-helper:after,body.desktop .q-hoverable:hover>.q-focus-helper:after{opacity:.4}body.desktop .q-focusable:focus>.q-focus-helper,body.desktop .q-manual-focusable--focused>.q-focus-helper{opacity:.22}body.body--dark{color:#fff;background:var(--q-dark-page)}.q-dark{color:#fff;background:var(--q-dark)}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.aspect-w-1{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:1;position:relative}.aspect-w-1>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-10{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:10;position:relative}.aspect-w-10>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-11{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:11;position:relative}.aspect-w-11>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-12{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:12;position:relative}.aspect-w-12>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-13{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:13;position:relative}.aspect-w-13>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-14{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:14;position:relative}.aspect-w-14>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-15{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:15;position:relative}.aspect-w-15>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-16{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:16;position:relative}.aspect-w-16>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-2{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:2;position:relative}.aspect-w-2>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-3{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:3;position:relative}.aspect-w-3>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-4{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:4;position:relative}.aspect-w-4>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-5{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:5;position:relative}.aspect-w-5>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-6{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:6;position:relative}.aspect-w-6>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-7{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:7;position:relative}.aspect-w-7>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-8{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:8;position:relative}.aspect-w-8>*{width:100%;height:100%;position:absolute;inset:0}.aspect-w-9{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:9;position:relative}.aspect-w-9>*{width:100%;height:100%;position:absolute;inset:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.\!collapse{visibility:collapse!important}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-bottom-0\.5{bottom:-.125rem}.-right-1{right:-.25rem}.bottom-0{bottom:0}.left-0{left:0}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-8{left:2rem}.right-0{right:0}.right-5{right:1.25rem}.right-8{right:2rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-7{top:1.75rem}.isolate{isolation:isolate}.\!z-50{z-index:50!important}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.order-1{order:1}.col-span-1{grid-column:span 1/span 1}.col-span-10{grid-column:span 10/span 10}.col-span-11{grid-column:span 11/span 11}.col-span-12{grid-column:span 12/span 12}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-start-2{grid-column-start:2}.col-end-8{grid-column-end:8}.float-right{float:right}.float-left{float:left}.-m-4{margin:-1rem}.m-0{margin:0}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-14{margin-left:3.5rem;margin-right:3.5rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.-mb-12{margin-bottom:-3rem}.-mb-8{margin-bottom:-2rem}.-mb-px{margin-bottom:-1px}.-ml-px{margin-left:-1px}.-mr-12{margin-right:-3rem}.-mt-1{margin-top:-.25rem}.-mt-1\.5{margin-top:-.375rem}.-mt-10{margin-top:-2.5rem}.-mt-11{margin-top:-2.75rem}.-mt-12{margin-top:-3rem}.-mt-14{margin-top:-3.5rem}.-mt-16{margin-top:-4rem}.-mt-2{margin-top:-.5rem}.-mt-2\.5{margin-top:-.625rem}.-mt-20{margin-top:-5rem}.-mt-24{margin-top:-6rem}.-mt-28{margin-top:-7rem}.-mt-3{margin-top:-.75rem}.-mt-3\.5{margin-top:-.875rem}.-mt-32{margin-top:-8rem}.-mt-36{margin-top:-9rem}.-mt-4{margin-top:-1rem}.-mt-40{margin-top:-10rem}.-mt-44{margin-top:-11rem}.-mt-48{margin-top:-12rem}.-mt-5{margin-top:-1.25rem}.-mt-52{margin-top:-13rem}.-mt-56{margin-top:-14rem}.-mt-6{margin-top:-1.5rem}.-mt-60{margin-top:-15rem}.-mt-64{margin-top:-16rem}.-mt-7{margin-top:-1.75rem}.-mt-72{margin-top:-18rem}.-mt-8{margin-top:-2rem}.-mt-80{margin-top:-20rem}.-mt-9{margin-top:-2.25rem}.-mt-96{margin-top:-24rem}.-mt-px{margin-top:-1px}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-28{margin-left:7rem}.ml-3{margin-left:.75rem}.ml-3\.5{margin-left:.875rem}.ml-32{margin-left:8rem}.ml-36{margin-left:9rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-px{margin-left:1px}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-3\.5{margin-right:.875rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mr-auto{margin-right:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-32{margin-top:8rem}.mt-36{margin-top:9rem}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-44{margin-top:11rem}.mt-48{margin-top:12rem}.mt-5{margin-top:1.25rem}.mt-52{margin-top:13rem}.mt-56{margin-top:14rem}.mt-6{margin-top:1.5rem}.mt-60{margin-top:15rem}.mt-64{margin-top:16rem}.mt-7{margin-top:1.75rem}.mt-72{margin-top:18rem}.mt-8{margin-top:2rem}.mt-80{margin-top:20rem}.mt-9{margin-top:2.25rem}.mt-96{margin-top:24rem}.mt-\[0px\]{margin-top:0}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.flow-root{display:flow-root}.grid{display:grid}.\!hidden{display:none!important}.size-1{width:.25rem;height:.25rem}.size-2{width:.5rem;height:.5rem}.size-3{width:.75rem;height:.75rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.h-0{height:0}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[2\.5px\]{height:2.5px}.h-\[2\.6px\]{height:2.6px}.h-\[20px\]{height:20px}.h-\[24px\]{height:24px}.h-\[32px\]{height:32px}.h-\[40px\]{height:40px}.h-\[44px\]{height:44px}.h-\[48px\]{height:48px}.h-\[50px\]{height:50px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-20{max-height:5rem}.max-h-\[100px\]{max-height:100px}.min-h-4{min-height:1rem}.min-h-screen{min-height:100vh}.w-0{width:0}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/12{width:8.33333%}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-1\/6{width:16.6667%}.w-10{width:2.5rem}.w-10\/12{width:83.3333%}.w-11{width:2.75rem}.w-11\/12{width:91.6667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/12{width:16.6667%}.w-2\/3{width:66.6667%}.w-2\/4{width:50%}.w-2\/5{width:40%}.w-2\/6{width:33.3333%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/12{width:25%}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-3\/6{width:50%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/12{width:33.3333%}.w-4\/5{width:80%}.w-4\/6{width:66.6667%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/12{width:41.6667%}.w-5\/6{width:83.3333%}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-7\/12{width:58.3333%}.w-72{width:18rem}.w-8{width:2rem}.w-8\/12{width:66.6667%}.w-80{width:20rem}.w-9{width:2.25rem}.w-9\/12{width:75%}.w-96{width:24rem}.w-\[105px\]{width:105px}.w-\[123px\]{width:123px}.w-\[20px\]{width:20px}.w-\[24px\]{width:24px}.w-\[40px\]{width:40px}.w-\[50px\]{width:50px}.w-\[92px\]{width:92px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.min-w-0{min-width:0}.min-w-1{min-width:.25rem}.min-w-1\.5{min-width:.375rem}.min-w-10{min-width:2.5rem}.min-w-11{min-width:2.75rem}.min-w-12{min-width:3rem}.min-w-14{min-width:3.5rem}.min-w-16{min-width:4rem}.min-w-2{min-width:.5rem}.min-w-2\.5{min-width:.625rem}.min-w-20{min-width:5rem}.min-w-24{min-width:6rem}.min-w-28{min-width:7rem}.min-w-3{min-width:.75rem}.min-w-3\.5{min-width:.875rem}.min-w-32{min-width:8rem}.min-w-36{min-width:9rem}.min-w-4{min-width:1rem}.min-w-40{min-width:10rem}.min-w-44{min-width:11rem}.min-w-48{min-width:12rem}.min-w-5{min-width:1.25rem}.min-w-52{min-width:13rem}.min-w-56{min-width:14rem}.min-w-6{min-width:1.5rem}.min-w-60{min-width:15rem}.min-w-64{min-width:16rem}.min-w-7{min-width:1.75rem}.min-w-72{min-width:18rem}.min-w-8{min-width:2rem}.min-w-80{min-width:20rem}.min-w-9{min-width:2.25rem}.min-w-96{min-width:24rem}.min-w-full{min-width:100%}.max-w-1{max-width:.25rem}.max-w-1\.5{max-width:.375rem}.max-w-10{max-width:2.5rem}.max-w-11{max-width:2.75rem}.max-w-12{max-width:3rem}.max-w-14{max-width:3.5rem}.max-w-16{max-width:4rem}.max-w-2{max-width:.5rem}.max-w-2\.5{max-width:.625rem}.max-w-20{max-width:5rem}.max-w-24{max-width:6rem}.max-w-28{max-width:7rem}.max-w-2xl{max-width:42rem}.max-w-3{max-width:.75rem}.max-w-3\.5{max-width:.875rem}.max-w-32{max-width:8rem}.max-w-36{max-width:9rem}.max-w-3xl{max-width:48rem}.max-w-4{max-width:1rem}.max-w-40{max-width:10rem}.max-w-44{max-width:11rem}.max-w-48{max-width:12rem}.max-w-4xl{max-width:56rem}.max-w-5{max-width:1.25rem}.max-w-52{max-width:13rem}.max-w-56{max-width:14rem}.max-w-5xl{max-width:64rem}.max-w-6{max-width:1.5rem}.max-w-60{max-width:15rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-7{max-width:1.75rem}.max-w-72{max-width:18rem}.max-w-7xl{max-width:80rem}.max-w-8{max-width:2rem}.max-w-80{max-width:20rem}.max-w-9{max-width:2.25rem}.max-w-96{max-width:24rem}.max-w-full{max-width:100%}.max-w-max{max-width:max-content}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.origin-top-right{transform-origin:100% 0}.-translate-y-1{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.-scroll-mt-1{scroll-margin-top:-.25rem}.-scroll-mt-1\.5{scroll-margin-top:-.375rem}.-scroll-mt-10{scroll-margin-top:-2.5rem}.-scroll-mt-11{scroll-margin-top:-2.75rem}.-scroll-mt-12{scroll-margin-top:-3rem}.-scroll-mt-14{scroll-margin-top:-3.5rem}.-scroll-mt-16{scroll-margin-top:-4rem}.-scroll-mt-2{scroll-margin-top:-.5rem}.-scroll-mt-2\.5{scroll-margin-top:-.625rem}.-scroll-mt-20{scroll-margin-top:-5rem}.-scroll-mt-24{scroll-margin-top:-6rem}.-scroll-mt-28{scroll-margin-top:-7rem}.-scroll-mt-3{scroll-margin-top:-.75rem}.-scroll-mt-3\.5{scroll-margin-top:-.875rem}.-scroll-mt-32{scroll-margin-top:-8rem}.-scroll-mt-36{scroll-margin-top:-9rem}.-scroll-mt-4{scroll-margin-top:-1rem}.-scroll-mt-40{scroll-margin-top:-10rem}.-scroll-mt-44{scroll-margin-top:-11rem}.-scroll-mt-48{scroll-margin-top:-12rem}.-scroll-mt-5{scroll-margin-top:-1.25rem}.-scroll-mt-52{scroll-margin-top:-13rem}.-scroll-mt-56{scroll-margin-top:-14rem}.-scroll-mt-6{scroll-margin-top:-1.5rem}.-scroll-mt-60{scroll-margin-top:-15rem}.-scroll-mt-64{scroll-margin-top:-16rem}.-scroll-mt-7{scroll-margin-top:-1.75rem}.-scroll-mt-72{scroll-margin-top:-18rem}.-scroll-mt-8{scroll-margin-top:-2rem}.-scroll-mt-80{scroll-margin-top:-20rem}.-scroll-mt-9{scroll-margin-top:-2.25rem}.-scroll-mt-96{scroll-margin-top:-24rem}.scroll-mt-1{scroll-margin-top:.25rem}.scroll-mt-1\.5{scroll-margin-top:.375rem}.scroll-mt-10{scroll-margin-top:2.5rem}.scroll-mt-11{scroll-margin-top:2.75rem}.scroll-mt-12{scroll-margin-top:3rem}.scroll-mt-14{scroll-margin-top:3.5rem}.scroll-mt-16{scroll-margin-top:4rem}.scroll-mt-2{scroll-margin-top:.5rem}.scroll-mt-2\.5{scroll-margin-top:.625rem}.scroll-mt-20{scroll-margin-top:5rem}.scroll-mt-24{scroll-margin-top:6rem}.scroll-mt-28{scroll-margin-top:7rem}.scroll-mt-3{scroll-margin-top:.75rem}.scroll-mt-3\.5{scroll-margin-top:.875rem}.scroll-mt-32{scroll-margin-top:8rem}.scroll-mt-36{scroll-margin-top:9rem}.scroll-mt-4{scroll-margin-top:1rem}.scroll-mt-40{scroll-margin-top:10rem}.scroll-mt-44{scroll-margin-top:11rem}.scroll-mt-48{scroll-margin-top:12rem}.scroll-mt-5{scroll-margin-top:1.25rem}.scroll-mt-52{scroll-margin-top:13rem}.scroll-mt-56{scroll-margin-top:14rem}.scroll-mt-6{scroll-margin-top:1.5rem}.scroll-mt-60{scroll-margin-top:15rem}.scroll-mt-64{scroll-margin-top:16rem}.scroll-mt-7{scroll-margin-top:1.75rem}.scroll-mt-72{scroll-margin-top:18rem}.scroll-mt-8{scroll-margin-top:2rem}.scroll-mt-80{scroll-margin-top:20rem}.scroll-mt-9{scroll-margin-top:2.25rem}.scroll-mt-96{scroll-margin-top:24rem}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-content-between{place-content:space-between}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-stretch{justify-content:stretch}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[2px\]{gap:2px}.gap-x-2{column-gap:.5rem}.gap-x-4{column-gap:1rem}.gap-x-5{column-gap:1.25rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.25rem * var(--tw-space-x-reverse));margin-left:calc(-.25rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.625rem * var(--tw-space-x-reverse));margin-left:calc(.625rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.875rem * var(--tw-space-x-reverse));margin-left:calc(.875rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 213 219/var(--tw-divide-opacity,1))}.divide-yellow-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 249 195/var(--tw-divide-opacity,1))}.divide-yellow-100\/0>:not([hidden])~:not([hidden]){border-color:#fef9c300}.divide-yellow-100\/10>:not([hidden])~:not([hidden]){border-color:#fef9c31a}.divide-yellow-100\/100>:not([hidden])~:not([hidden]){border-color:#fef9c3}.divide-yellow-100\/15>:not([hidden])~:not([hidden]){border-color:#fef9c326}.divide-yellow-100\/20>:not([hidden])~:not([hidden]){border-color:#fef9c333}.divide-yellow-100\/25>:not([hidden])~:not([hidden]){border-color:#fef9c340}.divide-yellow-100\/30>:not([hidden])~:not([hidden]){border-color:#fef9c34d}.divide-yellow-100\/35>:not([hidden])~:not([hidden]){border-color:#fef9c359}.divide-yellow-100\/40>:not([hidden])~:not([hidden]){border-color:#fef9c366}.divide-yellow-100\/45>:not([hidden])~:not([hidden]){border-color:#fef9c373}.divide-yellow-100\/5>:not([hidden])~:not([hidden]){border-color:#fef9c30d}.divide-yellow-100\/50>:not([hidden])~:not([hidden]){border-color:#fef9c380}.divide-yellow-100\/55>:not([hidden])~:not([hidden]){border-color:#fef9c38c}.divide-yellow-100\/60>:not([hidden])~:not([hidden]){border-color:#fef9c399}.divide-yellow-100\/65>:not([hidden])~:not([hidden]){border-color:#fef9c3a6}.divide-yellow-100\/70>:not([hidden])~:not([hidden]){border-color:#fef9c3b3}.divide-yellow-100\/75>:not([hidden])~:not([hidden]){border-color:#fef9c3bf}.divide-yellow-100\/80>:not([hidden])~:not([hidden]){border-color:#fef9c3cc}.divide-yellow-100\/85>:not([hidden])~:not([hidden]){border-color:#fef9c3d9}.divide-yellow-100\/90>:not([hidden])~:not([hidden]){border-color:#fef9c3e6}.divide-yellow-100\/95>:not([hidden])~:not([hidden]){border-color:#fef9c3f2}.divide-yellow-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 240 138/var(--tw-divide-opacity,1))}.divide-yellow-200\/0>:not([hidden])~:not([hidden]){border-color:#fef08a00}.divide-yellow-200\/10>:not([hidden])~:not([hidden]){border-color:#fef08a1a}.divide-yellow-200\/100>:not([hidden])~:not([hidden]){border-color:#fef08a}.divide-yellow-200\/15>:not([hidden])~:not([hidden]){border-color:#fef08a26}.divide-yellow-200\/20>:not([hidden])~:not([hidden]){border-color:#fef08a33}.divide-yellow-200\/25>:not([hidden])~:not([hidden]){border-color:#fef08a40}.divide-yellow-200\/30>:not([hidden])~:not([hidden]){border-color:#fef08a4d}.divide-yellow-200\/35>:not([hidden])~:not([hidden]){border-color:#fef08a59}.divide-yellow-200\/40>:not([hidden])~:not([hidden]){border-color:#fef08a66}.divide-yellow-200\/45>:not([hidden])~:not([hidden]){border-color:#fef08a73}.divide-yellow-200\/5>:not([hidden])~:not([hidden]){border-color:#fef08a0d}.divide-yellow-200\/50>:not([hidden])~:not([hidden]){border-color:#fef08a80}.divide-yellow-200\/55>:not([hidden])~:not([hidden]){border-color:#fef08a8c}.divide-yellow-200\/60>:not([hidden])~:not([hidden]){border-color:#fef08a99}.divide-yellow-200\/65>:not([hidden])~:not([hidden]){border-color:#fef08aa6}.divide-yellow-200\/70>:not([hidden])~:not([hidden]){border-color:#fef08ab3}.divide-yellow-200\/75>:not([hidden])~:not([hidden]){border-color:#fef08abf}.divide-yellow-200\/80>:not([hidden])~:not([hidden]){border-color:#fef08acc}.divide-yellow-200\/85>:not([hidden])~:not([hidden]){border-color:#fef08ad9}.divide-yellow-200\/90>:not([hidden])~:not([hidden]){border-color:#fef08ae6}.divide-yellow-200\/95>:not([hidden])~:not([hidden]){border-color:#fef08af2}.divide-yellow-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 224 71/var(--tw-divide-opacity,1))}.divide-yellow-300\/0>:not([hidden])~:not([hidden]){border-color:#fde04700}.divide-yellow-300\/10>:not([hidden])~:not([hidden]){border-color:#fde0471a}.divide-yellow-300\/100>:not([hidden])~:not([hidden]){border-color:#fde047}.divide-yellow-300\/15>:not([hidden])~:not([hidden]){border-color:#fde04726}.divide-yellow-300\/20>:not([hidden])~:not([hidden]){border-color:#fde04733}.divide-yellow-300\/25>:not([hidden])~:not([hidden]){border-color:#fde04740}.divide-yellow-300\/30>:not([hidden])~:not([hidden]){border-color:#fde0474d}.divide-yellow-300\/35>:not([hidden])~:not([hidden]){border-color:#fde04759}.divide-yellow-300\/40>:not([hidden])~:not([hidden]){border-color:#fde04766}.divide-yellow-300\/45>:not([hidden])~:not([hidden]){border-color:#fde04773}.divide-yellow-300\/5>:not([hidden])~:not([hidden]){border-color:#fde0470d}.divide-yellow-300\/50>:not([hidden])~:not([hidden]){border-color:#fde04780}.divide-yellow-300\/55>:not([hidden])~:not([hidden]){border-color:#fde0478c}.divide-yellow-300\/60>:not([hidden])~:not([hidden]){border-color:#fde04799}.divide-yellow-300\/65>:not([hidden])~:not([hidden]){border-color:#fde047a6}.divide-yellow-300\/70>:not([hidden])~:not([hidden]){border-color:#fde047b3}.divide-yellow-300\/75>:not([hidden])~:not([hidden]){border-color:#fde047bf}.divide-yellow-300\/80>:not([hidden])~:not([hidden]){border-color:#fde047cc}.divide-yellow-300\/85>:not([hidden])~:not([hidden]){border-color:#fde047d9}.divide-yellow-300\/90>:not([hidden])~:not([hidden]){border-color:#fde047e6}.divide-yellow-300\/95>:not([hidden])~:not([hidden]){border-color:#fde047f2}.divide-yellow-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(250 204 21/var(--tw-divide-opacity,1))}.divide-yellow-400\/0>:not([hidden])~:not([hidden]){border-color:#facc1500}.divide-yellow-400\/10>:not([hidden])~:not([hidden]){border-color:#facc151a}.divide-yellow-400\/100>:not([hidden])~:not([hidden]){border-color:#facc15}.divide-yellow-400\/15>:not([hidden])~:not([hidden]){border-color:#facc1526}.divide-yellow-400\/20>:not([hidden])~:not([hidden]){border-color:#facc1533}.divide-yellow-400\/25>:not([hidden])~:not([hidden]){border-color:#facc1540}.divide-yellow-400\/30>:not([hidden])~:not([hidden]){border-color:#facc154d}.divide-yellow-400\/35>:not([hidden])~:not([hidden]){border-color:#facc1559}.divide-yellow-400\/40>:not([hidden])~:not([hidden]){border-color:#facc1566}.divide-yellow-400\/45>:not([hidden])~:not([hidden]){border-color:#facc1573}.divide-yellow-400\/5>:not([hidden])~:not([hidden]){border-color:#facc150d}.divide-yellow-400\/50>:not([hidden])~:not([hidden]){border-color:#facc1580}.divide-yellow-400\/55>:not([hidden])~:not([hidden]){border-color:#facc158c}.divide-yellow-400\/60>:not([hidden])~:not([hidden]){border-color:#facc1599}.divide-yellow-400\/65>:not([hidden])~:not([hidden]){border-color:#facc15a6}.divide-yellow-400\/70>:not([hidden])~:not([hidden]){border-color:#facc15b3}.divide-yellow-400\/75>:not([hidden])~:not([hidden]){border-color:#facc15bf}.divide-yellow-400\/80>:not([hidden])~:not([hidden]){border-color:#facc15cc}.divide-yellow-400\/85>:not([hidden])~:not([hidden]){border-color:#facc15d9}.divide-yellow-400\/90>:not([hidden])~:not([hidden]){border-color:#facc15e6}.divide-yellow-400\/95>:not([hidden])~:not([hidden]){border-color:#facc15f2}.divide-yellow-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 252 232/var(--tw-divide-opacity,1))}.divide-yellow-50\/0>:not([hidden])~:not([hidden]){border-color:#fefce800}.divide-yellow-50\/10>:not([hidden])~:not([hidden]){border-color:#fefce81a}.divide-yellow-50\/100>:not([hidden])~:not([hidden]){border-color:#fefce8}.divide-yellow-50\/15>:not([hidden])~:not([hidden]){border-color:#fefce826}.divide-yellow-50\/20>:not([hidden])~:not([hidden]){border-color:#fefce833}.divide-yellow-50\/25>:not([hidden])~:not([hidden]){border-color:#fefce840}.divide-yellow-50\/30>:not([hidden])~:not([hidden]){border-color:#fefce84d}.divide-yellow-50\/35>:not([hidden])~:not([hidden]){border-color:#fefce859}.divide-yellow-50\/40>:not([hidden])~:not([hidden]){border-color:#fefce866}.divide-yellow-50\/45>:not([hidden])~:not([hidden]){border-color:#fefce873}.divide-yellow-50\/5>:not([hidden])~:not([hidden]){border-color:#fefce80d}.divide-yellow-50\/50>:not([hidden])~:not([hidden]){border-color:#fefce880}.divide-yellow-50\/55>:not([hidden])~:not([hidden]){border-color:#fefce88c}.divide-yellow-50\/60>:not([hidden])~:not([hidden]){border-color:#fefce899}.divide-yellow-50\/65>:not([hidden])~:not([hidden]){border-color:#fefce8a6}.divide-yellow-50\/70>:not([hidden])~:not([hidden]){border-color:#fefce8b3}.divide-yellow-50\/75>:not([hidden])~:not([hidden]){border-color:#fefce8bf}.divide-yellow-50\/80>:not([hidden])~:not([hidden]){border-color:#fefce8cc}.divide-yellow-50\/85>:not([hidden])~:not([hidden]){border-color:#fefce8d9}.divide-yellow-50\/90>:not([hidden])~:not([hidden]){border-color:#fefce8e6}.divide-yellow-50\/95>:not([hidden])~:not([hidden]){border-color:#fefce8f2}.divide-yellow-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(234 179 8/var(--tw-divide-opacity,1))}.divide-yellow-500\/0>:not([hidden])~:not([hidden]){border-color:#eab30800}.divide-yellow-500\/10>:not([hidden])~:not([hidden]){border-color:#eab3081a}.divide-yellow-500\/100>:not([hidden])~:not([hidden]){border-color:#eab308}.divide-yellow-500\/15>:not([hidden])~:not([hidden]){border-color:#eab30826}.divide-yellow-500\/20>:not([hidden])~:not([hidden]){border-color:#eab30833}.divide-yellow-500\/25>:not([hidden])~:not([hidden]){border-color:#eab30840}.divide-yellow-500\/30>:not([hidden])~:not([hidden]){border-color:#eab3084d}.divide-yellow-500\/35>:not([hidden])~:not([hidden]){border-color:#eab30859}.divide-yellow-500\/40>:not([hidden])~:not([hidden]){border-color:#eab30866}.divide-yellow-500\/45>:not([hidden])~:not([hidden]){border-color:#eab30873}.divide-yellow-500\/5>:not([hidden])~:not([hidden]){border-color:#eab3080d}.divide-yellow-500\/50>:not([hidden])~:not([hidden]){border-color:#eab30880}.divide-yellow-500\/55>:not([hidden])~:not([hidden]){border-color:#eab3088c}.divide-yellow-500\/60>:not([hidden])~:not([hidden]){border-color:#eab30899}.divide-yellow-500\/65>:not([hidden])~:not([hidden]){border-color:#eab308a6}.divide-yellow-500\/70>:not([hidden])~:not([hidden]){border-color:#eab308b3}.divide-yellow-500\/75>:not([hidden])~:not([hidden]){border-color:#eab308bf}.divide-yellow-500\/80>:not([hidden])~:not([hidden]){border-color:#eab308cc}.divide-yellow-500\/85>:not([hidden])~:not([hidden]){border-color:#eab308d9}.divide-yellow-500\/90>:not([hidden])~:not([hidden]){border-color:#eab308e6}.divide-yellow-500\/95>:not([hidden])~:not([hidden]){border-color:#eab308f2}.divide-yellow-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(202 138 4/var(--tw-divide-opacity,1))}.divide-yellow-600\/0>:not([hidden])~:not([hidden]){border-color:#ca8a0400}.divide-yellow-600\/10>:not([hidden])~:not([hidden]){border-color:#ca8a041a}.divide-yellow-600\/100>:not([hidden])~:not([hidden]){border-color:#ca8a04}.divide-yellow-600\/15>:not([hidden])~:not([hidden]){border-color:#ca8a0426}.divide-yellow-600\/20>:not([hidden])~:not([hidden]){border-color:#ca8a0433}.divide-yellow-600\/25>:not([hidden])~:not([hidden]){border-color:#ca8a0440}.divide-yellow-600\/30>:not([hidden])~:not([hidden]){border-color:#ca8a044d}.divide-yellow-600\/35>:not([hidden])~:not([hidden]){border-color:#ca8a0459}.divide-yellow-600\/40>:not([hidden])~:not([hidden]){border-color:#ca8a0466}.divide-yellow-600\/45>:not([hidden])~:not([hidden]){border-color:#ca8a0473}.divide-yellow-600\/5>:not([hidden])~:not([hidden]){border-color:#ca8a040d}.divide-yellow-600\/50>:not([hidden])~:not([hidden]){border-color:#ca8a0480}.divide-yellow-600\/55>:not([hidden])~:not([hidden]){border-color:#ca8a048c}.divide-yellow-600\/60>:not([hidden])~:not([hidden]){border-color:#ca8a0499}.divide-yellow-600\/65>:not([hidden])~:not([hidden]){border-color:#ca8a04a6}.divide-yellow-600\/70>:not([hidden])~:not([hidden]){border-color:#ca8a04b3}.divide-yellow-600\/75>:not([hidden])~:not([hidden]){border-color:#ca8a04bf}.divide-yellow-600\/80>:not([hidden])~:not([hidden]){border-color:#ca8a04cc}.divide-yellow-600\/85>:not([hidden])~:not([hidden]){border-color:#ca8a04d9}.divide-yellow-600\/90>:not([hidden])~:not([hidden]){border-color:#ca8a04e6}.divide-yellow-600\/95>:not([hidden])~:not([hidden]){border-color:#ca8a04f2}.divide-yellow-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(161 98 7/var(--tw-divide-opacity,1))}.divide-yellow-700\/0>:not([hidden])~:not([hidden]){border-color:#a1620700}.divide-yellow-700\/10>:not([hidden])~:not([hidden]){border-color:#a162071a}.divide-yellow-700\/100>:not([hidden])~:not([hidden]){border-color:#a16207}.divide-yellow-700\/15>:not([hidden])~:not([hidden]){border-color:#a1620726}.divide-yellow-700\/20>:not([hidden])~:not([hidden]){border-color:#a1620733}.divide-yellow-700\/25>:not([hidden])~:not([hidden]){border-color:#a1620740}.divide-yellow-700\/30>:not([hidden])~:not([hidden]){border-color:#a162074d}.divide-yellow-700\/35>:not([hidden])~:not([hidden]){border-color:#a1620759}.divide-yellow-700\/40>:not([hidden])~:not([hidden]){border-color:#a1620766}.divide-yellow-700\/45>:not([hidden])~:not([hidden]){border-color:#a1620773}.divide-yellow-700\/5>:not([hidden])~:not([hidden]){border-color:#a162070d}.divide-yellow-700\/50>:not([hidden])~:not([hidden]){border-color:#a1620780}.divide-yellow-700\/55>:not([hidden])~:not([hidden]){border-color:#a162078c}.divide-yellow-700\/60>:not([hidden])~:not([hidden]){border-color:#a1620799}.divide-yellow-700\/65>:not([hidden])~:not([hidden]){border-color:#a16207a6}.divide-yellow-700\/70>:not([hidden])~:not([hidden]){border-color:#a16207b3}.divide-yellow-700\/75>:not([hidden])~:not([hidden]){border-color:#a16207bf}.divide-yellow-700\/80>:not([hidden])~:not([hidden]){border-color:#a16207cc}.divide-yellow-700\/85>:not([hidden])~:not([hidden]){border-color:#a16207d9}.divide-yellow-700\/90>:not([hidden])~:not([hidden]){border-color:#a16207e6}.divide-yellow-700\/95>:not([hidden])~:not([hidden]){border-color:#a16207f2}.divide-yellow-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(133 77 14/var(--tw-divide-opacity,1))}.divide-yellow-800\/0>:not([hidden])~:not([hidden]){border-color:#854d0e00}.divide-yellow-800\/10>:not([hidden])~:not([hidden]){border-color:#854d0e1a}.divide-yellow-800\/100>:not([hidden])~:not([hidden]){border-color:#854d0e}.divide-yellow-800\/15>:not([hidden])~:not([hidden]){border-color:#854d0e26}.divide-yellow-800\/20>:not([hidden])~:not([hidden]){border-color:#854d0e33}.divide-yellow-800\/25>:not([hidden])~:not([hidden]){border-color:#854d0e40}.divide-yellow-800\/30>:not([hidden])~:not([hidden]){border-color:#854d0e4d}.divide-yellow-800\/35>:not([hidden])~:not([hidden]){border-color:#854d0e59}.divide-yellow-800\/40>:not([hidden])~:not([hidden]){border-color:#854d0e66}.divide-yellow-800\/45>:not([hidden])~:not([hidden]){border-color:#854d0e73}.divide-yellow-800\/5>:not([hidden])~:not([hidden]){border-color:#854d0e0d}.divide-yellow-800\/50>:not([hidden])~:not([hidden]){border-color:#854d0e80}.divide-yellow-800\/55>:not([hidden])~:not([hidden]){border-color:#854d0e8c}.divide-yellow-800\/60>:not([hidden])~:not([hidden]){border-color:#854d0e99}.divide-yellow-800\/65>:not([hidden])~:not([hidden]){border-color:#854d0ea6}.divide-yellow-800\/70>:not([hidden])~:not([hidden]){border-color:#854d0eb3}.divide-yellow-800\/75>:not([hidden])~:not([hidden]){border-color:#854d0ebf}.divide-yellow-800\/80>:not([hidden])~:not([hidden]){border-color:#854d0ecc}.divide-yellow-800\/85>:not([hidden])~:not([hidden]){border-color:#854d0ed9}.divide-yellow-800\/90>:not([hidden])~:not([hidden]){border-color:#854d0ee6}.divide-yellow-800\/95>:not([hidden])~:not([hidden]){border-color:#854d0ef2}.divide-yellow-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(113 63 18/var(--tw-divide-opacity,1))}.divide-yellow-900\/0>:not([hidden])~:not([hidden]){border-color:#713f1200}.divide-yellow-900\/10>:not([hidden])~:not([hidden]){border-color:#713f121a}.divide-yellow-900\/100>:not([hidden])~:not([hidden]){border-color:#713f12}.divide-yellow-900\/15>:not([hidden])~:not([hidden]){border-color:#713f1226}.divide-yellow-900\/20>:not([hidden])~:not([hidden]){border-color:#713f1233}.divide-yellow-900\/25>:not([hidden])~:not([hidden]){border-color:#713f1240}.divide-yellow-900\/30>:not([hidden])~:not([hidden]){border-color:#713f124d}.divide-yellow-900\/35>:not([hidden])~:not([hidden]){border-color:#713f1259}.divide-yellow-900\/40>:not([hidden])~:not([hidden]){border-color:#713f1266}.divide-yellow-900\/45>:not([hidden])~:not([hidden]){border-color:#713f1273}.divide-yellow-900\/5>:not([hidden])~:not([hidden]){border-color:#713f120d}.divide-yellow-900\/50>:not([hidden])~:not([hidden]){border-color:#713f1280}.divide-yellow-900\/55>:not([hidden])~:not([hidden]){border-color:#713f128c}.divide-yellow-900\/60>:not([hidden])~:not([hidden]){border-color:#713f1299}.divide-yellow-900\/65>:not([hidden])~:not([hidden]){border-color:#713f12a6}.divide-yellow-900\/70>:not([hidden])~:not([hidden]){border-color:#713f12b3}.divide-yellow-900\/75>:not([hidden])~:not([hidden]){border-color:#713f12bf}.divide-yellow-900\/80>:not([hidden])~:not([hidden]){border-color:#713f12cc}.divide-yellow-900\/85>:not([hidden])~:not([hidden]){border-color:#713f12d9}.divide-yellow-900\/90>:not([hidden])~:not([hidden]){border-color:#713f12e6}.divide-yellow-900\/95>:not([hidden])~:not([hidden]){border-color:#713f12f2}.divide-yellow-950>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(66 32 6/var(--tw-divide-opacity,1))}.divide-yellow-950\/0>:not([hidden])~:not([hidden]){border-color:#42200600}.divide-yellow-950\/10>:not([hidden])~:not([hidden]){border-color:#4220061a}.divide-yellow-950\/100>:not([hidden])~:not([hidden]){border-color:#422006}.divide-yellow-950\/15>:not([hidden])~:not([hidden]){border-color:#42200626}.divide-yellow-950\/20>:not([hidden])~:not([hidden]){border-color:#42200633}.divide-yellow-950\/25>:not([hidden])~:not([hidden]){border-color:#42200640}.divide-yellow-950\/30>:not([hidden])~:not([hidden]){border-color:#4220064d}.divide-yellow-950\/35>:not([hidden])~:not([hidden]){border-color:#42200659}.divide-yellow-950\/40>:not([hidden])~:not([hidden]){border-color:#42200666}.divide-yellow-950\/45>:not([hidden])~:not([hidden]){border-color:#42200673}.divide-yellow-950\/5>:not([hidden])~:not([hidden]){border-color:#4220060d}.divide-yellow-950\/50>:not([hidden])~:not([hidden]){border-color:#42200680}.divide-yellow-950\/55>:not([hidden])~:not([hidden]){border-color:#4220068c}.divide-yellow-950\/60>:not([hidden])~:not([hidden]){border-color:#42200699}.divide-yellow-950\/65>:not([hidden])~:not([hidden]){border-color:#422006a6}.divide-yellow-950\/70>:not([hidden])~:not([hidden]){border-color:#422006b3}.divide-yellow-950\/75>:not([hidden])~:not([hidden]){border-color:#422006bf}.divide-yellow-950\/80>:not([hidden])~:not([hidden]){border-color:#422006cc}.divide-yellow-950\/85>:not([hidden])~:not([hidden]){border-color:#422006d9}.divide-yellow-950\/90>:not([hidden])~:not([hidden]){border-color:#422006e6}.divide-yellow-950\/95>:not([hidden])~:not([hidden]){border-color:#422006f2}.self-center{align-self:center}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.25rem}.rounded-4xl{border-radius:1.5rem}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[20px\]{border-radius:20px}.rounded-\[24px\]{border-radius:24px}.rounded-\[70px\]{border-radius:70px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:2rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-3xl{border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem}.rounded-b-full{border-bottom-right-radius:2rem;border-bottom-left-radius:2rem}.rounded-l-full{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.rounded-r-10xl{border-top-right-radius:100px;border-bottom-right-radius:100px}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-r-full{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.rounded-t-3xl{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.rounded-t-full{border-top-left-radius:2rem;border-top-right-radius:2rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-bl-2xl{border-bottom-left-radius:1rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tl-xl{border-top-left-radius:.75rem}.rounded-tr-2xl{border-top-right-radius:1rem}.rounded-tr-lg{border-top-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1px\]{border-width:1px}.border-\[2\.5px\]{border-width:2.5px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-b-8{border-bottom-width:8px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-hidden{border-style:hidden}.border-none{border-style:none}.border-\[\#E0E6EA\]{--tw-border-opacity:1;border-color:rgb(224 230 234/var(--tw-border-opacity,1))}.border-\[\#F4F5F8\]{--tw-border-opacity:1;border-color:rgb(244 245 248/var(--tw-border-opacity,1))}.border-\[\#FCFDFF\]{--tw-border-opacity:1;border-color:rgb(252 253 255/var(--tw-border-opacity,1))}.border-au_accent{--tw-border-opacity:1;border-color:rgb(221 75 57/var(--tw-border-opacity,1))}.border-au_inputborder{--tw-border-opacity:1;border-color:rgb(230 230 230/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity,1))}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity,1))}.border-pink-500{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-yellow-100{--tw-border-opacity:1;border-color:rgb(254 249 195/var(--tw-border-opacity,1))}.border-yellow-100\/0{border-color:#fef9c300}.border-yellow-100\/10{border-color:#fef9c31a}.border-yellow-100\/100{border-color:#fef9c3}.border-yellow-100\/15{border-color:#fef9c326}.border-yellow-100\/20{border-color:#fef9c333}.border-yellow-100\/25{border-color:#fef9c340}.border-yellow-100\/30{border-color:#fef9c34d}.border-yellow-100\/35{border-color:#fef9c359}.border-yellow-100\/40{border-color:#fef9c366}.border-yellow-100\/45{border-color:#fef9c373}.border-yellow-100\/5{border-color:#fef9c30d}.border-yellow-100\/50{border-color:#fef9c380}.border-yellow-100\/55{border-color:#fef9c38c}.border-yellow-100\/60{border-color:#fef9c399}.border-yellow-100\/65{border-color:#fef9c3a6}.border-yellow-100\/70{border-color:#fef9c3b3}.border-yellow-100\/75{border-color:#fef9c3bf}.border-yellow-100\/80{border-color:#fef9c3cc}.border-yellow-100\/85{border-color:#fef9c3d9}.border-yellow-100\/90{border-color:#fef9c3e6}.border-yellow-100\/95{border-color:#fef9c3f2}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-yellow-200\/0{border-color:#fef08a00}.border-yellow-200\/10{border-color:#fef08a1a}.border-yellow-200\/100{border-color:#fef08a}.border-yellow-200\/15{border-color:#fef08a26}.border-yellow-200\/20{border-color:#fef08a33}.border-yellow-200\/25{border-color:#fef08a40}.border-yellow-200\/30{border-color:#fef08a4d}.border-yellow-200\/35{border-color:#fef08a59}.border-yellow-200\/40{border-color:#fef08a66}.border-yellow-200\/45{border-color:#fef08a73}.border-yellow-200\/5{border-color:#fef08a0d}.border-yellow-200\/50{border-color:#fef08a80}.border-yellow-200\/55{border-color:#fef08a8c}.border-yellow-200\/60{border-color:#fef08a99}.border-yellow-200\/65{border-color:#fef08aa6}.border-yellow-200\/70{border-color:#fef08ab3}.border-yellow-200\/75{border-color:#fef08abf}.border-yellow-200\/80{border-color:#fef08acc}.border-yellow-200\/85{border-color:#fef08ad9}.border-yellow-200\/90{border-color:#fef08ae6}.border-yellow-200\/95{border-color:#fef08af2}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-yellow-300\/0{border-color:#fde04700}.border-yellow-300\/10{border-color:#fde0471a}.border-yellow-300\/100{border-color:#fde047}.border-yellow-300\/15{border-color:#fde04726}.border-yellow-300\/20{border-color:#fde04733}.border-yellow-300\/25{border-color:#fde04740}.border-yellow-300\/30{border-color:#fde0474d}.border-yellow-300\/35{border-color:#fde04759}.border-yellow-300\/40{border-color:#fde04766}.border-yellow-300\/45{border-color:#fde04773}.border-yellow-300\/5{border-color:#fde0470d}.border-yellow-300\/50{border-color:#fde04780}.border-yellow-300\/55{border-color:#fde0478c}.border-yellow-300\/60{border-color:#fde04799}.border-yellow-300\/65{border-color:#fde047a6}.border-yellow-300\/70{border-color:#fde047b3}.border-yellow-300\/75{border-color:#fde047bf}.border-yellow-300\/80{border-color:#fde047cc}.border-yellow-300\/85{border-color:#fde047d9}.border-yellow-300\/90{border-color:#fde047e6}.border-yellow-300\/95{border-color:#fde047f2}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-yellow-400\/0{border-color:#facc1500}.border-yellow-400\/10{border-color:#facc151a}.border-yellow-400\/100{border-color:#facc15}.border-yellow-400\/15{border-color:#facc1526}.border-yellow-400\/20{border-color:#facc1533}.border-yellow-400\/25{border-color:#facc1540}.border-yellow-400\/30{border-color:#facc154d}.border-yellow-400\/35{border-color:#facc1559}.border-yellow-400\/40{border-color:#facc1566}.border-yellow-400\/45{border-color:#facc1573}.border-yellow-400\/5{border-color:#facc150d}.border-yellow-400\/50{border-color:#facc1580}.border-yellow-400\/55{border-color:#facc158c}.border-yellow-400\/60{border-color:#facc1599}.border-yellow-400\/65{border-color:#facc15a6}.border-yellow-400\/70{border-color:#facc15b3}.border-yellow-400\/75{border-color:#facc15bf}.border-yellow-400\/80{border-color:#facc15cc}.border-yellow-400\/85{border-color:#facc15d9}.border-yellow-400\/90{border-color:#facc15e6}.border-yellow-400\/95{border-color:#facc15f2}.border-yellow-50{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity,1))}.border-yellow-50\/0{border-color:#fefce800}.border-yellow-50\/10{border-color:#fefce81a}.border-yellow-50\/100{border-color:#fefce8}.border-yellow-50\/15{border-color:#fefce826}.border-yellow-50\/20{border-color:#fefce833}.border-yellow-50\/25{border-color:#fefce840}.border-yellow-50\/30{border-color:#fefce84d}.border-yellow-50\/35{border-color:#fefce859}.border-yellow-50\/40{border-color:#fefce866}.border-yellow-50\/45{border-color:#fefce873}.border-yellow-50\/5{border-color:#fefce80d}.border-yellow-50\/50{border-color:#fefce880}.border-yellow-50\/55{border-color:#fefce88c}.border-yellow-50\/60{border-color:#fefce899}.border-yellow-50\/65{border-color:#fefce8a6}.border-yellow-50\/70{border-color:#fefce8b3}.border-yellow-50\/75{border-color:#fefce8bf}.border-yellow-50\/80{border-color:#fefce8cc}.border-yellow-50\/85{border-color:#fefce8d9}.border-yellow-50\/90{border-color:#fefce8e6}.border-yellow-50\/95{border-color:#fefce8f2}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-yellow-500\/0{border-color:#eab30800}.border-yellow-500\/10{border-color:#eab3081a}.border-yellow-500\/100{border-color:#eab308}.border-yellow-500\/15{border-color:#eab30826}.border-yellow-500\/20{border-color:#eab30833}.border-yellow-500\/25{border-color:#eab30840}.border-yellow-500\/30{border-color:#eab3084d}.border-yellow-500\/35{border-color:#eab30859}.border-yellow-500\/40{border-color:#eab30866}.border-yellow-500\/45{border-color:#eab30873}.border-yellow-500\/5{border-color:#eab3080d}.border-yellow-500\/50{border-color:#eab30880}.border-yellow-500\/55{border-color:#eab3088c}.border-yellow-500\/60{border-color:#eab30899}.border-yellow-500\/65{border-color:#eab308a6}.border-yellow-500\/70{border-color:#eab308b3}.border-yellow-500\/75{border-color:#eab308bf}.border-yellow-500\/80{border-color:#eab308cc}.border-yellow-500\/85{border-color:#eab308d9}.border-yellow-500\/90{border-color:#eab308e6}.border-yellow-500\/95{border-color:#eab308f2}.border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity,1))}.border-yellow-600\/0{border-color:#ca8a0400}.border-yellow-600\/10{border-color:#ca8a041a}.border-yellow-600\/100{border-color:#ca8a04}.border-yellow-600\/15{border-color:#ca8a0426}.border-yellow-600\/20{border-color:#ca8a0433}.border-yellow-600\/25{border-color:#ca8a0440}.border-yellow-600\/30{border-color:#ca8a044d}.border-yellow-600\/35{border-color:#ca8a0459}.border-yellow-600\/40{border-color:#ca8a0466}.border-yellow-600\/45{border-color:#ca8a0473}.border-yellow-600\/5{border-color:#ca8a040d}.border-yellow-600\/50{border-color:#ca8a0480}.border-yellow-600\/55{border-color:#ca8a048c}.border-yellow-600\/60{border-color:#ca8a0499}.border-yellow-600\/65{border-color:#ca8a04a6}.border-yellow-600\/70{border-color:#ca8a04b3}.border-yellow-600\/75{border-color:#ca8a04bf}.border-yellow-600\/80{border-color:#ca8a04cc}.border-yellow-600\/85{border-color:#ca8a04d9}.border-yellow-600\/90{border-color:#ca8a04e6}.border-yellow-600\/95{border-color:#ca8a04f2}.border-yellow-700{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity,1))}.border-yellow-700\/0{border-color:#a1620700}.border-yellow-700\/10{border-color:#a162071a}.border-yellow-700\/100{border-color:#a16207}.border-yellow-700\/15{border-color:#a1620726}.border-yellow-700\/20{border-color:#a1620733}.border-yellow-700\/25{border-color:#a1620740}.border-yellow-700\/30{border-color:#a162074d}.border-yellow-700\/35{border-color:#a1620759}.border-yellow-700\/40{border-color:#a1620766}.border-yellow-700\/45{border-color:#a1620773}.border-yellow-700\/5{border-color:#a162070d}.border-yellow-700\/50{border-color:#a1620780}.border-yellow-700\/55{border-color:#a162078c}.border-yellow-700\/60{border-color:#a1620799}.border-yellow-700\/65{border-color:#a16207a6}.border-yellow-700\/70{border-color:#a16207b3}.border-yellow-700\/75{border-color:#a16207bf}.border-yellow-700\/80{border-color:#a16207cc}.border-yellow-700\/85{border-color:#a16207d9}.border-yellow-700\/90{border-color:#a16207e6}.border-yellow-700\/95{border-color:#a16207f2}.border-yellow-800{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity,1))}.border-yellow-800\/0{border-color:#854d0e00}.border-yellow-800\/10{border-color:#854d0e1a}.border-yellow-800\/100{border-color:#854d0e}.border-yellow-800\/15{border-color:#854d0e26}.border-yellow-800\/20{border-color:#854d0e33}.border-yellow-800\/25{border-color:#854d0e40}.border-yellow-800\/30{border-color:#854d0e4d}.border-yellow-800\/35{border-color:#854d0e59}.border-yellow-800\/40{border-color:#854d0e66}.border-yellow-800\/45{border-color:#854d0e73}.border-yellow-800\/5{border-color:#854d0e0d}.border-yellow-800\/50{border-color:#854d0e80}.border-yellow-800\/55{border-color:#854d0e8c}.border-yellow-800\/60{border-color:#854d0e99}.border-yellow-800\/65{border-color:#854d0ea6}.border-yellow-800\/70{border-color:#854d0eb3}.border-yellow-800\/75{border-color:#854d0ebf}.border-yellow-800\/80{border-color:#854d0ecc}.border-yellow-800\/85{border-color:#854d0ed9}.border-yellow-800\/90{border-color:#854d0ee6}.border-yellow-800\/95{border-color:#854d0ef2}.border-yellow-900{--tw-border-opacity:1;border-color:rgb(113 63 18/var(--tw-border-opacity,1))}.border-yellow-900\/0{border-color:#713f1200}.border-yellow-900\/10{border-color:#713f121a}.border-yellow-900\/100{border-color:#713f12}.border-yellow-900\/15{border-color:#713f1226}.border-yellow-900\/20{border-color:#713f1233}.border-yellow-900\/25{border-color:#713f1240}.border-yellow-900\/30{border-color:#713f124d}.border-yellow-900\/35{border-color:#713f1259}.border-yellow-900\/40{border-color:#713f1266}.border-yellow-900\/45{border-color:#713f1273}.border-yellow-900\/5{border-color:#713f120d}.border-yellow-900\/50{border-color:#713f1280}.border-yellow-900\/55{border-color:#713f128c}.border-yellow-900\/60{border-color:#713f1299}.border-yellow-900\/65{border-color:#713f12a6}.border-yellow-900\/70{border-color:#713f12b3}.border-yellow-900\/75{border-color:#713f12bf}.border-yellow-900\/80{border-color:#713f12cc}.border-yellow-900\/85{border-color:#713f12d9}.border-yellow-900\/90{border-color:#713f12e6}.border-yellow-900\/95{border-color:#713f12f2}.border-yellow-950{--tw-border-opacity:1;border-color:rgb(66 32 6/var(--tw-border-opacity,1))}.border-yellow-950\/0{border-color:#42200600}.border-yellow-950\/10{border-color:#4220061a}.border-yellow-950\/100{border-color:#422006}.border-yellow-950\/15{border-color:#42200626}.border-yellow-950\/20{border-color:#42200633}.border-yellow-950\/25{border-color:#42200640}.border-yellow-950\/30{border-color:#4220064d}.border-yellow-950\/35{border-color:#42200659}.border-yellow-950\/40{border-color:#42200666}.border-yellow-950\/45{border-color:#42200673}.border-yellow-950\/5{border-color:#4220060d}.border-yellow-950\/50{border-color:#42200680}.border-yellow-950\/55{border-color:#4220068c}.border-yellow-950\/60{border-color:#42200699}.border-yellow-950\/65{border-color:#422006a6}.border-yellow-950\/70{border-color:#422006b3}.border-yellow-950\/75{border-color:#422006bf}.border-yellow-950\/80{border-color:#422006cc}.border-yellow-950\/85{border-color:#422006d9}.border-yellow-950\/90{border-color:#422006e6}.border-yellow-950\/95{border-color:#422006f2}.border-x-yellow-100{--tw-border-opacity:1;border-left-color:rgb(254 249 195/var(--tw-border-opacity,1));border-right-color:rgb(254 249 195/var(--tw-border-opacity,1))}.border-x-yellow-100\/0{border-left-color:#fef9c300;border-right-color:#fef9c300}.border-x-yellow-100\/10{border-left-color:#fef9c31a;border-right-color:#fef9c31a}.border-x-yellow-100\/100{border-left-color:#fef9c3;border-right-color:#fef9c3}.border-x-yellow-100\/15{border-left-color:#fef9c326;border-right-color:#fef9c326}.border-x-yellow-100\/20{border-left-color:#fef9c333;border-right-color:#fef9c333}.border-x-yellow-100\/25{border-left-color:#fef9c340;border-right-color:#fef9c340}.border-x-yellow-100\/30{border-left-color:#fef9c34d;border-right-color:#fef9c34d}.border-x-yellow-100\/35{border-left-color:#fef9c359;border-right-color:#fef9c359}.border-x-yellow-100\/40{border-left-color:#fef9c366;border-right-color:#fef9c366}.border-x-yellow-100\/45{border-left-color:#fef9c373;border-right-color:#fef9c373}.border-x-yellow-100\/5{border-left-color:#fef9c30d;border-right-color:#fef9c30d}.border-x-yellow-100\/50{border-left-color:#fef9c380;border-right-color:#fef9c380}.border-x-yellow-100\/55{border-left-color:#fef9c38c;border-right-color:#fef9c38c}.border-x-yellow-100\/60{border-left-color:#fef9c399;border-right-color:#fef9c399}.border-x-yellow-100\/65{border-left-color:#fef9c3a6;border-right-color:#fef9c3a6}.border-x-yellow-100\/70{border-left-color:#fef9c3b3;border-right-color:#fef9c3b3}.border-x-yellow-100\/75{border-left-color:#fef9c3bf;border-right-color:#fef9c3bf}.border-x-yellow-100\/80{border-left-color:#fef9c3cc;border-right-color:#fef9c3cc}.border-x-yellow-100\/85{border-left-color:#fef9c3d9;border-right-color:#fef9c3d9}.border-x-yellow-100\/90{border-left-color:#fef9c3e6;border-right-color:#fef9c3e6}.border-x-yellow-100\/95{border-left-color:#fef9c3f2;border-right-color:#fef9c3f2}.border-x-yellow-200{--tw-border-opacity:1;border-left-color:rgb(254 240 138/var(--tw-border-opacity,1));border-right-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-x-yellow-200\/0{border-left-color:#fef08a00;border-right-color:#fef08a00}.border-x-yellow-200\/10{border-left-color:#fef08a1a;border-right-color:#fef08a1a}.border-x-yellow-200\/100{border-left-color:#fef08a;border-right-color:#fef08a}.border-x-yellow-200\/15{border-left-color:#fef08a26;border-right-color:#fef08a26}.border-x-yellow-200\/20{border-left-color:#fef08a33;border-right-color:#fef08a33}.border-x-yellow-200\/25{border-left-color:#fef08a40;border-right-color:#fef08a40}.border-x-yellow-200\/30{border-left-color:#fef08a4d;border-right-color:#fef08a4d}.border-x-yellow-200\/35{border-left-color:#fef08a59;border-right-color:#fef08a59}.border-x-yellow-200\/40{border-left-color:#fef08a66;border-right-color:#fef08a66}.border-x-yellow-200\/45{border-left-color:#fef08a73;border-right-color:#fef08a73}.border-x-yellow-200\/5{border-left-color:#fef08a0d;border-right-color:#fef08a0d}.border-x-yellow-200\/50{border-left-color:#fef08a80;border-right-color:#fef08a80}.border-x-yellow-200\/55{border-left-color:#fef08a8c;border-right-color:#fef08a8c}.border-x-yellow-200\/60{border-left-color:#fef08a99;border-right-color:#fef08a99}.border-x-yellow-200\/65{border-left-color:#fef08aa6;border-right-color:#fef08aa6}.border-x-yellow-200\/70{border-left-color:#fef08ab3;border-right-color:#fef08ab3}.border-x-yellow-200\/75{border-left-color:#fef08abf;border-right-color:#fef08abf}.border-x-yellow-200\/80{border-left-color:#fef08acc;border-right-color:#fef08acc}.border-x-yellow-200\/85{border-left-color:#fef08ad9;border-right-color:#fef08ad9}.border-x-yellow-200\/90{border-left-color:#fef08ae6;border-right-color:#fef08ae6}.border-x-yellow-200\/95{border-left-color:#fef08af2;border-right-color:#fef08af2}.border-x-yellow-300{--tw-border-opacity:1;border-left-color:rgb(253 224 71/var(--tw-border-opacity,1));border-right-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-x-yellow-300\/0{border-left-color:#fde04700;border-right-color:#fde04700}.border-x-yellow-300\/10{border-left-color:#fde0471a;border-right-color:#fde0471a}.border-x-yellow-300\/100{border-left-color:#fde047;border-right-color:#fde047}.border-x-yellow-300\/15{border-left-color:#fde04726;border-right-color:#fde04726}.border-x-yellow-300\/20{border-left-color:#fde04733;border-right-color:#fde04733}.border-x-yellow-300\/25{border-left-color:#fde04740;border-right-color:#fde04740}.border-x-yellow-300\/30{border-left-color:#fde0474d;border-right-color:#fde0474d}.border-x-yellow-300\/35{border-left-color:#fde04759;border-right-color:#fde04759}.border-x-yellow-300\/40{border-left-color:#fde04766;border-right-color:#fde04766}.border-x-yellow-300\/45{border-left-color:#fde04773;border-right-color:#fde04773}.border-x-yellow-300\/5{border-left-color:#fde0470d;border-right-color:#fde0470d}.border-x-yellow-300\/50{border-left-color:#fde04780;border-right-color:#fde04780}.border-x-yellow-300\/55{border-left-color:#fde0478c;border-right-color:#fde0478c}.border-x-yellow-300\/60{border-left-color:#fde04799;border-right-color:#fde04799}.border-x-yellow-300\/65{border-left-color:#fde047a6;border-right-color:#fde047a6}.border-x-yellow-300\/70{border-left-color:#fde047b3;border-right-color:#fde047b3}.border-x-yellow-300\/75{border-left-color:#fde047bf;border-right-color:#fde047bf}.border-x-yellow-300\/80{border-left-color:#fde047cc;border-right-color:#fde047cc}.border-x-yellow-300\/85{border-left-color:#fde047d9;border-right-color:#fde047d9}.border-x-yellow-300\/90{border-left-color:#fde047e6;border-right-color:#fde047e6}.border-x-yellow-300\/95{border-left-color:#fde047f2;border-right-color:#fde047f2}.border-x-yellow-400{--tw-border-opacity:1;border-left-color:rgb(250 204 21/var(--tw-border-opacity,1));border-right-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-x-yellow-400\/0{border-left-color:#facc1500;border-right-color:#facc1500}.border-x-yellow-400\/10{border-left-color:#facc151a;border-right-color:#facc151a}.border-x-yellow-400\/100{border-left-color:#facc15;border-right-color:#facc15}.border-x-yellow-400\/15{border-left-color:#facc1526;border-right-color:#facc1526}.border-x-yellow-400\/20{border-left-color:#facc1533;border-right-color:#facc1533}.border-x-yellow-400\/25{border-left-color:#facc1540;border-right-color:#facc1540}.border-x-yellow-400\/30{border-left-color:#facc154d;border-right-color:#facc154d}.border-x-yellow-400\/35{border-left-color:#facc1559;border-right-color:#facc1559}.border-x-yellow-400\/40{border-left-color:#facc1566;border-right-color:#facc1566}.border-x-yellow-400\/45{border-left-color:#facc1573;border-right-color:#facc1573}.border-x-yellow-400\/5{border-left-color:#facc150d;border-right-color:#facc150d}.border-x-yellow-400\/50{border-left-color:#facc1580;border-right-color:#facc1580}.border-x-yellow-400\/55{border-left-color:#facc158c;border-right-color:#facc158c}.border-x-yellow-400\/60{border-left-color:#facc1599;border-right-color:#facc1599}.border-x-yellow-400\/65{border-left-color:#facc15a6;border-right-color:#facc15a6}.border-x-yellow-400\/70{border-left-color:#facc15b3;border-right-color:#facc15b3}.border-x-yellow-400\/75{border-left-color:#facc15bf;border-right-color:#facc15bf}.border-x-yellow-400\/80{border-left-color:#facc15cc;border-right-color:#facc15cc}.border-x-yellow-400\/85{border-left-color:#facc15d9;border-right-color:#facc15d9}.border-x-yellow-400\/90{border-left-color:#facc15e6;border-right-color:#facc15e6}.border-x-yellow-400\/95{border-left-color:#facc15f2;border-right-color:#facc15f2}.border-x-yellow-50{--tw-border-opacity:1;border-left-color:rgb(254 252 232/var(--tw-border-opacity,1));border-right-color:rgb(254 252 232/var(--tw-border-opacity,1))}.border-x-yellow-50\/0{border-left-color:#fefce800;border-right-color:#fefce800}.border-x-yellow-50\/10{border-left-color:#fefce81a;border-right-color:#fefce81a}.border-x-yellow-50\/100{border-left-color:#fefce8;border-right-color:#fefce8}.border-x-yellow-50\/15{border-left-color:#fefce826;border-right-color:#fefce826}.border-x-yellow-50\/20{border-left-color:#fefce833;border-right-color:#fefce833}.border-x-yellow-50\/25{border-left-color:#fefce840;border-right-color:#fefce840}.border-x-yellow-50\/30{border-left-color:#fefce84d;border-right-color:#fefce84d}.border-x-yellow-50\/35{border-left-color:#fefce859;border-right-color:#fefce859}.border-x-yellow-50\/40{border-left-color:#fefce866;border-right-color:#fefce866}.border-x-yellow-50\/45{border-left-color:#fefce873;border-right-color:#fefce873}.border-x-yellow-50\/5{border-left-color:#fefce80d;border-right-color:#fefce80d}.border-x-yellow-50\/50{border-left-color:#fefce880;border-right-color:#fefce880}.border-x-yellow-50\/55{border-left-color:#fefce88c;border-right-color:#fefce88c}.border-x-yellow-50\/60{border-left-color:#fefce899;border-right-color:#fefce899}.border-x-yellow-50\/65{border-left-color:#fefce8a6;border-right-color:#fefce8a6}.border-x-yellow-50\/70{border-left-color:#fefce8b3;border-right-color:#fefce8b3}.border-x-yellow-50\/75{border-left-color:#fefce8bf;border-right-color:#fefce8bf}.border-x-yellow-50\/80{border-left-color:#fefce8cc;border-right-color:#fefce8cc}.border-x-yellow-50\/85{border-left-color:#fefce8d9;border-right-color:#fefce8d9}.border-x-yellow-50\/90{border-left-color:#fefce8e6;border-right-color:#fefce8e6}.border-x-yellow-50\/95{border-left-color:#fefce8f2;border-right-color:#fefce8f2}.border-x-yellow-500{--tw-border-opacity:1;border-left-color:rgb(234 179 8/var(--tw-border-opacity,1));border-right-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-x-yellow-500\/0{border-left-color:#eab30800;border-right-color:#eab30800}.border-x-yellow-500\/10{border-left-color:#eab3081a;border-right-color:#eab3081a}.border-x-yellow-500\/100{border-left-color:#eab308;border-right-color:#eab308}.border-x-yellow-500\/15{border-left-color:#eab30826;border-right-color:#eab30826}.border-x-yellow-500\/20{border-left-color:#eab30833;border-right-color:#eab30833}.border-x-yellow-500\/25{border-left-color:#eab30840;border-right-color:#eab30840}.border-x-yellow-500\/30{border-left-color:#eab3084d;border-right-color:#eab3084d}.border-x-yellow-500\/35{border-left-color:#eab30859;border-right-color:#eab30859}.border-x-yellow-500\/40{border-left-color:#eab30866;border-right-color:#eab30866}.border-x-yellow-500\/45{border-left-color:#eab30873;border-right-color:#eab30873}.border-x-yellow-500\/5{border-left-color:#eab3080d;border-right-color:#eab3080d}.border-x-yellow-500\/50{border-left-color:#eab30880;border-right-color:#eab30880}.border-x-yellow-500\/55{border-left-color:#eab3088c;border-right-color:#eab3088c}.border-x-yellow-500\/60{border-left-color:#eab30899;border-right-color:#eab30899}.border-x-yellow-500\/65{border-left-color:#eab308a6;border-right-color:#eab308a6}.border-x-yellow-500\/70{border-left-color:#eab308b3;border-right-color:#eab308b3}.border-x-yellow-500\/75{border-left-color:#eab308bf;border-right-color:#eab308bf}.border-x-yellow-500\/80{border-left-color:#eab308cc;border-right-color:#eab308cc}.border-x-yellow-500\/85{border-left-color:#eab308d9;border-right-color:#eab308d9}.border-x-yellow-500\/90{border-left-color:#eab308e6;border-right-color:#eab308e6}.border-x-yellow-500\/95{border-left-color:#eab308f2;border-right-color:#eab308f2}.border-x-yellow-600{--tw-border-opacity:1;border-left-color:rgb(202 138 4/var(--tw-border-opacity,1));border-right-color:rgb(202 138 4/var(--tw-border-opacity,1))}.border-x-yellow-600\/0{border-left-color:#ca8a0400;border-right-color:#ca8a0400}.border-x-yellow-600\/10{border-left-color:#ca8a041a;border-right-color:#ca8a041a}.border-x-yellow-600\/100{border-left-color:#ca8a04;border-right-color:#ca8a04}.border-x-yellow-600\/15{border-left-color:#ca8a0426;border-right-color:#ca8a0426}.border-x-yellow-600\/20{border-left-color:#ca8a0433;border-right-color:#ca8a0433}.border-x-yellow-600\/25{border-left-color:#ca8a0440;border-right-color:#ca8a0440}.border-x-yellow-600\/30{border-left-color:#ca8a044d;border-right-color:#ca8a044d}.border-x-yellow-600\/35{border-left-color:#ca8a0459;border-right-color:#ca8a0459}.border-x-yellow-600\/40{border-left-color:#ca8a0466;border-right-color:#ca8a0466}.border-x-yellow-600\/45{border-left-color:#ca8a0473;border-right-color:#ca8a0473}.border-x-yellow-600\/5{border-left-color:#ca8a040d;border-right-color:#ca8a040d}.border-x-yellow-600\/50{border-left-color:#ca8a0480;border-right-color:#ca8a0480}.border-x-yellow-600\/55{border-left-color:#ca8a048c;border-right-color:#ca8a048c}.border-x-yellow-600\/60{border-left-color:#ca8a0499;border-right-color:#ca8a0499}.border-x-yellow-600\/65{border-left-color:#ca8a04a6;border-right-color:#ca8a04a6}.border-x-yellow-600\/70{border-left-color:#ca8a04b3;border-right-color:#ca8a04b3}.border-x-yellow-600\/75{border-left-color:#ca8a04bf;border-right-color:#ca8a04bf}.border-x-yellow-600\/80{border-left-color:#ca8a04cc;border-right-color:#ca8a04cc}.border-x-yellow-600\/85{border-left-color:#ca8a04d9;border-right-color:#ca8a04d9}.border-x-yellow-600\/90{border-left-color:#ca8a04e6;border-right-color:#ca8a04e6}.border-x-yellow-600\/95{border-left-color:#ca8a04f2;border-right-color:#ca8a04f2}.border-x-yellow-700{--tw-border-opacity:1;border-left-color:rgb(161 98 7/var(--tw-border-opacity,1));border-right-color:rgb(161 98 7/var(--tw-border-opacity,1))}.border-x-yellow-700\/0{border-left-color:#a1620700;border-right-color:#a1620700}.border-x-yellow-700\/10{border-left-color:#a162071a;border-right-color:#a162071a}.border-x-yellow-700\/100{border-left-color:#a16207;border-right-color:#a16207}.border-x-yellow-700\/15{border-left-color:#a1620726;border-right-color:#a1620726}.border-x-yellow-700\/20{border-left-color:#a1620733;border-right-color:#a1620733}.border-x-yellow-700\/25{border-left-color:#a1620740;border-right-color:#a1620740}.border-x-yellow-700\/30{border-left-color:#a162074d;border-right-color:#a162074d}.border-x-yellow-700\/35{border-left-color:#a1620759;border-right-color:#a1620759}.border-x-yellow-700\/40{border-left-color:#a1620766;border-right-color:#a1620766}.border-x-yellow-700\/45{border-left-color:#a1620773;border-right-color:#a1620773}.border-x-yellow-700\/5{border-left-color:#a162070d;border-right-color:#a162070d}.border-x-yellow-700\/50{border-left-color:#a1620780;border-right-color:#a1620780}.border-x-yellow-700\/55{border-left-color:#a162078c;border-right-color:#a162078c}.border-x-yellow-700\/60{border-left-color:#a1620799;border-right-color:#a1620799}.border-x-yellow-700\/65{border-left-color:#a16207a6;border-right-color:#a16207a6}.border-x-yellow-700\/70{border-left-color:#a16207b3;border-right-color:#a16207b3}.border-x-yellow-700\/75{border-left-color:#a16207bf;border-right-color:#a16207bf}.border-x-yellow-700\/80{border-left-color:#a16207cc;border-right-color:#a16207cc}.border-x-yellow-700\/85{border-left-color:#a16207d9;border-right-color:#a16207d9}.border-x-yellow-700\/90{border-left-color:#a16207e6;border-right-color:#a16207e6}.border-x-yellow-700\/95{border-left-color:#a16207f2;border-right-color:#a16207f2}.border-x-yellow-800{--tw-border-opacity:1;border-left-color:rgb(133 77 14/var(--tw-border-opacity,1));border-right-color:rgb(133 77 14/var(--tw-border-opacity,1))}.border-x-yellow-800\/0{border-left-color:#854d0e00;border-right-color:#854d0e00}.border-x-yellow-800\/10{border-left-color:#854d0e1a;border-right-color:#854d0e1a}.border-x-yellow-800\/100{border-left-color:#854d0e;border-right-color:#854d0e}.border-x-yellow-800\/15{border-left-color:#854d0e26;border-right-color:#854d0e26}.border-x-yellow-800\/20{border-left-color:#854d0e33;border-right-color:#854d0e33}.border-x-yellow-800\/25{border-left-color:#854d0e40;border-right-color:#854d0e40}.border-x-yellow-800\/30{border-left-color:#854d0e4d;border-right-color:#854d0e4d}.border-x-yellow-800\/35{border-left-color:#854d0e59;border-right-color:#854d0e59}.border-x-yellow-800\/40{border-left-color:#854d0e66;border-right-color:#854d0e66}.border-x-yellow-800\/45{border-left-color:#854d0e73;border-right-color:#854d0e73}.border-x-yellow-800\/5{border-left-color:#854d0e0d;border-right-color:#854d0e0d}.border-x-yellow-800\/50{border-left-color:#854d0e80;border-right-color:#854d0e80}.border-x-yellow-800\/55{border-left-color:#854d0e8c;border-right-color:#854d0e8c}.border-x-yellow-800\/60{border-left-color:#854d0e99;border-right-color:#854d0e99}.border-x-yellow-800\/65{border-left-color:#854d0ea6;border-right-color:#854d0ea6}.border-x-yellow-800\/70{border-left-color:#854d0eb3;border-right-color:#854d0eb3}.border-x-yellow-800\/75{border-left-color:#854d0ebf;border-right-color:#854d0ebf}.border-x-yellow-800\/80{border-left-color:#854d0ecc;border-right-color:#854d0ecc}.border-x-yellow-800\/85{border-left-color:#854d0ed9;border-right-color:#854d0ed9}.border-x-yellow-800\/90{border-left-color:#854d0ee6;border-right-color:#854d0ee6}.border-x-yellow-800\/95{border-left-color:#854d0ef2;border-right-color:#854d0ef2}.border-x-yellow-900{--tw-border-opacity:1;border-left-color:rgb(113 63 18/var(--tw-border-opacity,1));border-right-color:rgb(113 63 18/var(--tw-border-opacity,1))}.border-x-yellow-900\/0{border-left-color:#713f1200;border-right-color:#713f1200}.border-x-yellow-900\/10{border-left-color:#713f121a;border-right-color:#713f121a}.border-x-yellow-900\/100{border-left-color:#713f12;border-right-color:#713f12}.border-x-yellow-900\/15{border-left-color:#713f1226;border-right-color:#713f1226}.border-x-yellow-900\/20{border-left-color:#713f1233;border-right-color:#713f1233}.border-x-yellow-900\/25{border-left-color:#713f1240;border-right-color:#713f1240}.border-x-yellow-900\/30{border-left-color:#713f124d;border-right-color:#713f124d}.border-x-yellow-900\/35{border-left-color:#713f1259;border-right-color:#713f1259}.border-x-yellow-900\/40{border-left-color:#713f1266;border-right-color:#713f1266}.border-x-yellow-900\/45{border-left-color:#713f1273;border-right-color:#713f1273}.border-x-yellow-900\/5{border-left-color:#713f120d;border-right-color:#713f120d}.border-x-yellow-900\/50{border-left-color:#713f1280;border-right-color:#713f1280}.border-x-yellow-900\/55{border-left-color:#713f128c;border-right-color:#713f128c}.border-x-yellow-900\/60{border-left-color:#713f1299;border-right-color:#713f1299}.border-x-yellow-900\/65{border-left-color:#713f12a6;border-right-color:#713f12a6}.border-x-yellow-900\/70{border-left-color:#713f12b3;border-right-color:#713f12b3}.border-x-yellow-900\/75{border-left-color:#713f12bf;border-right-color:#713f12bf}.border-x-yellow-900\/80{border-left-color:#713f12cc;border-right-color:#713f12cc}.border-x-yellow-900\/85{border-left-color:#713f12d9;border-right-color:#713f12d9}.border-x-yellow-900\/90{border-left-color:#713f12e6;border-right-color:#713f12e6}.border-x-yellow-900\/95{border-left-color:#713f12f2;border-right-color:#713f12f2}.border-x-yellow-950{--tw-border-opacity:1;border-left-color:rgb(66 32 6/var(--tw-border-opacity,1));border-right-color:rgb(66 32 6/var(--tw-border-opacity,1))}.border-x-yellow-950\/0{border-left-color:#42200600;border-right-color:#42200600}.border-x-yellow-950\/10{border-left-color:#4220061a;border-right-color:#4220061a}.border-x-yellow-950\/100{border-left-color:#422006;border-right-color:#422006}.border-x-yellow-950\/15{border-left-color:#42200626;border-right-color:#42200626}.border-x-yellow-950\/20{border-left-color:#42200633;border-right-color:#42200633}.border-x-yellow-950\/25{border-left-color:#42200640;border-right-color:#42200640}.border-x-yellow-950\/30{border-left-color:#4220064d;border-right-color:#4220064d}.border-x-yellow-950\/35{border-left-color:#42200659;border-right-color:#42200659}.border-x-yellow-950\/40{border-left-color:#42200666;border-right-color:#42200666}.border-x-yellow-950\/45{border-left-color:#42200673;border-right-color:#42200673}.border-x-yellow-950\/5{border-left-color:#4220060d;border-right-color:#4220060d}.border-x-yellow-950\/50{border-left-color:#42200680;border-right-color:#42200680}.border-x-yellow-950\/55{border-left-color:#4220068c;border-right-color:#4220068c}.border-x-yellow-950\/60{border-left-color:#42200699;border-right-color:#42200699}.border-x-yellow-950\/65{border-left-color:#422006a6;border-right-color:#422006a6}.border-x-yellow-950\/70{border-left-color:#422006b3;border-right-color:#422006b3}.border-x-yellow-950\/75{border-left-color:#422006bf;border-right-color:#422006bf}.border-x-yellow-950\/80{border-left-color:#422006cc;border-right-color:#422006cc}.border-x-yellow-950\/85{border-left-color:#422006d9;border-right-color:#422006d9}.border-x-yellow-950\/90{border-left-color:#422006e6;border-right-color:#422006e6}.border-x-yellow-950\/95{border-left-color:#422006f2;border-right-color:#422006f2}.border-y-yellow-100{--tw-border-opacity:1;border-top-color:rgb(254 249 195/var(--tw-border-opacity,1));border-bottom-color:rgb(254 249 195/var(--tw-border-opacity,1))}.border-y-yellow-100\/0{border-top-color:#fef9c300;border-bottom-color:#fef9c300}.border-y-yellow-100\/10{border-top-color:#fef9c31a;border-bottom-color:#fef9c31a}.border-y-yellow-100\/100{border-top-color:#fef9c3;border-bottom-color:#fef9c3}.border-y-yellow-100\/15{border-top-color:#fef9c326;border-bottom-color:#fef9c326}.border-y-yellow-100\/20{border-top-color:#fef9c333;border-bottom-color:#fef9c333}.border-y-yellow-100\/25{border-top-color:#fef9c340;border-bottom-color:#fef9c340}.border-y-yellow-100\/30{border-top-color:#fef9c34d;border-bottom-color:#fef9c34d}.border-y-yellow-100\/35{border-top-color:#fef9c359;border-bottom-color:#fef9c359}.border-y-yellow-100\/40{border-top-color:#fef9c366;border-bottom-color:#fef9c366}.border-y-yellow-100\/45{border-top-color:#fef9c373;border-bottom-color:#fef9c373}.border-y-yellow-100\/5{border-top-color:#fef9c30d;border-bottom-color:#fef9c30d}.border-y-yellow-100\/50{border-top-color:#fef9c380;border-bottom-color:#fef9c380}.border-y-yellow-100\/55{border-top-color:#fef9c38c;border-bottom-color:#fef9c38c}.border-y-yellow-100\/60{border-top-color:#fef9c399;border-bottom-color:#fef9c399}.border-y-yellow-100\/65{border-top-color:#fef9c3a6;border-bottom-color:#fef9c3a6}.border-y-yellow-100\/70{border-top-color:#fef9c3b3;border-bottom-color:#fef9c3b3}.border-y-yellow-100\/75{border-top-color:#fef9c3bf;border-bottom-color:#fef9c3bf}.border-y-yellow-100\/80{border-top-color:#fef9c3cc;border-bottom-color:#fef9c3cc}.border-y-yellow-100\/85{border-top-color:#fef9c3d9;border-bottom-color:#fef9c3d9}.border-y-yellow-100\/90{border-top-color:#fef9c3e6;border-bottom-color:#fef9c3e6}.border-y-yellow-100\/95{border-top-color:#fef9c3f2;border-bottom-color:#fef9c3f2}.border-y-yellow-200{--tw-border-opacity:1;border-top-color:rgb(254 240 138/var(--tw-border-opacity,1));border-bottom-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-y-yellow-200\/0{border-top-color:#fef08a00;border-bottom-color:#fef08a00}.border-y-yellow-200\/10{border-top-color:#fef08a1a;border-bottom-color:#fef08a1a}.border-y-yellow-200\/100{border-top-color:#fef08a;border-bottom-color:#fef08a}.border-y-yellow-200\/15{border-top-color:#fef08a26;border-bottom-color:#fef08a26}.border-y-yellow-200\/20{border-top-color:#fef08a33;border-bottom-color:#fef08a33}.border-y-yellow-200\/25{border-top-color:#fef08a40;border-bottom-color:#fef08a40}.border-y-yellow-200\/30{border-top-color:#fef08a4d;border-bottom-color:#fef08a4d}.border-y-yellow-200\/35{border-top-color:#fef08a59;border-bottom-color:#fef08a59}.border-y-yellow-200\/40{border-top-color:#fef08a66;border-bottom-color:#fef08a66}.border-y-yellow-200\/45{border-top-color:#fef08a73;border-bottom-color:#fef08a73}.border-y-yellow-200\/5{border-top-color:#fef08a0d;border-bottom-color:#fef08a0d}.border-y-yellow-200\/50{border-top-color:#fef08a80;border-bottom-color:#fef08a80}.border-y-yellow-200\/55{border-top-color:#fef08a8c;border-bottom-color:#fef08a8c}.border-y-yellow-200\/60{border-top-color:#fef08a99;border-bottom-color:#fef08a99}.border-y-yellow-200\/65{border-top-color:#fef08aa6;border-bottom-color:#fef08aa6}.border-y-yellow-200\/70{border-top-color:#fef08ab3;border-bottom-color:#fef08ab3}.border-y-yellow-200\/75{border-top-color:#fef08abf;border-bottom-color:#fef08abf}.border-y-yellow-200\/80{border-top-color:#fef08acc;border-bottom-color:#fef08acc}.border-y-yellow-200\/85{border-top-color:#fef08ad9;border-bottom-color:#fef08ad9}.border-y-yellow-200\/90{border-top-color:#fef08ae6;border-bottom-color:#fef08ae6}.border-y-yellow-200\/95{border-top-color:#fef08af2;border-bottom-color:#fef08af2}.border-y-yellow-300{--tw-border-opacity:1;border-top-color:rgb(253 224 71/var(--tw-border-opacity,1));border-bottom-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-y-yellow-300\/0{border-top-color:#fde04700;border-bottom-color:#fde04700}.border-y-yellow-300\/10{border-top-color:#fde0471a;border-bottom-color:#fde0471a}.border-y-yellow-300\/100{border-top-color:#fde047;border-bottom-color:#fde047}.border-y-yellow-300\/15{border-top-color:#fde04726;border-bottom-color:#fde04726}.border-y-yellow-300\/20{border-top-color:#fde04733;border-bottom-color:#fde04733}.border-y-yellow-300\/25{border-top-color:#fde04740;border-bottom-color:#fde04740}.border-y-yellow-300\/30{border-top-color:#fde0474d;border-bottom-color:#fde0474d}.border-y-yellow-300\/35{border-top-color:#fde04759;border-bottom-color:#fde04759}.border-y-yellow-300\/40{border-top-color:#fde04766;border-bottom-color:#fde04766}.border-y-yellow-300\/45{border-top-color:#fde04773;border-bottom-color:#fde04773}.border-y-yellow-300\/5{border-top-color:#fde0470d;border-bottom-color:#fde0470d}.border-y-yellow-300\/50{border-top-color:#fde04780;border-bottom-color:#fde04780}.border-y-yellow-300\/55{border-top-color:#fde0478c;border-bottom-color:#fde0478c}.border-y-yellow-300\/60{border-top-color:#fde04799;border-bottom-color:#fde04799}.border-y-yellow-300\/65{border-top-color:#fde047a6;border-bottom-color:#fde047a6}.border-y-yellow-300\/70{border-top-color:#fde047b3;border-bottom-color:#fde047b3}.border-y-yellow-300\/75{border-top-color:#fde047bf;border-bottom-color:#fde047bf}.border-y-yellow-300\/80{border-top-color:#fde047cc;border-bottom-color:#fde047cc}.border-y-yellow-300\/85{border-top-color:#fde047d9;border-bottom-color:#fde047d9}.border-y-yellow-300\/90{border-top-color:#fde047e6;border-bottom-color:#fde047e6}.border-y-yellow-300\/95{border-top-color:#fde047f2;border-bottom-color:#fde047f2}.border-y-yellow-400{--tw-border-opacity:1;border-top-color:rgb(250 204 21/var(--tw-border-opacity,1));border-bottom-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-y-yellow-400\/0{border-top-color:#facc1500;border-bottom-color:#facc1500}.border-y-yellow-400\/10{border-top-color:#facc151a;border-bottom-color:#facc151a}.border-y-yellow-400\/100{border-top-color:#facc15;border-bottom-color:#facc15}.border-y-yellow-400\/15{border-top-color:#facc1526;border-bottom-color:#facc1526}.border-y-yellow-400\/20{border-top-color:#facc1533;border-bottom-color:#facc1533}.border-y-yellow-400\/25{border-top-color:#facc1540;border-bottom-color:#facc1540}.border-y-yellow-400\/30{border-top-color:#facc154d;border-bottom-color:#facc154d}.border-y-yellow-400\/35{border-top-color:#facc1559;border-bottom-color:#facc1559}.border-y-yellow-400\/40{border-top-color:#facc1566;border-bottom-color:#facc1566}.border-y-yellow-400\/45{border-top-color:#facc1573;border-bottom-color:#facc1573}.border-y-yellow-400\/5{border-top-color:#facc150d;border-bottom-color:#facc150d}.border-y-yellow-400\/50{border-top-color:#facc1580;border-bottom-color:#facc1580}.border-y-yellow-400\/55{border-top-color:#facc158c;border-bottom-color:#facc158c}.border-y-yellow-400\/60{border-top-color:#facc1599;border-bottom-color:#facc1599}.border-y-yellow-400\/65{border-top-color:#facc15a6;border-bottom-color:#facc15a6}.border-y-yellow-400\/70{border-top-color:#facc15b3;border-bottom-color:#facc15b3}.border-y-yellow-400\/75{border-top-color:#facc15bf;border-bottom-color:#facc15bf}.border-y-yellow-400\/80{border-top-color:#facc15cc;border-bottom-color:#facc15cc}.border-y-yellow-400\/85{border-top-color:#facc15d9;border-bottom-color:#facc15d9}.border-y-yellow-400\/90{border-top-color:#facc15e6;border-bottom-color:#facc15e6}.border-y-yellow-400\/95{border-top-color:#facc15f2;border-bottom-color:#facc15f2}.border-y-yellow-50{--tw-border-opacity:1;border-top-color:rgb(254 252 232/var(--tw-border-opacity,1));border-bottom-color:rgb(254 252 232/var(--tw-border-opacity,1))}.border-y-yellow-50\/0{border-top-color:#fefce800;border-bottom-color:#fefce800}.border-y-yellow-50\/10{border-top-color:#fefce81a;border-bottom-color:#fefce81a}.border-y-yellow-50\/100{border-top-color:#fefce8;border-bottom-color:#fefce8}.border-y-yellow-50\/15{border-top-color:#fefce826;border-bottom-color:#fefce826}.border-y-yellow-50\/20{border-top-color:#fefce833;border-bottom-color:#fefce833}.border-y-yellow-50\/25{border-top-color:#fefce840;border-bottom-color:#fefce840}.border-y-yellow-50\/30{border-top-color:#fefce84d;border-bottom-color:#fefce84d}.border-y-yellow-50\/35{border-top-color:#fefce859;border-bottom-color:#fefce859}.border-y-yellow-50\/40{border-top-color:#fefce866;border-bottom-color:#fefce866}.border-y-yellow-50\/45{border-top-color:#fefce873;border-bottom-color:#fefce873}.border-y-yellow-50\/5{border-top-color:#fefce80d;border-bottom-color:#fefce80d}.border-y-yellow-50\/50{border-top-color:#fefce880;border-bottom-color:#fefce880}.border-y-yellow-50\/55{border-top-color:#fefce88c;border-bottom-color:#fefce88c}.border-y-yellow-50\/60{border-top-color:#fefce899;border-bottom-color:#fefce899}.border-y-yellow-50\/65{border-top-color:#fefce8a6;border-bottom-color:#fefce8a6}.border-y-yellow-50\/70{border-top-color:#fefce8b3;border-bottom-color:#fefce8b3}.border-y-yellow-50\/75{border-top-color:#fefce8bf;border-bottom-color:#fefce8bf}.border-y-yellow-50\/80{border-top-color:#fefce8cc;border-bottom-color:#fefce8cc}.border-y-yellow-50\/85{border-top-color:#fefce8d9;border-bottom-color:#fefce8d9}.border-y-yellow-50\/90{border-top-color:#fefce8e6;border-bottom-color:#fefce8e6}.border-y-yellow-50\/95{border-top-color:#fefce8f2;border-bottom-color:#fefce8f2}.border-y-yellow-500{--tw-border-opacity:1;border-top-color:rgb(234 179 8/var(--tw-border-opacity,1));border-bottom-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-y-yellow-500\/0{border-top-color:#eab30800;border-bottom-color:#eab30800}.border-y-yellow-500\/10{border-top-color:#eab3081a;border-bottom-color:#eab3081a}.border-y-yellow-500\/100{border-top-color:#eab308;border-bottom-color:#eab308}.border-y-yellow-500\/15{border-top-color:#eab30826;border-bottom-color:#eab30826}.border-y-yellow-500\/20{border-top-color:#eab30833;border-bottom-color:#eab30833}.border-y-yellow-500\/25{border-top-color:#eab30840;border-bottom-color:#eab30840}.border-y-yellow-500\/30{border-top-color:#eab3084d;border-bottom-color:#eab3084d}.border-y-yellow-500\/35{border-top-color:#eab30859;border-bottom-color:#eab30859}.border-y-yellow-500\/40{border-top-color:#eab30866;border-bottom-color:#eab30866}.border-y-yellow-500\/45{border-top-color:#eab30873;border-bottom-color:#eab30873}.border-y-yellow-500\/5{border-top-color:#eab3080d;border-bottom-color:#eab3080d}.border-y-yellow-500\/50{border-top-color:#eab30880;border-bottom-color:#eab30880}.border-y-yellow-500\/55{border-top-color:#eab3088c;border-bottom-color:#eab3088c}.border-y-yellow-500\/60{border-top-color:#eab30899;border-bottom-color:#eab30899}.border-y-yellow-500\/65{border-top-color:#eab308a6;border-bottom-color:#eab308a6}.border-y-yellow-500\/70{border-top-color:#eab308b3;border-bottom-color:#eab308b3}.border-y-yellow-500\/75{border-top-color:#eab308bf;border-bottom-color:#eab308bf}.border-y-yellow-500\/80{border-top-color:#eab308cc;border-bottom-color:#eab308cc}.border-y-yellow-500\/85{border-top-color:#eab308d9;border-bottom-color:#eab308d9}.border-y-yellow-500\/90{border-top-color:#eab308e6;border-bottom-color:#eab308e6}.border-y-yellow-500\/95{border-top-color:#eab308f2;border-bottom-color:#eab308f2}.border-y-yellow-600{--tw-border-opacity:1;border-top-color:rgb(202 138 4/var(--tw-border-opacity,1));border-bottom-color:rgb(202 138 4/var(--tw-border-opacity,1))}.border-y-yellow-600\/0{border-top-color:#ca8a0400;border-bottom-color:#ca8a0400}.border-y-yellow-600\/10{border-top-color:#ca8a041a;border-bottom-color:#ca8a041a}.border-y-yellow-600\/100{border-top-color:#ca8a04;border-bottom-color:#ca8a04}.border-y-yellow-600\/15{border-top-color:#ca8a0426;border-bottom-color:#ca8a0426}.border-y-yellow-600\/20{border-top-color:#ca8a0433;border-bottom-color:#ca8a0433}.border-y-yellow-600\/25{border-top-color:#ca8a0440;border-bottom-color:#ca8a0440}.border-y-yellow-600\/30{border-top-color:#ca8a044d;border-bottom-color:#ca8a044d}.border-y-yellow-600\/35{border-top-color:#ca8a0459;border-bottom-color:#ca8a0459}.border-y-yellow-600\/40{border-top-color:#ca8a0466;border-bottom-color:#ca8a0466}.border-y-yellow-600\/45{border-top-color:#ca8a0473;border-bottom-color:#ca8a0473}.border-y-yellow-600\/5{border-top-color:#ca8a040d;border-bottom-color:#ca8a040d}.border-y-yellow-600\/50{border-top-color:#ca8a0480;border-bottom-color:#ca8a0480}.border-y-yellow-600\/55{border-top-color:#ca8a048c;border-bottom-color:#ca8a048c}.border-y-yellow-600\/60{border-top-color:#ca8a0499;border-bottom-color:#ca8a0499}.border-y-yellow-600\/65{border-top-color:#ca8a04a6;border-bottom-color:#ca8a04a6}.border-y-yellow-600\/70{border-top-color:#ca8a04b3;border-bottom-color:#ca8a04b3}.border-y-yellow-600\/75{border-top-color:#ca8a04bf;border-bottom-color:#ca8a04bf}.border-y-yellow-600\/80{border-top-color:#ca8a04cc;border-bottom-color:#ca8a04cc}.border-y-yellow-600\/85{border-top-color:#ca8a04d9;border-bottom-color:#ca8a04d9}.border-y-yellow-600\/90{border-top-color:#ca8a04e6;border-bottom-color:#ca8a04e6}.border-y-yellow-600\/95{border-top-color:#ca8a04f2;border-bottom-color:#ca8a04f2}.border-y-yellow-700{--tw-border-opacity:1;border-top-color:rgb(161 98 7/var(--tw-border-opacity,1));border-bottom-color:rgb(161 98 7/var(--tw-border-opacity,1))}.border-y-yellow-700\/0{border-top-color:#a1620700;border-bottom-color:#a1620700}.border-y-yellow-700\/10{border-top-color:#a162071a;border-bottom-color:#a162071a}.border-y-yellow-700\/100{border-top-color:#a16207;border-bottom-color:#a16207}.border-y-yellow-700\/15{border-top-color:#a1620726;border-bottom-color:#a1620726}.border-y-yellow-700\/20{border-top-color:#a1620733;border-bottom-color:#a1620733}.border-y-yellow-700\/25{border-top-color:#a1620740;border-bottom-color:#a1620740}.border-y-yellow-700\/30{border-top-color:#a162074d;border-bottom-color:#a162074d}.border-y-yellow-700\/35{border-top-color:#a1620759;border-bottom-color:#a1620759}.border-y-yellow-700\/40{border-top-color:#a1620766;border-bottom-color:#a1620766}.border-y-yellow-700\/45{border-top-color:#a1620773;border-bottom-color:#a1620773}.border-y-yellow-700\/5{border-top-color:#a162070d;border-bottom-color:#a162070d}.border-y-yellow-700\/50{border-top-color:#a1620780;border-bottom-color:#a1620780}.border-y-yellow-700\/55{border-top-color:#a162078c;border-bottom-color:#a162078c}.border-y-yellow-700\/60{border-top-color:#a1620799;border-bottom-color:#a1620799}.border-y-yellow-700\/65{border-top-color:#a16207a6;border-bottom-color:#a16207a6}.border-y-yellow-700\/70{border-top-color:#a16207b3;border-bottom-color:#a16207b3}.border-y-yellow-700\/75{border-top-color:#a16207bf;border-bottom-color:#a16207bf}.border-y-yellow-700\/80{border-top-color:#a16207cc;border-bottom-color:#a16207cc}.border-y-yellow-700\/85{border-top-color:#a16207d9;border-bottom-color:#a16207d9}.border-y-yellow-700\/90{border-top-color:#a16207e6;border-bottom-color:#a16207e6}.border-y-yellow-700\/95{border-top-color:#a16207f2;border-bottom-color:#a16207f2}.border-y-yellow-800{--tw-border-opacity:1;border-top-color:rgb(133 77 14/var(--tw-border-opacity,1));border-bottom-color:rgb(133 77 14/var(--tw-border-opacity,1))}.border-y-yellow-800\/0{border-top-color:#854d0e00;border-bottom-color:#854d0e00}.border-y-yellow-800\/10{border-top-color:#854d0e1a;border-bottom-color:#854d0e1a}.border-y-yellow-800\/100{border-top-color:#854d0e;border-bottom-color:#854d0e}.border-y-yellow-800\/15{border-top-color:#854d0e26;border-bottom-color:#854d0e26}.border-y-yellow-800\/20{border-top-color:#854d0e33;border-bottom-color:#854d0e33}.border-y-yellow-800\/25{border-top-color:#854d0e40;border-bottom-color:#854d0e40}.border-y-yellow-800\/30{border-top-color:#854d0e4d;border-bottom-color:#854d0e4d}.border-y-yellow-800\/35{border-top-color:#854d0e59;border-bottom-color:#854d0e59}.border-y-yellow-800\/40{border-top-color:#854d0e66;border-bottom-color:#854d0e66}.border-y-yellow-800\/45{border-top-color:#854d0e73;border-bottom-color:#854d0e73}.border-y-yellow-800\/5{border-top-color:#854d0e0d;border-bottom-color:#854d0e0d}.border-y-yellow-800\/50{border-top-color:#854d0e80;border-bottom-color:#854d0e80}.border-y-yellow-800\/55{border-top-color:#854d0e8c;border-bottom-color:#854d0e8c}.border-y-yellow-800\/60{border-top-color:#854d0e99;border-bottom-color:#854d0e99}.border-y-yellow-800\/65{border-top-color:#854d0ea6;border-bottom-color:#854d0ea6}.border-y-yellow-800\/70{border-top-color:#854d0eb3;border-bottom-color:#854d0eb3}.border-y-yellow-800\/75{border-top-color:#854d0ebf;border-bottom-color:#854d0ebf}.border-y-yellow-800\/80{border-top-color:#854d0ecc;border-bottom-color:#854d0ecc}.border-y-yellow-800\/85{border-top-color:#854d0ed9;border-bottom-color:#854d0ed9}.border-y-yellow-800\/90{border-top-color:#854d0ee6;border-bottom-color:#854d0ee6}.border-y-yellow-800\/95{border-top-color:#854d0ef2;border-bottom-color:#854d0ef2}.border-y-yellow-900{--tw-border-opacity:1;border-top-color:rgb(113 63 18/var(--tw-border-opacity,1));border-bottom-color:rgb(113 63 18/var(--tw-border-opacity,1))}.border-y-yellow-900\/0{border-top-color:#713f1200;border-bottom-color:#713f1200}.border-y-yellow-900\/10{border-top-color:#713f121a;border-bottom-color:#713f121a}.border-y-yellow-900\/100{border-top-color:#713f12;border-bottom-color:#713f12}.border-y-yellow-900\/15{border-top-color:#713f1226;border-bottom-color:#713f1226}.border-y-yellow-900\/20{border-top-color:#713f1233;border-bottom-color:#713f1233}.border-y-yellow-900\/25{border-top-color:#713f1240;border-bottom-color:#713f1240}.border-y-yellow-900\/30{border-top-color:#713f124d;border-bottom-color:#713f124d}.border-y-yellow-900\/35{border-top-color:#713f1259;border-bottom-color:#713f1259}.border-y-yellow-900\/40{border-top-color:#713f1266;border-bottom-color:#713f1266}.border-y-yellow-900\/45{border-top-color:#713f1273;border-bottom-color:#713f1273}.border-y-yellow-900\/5{border-top-color:#713f120d;border-bottom-color:#713f120d}.border-y-yellow-900\/50{border-top-color:#713f1280;border-bottom-color:#713f1280}.border-y-yellow-900\/55{border-top-color:#713f128c;border-bottom-color:#713f128c}.border-y-yellow-900\/60{border-top-color:#713f1299;border-bottom-color:#713f1299}.border-y-yellow-900\/65{border-top-color:#713f12a6;border-bottom-color:#713f12a6}.border-y-yellow-900\/70{border-top-color:#713f12b3;border-bottom-color:#713f12b3}.border-y-yellow-900\/75{border-top-color:#713f12bf;border-bottom-color:#713f12bf}.border-y-yellow-900\/80{border-top-color:#713f12cc;border-bottom-color:#713f12cc}.border-y-yellow-900\/85{border-top-color:#713f12d9;border-bottom-color:#713f12d9}.border-y-yellow-900\/90{border-top-color:#713f12e6;border-bottom-color:#713f12e6}.border-y-yellow-900\/95{border-top-color:#713f12f2;border-bottom-color:#713f12f2}.border-y-yellow-950{--tw-border-opacity:1;border-top-color:rgb(66 32 6/var(--tw-border-opacity,1));border-bottom-color:rgb(66 32 6/var(--tw-border-opacity,1))}.border-y-yellow-950\/0{border-top-color:#42200600;border-bottom-color:#42200600}.border-y-yellow-950\/10{border-top-color:#4220061a;border-bottom-color:#4220061a}.border-y-yellow-950\/100{border-top-color:#422006;border-bottom-color:#422006}.border-y-yellow-950\/15{border-top-color:#42200626;border-bottom-color:#42200626}.border-y-yellow-950\/20{border-top-color:#42200633;border-bottom-color:#42200633}.border-y-yellow-950\/25{border-top-color:#42200640;border-bottom-color:#42200640}.border-y-yellow-950\/30{border-top-color:#4220064d;border-bottom-color:#4220064d}.border-y-yellow-950\/35{border-top-color:#42200659;border-bottom-color:#42200659}.border-y-yellow-950\/40{border-top-color:#42200666;border-bottom-color:#42200666}.border-y-yellow-950\/45{border-top-color:#42200673;border-bottom-color:#42200673}.border-y-yellow-950\/5{border-top-color:#4220060d;border-bottom-color:#4220060d}.border-y-yellow-950\/50{border-top-color:#42200680;border-bottom-color:#42200680}.border-y-yellow-950\/55{border-top-color:#4220068c;border-bottom-color:#4220068c}.border-y-yellow-950\/60{border-top-color:#42200699;border-bottom-color:#42200699}.border-y-yellow-950\/65{border-top-color:#422006a6;border-bottom-color:#422006a6}.border-y-yellow-950\/70{border-top-color:#422006b3;border-bottom-color:#422006b3}.border-y-yellow-950\/75{border-top-color:#422006bf;border-bottom-color:#422006bf}.border-y-yellow-950\/80{border-top-color:#422006cc;border-bottom-color:#422006cc}.border-y-yellow-950\/85{border-top-color:#422006d9;border-bottom-color:#422006d9}.border-y-yellow-950\/90{border-top-color:#422006e6;border-bottom-color:#422006e6}.border-y-yellow-950\/95{border-top-color:#422006f2;border-bottom-color:#422006f2}.border-b-yellow-100{--tw-border-opacity:1;border-bottom-color:rgb(254 249 195/var(--tw-border-opacity,1))}.border-b-yellow-100\/0{border-bottom-color:#fef9c300}.border-b-yellow-100\/10{border-bottom-color:#fef9c31a}.border-b-yellow-100\/100{border-bottom-color:#fef9c3}.border-b-yellow-100\/15{border-bottom-color:#fef9c326}.border-b-yellow-100\/20{border-bottom-color:#fef9c333}.border-b-yellow-100\/25{border-bottom-color:#fef9c340}.border-b-yellow-100\/30{border-bottom-color:#fef9c34d}.border-b-yellow-100\/35{border-bottom-color:#fef9c359}.border-b-yellow-100\/40{border-bottom-color:#fef9c366}.border-b-yellow-100\/45{border-bottom-color:#fef9c373}.border-b-yellow-100\/5{border-bottom-color:#fef9c30d}.border-b-yellow-100\/50{border-bottom-color:#fef9c380}.border-b-yellow-100\/55{border-bottom-color:#fef9c38c}.border-b-yellow-100\/60{border-bottom-color:#fef9c399}.border-b-yellow-100\/65{border-bottom-color:#fef9c3a6}.border-b-yellow-100\/70{border-bottom-color:#fef9c3b3}.border-b-yellow-100\/75{border-bottom-color:#fef9c3bf}.border-b-yellow-100\/80{border-bottom-color:#fef9c3cc}.border-b-yellow-100\/85{border-bottom-color:#fef9c3d9}.border-b-yellow-100\/90{border-bottom-color:#fef9c3e6}.border-b-yellow-100\/95{border-bottom-color:#fef9c3f2}.border-b-yellow-200{--tw-border-opacity:1;border-bottom-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-b-yellow-200\/0{border-bottom-color:#fef08a00}.border-b-yellow-200\/10{border-bottom-color:#fef08a1a}.border-b-yellow-200\/100{border-bottom-color:#fef08a}.border-b-yellow-200\/15{border-bottom-color:#fef08a26}.border-b-yellow-200\/20{border-bottom-color:#fef08a33}.border-b-yellow-200\/25{border-bottom-color:#fef08a40}.border-b-yellow-200\/30{border-bottom-color:#fef08a4d}.border-b-yellow-200\/35{border-bottom-color:#fef08a59}.border-b-yellow-200\/40{border-bottom-color:#fef08a66}.border-b-yellow-200\/45{border-bottom-color:#fef08a73}.border-b-yellow-200\/5{border-bottom-color:#fef08a0d}.border-b-yellow-200\/50{border-bottom-color:#fef08a80}.border-b-yellow-200\/55{border-bottom-color:#fef08a8c}.border-b-yellow-200\/60{border-bottom-color:#fef08a99}.border-b-yellow-200\/65{border-bottom-color:#fef08aa6}.border-b-yellow-200\/70{border-bottom-color:#fef08ab3}.border-b-yellow-200\/75{border-bottom-color:#fef08abf}.border-b-yellow-200\/80{border-bottom-color:#fef08acc}.border-b-yellow-200\/85{border-bottom-color:#fef08ad9}.border-b-yellow-200\/90{border-bottom-color:#fef08ae6}.border-b-yellow-200\/95{border-bottom-color:#fef08af2}.border-b-yellow-300{--tw-border-opacity:1;border-bottom-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-b-yellow-300\/0{border-bottom-color:#fde04700}.border-b-yellow-300\/10{border-bottom-color:#fde0471a}.border-b-yellow-300\/100{border-bottom-color:#fde047}.border-b-yellow-300\/15{border-bottom-color:#fde04726}.border-b-yellow-300\/20{border-bottom-color:#fde04733}.border-b-yellow-300\/25{border-bottom-color:#fde04740}.border-b-yellow-300\/30{border-bottom-color:#fde0474d}.border-b-yellow-300\/35{border-bottom-color:#fde04759}.border-b-yellow-300\/40{border-bottom-color:#fde04766}.border-b-yellow-300\/45{border-bottom-color:#fde04773}.border-b-yellow-300\/5{border-bottom-color:#fde0470d}.border-b-yellow-300\/50{border-bottom-color:#fde04780}.border-b-yellow-300\/55{border-bottom-color:#fde0478c}.border-b-yellow-300\/60{border-bottom-color:#fde04799}.border-b-yellow-300\/65{border-bottom-color:#fde047a6}.border-b-yellow-300\/70{border-bottom-color:#fde047b3}.border-b-yellow-300\/75{border-bottom-color:#fde047bf}.border-b-yellow-300\/80{border-bottom-color:#fde047cc}.border-b-yellow-300\/85{border-bottom-color:#fde047d9}.border-b-yellow-300\/90{border-bottom-color:#fde047e6}.border-b-yellow-300\/95{border-bottom-color:#fde047f2}.border-b-yellow-400{--tw-border-opacity:1;border-bottom-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-b-yellow-400\/0{border-bottom-color:#facc1500}.border-b-yellow-400\/10{border-bottom-color:#facc151a}.border-b-yellow-400\/100{border-bottom-color:#facc15}.border-b-yellow-400\/15{border-bottom-color:#facc1526}.border-b-yellow-400\/20{border-bottom-color:#facc1533}.border-b-yellow-400\/25{border-bottom-color:#facc1540}.border-b-yellow-400\/30{border-bottom-color:#facc154d}.border-b-yellow-400\/35{border-bottom-color:#facc1559}.border-b-yellow-400\/40{border-bottom-color:#facc1566}.border-b-yellow-400\/45{border-bottom-color:#facc1573}.border-b-yellow-400\/5{border-bottom-color:#facc150d}.border-b-yellow-400\/50{border-bottom-color:#facc1580}.border-b-yellow-400\/55{border-bottom-color:#facc158c}.border-b-yellow-400\/60{border-bottom-color:#facc1599}.border-b-yellow-400\/65{border-bottom-color:#facc15a6}.border-b-yellow-400\/70{border-bottom-color:#facc15b3}.border-b-yellow-400\/75{border-bottom-color:#facc15bf}.border-b-yellow-400\/80{border-bottom-color:#facc15cc}.border-b-yellow-400\/85{border-bottom-color:#facc15d9}.border-b-yellow-400\/90{border-bottom-color:#facc15e6}.border-b-yellow-400\/95{border-bottom-color:#facc15f2}.border-b-yellow-50{--tw-border-opacity:1;border-bottom-color:rgb(254 252 232/var(--tw-border-opacity,1))}.border-b-yellow-50\/0{border-bottom-color:#fefce800}.border-b-yellow-50\/10{border-bottom-color:#fefce81a}.border-b-yellow-50\/100{border-bottom-color:#fefce8}.border-b-yellow-50\/15{border-bottom-color:#fefce826}.border-b-yellow-50\/20{border-bottom-color:#fefce833}.border-b-yellow-50\/25{border-bottom-color:#fefce840}.border-b-yellow-50\/30{border-bottom-color:#fefce84d}.border-b-yellow-50\/35{border-bottom-color:#fefce859}.border-b-yellow-50\/40{border-bottom-color:#fefce866}.border-b-yellow-50\/45{border-bottom-color:#fefce873}.border-b-yellow-50\/5{border-bottom-color:#fefce80d}.border-b-yellow-50\/50{border-bottom-color:#fefce880}.border-b-yellow-50\/55{border-bottom-color:#fefce88c}.border-b-yellow-50\/60{border-bottom-color:#fefce899}.border-b-yellow-50\/65{border-bottom-color:#fefce8a6}.border-b-yellow-50\/70{border-bottom-color:#fefce8b3}.border-b-yellow-50\/75{border-bottom-color:#fefce8bf}.border-b-yellow-50\/80{border-bottom-color:#fefce8cc}.border-b-yellow-50\/85{border-bottom-color:#fefce8d9}.border-b-yellow-50\/90{border-bottom-color:#fefce8e6}.border-b-yellow-50\/95{border-bottom-color:#fefce8f2}.border-b-yellow-500{--tw-border-opacity:1;border-bottom-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-b-yellow-500\/0{border-bottom-color:#eab30800}.border-b-yellow-500\/10{border-bottom-color:#eab3081a}.border-b-yellow-500\/100{border-bottom-color:#eab308}.border-b-yellow-500\/15{border-bottom-color:#eab30826}.border-b-yellow-500\/20{border-bottom-color:#eab30833}.border-b-yellow-500\/25{border-bottom-color:#eab30840}.border-b-yellow-500\/30{border-bottom-color:#eab3084d}.border-b-yellow-500\/35{border-bottom-color:#eab30859}.border-b-yellow-500\/40{border-bottom-color:#eab30866}.border-b-yellow-500\/45{border-bottom-color:#eab30873}.border-b-yellow-500\/5{border-bottom-color:#eab3080d}.border-b-yellow-500\/50{border-bottom-color:#eab30880}.border-b-yellow-500\/55{border-bottom-color:#eab3088c}.border-b-yellow-500\/60{border-bottom-color:#eab30899}.border-b-yellow-500\/65{border-bottom-color:#eab308a6}.border-b-yellow-500\/70{border-bottom-color:#eab308b3}.border-b-yellow-500\/75{border-bottom-color:#eab308bf}.border-b-yellow-500\/80{border-bottom-color:#eab308cc}.border-b-yellow-500\/85{border-bottom-color:#eab308d9}.border-b-yellow-500\/90{border-bottom-color:#eab308e6}.border-b-yellow-500\/95{border-bottom-color:#eab308f2}.border-b-yellow-600{--tw-border-opacity:1;border-bottom-color:rgb(202 138 4/var(--tw-border-opacity,1))}.border-b-yellow-600\/0{border-bottom-color:#ca8a0400}.border-b-yellow-600\/10{border-bottom-color:#ca8a041a}.border-b-yellow-600\/100{border-bottom-color:#ca8a04}.border-b-yellow-600\/15{border-bottom-color:#ca8a0426}.border-b-yellow-600\/20{border-bottom-color:#ca8a0433}.border-b-yellow-600\/25{border-bottom-color:#ca8a0440}.border-b-yellow-600\/30{border-bottom-color:#ca8a044d}.border-b-yellow-600\/35{border-bottom-color:#ca8a0459}.border-b-yellow-600\/40{border-bottom-color:#ca8a0466}.border-b-yellow-600\/45{border-bottom-color:#ca8a0473}.border-b-yellow-600\/5{border-bottom-color:#ca8a040d}.border-b-yellow-600\/50{border-bottom-color:#ca8a0480}.border-b-yellow-600\/55{border-bottom-color:#ca8a048c}.border-b-yellow-600\/60{border-bottom-color:#ca8a0499}.border-b-yellow-600\/65{border-bottom-color:#ca8a04a6}.border-b-yellow-600\/70{border-bottom-color:#ca8a04b3}.border-b-yellow-600\/75{border-bottom-color:#ca8a04bf}.border-b-yellow-600\/80{border-bottom-color:#ca8a04cc}.border-b-yellow-600\/85{border-bottom-color:#ca8a04d9}.border-b-yellow-600\/90{border-bottom-color:#ca8a04e6}.border-b-yellow-600\/95{border-bottom-color:#ca8a04f2}.border-b-yellow-700{--tw-border-opacity:1;border-bottom-color:rgb(161 98 7/var(--tw-border-opacity,1))}.border-b-yellow-700\/0{border-bottom-color:#a1620700}.border-b-yellow-700\/10{border-bottom-color:#a162071a}.border-b-yellow-700\/100{border-bottom-color:#a16207}.border-b-yellow-700\/15{border-bottom-color:#a1620726}.border-b-yellow-700\/20{border-bottom-color:#a1620733}.border-b-yellow-700\/25{border-bottom-color:#a1620740}.border-b-yellow-700\/30{border-bottom-color:#a162074d}.border-b-yellow-700\/35{border-bottom-color:#a1620759}.border-b-yellow-700\/40{border-bottom-color:#a1620766}.border-b-yellow-700\/45{border-bottom-color:#a1620773}.border-b-yellow-700\/5{border-bottom-color:#a162070d}.border-b-yellow-700\/50{border-bottom-color:#a1620780}.border-b-yellow-700\/55{border-bottom-color:#a162078c}.border-b-yellow-700\/60{border-bottom-color:#a1620799}.border-b-yellow-700\/65{border-bottom-color:#a16207a6}.border-b-yellow-700\/70{border-bottom-color:#a16207b3}.border-b-yellow-700\/75{border-bottom-color:#a16207bf}.border-b-yellow-700\/80{border-bottom-color:#a16207cc}.border-b-yellow-700\/85{border-bottom-color:#a16207d9}.border-b-yellow-700\/90{border-bottom-color:#a16207e6}.border-b-yellow-700\/95{border-bottom-color:#a16207f2}.border-b-yellow-800{--tw-border-opacity:1;border-bottom-color:rgb(133 77 14/var(--tw-border-opacity,1))}.border-b-yellow-800\/0{border-bottom-color:#854d0e00}.border-b-yellow-800\/10{border-bottom-color:#854d0e1a}.border-b-yellow-800\/100{border-bottom-color:#854d0e}.border-b-yellow-800\/15{border-bottom-color:#854d0e26}.border-b-yellow-800\/20{border-bottom-color:#854d0e33}.border-b-yellow-800\/25{border-bottom-color:#854d0e40}.border-b-yellow-800\/30{border-bottom-color:#854d0e4d}.border-b-yellow-800\/35{border-bottom-color:#854d0e59}.border-b-yellow-800\/40{border-bottom-color:#854d0e66}.border-b-yellow-800\/45{border-bottom-color:#854d0e73}.border-b-yellow-800\/5{border-bottom-color:#854d0e0d}.border-b-yellow-800\/50{border-bottom-color:#854d0e80}.border-b-yellow-800\/55{border-bottom-color:#854d0e8c}.border-b-yellow-800\/60{border-bottom-color:#854d0e99}.border-b-yellow-800\/65{border-bottom-color:#854d0ea6}.border-b-yellow-800\/70{border-bottom-color:#854d0eb3}.border-b-yellow-800\/75{border-bottom-color:#854d0ebf}.border-b-yellow-800\/80{border-bottom-color:#854d0ecc}.border-b-yellow-800\/85{border-bottom-color:#854d0ed9}.border-b-yellow-800\/90{border-bottom-color:#854d0ee6}.border-b-yellow-800\/95{border-bottom-color:#854d0ef2}.border-b-yellow-900{--tw-border-opacity:1;border-bottom-color:rgb(113 63 18/var(--tw-border-opacity,1))}.border-b-yellow-900\/0{border-bottom-color:#713f1200}.border-b-yellow-900\/10{border-bottom-color:#713f121a}.border-b-yellow-900\/100{border-bottom-color:#713f12}.border-b-yellow-900\/15{border-bottom-color:#713f1226}.border-b-yellow-900\/20{border-bottom-color:#713f1233}.border-b-yellow-900\/25{border-bottom-color:#713f1240}.border-b-yellow-900\/30{border-bottom-color:#713f124d}.border-b-yellow-900\/35{border-bottom-color:#713f1259}.border-b-yellow-900\/40{border-bottom-color:#713f1266}.border-b-yellow-900\/45{border-bottom-color:#713f1273}.border-b-yellow-900\/5{border-bottom-color:#713f120d}.border-b-yellow-900\/50{border-bottom-color:#713f1280}.border-b-yellow-900\/55{border-bottom-color:#713f128c}.border-b-yellow-900\/60{border-bottom-color:#713f1299}.border-b-yellow-900\/65{border-bottom-color:#713f12a6}.border-b-yellow-900\/70{border-bottom-color:#713f12b3}.border-b-yellow-900\/75{border-bottom-color:#713f12bf}.border-b-yellow-900\/80{border-bottom-color:#713f12cc}.border-b-yellow-900\/85{border-bottom-color:#713f12d9}.border-b-yellow-900\/90{border-bottom-color:#713f12e6}.border-b-yellow-900\/95{border-bottom-color:#713f12f2}.border-b-yellow-950{--tw-border-opacity:1;border-bottom-color:rgb(66 32 6/var(--tw-border-opacity,1))}.border-b-yellow-950\/0{border-bottom-color:#42200600}.border-b-yellow-950\/10{border-bottom-color:#4220061a}.border-b-yellow-950\/100{border-bottom-color:#422006}.border-b-yellow-950\/15{border-bottom-color:#42200626}.border-b-yellow-950\/20{border-bottom-color:#42200633}.border-b-yellow-950\/25{border-bottom-color:#42200640}.border-b-yellow-950\/30{border-bottom-color:#4220064d}.border-b-yellow-950\/35{border-bottom-color:#42200659}.border-b-yellow-950\/40{border-bottom-color:#42200666}.border-b-yellow-950\/45{border-bottom-color:#42200673}.border-b-yellow-950\/5{border-bottom-color:#4220060d}.border-b-yellow-950\/50{border-bottom-color:#42200680}.border-b-yellow-950\/55{border-bottom-color:#4220068c}.border-b-yellow-950\/60{border-bottom-color:#42200699}.border-b-yellow-950\/65{border-bottom-color:#422006a6}.border-b-yellow-950\/70{border-bottom-color:#422006b3}.border-b-yellow-950\/75{border-bottom-color:#422006bf}.border-b-yellow-950\/80{border-bottom-color:#422006cc}.border-b-yellow-950\/85{border-bottom-color:#422006d9}.border-b-yellow-950\/90{border-bottom-color:#422006e6}.border-b-yellow-950\/95{border-bottom-color:#422006f2}.border-e-yellow-100{--tw-border-opacity:1;border-inline-end-color:rgb(254 249 195/var(--tw-border-opacity,1))}.border-e-yellow-100\/0{border-inline-end-color:#fef9c300}.border-e-yellow-100\/10{border-inline-end-color:#fef9c31a}.border-e-yellow-100\/100{border-inline-end-color:#fef9c3}.border-e-yellow-100\/15{border-inline-end-color:#fef9c326}.border-e-yellow-100\/20{border-inline-end-color:#fef9c333}.border-e-yellow-100\/25{border-inline-end-color:#fef9c340}.border-e-yellow-100\/30{border-inline-end-color:#fef9c34d}.border-e-yellow-100\/35{border-inline-end-color:#fef9c359}.border-e-yellow-100\/40{border-inline-end-color:#fef9c366}.border-e-yellow-100\/45{border-inline-end-color:#fef9c373}.border-e-yellow-100\/5{border-inline-end-color:#fef9c30d}.border-e-yellow-100\/50{border-inline-end-color:#fef9c380}.border-e-yellow-100\/55{border-inline-end-color:#fef9c38c}.border-e-yellow-100\/60{border-inline-end-color:#fef9c399}.border-e-yellow-100\/65{border-inline-end-color:#fef9c3a6}.border-e-yellow-100\/70{border-inline-end-color:#fef9c3b3}.border-e-yellow-100\/75{border-inline-end-color:#fef9c3bf}.border-e-yellow-100\/80{border-inline-end-color:#fef9c3cc}.border-e-yellow-100\/85{border-inline-end-color:#fef9c3d9}.border-e-yellow-100\/90{border-inline-end-color:#fef9c3e6}.border-e-yellow-100\/95{border-inline-end-color:#fef9c3f2}.border-e-yellow-200{--tw-border-opacity:1;border-inline-end-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-e-yellow-200\/0{border-inline-end-color:#fef08a00}.border-e-yellow-200\/10{border-inline-end-color:#fef08a1a}.border-e-yellow-200\/100{border-inline-end-color:#fef08a}.border-e-yellow-200\/15{border-inline-end-color:#fef08a26}.border-e-yellow-200\/20{border-inline-end-color:#fef08a33}.border-e-yellow-200\/25{border-inline-end-color:#fef08a40}.border-e-yellow-200\/30{border-inline-end-color:#fef08a4d}.border-e-yellow-200\/35{border-inline-end-color:#fef08a59}.border-e-yellow-200\/40{border-inline-end-color:#fef08a66}.border-e-yellow-200\/45{border-inline-end-color:#fef08a73}.border-e-yellow-200\/5{border-inline-end-color:#fef08a0d}.border-e-yellow-200\/50{border-inline-end-color:#fef08a80}.border-e-yellow-200\/55{border-inline-end-color:#fef08a8c}.border-e-yellow-200\/60{border-inline-end-color:#fef08a99}.border-e-yellow-200\/65{border-inline-end-color:#fef08aa6}.border-e-yellow-200\/70{border-inline-end-color:#fef08ab3}.border-e-yellow-200\/75{border-inline-end-color:#fef08abf}.border-e-yellow-200\/80{border-inline-end-color:#fef08acc}.border-e-yellow-200\/85{border-inline-end-color:#fef08ad9}.border-e-yellow-200\/90{border-inline-end-color:#fef08ae6}.border-e-yellow-200\/95{border-inline-end-color:#fef08af2}.border-e-yellow-300{--tw-border-opacity:1;border-inline-end-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-e-yellow-300\/0{border-inline-end-color:#fde04700}.border-e-yellow-300\/10{border-inline-end-color:#fde0471a}.border-e-yellow-300\/100{border-inline-end-color:#fde047}.border-e-yellow-300\/15{border-inline-end-color:#fde04726}.border-e-yellow-300\/20{border-inline-end-color:#fde04733}.border-e-yellow-300\/25{border-inline-end-color:#fde04740}.border-e-yellow-300\/30{border-inline-end-color:#fde0474d}.border-e-yellow-300\/35{border-inline-end-color:#fde04759}.border-e-yellow-300\/40{border-inline-end-color:#fde04766}.border-e-yellow-300\/45{border-inline-end-color:#fde04773}.border-e-yellow-300\/5{border-inline-end-color:#fde0470d}.border-e-yellow-300\/50{border-inline-end-color:#fde04780}.border-e-yellow-300\/55{border-inline-end-color:#fde0478c}.border-e-yellow-300\/60{border-inline-end-color:#fde04799}.border-e-yellow-300\/65{border-inline-end-color:#fde047a6}.border-e-yellow-300\/70{border-inline-end-color:#fde047b3}.border-e-yellow-300\/75{border-inline-end-color:#fde047bf}.border-e-yellow-300\/80{border-inline-end-color:#fde047cc}.border-e-yellow-300\/85{border-inline-end-color:#fde047d9}.border-e-yellow-300\/90{border-inline-end-color:#fde047e6}.border-e-yellow-300\/95{border-inline-end-color:#fde047f2}.border-e-yellow-400{--tw-border-opacity:1;border-inline-end-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-e-yellow-400\/0{border-inline-end-color:#facc1500}.border-e-yellow-400\/10{border-inline-end-color:#facc151a}.border-e-yellow-400\/100{border-inline-end-color:#facc15}.border-e-yellow-400\/15{border-inline-end-color:#facc1526}.border-e-yellow-400\/20{border-inline-end-color:#facc1533}.border-e-yellow-400\/25{border-inline-end-color:#facc1540}.border-e-yellow-400\/30{border-inline-end-color:#facc154d}.border-e-yellow-400\/35{border-inline-end-color:#facc1559}.border-e-yellow-400\/40{border-inline-end-color:#facc1566}.border-e-yellow-400\/45{border-inline-end-color:#facc1573}.border-e-yellow-400\/5{border-inline-end-color:#facc150d}.border-e-yellow-400\/50{border-inline-end-color:#facc1580}.border-e-yellow-400\/55{border-inline-end-color:#facc158c}.border-e-yellow-400\/60{border-inline-end-color:#facc1599}.border-e-yellow-400\/65{border-inline-end-color:#facc15a6}.border-e-yellow-400\/70{border-inline-end-color:#facc15b3}.border-e-yellow-400\/75{border-inline-end-color:#facc15bf}.border-e-yellow-400\/80{border-inline-end-color:#facc15cc}.border-e-yellow-400\/85{border-inline-end-color:#facc15d9}.border-e-yellow-400\/90{border-inline-end-color:#facc15e6}.border-e-yellow-400\/95{border-inline-end-color:#facc15f2}.border-e-yellow-50{--tw-border-opacity:1;border-inline-end-color:rgb(254 252 232/var(--tw-border-opacity,1))}.border-e-yellow-50\/0{border-inline-end-color:#fefce800}.border-e-yellow-50\/10{border-inline-end-color:#fefce81a}.border-e-yellow-50\/100{border-inline-end-color:#fefce8}.border-e-yellow-50\/15{border-inline-end-color:#fefce826}.border-e-yellow-50\/20{border-inline-end-color:#fefce833}.border-e-yellow-50\/25{border-inline-end-color:#fefce840}.border-e-yellow-50\/30{border-inline-end-color:#fefce84d}.border-e-yellow-50\/35{border-inline-end-color:#fefce859}.border-e-yellow-50\/40{border-inline-end-color:#fefce866}.border-e-yellow-50\/45{border-inline-end-color:#fefce873}.border-e-yellow-50\/5{border-inline-end-color:#fefce80d}.border-e-yellow-50\/50{border-inline-end-color:#fefce880}.border-e-yellow-50\/55{border-inline-end-color:#fefce88c}.border-e-yellow-50\/60{border-inline-end-color:#fefce899}.border-e-yellow-50\/65{border-inline-end-color:#fefce8a6}.border-e-yellow-50\/70{border-inline-end-color:#fefce8b3}.border-e-yellow-50\/75{border-inline-end-color:#fefce8bf}.border-e-yellow-50\/80{border-inline-end-color:#fefce8cc}.border-e-yellow-50\/85{border-inline-end-color:#fefce8d9}.border-e-yellow-50\/90{border-inline-end-color:#fefce8e6}.border-e-yellow-50\/95{border-inline-end-color:#fefce8f2}.border-e-yellow-500{--tw-border-opacity:1;border-inline-end-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-e-yellow-500\/0{border-inline-end-color:#eab30800}.border-e-yellow-500\/10{border-inline-end-color:#eab3081a}.border-e-yellow-500\/100{border-inline-end-color:#eab308}.border-e-yellow-500\/15{border-inline-end-color:#eab30826}.border-e-yellow-500\/20{border-inline-end-color:#eab30833}.border-e-yellow-500\/25{border-inline-end-color:#eab30840}.border-e-yellow-500\/30{border-inline-end-color:#eab3084d}.border-e-yellow-500\/35{border-inline-end-color:#eab30859}.border-e-yellow-500\/40{border-inline-end-color:#eab30866}.border-e-yellow-500\/45{border-inline-end-color:#eab30873}.border-e-yellow-500\/5{border-inline-end-color:#eab3080d}.border-e-yellow-500\/50{border-inline-end-color:#eab30880}.border-e-yellow-500\/55{border-inline-end-color:#eab3088c}.border-e-yellow-500\/60{border-inline-end-color:#eab30899}.border-e-yellow-500\/65{border-inline-end-color:#eab308a6}.border-e-yellow-500\/70{border-inline-end-color:#eab308b3}.border-e-yellow-500\/75{border-inline-end-color:#eab308bf}.border-e-yellow-500\/80{border-inline-end-color:#eab308cc}.border-e-yellow-500\/85{border-inline-end-color:#eab308d9}.border-e-yellow-500\/90{border-inline-end-color:#eab308e6}.border-e-yellow-500\/95{border-inline-end-color:#eab308f2}.border-e-yellow-600{--tw-border-opacity:1;border-inline-end-color:rgb(202 138 4/var(--tw-border-opacity,1))}.border-e-yellow-600\/0{border-inline-end-color:#ca8a0400}.border-e-yellow-600\/10{border-inline-end-color:#ca8a041a}.border-e-yellow-600\/100{border-inline-end-color:#ca8a04}.border-e-yellow-600\/15{border-inline-end-color:#ca8a0426}.border-e-yellow-600\/20{border-inline-end-color:#ca8a0433}.border-e-yellow-600\/25{border-inline-end-color:#ca8a0440}.border-e-yellow-600\/30{border-inline-end-color:#ca8a044d}.border-e-yellow-600\/35{border-inline-end-color:#ca8a0459}.border-e-yellow-600\/40{border-inline-end-color:#ca8a0466}.border-e-yellow-600\/45{border-inline-end-color:#ca8a0473}.border-e-yellow-600\/5{border-inline-end-color:#ca8a040d}.border-e-yellow-600\/50{border-inline-end-color:#ca8a0480}.border-e-yellow-600\/55{border-inline-end-color:#ca8a048c}.border-e-yellow-600\/60{border-inline-end-color:#ca8a0499}.border-e-yellow-600\/65{border-inline-end-color:#ca8a04a6}.border-e-yellow-600\/70{border-inline-end-color:#ca8a04b3}.border-e-yellow-600\/75{border-inline-end-color:#ca8a04bf}.border-e-yellow-600\/80{border-inline-end-color:#ca8a04cc}.border-e-yellow-600\/85{border-inline-end-color:#ca8a04d9}.border-e-yellow-600\/90{border-inline-end-color:#ca8a04e6}.border-e-yellow-600\/95{border-inline-end-color:#ca8a04f2}.border-e-yellow-700{--tw-border-opacity:1;border-inline-end-color:rgb(161 98 7/var(--tw-border-opacity,1))}.border-e-yellow-700\/0{border-inline-end-color:#a1620700}.border-e-yellow-700\/10{border-inline-end-color:#a162071a}.border-e-yellow-700\/100{border-inline-end-color:#a16207}.border-e-yellow-700\/15{border-inline-end-color:#a1620726}.border-e-yellow-700\/20{border-inline-end-color:#a1620733}.border-e-yellow-700\/25{border-inline-end-color:#a1620740}.border-e-yellow-700\/30{border-inline-end-color:#a162074d}.border-e-yellow-700\/35{border-inline-end-color:#a1620759}.border-e-yellow-700\/40{border-inline-end-color:#a1620766}.border-e-yellow-700\/45{border-inline-end-color:#a1620773}.border-e-yellow-700\/5{border-inline-end-color:#a162070d}.border-e-yellow-700\/50{border-inline-end-color:#a1620780}.border-e-yellow-700\/55{border-inline-end-color:#a162078c}.border-e-yellow-700\/60{border-inline-end-color:#a1620799}.border-e-yellow-700\/65{border-inline-end-color:#a16207a6}.border-e-yellow-700\/70{border-inline-end-color:#a16207b3}.border-e-yellow-700\/75{border-inline-end-color:#a16207bf}.border-e-yellow-700\/80{border-inline-end-color:#a16207cc}.border-e-yellow-700\/85{border-inline-end-color:#a16207d9}.border-e-yellow-700\/90{border-inline-end-color:#a16207e6}.border-e-yellow-700\/95{border-inline-end-color:#a16207f2}.border-e-yellow-800{--tw-border-opacity:1;border-inline-end-color:rgb(133 77 14/var(--tw-border-opacity,1))}.border-e-yellow-800\/0{border-inline-end-color:#854d0e00}.border-e-yellow-800\/10{border-inline-end-color:#854d0e1a}.border-e-yellow-800\/100{border-inline-end-color:#854d0e}.border-e-yellow-800\/15{border-inline-end-color:#854d0e26}.border-e-yellow-800\/20{border-inline-end-color:#854d0e33}.border-e-yellow-800\/25{border-inline-end-color:#854d0e40}.border-e-yellow-800\/30{border-inline-end-color:#854d0e4d}.border-e-yellow-800\/35{border-inline-end-color:#854d0e59}.border-e-yellow-800\/40{border-inline-end-color:#854d0e66}.border-e-yellow-800\/45{border-inline-end-color:#854d0e73}.border-e-yellow-800\/5{border-inline-end-color:#854d0e0d}.border-e-yellow-800\/50{border-inline-end-color:#854d0e80}.border-e-yellow-800\/55{border-inline-end-color:#854d0e8c}.border-e-yellow-800\/60{border-inline-end-color:#854d0e99}.border-e-yellow-800\/65{border-inline-end-color:#854d0ea6}.border-e-yellow-800\/70{border-inline-end-color:#854d0eb3}.border-e-yellow-800\/75{border-inline-end-color:#854d0ebf}.border-e-yellow-800\/80{border-inline-end-color:#854d0ecc}.border-e-yellow-800\/85{border-inline-end-color:#854d0ed9}.border-e-yellow-800\/90{border-inline-end-color:#854d0ee6}.border-e-yellow-800\/95{border-inline-end-color:#854d0ef2}.border-e-yellow-900{--tw-border-opacity:1;border-inline-end-color:rgb(113 63 18/var(--tw-border-opacity,1))}.border-e-yellow-900\/0{border-inline-end-color:#713f1200}.border-e-yellow-900\/10{border-inline-end-color:#713f121a}.border-e-yellow-900\/100{border-inline-end-color:#713f12}.border-e-yellow-900\/15{border-inline-end-color:#713f1226}.border-e-yellow-900\/20{border-inline-end-color:#713f1233}.border-e-yellow-900\/25{border-inline-end-color:#713f1240}.border-e-yellow-900\/30{border-inline-end-color:#713f124d}.border-e-yellow-900\/35{border-inline-end-color:#713f1259}.border-e-yellow-900\/40{border-inline-end-color:#713f1266}.border-e-yellow-900\/45{border-inline-end-color:#713f1273}.border-e-yellow-900\/5{border-inline-end-color:#713f120d}.border-e-yellow-900\/50{border-inline-end-color:#713f1280}.border-e-yellow-900\/55{border-inline-end-color:#713f128c}.border-e-yellow-900\/60{border-inline-end-color:#713f1299}.border-e-yellow-900\/65{border-inline-end-color:#713f12a6}.border-e-yellow-900\/70{border-inline-end-color:#713f12b3}.border-e-yellow-900\/75{border-inline-end-color:#713f12bf}.border-e-yellow-900\/80{border-inline-end-color:#713f12cc}.border-e-yellow-900\/85{border-inline-end-color:#713f12d9}.border-e-yellow-900\/90{border-inline-end-color:#713f12e6}.border-e-yellow-900\/95{border-inline-end-color:#713f12f2}.border-e-yellow-950{--tw-border-opacity:1;border-inline-end-color:rgb(66 32 6/var(--tw-border-opacity,1))}.border-e-yellow-950\/0{border-inline-end-color:#42200600}.border-e-yellow-950\/10{border-inline-end-color:#4220061a}.border-e-yellow-950\/100{border-inline-end-color:#422006}.border-e-yellow-950\/15{border-inline-end-color:#42200626}.border-e-yellow-950\/20{border-inline-end-color:#42200633}.border-e-yellow-950\/25{border-inline-end-color:#42200640}.border-e-yellow-950\/30{border-inline-end-color:#4220064d}.border-e-yellow-950\/35{border-inline-end-color:#42200659}.border-e-yellow-950\/40{border-inline-end-color:#42200666}.border-e-yellow-950\/45{border-inline-end-color:#42200673}.border-e-yellow-950\/5{border-inline-end-color:#4220060d}.border-e-yellow-950\/50{border-inline-end-color:#42200680}.border-e-yellow-950\/55{border-inline-end-color:#4220068c}.border-e-yellow-950\/60{border-inline-end-color:#42200699}.border-e-yellow-950\/65{border-inline-end-color:#422006a6}.border-e-yellow-950\/70{border-inline-end-color:#422006b3}.border-e-yellow-950\/75{border-inline-end-color:#422006bf}.border-e-yellow-950\/80{border-inline-end-color:#422006cc}.border-e-yellow-950\/85{border-inline-end-color:#422006d9}.border-e-yellow-950\/90{border-inline-end-color:#422006e6}.border-e-yellow-950\/95{border-inline-end-color:#422006f2}.border-l-yellow-100{--tw-border-opacity:1;border-left-color:rgb(254 249 195/var(--tw-border-opacity,1))}.border-l-yellow-100\/0{border-left-color:#fef9c300}.border-l-yellow-100\/10{border-left-color:#fef9c31a}.border-l-yellow-100\/100{border-left-color:#fef9c3}.border-l-yellow-100\/15{border-left-color:#fef9c326}.border-l-yellow-100\/20{border-left-color:#fef9c333}.border-l-yellow-100\/25{border-left-color:#fef9c340}.border-l-yellow-100\/30{border-left-color:#fef9c34d}.border-l-yellow-100\/35{border-left-color:#fef9c359}.border-l-yellow-100\/40{border-left-color:#fef9c366}.border-l-yellow-100\/45{border-left-color:#fef9c373}.border-l-yellow-100\/5{border-left-color:#fef9c30d}.border-l-yellow-100\/50{border-left-color:#fef9c380}.border-l-yellow-100\/55{border-left-color:#fef9c38c}.border-l-yellow-100\/60{border-left-color:#fef9c399}.border-l-yellow-100\/65{border-left-color:#fef9c3a6}.border-l-yellow-100\/70{border-left-color:#fef9c3b3}.border-l-yellow-100\/75{border-left-color:#fef9c3bf}.border-l-yellow-100\/80{border-left-color:#fef9c3cc}.border-l-yellow-100\/85{border-left-color:#fef9c3d9}.border-l-yellow-100\/90{border-left-color:#fef9c3e6}.border-l-yellow-100\/95{border-left-color:#fef9c3f2}.border-l-yellow-200{--tw-border-opacity:1;border-left-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-l-yellow-200\/0{border-left-color:#fef08a00}.border-l-yellow-200\/10{border-left-color:#fef08a1a}.border-l-yellow-200\/100{border-left-color:#fef08a}.border-l-yellow-200\/15{border-left-color:#fef08a26}.border-l-yellow-200\/20{border-left-color:#fef08a33}.border-l-yellow-200\/25{border-left-color:#fef08a40}.border-l-yellow-200\/30{border-left-color:#fef08a4d}.border-l-yellow-200\/35{border-left-color:#fef08a59}.border-l-yellow-200\/40{border-left-color:#fef08a66}.border-l-yellow-200\/45{border-left-color:#fef08a73}.border-l-yellow-200\/5{border-left-color:#fef08a0d}.border-l-yellow-200\/50{border-left-color:#fef08a80}.border-l-yellow-200\/55{border-left-color:#fef08a8c}.border-l-yellow-200\/60{border-left-color:#fef08a99}.border-l-yellow-200\/65{border-left-color:#fef08aa6}.border-l-yellow-200\/70{border-left-color:#fef08ab3}.border-l-yellow-200\/75{border-left-color:#fef08abf}.border-l-yellow-200\/80{border-left-color:#fef08acc}.border-l-yellow-200\/85{border-left-color:#fef08ad9}.border-l-yellow-200\/90{border-left-color:#fef08ae6}.border-l-yellow-200\/95{border-left-color:#fef08af2}.border-l-yellow-300{--tw-border-opacity:1;border-left-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-l-yellow-300\/0{border-left-color:#fde04700}.border-l-yellow-300\/10{border-left-color:#fde0471a}.border-l-yellow-300\/100{border-left-color:#fde047}.border-l-yellow-300\/15{border-left-color:#fde04726}.border-l-yellow-300\/20{border-left-color:#fde04733}.border-l-yellow-300\/25{border-left-color:#fde04740}.border-l-yellow-300\/30{border-left-color:#fde0474d}.border-l-yellow-300\/35{border-left-color:#fde04759}.border-l-yellow-300\/40{border-left-color:#fde04766}.border-l-yellow-300\/45{border-left-color:#fde04773}.border-l-yellow-300\/5{border-left-color:#fde0470d}.border-l-yellow-300\/50{border-left-color:#fde04780}.border-l-yellow-300\/55{border-left-color:#fde0478c}.border-l-yellow-300\/60{border-left-color:#fde04799}.border-l-yellow-300\/65{border-left-color:#fde047a6}.border-l-yellow-300\/70{border-left-color:#fde047b3}.border-l-yellow-300\/75{border-left-color:#fde047bf}.border-l-yellow-300\/80{border-left-color:#fde047cc}.border-l-yellow-300\/85{border-left-color:#fde047d9}.border-l-yellow-300\/90{border-left-color:#fde047e6}.border-l-yellow-300\/95{border-left-color:#fde047f2}.border-l-yellow-400{--tw-border-opacity:1;border-left-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-l-yellow-400\/0{border-left-color:#facc1500}.border-l-yellow-400\/10{border-left-color:#facc151a}.border-l-yellow-400\/100{border-left-color:#facc15}.border-l-yellow-400\/15{border-left-color:#facc1526}.border-l-yellow-400\/20{border-left-color:#facc1533}.border-l-yellow-400\/25{border-left-color:#facc1540}.border-l-yellow-400\/30{border-left-color:#facc154d}.border-l-yellow-400\/35{border-left-color:#facc1559}.border-l-yellow-400\/40{border-left-color:#facc1566}.border-l-yellow-400\/45{border-left-color:#facc1573}.border-l-yellow-400\/5{border-left-color:#facc150d}.border-l-yellow-400\/50{border-left-color:#facc1580}.border-l-yellow-400\/55{border-left-color:#facc158c}.border-l-yellow-400\/60{border-left-color:#facc1599}.border-l-yellow-400\/65{border-left-color:#facc15a6}.border-l-yellow-400\/70{border-left-color:#facc15b3}.border-l-yellow-400\/75{border-left-color:#facc15bf}.border-l-yellow-400\/80{border-left-color:#facc15cc}.border-l-yellow-400\/85{border-left-color:#facc15d9}.border-l-yellow-400\/90{border-left-color:#facc15e6}.border-l-yellow-400\/95{border-left-color:#facc15f2}.border-l-yellow-50{--tw-border-opacity:1;border-left-color:rgb(254 252 232/var(--tw-border-opacity,1))}.border-l-yellow-50\/0{border-left-color:#fefce800}.border-l-yellow-50\/10{border-left-color:#fefce81a}.border-l-yellow-50\/100{border-left-color:#fefce8}.border-l-yellow-50\/15{border-left-color:#fefce826}.border-l-yellow-50\/20{border-left-color:#fefce833}.border-l-yellow-50\/25{border-left-color:#fefce840}.border-l-yellow-50\/30{border-left-color:#fefce84d}.border-l-yellow-50\/35{border-left-color:#fefce859}.border-l-yellow-50\/40{border-left-color:#fefce866}.border-l-yellow-50\/45{border-left-color:#fefce873}.border-l-yellow-50\/5{border-left-color:#fefce80d}.border-l-yellow-50\/50{border-left-color:#fefce880}.border-l-yellow-50\/55{border-left-color:#fefce88c}.border-l-yellow-50\/60{border-left-color:#fefce899}.border-l-yellow-50\/65{border-left-color:#fefce8a6}.border-l-yellow-50\/70{border-left-color:#fefce8b3}.border-l-yellow-50\/75{border-left-color:#fefce8bf}.border-l-yellow-50\/80{border-left-color:#fefce8cc}.border-l-yellow-50\/85{border-left-color:#fefce8d9}.border-l-yellow-50\/90{border-left-color:#fefce8e6}.border-l-yellow-50\/95{border-left-color:#fefce8f2}.border-l-yellow-500{--tw-border-opacity:1;border-left-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-l-yellow-500\/0{border-left-color:#eab30800}.border-l-yellow-500\/10{border-left-color:#eab3081a}.border-l-yellow-500\/100{border-left-color:#eab308}.border-l-yellow-500\/15{border-left-color:#eab30826}.border-l-yellow-500\/20{border-left-color:#eab30833}.border-l-yellow-500\/25{border-left-color:#eab30840}.border-l-yellow-500\/30{border-left-color:#eab3084d}.border-l-yellow-500\/35{border-left-color:#eab30859}.border-l-yellow-500\/40{border-left-color:#eab30866}.border-l-yellow-500\/45{border-left-color:#eab30873}.border-l-yellow-500\/5{border-left-color:#eab3080d}.border-l-yellow-500\/50{border-left-color:#eab30880}.border-l-yellow-500\/55{border-left-color:#eab3088c}.border-l-yellow-500\/60{border-left-color:#eab30899}.border-l-yellow-500\/65{border-left-color:#eab308a6}.border-l-yellow-500\/70{border-left-color:#eab308b3}.border-l-yellow-500\/75{border-left-color:#eab308bf}.border-l-yellow-500\/80{border-left-color:#eab308cc}.border-l-yellow-500\/85{border-left-color:#eab308d9}.border-l-yellow-500\/90{border-left-color:#eab308e6}.border-l-yellow-500\/95{border-left-color:#eab308f2}.border-l-yellow-600{--tw-border-opacity:1;border-left-color:rgb(202 138 4/var(--tw-border-opacity,1))}.border-l-yellow-600\/0{border-left-color:#ca8a0400}.border-l-yellow-600\/10{border-left-color:#ca8a041a}.border-l-yellow-600\/100{border-left-color:#ca8a04}.border-l-yellow-600\/15{border-left-color:#ca8a0426}.border-l-yellow-600\/20{border-left-color:#ca8a0433}.border-l-yellow-600\/25{border-left-color:#ca8a0440}.border-l-yellow-600\/30{border-left-color:#ca8a044d}.border-l-yellow-600\/35{border-left-color:#ca8a0459}.border-l-yellow-600\/40{border-left-color:#ca8a0466}.border-l-yellow-600\/45{border-left-color:#ca8a0473}.border-l-yellow-600\/5{border-left-color:#ca8a040d}.border-l-yellow-600\/50{border-left-color:#ca8a0480}.border-l-yellow-600\/55{border-left-color:#ca8a048c}.border-l-yellow-600\/60{border-left-color:#ca8a0499}.border-l-yellow-600\/65{border-left-color:#ca8a04a6}.border-l-yellow-600\/70{border-left-color:#ca8a04b3}.border-l-yellow-600\/75{border-left-color:#ca8a04bf}.border-l-yellow-600\/80{border-left-color:#ca8a04cc}.border-l-yellow-600\/85{border-left-color:#ca8a04d9}.border-l-yellow-600\/90{border-left-color:#ca8a04e6}.border-l-yellow-600\/95{border-left-color:#ca8a04f2}.border-l-yellow-700{--tw-border-opacity:1;border-left-color:rgb(161 98 7/var(--tw-border-opacity,1))}.border-l-yellow-700\/0{border-left-color:#a1620700}.border-l-yellow-700\/10{border-left-color:#a162071a}.border-l-yellow-700\/100{border-left-color:#a16207}.border-l-yellow-700\/15{border-left-color:#a1620726}.border-l-yellow-700\/20{border-left-color:#a1620733}.border-l-yellow-700\/25{border-left-color:#a1620740}.border-l-yellow-700\/30{border-left-color:#a162074d}.border-l-yellow-700\/35{border-left-color:#a1620759}.border-l-yellow-700\/40{border-left-color:#a1620766}.border-l-yellow-700\/45{border-left-color:#a1620773}.border-l-yellow-700\/5{border-left-color:#a162070d}.border-l-yellow-700\/50{border-left-color:#a1620780}.border-l-yellow-700\/55{border-left-color:#a162078c}.border-l-yellow-700\/60{border-left-color:#a1620799}.border-l-yellow-700\/65{border-left-color:#a16207a6}.border-l-yellow-700\/70{border-left-color:#a16207b3}.border-l-yellow-700\/75{border-left-color:#a16207bf}.border-l-yellow-700\/80{border-left-color:#a16207cc}.border-l-yellow-700\/85{border-left-color:#a16207d9}.border-l-yellow-700\/90{border-left-color:#a16207e6}.border-l-yellow-700\/95{border-left-color:#a16207f2}.border-l-yellow-800{--tw-border-opacity:1;border-left-color:rgb(133 77 14/var(--tw-border-opacity,1))}.border-l-yellow-800\/0{border-left-color:#854d0e00}.border-l-yellow-800\/10{border-left-color:#854d0e1a}.border-l-yellow-800\/100{border-left-color:#854d0e}.border-l-yellow-800\/15{border-left-color:#854d0e26}.border-l-yellow-800\/20{border-left-color:#854d0e33}.border-l-yellow-800\/25{border-left-color:#854d0e40}.border-l-yellow-800\/30{border-left-color:#854d0e4d}.border-l-yellow-800\/35{border-left-color:#854d0e59}.border-l-yellow-800\/40{border-left-color:#854d0e66}.border-l-yellow-800\/45{border-left-color:#854d0e73}.border-l-yellow-800\/5{border-left-color:#854d0e0d}.border-l-yellow-800\/50{border-left-color:#854d0e80}.border-l-yellow-800\/55{border-left-color:#854d0e8c}.border-l-yellow-800\/60{border-left-color:#854d0e99}.border-l-yellow-800\/65{border-left-color:#854d0ea6}.border-l-yellow-800\/70{border-left-color:#854d0eb3}.border-l-yellow-800\/75{border-left-color:#854d0ebf}.border-l-yellow-800\/80{border-left-color:#854d0ecc}.border-l-yellow-800\/85{border-left-color:#854d0ed9}.border-l-yellow-800\/90{border-left-color:#854d0ee6}.border-l-yellow-800\/95{border-left-color:#854d0ef2}.border-l-yellow-900{--tw-border-opacity:1;border-left-color:rgb(113 63 18/var(--tw-border-opacity,1))}.border-l-yellow-900\/0{border-left-color:#713f1200}.border-l-yellow-900\/10{border-left-color:#713f121a}.border-l-yellow-900\/100{border-left-color:#713f12}.border-l-yellow-900\/15{border-left-color:#713f1226}.border-l-yellow-900\/20{border-left-color:#713f1233}.border-l-yellow-900\/25{border-left-color:#713f1240}.border-l-yellow-900\/30{border-left-color:#713f124d}.border-l-yellow-900\/35{border-left-color:#713f1259}.border-l-yellow-900\/40{border-left-color:#713f1266}.border-l-yellow-900\/45{border-left-color:#713f1273}.border-l-yellow-900\/5{border-left-color:#713f120d}.border-l-yellow-900\/50{border-left-color:#713f1280}.border-l-yellow-900\/55{border-left-color:#713f128c}.border-l-yellow-900\/60{border-left-color:#713f1299}.border-l-yellow-900\/65{border-left-color:#713f12a6}.border-l-yellow-900\/70{border-left-color:#713f12b3}.border-l-yellow-900\/75{border-left-color:#713f12bf}.border-l-yellow-900\/80{border-left-color:#713f12cc}.border-l-yellow-900\/85{border-left-color:#713f12d9}.border-l-yellow-900\/90{border-left-color:#713f12e6}.border-l-yellow-900\/95{border-left-color:#713f12f2}.border-l-yellow-950{--tw-border-opacity:1;border-left-color:rgb(66 32 6/var(--tw-border-opacity,1))}.border-l-yellow-950\/0{border-left-color:#42200600}.border-l-yellow-950\/10{border-left-color:#4220061a}.border-l-yellow-950\/100{border-left-color:#422006}.border-l-yellow-950\/15{border-left-color:#42200626}.border-l-yellow-950\/20{border-left-color:#42200633}.border-l-yellow-950\/25{border-left-color:#42200640}.border-l-yellow-950\/30{border-left-color:#4220064d}.border-l-yellow-950\/35{border-left-color:#42200659}.border-l-yellow-950\/40{border-left-color:#42200666}.border-l-yellow-950\/45{border-left-color:#42200673}.border-l-yellow-950\/5{border-left-color:#4220060d}.border-l-yellow-950\/50{border-left-color:#42200680}.border-l-yellow-950\/55{border-left-color:#4220068c}.border-l-yellow-950\/60{border-left-color:#42200699}.border-l-yellow-950\/65{border-left-color:#422006a6}.border-l-yellow-950\/70{border-left-color:#422006b3}.border-l-yellow-950\/75{border-left-color:#422006bf}.border-l-yellow-950\/80{border-left-color:#422006cc}.border-l-yellow-950\/85{border-left-color:#422006d9}.border-l-yellow-950\/90{border-left-color:#422006e6}.border-l-yellow-950\/95{border-left-color:#422006f2}.border-r-yellow-100{--tw-border-opacity:1;border-right-color:rgb(254 249 195/var(--tw-border-opacity,1))}.border-r-yellow-100\/0{border-right-color:#fef9c300}.border-r-yellow-100\/10{border-right-color:#fef9c31a}.border-r-yellow-100\/100{border-right-color:#fef9c3}.border-r-yellow-100\/15{border-right-color:#fef9c326}.border-r-yellow-100\/20{border-right-color:#fef9c333}.border-r-yellow-100\/25{border-right-color:#fef9c340}.border-r-yellow-100\/30{border-right-color:#fef9c34d}.border-r-yellow-100\/35{border-right-color:#fef9c359}.border-r-yellow-100\/40{border-right-color:#fef9c366}.border-r-yellow-100\/45{border-right-color:#fef9c373}.border-r-yellow-100\/5{border-right-color:#fef9c30d}.border-r-yellow-100\/50{border-right-color:#fef9c380}.border-r-yellow-100\/55{border-right-color:#fef9c38c}.border-r-yellow-100\/60{border-right-color:#fef9c399}.border-r-yellow-100\/65{border-right-color:#fef9c3a6}.border-r-yellow-100\/70{border-right-color:#fef9c3b3}.border-r-yellow-100\/75{border-right-color:#fef9c3bf}.border-r-yellow-100\/80{border-right-color:#fef9c3cc}.border-r-yellow-100\/85{border-right-color:#fef9c3d9}.border-r-yellow-100\/90{border-right-color:#fef9c3e6}.border-r-yellow-100\/95{border-right-color:#fef9c3f2}.border-r-yellow-200{--tw-border-opacity:1;border-right-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-r-yellow-200\/0{border-right-color:#fef08a00}.border-r-yellow-200\/10{border-right-color:#fef08a1a}.border-r-yellow-200\/100{border-right-color:#fef08a}.border-r-yellow-200\/15{border-right-color:#fef08a26}.border-r-yellow-200\/20{border-right-color:#fef08a33}.border-r-yellow-200\/25{border-right-color:#fef08a40}.border-r-yellow-200\/30{border-right-color:#fef08a4d}.border-r-yellow-200\/35{border-right-color:#fef08a59}.border-r-yellow-200\/40{border-right-color:#fef08a66}.border-r-yellow-200\/45{border-right-color:#fef08a73}.border-r-yellow-200\/5{border-right-color:#fef08a0d}.border-r-yellow-200\/50{border-right-color:#fef08a80}.border-r-yellow-200\/55{border-right-color:#fef08a8c}.border-r-yellow-200\/60{border-right-color:#fef08a99}.border-r-yellow-200\/65{border-right-color:#fef08aa6}.border-r-yellow-200\/70{border-right-color:#fef08ab3}.border-r-yellow-200\/75{border-right-color:#fef08abf}.border-r-yellow-200\/80{border-right-color:#fef08acc}.border-r-yellow-200\/85{border-right-color:#fef08ad9}.border-r-yellow-200\/90{border-right-color:#fef08ae6}.border-r-yellow-200\/95{border-right-color:#fef08af2}.border-r-yellow-300{--tw-border-opacity:1;border-right-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-r-yellow-300\/0{border-right-color:#fde04700}.border-r-yellow-300\/10{border-right-color:#fde0471a}.border-r-yellow-300\/100{border-right-color:#fde047}.border-r-yellow-300\/15{border-right-color:#fde04726}.border-r-yellow-300\/20{border-right-color:#fde04733}.border-r-yellow-300\/25{border-right-color:#fde04740}.border-r-yellow-300\/30{border-right-color:#fde0474d}.border-r-yellow-300\/35{border-right-color:#fde04759}.border-r-yellow-300\/40{border-right-color:#fde04766}.border-r-yellow-300\/45{border-right-color:#fde04773}.border-r-yellow-300\/5{border-right-color:#fde0470d}.border-r-yellow-300\/50{border-right-color:#fde04780}.border-r-yellow-300\/55{border-right-color:#fde0478c}.border-r-yellow-300\/60{border-right-color:#fde04799}.border-r-yellow-300\/65{border-right-color:#fde047a6}.border-r-yellow-300\/70{border-right-color:#fde047b3}.border-r-yellow-300\/75{border-right-color:#fde047bf}.border-r-yellow-300\/80{border-right-color:#fde047cc}.border-r-yellow-300\/85{border-right-color:#fde047d9}.border-r-yellow-300\/90{border-right-color:#fde047e6}.border-r-yellow-300\/95{border-right-color:#fde047f2}.border-r-yellow-400{--tw-border-opacity:1;border-right-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-r-yellow-400\/0{border-right-color:#facc1500}.border-r-yellow-400\/10{border-right-color:#facc151a}.border-r-yellow-400\/100{border-right-color:#facc15}.border-r-yellow-400\/15{border-right-color:#facc1526}.border-r-yellow-400\/20{border-right-color:#facc1533}.border-r-yellow-400\/25{border-right-color:#facc1540}.border-r-yellow-400\/30{border-right-color:#facc154d}.border-r-yellow-400\/35{border-right-color:#facc1559}.border-r-yellow-400\/40{border-right-color:#facc1566}.border-r-yellow-400\/45{border-right-color:#facc1573}.border-r-yellow-400\/5{border-right-color:#facc150d}.border-r-yellow-400\/50{border-right-color:#facc1580}.border-r-yellow-400\/55{border-right-color:#facc158c}.border-r-yellow-400\/60{border-right-color:#facc1599}.border-r-yellow-400\/65{border-right-color:#facc15a6}.border-r-yellow-400\/70{border-right-color:#facc15b3}.border-r-yellow-400\/75{border-right-color:#facc15bf}.border-r-yellow-400\/80{border-right-color:#facc15cc}.border-r-yellow-400\/85{border-right-color:#facc15d9}.border-r-yellow-400\/90{border-right-color:#facc15e6}.border-r-yellow-400\/95{border-right-color:#facc15f2}.border-r-yellow-50{--tw-border-opacity:1;border-right-color:rgb(254 252 232/var(--tw-border-opacity,1))}.border-r-yellow-50\/0{border-right-color:#fefce800}.border-r-yellow-50\/10{border-right-color:#fefce81a}.border-r-yellow-50\/100{border-right-color:#fefce8}.border-r-yellow-50\/15{border-right-color:#fefce826}.border-r-yellow-50\/20{border-right-color:#fefce833}.border-r-yellow-50\/25{border-right-color:#fefce840}.border-r-yellow-50\/30{border-right-color:#fefce84d}.border-r-yellow-50\/35{border-right-color:#fefce859}.border-r-yellow-50\/40{border-right-color:#fefce866}.border-r-yellow-50\/45{border-right-color:#fefce873}.border-r-yellow-50\/5{border-right-color:#fefce80d}.border-r-yellow-50\/50{border-right-color:#fefce880}.border-r-yellow-50\/55{border-right-color:#fefce88c}.border-r-yellow-50\/60{border-right-color:#fefce899}.border-r-yellow-50\/65{border-right-color:#fefce8a6}.border-r-yellow-50\/70{border-right-color:#fefce8b3}.border-r-yellow-50\/75{border-right-color:#fefce8bf}.border-r-yellow-50\/80{border-right-color:#fefce8cc}.border-r-yellow-50\/85{border-right-color:#fefce8d9}.border-r-yellow-50\/90{border-right-color:#fefce8e6}.border-r-yellow-50\/95{border-right-color:#fefce8f2}.border-r-yellow-500{--tw-border-opacity:1;border-right-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-r-yellow-500\/0{border-right-color:#eab30800}.border-r-yellow-500\/10{border-right-color:#eab3081a}.border-r-yellow-500\/100{border-right-color:#eab308}.border-r-yellow-500\/15{border-right-color:#eab30826}.border-r-yellow-500\/20{border-right-color:#eab30833}.border-r-yellow-500\/25{border-right-color:#eab30840}.border-r-yellow-500\/30{border-right-color:#eab3084d}.border-r-yellow-500\/35{border-right-color:#eab30859}.border-r-yellow-500\/40{border-right-color:#eab30866}.border-r-yellow-500\/45{border-right-color:#eab30873}.border-r-yellow-500\/5{border-right-color:#eab3080d}.border-r-yellow-500\/50{border-right-color:#eab30880}.border-r-yellow-500\/55{border-right-color:#eab3088c}.border-r-yellow-500\/60{border-right-color:#eab30899}.border-r-yellow-500\/65{border-right-color:#eab308a6}.border-r-yellow-500\/70{border-right-color:#eab308b3}.border-r-yellow-500\/75{border-right-color:#eab308bf}.border-r-yellow-500\/80{border-right-color:#eab308cc}.border-r-yellow-500\/85{border-right-color:#eab308d9}.border-r-yellow-500\/90{border-right-color:#eab308e6}.border-r-yellow-500\/95{border-right-color:#eab308f2}.border-r-yellow-600{--tw-border-opacity:1;border-right-color:rgb(202 138 4/var(--tw-border-opacity,1))}.border-r-yellow-600\/0{border-right-color:#ca8a0400}.border-r-yellow-600\/10{border-right-color:#ca8a041a}.border-r-yellow-600\/100{border-right-color:#ca8a04}.border-r-yellow-600\/15{border-right-color:#ca8a0426}.border-r-yellow-600\/20{border-right-color:#ca8a0433}.border-r-yellow-600\/25{border-right-color:#ca8a0440}.border-r-yellow-600\/30{border-right-color:#ca8a044d}.border-r-yellow-600\/35{border-right-color:#ca8a0459}.border-r-yellow-600\/40{border-right-color:#ca8a0466}.border-r-yellow-600\/45{border-right-color:#ca8a0473}.border-r-yellow-600\/5{border-right-color:#ca8a040d}.border-r-yellow-600\/50{border-right-color:#ca8a0480}.border-r-yellow-600\/55{border-right-color:#ca8a048c}.border-r-yellow-600\/60{border-right-color:#ca8a0499}.border-r-yellow-600\/65{border-right-color:#ca8a04a6}.border-r-yellow-600\/70{border-right-color:#ca8a04b3}.border-r-yellow-600\/75{border-right-color:#ca8a04bf}.border-r-yellow-600\/80{border-right-color:#ca8a04cc}.border-r-yellow-600\/85{border-right-color:#ca8a04d9}.border-r-yellow-600\/90{border-right-color:#ca8a04e6}.border-r-yellow-600\/95{border-right-color:#ca8a04f2}.border-r-yellow-700{--tw-border-opacity:1;border-right-color:rgb(161 98 7/var(--tw-border-opacity,1))}.border-r-yellow-700\/0{border-right-color:#a1620700}.border-r-yellow-700\/10{border-right-color:#a162071a}.border-r-yellow-700\/100{border-right-color:#a16207}.border-r-yellow-700\/15{border-right-color:#a1620726}.border-r-yellow-700\/20{border-right-color:#a1620733}.border-r-yellow-700\/25{border-right-color:#a1620740}.border-r-yellow-700\/30{border-right-color:#a162074d}.border-r-yellow-700\/35{border-right-color:#a1620759}.border-r-yellow-700\/40{border-right-color:#a1620766}.border-r-yellow-700\/45{border-right-color:#a1620773}.border-r-yellow-700\/5{border-right-color:#a162070d}.border-r-yellow-700\/50{border-right-color:#a1620780}.border-r-yellow-700\/55{border-right-color:#a162078c}.border-r-yellow-700\/60{border-right-color:#a1620799}.border-r-yellow-700\/65{border-right-color:#a16207a6}.border-r-yellow-700\/70{border-right-color:#a16207b3}.border-r-yellow-700\/75{border-right-color:#a16207bf}.border-r-yellow-700\/80{border-right-color:#a16207cc}.border-r-yellow-700\/85{border-right-color:#a16207d9}.border-r-yellow-700\/90{border-right-color:#a16207e6}.border-r-yellow-700\/95{border-right-color:#a16207f2}.border-r-yellow-800{--tw-border-opacity:1;border-right-color:rgb(133 77 14/var(--tw-border-opacity,1))}.border-r-yellow-800\/0{border-right-color:#854d0e00}.border-r-yellow-800\/10{border-right-color:#854d0e1a}.border-r-yellow-800\/100{border-right-color:#854d0e}.border-r-yellow-800\/15{border-right-color:#854d0e26}.border-r-yellow-800\/20{border-right-color:#854d0e33}.border-r-yellow-800\/25{border-right-color:#854d0e40}.border-r-yellow-800\/30{border-right-color:#854d0e4d}.border-r-yellow-800\/35{border-right-color:#854d0e59}.border-r-yellow-800\/40{border-right-color:#854d0e66}.border-r-yellow-800\/45{border-right-color:#854d0e73}.border-r-yellow-800\/5{border-right-color:#854d0e0d}.border-r-yellow-800\/50{border-right-color:#854d0e80}.border-r-yellow-800\/55{border-right-color:#854d0e8c}.border-r-yellow-800\/60{border-right-color:#854d0e99}.border-r-yellow-800\/65{border-right-color:#854d0ea6}.border-r-yellow-800\/70{border-right-color:#854d0eb3}.border-r-yellow-800\/75{border-right-color:#854d0ebf}.border-r-yellow-800\/80{border-right-color:#854d0ecc}.border-r-yellow-800\/85{border-right-color:#854d0ed9}.border-r-yellow-800\/90{border-right-color:#854d0ee6}.border-r-yellow-800\/95{border-right-color:#854d0ef2}.border-r-yellow-900{--tw-border-opacity:1;border-right-color:rgb(113 63 18/var(--tw-border-opacity,1))}.border-r-yellow-900\/0{border-right-color:#713f1200}.border-r-yellow-900\/10{border-right-color:#713f121a}.border-r-yellow-900\/100{border-right-color:#713f12}.border-r-yellow-900\/15{border-right-color:#713f1226}.border-r-yellow-900\/20{border-right-color:#713f1233}.border-r-yellow-900\/25{border-right-color:#713f1240}.border-r-yellow-900\/30{border-right-color:#713f124d}.border-r-yellow-900\/35{border-right-color:#713f1259}.border-r-yellow-900\/40{border-right-color:#713f1266}.border-r-yellow-900\/45{border-right-color:#713f1273}.border-r-yellow-900\/5{border-right-color:#713f120d}.border-r-yellow-900\/50{border-right-color:#713f1280}.border-r-yellow-900\/55{border-right-color:#713f128c}.border-r-yellow-900\/60{border-right-color:#713f1299}.border-r-yellow-900\/65{border-right-color:#713f12a6}.border-r-yellow-900\/70{border-right-color:#713f12b3}.border-r-yellow-900\/75{border-right-color:#713f12bf}.border-r-yellow-900\/80{border-right-color:#713f12cc}.border-r-yellow-900\/85{border-right-color:#713f12d9}.border-r-yellow-900\/90{border-right-color:#713f12e6}.border-r-yellow-900\/95{border-right-color:#713f12f2}.border-r-yellow-950{--tw-border-opacity:1;border-right-color:rgb(66 32 6/var(--tw-border-opacity,1))}.border-r-yellow-950\/0{border-right-color:#42200600}.border-r-yellow-950\/10{border-right-color:#4220061a}.border-r-yellow-950\/100{border-right-color:#422006}.border-r-yellow-950\/15{border-right-color:#42200626}.border-r-yellow-950\/20{border-right-color:#42200633}.border-r-yellow-950\/25{border-right-color:#42200640}.border-r-yellow-950\/30{border-right-color:#4220064d}.border-r-yellow-950\/35{border-right-color:#42200659}.border-r-yellow-950\/40{border-right-color:#42200666}.border-r-yellow-950\/45{border-right-color:#42200673}.border-r-yellow-950\/5{border-right-color:#4220060d}.border-r-yellow-950\/50{border-right-color:#42200680}.border-r-yellow-950\/55{border-right-color:#4220068c}.border-r-yellow-950\/60{border-right-color:#42200699}.border-r-yellow-950\/65{border-right-color:#422006a6}.border-r-yellow-950\/70{border-right-color:#422006b3}.border-r-yellow-950\/75{border-right-color:#422006bf}.border-r-yellow-950\/80{border-right-color:#422006cc}.border-r-yellow-950\/85{border-right-color:#422006d9}.border-r-yellow-950\/90{border-right-color:#422006e6}.border-r-yellow-950\/95{border-right-color:#422006f2}.border-s-yellow-100{--tw-border-opacity:1;border-inline-start-color:rgb(254 249 195/var(--tw-border-opacity,1))}.border-s-yellow-100\/0{border-inline-start-color:#fef9c300}.border-s-yellow-100\/10{border-inline-start-color:#fef9c31a}.border-s-yellow-100\/100{border-inline-start-color:#fef9c3}.border-s-yellow-100\/15{border-inline-start-color:#fef9c326}.border-s-yellow-100\/20{border-inline-start-color:#fef9c333}.border-s-yellow-100\/25{border-inline-start-color:#fef9c340}.border-s-yellow-100\/30{border-inline-start-color:#fef9c34d}.border-s-yellow-100\/35{border-inline-start-color:#fef9c359}.border-s-yellow-100\/40{border-inline-start-color:#fef9c366}.border-s-yellow-100\/45{border-inline-start-color:#fef9c373}.border-s-yellow-100\/5{border-inline-start-color:#fef9c30d}.border-s-yellow-100\/50{border-inline-start-color:#fef9c380}.border-s-yellow-100\/55{border-inline-start-color:#fef9c38c}.border-s-yellow-100\/60{border-inline-start-color:#fef9c399}.border-s-yellow-100\/65{border-inline-start-color:#fef9c3a6}.border-s-yellow-100\/70{border-inline-start-color:#fef9c3b3}.border-s-yellow-100\/75{border-inline-start-color:#fef9c3bf}.border-s-yellow-100\/80{border-inline-start-color:#fef9c3cc}.border-s-yellow-100\/85{border-inline-start-color:#fef9c3d9}.border-s-yellow-100\/90{border-inline-start-color:#fef9c3e6}.border-s-yellow-100\/95{border-inline-start-color:#fef9c3f2}.border-s-yellow-200{--tw-border-opacity:1;border-inline-start-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-s-yellow-200\/0{border-inline-start-color:#fef08a00}.border-s-yellow-200\/10{border-inline-start-color:#fef08a1a}.border-s-yellow-200\/100{border-inline-start-color:#fef08a}.border-s-yellow-200\/15{border-inline-start-color:#fef08a26}.border-s-yellow-200\/20{border-inline-start-color:#fef08a33}.border-s-yellow-200\/25{border-inline-start-color:#fef08a40}.border-s-yellow-200\/30{border-inline-start-color:#fef08a4d}.border-s-yellow-200\/35{border-inline-start-color:#fef08a59}.border-s-yellow-200\/40{border-inline-start-color:#fef08a66}.border-s-yellow-200\/45{border-inline-start-color:#fef08a73}.border-s-yellow-200\/5{border-inline-start-color:#fef08a0d}.border-s-yellow-200\/50{border-inline-start-color:#fef08a80}.border-s-yellow-200\/55{border-inline-start-color:#fef08a8c}.border-s-yellow-200\/60{border-inline-start-color:#fef08a99}.border-s-yellow-200\/65{border-inline-start-color:#fef08aa6}.border-s-yellow-200\/70{border-inline-start-color:#fef08ab3}.border-s-yellow-200\/75{border-inline-start-color:#fef08abf}.border-s-yellow-200\/80{border-inline-start-color:#fef08acc}.border-s-yellow-200\/85{border-inline-start-color:#fef08ad9}.border-s-yellow-200\/90{border-inline-start-color:#fef08ae6}.border-s-yellow-200\/95{border-inline-start-color:#fef08af2}.border-s-yellow-300{--tw-border-opacity:1;border-inline-start-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-s-yellow-300\/0{border-inline-start-color:#fde04700}.border-s-yellow-300\/10{border-inline-start-color:#fde0471a}.border-s-yellow-300\/100{border-inline-start-color:#fde047}.border-s-yellow-300\/15{border-inline-start-color:#fde04726}.border-s-yellow-300\/20{border-inline-start-color:#fde04733}.border-s-yellow-300\/25{border-inline-start-color:#fde04740}.border-s-yellow-300\/30{border-inline-start-color:#fde0474d}.border-s-yellow-300\/35{border-inline-start-color:#fde04759}.border-s-yellow-300\/40{border-inline-start-color:#fde04766}.border-s-yellow-300\/45{border-inline-start-color:#fde04773}.border-s-yellow-300\/5{border-inline-start-color:#fde0470d}.border-s-yellow-300\/50{border-inline-start-color:#fde04780}.border-s-yellow-300\/55{border-inline-start-color:#fde0478c}.border-s-yellow-300\/60{border-inline-start-color:#fde04799}.border-s-yellow-300\/65{border-inline-start-color:#fde047a6}.border-s-yellow-300\/70{border-inline-start-color:#fde047b3}.border-s-yellow-300\/75{border-inline-start-color:#fde047bf}.border-s-yellow-300\/80{border-inline-start-color:#fde047cc}.border-s-yellow-300\/85{border-inline-start-color:#fde047d9}.border-s-yellow-300\/90{border-inline-start-color:#fde047e6}.border-s-yellow-300\/95{border-inline-start-color:#fde047f2}.border-s-yellow-400{--tw-border-opacity:1;border-inline-start-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-s-yellow-400\/0{border-inline-start-color:#facc1500}.border-s-yellow-400\/10{border-inline-start-color:#facc151a}.border-s-yellow-400\/100{border-inline-start-color:#facc15}.border-s-yellow-400\/15{border-inline-start-color:#facc1526}.border-s-yellow-400\/20{border-inline-start-color:#facc1533}.border-s-yellow-400\/25{border-inline-start-color:#facc1540}.border-s-yellow-400\/30{border-inline-start-color:#facc154d}.border-s-yellow-400\/35{border-inline-start-color:#facc1559}.border-s-yellow-400\/40{border-inline-start-color:#facc1566}.border-s-yellow-400\/45{border-inline-start-color:#facc1573}.border-s-yellow-400\/5{border-inline-start-color:#facc150d}.border-s-yellow-400\/50{border-inline-start-color:#facc1580}.border-s-yellow-400\/55{border-inline-start-color:#facc158c}.border-s-yellow-400\/60{border-inline-start-color:#facc1599}.border-s-yellow-400\/65{border-inline-start-color:#facc15a6}.border-s-yellow-400\/70{border-inline-start-color:#facc15b3}.border-s-yellow-400\/75{border-inline-start-color:#facc15bf}.border-s-yellow-400\/80{border-inline-start-color:#facc15cc}.border-s-yellow-400\/85{border-inline-start-color:#facc15d9}.border-s-yellow-400\/90{border-inline-start-color:#facc15e6}.border-s-yellow-400\/95{border-inline-start-color:#facc15f2}.border-s-yellow-50{--tw-border-opacity:1;border-inline-start-color:rgb(254 252 232/var(--tw-border-opacity,1))}.border-s-yellow-50\/0{border-inline-start-color:#fefce800}.border-s-yellow-50\/10{border-inline-start-color:#fefce81a}.border-s-yellow-50\/100{border-inline-start-color:#fefce8}.border-s-yellow-50\/15{border-inline-start-color:#fefce826}.border-s-yellow-50\/20{border-inline-start-color:#fefce833}.border-s-yellow-50\/25{border-inline-start-color:#fefce840}.border-s-yellow-50\/30{border-inline-start-color:#fefce84d}.border-s-yellow-50\/35{border-inline-start-color:#fefce859}.border-s-yellow-50\/40{border-inline-start-color:#fefce866}.border-s-yellow-50\/45{border-inline-start-color:#fefce873}.border-s-yellow-50\/5{border-inline-start-color:#fefce80d}.border-s-yellow-50\/50{border-inline-start-color:#fefce880}.border-s-yellow-50\/55{border-inline-start-color:#fefce88c}.border-s-yellow-50\/60{border-inline-start-color:#fefce899}.border-s-yellow-50\/65{border-inline-start-color:#fefce8a6}.border-s-yellow-50\/70{border-inline-start-color:#fefce8b3}.border-s-yellow-50\/75{border-inline-start-color:#fefce8bf}.border-s-yellow-50\/80{border-inline-start-color:#fefce8cc}.border-s-yellow-50\/85{border-inline-start-color:#fefce8d9}.border-s-yellow-50\/90{border-inline-start-color:#fefce8e6}.border-s-yellow-50\/95{border-inline-start-color:#fefce8f2}.border-s-yellow-500{--tw-border-opacity:1;border-inline-start-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-s-yellow-500\/0{border-inline-start-color:#eab30800}.border-s-yellow-500\/10{border-inline-start-color:#eab3081a}.border-s-yellow-500\/100{border-inline-start-color:#eab308}.border-s-yellow-500\/15{border-inline-start-color:#eab30826}.border-s-yellow-500\/20{border-inline-start-color:#eab30833}.border-s-yellow-500\/25{border-inline-start-color:#eab30840}.border-s-yellow-500\/30{border-inline-start-color:#eab3084d}.border-s-yellow-500\/35{border-inline-start-color:#eab30859}.border-s-yellow-500\/40{border-inline-start-color:#eab30866}.border-s-yellow-500\/45{border-inline-start-color:#eab30873}.border-s-yellow-500\/5{border-inline-start-color:#eab3080d}.border-s-yellow-500\/50{border-inline-start-color:#eab30880}.border-s-yellow-500\/55{border-inline-start-color:#eab3088c}.border-s-yellow-500\/60{border-inline-start-color:#eab30899}.border-s-yellow-500\/65{border-inline-start-color:#eab308a6}.border-s-yellow-500\/70{border-inline-start-color:#eab308b3}.border-s-yellow-500\/75{border-inline-start-color:#eab308bf}.border-s-yellow-500\/80{border-inline-start-color:#eab308cc}.border-s-yellow-500\/85{border-inline-start-color:#eab308d9}.border-s-yellow-500\/90{border-inline-start-color:#eab308e6}.border-s-yellow-500\/95{border-inline-start-color:#eab308f2}.border-s-yellow-600{--tw-border-opacity:1;border-inline-start-color:rgb(202 138 4/var(--tw-border-opacity,1))}.border-s-yellow-600\/0{border-inline-start-color:#ca8a0400}.border-s-yellow-600\/10{border-inline-start-color:#ca8a041a}.border-s-yellow-600\/100{border-inline-start-color:#ca8a04}.border-s-yellow-600\/15{border-inline-start-color:#ca8a0426}.border-s-yellow-600\/20{border-inline-start-color:#ca8a0433}.border-s-yellow-600\/25{border-inline-start-color:#ca8a0440}.border-s-yellow-600\/30{border-inline-start-color:#ca8a044d}.border-s-yellow-600\/35{border-inline-start-color:#ca8a0459}.border-s-yellow-600\/40{border-inline-start-color:#ca8a0466}.border-s-yellow-600\/45{border-inline-start-color:#ca8a0473}.border-s-yellow-600\/5{border-inline-start-color:#ca8a040d}.border-s-yellow-600\/50{border-inline-start-color:#ca8a0480}.border-s-yellow-600\/55{border-inline-start-color:#ca8a048c}.border-s-yellow-600\/60{border-inline-start-color:#ca8a0499}.border-s-yellow-600\/65{border-inline-start-color:#ca8a04a6}.border-s-yellow-600\/70{border-inline-start-color:#ca8a04b3}.border-s-yellow-600\/75{border-inline-start-color:#ca8a04bf}.border-s-yellow-600\/80{border-inline-start-color:#ca8a04cc}.border-s-yellow-600\/85{border-inline-start-color:#ca8a04d9}.border-s-yellow-600\/90{border-inline-start-color:#ca8a04e6}.border-s-yellow-600\/95{border-inline-start-color:#ca8a04f2}.border-s-yellow-700{--tw-border-opacity:1;border-inline-start-color:rgb(161 98 7/var(--tw-border-opacity,1))}.border-s-yellow-700\/0{border-inline-start-color:#a1620700}.border-s-yellow-700\/10{border-inline-start-color:#a162071a}.border-s-yellow-700\/100{border-inline-start-color:#a16207}.border-s-yellow-700\/15{border-inline-start-color:#a1620726}.border-s-yellow-700\/20{border-inline-start-color:#a1620733}.border-s-yellow-700\/25{border-inline-start-color:#a1620740}.border-s-yellow-700\/30{border-inline-start-color:#a162074d}.border-s-yellow-700\/35{border-inline-start-color:#a1620759}.border-s-yellow-700\/40{border-inline-start-color:#a1620766}.border-s-yellow-700\/45{border-inline-start-color:#a1620773}.border-s-yellow-700\/5{border-inline-start-color:#a162070d}.border-s-yellow-700\/50{border-inline-start-color:#a1620780}.border-s-yellow-700\/55{border-inline-start-color:#a162078c}.border-s-yellow-700\/60{border-inline-start-color:#a1620799}.border-s-yellow-700\/65{border-inline-start-color:#a16207a6}.border-s-yellow-700\/70{border-inline-start-color:#a16207b3}.border-s-yellow-700\/75{border-inline-start-color:#a16207bf}.border-s-yellow-700\/80{border-inline-start-color:#a16207cc}.border-s-yellow-700\/85{border-inline-start-color:#a16207d9}.border-s-yellow-700\/90{border-inline-start-color:#a16207e6}.border-s-yellow-700\/95{border-inline-start-color:#a16207f2}.border-s-yellow-800{--tw-border-opacity:1;border-inline-start-color:rgb(133 77 14/var(--tw-border-opacity,1))}.border-s-yellow-800\/0{border-inline-start-color:#854d0e00}.border-s-yellow-800\/10{border-inline-start-color:#854d0e1a}.border-s-yellow-800\/100{border-inline-start-color:#854d0e}.border-s-yellow-800\/15{border-inline-start-color:#854d0e26}.border-s-yellow-800\/20{border-inline-start-color:#854d0e33}.border-s-yellow-800\/25{border-inline-start-color:#854d0e40}.border-s-yellow-800\/30{border-inline-start-color:#854d0e4d}.border-s-yellow-800\/35{border-inline-start-color:#854d0e59}.border-s-yellow-800\/40{border-inline-start-color:#854d0e66}.border-s-yellow-800\/45{border-inline-start-color:#854d0e73}.border-s-yellow-800\/5{border-inline-start-color:#854d0e0d}.border-s-yellow-800\/50{border-inline-start-color:#854d0e80}.border-s-yellow-800\/55{border-inline-start-color:#854d0e8c}.border-s-yellow-800\/60{border-inline-start-color:#854d0e99}.border-s-yellow-800\/65{border-inline-start-color:#854d0ea6}.border-s-yellow-800\/70{border-inline-start-color:#854d0eb3}.border-s-yellow-800\/75{border-inline-start-color:#854d0ebf}.border-s-yellow-800\/80{border-inline-start-color:#854d0ecc}.border-s-yellow-800\/85{border-inline-start-color:#854d0ed9}.border-s-yellow-800\/90{border-inline-start-color:#854d0ee6}.border-s-yellow-800\/95{border-inline-start-color:#854d0ef2}.border-s-yellow-900{--tw-border-opacity:1;border-inline-start-color:rgb(113 63 18/var(--tw-border-opacity,1))}.border-s-yellow-900\/0{border-inline-start-color:#713f1200}.border-s-yellow-900\/10{border-inline-start-color:#713f121a}.border-s-yellow-900\/100{border-inline-start-color:#713f12}.border-s-yellow-900\/15{border-inline-start-color:#713f1226}.border-s-yellow-900\/20{border-inline-start-color:#713f1233}.border-s-yellow-900\/25{border-inline-start-color:#713f1240}.border-s-yellow-900\/30{border-inline-start-color:#713f124d}.border-s-yellow-900\/35{border-inline-start-color:#713f1259}.border-s-yellow-900\/40{border-inline-start-color:#713f1266}.border-s-yellow-900\/45{border-inline-start-color:#713f1273}.border-s-yellow-900\/5{border-inline-start-color:#713f120d}.border-s-yellow-900\/50{border-inline-start-color:#713f1280}.border-s-yellow-900\/55{border-inline-start-color:#713f128c}.border-s-yellow-900\/60{border-inline-start-color:#713f1299}.border-s-yellow-900\/65{border-inline-start-color:#713f12a6}.border-s-yellow-900\/70{border-inline-start-color:#713f12b3}.border-s-yellow-900\/75{border-inline-start-color:#713f12bf}.border-s-yellow-900\/80{border-inline-start-color:#713f12cc}.border-s-yellow-900\/85{border-inline-start-color:#713f12d9}.border-s-yellow-900\/90{border-inline-start-color:#713f12e6}.border-s-yellow-900\/95{border-inline-start-color:#713f12f2}.border-s-yellow-950{--tw-border-opacity:1;border-inline-start-color:rgb(66 32 6/var(--tw-border-opacity,1))}.border-s-yellow-950\/0{border-inline-start-color:#42200600}.border-s-yellow-950\/10{border-inline-start-color:#4220061a}.border-s-yellow-950\/100{border-inline-start-color:#422006}.border-s-yellow-950\/15{border-inline-start-color:#42200626}.border-s-yellow-950\/20{border-inline-start-color:#42200633}.border-s-yellow-950\/25{border-inline-start-color:#42200640}.border-s-yellow-950\/30{border-inline-start-color:#4220064d}.border-s-yellow-950\/35{border-inline-start-color:#42200659}.border-s-yellow-950\/40{border-inline-start-color:#42200666}.border-s-yellow-950\/45{border-inline-start-color:#42200673}.border-s-yellow-950\/5{border-inline-start-color:#4220060d}.border-s-yellow-950\/50{border-inline-start-color:#42200680}.border-s-yellow-950\/55{border-inline-start-color:#4220068c}.border-s-yellow-950\/60{border-inline-start-color:#42200699}.border-s-yellow-950\/65{border-inline-start-color:#422006a6}.border-s-yellow-950\/70{border-inline-start-color:#422006b3}.border-s-yellow-950\/75{border-inline-start-color:#422006bf}.border-s-yellow-950\/80{border-inline-start-color:#422006cc}.border-s-yellow-950\/85{border-inline-start-color:#422006d9}.border-s-yellow-950\/90{border-inline-start-color:#422006e6}.border-s-yellow-950\/95{border-inline-start-color:#422006f2}.border-t-yellow-100{--tw-border-opacity:1;border-top-color:rgb(254 249 195/var(--tw-border-opacity,1))}.border-t-yellow-100\/0{border-top-color:#fef9c300}.border-t-yellow-100\/10{border-top-color:#fef9c31a}.border-t-yellow-100\/100{border-top-color:#fef9c3}.border-t-yellow-100\/15{border-top-color:#fef9c326}.border-t-yellow-100\/20{border-top-color:#fef9c333}.border-t-yellow-100\/25{border-top-color:#fef9c340}.border-t-yellow-100\/30{border-top-color:#fef9c34d}.border-t-yellow-100\/35{border-top-color:#fef9c359}.border-t-yellow-100\/40{border-top-color:#fef9c366}.border-t-yellow-100\/45{border-top-color:#fef9c373}.border-t-yellow-100\/5{border-top-color:#fef9c30d}.border-t-yellow-100\/50{border-top-color:#fef9c380}.border-t-yellow-100\/55{border-top-color:#fef9c38c}.border-t-yellow-100\/60{border-top-color:#fef9c399}.border-t-yellow-100\/65{border-top-color:#fef9c3a6}.border-t-yellow-100\/70{border-top-color:#fef9c3b3}.border-t-yellow-100\/75{border-top-color:#fef9c3bf}.border-t-yellow-100\/80{border-top-color:#fef9c3cc}.border-t-yellow-100\/85{border-top-color:#fef9c3d9}.border-t-yellow-100\/90{border-top-color:#fef9c3e6}.border-t-yellow-100\/95{border-top-color:#fef9c3f2}.border-t-yellow-200{--tw-border-opacity:1;border-top-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-t-yellow-200\/0{border-top-color:#fef08a00}.border-t-yellow-200\/10{border-top-color:#fef08a1a}.border-t-yellow-200\/100{border-top-color:#fef08a}.border-t-yellow-200\/15{border-top-color:#fef08a26}.border-t-yellow-200\/20{border-top-color:#fef08a33}.border-t-yellow-200\/25{border-top-color:#fef08a40}.border-t-yellow-200\/30{border-top-color:#fef08a4d}.border-t-yellow-200\/35{border-top-color:#fef08a59}.border-t-yellow-200\/40{border-top-color:#fef08a66}.border-t-yellow-200\/45{border-top-color:#fef08a73}.border-t-yellow-200\/5{border-top-color:#fef08a0d}.border-t-yellow-200\/50{border-top-color:#fef08a80}.border-t-yellow-200\/55{border-top-color:#fef08a8c}.border-t-yellow-200\/60{border-top-color:#fef08a99}.border-t-yellow-200\/65{border-top-color:#fef08aa6}.border-t-yellow-200\/70{border-top-color:#fef08ab3}.border-t-yellow-200\/75{border-top-color:#fef08abf}.border-t-yellow-200\/80{border-top-color:#fef08acc}.border-t-yellow-200\/85{border-top-color:#fef08ad9}.border-t-yellow-200\/90{border-top-color:#fef08ae6}.border-t-yellow-200\/95{border-top-color:#fef08af2}.border-t-yellow-300{--tw-border-opacity:1;border-top-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-t-yellow-300\/0{border-top-color:#fde04700}.border-t-yellow-300\/10{border-top-color:#fde0471a}.border-t-yellow-300\/100{border-top-color:#fde047}.border-t-yellow-300\/15{border-top-color:#fde04726}.border-t-yellow-300\/20{border-top-color:#fde04733}.border-t-yellow-300\/25{border-top-color:#fde04740}.border-t-yellow-300\/30{border-top-color:#fde0474d}.border-t-yellow-300\/35{border-top-color:#fde04759}.border-t-yellow-300\/40{border-top-color:#fde04766}.border-t-yellow-300\/45{border-top-color:#fde04773}.border-t-yellow-300\/5{border-top-color:#fde0470d}.border-t-yellow-300\/50{border-top-color:#fde04780}.border-t-yellow-300\/55{border-top-color:#fde0478c}.border-t-yellow-300\/60{border-top-color:#fde04799}.border-t-yellow-300\/65{border-top-color:#fde047a6}.border-t-yellow-300\/70{border-top-color:#fde047b3}.border-t-yellow-300\/75{border-top-color:#fde047bf}.border-t-yellow-300\/80{border-top-color:#fde047cc}.border-t-yellow-300\/85{border-top-color:#fde047d9}.border-t-yellow-300\/90{border-top-color:#fde047e6}.border-t-yellow-300\/95{border-top-color:#fde047f2}.border-t-yellow-400{--tw-border-opacity:1;border-top-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-t-yellow-400\/0{border-top-color:#facc1500}.border-t-yellow-400\/10{border-top-color:#facc151a}.border-t-yellow-400\/100{border-top-color:#facc15}.border-t-yellow-400\/15{border-top-color:#facc1526}.border-t-yellow-400\/20{border-top-color:#facc1533}.border-t-yellow-400\/25{border-top-color:#facc1540}.border-t-yellow-400\/30{border-top-color:#facc154d}.border-t-yellow-400\/35{border-top-color:#facc1559}.border-t-yellow-400\/40{border-top-color:#facc1566}.border-t-yellow-400\/45{border-top-color:#facc1573}.border-t-yellow-400\/5{border-top-color:#facc150d}.border-t-yellow-400\/50{border-top-color:#facc1580}.border-t-yellow-400\/55{border-top-color:#facc158c}.border-t-yellow-400\/60{border-top-color:#facc1599}.border-t-yellow-400\/65{border-top-color:#facc15a6}.border-t-yellow-400\/70{border-top-color:#facc15b3}.border-t-yellow-400\/75{border-top-color:#facc15bf}.border-t-yellow-400\/80{border-top-color:#facc15cc}.border-t-yellow-400\/85{border-top-color:#facc15d9}.border-t-yellow-400\/90{border-top-color:#facc15e6}.border-t-yellow-400\/95{border-top-color:#facc15f2}.border-t-yellow-50{--tw-border-opacity:1;border-top-color:rgb(254 252 232/var(--tw-border-opacity,1))}.border-t-yellow-50\/0{border-top-color:#fefce800}.border-t-yellow-50\/10{border-top-color:#fefce81a}.border-t-yellow-50\/100{border-top-color:#fefce8}.border-t-yellow-50\/15{border-top-color:#fefce826}.border-t-yellow-50\/20{border-top-color:#fefce833}.border-t-yellow-50\/25{border-top-color:#fefce840}.border-t-yellow-50\/30{border-top-color:#fefce84d}.border-t-yellow-50\/35{border-top-color:#fefce859}.border-t-yellow-50\/40{border-top-color:#fefce866}.border-t-yellow-50\/45{border-top-color:#fefce873}.border-t-yellow-50\/5{border-top-color:#fefce80d}.border-t-yellow-50\/50{border-top-color:#fefce880}.border-t-yellow-50\/55{border-top-color:#fefce88c}.border-t-yellow-50\/60{border-top-color:#fefce899}.border-t-yellow-50\/65{border-top-color:#fefce8a6}.border-t-yellow-50\/70{border-top-color:#fefce8b3}.border-t-yellow-50\/75{border-top-color:#fefce8bf}.border-t-yellow-50\/80{border-top-color:#fefce8cc}.border-t-yellow-50\/85{border-top-color:#fefce8d9}.border-t-yellow-50\/90{border-top-color:#fefce8e6}.border-t-yellow-50\/95{border-top-color:#fefce8f2}.border-t-yellow-500{--tw-border-opacity:1;border-top-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-t-yellow-500\/0{border-top-color:#eab30800}.border-t-yellow-500\/10{border-top-color:#eab3081a}.border-t-yellow-500\/100{border-top-color:#eab308}.border-t-yellow-500\/15{border-top-color:#eab30826}.border-t-yellow-500\/20{border-top-color:#eab30833}.border-t-yellow-500\/25{border-top-color:#eab30840}.border-t-yellow-500\/30{border-top-color:#eab3084d}.border-t-yellow-500\/35{border-top-color:#eab30859}.border-t-yellow-500\/40{border-top-color:#eab30866}.border-t-yellow-500\/45{border-top-color:#eab30873}.border-t-yellow-500\/5{border-top-color:#eab3080d}.border-t-yellow-500\/50{border-top-color:#eab30880}.border-t-yellow-500\/55{border-top-color:#eab3088c}.border-t-yellow-500\/60{border-top-color:#eab30899}.border-t-yellow-500\/65{border-top-color:#eab308a6}.border-t-yellow-500\/70{border-top-color:#eab308b3}.border-t-yellow-500\/75{border-top-color:#eab308bf}.border-t-yellow-500\/80{border-top-color:#eab308cc}.border-t-yellow-500\/85{border-top-color:#eab308d9}.border-t-yellow-500\/90{border-top-color:#eab308e6}.border-t-yellow-500\/95{border-top-color:#eab308f2}.border-t-yellow-600{--tw-border-opacity:1;border-top-color:rgb(202 138 4/var(--tw-border-opacity,1))}.border-t-yellow-600\/0{border-top-color:#ca8a0400}.border-t-yellow-600\/10{border-top-color:#ca8a041a}.border-t-yellow-600\/100{border-top-color:#ca8a04}.border-t-yellow-600\/15{border-top-color:#ca8a0426}.border-t-yellow-600\/20{border-top-color:#ca8a0433}.border-t-yellow-600\/25{border-top-color:#ca8a0440}.border-t-yellow-600\/30{border-top-color:#ca8a044d}.border-t-yellow-600\/35{border-top-color:#ca8a0459}.border-t-yellow-600\/40{border-top-color:#ca8a0466}.border-t-yellow-600\/45{border-top-color:#ca8a0473}.border-t-yellow-600\/5{border-top-color:#ca8a040d}.border-t-yellow-600\/50{border-top-color:#ca8a0480}.border-t-yellow-600\/55{border-top-color:#ca8a048c}.border-t-yellow-600\/60{border-top-color:#ca8a0499}.border-t-yellow-600\/65{border-top-color:#ca8a04a6}.border-t-yellow-600\/70{border-top-color:#ca8a04b3}.border-t-yellow-600\/75{border-top-color:#ca8a04bf}.border-t-yellow-600\/80{border-top-color:#ca8a04cc}.border-t-yellow-600\/85{border-top-color:#ca8a04d9}.border-t-yellow-600\/90{border-top-color:#ca8a04e6}.border-t-yellow-600\/95{border-top-color:#ca8a04f2}.border-t-yellow-700{--tw-border-opacity:1;border-top-color:rgb(161 98 7/var(--tw-border-opacity,1))}.border-t-yellow-700\/0{border-top-color:#a1620700}.border-t-yellow-700\/10{border-top-color:#a162071a}.border-t-yellow-700\/100{border-top-color:#a16207}.border-t-yellow-700\/15{border-top-color:#a1620726}.border-t-yellow-700\/20{border-top-color:#a1620733}.border-t-yellow-700\/25{border-top-color:#a1620740}.border-t-yellow-700\/30{border-top-color:#a162074d}.border-t-yellow-700\/35{border-top-color:#a1620759}.border-t-yellow-700\/40{border-top-color:#a1620766}.border-t-yellow-700\/45{border-top-color:#a1620773}.border-t-yellow-700\/5{border-top-color:#a162070d}.border-t-yellow-700\/50{border-top-color:#a1620780}.border-t-yellow-700\/55{border-top-color:#a162078c}.border-t-yellow-700\/60{border-top-color:#a1620799}.border-t-yellow-700\/65{border-top-color:#a16207a6}.border-t-yellow-700\/70{border-top-color:#a16207b3}.border-t-yellow-700\/75{border-top-color:#a16207bf}.border-t-yellow-700\/80{border-top-color:#a16207cc}.border-t-yellow-700\/85{border-top-color:#a16207d9}.border-t-yellow-700\/90{border-top-color:#a16207e6}.border-t-yellow-700\/95{border-top-color:#a16207f2}.border-t-yellow-800{--tw-border-opacity:1;border-top-color:rgb(133 77 14/var(--tw-border-opacity,1))}.border-t-yellow-800\/0{border-top-color:#854d0e00}.border-t-yellow-800\/10{border-top-color:#854d0e1a}.border-t-yellow-800\/100{border-top-color:#854d0e}.border-t-yellow-800\/15{border-top-color:#854d0e26}.border-t-yellow-800\/20{border-top-color:#854d0e33}.border-t-yellow-800\/25{border-top-color:#854d0e40}.border-t-yellow-800\/30{border-top-color:#854d0e4d}.border-t-yellow-800\/35{border-top-color:#854d0e59}.border-t-yellow-800\/40{border-top-color:#854d0e66}.border-t-yellow-800\/45{border-top-color:#854d0e73}.border-t-yellow-800\/5{border-top-color:#854d0e0d}.border-t-yellow-800\/50{border-top-color:#854d0e80}.border-t-yellow-800\/55{border-top-color:#854d0e8c}.border-t-yellow-800\/60{border-top-color:#854d0e99}.border-t-yellow-800\/65{border-top-color:#854d0ea6}.border-t-yellow-800\/70{border-top-color:#854d0eb3}.border-t-yellow-800\/75{border-top-color:#854d0ebf}.border-t-yellow-800\/80{border-top-color:#854d0ecc}.border-t-yellow-800\/85{border-top-color:#854d0ed9}.border-t-yellow-800\/90{border-top-color:#854d0ee6}.border-t-yellow-800\/95{border-top-color:#854d0ef2}.border-t-yellow-900{--tw-border-opacity:1;border-top-color:rgb(113 63 18/var(--tw-border-opacity,1))}.border-t-yellow-900\/0{border-top-color:#713f1200}.border-t-yellow-900\/10{border-top-color:#713f121a}.border-t-yellow-900\/100{border-top-color:#713f12}.border-t-yellow-900\/15{border-top-color:#713f1226}.border-t-yellow-900\/20{border-top-color:#713f1233}.border-t-yellow-900\/25{border-top-color:#713f1240}.border-t-yellow-900\/30{border-top-color:#713f124d}.border-t-yellow-900\/35{border-top-color:#713f1259}.border-t-yellow-900\/40{border-top-color:#713f1266}.border-t-yellow-900\/45{border-top-color:#713f1273}.border-t-yellow-900\/5{border-top-color:#713f120d}.border-t-yellow-900\/50{border-top-color:#713f1280}.border-t-yellow-900\/55{border-top-color:#713f128c}.border-t-yellow-900\/60{border-top-color:#713f1299}.border-t-yellow-900\/65{border-top-color:#713f12a6}.border-t-yellow-900\/70{border-top-color:#713f12b3}.border-t-yellow-900\/75{border-top-color:#713f12bf}.border-t-yellow-900\/80{border-top-color:#713f12cc}.border-t-yellow-900\/85{border-top-color:#713f12d9}.border-t-yellow-900\/90{border-top-color:#713f12e6}.border-t-yellow-900\/95{border-top-color:#713f12f2}.border-t-yellow-950{--tw-border-opacity:1;border-top-color:rgb(66 32 6/var(--tw-border-opacity,1))}.border-t-yellow-950\/0{border-top-color:#42200600}.border-t-yellow-950\/10{border-top-color:#4220061a}.border-t-yellow-950\/100{border-top-color:#422006}.border-t-yellow-950\/15{border-top-color:#42200626}.border-t-yellow-950\/20{border-top-color:#42200633}.border-t-yellow-950\/25{border-top-color:#42200640}.border-t-yellow-950\/30{border-top-color:#4220064d}.border-t-yellow-950\/35{border-top-color:#42200659}.border-t-yellow-950\/40{border-top-color:#42200666}.border-t-yellow-950\/45{border-top-color:#42200673}.border-t-yellow-950\/5{border-top-color:#4220060d}.border-t-yellow-950\/50{border-top-color:#42200680}.border-t-yellow-950\/55{border-top-color:#4220068c}.border-t-yellow-950\/60{border-top-color:#42200699}.border-t-yellow-950\/65{border-top-color:#422006a6}.border-t-yellow-950\/70{border-top-color:#422006b3}.border-t-yellow-950\/75{border-top-color:#422006bf}.border-t-yellow-950\/80{border-top-color:#422006cc}.border-t-yellow-950\/85{border-top-color:#422006d9}.border-t-yellow-950\/90{border-top-color:#422006e6}.border-t-yellow-950\/95{border-top-color:#422006f2}.border-opacity-80{--tw-border-opacity:.8}.bg-\[\#00A8FF\]{--tw-bg-opacity:1;background-color:rgb(0 168 255/var(--tw-bg-opacity,1))}.bg-\[\#081226\]{--tw-bg-opacity:1;background-color:rgb(8 18 38/var(--tw-bg-opacity,1))}.bg-\[\#46B866\]{--tw-bg-opacity:1;background-color:rgb(70 184 102/var(--tw-bg-opacity,1))}.bg-\[\#88ABE026\]{background-color:#88abe026}.bg-\[\#A8BAE81F\]{background-color:#a8bae81f}.bg-\[\#AA31AA\]{--tw-bg-opacity:1;background-color:rgb(170 49 170/var(--tw-bg-opacity,1))}.bg-\[\#DD4B39\]{--tw-bg-opacity:1;background-color:rgb(221 75 57/var(--tw-bg-opacity,1))}.bg-\[\#EEF3FA\]{--tw-bg-opacity:1;background-color:rgb(238 243 250/var(--tw-bg-opacity,1))}.bg-\[\#F4F5F8\]{--tw-bg-opacity:1;background-color:rgb(244 245 248/var(--tw-bg-opacity,1))}.bg-\[\#F8F9FC\]{--tw-bg-opacity:1;background-color:rgb(248 249 252/var(--tw-bg-opacity,1))}.bg-\[\#FE8F01\]{--tw-bg-opacity:1;background-color:rgb(254 143 1/var(--tw-bg-opacity,1))}.bg-\[\#dde4e7\]{--tw-bg-opacity:1;background-color:rgb(221 228 231/var(--tw-bg-opacity,1))}.bg-\[\#dff6e5\]{--tw-bg-opacity:1;background-color:rgb(223 246 229/var(--tw-bg-opacity,1))}.bg-\[\#f8d4d3\]{--tw-bg-opacity:1;background-color:rgb(248 212 211/var(--tw-bg-opacity,1))}.bg-au_accent{--tw-bg-opacity:1;background-color:rgb(221 75 57/var(--tw-bg-opacity,1))}.bg-au_black{--tw-bg-opacity:1;background-color:rgb(8 18 38/var(--tw-bg-opacity,1))}.bg-au_greenbg{--tw-bg-opacity:1;background-color:rgb(169 232 183/var(--tw-bg-opacity,1))}.bg-au_inputbg{--tw-bg-opacity:1;background-color:rgb(242 244 249/var(--tw-bg-opacity,1))}.bg-au_inputborder{--tw-bg-opacity:1;background-color:rgb(230 230 230/var(--tw-bg-opacity,1))}.bg-au_lightgray{--tw-bg-opacity:1;background-color:rgb(241 242 243/var(--tw-bg-opacity,1))}.bg-au_redbg{--tw-bg-opacity:1;background-color:rgb(255 200 200/var(--tw-bg-opacity,1))}.bg-au_uploadbg{--tw-bg-opacity:1;background-color:rgb(248 249 252/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.bg-brand-100{--tw-bg-opacity:1;background-color:rgb(252 240 238/var(--tw-bg-opacity,1))}.bg-brand-300{--tw-bg-opacity:1;background-color:rgb(241 158 185/var(--tw-bg-opacity,1))}.bg-brand-50{--tw-bg-opacity:1;background-color:rgb(253 252 251/var(--tw-bg-opacity,1))}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))}.bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb(217 70 239/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(134 239 172/var(--tw-bg-opacity,1))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity,1))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-transparent{background-color:#0000}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-100\/0{background-color:#fef9c300}.bg-yellow-100\/10{background-color:#fef9c31a}.bg-yellow-100\/100{background-color:#fef9c3}.bg-yellow-100\/15{background-color:#fef9c326}.bg-yellow-100\/20{background-color:#fef9c333}.bg-yellow-100\/25{background-color:#fef9c340}.bg-yellow-100\/30{background-color:#fef9c34d}.bg-yellow-100\/35{background-color:#fef9c359}.bg-yellow-100\/40{background-color:#fef9c366}.bg-yellow-100\/45{background-color:#fef9c373}.bg-yellow-100\/5{background-color:#fef9c30d}.bg-yellow-100\/50{background-color:#fef9c380}.bg-yellow-100\/55{background-color:#fef9c38c}.bg-yellow-100\/60{background-color:#fef9c399}.bg-yellow-100\/65{background-color:#fef9c3a6}.bg-yellow-100\/70{background-color:#fef9c3b3}.bg-yellow-100\/75{background-color:#fef9c3bf}.bg-yellow-100\/80{background-color:#fef9c3cc}.bg-yellow-100\/85{background-color:#fef9c3d9}.bg-yellow-100\/90{background-color:#fef9c3e6}.bg-yellow-100\/95{background-color:#fef9c3f2}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.bg-yellow-200\/0{background-color:#fef08a00}.bg-yellow-200\/10{background-color:#fef08a1a}.bg-yellow-200\/100{background-color:#fef08a}.bg-yellow-200\/15{background-color:#fef08a26}.bg-yellow-200\/20{background-color:#fef08a33}.bg-yellow-200\/25{background-color:#fef08a40}.bg-yellow-200\/30{background-color:#fef08a4d}.bg-yellow-200\/35{background-color:#fef08a59}.bg-yellow-200\/40{background-color:#fef08a66}.bg-yellow-200\/45{background-color:#fef08a73}.bg-yellow-200\/5{background-color:#fef08a0d}.bg-yellow-200\/50{background-color:#fef08a80}.bg-yellow-200\/55{background-color:#fef08a8c}.bg-yellow-200\/60{background-color:#fef08a99}.bg-yellow-200\/65{background-color:#fef08aa6}.bg-yellow-200\/70{background-color:#fef08ab3}.bg-yellow-200\/75{background-color:#fef08abf}.bg-yellow-200\/80{background-color:#fef08acc}.bg-yellow-200\/85{background-color:#fef08ad9}.bg-yellow-200\/90{background-color:#fef08ae6}.bg-yellow-200\/95{background-color:#fef08af2}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity,1))}.bg-yellow-300\/0{background-color:#fde04700}.bg-yellow-300\/10{background-color:#fde0471a}.bg-yellow-300\/100{background-color:#fde047}.bg-yellow-300\/15{background-color:#fde04726}.bg-yellow-300\/20{background-color:#fde04733}.bg-yellow-300\/25{background-color:#fde04740}.bg-yellow-300\/30{background-color:#fde0474d}.bg-yellow-300\/35{background-color:#fde04759}.bg-yellow-300\/40{background-color:#fde04766}.bg-yellow-300\/45{background-color:#fde04773}.bg-yellow-300\/5{background-color:#fde0470d}.bg-yellow-300\/50{background-color:#fde04780}.bg-yellow-300\/55{background-color:#fde0478c}.bg-yellow-300\/60{background-color:#fde04799}.bg-yellow-300\/65{background-color:#fde047a6}.bg-yellow-300\/70{background-color:#fde047b3}.bg-yellow-300\/75{background-color:#fde047bf}.bg-yellow-300\/80{background-color:#fde047cc}.bg-yellow-300\/85{background-color:#fde047d9}.bg-yellow-300\/90{background-color:#fde047e6}.bg-yellow-300\/95{background-color:#fde047f2}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-400\/0{background-color:#facc1500}.bg-yellow-400\/10{background-color:#facc151a}.bg-yellow-400\/100{background-color:#facc15}.bg-yellow-400\/15{background-color:#facc1526}.bg-yellow-400\/20{background-color:#facc1533}.bg-yellow-400\/25{background-color:#facc1540}.bg-yellow-400\/30{background-color:#facc154d}.bg-yellow-400\/35{background-color:#facc1559}.bg-yellow-400\/40{background-color:#facc1566}.bg-yellow-400\/45{background-color:#facc1573}.bg-yellow-400\/5{background-color:#facc150d}.bg-yellow-400\/50{background-color:#facc1580}.bg-yellow-400\/55{background-color:#facc158c}.bg-yellow-400\/60{background-color:#facc1599}.bg-yellow-400\/65{background-color:#facc15a6}.bg-yellow-400\/70{background-color:#facc15b3}.bg-yellow-400\/75{background-color:#facc15bf}.bg-yellow-400\/80{background-color:#facc15cc}.bg-yellow-400\/85{background-color:#facc15d9}.bg-yellow-400\/90{background-color:#facc15e6}.bg-yellow-400\/95{background-color:#facc15f2}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-50\/0{background-color:#fefce800}.bg-yellow-50\/10{background-color:#fefce81a}.bg-yellow-50\/100{background-color:#fefce8}.bg-yellow-50\/15{background-color:#fefce826}.bg-yellow-50\/20{background-color:#fefce833}.bg-yellow-50\/25{background-color:#fefce840}.bg-yellow-50\/30{background-color:#fefce84d}.bg-yellow-50\/35{background-color:#fefce859}.bg-yellow-50\/40{background-color:#fefce866}.bg-yellow-50\/45{background-color:#fefce873}.bg-yellow-50\/5{background-color:#fefce80d}.bg-yellow-50\/50{background-color:#fefce880}.bg-yellow-50\/55{background-color:#fefce88c}.bg-yellow-50\/60{background-color:#fefce899}.bg-yellow-50\/65{background-color:#fefce8a6}.bg-yellow-50\/70{background-color:#fefce8b3}.bg-yellow-50\/75{background-color:#fefce8bf}.bg-yellow-50\/80{background-color:#fefce8cc}.bg-yellow-50\/85{background-color:#fefce8d9}.bg-yellow-50\/90{background-color:#fefce8e6}.bg-yellow-50\/95{background-color:#fefce8f2}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-yellow-500\/0{background-color:#eab30800}.bg-yellow-500\/10{background-color:#eab3081a}.bg-yellow-500\/100{background-color:#eab308}.bg-yellow-500\/15{background-color:#eab30826}.bg-yellow-500\/20{background-color:#eab30833}.bg-yellow-500\/25{background-color:#eab30840}.bg-yellow-500\/30{background-color:#eab3084d}.bg-yellow-500\/35{background-color:#eab30859}.bg-yellow-500\/40{background-color:#eab30866}.bg-yellow-500\/45{background-color:#eab30873}.bg-yellow-500\/5{background-color:#eab3080d}.bg-yellow-500\/50{background-color:#eab30880}.bg-yellow-500\/55{background-color:#eab3088c}.bg-yellow-500\/60{background-color:#eab30899}.bg-yellow-500\/65{background-color:#eab308a6}.bg-yellow-500\/70{background-color:#eab308b3}.bg-yellow-500\/75{background-color:#eab308bf}.bg-yellow-500\/80{background-color:#eab308cc}.bg-yellow-500\/85{background-color:#eab308d9}.bg-yellow-500\/90{background-color:#eab308e6}.bg-yellow-500\/95{background-color:#eab308f2}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.bg-yellow-600\/0{background-color:#ca8a0400}.bg-yellow-600\/10{background-color:#ca8a041a}.bg-yellow-600\/100{background-color:#ca8a04}.bg-yellow-600\/15{background-color:#ca8a0426}.bg-yellow-600\/20{background-color:#ca8a0433}.bg-yellow-600\/25{background-color:#ca8a0440}.bg-yellow-600\/30{background-color:#ca8a044d}.bg-yellow-600\/35{background-color:#ca8a0459}.bg-yellow-600\/40{background-color:#ca8a0466}.bg-yellow-600\/45{background-color:#ca8a0473}.bg-yellow-600\/5{background-color:#ca8a040d}.bg-yellow-600\/50{background-color:#ca8a0480}.bg-yellow-600\/55{background-color:#ca8a048c}.bg-yellow-600\/60{background-color:#ca8a0499}.bg-yellow-600\/65{background-color:#ca8a04a6}.bg-yellow-600\/70{background-color:#ca8a04b3}.bg-yellow-600\/75{background-color:#ca8a04bf}.bg-yellow-600\/80{background-color:#ca8a04cc}.bg-yellow-600\/85{background-color:#ca8a04d9}.bg-yellow-600\/90{background-color:#ca8a04e6}.bg-yellow-600\/95{background-color:#ca8a04f2}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.bg-yellow-700\/0{background-color:#a1620700}.bg-yellow-700\/10{background-color:#a162071a}.bg-yellow-700\/100{background-color:#a16207}.bg-yellow-700\/15{background-color:#a1620726}.bg-yellow-700\/20{background-color:#a1620733}.bg-yellow-700\/25{background-color:#a1620740}.bg-yellow-700\/30{background-color:#a162074d}.bg-yellow-700\/35{background-color:#a1620759}.bg-yellow-700\/40{background-color:#a1620766}.bg-yellow-700\/45{background-color:#a1620773}.bg-yellow-700\/5{background-color:#a162070d}.bg-yellow-700\/50{background-color:#a1620780}.bg-yellow-700\/55{background-color:#a162078c}.bg-yellow-700\/60{background-color:#a1620799}.bg-yellow-700\/65{background-color:#a16207a6}.bg-yellow-700\/70{background-color:#a16207b3}.bg-yellow-700\/75{background-color:#a16207bf}.bg-yellow-700\/80{background-color:#a16207cc}.bg-yellow-700\/85{background-color:#a16207d9}.bg-yellow-700\/90{background-color:#a16207e6}.bg-yellow-700\/95{background-color:#a16207f2}.bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity,1))}.bg-yellow-800\/0{background-color:#854d0e00}.bg-yellow-800\/10{background-color:#854d0e1a}.bg-yellow-800\/100{background-color:#854d0e}.bg-yellow-800\/15{background-color:#854d0e26}.bg-yellow-800\/20{background-color:#854d0e33}.bg-yellow-800\/25{background-color:#854d0e40}.bg-yellow-800\/30{background-color:#854d0e4d}.bg-yellow-800\/35{background-color:#854d0e59}.bg-yellow-800\/40{background-color:#854d0e66}.bg-yellow-800\/45{background-color:#854d0e73}.bg-yellow-800\/5{background-color:#854d0e0d}.bg-yellow-800\/50{background-color:#854d0e80}.bg-yellow-800\/55{background-color:#854d0e8c}.bg-yellow-800\/60{background-color:#854d0e99}.bg-yellow-800\/65{background-color:#854d0ea6}.bg-yellow-800\/70{background-color:#854d0eb3}.bg-yellow-800\/75{background-color:#854d0ebf}.bg-yellow-800\/80{background-color:#854d0ecc}.bg-yellow-800\/85{background-color:#854d0ed9}.bg-yellow-800\/90{background-color:#854d0ee6}.bg-yellow-800\/95{background-color:#854d0ef2}.bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity,1))}.bg-yellow-900\/0{background-color:#713f1200}.bg-yellow-900\/10{background-color:#713f121a}.bg-yellow-900\/100{background-color:#713f12}.bg-yellow-900\/15{background-color:#713f1226}.bg-yellow-900\/20{background-color:#713f1233}.bg-yellow-900\/25{background-color:#713f1240}.bg-yellow-900\/30{background-color:#713f124d}.bg-yellow-900\/35{background-color:#713f1259}.bg-yellow-900\/40{background-color:#713f1266}.bg-yellow-900\/45{background-color:#713f1273}.bg-yellow-900\/5{background-color:#713f120d}.bg-yellow-900\/50{background-color:#713f1280}.bg-yellow-900\/55{background-color:#713f128c}.bg-yellow-900\/60{background-color:#713f1299}.bg-yellow-900\/65{background-color:#713f12a6}.bg-yellow-900\/70{background-color:#713f12b3}.bg-yellow-900\/75{background-color:#713f12bf}.bg-yellow-900\/80{background-color:#713f12cc}.bg-yellow-900\/85{background-color:#713f12d9}.bg-yellow-900\/90{background-color:#713f12e6}.bg-yellow-900\/95{background-color:#713f12f2}.bg-yellow-950{--tw-bg-opacity:1;background-color:rgb(66 32 6/var(--tw-bg-opacity,1))}.bg-yellow-950\/0{background-color:#42200600}.bg-yellow-950\/10{background-color:#4220061a}.bg-yellow-950\/100{background-color:#422006}.bg-yellow-950\/15{background-color:#42200626}.bg-yellow-950\/20{background-color:#42200633}.bg-yellow-950\/25{background-color:#42200640}.bg-yellow-950\/30{background-color:#4220064d}.bg-yellow-950\/35{background-color:#42200659}.bg-yellow-950\/40{background-color:#42200666}.bg-yellow-950\/45{background-color:#42200673}.bg-yellow-950\/5{background-color:#4220060d}.bg-yellow-950\/50{background-color:#42200680}.bg-yellow-950\/55{background-color:#4220068c}.bg-yellow-950\/60{background-color:#42200699}.bg-yellow-950\/65{background-color:#422006a6}.bg-yellow-950\/70{background-color:#422006b3}.bg-yellow-950\/75{background-color:#422006bf}.bg-yellow-950\/80{background-color:#422006cc}.bg-yellow-950\/85{background-color:#422006d9}.bg-yellow-950\/90{background-color:#422006e6}.bg-yellow-950\/95{background-color:#422006f2}.bg-opacity-10{--tw-bg-opacity:.1}.bg-opacity-20{--tw-bg-opacity:.2}.bg-opacity-75{--tw-bg-opacity:.75}.bg-gradient-to-b{background-image:linear-gradient(to bottom, var(--tw-gradient-stops))}.from-gray-800{--tw-gradient-from:#1f2937 var(--tw-gradient-from-position);--tw-gradient-to:#1f293700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from:#111827 var(--tw-gradient-from-position);--tw-gradient-to:#11182700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/0{--tw-gradient-from:#fef9c300 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/10{--tw-gradient-from:#fef9c31a var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/15{--tw-gradient-from:#fef9c326 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/20{--tw-gradient-from:#fef9c333 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/25{--tw-gradient-from:#fef9c340 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/30{--tw-gradient-from:#fef9c34d var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/35{--tw-gradient-from:#fef9c359 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/40{--tw-gradient-from:#fef9c366 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/45{--tw-gradient-from:#fef9c373 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/5{--tw-gradient-from:#fef9c30d var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/50{--tw-gradient-from:#fef9c380 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/55{--tw-gradient-from:#fef9c38c var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/60{--tw-gradient-from:#fef9c399 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/65{--tw-gradient-from:#fef9c3a6 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/70{--tw-gradient-from:#fef9c3b3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/75{--tw-gradient-from:#fef9c3bf var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/80{--tw-gradient-from:#fef9c3cc var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/85{--tw-gradient-from:#fef9c3d9 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/90{--tw-gradient-from:#fef9c3e6 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/95{--tw-gradient-from:#fef9c3f2 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200{--tw-gradient-from:#fef08a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/0{--tw-gradient-from:#fef08a00 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/10{--tw-gradient-from:#fef08a1a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/100{--tw-gradient-from:#fef08a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/15{--tw-gradient-from:#fef08a26 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/20{--tw-gradient-from:#fef08a33 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/25{--tw-gradient-from:#fef08a40 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/30{--tw-gradient-from:#fef08a4d var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/35{--tw-gradient-from:#fef08a59 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/40{--tw-gradient-from:#fef08a66 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/45{--tw-gradient-from:#fef08a73 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/5{--tw-gradient-from:#fef08a0d var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/50{--tw-gradient-from:#fef08a80 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/55{--tw-gradient-from:#fef08a8c var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/60{--tw-gradient-from:#fef08a99 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/65{--tw-gradient-from:#fef08aa6 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/70{--tw-gradient-from:#fef08ab3 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/75{--tw-gradient-from:#fef08abf var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/80{--tw-gradient-from:#fef08acc var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/85{--tw-gradient-from:#fef08ad9 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/90{--tw-gradient-from:#fef08ae6 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/95{--tw-gradient-from:#fef08af2 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300{--tw-gradient-from:#fde047 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/0{--tw-gradient-from:#fde04700 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/10{--tw-gradient-from:#fde0471a var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/100{--tw-gradient-from:#fde047 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/15{--tw-gradient-from:#fde04726 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/20{--tw-gradient-from:#fde04733 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/25{--tw-gradient-from:#fde04740 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/30{--tw-gradient-from:#fde0474d var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/35{--tw-gradient-from:#fde04759 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/40{--tw-gradient-from:#fde04766 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/45{--tw-gradient-from:#fde04773 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/5{--tw-gradient-from:#fde0470d var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/50{--tw-gradient-from:#fde04780 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/55{--tw-gradient-from:#fde0478c var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/60{--tw-gradient-from:#fde04799 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/65{--tw-gradient-from:#fde047a6 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/70{--tw-gradient-from:#fde047b3 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/75{--tw-gradient-from:#fde047bf var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/80{--tw-gradient-from:#fde047cc var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/85{--tw-gradient-from:#fde047d9 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/90{--tw-gradient-from:#fde047e6 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/95{--tw-gradient-from:#fde047f2 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/0{--tw-gradient-from:#facc1500 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/10{--tw-gradient-from:#facc151a var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/100{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/15{--tw-gradient-from:#facc1526 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/20{--tw-gradient-from:#facc1533 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/25{--tw-gradient-from:#facc1540 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/30{--tw-gradient-from:#facc154d var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/35{--tw-gradient-from:#facc1559 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/40{--tw-gradient-from:#facc1566 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/45{--tw-gradient-from:#facc1573 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/5{--tw-gradient-from:#facc150d var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/50{--tw-gradient-from:#facc1580 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/55{--tw-gradient-from:#facc158c var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/60{--tw-gradient-from:#facc1599 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/65{--tw-gradient-from:#facc15a6 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/70{--tw-gradient-from:#facc15b3 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/75{--tw-gradient-from:#facc15bf var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/80{--tw-gradient-from:#facc15cc var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/85{--tw-gradient-from:#facc15d9 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/90{--tw-gradient-from:#facc15e6 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/95{--tw-gradient-from:#facc15f2 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/0{--tw-gradient-from:#fefce800 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/10{--tw-gradient-from:#fefce81a var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/100{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/15{--tw-gradient-from:#fefce826 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/20{--tw-gradient-from:#fefce833 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/25{--tw-gradient-from:#fefce840 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/30{--tw-gradient-from:#fefce84d var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/35{--tw-gradient-from:#fefce859 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/40{--tw-gradient-from:#fefce866 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/45{--tw-gradient-from:#fefce873 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/5{--tw-gradient-from:#fefce80d var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/50{--tw-gradient-from:#fefce880 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/55{--tw-gradient-from:#fefce88c var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/60{--tw-gradient-from:#fefce899 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/65{--tw-gradient-from:#fefce8a6 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/70{--tw-gradient-from:#fefce8b3 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/75{--tw-gradient-from:#fefce8bf var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/80{--tw-gradient-from:#fefce8cc var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/85{--tw-gradient-from:#fefce8d9 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/90{--tw-gradient-from:#fefce8e6 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/95{--tw-gradient-from:#fefce8f2 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from:#eab308 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/0{--tw-gradient-from:#eab30800 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/10{--tw-gradient-from:#eab3081a var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/100{--tw-gradient-from:#eab308 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/15{--tw-gradient-from:#eab30826 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/20{--tw-gradient-from:#eab30833 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/25{--tw-gradient-from:#eab30840 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/30{--tw-gradient-from:#eab3084d var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/35{--tw-gradient-from:#eab30859 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/40{--tw-gradient-from:#eab30866 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/45{--tw-gradient-from:#eab30873 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/5{--tw-gradient-from:#eab3080d var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/50{--tw-gradient-from:#eab30880 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/55{--tw-gradient-from:#eab3088c var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/60{--tw-gradient-from:#eab30899 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/65{--tw-gradient-from:#eab308a6 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/70{--tw-gradient-from:#eab308b3 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/75{--tw-gradient-from:#eab308bf var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/80{--tw-gradient-from:#eab308cc var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/85{--tw-gradient-from:#eab308d9 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/90{--tw-gradient-from:#eab308e6 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/95{--tw-gradient-from:#eab308f2 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600{--tw-gradient-from:#ca8a04 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/0{--tw-gradient-from:#ca8a0400 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/10{--tw-gradient-from:#ca8a041a var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/100{--tw-gradient-from:#ca8a04 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/15{--tw-gradient-from:#ca8a0426 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/20{--tw-gradient-from:#ca8a0433 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/25{--tw-gradient-from:#ca8a0440 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/30{--tw-gradient-from:#ca8a044d var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/35{--tw-gradient-from:#ca8a0459 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/40{--tw-gradient-from:#ca8a0466 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/45{--tw-gradient-from:#ca8a0473 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/5{--tw-gradient-from:#ca8a040d var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/50{--tw-gradient-from:#ca8a0480 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/55{--tw-gradient-from:#ca8a048c var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/60{--tw-gradient-from:#ca8a0499 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/65{--tw-gradient-from:#ca8a04a6 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/70{--tw-gradient-from:#ca8a04b3 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/75{--tw-gradient-from:#ca8a04bf var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/80{--tw-gradient-from:#ca8a04cc var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/85{--tw-gradient-from:#ca8a04d9 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/90{--tw-gradient-from:#ca8a04e6 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/95{--tw-gradient-from:#ca8a04f2 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700{--tw-gradient-from:#a16207 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/0{--tw-gradient-from:#a1620700 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/10{--tw-gradient-from:#a162071a var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/100{--tw-gradient-from:#a16207 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/15{--tw-gradient-from:#a1620726 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/20{--tw-gradient-from:#a1620733 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/25{--tw-gradient-from:#a1620740 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/30{--tw-gradient-from:#a162074d var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/35{--tw-gradient-from:#a1620759 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/40{--tw-gradient-from:#a1620766 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/45{--tw-gradient-from:#a1620773 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/5{--tw-gradient-from:#a162070d var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/50{--tw-gradient-from:#a1620780 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/55{--tw-gradient-from:#a162078c var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/60{--tw-gradient-from:#a1620799 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/65{--tw-gradient-from:#a16207a6 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/70{--tw-gradient-from:#a16207b3 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/75{--tw-gradient-from:#a16207bf var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/80{--tw-gradient-from:#a16207cc var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/85{--tw-gradient-from:#a16207d9 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/90{--tw-gradient-from:#a16207e6 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/95{--tw-gradient-from:#a16207f2 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800{--tw-gradient-from:#854d0e var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/0{--tw-gradient-from:#854d0e00 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/10{--tw-gradient-from:#854d0e1a var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/100{--tw-gradient-from:#854d0e var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/15{--tw-gradient-from:#854d0e26 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/20{--tw-gradient-from:#854d0e33 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/25{--tw-gradient-from:#854d0e40 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/30{--tw-gradient-from:#854d0e4d var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/35{--tw-gradient-from:#854d0e59 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/40{--tw-gradient-from:#854d0e66 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/45{--tw-gradient-from:#854d0e73 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/5{--tw-gradient-from:#854d0e0d var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/50{--tw-gradient-from:#854d0e80 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/55{--tw-gradient-from:#854d0e8c var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/60{--tw-gradient-from:#854d0e99 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/65{--tw-gradient-from:#854d0ea6 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/70{--tw-gradient-from:#854d0eb3 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/75{--tw-gradient-from:#854d0ebf var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/80{--tw-gradient-from:#854d0ecc var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/85{--tw-gradient-from:#854d0ed9 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/90{--tw-gradient-from:#854d0ee6 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/95{--tw-gradient-from:#854d0ef2 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900{--tw-gradient-from:#713f12 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/0{--tw-gradient-from:#713f1200 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/10{--tw-gradient-from:#713f121a var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/100{--tw-gradient-from:#713f12 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/15{--tw-gradient-from:#713f1226 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/20{--tw-gradient-from:#713f1233 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/25{--tw-gradient-from:#713f1240 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/30{--tw-gradient-from:#713f124d var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/35{--tw-gradient-from:#713f1259 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/40{--tw-gradient-from:#713f1266 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/45{--tw-gradient-from:#713f1273 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/5{--tw-gradient-from:#713f120d var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/50{--tw-gradient-from:#713f1280 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/55{--tw-gradient-from:#713f128c var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/60{--tw-gradient-from:#713f1299 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/65{--tw-gradient-from:#713f12a6 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/70{--tw-gradient-from:#713f12b3 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/75{--tw-gradient-from:#713f12bf var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/80{--tw-gradient-from:#713f12cc var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/85{--tw-gradient-from:#713f12d9 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/90{--tw-gradient-from:#713f12e6 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/95{--tw-gradient-from:#713f12f2 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950{--tw-gradient-from:#422006 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/0{--tw-gradient-from:#42200600 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/10{--tw-gradient-from:#4220061a var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/100{--tw-gradient-from:#422006 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/15{--tw-gradient-from:#42200626 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/20{--tw-gradient-from:#42200633 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/25{--tw-gradient-from:#42200640 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/30{--tw-gradient-from:#4220064d var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/35{--tw-gradient-from:#42200659 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/40{--tw-gradient-from:#42200666 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/45{--tw-gradient-from:#42200673 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/5{--tw-gradient-from:#4220060d var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/50{--tw-gradient-from:#42200680 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/55{--tw-gradient-from:#4220068c var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/60{--tw-gradient-from:#42200699 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/65{--tw-gradient-from:#422006a6 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/70{--tw-gradient-from:#422006b3 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/75{--tw-gradient-from:#422006bf var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/80{--tw-gradient-from:#422006cc var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/85{--tw-gradient-from:#422006d9 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/90{--tw-gradient-from:#422006e6 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-950\/95{--tw-gradient-from:#422006f2 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.via-yellow-100{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/0{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c300 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/10{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c31a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/100{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/15{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c326 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/20{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c333 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/25{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c340 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/30{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c34d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/35{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c359 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/40{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/45{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c373 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/5{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c30d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/50{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c380 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/55{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c38c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/60{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c399 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/65{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/70{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/75{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/80{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/85{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/90{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-100\/95{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/0{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/10{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a1a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/100{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/15{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a26 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/20{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a33 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/25{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a40 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/30{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a4d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/35{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a59 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/40{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a66 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/45{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a73 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/5{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a0d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/50{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a80 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/55{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a8c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/60{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a99 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/65{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08aa6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/70{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ab3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/75{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08abf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/80{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08acc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/85{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ad9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/90{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ae6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-200\/95{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08af2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/0{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/10{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0471a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/100{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/15{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04726 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/20{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04733 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/25{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04740 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/30{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0474d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/35{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04759 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/40{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04766 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/45{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04773 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/5{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0470d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/50{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04780 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/55{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0478c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/60{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04799 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/65{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/70{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/75{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/80{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/85{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/90{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-300\/95{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/0{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1500 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/10{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc151a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/100{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/15{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1526 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/20{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1533 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/25{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1540 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/30{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc154d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/35{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1559 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/40{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1566 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/45{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1573 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/5{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc150d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/50{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1580 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/55{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc158c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/60{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1599 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/65{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/70{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/75{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/80{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/85{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/90{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-400\/95{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/0{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce800 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/10{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce81a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/100{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/15{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce826 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/20{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce833 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/25{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce840 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/30{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce84d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/35{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce859 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/40{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce866 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/45{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce873 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/5{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce80d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/50{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce880 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/55{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce88c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/60{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/65{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/70{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/75{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/80{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/85{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/90{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-50\/95{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/0{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30800 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/10{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3081a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/100{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/15{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30826 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/20{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30833 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/25{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30840 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/30{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3084d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/35{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30859 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/40{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30866 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/45{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30873 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/5{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3080d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/50{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30880 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/55{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3088c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/60{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/65{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/70{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/75{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/80{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/85{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/90{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-500\/95{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/0{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0400 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/10{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a041a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/100{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/15{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0426 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/20{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0433 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/25{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0440 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/30{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a044d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/35{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0459 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/40{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0466 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/45{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0473 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/5{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a040d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/50{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0480 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/55{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a048c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/60{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0499 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/65{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/70{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/75{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/80{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/85{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/90{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-600\/95{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/0{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/10{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162071a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/100{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/15{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620726 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/20{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620733 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/25{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620740 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/30{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162074d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/35{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620759 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/40{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620766 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/45{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620773 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/5{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162070d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/50{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620780 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/55{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162078c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/60{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620799 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/65{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/70{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/75{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/80{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/85{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/90{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-700\/95{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/0{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/10{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e1a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/100{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/15{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e26 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/20{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e33 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/25{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e40 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/30{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e4d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/35{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e59 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/40{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e66 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/45{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e73 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/5{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e0d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/50{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e80 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/55{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e8c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/60{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e99 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/65{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ea6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/70{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0eb3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/75{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ebf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/80{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ecc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/85{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ed9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/90{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ee6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-800\/95{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ef2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/0{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1200 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/10{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f121a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/100{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/15{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1226 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/20{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1233 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/25{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1240 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/30{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f124d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/35{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1259 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/40{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1266 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/45{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1273 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/5{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f120d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/50{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1280 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/55{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f128c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/60{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1299 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/65{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/70{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/75{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/80{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/85{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/90{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-900\/95{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/0{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200600 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/10{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220061a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/100{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/15{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200626 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/20{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200633 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/25{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200640 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/30{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220064d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/35{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200659 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/40{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200666 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/45{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200673 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/5{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220060d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/50{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/55{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220068c var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/60{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200699 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/65{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/70{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/75{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/80{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/85{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/90{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-yellow-950\/95{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-gray-800{--tw-gradient-to:#1f2937 var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to:#111827 var(--tw-gradient-to-position)}.to-yellow-100{--tw-gradient-to:#fef9c3 var(--tw-gradient-to-position)}.to-yellow-100\/0{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position)}.to-yellow-100\/10{--tw-gradient-to:#fef9c31a var(--tw-gradient-to-position)}.to-yellow-100\/100{--tw-gradient-to:#fef9c3 var(--tw-gradient-to-position)}.to-yellow-100\/15{--tw-gradient-to:#fef9c326 var(--tw-gradient-to-position)}.to-yellow-100\/20{--tw-gradient-to:#fef9c333 var(--tw-gradient-to-position)}.to-yellow-100\/25{--tw-gradient-to:#fef9c340 var(--tw-gradient-to-position)}.to-yellow-100\/30{--tw-gradient-to:#fef9c34d var(--tw-gradient-to-position)}.to-yellow-100\/35{--tw-gradient-to:#fef9c359 var(--tw-gradient-to-position)}.to-yellow-100\/40{--tw-gradient-to:#fef9c366 var(--tw-gradient-to-position)}.to-yellow-100\/45{--tw-gradient-to:#fef9c373 var(--tw-gradient-to-position)}.to-yellow-100\/5{--tw-gradient-to:#fef9c30d var(--tw-gradient-to-position)}.to-yellow-100\/50{--tw-gradient-to:#fef9c380 var(--tw-gradient-to-position)}.to-yellow-100\/55{--tw-gradient-to:#fef9c38c var(--tw-gradient-to-position)}.to-yellow-100\/60{--tw-gradient-to:#fef9c399 var(--tw-gradient-to-position)}.to-yellow-100\/65{--tw-gradient-to:#fef9c3a6 var(--tw-gradient-to-position)}.to-yellow-100\/70{--tw-gradient-to:#fef9c3b3 var(--tw-gradient-to-position)}.to-yellow-100\/75{--tw-gradient-to:#fef9c3bf var(--tw-gradient-to-position)}.to-yellow-100\/80{--tw-gradient-to:#fef9c3cc var(--tw-gradient-to-position)}.to-yellow-100\/85{--tw-gradient-to:#fef9c3d9 var(--tw-gradient-to-position)}.to-yellow-100\/90{--tw-gradient-to:#fef9c3e6 var(--tw-gradient-to-position)}.to-yellow-100\/95{--tw-gradient-to:#fef9c3f2 var(--tw-gradient-to-position)}.to-yellow-200{--tw-gradient-to:#fef08a var(--tw-gradient-to-position)}.to-yellow-200\/0{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position)}.to-yellow-200\/10{--tw-gradient-to:#fef08a1a var(--tw-gradient-to-position)}.to-yellow-200\/100{--tw-gradient-to:#fef08a var(--tw-gradient-to-position)}.to-yellow-200\/15{--tw-gradient-to:#fef08a26 var(--tw-gradient-to-position)}.to-yellow-200\/20{--tw-gradient-to:#fef08a33 var(--tw-gradient-to-position)}.to-yellow-200\/25{--tw-gradient-to:#fef08a40 var(--tw-gradient-to-position)}.to-yellow-200\/30{--tw-gradient-to:#fef08a4d var(--tw-gradient-to-position)}.to-yellow-200\/35{--tw-gradient-to:#fef08a59 var(--tw-gradient-to-position)}.to-yellow-200\/40{--tw-gradient-to:#fef08a66 var(--tw-gradient-to-position)}.to-yellow-200\/45{--tw-gradient-to:#fef08a73 var(--tw-gradient-to-position)}.to-yellow-200\/5{--tw-gradient-to:#fef08a0d var(--tw-gradient-to-position)}.to-yellow-200\/50{--tw-gradient-to:#fef08a80 var(--tw-gradient-to-position)}.to-yellow-200\/55{--tw-gradient-to:#fef08a8c var(--tw-gradient-to-position)}.to-yellow-200\/60{--tw-gradient-to:#fef08a99 var(--tw-gradient-to-position)}.to-yellow-200\/65{--tw-gradient-to:#fef08aa6 var(--tw-gradient-to-position)}.to-yellow-200\/70{--tw-gradient-to:#fef08ab3 var(--tw-gradient-to-position)}.to-yellow-200\/75{--tw-gradient-to:#fef08abf var(--tw-gradient-to-position)}.to-yellow-200\/80{--tw-gradient-to:#fef08acc var(--tw-gradient-to-position)}.to-yellow-200\/85{--tw-gradient-to:#fef08ad9 var(--tw-gradient-to-position)}.to-yellow-200\/90{--tw-gradient-to:#fef08ae6 var(--tw-gradient-to-position)}.to-yellow-200\/95{--tw-gradient-to:#fef08af2 var(--tw-gradient-to-position)}.to-yellow-300{--tw-gradient-to:#fde047 var(--tw-gradient-to-position)}.to-yellow-300\/0{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position)}.to-yellow-300\/10{--tw-gradient-to:#fde0471a var(--tw-gradient-to-position)}.to-yellow-300\/100{--tw-gradient-to:#fde047 var(--tw-gradient-to-position)}.to-yellow-300\/15{--tw-gradient-to:#fde04726 var(--tw-gradient-to-position)}.to-yellow-300\/20{--tw-gradient-to:#fde04733 var(--tw-gradient-to-position)}.to-yellow-300\/25{--tw-gradient-to:#fde04740 var(--tw-gradient-to-position)}.to-yellow-300\/30{--tw-gradient-to:#fde0474d var(--tw-gradient-to-position)}.to-yellow-300\/35{--tw-gradient-to:#fde04759 var(--tw-gradient-to-position)}.to-yellow-300\/40{--tw-gradient-to:#fde04766 var(--tw-gradient-to-position)}.to-yellow-300\/45{--tw-gradient-to:#fde04773 var(--tw-gradient-to-position)}.to-yellow-300\/5{--tw-gradient-to:#fde0470d var(--tw-gradient-to-position)}.to-yellow-300\/50{--tw-gradient-to:#fde04780 var(--tw-gradient-to-position)}.to-yellow-300\/55{--tw-gradient-to:#fde0478c var(--tw-gradient-to-position)}.to-yellow-300\/60{--tw-gradient-to:#fde04799 var(--tw-gradient-to-position)}.to-yellow-300\/65{--tw-gradient-to:#fde047a6 var(--tw-gradient-to-position)}.to-yellow-300\/70{--tw-gradient-to:#fde047b3 var(--tw-gradient-to-position)}.to-yellow-300\/75{--tw-gradient-to:#fde047bf var(--tw-gradient-to-position)}.to-yellow-300\/80{--tw-gradient-to:#fde047cc var(--tw-gradient-to-position)}.to-yellow-300\/85{--tw-gradient-to:#fde047d9 var(--tw-gradient-to-position)}.to-yellow-300\/90{--tw-gradient-to:#fde047e6 var(--tw-gradient-to-position)}.to-yellow-300\/95{--tw-gradient-to:#fde047f2 var(--tw-gradient-to-position)}.to-yellow-400{--tw-gradient-to:#facc15 var(--tw-gradient-to-position)}.to-yellow-400\/0{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position)}.to-yellow-400\/10{--tw-gradient-to:#facc151a var(--tw-gradient-to-position)}.to-yellow-400\/100{--tw-gradient-to:#facc15 var(--tw-gradient-to-position)}.to-yellow-400\/15{--tw-gradient-to:#facc1526 var(--tw-gradient-to-position)}.to-yellow-400\/20{--tw-gradient-to:#facc1533 var(--tw-gradient-to-position)}.to-yellow-400\/25{--tw-gradient-to:#facc1540 var(--tw-gradient-to-position)}.to-yellow-400\/30{--tw-gradient-to:#facc154d var(--tw-gradient-to-position)}.to-yellow-400\/35{--tw-gradient-to:#facc1559 var(--tw-gradient-to-position)}.to-yellow-400\/40{--tw-gradient-to:#facc1566 var(--tw-gradient-to-position)}.to-yellow-400\/45{--tw-gradient-to:#facc1573 var(--tw-gradient-to-position)}.to-yellow-400\/5{--tw-gradient-to:#facc150d var(--tw-gradient-to-position)}.to-yellow-400\/50{--tw-gradient-to:#facc1580 var(--tw-gradient-to-position)}.to-yellow-400\/55{--tw-gradient-to:#facc158c var(--tw-gradient-to-position)}.to-yellow-400\/60{--tw-gradient-to:#facc1599 var(--tw-gradient-to-position)}.to-yellow-400\/65{--tw-gradient-to:#facc15a6 var(--tw-gradient-to-position)}.to-yellow-400\/70{--tw-gradient-to:#facc15b3 var(--tw-gradient-to-position)}.to-yellow-400\/75{--tw-gradient-to:#facc15bf var(--tw-gradient-to-position)}.to-yellow-400\/80{--tw-gradient-to:#facc15cc var(--tw-gradient-to-position)}.to-yellow-400\/85{--tw-gradient-to:#facc15d9 var(--tw-gradient-to-position)}.to-yellow-400\/90{--tw-gradient-to:#facc15e6 var(--tw-gradient-to-position)}.to-yellow-400\/95{--tw-gradient-to:#facc15f2 var(--tw-gradient-to-position)}.to-yellow-50{--tw-gradient-to:#fefce8 var(--tw-gradient-to-position)}.to-yellow-50\/0{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position)}.to-yellow-50\/10{--tw-gradient-to:#fefce81a var(--tw-gradient-to-position)}.to-yellow-50\/100{--tw-gradient-to:#fefce8 var(--tw-gradient-to-position)}.to-yellow-50\/15{--tw-gradient-to:#fefce826 var(--tw-gradient-to-position)}.to-yellow-50\/20{--tw-gradient-to:#fefce833 var(--tw-gradient-to-position)}.to-yellow-50\/25{--tw-gradient-to:#fefce840 var(--tw-gradient-to-position)}.to-yellow-50\/30{--tw-gradient-to:#fefce84d var(--tw-gradient-to-position)}.to-yellow-50\/35{--tw-gradient-to:#fefce859 var(--tw-gradient-to-position)}.to-yellow-50\/40{--tw-gradient-to:#fefce866 var(--tw-gradient-to-position)}.to-yellow-50\/45{--tw-gradient-to:#fefce873 var(--tw-gradient-to-position)}.to-yellow-50\/5{--tw-gradient-to:#fefce80d var(--tw-gradient-to-position)}.to-yellow-50\/50{--tw-gradient-to:#fefce880 var(--tw-gradient-to-position)}.to-yellow-50\/55{--tw-gradient-to:#fefce88c var(--tw-gradient-to-position)}.to-yellow-50\/60{--tw-gradient-to:#fefce899 var(--tw-gradient-to-position)}.to-yellow-50\/65{--tw-gradient-to:#fefce8a6 var(--tw-gradient-to-position)}.to-yellow-50\/70{--tw-gradient-to:#fefce8b3 var(--tw-gradient-to-position)}.to-yellow-50\/75{--tw-gradient-to:#fefce8bf var(--tw-gradient-to-position)}.to-yellow-50\/80{--tw-gradient-to:#fefce8cc var(--tw-gradient-to-position)}.to-yellow-50\/85{--tw-gradient-to:#fefce8d9 var(--tw-gradient-to-position)}.to-yellow-50\/90{--tw-gradient-to:#fefce8e6 var(--tw-gradient-to-position)}.to-yellow-50\/95{--tw-gradient-to:#fefce8f2 var(--tw-gradient-to-position)}.to-yellow-500{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.to-yellow-500\/0{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position)}.to-yellow-500\/10{--tw-gradient-to:#eab3081a var(--tw-gradient-to-position)}.to-yellow-500\/100{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.to-yellow-500\/15{--tw-gradient-to:#eab30826 var(--tw-gradient-to-position)}.to-yellow-500\/20{--tw-gradient-to:#eab30833 var(--tw-gradient-to-position)}.to-yellow-500\/25{--tw-gradient-to:#eab30840 var(--tw-gradient-to-position)}.to-yellow-500\/30{--tw-gradient-to:#eab3084d var(--tw-gradient-to-position)}.to-yellow-500\/35{--tw-gradient-to:#eab30859 var(--tw-gradient-to-position)}.to-yellow-500\/40{--tw-gradient-to:#eab30866 var(--tw-gradient-to-position)}.to-yellow-500\/45{--tw-gradient-to:#eab30873 var(--tw-gradient-to-position)}.to-yellow-500\/5{--tw-gradient-to:#eab3080d var(--tw-gradient-to-position)}.to-yellow-500\/50{--tw-gradient-to:#eab30880 var(--tw-gradient-to-position)}.to-yellow-500\/55{--tw-gradient-to:#eab3088c var(--tw-gradient-to-position)}.to-yellow-500\/60{--tw-gradient-to:#eab30899 var(--tw-gradient-to-position)}.to-yellow-500\/65{--tw-gradient-to:#eab308a6 var(--tw-gradient-to-position)}.to-yellow-500\/70{--tw-gradient-to:#eab308b3 var(--tw-gradient-to-position)}.to-yellow-500\/75{--tw-gradient-to:#eab308bf var(--tw-gradient-to-position)}.to-yellow-500\/80{--tw-gradient-to:#eab308cc var(--tw-gradient-to-position)}.to-yellow-500\/85{--tw-gradient-to:#eab308d9 var(--tw-gradient-to-position)}.to-yellow-500\/90{--tw-gradient-to:#eab308e6 var(--tw-gradient-to-position)}.to-yellow-500\/95{--tw-gradient-to:#eab308f2 var(--tw-gradient-to-position)}.to-yellow-600{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.to-yellow-600\/0{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position)}.to-yellow-600\/10{--tw-gradient-to:#ca8a041a var(--tw-gradient-to-position)}.to-yellow-600\/100{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.to-yellow-600\/15{--tw-gradient-to:#ca8a0426 var(--tw-gradient-to-position)}.to-yellow-600\/20{--tw-gradient-to:#ca8a0433 var(--tw-gradient-to-position)}.to-yellow-600\/25{--tw-gradient-to:#ca8a0440 var(--tw-gradient-to-position)}.to-yellow-600\/30{--tw-gradient-to:#ca8a044d var(--tw-gradient-to-position)}.to-yellow-600\/35{--tw-gradient-to:#ca8a0459 var(--tw-gradient-to-position)}.to-yellow-600\/40{--tw-gradient-to:#ca8a0466 var(--tw-gradient-to-position)}.to-yellow-600\/45{--tw-gradient-to:#ca8a0473 var(--tw-gradient-to-position)}.to-yellow-600\/5{--tw-gradient-to:#ca8a040d var(--tw-gradient-to-position)}.to-yellow-600\/50{--tw-gradient-to:#ca8a0480 var(--tw-gradient-to-position)}.to-yellow-600\/55{--tw-gradient-to:#ca8a048c var(--tw-gradient-to-position)}.to-yellow-600\/60{--tw-gradient-to:#ca8a0499 var(--tw-gradient-to-position)}.to-yellow-600\/65{--tw-gradient-to:#ca8a04a6 var(--tw-gradient-to-position)}.to-yellow-600\/70{--tw-gradient-to:#ca8a04b3 var(--tw-gradient-to-position)}.to-yellow-600\/75{--tw-gradient-to:#ca8a04bf var(--tw-gradient-to-position)}.to-yellow-600\/80{--tw-gradient-to:#ca8a04cc var(--tw-gradient-to-position)}.to-yellow-600\/85{--tw-gradient-to:#ca8a04d9 var(--tw-gradient-to-position)}.to-yellow-600\/90{--tw-gradient-to:#ca8a04e6 var(--tw-gradient-to-position)}.to-yellow-600\/95{--tw-gradient-to:#ca8a04f2 var(--tw-gradient-to-position)}.to-yellow-700{--tw-gradient-to:#a16207 var(--tw-gradient-to-position)}.to-yellow-700\/0{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position)}.to-yellow-700\/10{--tw-gradient-to:#a162071a var(--tw-gradient-to-position)}.to-yellow-700\/100{--tw-gradient-to:#a16207 var(--tw-gradient-to-position)}.to-yellow-700\/15{--tw-gradient-to:#a1620726 var(--tw-gradient-to-position)}.to-yellow-700\/20{--tw-gradient-to:#a1620733 var(--tw-gradient-to-position)}.to-yellow-700\/25{--tw-gradient-to:#a1620740 var(--tw-gradient-to-position)}.to-yellow-700\/30{--tw-gradient-to:#a162074d var(--tw-gradient-to-position)}.to-yellow-700\/35{--tw-gradient-to:#a1620759 var(--tw-gradient-to-position)}.to-yellow-700\/40{--tw-gradient-to:#a1620766 var(--tw-gradient-to-position)}.to-yellow-700\/45{--tw-gradient-to:#a1620773 var(--tw-gradient-to-position)}.to-yellow-700\/5{--tw-gradient-to:#a162070d var(--tw-gradient-to-position)}.to-yellow-700\/50{--tw-gradient-to:#a1620780 var(--tw-gradient-to-position)}.to-yellow-700\/55{--tw-gradient-to:#a162078c var(--tw-gradient-to-position)}.to-yellow-700\/60{--tw-gradient-to:#a1620799 var(--tw-gradient-to-position)}.to-yellow-700\/65{--tw-gradient-to:#a16207a6 var(--tw-gradient-to-position)}.to-yellow-700\/70{--tw-gradient-to:#a16207b3 var(--tw-gradient-to-position)}.to-yellow-700\/75{--tw-gradient-to:#a16207bf var(--tw-gradient-to-position)}.to-yellow-700\/80{--tw-gradient-to:#a16207cc var(--tw-gradient-to-position)}.to-yellow-700\/85{--tw-gradient-to:#a16207d9 var(--tw-gradient-to-position)}.to-yellow-700\/90{--tw-gradient-to:#a16207e6 var(--tw-gradient-to-position)}.to-yellow-700\/95{--tw-gradient-to:#a16207f2 var(--tw-gradient-to-position)}.to-yellow-800{--tw-gradient-to:#854d0e var(--tw-gradient-to-position)}.to-yellow-800\/0{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position)}.to-yellow-800\/10{--tw-gradient-to:#854d0e1a var(--tw-gradient-to-position)}.to-yellow-800\/100{--tw-gradient-to:#854d0e var(--tw-gradient-to-position)}.to-yellow-800\/15{--tw-gradient-to:#854d0e26 var(--tw-gradient-to-position)}.to-yellow-800\/20{--tw-gradient-to:#854d0e33 var(--tw-gradient-to-position)}.to-yellow-800\/25{--tw-gradient-to:#854d0e40 var(--tw-gradient-to-position)}.to-yellow-800\/30{--tw-gradient-to:#854d0e4d var(--tw-gradient-to-position)}.to-yellow-800\/35{--tw-gradient-to:#854d0e59 var(--tw-gradient-to-position)}.to-yellow-800\/40{--tw-gradient-to:#854d0e66 var(--tw-gradient-to-position)}.to-yellow-800\/45{--tw-gradient-to:#854d0e73 var(--tw-gradient-to-position)}.to-yellow-800\/5{--tw-gradient-to:#854d0e0d var(--tw-gradient-to-position)}.to-yellow-800\/50{--tw-gradient-to:#854d0e80 var(--tw-gradient-to-position)}.to-yellow-800\/55{--tw-gradient-to:#854d0e8c var(--tw-gradient-to-position)}.to-yellow-800\/60{--tw-gradient-to:#854d0e99 var(--tw-gradient-to-position)}.to-yellow-800\/65{--tw-gradient-to:#854d0ea6 var(--tw-gradient-to-position)}.to-yellow-800\/70{--tw-gradient-to:#854d0eb3 var(--tw-gradient-to-position)}.to-yellow-800\/75{--tw-gradient-to:#854d0ebf var(--tw-gradient-to-position)}.to-yellow-800\/80{--tw-gradient-to:#854d0ecc var(--tw-gradient-to-position)}.to-yellow-800\/85{--tw-gradient-to:#854d0ed9 var(--tw-gradient-to-position)}.to-yellow-800\/90{--tw-gradient-to:#854d0ee6 var(--tw-gradient-to-position)}.to-yellow-800\/95{--tw-gradient-to:#854d0ef2 var(--tw-gradient-to-position)}.to-yellow-900{--tw-gradient-to:#713f12 var(--tw-gradient-to-position)}.to-yellow-900\/0{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position)}.to-yellow-900\/10{--tw-gradient-to:#713f121a var(--tw-gradient-to-position)}.to-yellow-900\/100{--tw-gradient-to:#713f12 var(--tw-gradient-to-position)}.to-yellow-900\/15{--tw-gradient-to:#713f1226 var(--tw-gradient-to-position)}.to-yellow-900\/20{--tw-gradient-to:#713f1233 var(--tw-gradient-to-position)}.to-yellow-900\/25{--tw-gradient-to:#713f1240 var(--tw-gradient-to-position)}.to-yellow-900\/30{--tw-gradient-to:#713f124d var(--tw-gradient-to-position)}.to-yellow-900\/35{--tw-gradient-to:#713f1259 var(--tw-gradient-to-position)}.to-yellow-900\/40{--tw-gradient-to:#713f1266 var(--tw-gradient-to-position)}.to-yellow-900\/45{--tw-gradient-to:#713f1273 var(--tw-gradient-to-position)}.to-yellow-900\/5{--tw-gradient-to:#713f120d var(--tw-gradient-to-position)}.to-yellow-900\/50{--tw-gradient-to:#713f1280 var(--tw-gradient-to-position)}.to-yellow-900\/55{--tw-gradient-to:#713f128c var(--tw-gradient-to-position)}.to-yellow-900\/60{--tw-gradient-to:#713f1299 var(--tw-gradient-to-position)}.to-yellow-900\/65{--tw-gradient-to:#713f12a6 var(--tw-gradient-to-position)}.to-yellow-900\/70{--tw-gradient-to:#713f12b3 var(--tw-gradient-to-position)}.to-yellow-900\/75{--tw-gradient-to:#713f12bf var(--tw-gradient-to-position)}.to-yellow-900\/80{--tw-gradient-to:#713f12cc var(--tw-gradient-to-position)}.to-yellow-900\/85{--tw-gradient-to:#713f12d9 var(--tw-gradient-to-position)}.to-yellow-900\/90{--tw-gradient-to:#713f12e6 var(--tw-gradient-to-position)}.to-yellow-900\/95{--tw-gradient-to:#713f12f2 var(--tw-gradient-to-position)}.to-yellow-950{--tw-gradient-to:#422006 var(--tw-gradient-to-position)}.to-yellow-950\/0{--tw-gradient-to:#42200600 var(--tw-gradient-to-position)}.to-yellow-950\/10{--tw-gradient-to:#4220061a var(--tw-gradient-to-position)}.to-yellow-950\/100{--tw-gradient-to:#422006 var(--tw-gradient-to-position)}.to-yellow-950\/15{--tw-gradient-to:#42200626 var(--tw-gradient-to-position)}.to-yellow-950\/20{--tw-gradient-to:#42200633 var(--tw-gradient-to-position)}.to-yellow-950\/25{--tw-gradient-to:#42200640 var(--tw-gradient-to-position)}.to-yellow-950\/30{--tw-gradient-to:#4220064d var(--tw-gradient-to-position)}.to-yellow-950\/35{--tw-gradient-to:#42200659 var(--tw-gradient-to-position)}.to-yellow-950\/40{--tw-gradient-to:#42200666 var(--tw-gradient-to-position)}.to-yellow-950\/45{--tw-gradient-to:#42200673 var(--tw-gradient-to-position)}.to-yellow-950\/5{--tw-gradient-to:#4220060d var(--tw-gradient-to-position)}.to-yellow-950\/50{--tw-gradient-to:#42200680 var(--tw-gradient-to-position)}.to-yellow-950\/55{--tw-gradient-to:#4220068c var(--tw-gradient-to-position)}.to-yellow-950\/60{--tw-gradient-to:#42200699 var(--tw-gradient-to-position)}.to-yellow-950\/65{--tw-gradient-to:#422006a6 var(--tw-gradient-to-position)}.to-yellow-950\/70{--tw-gradient-to:#422006b3 var(--tw-gradient-to-position)}.to-yellow-950\/75{--tw-gradient-to:#422006bf var(--tw-gradient-to-position)}.to-yellow-950\/80{--tw-gradient-to:#422006cc var(--tw-gradient-to-position)}.to-yellow-950\/85{--tw-gradient-to:#422006d9 var(--tw-gradient-to-position)}.to-yellow-950\/90{--tw-gradient-to:#422006e6 var(--tw-gradient-to-position)}.to-yellow-950\/95{--tw-gradient-to:#422006f2 var(--tw-gradient-to-position)}.fill-yellow-100{fill:#fef9c3}.fill-yellow-100\/0{fill:#fef9c300}.fill-yellow-100\/10{fill:#fef9c31a}.fill-yellow-100\/100{fill:#fef9c3}.fill-yellow-100\/15{fill:#fef9c326}.fill-yellow-100\/20{fill:#fef9c333}.fill-yellow-100\/25{fill:#fef9c340}.fill-yellow-100\/30{fill:#fef9c34d}.fill-yellow-100\/35{fill:#fef9c359}.fill-yellow-100\/40{fill:#fef9c366}.fill-yellow-100\/45{fill:#fef9c373}.fill-yellow-100\/5{fill:#fef9c30d}.fill-yellow-100\/50{fill:#fef9c380}.fill-yellow-100\/55{fill:#fef9c38c}.fill-yellow-100\/60{fill:#fef9c399}.fill-yellow-100\/65{fill:#fef9c3a6}.fill-yellow-100\/70{fill:#fef9c3b3}.fill-yellow-100\/75{fill:#fef9c3bf}.fill-yellow-100\/80{fill:#fef9c3cc}.fill-yellow-100\/85{fill:#fef9c3d9}.fill-yellow-100\/90{fill:#fef9c3e6}.fill-yellow-100\/95{fill:#fef9c3f2}.fill-yellow-200{fill:#fef08a}.fill-yellow-200\/0{fill:#fef08a00}.fill-yellow-200\/10{fill:#fef08a1a}.fill-yellow-200\/100{fill:#fef08a}.fill-yellow-200\/15{fill:#fef08a26}.fill-yellow-200\/20{fill:#fef08a33}.fill-yellow-200\/25{fill:#fef08a40}.fill-yellow-200\/30{fill:#fef08a4d}.fill-yellow-200\/35{fill:#fef08a59}.fill-yellow-200\/40{fill:#fef08a66}.fill-yellow-200\/45{fill:#fef08a73}.fill-yellow-200\/5{fill:#fef08a0d}.fill-yellow-200\/50{fill:#fef08a80}.fill-yellow-200\/55{fill:#fef08a8c}.fill-yellow-200\/60{fill:#fef08a99}.fill-yellow-200\/65{fill:#fef08aa6}.fill-yellow-200\/70{fill:#fef08ab3}.fill-yellow-200\/75{fill:#fef08abf}.fill-yellow-200\/80{fill:#fef08acc}.fill-yellow-200\/85{fill:#fef08ad9}.fill-yellow-200\/90{fill:#fef08ae6}.fill-yellow-200\/95{fill:#fef08af2}.fill-yellow-300{fill:#fde047}.fill-yellow-300\/0{fill:#fde04700}.fill-yellow-300\/10{fill:#fde0471a}.fill-yellow-300\/100{fill:#fde047}.fill-yellow-300\/15{fill:#fde04726}.fill-yellow-300\/20{fill:#fde04733}.fill-yellow-300\/25{fill:#fde04740}.fill-yellow-300\/30{fill:#fde0474d}.fill-yellow-300\/35{fill:#fde04759}.fill-yellow-300\/40{fill:#fde04766}.fill-yellow-300\/45{fill:#fde04773}.fill-yellow-300\/5{fill:#fde0470d}.fill-yellow-300\/50{fill:#fde04780}.fill-yellow-300\/55{fill:#fde0478c}.fill-yellow-300\/60{fill:#fde04799}.fill-yellow-300\/65{fill:#fde047a6}.fill-yellow-300\/70{fill:#fde047b3}.fill-yellow-300\/75{fill:#fde047bf}.fill-yellow-300\/80{fill:#fde047cc}.fill-yellow-300\/85{fill:#fde047d9}.fill-yellow-300\/90{fill:#fde047e6}.fill-yellow-300\/95{fill:#fde047f2}.fill-yellow-400{fill:#facc15}.fill-yellow-400\/0{fill:#facc1500}.fill-yellow-400\/10{fill:#facc151a}.fill-yellow-400\/100{fill:#facc15}.fill-yellow-400\/15{fill:#facc1526}.fill-yellow-400\/20{fill:#facc1533}.fill-yellow-400\/25{fill:#facc1540}.fill-yellow-400\/30{fill:#facc154d}.fill-yellow-400\/35{fill:#facc1559}.fill-yellow-400\/40{fill:#facc1566}.fill-yellow-400\/45{fill:#facc1573}.fill-yellow-400\/5{fill:#facc150d}.fill-yellow-400\/50{fill:#facc1580}.fill-yellow-400\/55{fill:#facc158c}.fill-yellow-400\/60{fill:#facc1599}.fill-yellow-400\/65{fill:#facc15a6}.fill-yellow-400\/70{fill:#facc15b3}.fill-yellow-400\/75{fill:#facc15bf}.fill-yellow-400\/80{fill:#facc15cc}.fill-yellow-400\/85{fill:#facc15d9}.fill-yellow-400\/90{fill:#facc15e6}.fill-yellow-400\/95{fill:#facc15f2}.fill-yellow-50{fill:#fefce8}.fill-yellow-50\/0{fill:#fefce800}.fill-yellow-50\/10{fill:#fefce81a}.fill-yellow-50\/100{fill:#fefce8}.fill-yellow-50\/15{fill:#fefce826}.fill-yellow-50\/20{fill:#fefce833}.fill-yellow-50\/25{fill:#fefce840}.fill-yellow-50\/30{fill:#fefce84d}.fill-yellow-50\/35{fill:#fefce859}.fill-yellow-50\/40{fill:#fefce866}.fill-yellow-50\/45{fill:#fefce873}.fill-yellow-50\/5{fill:#fefce80d}.fill-yellow-50\/50{fill:#fefce880}.fill-yellow-50\/55{fill:#fefce88c}.fill-yellow-50\/60{fill:#fefce899}.fill-yellow-50\/65{fill:#fefce8a6}.fill-yellow-50\/70{fill:#fefce8b3}.fill-yellow-50\/75{fill:#fefce8bf}.fill-yellow-50\/80{fill:#fefce8cc}.fill-yellow-50\/85{fill:#fefce8d9}.fill-yellow-50\/90{fill:#fefce8e6}.fill-yellow-50\/95{fill:#fefce8f2}.fill-yellow-500{fill:#eab308}.fill-yellow-500\/0{fill:#eab30800}.fill-yellow-500\/10{fill:#eab3081a}.fill-yellow-500\/100{fill:#eab308}.fill-yellow-500\/15{fill:#eab30826}.fill-yellow-500\/20{fill:#eab30833}.fill-yellow-500\/25{fill:#eab30840}.fill-yellow-500\/30{fill:#eab3084d}.fill-yellow-500\/35{fill:#eab30859}.fill-yellow-500\/40{fill:#eab30866}.fill-yellow-500\/45{fill:#eab30873}.fill-yellow-500\/5{fill:#eab3080d}.fill-yellow-500\/50{fill:#eab30880}.fill-yellow-500\/55{fill:#eab3088c}.fill-yellow-500\/60{fill:#eab30899}.fill-yellow-500\/65{fill:#eab308a6}.fill-yellow-500\/70{fill:#eab308b3}.fill-yellow-500\/75{fill:#eab308bf}.fill-yellow-500\/80{fill:#eab308cc}.fill-yellow-500\/85{fill:#eab308d9}.fill-yellow-500\/90{fill:#eab308e6}.fill-yellow-500\/95{fill:#eab308f2}.fill-yellow-600{fill:#ca8a04}.fill-yellow-600\/0{fill:#ca8a0400}.fill-yellow-600\/10{fill:#ca8a041a}.fill-yellow-600\/100{fill:#ca8a04}.fill-yellow-600\/15{fill:#ca8a0426}.fill-yellow-600\/20{fill:#ca8a0433}.fill-yellow-600\/25{fill:#ca8a0440}.fill-yellow-600\/30{fill:#ca8a044d}.fill-yellow-600\/35{fill:#ca8a0459}.fill-yellow-600\/40{fill:#ca8a0466}.fill-yellow-600\/45{fill:#ca8a0473}.fill-yellow-600\/5{fill:#ca8a040d}.fill-yellow-600\/50{fill:#ca8a0480}.fill-yellow-600\/55{fill:#ca8a048c}.fill-yellow-600\/60{fill:#ca8a0499}.fill-yellow-600\/65{fill:#ca8a04a6}.fill-yellow-600\/70{fill:#ca8a04b3}.fill-yellow-600\/75{fill:#ca8a04bf}.fill-yellow-600\/80{fill:#ca8a04cc}.fill-yellow-600\/85{fill:#ca8a04d9}.fill-yellow-600\/90{fill:#ca8a04e6}.fill-yellow-600\/95{fill:#ca8a04f2}.fill-yellow-700{fill:#a16207}.fill-yellow-700\/0{fill:#a1620700}.fill-yellow-700\/10{fill:#a162071a}.fill-yellow-700\/100{fill:#a16207}.fill-yellow-700\/15{fill:#a1620726}.fill-yellow-700\/20{fill:#a1620733}.fill-yellow-700\/25{fill:#a1620740}.fill-yellow-700\/30{fill:#a162074d}.fill-yellow-700\/35{fill:#a1620759}.fill-yellow-700\/40{fill:#a1620766}.fill-yellow-700\/45{fill:#a1620773}.fill-yellow-700\/5{fill:#a162070d}.fill-yellow-700\/50{fill:#a1620780}.fill-yellow-700\/55{fill:#a162078c}.fill-yellow-700\/60{fill:#a1620799}.fill-yellow-700\/65{fill:#a16207a6}.fill-yellow-700\/70{fill:#a16207b3}.fill-yellow-700\/75{fill:#a16207bf}.fill-yellow-700\/80{fill:#a16207cc}.fill-yellow-700\/85{fill:#a16207d9}.fill-yellow-700\/90{fill:#a16207e6}.fill-yellow-700\/95{fill:#a16207f2}.fill-yellow-800{fill:#854d0e}.fill-yellow-800\/0{fill:#854d0e00}.fill-yellow-800\/10{fill:#854d0e1a}.fill-yellow-800\/100{fill:#854d0e}.fill-yellow-800\/15{fill:#854d0e26}.fill-yellow-800\/20{fill:#854d0e33}.fill-yellow-800\/25{fill:#854d0e40}.fill-yellow-800\/30{fill:#854d0e4d}.fill-yellow-800\/35{fill:#854d0e59}.fill-yellow-800\/40{fill:#854d0e66}.fill-yellow-800\/45{fill:#854d0e73}.fill-yellow-800\/5{fill:#854d0e0d}.fill-yellow-800\/50{fill:#854d0e80}.fill-yellow-800\/55{fill:#854d0e8c}.fill-yellow-800\/60{fill:#854d0e99}.fill-yellow-800\/65{fill:#854d0ea6}.fill-yellow-800\/70{fill:#854d0eb3}.fill-yellow-800\/75{fill:#854d0ebf}.fill-yellow-800\/80{fill:#854d0ecc}.fill-yellow-800\/85{fill:#854d0ed9}.fill-yellow-800\/90{fill:#854d0ee6}.fill-yellow-800\/95{fill:#854d0ef2}.fill-yellow-900{fill:#713f12}.fill-yellow-900\/0{fill:#713f1200}.fill-yellow-900\/10{fill:#713f121a}.fill-yellow-900\/100{fill:#713f12}.fill-yellow-900\/15{fill:#713f1226}.fill-yellow-900\/20{fill:#713f1233}.fill-yellow-900\/25{fill:#713f1240}.fill-yellow-900\/30{fill:#713f124d}.fill-yellow-900\/35{fill:#713f1259}.fill-yellow-900\/40{fill:#713f1266}.fill-yellow-900\/45{fill:#713f1273}.fill-yellow-900\/5{fill:#713f120d}.fill-yellow-900\/50{fill:#713f1280}.fill-yellow-900\/55{fill:#713f128c}.fill-yellow-900\/60{fill:#713f1299}.fill-yellow-900\/65{fill:#713f12a6}.fill-yellow-900\/70{fill:#713f12b3}.fill-yellow-900\/75{fill:#713f12bf}.fill-yellow-900\/80{fill:#713f12cc}.fill-yellow-900\/85{fill:#713f12d9}.fill-yellow-900\/90{fill:#713f12e6}.fill-yellow-900\/95{fill:#713f12f2}.fill-yellow-950{fill:#422006}.fill-yellow-950\/0{fill:#42200600}.fill-yellow-950\/10{fill:#4220061a}.fill-yellow-950\/100{fill:#422006}.fill-yellow-950\/15{fill:#42200626}.fill-yellow-950\/20{fill:#42200633}.fill-yellow-950\/25{fill:#42200640}.fill-yellow-950\/30{fill:#4220064d}.fill-yellow-950\/35{fill:#42200659}.fill-yellow-950\/40{fill:#42200666}.fill-yellow-950\/45{fill:#42200673}.fill-yellow-950\/5{fill:#4220060d}.fill-yellow-950\/50{fill:#42200680}.fill-yellow-950\/55{fill:#4220068c}.fill-yellow-950\/60{fill:#42200699}.fill-yellow-950\/65{fill:#422006a6}.fill-yellow-950\/70{fill:#422006b3}.fill-yellow-950\/75{fill:#422006bf}.fill-yellow-950\/80{fill:#422006cc}.fill-yellow-950\/85{fill:#422006d9}.fill-yellow-950\/90{fill:#422006e6}.fill-yellow-950\/95{fill:#422006f2}.stroke-yellow-100{stroke:#fef9c3}.stroke-yellow-100\/0{stroke:#fef9c300}.stroke-yellow-100\/10{stroke:#fef9c31a}.stroke-yellow-100\/100{stroke:#fef9c3}.stroke-yellow-100\/15{stroke:#fef9c326}.stroke-yellow-100\/20{stroke:#fef9c333}.stroke-yellow-100\/25{stroke:#fef9c340}.stroke-yellow-100\/30{stroke:#fef9c34d}.stroke-yellow-100\/35{stroke:#fef9c359}.stroke-yellow-100\/40{stroke:#fef9c366}.stroke-yellow-100\/45{stroke:#fef9c373}.stroke-yellow-100\/5{stroke:#fef9c30d}.stroke-yellow-100\/50{stroke:#fef9c380}.stroke-yellow-100\/55{stroke:#fef9c38c}.stroke-yellow-100\/60{stroke:#fef9c399}.stroke-yellow-100\/65{stroke:#fef9c3a6}.stroke-yellow-100\/70{stroke:#fef9c3b3}.stroke-yellow-100\/75{stroke:#fef9c3bf}.stroke-yellow-100\/80{stroke:#fef9c3cc}.stroke-yellow-100\/85{stroke:#fef9c3d9}.stroke-yellow-100\/90{stroke:#fef9c3e6}.stroke-yellow-100\/95{stroke:#fef9c3f2}.stroke-yellow-200{stroke:#fef08a}.stroke-yellow-200\/0{stroke:#fef08a00}.stroke-yellow-200\/10{stroke:#fef08a1a}.stroke-yellow-200\/100{stroke:#fef08a}.stroke-yellow-200\/15{stroke:#fef08a26}.stroke-yellow-200\/20{stroke:#fef08a33}.stroke-yellow-200\/25{stroke:#fef08a40}.stroke-yellow-200\/30{stroke:#fef08a4d}.stroke-yellow-200\/35{stroke:#fef08a59}.stroke-yellow-200\/40{stroke:#fef08a66}.stroke-yellow-200\/45{stroke:#fef08a73}.stroke-yellow-200\/5{stroke:#fef08a0d}.stroke-yellow-200\/50{stroke:#fef08a80}.stroke-yellow-200\/55{stroke:#fef08a8c}.stroke-yellow-200\/60{stroke:#fef08a99}.stroke-yellow-200\/65{stroke:#fef08aa6}.stroke-yellow-200\/70{stroke:#fef08ab3}.stroke-yellow-200\/75{stroke:#fef08abf}.stroke-yellow-200\/80{stroke:#fef08acc}.stroke-yellow-200\/85{stroke:#fef08ad9}.stroke-yellow-200\/90{stroke:#fef08ae6}.stroke-yellow-200\/95{stroke:#fef08af2}.stroke-yellow-300{stroke:#fde047}.stroke-yellow-300\/0{stroke:#fde04700}.stroke-yellow-300\/10{stroke:#fde0471a}.stroke-yellow-300\/100{stroke:#fde047}.stroke-yellow-300\/15{stroke:#fde04726}.stroke-yellow-300\/20{stroke:#fde04733}.stroke-yellow-300\/25{stroke:#fde04740}.stroke-yellow-300\/30{stroke:#fde0474d}.stroke-yellow-300\/35{stroke:#fde04759}.stroke-yellow-300\/40{stroke:#fde04766}.stroke-yellow-300\/45{stroke:#fde04773}.stroke-yellow-300\/5{stroke:#fde0470d}.stroke-yellow-300\/50{stroke:#fde04780}.stroke-yellow-300\/55{stroke:#fde0478c}.stroke-yellow-300\/60{stroke:#fde04799}.stroke-yellow-300\/65{stroke:#fde047a6}.stroke-yellow-300\/70{stroke:#fde047b3}.stroke-yellow-300\/75{stroke:#fde047bf}.stroke-yellow-300\/80{stroke:#fde047cc}.stroke-yellow-300\/85{stroke:#fde047d9}.stroke-yellow-300\/90{stroke:#fde047e6}.stroke-yellow-300\/95{stroke:#fde047f2}.stroke-yellow-400{stroke:#facc15}.stroke-yellow-400\/0{stroke:#facc1500}.stroke-yellow-400\/10{stroke:#facc151a}.stroke-yellow-400\/100{stroke:#facc15}.stroke-yellow-400\/15{stroke:#facc1526}.stroke-yellow-400\/20{stroke:#facc1533}.stroke-yellow-400\/25{stroke:#facc1540}.stroke-yellow-400\/30{stroke:#facc154d}.stroke-yellow-400\/35{stroke:#facc1559}.stroke-yellow-400\/40{stroke:#facc1566}.stroke-yellow-400\/45{stroke:#facc1573}.stroke-yellow-400\/5{stroke:#facc150d}.stroke-yellow-400\/50{stroke:#facc1580}.stroke-yellow-400\/55{stroke:#facc158c}.stroke-yellow-400\/60{stroke:#facc1599}.stroke-yellow-400\/65{stroke:#facc15a6}.stroke-yellow-400\/70{stroke:#facc15b3}.stroke-yellow-400\/75{stroke:#facc15bf}.stroke-yellow-400\/80{stroke:#facc15cc}.stroke-yellow-400\/85{stroke:#facc15d9}.stroke-yellow-400\/90{stroke:#facc15e6}.stroke-yellow-400\/95{stroke:#facc15f2}.stroke-yellow-50{stroke:#fefce8}.stroke-yellow-50\/0{stroke:#fefce800}.stroke-yellow-50\/10{stroke:#fefce81a}.stroke-yellow-50\/100{stroke:#fefce8}.stroke-yellow-50\/15{stroke:#fefce826}.stroke-yellow-50\/20{stroke:#fefce833}.stroke-yellow-50\/25{stroke:#fefce840}.stroke-yellow-50\/30{stroke:#fefce84d}.stroke-yellow-50\/35{stroke:#fefce859}.stroke-yellow-50\/40{stroke:#fefce866}.stroke-yellow-50\/45{stroke:#fefce873}.stroke-yellow-50\/5{stroke:#fefce80d}.stroke-yellow-50\/50{stroke:#fefce880}.stroke-yellow-50\/55{stroke:#fefce88c}.stroke-yellow-50\/60{stroke:#fefce899}.stroke-yellow-50\/65{stroke:#fefce8a6}.stroke-yellow-50\/70{stroke:#fefce8b3}.stroke-yellow-50\/75{stroke:#fefce8bf}.stroke-yellow-50\/80{stroke:#fefce8cc}.stroke-yellow-50\/85{stroke:#fefce8d9}.stroke-yellow-50\/90{stroke:#fefce8e6}.stroke-yellow-50\/95{stroke:#fefce8f2}.stroke-yellow-500{stroke:#eab308}.stroke-yellow-500\/0{stroke:#eab30800}.stroke-yellow-500\/10{stroke:#eab3081a}.stroke-yellow-500\/100{stroke:#eab308}.stroke-yellow-500\/15{stroke:#eab30826}.stroke-yellow-500\/20{stroke:#eab30833}.stroke-yellow-500\/25{stroke:#eab30840}.stroke-yellow-500\/30{stroke:#eab3084d}.stroke-yellow-500\/35{stroke:#eab30859}.stroke-yellow-500\/40{stroke:#eab30866}.stroke-yellow-500\/45{stroke:#eab30873}.stroke-yellow-500\/5{stroke:#eab3080d}.stroke-yellow-500\/50{stroke:#eab30880}.stroke-yellow-500\/55{stroke:#eab3088c}.stroke-yellow-500\/60{stroke:#eab30899}.stroke-yellow-500\/65{stroke:#eab308a6}.stroke-yellow-500\/70{stroke:#eab308b3}.stroke-yellow-500\/75{stroke:#eab308bf}.stroke-yellow-500\/80{stroke:#eab308cc}.stroke-yellow-500\/85{stroke:#eab308d9}.stroke-yellow-500\/90{stroke:#eab308e6}.stroke-yellow-500\/95{stroke:#eab308f2}.stroke-yellow-600{stroke:#ca8a04}.stroke-yellow-600\/0{stroke:#ca8a0400}.stroke-yellow-600\/10{stroke:#ca8a041a}.stroke-yellow-600\/100{stroke:#ca8a04}.stroke-yellow-600\/15{stroke:#ca8a0426}.stroke-yellow-600\/20{stroke:#ca8a0433}.stroke-yellow-600\/25{stroke:#ca8a0440}.stroke-yellow-600\/30{stroke:#ca8a044d}.stroke-yellow-600\/35{stroke:#ca8a0459}.stroke-yellow-600\/40{stroke:#ca8a0466}.stroke-yellow-600\/45{stroke:#ca8a0473}.stroke-yellow-600\/5{stroke:#ca8a040d}.stroke-yellow-600\/50{stroke:#ca8a0480}.stroke-yellow-600\/55{stroke:#ca8a048c}.stroke-yellow-600\/60{stroke:#ca8a0499}.stroke-yellow-600\/65{stroke:#ca8a04a6}.stroke-yellow-600\/70{stroke:#ca8a04b3}.stroke-yellow-600\/75{stroke:#ca8a04bf}.stroke-yellow-600\/80{stroke:#ca8a04cc}.stroke-yellow-600\/85{stroke:#ca8a04d9}.stroke-yellow-600\/90{stroke:#ca8a04e6}.stroke-yellow-600\/95{stroke:#ca8a04f2}.stroke-yellow-700{stroke:#a16207}.stroke-yellow-700\/0{stroke:#a1620700}.stroke-yellow-700\/10{stroke:#a162071a}.stroke-yellow-700\/100{stroke:#a16207}.stroke-yellow-700\/15{stroke:#a1620726}.stroke-yellow-700\/20{stroke:#a1620733}.stroke-yellow-700\/25{stroke:#a1620740}.stroke-yellow-700\/30{stroke:#a162074d}.stroke-yellow-700\/35{stroke:#a1620759}.stroke-yellow-700\/40{stroke:#a1620766}.stroke-yellow-700\/45{stroke:#a1620773}.stroke-yellow-700\/5{stroke:#a162070d}.stroke-yellow-700\/50{stroke:#a1620780}.stroke-yellow-700\/55{stroke:#a162078c}.stroke-yellow-700\/60{stroke:#a1620799}.stroke-yellow-700\/65{stroke:#a16207a6}.stroke-yellow-700\/70{stroke:#a16207b3}.stroke-yellow-700\/75{stroke:#a16207bf}.stroke-yellow-700\/80{stroke:#a16207cc}.stroke-yellow-700\/85{stroke:#a16207d9}.stroke-yellow-700\/90{stroke:#a16207e6}.stroke-yellow-700\/95{stroke:#a16207f2}.stroke-yellow-800{stroke:#854d0e}.stroke-yellow-800\/0{stroke:#854d0e00}.stroke-yellow-800\/10{stroke:#854d0e1a}.stroke-yellow-800\/100{stroke:#854d0e}.stroke-yellow-800\/15{stroke:#854d0e26}.stroke-yellow-800\/20{stroke:#854d0e33}.stroke-yellow-800\/25{stroke:#854d0e40}.stroke-yellow-800\/30{stroke:#854d0e4d}.stroke-yellow-800\/35{stroke:#854d0e59}.stroke-yellow-800\/40{stroke:#854d0e66}.stroke-yellow-800\/45{stroke:#854d0e73}.stroke-yellow-800\/5{stroke:#854d0e0d}.stroke-yellow-800\/50{stroke:#854d0e80}.stroke-yellow-800\/55{stroke:#854d0e8c}.stroke-yellow-800\/60{stroke:#854d0e99}.stroke-yellow-800\/65{stroke:#854d0ea6}.stroke-yellow-800\/70{stroke:#854d0eb3}.stroke-yellow-800\/75{stroke:#854d0ebf}.stroke-yellow-800\/80{stroke:#854d0ecc}.stroke-yellow-800\/85{stroke:#854d0ed9}.stroke-yellow-800\/90{stroke:#854d0ee6}.stroke-yellow-800\/95{stroke:#854d0ef2}.stroke-yellow-900{stroke:#713f12}.stroke-yellow-900\/0{stroke:#713f1200}.stroke-yellow-900\/10{stroke:#713f121a}.stroke-yellow-900\/100{stroke:#713f12}.stroke-yellow-900\/15{stroke:#713f1226}.stroke-yellow-900\/20{stroke:#713f1233}.stroke-yellow-900\/25{stroke:#713f1240}.stroke-yellow-900\/30{stroke:#713f124d}.stroke-yellow-900\/35{stroke:#713f1259}.stroke-yellow-900\/40{stroke:#713f1266}.stroke-yellow-900\/45{stroke:#713f1273}.stroke-yellow-900\/5{stroke:#713f120d}.stroke-yellow-900\/50{stroke:#713f1280}.stroke-yellow-900\/55{stroke:#713f128c}.stroke-yellow-900\/60{stroke:#713f1299}.stroke-yellow-900\/65{stroke:#713f12a6}.stroke-yellow-900\/70{stroke:#713f12b3}.stroke-yellow-900\/75{stroke:#713f12bf}.stroke-yellow-900\/80{stroke:#713f12cc}.stroke-yellow-900\/85{stroke:#713f12d9}.stroke-yellow-900\/90{stroke:#713f12e6}.stroke-yellow-900\/95{stroke:#713f12f2}.stroke-yellow-950{stroke:#422006}.stroke-yellow-950\/0{stroke:#42200600}.stroke-yellow-950\/10{stroke:#4220061a}.stroke-yellow-950\/100{stroke:#422006}.stroke-yellow-950\/15{stroke:#42200626}.stroke-yellow-950\/20{stroke:#42200633}.stroke-yellow-950\/25{stroke:#42200640}.stroke-yellow-950\/30{stroke:#4220064d}.stroke-yellow-950\/35{stroke:#42200659}.stroke-yellow-950\/40{stroke:#42200666}.stroke-yellow-950\/45{stroke:#42200673}.stroke-yellow-950\/5{stroke:#4220060d}.stroke-yellow-950\/50{stroke:#42200680}.stroke-yellow-950\/55{stroke:#4220068c}.stroke-yellow-950\/60{stroke:#42200699}.stroke-yellow-950\/65{stroke:#422006a6}.stroke-yellow-950\/70{stroke:#422006b3}.stroke-yellow-950\/75{stroke:#422006bf}.stroke-yellow-950\/80{stroke:#422006cc}.stroke-yellow-950\/85{stroke:#422006d9}.stroke-yellow-950\/90{stroke:#422006e6}.stroke-yellow-950\/95{stroke:#422006f2}.object-cover{object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[60px\]{padding-left:60px;padding-right:60px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-px{padding-top:1px;padding-bottom:1px}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-14{padding-bottom:3.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-9{padding-left:2.25rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem}.text-3xl{font-size:2rem}.text-\[1\.2rem\]{font-size:1.2rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[32px\]{font-size:32px}.text-\[4rem\]{font-size:4rem}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.text-xs{font-size:.75rem}.text-xxs{font-size:11px}.font-\[400\]{font-weight:400}.font-\[500\]{font-weight:500}.font-\[600\]{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-9{line-height:2.25rem}.leading-\[14\.52px\]{line-height:14.52px}.leading-\[15px\]{line-height:15px}.leading-\[16\.38px\]{line-height:16.38px}.leading-\[16\.94px\]{line-height:16.94px}.leading-\[19\.36px\]{line-height:19.36px}.leading-\[26px\]{line-height:26px}.leading-\[40px\]{line-height:40px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.tracking-\[-0\.5px\]{letter-spacing:-.5px}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#081226AB\]{color:#081226ab}.text-\[\#212121\]{--tw-text-opacity:1;color:rgb(33 33 33/var(--tw-text-opacity,1))}.text-\[\#404245\]{--tw-text-opacity:1;color:rgb(64 66 69/var(--tw-text-opacity,1))}.text-\[\#4E4E4E\]{--tw-text-opacity:1;color:rgb(78 78 78/var(--tw-text-opacity,1))}.text-\[\#5F6368\]{--tw-text-opacity:1;color:rgb(95 99 104/var(--tw-text-opacity,1))}.text-\[\#686868\]{--tw-text-opacity:1;color:rgb(104 104 104/var(--tw-text-opacity,1))}.text-\[\#7a828f\]{--tw-text-opacity:1;color:rgb(122 130 143/var(--tw-text-opacity,1))}.text-\[\#7d8b9e\]{--tw-text-opacity:1;color:rgb(125 139 158/var(--tw-text-opacity,1))}.text-au_accent{--tw-text-opacity:1;color:rgb(221 75 57/var(--tw-text-opacity,1))}.text-au_black{--tw-text-opacity:1;color:rgb(8 18 38/var(--tw-text-opacity,1))}.text-au_blackshade{--tw-text-opacity:1;color:rgb(78 78 78/var(--tw-text-opacity,1))}.text-au_blackshade2{--tw-text-opacity:1;color:rgb(83 83 83/var(--tw-text-opacity,1))}.text-au_datecolor{--tw-text-opacity:1;color:rgb(41 81 159/var(--tw-text-opacity,1))}.text-au_filesize{--tw-text-opacity:1;color:rgb(108 108 108/var(--tw-text-opacity,1))}.text-au_greentext{--tw-text-opacity:1;color:rgb(0 89 20/var(--tw-text-opacity,1))}.text-au_grey{--tw-text-opacity:1;color:rgb(79 79 79/var(--tw-text-opacity,1))}.text-au_label{--tw-text-opacity:1;color:rgb(104 104 104/var(--tw-text-opacity,1))}.text-au_redtext{--tw-text-opacity:1;color:rgb(153 17 0/var(--tw-text-opacity,1))}.text-au_table_text_wf{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity,1))}.text-au_uiblack{--tw-text-opacity:1;color:rgb(31 31 31/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-brand-600{--tw-text-opacity:1;color:rgb(209 48 81/var(--tw-text-opacity,1))}.text-brand-700{--tw-text-opacity:1;color:rgb(171 36 58/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-lime-600{--tw-text-opacity:1;color:rgb(101 163 13/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity,1))}.text-yellow-100\/0{color:#fef9c300}.text-yellow-100\/10{color:#fef9c31a}.text-yellow-100\/100{color:#fef9c3}.text-yellow-100\/15{color:#fef9c326}.text-yellow-100\/20{color:#fef9c333}.text-yellow-100\/25{color:#fef9c340}.text-yellow-100\/30{color:#fef9c34d}.text-yellow-100\/35{color:#fef9c359}.text-yellow-100\/40{color:#fef9c366}.text-yellow-100\/45{color:#fef9c373}.text-yellow-100\/5{color:#fef9c30d}.text-yellow-100\/50{color:#fef9c380}.text-yellow-100\/55{color:#fef9c38c}.text-yellow-100\/60{color:#fef9c399}.text-yellow-100\/65{color:#fef9c3a6}.text-yellow-100\/70{color:#fef9c3b3}.text-yellow-100\/75{color:#fef9c3bf}.text-yellow-100\/80{color:#fef9c3cc}.text-yellow-100\/85{color:#fef9c3d9}.text-yellow-100\/90{color:#fef9c3e6}.text-yellow-100\/95{color:#fef9c3f2}.text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.text-yellow-200\/0{color:#fef08a00}.text-yellow-200\/10{color:#fef08a1a}.text-yellow-200\/100{color:#fef08a}.text-yellow-200\/15{color:#fef08a26}.text-yellow-200\/20{color:#fef08a33}.text-yellow-200\/25{color:#fef08a40}.text-yellow-200\/30{color:#fef08a4d}.text-yellow-200\/35{color:#fef08a59}.text-yellow-200\/40{color:#fef08a66}.text-yellow-200\/45{color:#fef08a73}.text-yellow-200\/5{color:#fef08a0d}.text-yellow-200\/50{color:#fef08a80}.text-yellow-200\/55{color:#fef08a8c}.text-yellow-200\/60{color:#fef08a99}.text-yellow-200\/65{color:#fef08aa6}.text-yellow-200\/70{color:#fef08ab3}.text-yellow-200\/75{color:#fef08abf}.text-yellow-200\/80{color:#fef08acc}.text-yellow-200\/85{color:#fef08ad9}.text-yellow-200\/90{color:#fef08ae6}.text-yellow-200\/95{color:#fef08af2}.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.text-yellow-300\/0{color:#fde04700}.text-yellow-300\/10{color:#fde0471a}.text-yellow-300\/100{color:#fde047}.text-yellow-300\/15{color:#fde04726}.text-yellow-300\/20{color:#fde04733}.text-yellow-300\/25{color:#fde04740}.text-yellow-300\/30{color:#fde0474d}.text-yellow-300\/35{color:#fde04759}.text-yellow-300\/40{color:#fde04766}.text-yellow-300\/45{color:#fde04773}.text-yellow-300\/5{color:#fde0470d}.text-yellow-300\/50{color:#fde04780}.text-yellow-300\/55{color:#fde0478c}.text-yellow-300\/60{color:#fde04799}.text-yellow-300\/65{color:#fde047a6}.text-yellow-300\/70{color:#fde047b3}.text-yellow-300\/75{color:#fde047bf}.text-yellow-300\/80{color:#fde047cc}.text-yellow-300\/85{color:#fde047d9}.text-yellow-300\/90{color:#fde047e6}.text-yellow-300\/95{color:#fde047f2}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-400\/0{color:#facc1500}.text-yellow-400\/10{color:#facc151a}.text-yellow-400\/100{color:#facc15}.text-yellow-400\/15{color:#facc1526}.text-yellow-400\/20{color:#facc1533}.text-yellow-400\/25{color:#facc1540}.text-yellow-400\/30{color:#facc154d}.text-yellow-400\/35{color:#facc1559}.text-yellow-400\/40{color:#facc1566}.text-yellow-400\/45{color:#facc1573}.text-yellow-400\/5{color:#facc150d}.text-yellow-400\/50{color:#facc1580}.text-yellow-400\/55{color:#facc158c}.text-yellow-400\/60{color:#facc1599}.text-yellow-400\/65{color:#facc15a6}.text-yellow-400\/70{color:#facc15b3}.text-yellow-400\/75{color:#facc15bf}.text-yellow-400\/80{color:#facc15cc}.text-yellow-400\/85{color:#facc15d9}.text-yellow-400\/90{color:#facc15e6}.text-yellow-400\/95{color:#facc15f2}.text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity,1))}.text-yellow-50\/0{color:#fefce800}.text-yellow-50\/10{color:#fefce81a}.text-yellow-50\/100{color:#fefce8}.text-yellow-50\/15{color:#fefce826}.text-yellow-50\/20{color:#fefce833}.text-yellow-50\/25{color:#fefce840}.text-yellow-50\/30{color:#fefce84d}.text-yellow-50\/35{color:#fefce859}.text-yellow-50\/40{color:#fefce866}.text-yellow-50\/45{color:#fefce873}.text-yellow-50\/5{color:#fefce80d}.text-yellow-50\/50{color:#fefce880}.text-yellow-50\/55{color:#fefce88c}.text-yellow-50\/60{color:#fefce899}.text-yellow-50\/65{color:#fefce8a6}.text-yellow-50\/70{color:#fefce8b3}.text-yellow-50\/75{color:#fefce8bf}.text-yellow-50\/80{color:#fefce8cc}.text-yellow-50\/85{color:#fefce8d9}.text-yellow-50\/90{color:#fefce8e6}.text-yellow-50\/95{color:#fefce8f2}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-500\/0{color:#eab30800}.text-yellow-500\/10{color:#eab3081a}.text-yellow-500\/100{color:#eab308}.text-yellow-500\/15{color:#eab30826}.text-yellow-500\/20{color:#eab30833}.text-yellow-500\/25{color:#eab30840}.text-yellow-500\/30{color:#eab3084d}.text-yellow-500\/35{color:#eab30859}.text-yellow-500\/40{color:#eab30866}.text-yellow-500\/45{color:#eab30873}.text-yellow-500\/5{color:#eab3080d}.text-yellow-500\/50{color:#eab30880}.text-yellow-500\/55{color:#eab3088c}.text-yellow-500\/60{color:#eab30899}.text-yellow-500\/65{color:#eab308a6}.text-yellow-500\/70{color:#eab308b3}.text-yellow-500\/75{color:#eab308bf}.text-yellow-500\/80{color:#eab308cc}.text-yellow-500\/85{color:#eab308d9}.text-yellow-500\/90{color:#eab308e6}.text-yellow-500\/95{color:#eab308f2}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-600\/0{color:#ca8a0400}.text-yellow-600\/10{color:#ca8a041a}.text-yellow-600\/100{color:#ca8a04}.text-yellow-600\/15{color:#ca8a0426}.text-yellow-600\/20{color:#ca8a0433}.text-yellow-600\/25{color:#ca8a0440}.text-yellow-600\/30{color:#ca8a044d}.text-yellow-600\/35{color:#ca8a0459}.text-yellow-600\/40{color:#ca8a0466}.text-yellow-600\/45{color:#ca8a0473}.text-yellow-600\/5{color:#ca8a040d}.text-yellow-600\/50{color:#ca8a0480}.text-yellow-600\/55{color:#ca8a048c}.text-yellow-600\/60{color:#ca8a0499}.text-yellow-600\/65{color:#ca8a04a6}.text-yellow-600\/70{color:#ca8a04b3}.text-yellow-600\/75{color:#ca8a04bf}.text-yellow-600\/80{color:#ca8a04cc}.text-yellow-600\/85{color:#ca8a04d9}.text-yellow-600\/90{color:#ca8a04e6}.text-yellow-600\/95{color:#ca8a04f2}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-700\/0{color:#a1620700}.text-yellow-700\/10{color:#a162071a}.text-yellow-700\/100{color:#a16207}.text-yellow-700\/15{color:#a1620726}.text-yellow-700\/20{color:#a1620733}.text-yellow-700\/25{color:#a1620740}.text-yellow-700\/30{color:#a162074d}.text-yellow-700\/35{color:#a1620759}.text-yellow-700\/40{color:#a1620766}.text-yellow-700\/45{color:#a1620773}.text-yellow-700\/5{color:#a162070d}.text-yellow-700\/50{color:#a1620780}.text-yellow-700\/55{color:#a162078c}.text-yellow-700\/60{color:#a1620799}.text-yellow-700\/65{color:#a16207a6}.text-yellow-700\/70{color:#a16207b3}.text-yellow-700\/75{color:#a16207bf}.text-yellow-700\/80{color:#a16207cc}.text-yellow-700\/85{color:#a16207d9}.text-yellow-700\/90{color:#a16207e6}.text-yellow-700\/95{color:#a16207f2}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.text-yellow-800\/0{color:#854d0e00}.text-yellow-800\/10{color:#854d0e1a}.text-yellow-800\/100{color:#854d0e}.text-yellow-800\/15{color:#854d0e26}.text-yellow-800\/20{color:#854d0e33}.text-yellow-800\/25{color:#854d0e40}.text-yellow-800\/30{color:#854d0e4d}.text-yellow-800\/35{color:#854d0e59}.text-yellow-800\/40{color:#854d0e66}.text-yellow-800\/45{color:#854d0e73}.text-yellow-800\/5{color:#854d0e0d}.text-yellow-800\/50{color:#854d0e80}.text-yellow-800\/55{color:#854d0e8c}.text-yellow-800\/60{color:#854d0e99}.text-yellow-800\/65{color:#854d0ea6}.text-yellow-800\/70{color:#854d0eb3}.text-yellow-800\/75{color:#854d0ebf}.text-yellow-800\/80{color:#854d0ecc}.text-yellow-800\/85{color:#854d0ed9}.text-yellow-800\/90{color:#854d0ee6}.text-yellow-800\/95{color:#854d0ef2}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity,1))}.text-yellow-900\/0{color:#713f1200}.text-yellow-900\/10{color:#713f121a}.text-yellow-900\/100{color:#713f12}.text-yellow-900\/15{color:#713f1226}.text-yellow-900\/20{color:#713f1233}.text-yellow-900\/25{color:#713f1240}.text-yellow-900\/30{color:#713f124d}.text-yellow-900\/35{color:#713f1259}.text-yellow-900\/40{color:#713f1266}.text-yellow-900\/45{color:#713f1273}.text-yellow-900\/5{color:#713f120d}.text-yellow-900\/50{color:#713f1280}.text-yellow-900\/55{color:#713f128c}.text-yellow-900\/60{color:#713f1299}.text-yellow-900\/65{color:#713f12a6}.text-yellow-900\/70{color:#713f12b3}.text-yellow-900\/75{color:#713f12bf}.text-yellow-900\/80{color:#713f12cc}.text-yellow-900\/85{color:#713f12d9}.text-yellow-900\/90{color:#713f12e6}.text-yellow-900\/95{color:#713f12f2}.text-yellow-950{--tw-text-opacity:1;color:rgb(66 32 6/var(--tw-text-opacity,1))}.text-yellow-950\/0{color:#42200600}.text-yellow-950\/10{color:#4220061a}.text-yellow-950\/100{color:#422006}.text-yellow-950\/15{color:#42200626}.text-yellow-950\/20{color:#42200633}.text-yellow-950\/25{color:#42200640}.text-yellow-950\/30{color:#4220064d}.text-yellow-950\/35{color:#42200659}.text-yellow-950\/40{color:#42200666}.text-yellow-950\/45{color:#42200673}.text-yellow-950\/5{color:#4220060d}.text-yellow-950\/50{color:#42200680}.text-yellow-950\/55{color:#4220068c}.text-yellow-950\/60{color:#42200699}.text-yellow-950\/65{color:#422006a6}.text-yellow-950\/70{color:#422006b3}.text-yellow-950\/75{color:#422006bf}.text-yellow-950\/80{color:#422006cc}.text-yellow-950\/85{color:#422006d9}.text-yellow-950\/90{color:#422006e6}.text-yellow-950\/95{color:#422006f2}.text-opacity-30{--tw-text-opacity:.3}.text-opacity-40{--tw-text-opacity:.4}.text-opacity-50{--tw-text-opacity:.5}.text-opacity-60{--tw-text-opacity:.6}.text-opacity-80{--tw-text-opacity:.8}.underline{text-decoration-line:underline}.decoration-yellow-100{text-decoration-color:#fef9c3}.decoration-yellow-100\/0{text-decoration-color:#fef9c300}.decoration-yellow-100\/10{text-decoration-color:#fef9c31a}.decoration-yellow-100\/100{text-decoration-color:#fef9c3}.decoration-yellow-100\/15{text-decoration-color:#fef9c326}.decoration-yellow-100\/20{text-decoration-color:#fef9c333}.decoration-yellow-100\/25{text-decoration-color:#fef9c340}.decoration-yellow-100\/30{text-decoration-color:#fef9c34d}.decoration-yellow-100\/35{text-decoration-color:#fef9c359}.decoration-yellow-100\/40{text-decoration-color:#fef9c366}.decoration-yellow-100\/45{text-decoration-color:#fef9c373}.decoration-yellow-100\/5{text-decoration-color:#fef9c30d}.decoration-yellow-100\/50{text-decoration-color:#fef9c380}.decoration-yellow-100\/55{text-decoration-color:#fef9c38c}.decoration-yellow-100\/60{text-decoration-color:#fef9c399}.decoration-yellow-100\/65{text-decoration-color:#fef9c3a6}.decoration-yellow-100\/70{text-decoration-color:#fef9c3b3}.decoration-yellow-100\/75{text-decoration-color:#fef9c3bf}.decoration-yellow-100\/80{text-decoration-color:#fef9c3cc}.decoration-yellow-100\/85{text-decoration-color:#fef9c3d9}.decoration-yellow-100\/90{text-decoration-color:#fef9c3e6}.decoration-yellow-100\/95{text-decoration-color:#fef9c3f2}.decoration-yellow-200{text-decoration-color:#fef08a}.decoration-yellow-200\/0{text-decoration-color:#fef08a00}.decoration-yellow-200\/10{text-decoration-color:#fef08a1a}.decoration-yellow-200\/100{text-decoration-color:#fef08a}.decoration-yellow-200\/15{text-decoration-color:#fef08a26}.decoration-yellow-200\/20{text-decoration-color:#fef08a33}.decoration-yellow-200\/25{text-decoration-color:#fef08a40}.decoration-yellow-200\/30{text-decoration-color:#fef08a4d}.decoration-yellow-200\/35{text-decoration-color:#fef08a59}.decoration-yellow-200\/40{text-decoration-color:#fef08a66}.decoration-yellow-200\/45{text-decoration-color:#fef08a73}.decoration-yellow-200\/5{text-decoration-color:#fef08a0d}.decoration-yellow-200\/50{text-decoration-color:#fef08a80}.decoration-yellow-200\/55{text-decoration-color:#fef08a8c}.decoration-yellow-200\/60{text-decoration-color:#fef08a99}.decoration-yellow-200\/65{text-decoration-color:#fef08aa6}.decoration-yellow-200\/70{text-decoration-color:#fef08ab3}.decoration-yellow-200\/75{text-decoration-color:#fef08abf}.decoration-yellow-200\/80{text-decoration-color:#fef08acc}.decoration-yellow-200\/85{text-decoration-color:#fef08ad9}.decoration-yellow-200\/90{text-decoration-color:#fef08ae6}.decoration-yellow-200\/95{text-decoration-color:#fef08af2}.decoration-yellow-300{text-decoration-color:#fde047}.decoration-yellow-300\/0{text-decoration-color:#fde04700}.decoration-yellow-300\/10{text-decoration-color:#fde0471a}.decoration-yellow-300\/100{text-decoration-color:#fde047}.decoration-yellow-300\/15{text-decoration-color:#fde04726}.decoration-yellow-300\/20{text-decoration-color:#fde04733}.decoration-yellow-300\/25{text-decoration-color:#fde04740}.decoration-yellow-300\/30{text-decoration-color:#fde0474d}.decoration-yellow-300\/35{text-decoration-color:#fde04759}.decoration-yellow-300\/40{text-decoration-color:#fde04766}.decoration-yellow-300\/45{text-decoration-color:#fde04773}.decoration-yellow-300\/5{text-decoration-color:#fde0470d}.decoration-yellow-300\/50{text-decoration-color:#fde04780}.decoration-yellow-300\/55{text-decoration-color:#fde0478c}.decoration-yellow-300\/60{text-decoration-color:#fde04799}.decoration-yellow-300\/65{text-decoration-color:#fde047a6}.decoration-yellow-300\/70{text-decoration-color:#fde047b3}.decoration-yellow-300\/75{text-decoration-color:#fde047bf}.decoration-yellow-300\/80{text-decoration-color:#fde047cc}.decoration-yellow-300\/85{text-decoration-color:#fde047d9}.decoration-yellow-300\/90{text-decoration-color:#fde047e6}.decoration-yellow-300\/95{text-decoration-color:#fde047f2}.decoration-yellow-400{text-decoration-color:#facc15}.decoration-yellow-400\/0{text-decoration-color:#facc1500}.decoration-yellow-400\/10{text-decoration-color:#facc151a}.decoration-yellow-400\/100{text-decoration-color:#facc15}.decoration-yellow-400\/15{text-decoration-color:#facc1526}.decoration-yellow-400\/20{text-decoration-color:#facc1533}.decoration-yellow-400\/25{text-decoration-color:#facc1540}.decoration-yellow-400\/30{text-decoration-color:#facc154d}.decoration-yellow-400\/35{text-decoration-color:#facc1559}.decoration-yellow-400\/40{text-decoration-color:#facc1566}.decoration-yellow-400\/45{text-decoration-color:#facc1573}.decoration-yellow-400\/5{text-decoration-color:#facc150d}.decoration-yellow-400\/50{text-decoration-color:#facc1580}.decoration-yellow-400\/55{text-decoration-color:#facc158c}.decoration-yellow-400\/60{text-decoration-color:#facc1599}.decoration-yellow-400\/65{text-decoration-color:#facc15a6}.decoration-yellow-400\/70{text-decoration-color:#facc15b3}.decoration-yellow-400\/75{text-decoration-color:#facc15bf}.decoration-yellow-400\/80{text-decoration-color:#facc15cc}.decoration-yellow-400\/85{text-decoration-color:#facc15d9}.decoration-yellow-400\/90{text-decoration-color:#facc15e6}.decoration-yellow-400\/95{text-decoration-color:#facc15f2}.decoration-yellow-50{text-decoration-color:#fefce8}.decoration-yellow-50\/0{text-decoration-color:#fefce800}.decoration-yellow-50\/10{text-decoration-color:#fefce81a}.decoration-yellow-50\/100{text-decoration-color:#fefce8}.decoration-yellow-50\/15{text-decoration-color:#fefce826}.decoration-yellow-50\/20{text-decoration-color:#fefce833}.decoration-yellow-50\/25{text-decoration-color:#fefce840}.decoration-yellow-50\/30{text-decoration-color:#fefce84d}.decoration-yellow-50\/35{text-decoration-color:#fefce859}.decoration-yellow-50\/40{text-decoration-color:#fefce866}.decoration-yellow-50\/45{text-decoration-color:#fefce873}.decoration-yellow-50\/5{text-decoration-color:#fefce80d}.decoration-yellow-50\/50{text-decoration-color:#fefce880}.decoration-yellow-50\/55{text-decoration-color:#fefce88c}.decoration-yellow-50\/60{text-decoration-color:#fefce899}.decoration-yellow-50\/65{text-decoration-color:#fefce8a6}.decoration-yellow-50\/70{text-decoration-color:#fefce8b3}.decoration-yellow-50\/75{text-decoration-color:#fefce8bf}.decoration-yellow-50\/80{text-decoration-color:#fefce8cc}.decoration-yellow-50\/85{text-decoration-color:#fefce8d9}.decoration-yellow-50\/90{text-decoration-color:#fefce8e6}.decoration-yellow-50\/95{text-decoration-color:#fefce8f2}.decoration-yellow-500{text-decoration-color:#eab308}.decoration-yellow-500\/0{text-decoration-color:#eab30800}.decoration-yellow-500\/10{text-decoration-color:#eab3081a}.decoration-yellow-500\/100{text-decoration-color:#eab308}.decoration-yellow-500\/15{text-decoration-color:#eab30826}.decoration-yellow-500\/20{text-decoration-color:#eab30833}.decoration-yellow-500\/25{text-decoration-color:#eab30840}.decoration-yellow-500\/30{text-decoration-color:#eab3084d}.decoration-yellow-500\/35{text-decoration-color:#eab30859}.decoration-yellow-500\/40{text-decoration-color:#eab30866}.decoration-yellow-500\/45{text-decoration-color:#eab30873}.decoration-yellow-500\/5{text-decoration-color:#eab3080d}.decoration-yellow-500\/50{text-decoration-color:#eab30880}.decoration-yellow-500\/55{text-decoration-color:#eab3088c}.decoration-yellow-500\/60{text-decoration-color:#eab30899}.decoration-yellow-500\/65{text-decoration-color:#eab308a6}.decoration-yellow-500\/70{text-decoration-color:#eab308b3}.decoration-yellow-500\/75{text-decoration-color:#eab308bf}.decoration-yellow-500\/80{text-decoration-color:#eab308cc}.decoration-yellow-500\/85{text-decoration-color:#eab308d9}.decoration-yellow-500\/90{text-decoration-color:#eab308e6}.decoration-yellow-500\/95{text-decoration-color:#eab308f2}.decoration-yellow-600{text-decoration-color:#ca8a04}.decoration-yellow-600\/0{text-decoration-color:#ca8a0400}.decoration-yellow-600\/10{text-decoration-color:#ca8a041a}.decoration-yellow-600\/100{text-decoration-color:#ca8a04}.decoration-yellow-600\/15{text-decoration-color:#ca8a0426}.decoration-yellow-600\/20{text-decoration-color:#ca8a0433}.decoration-yellow-600\/25{text-decoration-color:#ca8a0440}.decoration-yellow-600\/30{text-decoration-color:#ca8a044d}.decoration-yellow-600\/35{text-decoration-color:#ca8a0459}.decoration-yellow-600\/40{text-decoration-color:#ca8a0466}.decoration-yellow-600\/45{text-decoration-color:#ca8a0473}.decoration-yellow-600\/5{text-decoration-color:#ca8a040d}.decoration-yellow-600\/50{text-decoration-color:#ca8a0480}.decoration-yellow-600\/55{text-decoration-color:#ca8a048c}.decoration-yellow-600\/60{text-decoration-color:#ca8a0499}.decoration-yellow-600\/65{text-decoration-color:#ca8a04a6}.decoration-yellow-600\/70{text-decoration-color:#ca8a04b3}.decoration-yellow-600\/75{text-decoration-color:#ca8a04bf}.decoration-yellow-600\/80{text-decoration-color:#ca8a04cc}.decoration-yellow-600\/85{text-decoration-color:#ca8a04d9}.decoration-yellow-600\/90{text-decoration-color:#ca8a04e6}.decoration-yellow-600\/95{text-decoration-color:#ca8a04f2}.decoration-yellow-700{text-decoration-color:#a16207}.decoration-yellow-700\/0{text-decoration-color:#a1620700}.decoration-yellow-700\/10{text-decoration-color:#a162071a}.decoration-yellow-700\/100{text-decoration-color:#a16207}.decoration-yellow-700\/15{text-decoration-color:#a1620726}.decoration-yellow-700\/20{text-decoration-color:#a1620733}.decoration-yellow-700\/25{text-decoration-color:#a1620740}.decoration-yellow-700\/30{text-decoration-color:#a162074d}.decoration-yellow-700\/35{text-decoration-color:#a1620759}.decoration-yellow-700\/40{text-decoration-color:#a1620766}.decoration-yellow-700\/45{text-decoration-color:#a1620773}.decoration-yellow-700\/5{text-decoration-color:#a162070d}.decoration-yellow-700\/50{text-decoration-color:#a1620780}.decoration-yellow-700\/55{text-decoration-color:#a162078c}.decoration-yellow-700\/60{text-decoration-color:#a1620799}.decoration-yellow-700\/65{text-decoration-color:#a16207a6}.decoration-yellow-700\/70{text-decoration-color:#a16207b3}.decoration-yellow-700\/75{text-decoration-color:#a16207bf}.decoration-yellow-700\/80{text-decoration-color:#a16207cc}.decoration-yellow-700\/85{text-decoration-color:#a16207d9}.decoration-yellow-700\/90{text-decoration-color:#a16207e6}.decoration-yellow-700\/95{text-decoration-color:#a16207f2}.decoration-yellow-800{text-decoration-color:#854d0e}.decoration-yellow-800\/0{text-decoration-color:#854d0e00}.decoration-yellow-800\/10{text-decoration-color:#854d0e1a}.decoration-yellow-800\/100{text-decoration-color:#854d0e}.decoration-yellow-800\/15{text-decoration-color:#854d0e26}.decoration-yellow-800\/20{text-decoration-color:#854d0e33}.decoration-yellow-800\/25{text-decoration-color:#854d0e40}.decoration-yellow-800\/30{text-decoration-color:#854d0e4d}.decoration-yellow-800\/35{text-decoration-color:#854d0e59}.decoration-yellow-800\/40{text-decoration-color:#854d0e66}.decoration-yellow-800\/45{text-decoration-color:#854d0e73}.decoration-yellow-800\/5{text-decoration-color:#854d0e0d}.decoration-yellow-800\/50{text-decoration-color:#854d0e80}.decoration-yellow-800\/55{text-decoration-color:#854d0e8c}.decoration-yellow-800\/60{text-decoration-color:#854d0e99}.decoration-yellow-800\/65{text-decoration-color:#854d0ea6}.decoration-yellow-800\/70{text-decoration-color:#854d0eb3}.decoration-yellow-800\/75{text-decoration-color:#854d0ebf}.decoration-yellow-800\/80{text-decoration-color:#854d0ecc}.decoration-yellow-800\/85{text-decoration-color:#854d0ed9}.decoration-yellow-800\/90{text-decoration-color:#854d0ee6}.decoration-yellow-800\/95{text-decoration-color:#854d0ef2}.decoration-yellow-900{text-decoration-color:#713f12}.decoration-yellow-900\/0{text-decoration-color:#713f1200}.decoration-yellow-900\/10{text-decoration-color:#713f121a}.decoration-yellow-900\/100{text-decoration-color:#713f12}.decoration-yellow-900\/15{text-decoration-color:#713f1226}.decoration-yellow-900\/20{text-decoration-color:#713f1233}.decoration-yellow-900\/25{text-decoration-color:#713f1240}.decoration-yellow-900\/30{text-decoration-color:#713f124d}.decoration-yellow-900\/35{text-decoration-color:#713f1259}.decoration-yellow-900\/40{text-decoration-color:#713f1266}.decoration-yellow-900\/45{text-decoration-color:#713f1273}.decoration-yellow-900\/5{text-decoration-color:#713f120d}.decoration-yellow-900\/50{text-decoration-color:#713f1280}.decoration-yellow-900\/55{text-decoration-color:#713f128c}.decoration-yellow-900\/60{text-decoration-color:#713f1299}.decoration-yellow-900\/65{text-decoration-color:#713f12a6}.decoration-yellow-900\/70{text-decoration-color:#713f12b3}.decoration-yellow-900\/75{text-decoration-color:#713f12bf}.decoration-yellow-900\/80{text-decoration-color:#713f12cc}.decoration-yellow-900\/85{text-decoration-color:#713f12d9}.decoration-yellow-900\/90{text-decoration-color:#713f12e6}.decoration-yellow-900\/95{text-decoration-color:#713f12f2}.decoration-yellow-950{text-decoration-color:#422006}.decoration-yellow-950\/0{text-decoration-color:#42200600}.decoration-yellow-950\/10{text-decoration-color:#4220061a}.decoration-yellow-950\/100{text-decoration-color:#422006}.decoration-yellow-950\/15{text-decoration-color:#42200626}.decoration-yellow-950\/20{text-decoration-color:#42200633}.decoration-yellow-950\/25{text-decoration-color:#42200640}.decoration-yellow-950\/30{text-decoration-color:#4220064d}.decoration-yellow-950\/35{text-decoration-color:#42200659}.decoration-yellow-950\/40{text-decoration-color:#42200666}.decoration-yellow-950\/45{text-decoration-color:#42200673}.decoration-yellow-950\/5{text-decoration-color:#4220060d}.decoration-yellow-950\/50{text-decoration-color:#42200680}.decoration-yellow-950\/55{text-decoration-color:#4220068c}.decoration-yellow-950\/60{text-decoration-color:#42200699}.decoration-yellow-950\/65{text-decoration-color:#422006a6}.decoration-yellow-950\/70{text-decoration-color:#422006b3}.decoration-yellow-950\/75{text-decoration-color:#422006bf}.decoration-yellow-950\/80{text-decoration-color:#422006cc}.decoration-yellow-950\/85{text-decoration-color:#422006d9}.decoration-yellow-950\/90{text-decoration-color:#422006e6}.decoration-yellow-950\/95{text-decoration-color:#422006f2}.placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgb(254 249 195/var(--tw-placeholder-opacity,1))}.placeholder-yellow-100\/0::placeholder{color:#fef9c300}.placeholder-yellow-100\/10::placeholder{color:#fef9c31a}.placeholder-yellow-100\/100::placeholder{color:#fef9c3}.placeholder-yellow-100\/15::placeholder{color:#fef9c326}.placeholder-yellow-100\/20::placeholder{color:#fef9c333}.placeholder-yellow-100\/25::placeholder{color:#fef9c340}.placeholder-yellow-100\/30::placeholder{color:#fef9c34d}.placeholder-yellow-100\/35::placeholder{color:#fef9c359}.placeholder-yellow-100\/40::placeholder{color:#fef9c366}.placeholder-yellow-100\/45::placeholder{color:#fef9c373}.placeholder-yellow-100\/5::placeholder{color:#fef9c30d}.placeholder-yellow-100\/50::placeholder{color:#fef9c380}.placeholder-yellow-100\/55::placeholder{color:#fef9c38c}.placeholder-yellow-100\/60::placeholder{color:#fef9c399}.placeholder-yellow-100\/65::placeholder{color:#fef9c3a6}.placeholder-yellow-100\/70::placeholder{color:#fef9c3b3}.placeholder-yellow-100\/75::placeholder{color:#fef9c3bf}.placeholder-yellow-100\/80::placeholder{color:#fef9c3cc}.placeholder-yellow-100\/85::placeholder{color:#fef9c3d9}.placeholder-yellow-100\/90::placeholder{color:#fef9c3e6}.placeholder-yellow-100\/95::placeholder{color:#fef9c3f2}.placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgb(254 240 138/var(--tw-placeholder-opacity,1))}.placeholder-yellow-200\/0::placeholder{color:#fef08a00}.placeholder-yellow-200\/10::placeholder{color:#fef08a1a}.placeholder-yellow-200\/100::placeholder{color:#fef08a}.placeholder-yellow-200\/15::placeholder{color:#fef08a26}.placeholder-yellow-200\/20::placeholder{color:#fef08a33}.placeholder-yellow-200\/25::placeholder{color:#fef08a40}.placeholder-yellow-200\/30::placeholder{color:#fef08a4d}.placeholder-yellow-200\/35::placeholder{color:#fef08a59}.placeholder-yellow-200\/40::placeholder{color:#fef08a66}.placeholder-yellow-200\/45::placeholder{color:#fef08a73}.placeholder-yellow-200\/5::placeholder{color:#fef08a0d}.placeholder-yellow-200\/50::placeholder{color:#fef08a80}.placeholder-yellow-200\/55::placeholder{color:#fef08a8c}.placeholder-yellow-200\/60::placeholder{color:#fef08a99}.placeholder-yellow-200\/65::placeholder{color:#fef08aa6}.placeholder-yellow-200\/70::placeholder{color:#fef08ab3}.placeholder-yellow-200\/75::placeholder{color:#fef08abf}.placeholder-yellow-200\/80::placeholder{color:#fef08acc}.placeholder-yellow-200\/85::placeholder{color:#fef08ad9}.placeholder-yellow-200\/90::placeholder{color:#fef08ae6}.placeholder-yellow-200\/95::placeholder{color:#fef08af2}.placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgb(253 224 71/var(--tw-placeholder-opacity,1))}.placeholder-yellow-300\/0::placeholder{color:#fde04700}.placeholder-yellow-300\/10::placeholder{color:#fde0471a}.placeholder-yellow-300\/100::placeholder{color:#fde047}.placeholder-yellow-300\/15::placeholder{color:#fde04726}.placeholder-yellow-300\/20::placeholder{color:#fde04733}.placeholder-yellow-300\/25::placeholder{color:#fde04740}.placeholder-yellow-300\/30::placeholder{color:#fde0474d}.placeholder-yellow-300\/35::placeholder{color:#fde04759}.placeholder-yellow-300\/40::placeholder{color:#fde04766}.placeholder-yellow-300\/45::placeholder{color:#fde04773}.placeholder-yellow-300\/5::placeholder{color:#fde0470d}.placeholder-yellow-300\/50::placeholder{color:#fde04780}.placeholder-yellow-300\/55::placeholder{color:#fde0478c}.placeholder-yellow-300\/60::placeholder{color:#fde04799}.placeholder-yellow-300\/65::placeholder{color:#fde047a6}.placeholder-yellow-300\/70::placeholder{color:#fde047b3}.placeholder-yellow-300\/75::placeholder{color:#fde047bf}.placeholder-yellow-300\/80::placeholder{color:#fde047cc}.placeholder-yellow-300\/85::placeholder{color:#fde047d9}.placeholder-yellow-300\/90::placeholder{color:#fde047e6}.placeholder-yellow-300\/95::placeholder{color:#fde047f2}.placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgb(250 204 21/var(--tw-placeholder-opacity,1))}.placeholder-yellow-400\/0::placeholder{color:#facc1500}.placeholder-yellow-400\/10::placeholder{color:#facc151a}.placeholder-yellow-400\/100::placeholder{color:#facc15}.placeholder-yellow-400\/15::placeholder{color:#facc1526}.placeholder-yellow-400\/20::placeholder{color:#facc1533}.placeholder-yellow-400\/25::placeholder{color:#facc1540}.placeholder-yellow-400\/30::placeholder{color:#facc154d}.placeholder-yellow-400\/35::placeholder{color:#facc1559}.placeholder-yellow-400\/40::placeholder{color:#facc1566}.placeholder-yellow-400\/45::placeholder{color:#facc1573}.placeholder-yellow-400\/5::placeholder{color:#facc150d}.placeholder-yellow-400\/50::placeholder{color:#facc1580}.placeholder-yellow-400\/55::placeholder{color:#facc158c}.placeholder-yellow-400\/60::placeholder{color:#facc1599}.placeholder-yellow-400\/65::placeholder{color:#facc15a6}.placeholder-yellow-400\/70::placeholder{color:#facc15b3}.placeholder-yellow-400\/75::placeholder{color:#facc15bf}.placeholder-yellow-400\/80::placeholder{color:#facc15cc}.placeholder-yellow-400\/85::placeholder{color:#facc15d9}.placeholder-yellow-400\/90::placeholder{color:#facc15e6}.placeholder-yellow-400\/95::placeholder{color:#facc15f2}.placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgb(254 252 232/var(--tw-placeholder-opacity,1))}.placeholder-yellow-50\/0::placeholder{color:#fefce800}.placeholder-yellow-50\/10::placeholder{color:#fefce81a}.placeholder-yellow-50\/100::placeholder{color:#fefce8}.placeholder-yellow-50\/15::placeholder{color:#fefce826}.placeholder-yellow-50\/20::placeholder{color:#fefce833}.placeholder-yellow-50\/25::placeholder{color:#fefce840}.placeholder-yellow-50\/30::placeholder{color:#fefce84d}.placeholder-yellow-50\/35::placeholder{color:#fefce859}.placeholder-yellow-50\/40::placeholder{color:#fefce866}.placeholder-yellow-50\/45::placeholder{color:#fefce873}.placeholder-yellow-50\/5::placeholder{color:#fefce80d}.placeholder-yellow-50\/50::placeholder{color:#fefce880}.placeholder-yellow-50\/55::placeholder{color:#fefce88c}.placeholder-yellow-50\/60::placeholder{color:#fefce899}.placeholder-yellow-50\/65::placeholder{color:#fefce8a6}.placeholder-yellow-50\/70::placeholder{color:#fefce8b3}.placeholder-yellow-50\/75::placeholder{color:#fefce8bf}.placeholder-yellow-50\/80::placeholder{color:#fefce8cc}.placeholder-yellow-50\/85::placeholder{color:#fefce8d9}.placeholder-yellow-50\/90::placeholder{color:#fefce8e6}.placeholder-yellow-50\/95::placeholder{color:#fefce8f2}.placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgb(234 179 8/var(--tw-placeholder-opacity,1))}.placeholder-yellow-500\/0::placeholder{color:#eab30800}.placeholder-yellow-500\/10::placeholder{color:#eab3081a}.placeholder-yellow-500\/100::placeholder{color:#eab308}.placeholder-yellow-500\/15::placeholder{color:#eab30826}.placeholder-yellow-500\/20::placeholder{color:#eab30833}.placeholder-yellow-500\/25::placeholder{color:#eab30840}.placeholder-yellow-500\/30::placeholder{color:#eab3084d}.placeholder-yellow-500\/35::placeholder{color:#eab30859}.placeholder-yellow-500\/40::placeholder{color:#eab30866}.placeholder-yellow-500\/45::placeholder{color:#eab30873}.placeholder-yellow-500\/5::placeholder{color:#eab3080d}.placeholder-yellow-500\/50::placeholder{color:#eab30880}.placeholder-yellow-500\/55::placeholder{color:#eab3088c}.placeholder-yellow-500\/60::placeholder{color:#eab30899}.placeholder-yellow-500\/65::placeholder{color:#eab308a6}.placeholder-yellow-500\/70::placeholder{color:#eab308b3}.placeholder-yellow-500\/75::placeholder{color:#eab308bf}.placeholder-yellow-500\/80::placeholder{color:#eab308cc}.placeholder-yellow-500\/85::placeholder{color:#eab308d9}.placeholder-yellow-500\/90::placeholder{color:#eab308e6}.placeholder-yellow-500\/95::placeholder{color:#eab308f2}.placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgb(202 138 4/var(--tw-placeholder-opacity,1))}.placeholder-yellow-600\/0::placeholder{color:#ca8a0400}.placeholder-yellow-600\/10::placeholder{color:#ca8a041a}.placeholder-yellow-600\/100::placeholder{color:#ca8a04}.placeholder-yellow-600\/15::placeholder{color:#ca8a0426}.placeholder-yellow-600\/20::placeholder{color:#ca8a0433}.placeholder-yellow-600\/25::placeholder{color:#ca8a0440}.placeholder-yellow-600\/30::placeholder{color:#ca8a044d}.placeholder-yellow-600\/35::placeholder{color:#ca8a0459}.placeholder-yellow-600\/40::placeholder{color:#ca8a0466}.placeholder-yellow-600\/45::placeholder{color:#ca8a0473}.placeholder-yellow-600\/5::placeholder{color:#ca8a040d}.placeholder-yellow-600\/50::placeholder{color:#ca8a0480}.placeholder-yellow-600\/55::placeholder{color:#ca8a048c}.placeholder-yellow-600\/60::placeholder{color:#ca8a0499}.placeholder-yellow-600\/65::placeholder{color:#ca8a04a6}.placeholder-yellow-600\/70::placeholder{color:#ca8a04b3}.placeholder-yellow-600\/75::placeholder{color:#ca8a04bf}.placeholder-yellow-600\/80::placeholder{color:#ca8a04cc}.placeholder-yellow-600\/85::placeholder{color:#ca8a04d9}.placeholder-yellow-600\/90::placeholder{color:#ca8a04e6}.placeholder-yellow-600\/95::placeholder{color:#ca8a04f2}.placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgb(161 98 7/var(--tw-placeholder-opacity,1))}.placeholder-yellow-700\/0::placeholder{color:#a1620700}.placeholder-yellow-700\/10::placeholder{color:#a162071a}.placeholder-yellow-700\/100::placeholder{color:#a16207}.placeholder-yellow-700\/15::placeholder{color:#a1620726}.placeholder-yellow-700\/20::placeholder{color:#a1620733}.placeholder-yellow-700\/25::placeholder{color:#a1620740}.placeholder-yellow-700\/30::placeholder{color:#a162074d}.placeholder-yellow-700\/35::placeholder{color:#a1620759}.placeholder-yellow-700\/40::placeholder{color:#a1620766}.placeholder-yellow-700\/45::placeholder{color:#a1620773}.placeholder-yellow-700\/5::placeholder{color:#a162070d}.placeholder-yellow-700\/50::placeholder{color:#a1620780}.placeholder-yellow-700\/55::placeholder{color:#a162078c}.placeholder-yellow-700\/60::placeholder{color:#a1620799}.placeholder-yellow-700\/65::placeholder{color:#a16207a6}.placeholder-yellow-700\/70::placeholder{color:#a16207b3}.placeholder-yellow-700\/75::placeholder{color:#a16207bf}.placeholder-yellow-700\/80::placeholder{color:#a16207cc}.placeholder-yellow-700\/85::placeholder{color:#a16207d9}.placeholder-yellow-700\/90::placeholder{color:#a16207e6}.placeholder-yellow-700\/95::placeholder{color:#a16207f2}.placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgb(133 77 14/var(--tw-placeholder-opacity,1))}.placeholder-yellow-800\/0::placeholder{color:#854d0e00}.placeholder-yellow-800\/10::placeholder{color:#854d0e1a}.placeholder-yellow-800\/100::placeholder{color:#854d0e}.placeholder-yellow-800\/15::placeholder{color:#854d0e26}.placeholder-yellow-800\/20::placeholder{color:#854d0e33}.placeholder-yellow-800\/25::placeholder{color:#854d0e40}.placeholder-yellow-800\/30::placeholder{color:#854d0e4d}.placeholder-yellow-800\/35::placeholder{color:#854d0e59}.placeholder-yellow-800\/40::placeholder{color:#854d0e66}.placeholder-yellow-800\/45::placeholder{color:#854d0e73}.placeholder-yellow-800\/5::placeholder{color:#854d0e0d}.placeholder-yellow-800\/50::placeholder{color:#854d0e80}.placeholder-yellow-800\/55::placeholder{color:#854d0e8c}.placeholder-yellow-800\/60::placeholder{color:#854d0e99}.placeholder-yellow-800\/65::placeholder{color:#854d0ea6}.placeholder-yellow-800\/70::placeholder{color:#854d0eb3}.placeholder-yellow-800\/75::placeholder{color:#854d0ebf}.placeholder-yellow-800\/80::placeholder{color:#854d0ecc}.placeholder-yellow-800\/85::placeholder{color:#854d0ed9}.placeholder-yellow-800\/90::placeholder{color:#854d0ee6}.placeholder-yellow-800\/95::placeholder{color:#854d0ef2}.placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgb(113 63 18/var(--tw-placeholder-opacity,1))}.placeholder-yellow-900\/0::placeholder{color:#713f1200}.placeholder-yellow-900\/10::placeholder{color:#713f121a}.placeholder-yellow-900\/100::placeholder{color:#713f12}.placeholder-yellow-900\/15::placeholder{color:#713f1226}.placeholder-yellow-900\/20::placeholder{color:#713f1233}.placeholder-yellow-900\/25::placeholder{color:#713f1240}.placeholder-yellow-900\/30::placeholder{color:#713f124d}.placeholder-yellow-900\/35::placeholder{color:#713f1259}.placeholder-yellow-900\/40::placeholder{color:#713f1266}.placeholder-yellow-900\/45::placeholder{color:#713f1273}.placeholder-yellow-900\/5::placeholder{color:#713f120d}.placeholder-yellow-900\/50::placeholder{color:#713f1280}.placeholder-yellow-900\/55::placeholder{color:#713f128c}.placeholder-yellow-900\/60::placeholder{color:#713f1299}.placeholder-yellow-900\/65::placeholder{color:#713f12a6}.placeholder-yellow-900\/70::placeholder{color:#713f12b3}.placeholder-yellow-900\/75::placeholder{color:#713f12bf}.placeholder-yellow-900\/80::placeholder{color:#713f12cc}.placeholder-yellow-900\/85::placeholder{color:#713f12d9}.placeholder-yellow-900\/90::placeholder{color:#713f12e6}.placeholder-yellow-900\/95::placeholder{color:#713f12f2}.placeholder-yellow-950::placeholder{--tw-placeholder-opacity:1;color:rgb(66 32 6/var(--tw-placeholder-opacity,1))}.placeholder-yellow-950\/0::placeholder{color:#42200600}.placeholder-yellow-950\/10::placeholder{color:#4220061a}.placeholder-yellow-950\/100::placeholder{color:#422006}.placeholder-yellow-950\/15::placeholder{color:#42200626}.placeholder-yellow-950\/20::placeholder{color:#42200633}.placeholder-yellow-950\/25::placeholder{color:#42200640}.placeholder-yellow-950\/30::placeholder{color:#4220064d}.placeholder-yellow-950\/35::placeholder{color:#42200659}.placeholder-yellow-950\/40::placeholder{color:#42200666}.placeholder-yellow-950\/45::placeholder{color:#42200673}.placeholder-yellow-950\/5::placeholder{color:#4220060d}.placeholder-yellow-950\/50::placeholder{color:#42200680}.placeholder-yellow-950\/55::placeholder{color:#4220068c}.placeholder-yellow-950\/60::placeholder{color:#42200699}.placeholder-yellow-950\/65::placeholder{color:#422006a6}.placeholder-yellow-950\/70::placeholder{color:#422006b3}.placeholder-yellow-950\/75::placeholder{color:#422006bf}.placeholder-yellow-950\/80::placeholder{color:#422006cc}.placeholder-yellow-950\/85::placeholder{color:#422006d9}.placeholder-yellow-950\/90::placeholder{color:#422006e6}.placeholder-yellow-950\/95::placeholder{color:#422006f2}.caret-yellow-100{caret-color:#fef9c3}.caret-yellow-100\/0{caret-color:#fef9c300}.caret-yellow-100\/10{caret-color:#fef9c31a}.caret-yellow-100\/100{caret-color:#fef9c3}.caret-yellow-100\/15{caret-color:#fef9c326}.caret-yellow-100\/20{caret-color:#fef9c333}.caret-yellow-100\/25{caret-color:#fef9c340}.caret-yellow-100\/30{caret-color:#fef9c34d}.caret-yellow-100\/35{caret-color:#fef9c359}.caret-yellow-100\/40{caret-color:#fef9c366}.caret-yellow-100\/45{caret-color:#fef9c373}.caret-yellow-100\/5{caret-color:#fef9c30d}.caret-yellow-100\/50{caret-color:#fef9c380}.caret-yellow-100\/55{caret-color:#fef9c38c}.caret-yellow-100\/60{caret-color:#fef9c399}.caret-yellow-100\/65{caret-color:#fef9c3a6}.caret-yellow-100\/70{caret-color:#fef9c3b3}.caret-yellow-100\/75{caret-color:#fef9c3bf}.caret-yellow-100\/80{caret-color:#fef9c3cc}.caret-yellow-100\/85{caret-color:#fef9c3d9}.caret-yellow-100\/90{caret-color:#fef9c3e6}.caret-yellow-100\/95{caret-color:#fef9c3f2}.caret-yellow-200{caret-color:#fef08a}.caret-yellow-200\/0{caret-color:#fef08a00}.caret-yellow-200\/10{caret-color:#fef08a1a}.caret-yellow-200\/100{caret-color:#fef08a}.caret-yellow-200\/15{caret-color:#fef08a26}.caret-yellow-200\/20{caret-color:#fef08a33}.caret-yellow-200\/25{caret-color:#fef08a40}.caret-yellow-200\/30{caret-color:#fef08a4d}.caret-yellow-200\/35{caret-color:#fef08a59}.caret-yellow-200\/40{caret-color:#fef08a66}.caret-yellow-200\/45{caret-color:#fef08a73}.caret-yellow-200\/5{caret-color:#fef08a0d}.caret-yellow-200\/50{caret-color:#fef08a80}.caret-yellow-200\/55{caret-color:#fef08a8c}.caret-yellow-200\/60{caret-color:#fef08a99}.caret-yellow-200\/65{caret-color:#fef08aa6}.caret-yellow-200\/70{caret-color:#fef08ab3}.caret-yellow-200\/75{caret-color:#fef08abf}.caret-yellow-200\/80{caret-color:#fef08acc}.caret-yellow-200\/85{caret-color:#fef08ad9}.caret-yellow-200\/90{caret-color:#fef08ae6}.caret-yellow-200\/95{caret-color:#fef08af2}.caret-yellow-300{caret-color:#fde047}.caret-yellow-300\/0{caret-color:#fde04700}.caret-yellow-300\/10{caret-color:#fde0471a}.caret-yellow-300\/100{caret-color:#fde047}.caret-yellow-300\/15{caret-color:#fde04726}.caret-yellow-300\/20{caret-color:#fde04733}.caret-yellow-300\/25{caret-color:#fde04740}.caret-yellow-300\/30{caret-color:#fde0474d}.caret-yellow-300\/35{caret-color:#fde04759}.caret-yellow-300\/40{caret-color:#fde04766}.caret-yellow-300\/45{caret-color:#fde04773}.caret-yellow-300\/5{caret-color:#fde0470d}.caret-yellow-300\/50{caret-color:#fde04780}.caret-yellow-300\/55{caret-color:#fde0478c}.caret-yellow-300\/60{caret-color:#fde04799}.caret-yellow-300\/65{caret-color:#fde047a6}.caret-yellow-300\/70{caret-color:#fde047b3}.caret-yellow-300\/75{caret-color:#fde047bf}.caret-yellow-300\/80{caret-color:#fde047cc}.caret-yellow-300\/85{caret-color:#fde047d9}.caret-yellow-300\/90{caret-color:#fde047e6}.caret-yellow-300\/95{caret-color:#fde047f2}.caret-yellow-400{caret-color:#facc15}.caret-yellow-400\/0{caret-color:#facc1500}.caret-yellow-400\/10{caret-color:#facc151a}.caret-yellow-400\/100{caret-color:#facc15}.caret-yellow-400\/15{caret-color:#facc1526}.caret-yellow-400\/20{caret-color:#facc1533}.caret-yellow-400\/25{caret-color:#facc1540}.caret-yellow-400\/30{caret-color:#facc154d}.caret-yellow-400\/35{caret-color:#facc1559}.caret-yellow-400\/40{caret-color:#facc1566}.caret-yellow-400\/45{caret-color:#facc1573}.caret-yellow-400\/5{caret-color:#facc150d}.caret-yellow-400\/50{caret-color:#facc1580}.caret-yellow-400\/55{caret-color:#facc158c}.caret-yellow-400\/60{caret-color:#facc1599}.caret-yellow-400\/65{caret-color:#facc15a6}.caret-yellow-400\/70{caret-color:#facc15b3}.caret-yellow-400\/75{caret-color:#facc15bf}.caret-yellow-400\/80{caret-color:#facc15cc}.caret-yellow-400\/85{caret-color:#facc15d9}.caret-yellow-400\/90{caret-color:#facc15e6}.caret-yellow-400\/95{caret-color:#facc15f2}.caret-yellow-50{caret-color:#fefce8}.caret-yellow-50\/0{caret-color:#fefce800}.caret-yellow-50\/10{caret-color:#fefce81a}.caret-yellow-50\/100{caret-color:#fefce8}.caret-yellow-50\/15{caret-color:#fefce826}.caret-yellow-50\/20{caret-color:#fefce833}.caret-yellow-50\/25{caret-color:#fefce840}.caret-yellow-50\/30{caret-color:#fefce84d}.caret-yellow-50\/35{caret-color:#fefce859}.caret-yellow-50\/40{caret-color:#fefce866}.caret-yellow-50\/45{caret-color:#fefce873}.caret-yellow-50\/5{caret-color:#fefce80d}.caret-yellow-50\/50{caret-color:#fefce880}.caret-yellow-50\/55{caret-color:#fefce88c}.caret-yellow-50\/60{caret-color:#fefce899}.caret-yellow-50\/65{caret-color:#fefce8a6}.caret-yellow-50\/70{caret-color:#fefce8b3}.caret-yellow-50\/75{caret-color:#fefce8bf}.caret-yellow-50\/80{caret-color:#fefce8cc}.caret-yellow-50\/85{caret-color:#fefce8d9}.caret-yellow-50\/90{caret-color:#fefce8e6}.caret-yellow-50\/95{caret-color:#fefce8f2}.caret-yellow-500{caret-color:#eab308}.caret-yellow-500\/0{caret-color:#eab30800}.caret-yellow-500\/10{caret-color:#eab3081a}.caret-yellow-500\/100{caret-color:#eab308}.caret-yellow-500\/15{caret-color:#eab30826}.caret-yellow-500\/20{caret-color:#eab30833}.caret-yellow-500\/25{caret-color:#eab30840}.caret-yellow-500\/30{caret-color:#eab3084d}.caret-yellow-500\/35{caret-color:#eab30859}.caret-yellow-500\/40{caret-color:#eab30866}.caret-yellow-500\/45{caret-color:#eab30873}.caret-yellow-500\/5{caret-color:#eab3080d}.caret-yellow-500\/50{caret-color:#eab30880}.caret-yellow-500\/55{caret-color:#eab3088c}.caret-yellow-500\/60{caret-color:#eab30899}.caret-yellow-500\/65{caret-color:#eab308a6}.caret-yellow-500\/70{caret-color:#eab308b3}.caret-yellow-500\/75{caret-color:#eab308bf}.caret-yellow-500\/80{caret-color:#eab308cc}.caret-yellow-500\/85{caret-color:#eab308d9}.caret-yellow-500\/90{caret-color:#eab308e6}.caret-yellow-500\/95{caret-color:#eab308f2}.caret-yellow-600{caret-color:#ca8a04}.caret-yellow-600\/0{caret-color:#ca8a0400}.caret-yellow-600\/10{caret-color:#ca8a041a}.caret-yellow-600\/100{caret-color:#ca8a04}.caret-yellow-600\/15{caret-color:#ca8a0426}.caret-yellow-600\/20{caret-color:#ca8a0433}.caret-yellow-600\/25{caret-color:#ca8a0440}.caret-yellow-600\/30{caret-color:#ca8a044d}.caret-yellow-600\/35{caret-color:#ca8a0459}.caret-yellow-600\/40{caret-color:#ca8a0466}.caret-yellow-600\/45{caret-color:#ca8a0473}.caret-yellow-600\/5{caret-color:#ca8a040d}.caret-yellow-600\/50{caret-color:#ca8a0480}.caret-yellow-600\/55{caret-color:#ca8a048c}.caret-yellow-600\/60{caret-color:#ca8a0499}.caret-yellow-600\/65{caret-color:#ca8a04a6}.caret-yellow-600\/70{caret-color:#ca8a04b3}.caret-yellow-600\/75{caret-color:#ca8a04bf}.caret-yellow-600\/80{caret-color:#ca8a04cc}.caret-yellow-600\/85{caret-color:#ca8a04d9}.caret-yellow-600\/90{caret-color:#ca8a04e6}.caret-yellow-600\/95{caret-color:#ca8a04f2}.caret-yellow-700{caret-color:#a16207}.caret-yellow-700\/0{caret-color:#a1620700}.caret-yellow-700\/10{caret-color:#a162071a}.caret-yellow-700\/100{caret-color:#a16207}.caret-yellow-700\/15{caret-color:#a1620726}.caret-yellow-700\/20{caret-color:#a1620733}.caret-yellow-700\/25{caret-color:#a1620740}.caret-yellow-700\/30{caret-color:#a162074d}.caret-yellow-700\/35{caret-color:#a1620759}.caret-yellow-700\/40{caret-color:#a1620766}.caret-yellow-700\/45{caret-color:#a1620773}.caret-yellow-700\/5{caret-color:#a162070d}.caret-yellow-700\/50{caret-color:#a1620780}.caret-yellow-700\/55{caret-color:#a162078c}.caret-yellow-700\/60{caret-color:#a1620799}.caret-yellow-700\/65{caret-color:#a16207a6}.caret-yellow-700\/70{caret-color:#a16207b3}.caret-yellow-700\/75{caret-color:#a16207bf}.caret-yellow-700\/80{caret-color:#a16207cc}.caret-yellow-700\/85{caret-color:#a16207d9}.caret-yellow-700\/90{caret-color:#a16207e6}.caret-yellow-700\/95{caret-color:#a16207f2}.caret-yellow-800{caret-color:#854d0e}.caret-yellow-800\/0{caret-color:#854d0e00}.caret-yellow-800\/10{caret-color:#854d0e1a}.caret-yellow-800\/100{caret-color:#854d0e}.caret-yellow-800\/15{caret-color:#854d0e26}.caret-yellow-800\/20{caret-color:#854d0e33}.caret-yellow-800\/25{caret-color:#854d0e40}.caret-yellow-800\/30{caret-color:#854d0e4d}.caret-yellow-800\/35{caret-color:#854d0e59}.caret-yellow-800\/40{caret-color:#854d0e66}.caret-yellow-800\/45{caret-color:#854d0e73}.caret-yellow-800\/5{caret-color:#854d0e0d}.caret-yellow-800\/50{caret-color:#854d0e80}.caret-yellow-800\/55{caret-color:#854d0e8c}.caret-yellow-800\/60{caret-color:#854d0e99}.caret-yellow-800\/65{caret-color:#854d0ea6}.caret-yellow-800\/70{caret-color:#854d0eb3}.caret-yellow-800\/75{caret-color:#854d0ebf}.caret-yellow-800\/80{caret-color:#854d0ecc}.caret-yellow-800\/85{caret-color:#854d0ed9}.caret-yellow-800\/90{caret-color:#854d0ee6}.caret-yellow-800\/95{caret-color:#854d0ef2}.caret-yellow-900{caret-color:#713f12}.caret-yellow-900\/0{caret-color:#713f1200}.caret-yellow-900\/10{caret-color:#713f121a}.caret-yellow-900\/100{caret-color:#713f12}.caret-yellow-900\/15{caret-color:#713f1226}.caret-yellow-900\/20{caret-color:#713f1233}.caret-yellow-900\/25{caret-color:#713f1240}.caret-yellow-900\/30{caret-color:#713f124d}.caret-yellow-900\/35{caret-color:#713f1259}.caret-yellow-900\/40{caret-color:#713f1266}.caret-yellow-900\/45{caret-color:#713f1273}.caret-yellow-900\/5{caret-color:#713f120d}.caret-yellow-900\/50{caret-color:#713f1280}.caret-yellow-900\/55{caret-color:#713f128c}.caret-yellow-900\/60{caret-color:#713f1299}.caret-yellow-900\/65{caret-color:#713f12a6}.caret-yellow-900\/70{caret-color:#713f12b3}.caret-yellow-900\/75{caret-color:#713f12bf}.caret-yellow-900\/80{caret-color:#713f12cc}.caret-yellow-900\/85{caret-color:#713f12d9}.caret-yellow-900\/90{caret-color:#713f12e6}.caret-yellow-900\/95{caret-color:#713f12f2}.caret-yellow-950{caret-color:#422006}.caret-yellow-950\/0{caret-color:#42200600}.caret-yellow-950\/10{caret-color:#4220061a}.caret-yellow-950\/100{caret-color:#422006}.caret-yellow-950\/15{caret-color:#42200626}.caret-yellow-950\/20{caret-color:#42200633}.caret-yellow-950\/25{caret-color:#42200640}.caret-yellow-950\/30{caret-color:#4220064d}.caret-yellow-950\/35{caret-color:#42200659}.caret-yellow-950\/40{caret-color:#42200666}.caret-yellow-950\/45{caret-color:#42200673}.caret-yellow-950\/5{caret-color:#4220060d}.caret-yellow-950\/50{caret-color:#42200680}.caret-yellow-950\/55{caret-color:#4220068c}.caret-yellow-950\/60{caret-color:#42200699}.caret-yellow-950\/65{caret-color:#422006a6}.caret-yellow-950\/70{caret-color:#422006b3}.caret-yellow-950\/75{caret-color:#422006bf}.caret-yellow-950\/80{caret-color:#422006cc}.caret-yellow-950\/85{caret-color:#422006d9}.caret-yellow-950\/90{caret-color:#422006e6}.caret-yellow-950\/95{caret-color:#422006f2}.accent-yellow-100{accent-color:#fef9c3}.accent-yellow-100\/0{accent-color:#fef9c300}.accent-yellow-100\/10{accent-color:#fef9c31a}.accent-yellow-100\/100{accent-color:#fef9c3}.accent-yellow-100\/15{accent-color:#fef9c326}.accent-yellow-100\/20{accent-color:#fef9c333}.accent-yellow-100\/25{accent-color:#fef9c340}.accent-yellow-100\/30{accent-color:#fef9c34d}.accent-yellow-100\/35{accent-color:#fef9c359}.accent-yellow-100\/40{accent-color:#fef9c366}.accent-yellow-100\/45{accent-color:#fef9c373}.accent-yellow-100\/5{accent-color:#fef9c30d}.accent-yellow-100\/50{accent-color:#fef9c380}.accent-yellow-100\/55{accent-color:#fef9c38c}.accent-yellow-100\/60{accent-color:#fef9c399}.accent-yellow-100\/65{accent-color:#fef9c3a6}.accent-yellow-100\/70{accent-color:#fef9c3b3}.accent-yellow-100\/75{accent-color:#fef9c3bf}.accent-yellow-100\/80{accent-color:#fef9c3cc}.accent-yellow-100\/85{accent-color:#fef9c3d9}.accent-yellow-100\/90{accent-color:#fef9c3e6}.accent-yellow-100\/95{accent-color:#fef9c3f2}.accent-yellow-200{accent-color:#fef08a}.accent-yellow-200\/0{accent-color:#fef08a00}.accent-yellow-200\/10{accent-color:#fef08a1a}.accent-yellow-200\/100{accent-color:#fef08a}.accent-yellow-200\/15{accent-color:#fef08a26}.accent-yellow-200\/20{accent-color:#fef08a33}.accent-yellow-200\/25{accent-color:#fef08a40}.accent-yellow-200\/30{accent-color:#fef08a4d}.accent-yellow-200\/35{accent-color:#fef08a59}.accent-yellow-200\/40{accent-color:#fef08a66}.accent-yellow-200\/45{accent-color:#fef08a73}.accent-yellow-200\/5{accent-color:#fef08a0d}.accent-yellow-200\/50{accent-color:#fef08a80}.accent-yellow-200\/55{accent-color:#fef08a8c}.accent-yellow-200\/60{accent-color:#fef08a99}.accent-yellow-200\/65{accent-color:#fef08aa6}.accent-yellow-200\/70{accent-color:#fef08ab3}.accent-yellow-200\/75{accent-color:#fef08abf}.accent-yellow-200\/80{accent-color:#fef08acc}.accent-yellow-200\/85{accent-color:#fef08ad9}.accent-yellow-200\/90{accent-color:#fef08ae6}.accent-yellow-200\/95{accent-color:#fef08af2}.accent-yellow-300{accent-color:#fde047}.accent-yellow-300\/0{accent-color:#fde04700}.accent-yellow-300\/10{accent-color:#fde0471a}.accent-yellow-300\/100{accent-color:#fde047}.accent-yellow-300\/15{accent-color:#fde04726}.accent-yellow-300\/20{accent-color:#fde04733}.accent-yellow-300\/25{accent-color:#fde04740}.accent-yellow-300\/30{accent-color:#fde0474d}.accent-yellow-300\/35{accent-color:#fde04759}.accent-yellow-300\/40{accent-color:#fde04766}.accent-yellow-300\/45{accent-color:#fde04773}.accent-yellow-300\/5{accent-color:#fde0470d}.accent-yellow-300\/50{accent-color:#fde04780}.accent-yellow-300\/55{accent-color:#fde0478c}.accent-yellow-300\/60{accent-color:#fde04799}.accent-yellow-300\/65{accent-color:#fde047a6}.accent-yellow-300\/70{accent-color:#fde047b3}.accent-yellow-300\/75{accent-color:#fde047bf}.accent-yellow-300\/80{accent-color:#fde047cc}.accent-yellow-300\/85{accent-color:#fde047d9}.accent-yellow-300\/90{accent-color:#fde047e6}.accent-yellow-300\/95{accent-color:#fde047f2}.accent-yellow-400{accent-color:#facc15}.accent-yellow-400\/0{accent-color:#facc1500}.accent-yellow-400\/10{accent-color:#facc151a}.accent-yellow-400\/100{accent-color:#facc15}.accent-yellow-400\/15{accent-color:#facc1526}.accent-yellow-400\/20{accent-color:#facc1533}.accent-yellow-400\/25{accent-color:#facc1540}.accent-yellow-400\/30{accent-color:#facc154d}.accent-yellow-400\/35{accent-color:#facc1559}.accent-yellow-400\/40{accent-color:#facc1566}.accent-yellow-400\/45{accent-color:#facc1573}.accent-yellow-400\/5{accent-color:#facc150d}.accent-yellow-400\/50{accent-color:#facc1580}.accent-yellow-400\/55{accent-color:#facc158c}.accent-yellow-400\/60{accent-color:#facc1599}.accent-yellow-400\/65{accent-color:#facc15a6}.accent-yellow-400\/70{accent-color:#facc15b3}.accent-yellow-400\/75{accent-color:#facc15bf}.accent-yellow-400\/80{accent-color:#facc15cc}.accent-yellow-400\/85{accent-color:#facc15d9}.accent-yellow-400\/90{accent-color:#facc15e6}.accent-yellow-400\/95{accent-color:#facc15f2}.accent-yellow-50{accent-color:#fefce8}.accent-yellow-50\/0{accent-color:#fefce800}.accent-yellow-50\/10{accent-color:#fefce81a}.accent-yellow-50\/100{accent-color:#fefce8}.accent-yellow-50\/15{accent-color:#fefce826}.accent-yellow-50\/20{accent-color:#fefce833}.accent-yellow-50\/25{accent-color:#fefce840}.accent-yellow-50\/30{accent-color:#fefce84d}.accent-yellow-50\/35{accent-color:#fefce859}.accent-yellow-50\/40{accent-color:#fefce866}.accent-yellow-50\/45{accent-color:#fefce873}.accent-yellow-50\/5{accent-color:#fefce80d}.accent-yellow-50\/50{accent-color:#fefce880}.accent-yellow-50\/55{accent-color:#fefce88c}.accent-yellow-50\/60{accent-color:#fefce899}.accent-yellow-50\/65{accent-color:#fefce8a6}.accent-yellow-50\/70{accent-color:#fefce8b3}.accent-yellow-50\/75{accent-color:#fefce8bf}.accent-yellow-50\/80{accent-color:#fefce8cc}.accent-yellow-50\/85{accent-color:#fefce8d9}.accent-yellow-50\/90{accent-color:#fefce8e6}.accent-yellow-50\/95{accent-color:#fefce8f2}.accent-yellow-500{accent-color:#eab308}.accent-yellow-500\/0{accent-color:#eab30800}.accent-yellow-500\/10{accent-color:#eab3081a}.accent-yellow-500\/100{accent-color:#eab308}.accent-yellow-500\/15{accent-color:#eab30826}.accent-yellow-500\/20{accent-color:#eab30833}.accent-yellow-500\/25{accent-color:#eab30840}.accent-yellow-500\/30{accent-color:#eab3084d}.accent-yellow-500\/35{accent-color:#eab30859}.accent-yellow-500\/40{accent-color:#eab30866}.accent-yellow-500\/45{accent-color:#eab30873}.accent-yellow-500\/5{accent-color:#eab3080d}.accent-yellow-500\/50{accent-color:#eab30880}.accent-yellow-500\/55{accent-color:#eab3088c}.accent-yellow-500\/60{accent-color:#eab30899}.accent-yellow-500\/65{accent-color:#eab308a6}.accent-yellow-500\/70{accent-color:#eab308b3}.accent-yellow-500\/75{accent-color:#eab308bf}.accent-yellow-500\/80{accent-color:#eab308cc}.accent-yellow-500\/85{accent-color:#eab308d9}.accent-yellow-500\/90{accent-color:#eab308e6}.accent-yellow-500\/95{accent-color:#eab308f2}.accent-yellow-600{accent-color:#ca8a04}.accent-yellow-600\/0{accent-color:#ca8a0400}.accent-yellow-600\/10{accent-color:#ca8a041a}.accent-yellow-600\/100{accent-color:#ca8a04}.accent-yellow-600\/15{accent-color:#ca8a0426}.accent-yellow-600\/20{accent-color:#ca8a0433}.accent-yellow-600\/25{accent-color:#ca8a0440}.accent-yellow-600\/30{accent-color:#ca8a044d}.accent-yellow-600\/35{accent-color:#ca8a0459}.accent-yellow-600\/40{accent-color:#ca8a0466}.accent-yellow-600\/45{accent-color:#ca8a0473}.accent-yellow-600\/5{accent-color:#ca8a040d}.accent-yellow-600\/50{accent-color:#ca8a0480}.accent-yellow-600\/55{accent-color:#ca8a048c}.accent-yellow-600\/60{accent-color:#ca8a0499}.accent-yellow-600\/65{accent-color:#ca8a04a6}.accent-yellow-600\/70{accent-color:#ca8a04b3}.accent-yellow-600\/75{accent-color:#ca8a04bf}.accent-yellow-600\/80{accent-color:#ca8a04cc}.accent-yellow-600\/85{accent-color:#ca8a04d9}.accent-yellow-600\/90{accent-color:#ca8a04e6}.accent-yellow-600\/95{accent-color:#ca8a04f2}.accent-yellow-700{accent-color:#a16207}.accent-yellow-700\/0{accent-color:#a1620700}.accent-yellow-700\/10{accent-color:#a162071a}.accent-yellow-700\/100{accent-color:#a16207}.accent-yellow-700\/15{accent-color:#a1620726}.accent-yellow-700\/20{accent-color:#a1620733}.accent-yellow-700\/25{accent-color:#a1620740}.accent-yellow-700\/30{accent-color:#a162074d}.accent-yellow-700\/35{accent-color:#a1620759}.accent-yellow-700\/40{accent-color:#a1620766}.accent-yellow-700\/45{accent-color:#a1620773}.accent-yellow-700\/5{accent-color:#a162070d}.accent-yellow-700\/50{accent-color:#a1620780}.accent-yellow-700\/55{accent-color:#a162078c}.accent-yellow-700\/60{accent-color:#a1620799}.accent-yellow-700\/65{accent-color:#a16207a6}.accent-yellow-700\/70{accent-color:#a16207b3}.accent-yellow-700\/75{accent-color:#a16207bf}.accent-yellow-700\/80{accent-color:#a16207cc}.accent-yellow-700\/85{accent-color:#a16207d9}.accent-yellow-700\/90{accent-color:#a16207e6}.accent-yellow-700\/95{accent-color:#a16207f2}.accent-yellow-800{accent-color:#854d0e}.accent-yellow-800\/0{accent-color:#854d0e00}.accent-yellow-800\/10{accent-color:#854d0e1a}.accent-yellow-800\/100{accent-color:#854d0e}.accent-yellow-800\/15{accent-color:#854d0e26}.accent-yellow-800\/20{accent-color:#854d0e33}.accent-yellow-800\/25{accent-color:#854d0e40}.accent-yellow-800\/30{accent-color:#854d0e4d}.accent-yellow-800\/35{accent-color:#854d0e59}.accent-yellow-800\/40{accent-color:#854d0e66}.accent-yellow-800\/45{accent-color:#854d0e73}.accent-yellow-800\/5{accent-color:#854d0e0d}.accent-yellow-800\/50{accent-color:#854d0e80}.accent-yellow-800\/55{accent-color:#854d0e8c}.accent-yellow-800\/60{accent-color:#854d0e99}.accent-yellow-800\/65{accent-color:#854d0ea6}.accent-yellow-800\/70{accent-color:#854d0eb3}.accent-yellow-800\/75{accent-color:#854d0ebf}.accent-yellow-800\/80{accent-color:#854d0ecc}.accent-yellow-800\/85{accent-color:#854d0ed9}.accent-yellow-800\/90{accent-color:#854d0ee6}.accent-yellow-800\/95{accent-color:#854d0ef2}.accent-yellow-900{accent-color:#713f12}.accent-yellow-900\/0{accent-color:#713f1200}.accent-yellow-900\/10{accent-color:#713f121a}.accent-yellow-900\/100{accent-color:#713f12}.accent-yellow-900\/15{accent-color:#713f1226}.accent-yellow-900\/20{accent-color:#713f1233}.accent-yellow-900\/25{accent-color:#713f1240}.accent-yellow-900\/30{accent-color:#713f124d}.accent-yellow-900\/35{accent-color:#713f1259}.accent-yellow-900\/40{accent-color:#713f1266}.accent-yellow-900\/45{accent-color:#713f1273}.accent-yellow-900\/5{accent-color:#713f120d}.accent-yellow-900\/50{accent-color:#713f1280}.accent-yellow-900\/55{accent-color:#713f128c}.accent-yellow-900\/60{accent-color:#713f1299}.accent-yellow-900\/65{accent-color:#713f12a6}.accent-yellow-900\/70{accent-color:#713f12b3}.accent-yellow-900\/75{accent-color:#713f12bf}.accent-yellow-900\/80{accent-color:#713f12cc}.accent-yellow-900\/85{accent-color:#713f12d9}.accent-yellow-900\/90{accent-color:#713f12e6}.accent-yellow-900\/95{accent-color:#713f12f2}.accent-yellow-950{accent-color:#422006}.accent-yellow-950\/0{accent-color:#42200600}.accent-yellow-950\/10{accent-color:#4220061a}.accent-yellow-950\/100{accent-color:#422006}.accent-yellow-950\/15{accent-color:#42200626}.accent-yellow-950\/20{accent-color:#42200633}.accent-yellow-950\/25{accent-color:#42200640}.accent-yellow-950\/30{accent-color:#4220064d}.accent-yellow-950\/35{accent-color:#42200659}.accent-yellow-950\/40{accent-color:#42200666}.accent-yellow-950\/45{accent-color:#42200673}.accent-yellow-950\/5{accent-color:#4220060d}.accent-yellow-950\/50{accent-color:#42200680}.accent-yellow-950\/55{accent-color:#4220068c}.accent-yellow-950\/60{accent-color:#42200699}.accent-yellow-950\/65{accent-color:#422006a6}.accent-yellow-950\/70{accent-color:#422006b3}.accent-yellow-950\/75{accent-color:#422006bf}.accent-yellow-950\/80{accent-color:#422006cc}.accent-yellow-950\/85{accent-color:#422006d9}.accent-yellow-950\/90{accent-color:#422006e6}.accent-yellow-950\/95{accent-color:#422006f2}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 #0000000d;--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-black\/5{--tw-shadow-color:#0000000d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100{--tw-shadow-color:#fef9c3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/0{--tw-shadow-color:#fef9c300;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/10{--tw-shadow-color:#fef9c31a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/100{--tw-shadow-color:#fef9c3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/15{--tw-shadow-color:#fef9c326;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/20{--tw-shadow-color:#fef9c333;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/25{--tw-shadow-color:#fef9c340;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/30{--tw-shadow-color:#fef9c34d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/35{--tw-shadow-color:#fef9c359;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/40{--tw-shadow-color:#fef9c366;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/45{--tw-shadow-color:#fef9c373;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/5{--tw-shadow-color:#fef9c30d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/50{--tw-shadow-color:#fef9c380;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/55{--tw-shadow-color:#fef9c38c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/60{--tw-shadow-color:#fef9c399;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/65{--tw-shadow-color:#fef9c3a6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/70{--tw-shadow-color:#fef9c3b3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/75{--tw-shadow-color:#fef9c3bf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/80{--tw-shadow-color:#fef9c3cc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/85{--tw-shadow-color:#fef9c3d9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/90{--tw-shadow-color:#fef9c3e6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/95{--tw-shadow-color:#fef9c3f2;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200{--tw-shadow-color:#fef08a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/0{--tw-shadow-color:#fef08a00;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/10{--tw-shadow-color:#fef08a1a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/100{--tw-shadow-color:#fef08a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/15{--tw-shadow-color:#fef08a26;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/20{--tw-shadow-color:#fef08a33;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/25{--tw-shadow-color:#fef08a40;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/30{--tw-shadow-color:#fef08a4d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/35{--tw-shadow-color:#fef08a59;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/40{--tw-shadow-color:#fef08a66;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/45{--tw-shadow-color:#fef08a73;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/5{--tw-shadow-color:#fef08a0d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/50{--tw-shadow-color:#fef08a80;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/55{--tw-shadow-color:#fef08a8c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/60{--tw-shadow-color:#fef08a99;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/65{--tw-shadow-color:#fef08aa6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/70{--tw-shadow-color:#fef08ab3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/75{--tw-shadow-color:#fef08abf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/80{--tw-shadow-color:#fef08acc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/85{--tw-shadow-color:#fef08ad9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/90{--tw-shadow-color:#fef08ae6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200\/95{--tw-shadow-color:#fef08af2;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300{--tw-shadow-color:#fde047;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/0{--tw-shadow-color:#fde04700;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/10{--tw-shadow-color:#fde0471a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/100{--tw-shadow-color:#fde047;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/15{--tw-shadow-color:#fde04726;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/20{--tw-shadow-color:#fde04733;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/25{--tw-shadow-color:#fde04740;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/30{--tw-shadow-color:#fde0474d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/35{--tw-shadow-color:#fde04759;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/40{--tw-shadow-color:#fde04766;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/45{--tw-shadow-color:#fde04773;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/5{--tw-shadow-color:#fde0470d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/50{--tw-shadow-color:#fde04780;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/55{--tw-shadow-color:#fde0478c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/60{--tw-shadow-color:#fde04799;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/65{--tw-shadow-color:#fde047a6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/70{--tw-shadow-color:#fde047b3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/75{--tw-shadow-color:#fde047bf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/80{--tw-shadow-color:#fde047cc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/85{--tw-shadow-color:#fde047d9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/90{--tw-shadow-color:#fde047e6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-300\/95{--tw-shadow-color:#fde047f2;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400{--tw-shadow-color:#facc15;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/0{--tw-shadow-color:#facc1500;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/10{--tw-shadow-color:#facc151a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/100{--tw-shadow-color:#facc15;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/15{--tw-shadow-color:#facc1526;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/20{--tw-shadow-color:#facc1533;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/25{--tw-shadow-color:#facc1540;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/30{--tw-shadow-color:#facc154d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/35{--tw-shadow-color:#facc1559;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/40{--tw-shadow-color:#facc1566;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/45{--tw-shadow-color:#facc1573;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/5{--tw-shadow-color:#facc150d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/50{--tw-shadow-color:#facc1580;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/55{--tw-shadow-color:#facc158c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/60{--tw-shadow-color:#facc1599;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/65{--tw-shadow-color:#facc15a6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/70{--tw-shadow-color:#facc15b3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/75{--tw-shadow-color:#facc15bf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/80{--tw-shadow-color:#facc15cc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/85{--tw-shadow-color:#facc15d9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/90{--tw-shadow-color:#facc15e6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-400\/95{--tw-shadow-color:#facc15f2;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50{--tw-shadow-color:#fefce8;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/0{--tw-shadow-color:#fefce800;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/10{--tw-shadow-color:#fefce81a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/100{--tw-shadow-color:#fefce8;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/15{--tw-shadow-color:#fefce826;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/20{--tw-shadow-color:#fefce833;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/25{--tw-shadow-color:#fefce840;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/30{--tw-shadow-color:#fefce84d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/35{--tw-shadow-color:#fefce859;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/40{--tw-shadow-color:#fefce866;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/45{--tw-shadow-color:#fefce873;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/5{--tw-shadow-color:#fefce80d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/50{--tw-shadow-color:#fefce880;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/55{--tw-shadow-color:#fefce88c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/60{--tw-shadow-color:#fefce899;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/65{--tw-shadow-color:#fefce8a6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/70{--tw-shadow-color:#fefce8b3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/75{--tw-shadow-color:#fefce8bf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/80{--tw-shadow-color:#fefce8cc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/85{--tw-shadow-color:#fefce8d9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/90{--tw-shadow-color:#fefce8e6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-50\/95{--tw-shadow-color:#fefce8f2;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500{--tw-shadow-color:#eab308;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/0{--tw-shadow-color:#eab30800;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/10{--tw-shadow-color:#eab3081a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/100{--tw-shadow-color:#eab308;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/15{--tw-shadow-color:#eab30826;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/20{--tw-shadow-color:#eab30833;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/25{--tw-shadow-color:#eab30840;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/30{--tw-shadow-color:#eab3084d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/35{--tw-shadow-color:#eab30859;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/40{--tw-shadow-color:#eab30866;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/45{--tw-shadow-color:#eab30873;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/5{--tw-shadow-color:#eab3080d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/50{--tw-shadow-color:#eab30880;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/55{--tw-shadow-color:#eab3088c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/60{--tw-shadow-color:#eab30899;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/65{--tw-shadow-color:#eab308a6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/70{--tw-shadow-color:#eab308b3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/75{--tw-shadow-color:#eab308bf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/80{--tw-shadow-color:#eab308cc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/85{--tw-shadow-color:#eab308d9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/90{--tw-shadow-color:#eab308e6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\/95{--tw-shadow-color:#eab308f2;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600{--tw-shadow-color:#ca8a04;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/0{--tw-shadow-color:#ca8a0400;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/10{--tw-shadow-color:#ca8a041a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/100{--tw-shadow-color:#ca8a04;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/15{--tw-shadow-color:#ca8a0426;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/20{--tw-shadow-color:#ca8a0433;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/25{--tw-shadow-color:#ca8a0440;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/30{--tw-shadow-color:#ca8a044d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/35{--tw-shadow-color:#ca8a0459;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/40{--tw-shadow-color:#ca8a0466;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/45{--tw-shadow-color:#ca8a0473;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/5{--tw-shadow-color:#ca8a040d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/50{--tw-shadow-color:#ca8a0480;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/55{--tw-shadow-color:#ca8a048c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/60{--tw-shadow-color:#ca8a0499;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/65{--tw-shadow-color:#ca8a04a6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/70{--tw-shadow-color:#ca8a04b3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/75{--tw-shadow-color:#ca8a04bf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/80{--tw-shadow-color:#ca8a04cc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/85{--tw-shadow-color:#ca8a04d9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/90{--tw-shadow-color:#ca8a04e6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-600\/95{--tw-shadow-color:#ca8a04f2;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700{--tw-shadow-color:#a16207;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/0{--tw-shadow-color:#a1620700;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/10{--tw-shadow-color:#a162071a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/100{--tw-shadow-color:#a16207;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/15{--tw-shadow-color:#a1620726;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/20{--tw-shadow-color:#a1620733;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/25{--tw-shadow-color:#a1620740;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/30{--tw-shadow-color:#a162074d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/35{--tw-shadow-color:#a1620759;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/40{--tw-shadow-color:#a1620766;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/45{--tw-shadow-color:#a1620773;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/5{--tw-shadow-color:#a162070d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/50{--tw-shadow-color:#a1620780;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/55{--tw-shadow-color:#a162078c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/60{--tw-shadow-color:#a1620799;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/65{--tw-shadow-color:#a16207a6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/70{--tw-shadow-color:#a16207b3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/75{--tw-shadow-color:#a16207bf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/80{--tw-shadow-color:#a16207cc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/85{--tw-shadow-color:#a16207d9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/90{--tw-shadow-color:#a16207e6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-700\/95{--tw-shadow-color:#a16207f2;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800{--tw-shadow-color:#854d0e;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/0{--tw-shadow-color:#854d0e00;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/10{--tw-shadow-color:#854d0e1a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/100{--tw-shadow-color:#854d0e;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/15{--tw-shadow-color:#854d0e26;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/20{--tw-shadow-color:#854d0e33;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/25{--tw-shadow-color:#854d0e40;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/30{--tw-shadow-color:#854d0e4d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/35{--tw-shadow-color:#854d0e59;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/40{--tw-shadow-color:#854d0e66;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/45{--tw-shadow-color:#854d0e73;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/5{--tw-shadow-color:#854d0e0d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/50{--tw-shadow-color:#854d0e80;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/55{--tw-shadow-color:#854d0e8c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/60{--tw-shadow-color:#854d0e99;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/65{--tw-shadow-color:#854d0ea6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/70{--tw-shadow-color:#854d0eb3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/75{--tw-shadow-color:#854d0ebf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/80{--tw-shadow-color:#854d0ecc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/85{--tw-shadow-color:#854d0ed9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/90{--tw-shadow-color:#854d0ee6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-800\/95{--tw-shadow-color:#854d0ef2;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900{--tw-shadow-color:#713f12;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/0{--tw-shadow-color:#713f1200;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/10{--tw-shadow-color:#713f121a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/100{--tw-shadow-color:#713f12;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/15{--tw-shadow-color:#713f1226;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/20{--tw-shadow-color:#713f1233;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/25{--tw-shadow-color:#713f1240;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/30{--tw-shadow-color:#713f124d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/35{--tw-shadow-color:#713f1259;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/40{--tw-shadow-color:#713f1266;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/45{--tw-shadow-color:#713f1273;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/5{--tw-shadow-color:#713f120d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/50{--tw-shadow-color:#713f1280;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/55{--tw-shadow-color:#713f128c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/60{--tw-shadow-color:#713f1299;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/65{--tw-shadow-color:#713f12a6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/70{--tw-shadow-color:#713f12b3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/75{--tw-shadow-color:#713f12bf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/80{--tw-shadow-color:#713f12cc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/85{--tw-shadow-color:#713f12d9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/90{--tw-shadow-color:#713f12e6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-900\/95{--tw-shadow-color:#713f12f2;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950{--tw-shadow-color:#422006;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/0{--tw-shadow-color:#42200600;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/10{--tw-shadow-color:#4220061a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/100{--tw-shadow-color:#422006;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/15{--tw-shadow-color:#42200626;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/20{--tw-shadow-color:#42200633;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/25{--tw-shadow-color:#42200640;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/30{--tw-shadow-color:#4220064d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/35{--tw-shadow-color:#42200659;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/40{--tw-shadow-color:#42200666;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/45{--tw-shadow-color:#42200673;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/5{--tw-shadow-color:#4220060d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/50{--tw-shadow-color:#42200680;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/55{--tw-shadow-color:#4220068c;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/60{--tw-shadow-color:#42200699;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/65{--tw-shadow-color:#422006a6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/70{--tw-shadow-color:#422006b3;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/75{--tw-shadow-color:#422006bf;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/80{--tw-shadow-color:#422006cc;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/85{--tw-shadow-color:#422006d9;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/90{--tw-shadow-color:#422006e6;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-950\/95{--tw-shadow-color:#422006f2;--tw-shadow:var(--tw-shadow-colored)}.outline{outline-style:solid}.outline-yellow-100{outline-color:#fef9c3}.outline-yellow-100\/0{outline-color:#fef9c300}.outline-yellow-100\/10{outline-color:#fef9c31a}.outline-yellow-100\/100{outline-color:#fef9c3}.outline-yellow-100\/15{outline-color:#fef9c326}.outline-yellow-100\/20{outline-color:#fef9c333}.outline-yellow-100\/25{outline-color:#fef9c340}.outline-yellow-100\/30{outline-color:#fef9c34d}.outline-yellow-100\/35{outline-color:#fef9c359}.outline-yellow-100\/40{outline-color:#fef9c366}.outline-yellow-100\/45{outline-color:#fef9c373}.outline-yellow-100\/5{outline-color:#fef9c30d}.outline-yellow-100\/50{outline-color:#fef9c380}.outline-yellow-100\/55{outline-color:#fef9c38c}.outline-yellow-100\/60{outline-color:#fef9c399}.outline-yellow-100\/65{outline-color:#fef9c3a6}.outline-yellow-100\/70{outline-color:#fef9c3b3}.outline-yellow-100\/75{outline-color:#fef9c3bf}.outline-yellow-100\/80{outline-color:#fef9c3cc}.outline-yellow-100\/85{outline-color:#fef9c3d9}.outline-yellow-100\/90{outline-color:#fef9c3e6}.outline-yellow-100\/95{outline-color:#fef9c3f2}.outline-yellow-200{outline-color:#fef08a}.outline-yellow-200\/0{outline-color:#fef08a00}.outline-yellow-200\/10{outline-color:#fef08a1a}.outline-yellow-200\/100{outline-color:#fef08a}.outline-yellow-200\/15{outline-color:#fef08a26}.outline-yellow-200\/20{outline-color:#fef08a33}.outline-yellow-200\/25{outline-color:#fef08a40}.outline-yellow-200\/30{outline-color:#fef08a4d}.outline-yellow-200\/35{outline-color:#fef08a59}.outline-yellow-200\/40{outline-color:#fef08a66}.outline-yellow-200\/45{outline-color:#fef08a73}.outline-yellow-200\/5{outline-color:#fef08a0d}.outline-yellow-200\/50{outline-color:#fef08a80}.outline-yellow-200\/55{outline-color:#fef08a8c}.outline-yellow-200\/60{outline-color:#fef08a99}.outline-yellow-200\/65{outline-color:#fef08aa6}.outline-yellow-200\/70{outline-color:#fef08ab3}.outline-yellow-200\/75{outline-color:#fef08abf}.outline-yellow-200\/80{outline-color:#fef08acc}.outline-yellow-200\/85{outline-color:#fef08ad9}.outline-yellow-200\/90{outline-color:#fef08ae6}.outline-yellow-200\/95{outline-color:#fef08af2}.outline-yellow-300{outline-color:#fde047}.outline-yellow-300\/0{outline-color:#fde04700}.outline-yellow-300\/10{outline-color:#fde0471a}.outline-yellow-300\/100{outline-color:#fde047}.outline-yellow-300\/15{outline-color:#fde04726}.outline-yellow-300\/20{outline-color:#fde04733}.outline-yellow-300\/25{outline-color:#fde04740}.outline-yellow-300\/30{outline-color:#fde0474d}.outline-yellow-300\/35{outline-color:#fde04759}.outline-yellow-300\/40{outline-color:#fde04766}.outline-yellow-300\/45{outline-color:#fde04773}.outline-yellow-300\/5{outline-color:#fde0470d}.outline-yellow-300\/50{outline-color:#fde04780}.outline-yellow-300\/55{outline-color:#fde0478c}.outline-yellow-300\/60{outline-color:#fde04799}.outline-yellow-300\/65{outline-color:#fde047a6}.outline-yellow-300\/70{outline-color:#fde047b3}.outline-yellow-300\/75{outline-color:#fde047bf}.outline-yellow-300\/80{outline-color:#fde047cc}.outline-yellow-300\/85{outline-color:#fde047d9}.outline-yellow-300\/90{outline-color:#fde047e6}.outline-yellow-300\/95{outline-color:#fde047f2}.outline-yellow-400{outline-color:#facc15}.outline-yellow-400\/0{outline-color:#facc1500}.outline-yellow-400\/10{outline-color:#facc151a}.outline-yellow-400\/100{outline-color:#facc15}.outline-yellow-400\/15{outline-color:#facc1526}.outline-yellow-400\/20{outline-color:#facc1533}.outline-yellow-400\/25{outline-color:#facc1540}.outline-yellow-400\/30{outline-color:#facc154d}.outline-yellow-400\/35{outline-color:#facc1559}.outline-yellow-400\/40{outline-color:#facc1566}.outline-yellow-400\/45{outline-color:#facc1573}.outline-yellow-400\/5{outline-color:#facc150d}.outline-yellow-400\/50{outline-color:#facc1580}.outline-yellow-400\/55{outline-color:#facc158c}.outline-yellow-400\/60{outline-color:#facc1599}.outline-yellow-400\/65{outline-color:#facc15a6}.outline-yellow-400\/70{outline-color:#facc15b3}.outline-yellow-400\/75{outline-color:#facc15bf}.outline-yellow-400\/80{outline-color:#facc15cc}.outline-yellow-400\/85{outline-color:#facc15d9}.outline-yellow-400\/90{outline-color:#facc15e6}.outline-yellow-400\/95{outline-color:#facc15f2}.outline-yellow-50{outline-color:#fefce8}.outline-yellow-50\/0{outline-color:#fefce800}.outline-yellow-50\/10{outline-color:#fefce81a}.outline-yellow-50\/100{outline-color:#fefce8}.outline-yellow-50\/15{outline-color:#fefce826}.outline-yellow-50\/20{outline-color:#fefce833}.outline-yellow-50\/25{outline-color:#fefce840}.outline-yellow-50\/30{outline-color:#fefce84d}.outline-yellow-50\/35{outline-color:#fefce859}.outline-yellow-50\/40{outline-color:#fefce866}.outline-yellow-50\/45{outline-color:#fefce873}.outline-yellow-50\/5{outline-color:#fefce80d}.outline-yellow-50\/50{outline-color:#fefce880}.outline-yellow-50\/55{outline-color:#fefce88c}.outline-yellow-50\/60{outline-color:#fefce899}.outline-yellow-50\/65{outline-color:#fefce8a6}.outline-yellow-50\/70{outline-color:#fefce8b3}.outline-yellow-50\/75{outline-color:#fefce8bf}.outline-yellow-50\/80{outline-color:#fefce8cc}.outline-yellow-50\/85{outline-color:#fefce8d9}.outline-yellow-50\/90{outline-color:#fefce8e6}.outline-yellow-50\/95{outline-color:#fefce8f2}.outline-yellow-500{outline-color:#eab308}.outline-yellow-500\/0{outline-color:#eab30800}.outline-yellow-500\/10{outline-color:#eab3081a}.outline-yellow-500\/100{outline-color:#eab308}.outline-yellow-500\/15{outline-color:#eab30826}.outline-yellow-500\/20{outline-color:#eab30833}.outline-yellow-500\/25{outline-color:#eab30840}.outline-yellow-500\/30{outline-color:#eab3084d}.outline-yellow-500\/35{outline-color:#eab30859}.outline-yellow-500\/40{outline-color:#eab30866}.outline-yellow-500\/45{outline-color:#eab30873}.outline-yellow-500\/5{outline-color:#eab3080d}.outline-yellow-500\/50{outline-color:#eab30880}.outline-yellow-500\/55{outline-color:#eab3088c}.outline-yellow-500\/60{outline-color:#eab30899}.outline-yellow-500\/65{outline-color:#eab308a6}.outline-yellow-500\/70{outline-color:#eab308b3}.outline-yellow-500\/75{outline-color:#eab308bf}.outline-yellow-500\/80{outline-color:#eab308cc}.outline-yellow-500\/85{outline-color:#eab308d9}.outline-yellow-500\/90{outline-color:#eab308e6}.outline-yellow-500\/95{outline-color:#eab308f2}.outline-yellow-600{outline-color:#ca8a04}.outline-yellow-600\/0{outline-color:#ca8a0400}.outline-yellow-600\/10{outline-color:#ca8a041a}.outline-yellow-600\/100{outline-color:#ca8a04}.outline-yellow-600\/15{outline-color:#ca8a0426}.outline-yellow-600\/20{outline-color:#ca8a0433}.outline-yellow-600\/25{outline-color:#ca8a0440}.outline-yellow-600\/30{outline-color:#ca8a044d}.outline-yellow-600\/35{outline-color:#ca8a0459}.outline-yellow-600\/40{outline-color:#ca8a0466}.outline-yellow-600\/45{outline-color:#ca8a0473}.outline-yellow-600\/5{outline-color:#ca8a040d}.outline-yellow-600\/50{outline-color:#ca8a0480}.outline-yellow-600\/55{outline-color:#ca8a048c}.outline-yellow-600\/60{outline-color:#ca8a0499}.outline-yellow-600\/65{outline-color:#ca8a04a6}.outline-yellow-600\/70{outline-color:#ca8a04b3}.outline-yellow-600\/75{outline-color:#ca8a04bf}.outline-yellow-600\/80{outline-color:#ca8a04cc}.outline-yellow-600\/85{outline-color:#ca8a04d9}.outline-yellow-600\/90{outline-color:#ca8a04e6}.outline-yellow-600\/95{outline-color:#ca8a04f2}.outline-yellow-700{outline-color:#a16207}.outline-yellow-700\/0{outline-color:#a1620700}.outline-yellow-700\/10{outline-color:#a162071a}.outline-yellow-700\/100{outline-color:#a16207}.outline-yellow-700\/15{outline-color:#a1620726}.outline-yellow-700\/20{outline-color:#a1620733}.outline-yellow-700\/25{outline-color:#a1620740}.outline-yellow-700\/30{outline-color:#a162074d}.outline-yellow-700\/35{outline-color:#a1620759}.outline-yellow-700\/40{outline-color:#a1620766}.outline-yellow-700\/45{outline-color:#a1620773}.outline-yellow-700\/5{outline-color:#a162070d}.outline-yellow-700\/50{outline-color:#a1620780}.outline-yellow-700\/55{outline-color:#a162078c}.outline-yellow-700\/60{outline-color:#a1620799}.outline-yellow-700\/65{outline-color:#a16207a6}.outline-yellow-700\/70{outline-color:#a16207b3}.outline-yellow-700\/75{outline-color:#a16207bf}.outline-yellow-700\/80{outline-color:#a16207cc}.outline-yellow-700\/85{outline-color:#a16207d9}.outline-yellow-700\/90{outline-color:#a16207e6}.outline-yellow-700\/95{outline-color:#a16207f2}.outline-yellow-800{outline-color:#854d0e}.outline-yellow-800\/0{outline-color:#854d0e00}.outline-yellow-800\/10{outline-color:#854d0e1a}.outline-yellow-800\/100{outline-color:#854d0e}.outline-yellow-800\/15{outline-color:#854d0e26}.outline-yellow-800\/20{outline-color:#854d0e33}.outline-yellow-800\/25{outline-color:#854d0e40}.outline-yellow-800\/30{outline-color:#854d0e4d}.outline-yellow-800\/35{outline-color:#854d0e59}.outline-yellow-800\/40{outline-color:#854d0e66}.outline-yellow-800\/45{outline-color:#854d0e73}.outline-yellow-800\/5{outline-color:#854d0e0d}.outline-yellow-800\/50{outline-color:#854d0e80}.outline-yellow-800\/55{outline-color:#854d0e8c}.outline-yellow-800\/60{outline-color:#854d0e99}.outline-yellow-800\/65{outline-color:#854d0ea6}.outline-yellow-800\/70{outline-color:#854d0eb3}.outline-yellow-800\/75{outline-color:#854d0ebf}.outline-yellow-800\/80{outline-color:#854d0ecc}.outline-yellow-800\/85{outline-color:#854d0ed9}.outline-yellow-800\/90{outline-color:#854d0ee6}.outline-yellow-800\/95{outline-color:#854d0ef2}.outline-yellow-900{outline-color:#713f12}.outline-yellow-900\/0{outline-color:#713f1200}.outline-yellow-900\/10{outline-color:#713f121a}.outline-yellow-900\/100{outline-color:#713f12}.outline-yellow-900\/15{outline-color:#713f1226}.outline-yellow-900\/20{outline-color:#713f1233}.outline-yellow-900\/25{outline-color:#713f1240}.outline-yellow-900\/30{outline-color:#713f124d}.outline-yellow-900\/35{outline-color:#713f1259}.outline-yellow-900\/40{outline-color:#713f1266}.outline-yellow-900\/45{outline-color:#713f1273}.outline-yellow-900\/5{outline-color:#713f120d}.outline-yellow-900\/50{outline-color:#713f1280}.outline-yellow-900\/55{outline-color:#713f128c}.outline-yellow-900\/60{outline-color:#713f1299}.outline-yellow-900\/65{outline-color:#713f12a6}.outline-yellow-900\/70{outline-color:#713f12b3}.outline-yellow-900\/75{outline-color:#713f12bf}.outline-yellow-900\/80{outline-color:#713f12cc}.outline-yellow-900\/85{outline-color:#713f12d9}.outline-yellow-900\/90{outline-color:#713f12e6}.outline-yellow-900\/95{outline-color:#713f12f2}.outline-yellow-950{outline-color:#422006}.outline-yellow-950\/0{outline-color:#42200600}.outline-yellow-950\/10{outline-color:#4220061a}.outline-yellow-950\/100{outline-color:#422006}.outline-yellow-950\/15{outline-color:#42200626}.outline-yellow-950\/20{outline-color:#42200633}.outline-yellow-950\/25{outline-color:#42200640}.outline-yellow-950\/30{outline-color:#4220064d}.outline-yellow-950\/35{outline-color:#42200659}.outline-yellow-950\/40{outline-color:#42200666}.outline-yellow-950\/45{outline-color:#42200673}.outline-yellow-950\/5{outline-color:#4220060d}.outline-yellow-950\/50{outline-color:#42200680}.outline-yellow-950\/55{outline-color:#4220068c}.outline-yellow-950\/60{outline-color:#42200699}.outline-yellow-950\/65{outline-color:#422006a6}.outline-yellow-950\/70{outline-color:#422006b3}.outline-yellow-950\/75{outline-color:#422006bf}.outline-yellow-950\/80{outline-color:#422006cc}.outline-yellow-950\/85{outline-color:#422006d9}.outline-yellow-950\/90{outline-color:#422006e6}.outline-yellow-950\/95{outline-color:#422006f2}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.ring-slate-200{--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity,1))}.ring-slate-900\/5{--tw-ring-color:#0f172a0d}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 249 195/var(--tw-ring-opacity,1))}.ring-yellow-100\/0{--tw-ring-color:#fef9c300}.ring-yellow-100\/10{--tw-ring-color:#fef9c31a}.ring-yellow-100\/100{--tw-ring-color:#fef9c3}.ring-yellow-100\/15{--tw-ring-color:#fef9c326}.ring-yellow-100\/20{--tw-ring-color:#fef9c333}.ring-yellow-100\/25{--tw-ring-color:#fef9c340}.ring-yellow-100\/30{--tw-ring-color:#fef9c34d}.ring-yellow-100\/35{--tw-ring-color:#fef9c359}.ring-yellow-100\/40{--tw-ring-color:#fef9c366}.ring-yellow-100\/45{--tw-ring-color:#fef9c373}.ring-yellow-100\/5{--tw-ring-color:#fef9c30d}.ring-yellow-100\/50{--tw-ring-color:#fef9c380}.ring-yellow-100\/55{--tw-ring-color:#fef9c38c}.ring-yellow-100\/60{--tw-ring-color:#fef9c399}.ring-yellow-100\/65{--tw-ring-color:#fef9c3a6}.ring-yellow-100\/70{--tw-ring-color:#fef9c3b3}.ring-yellow-100\/75{--tw-ring-color:#fef9c3bf}.ring-yellow-100\/80{--tw-ring-color:#fef9c3cc}.ring-yellow-100\/85{--tw-ring-color:#fef9c3d9}.ring-yellow-100\/90{--tw-ring-color:#fef9c3e6}.ring-yellow-100\/95{--tw-ring-color:#fef9c3f2}.ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 240 138/var(--tw-ring-opacity,1))}.ring-yellow-200\/0{--tw-ring-color:#fef08a00}.ring-yellow-200\/10{--tw-ring-color:#fef08a1a}.ring-yellow-200\/100{--tw-ring-color:#fef08a}.ring-yellow-200\/15{--tw-ring-color:#fef08a26}.ring-yellow-200\/20{--tw-ring-color:#fef08a33}.ring-yellow-200\/25{--tw-ring-color:#fef08a40}.ring-yellow-200\/30{--tw-ring-color:#fef08a4d}.ring-yellow-200\/35{--tw-ring-color:#fef08a59}.ring-yellow-200\/40{--tw-ring-color:#fef08a66}.ring-yellow-200\/45{--tw-ring-color:#fef08a73}.ring-yellow-200\/5{--tw-ring-color:#fef08a0d}.ring-yellow-200\/50{--tw-ring-color:#fef08a80}.ring-yellow-200\/55{--tw-ring-color:#fef08a8c}.ring-yellow-200\/60{--tw-ring-color:#fef08a99}.ring-yellow-200\/65{--tw-ring-color:#fef08aa6}.ring-yellow-200\/70{--tw-ring-color:#fef08ab3}.ring-yellow-200\/75{--tw-ring-color:#fef08abf}.ring-yellow-200\/80{--tw-ring-color:#fef08acc}.ring-yellow-200\/85{--tw-ring-color:#fef08ad9}.ring-yellow-200\/90{--tw-ring-color:#fef08ae6}.ring-yellow-200\/95{--tw-ring-color:#fef08af2}.ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 224 71/var(--tw-ring-opacity,1))}.ring-yellow-300\/0{--tw-ring-color:#fde04700}.ring-yellow-300\/10{--tw-ring-color:#fde0471a}.ring-yellow-300\/100{--tw-ring-color:#fde047}.ring-yellow-300\/15{--tw-ring-color:#fde04726}.ring-yellow-300\/20{--tw-ring-color:#fde04733}.ring-yellow-300\/25{--tw-ring-color:#fde04740}.ring-yellow-300\/30{--tw-ring-color:#fde0474d}.ring-yellow-300\/35{--tw-ring-color:#fde04759}.ring-yellow-300\/40{--tw-ring-color:#fde04766}.ring-yellow-300\/45{--tw-ring-color:#fde04773}.ring-yellow-300\/5{--tw-ring-color:#fde0470d}.ring-yellow-300\/50{--tw-ring-color:#fde04780}.ring-yellow-300\/55{--tw-ring-color:#fde0478c}.ring-yellow-300\/60{--tw-ring-color:#fde04799}.ring-yellow-300\/65{--tw-ring-color:#fde047a6}.ring-yellow-300\/70{--tw-ring-color:#fde047b3}.ring-yellow-300\/75{--tw-ring-color:#fde047bf}.ring-yellow-300\/80{--tw-ring-color:#fde047cc}.ring-yellow-300\/85{--tw-ring-color:#fde047d9}.ring-yellow-300\/90{--tw-ring-color:#fde047e6}.ring-yellow-300\/95{--tw-ring-color:#fde047f2}.ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgb(250 204 21/var(--tw-ring-opacity,1))}.ring-yellow-400\/0{--tw-ring-color:#facc1500}.ring-yellow-400\/10{--tw-ring-color:#facc151a}.ring-yellow-400\/100{--tw-ring-color:#facc15}.ring-yellow-400\/15{--tw-ring-color:#facc1526}.ring-yellow-400\/20{--tw-ring-color:#facc1533}.ring-yellow-400\/25{--tw-ring-color:#facc1540}.ring-yellow-400\/30{--tw-ring-color:#facc154d}.ring-yellow-400\/35{--tw-ring-color:#facc1559}.ring-yellow-400\/40{--tw-ring-color:#facc1566}.ring-yellow-400\/45{--tw-ring-color:#facc1573}.ring-yellow-400\/5{--tw-ring-color:#facc150d}.ring-yellow-400\/50{--tw-ring-color:#facc1580}.ring-yellow-400\/55{--tw-ring-color:#facc158c}.ring-yellow-400\/60{--tw-ring-color:#facc1599}.ring-yellow-400\/65{--tw-ring-color:#facc15a6}.ring-yellow-400\/70{--tw-ring-color:#facc15b3}.ring-yellow-400\/75{--tw-ring-color:#facc15bf}.ring-yellow-400\/80{--tw-ring-color:#facc15cc}.ring-yellow-400\/85{--tw-ring-color:#facc15d9}.ring-yellow-400\/90{--tw-ring-color:#facc15e6}.ring-yellow-400\/95{--tw-ring-color:#facc15f2}.ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgb(254 252 232/var(--tw-ring-opacity,1))}.ring-yellow-50\/0{--tw-ring-color:#fefce800}.ring-yellow-50\/10{--tw-ring-color:#fefce81a}.ring-yellow-50\/100{--tw-ring-color:#fefce8}.ring-yellow-50\/15{--tw-ring-color:#fefce826}.ring-yellow-50\/20{--tw-ring-color:#fefce833}.ring-yellow-50\/25{--tw-ring-color:#fefce840}.ring-yellow-50\/30{--tw-ring-color:#fefce84d}.ring-yellow-50\/35{--tw-ring-color:#fefce859}.ring-yellow-50\/40{--tw-ring-color:#fefce866}.ring-yellow-50\/45{--tw-ring-color:#fefce873}.ring-yellow-50\/5{--tw-ring-color:#fefce80d}.ring-yellow-50\/50{--tw-ring-color:#fefce880}.ring-yellow-50\/55{--tw-ring-color:#fefce88c}.ring-yellow-50\/60{--tw-ring-color:#fefce899}.ring-yellow-50\/65{--tw-ring-color:#fefce8a6}.ring-yellow-50\/70{--tw-ring-color:#fefce8b3}.ring-yellow-50\/75{--tw-ring-color:#fefce8bf}.ring-yellow-50\/80{--tw-ring-color:#fefce8cc}.ring-yellow-50\/85{--tw-ring-color:#fefce8d9}.ring-yellow-50\/90{--tw-ring-color:#fefce8e6}.ring-yellow-50\/95{--tw-ring-color:#fefce8f2}.ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity,1))}.ring-yellow-500\/0{--tw-ring-color:#eab30800}.ring-yellow-500\/10{--tw-ring-color:#eab3081a}.ring-yellow-500\/100{--tw-ring-color:#eab308}.ring-yellow-500\/15{--tw-ring-color:#eab30826}.ring-yellow-500\/20{--tw-ring-color:#eab30833}.ring-yellow-500\/25{--tw-ring-color:#eab30840}.ring-yellow-500\/30{--tw-ring-color:#eab3084d}.ring-yellow-500\/35{--tw-ring-color:#eab30859}.ring-yellow-500\/40{--tw-ring-color:#eab30866}.ring-yellow-500\/45{--tw-ring-color:#eab30873}.ring-yellow-500\/5{--tw-ring-color:#eab3080d}.ring-yellow-500\/50{--tw-ring-color:#eab30880}.ring-yellow-500\/55{--tw-ring-color:#eab3088c}.ring-yellow-500\/60{--tw-ring-color:#eab30899}.ring-yellow-500\/65{--tw-ring-color:#eab308a6}.ring-yellow-500\/70{--tw-ring-color:#eab308b3}.ring-yellow-500\/75{--tw-ring-color:#eab308bf}.ring-yellow-500\/80{--tw-ring-color:#eab308cc}.ring-yellow-500\/85{--tw-ring-color:#eab308d9}.ring-yellow-500\/90{--tw-ring-color:#eab308e6}.ring-yellow-500\/95{--tw-ring-color:#eab308f2}.ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgb(202 138 4/var(--tw-ring-opacity,1))}.ring-yellow-600\/0{--tw-ring-color:#ca8a0400}.ring-yellow-600\/10{--tw-ring-color:#ca8a041a}.ring-yellow-600\/100{--tw-ring-color:#ca8a04}.ring-yellow-600\/15{--tw-ring-color:#ca8a0426}.ring-yellow-600\/20{--tw-ring-color:#ca8a0433}.ring-yellow-600\/25{--tw-ring-color:#ca8a0440}.ring-yellow-600\/30{--tw-ring-color:#ca8a044d}.ring-yellow-600\/35{--tw-ring-color:#ca8a0459}.ring-yellow-600\/40{--tw-ring-color:#ca8a0466}.ring-yellow-600\/45{--tw-ring-color:#ca8a0473}.ring-yellow-600\/5{--tw-ring-color:#ca8a040d}.ring-yellow-600\/50{--tw-ring-color:#ca8a0480}.ring-yellow-600\/55{--tw-ring-color:#ca8a048c}.ring-yellow-600\/60{--tw-ring-color:#ca8a0499}.ring-yellow-600\/65{--tw-ring-color:#ca8a04a6}.ring-yellow-600\/70{--tw-ring-color:#ca8a04b3}.ring-yellow-600\/75{--tw-ring-color:#ca8a04bf}.ring-yellow-600\/80{--tw-ring-color:#ca8a04cc}.ring-yellow-600\/85{--tw-ring-color:#ca8a04d9}.ring-yellow-600\/90{--tw-ring-color:#ca8a04e6}.ring-yellow-600\/95{--tw-ring-color:#ca8a04f2}.ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgb(161 98 7/var(--tw-ring-opacity,1))}.ring-yellow-700\/0{--tw-ring-color:#a1620700}.ring-yellow-700\/10{--tw-ring-color:#a162071a}.ring-yellow-700\/100{--tw-ring-color:#a16207}.ring-yellow-700\/15{--tw-ring-color:#a1620726}.ring-yellow-700\/20{--tw-ring-color:#a1620733}.ring-yellow-700\/25{--tw-ring-color:#a1620740}.ring-yellow-700\/30{--tw-ring-color:#a162074d}.ring-yellow-700\/35{--tw-ring-color:#a1620759}.ring-yellow-700\/40{--tw-ring-color:#a1620766}.ring-yellow-700\/45{--tw-ring-color:#a1620773}.ring-yellow-700\/5{--tw-ring-color:#a162070d}.ring-yellow-700\/50{--tw-ring-color:#a1620780}.ring-yellow-700\/55{--tw-ring-color:#a162078c}.ring-yellow-700\/60{--tw-ring-color:#a1620799}.ring-yellow-700\/65{--tw-ring-color:#a16207a6}.ring-yellow-700\/70{--tw-ring-color:#a16207b3}.ring-yellow-700\/75{--tw-ring-color:#a16207bf}.ring-yellow-700\/80{--tw-ring-color:#a16207cc}.ring-yellow-700\/85{--tw-ring-color:#a16207d9}.ring-yellow-700\/90{--tw-ring-color:#a16207e6}.ring-yellow-700\/95{--tw-ring-color:#a16207f2}.ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgb(133 77 14/var(--tw-ring-opacity,1))}.ring-yellow-800\/0{--tw-ring-color:#854d0e00}.ring-yellow-800\/10{--tw-ring-color:#854d0e1a}.ring-yellow-800\/100{--tw-ring-color:#854d0e}.ring-yellow-800\/15{--tw-ring-color:#854d0e26}.ring-yellow-800\/20{--tw-ring-color:#854d0e33}.ring-yellow-800\/25{--tw-ring-color:#854d0e40}.ring-yellow-800\/30{--tw-ring-color:#854d0e4d}.ring-yellow-800\/35{--tw-ring-color:#854d0e59}.ring-yellow-800\/40{--tw-ring-color:#854d0e66}.ring-yellow-800\/45{--tw-ring-color:#854d0e73}.ring-yellow-800\/5{--tw-ring-color:#854d0e0d}.ring-yellow-800\/50{--tw-ring-color:#854d0e80}.ring-yellow-800\/55{--tw-ring-color:#854d0e8c}.ring-yellow-800\/60{--tw-ring-color:#854d0e99}.ring-yellow-800\/65{--tw-ring-color:#854d0ea6}.ring-yellow-800\/70{--tw-ring-color:#854d0eb3}.ring-yellow-800\/75{--tw-ring-color:#854d0ebf}.ring-yellow-800\/80{--tw-ring-color:#854d0ecc}.ring-yellow-800\/85{--tw-ring-color:#854d0ed9}.ring-yellow-800\/90{--tw-ring-color:#854d0ee6}.ring-yellow-800\/95{--tw-ring-color:#854d0ef2}.ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgb(113 63 18/var(--tw-ring-opacity,1))}.ring-yellow-900\/0{--tw-ring-color:#713f1200}.ring-yellow-900\/10{--tw-ring-color:#713f121a}.ring-yellow-900\/100{--tw-ring-color:#713f12}.ring-yellow-900\/15{--tw-ring-color:#713f1226}.ring-yellow-900\/20{--tw-ring-color:#713f1233}.ring-yellow-900\/25{--tw-ring-color:#713f1240}.ring-yellow-900\/30{--tw-ring-color:#713f124d}.ring-yellow-900\/35{--tw-ring-color:#713f1259}.ring-yellow-900\/40{--tw-ring-color:#713f1266}.ring-yellow-900\/45{--tw-ring-color:#713f1273}.ring-yellow-900\/5{--tw-ring-color:#713f120d}.ring-yellow-900\/50{--tw-ring-color:#713f1280}.ring-yellow-900\/55{--tw-ring-color:#713f128c}.ring-yellow-900\/60{--tw-ring-color:#713f1299}.ring-yellow-900\/65{--tw-ring-color:#713f12a6}.ring-yellow-900\/70{--tw-ring-color:#713f12b3}.ring-yellow-900\/75{--tw-ring-color:#713f12bf}.ring-yellow-900\/80{--tw-ring-color:#713f12cc}.ring-yellow-900\/85{--tw-ring-color:#713f12d9}.ring-yellow-900\/90{--tw-ring-color:#713f12e6}.ring-yellow-900\/95{--tw-ring-color:#713f12f2}.ring-yellow-950{--tw-ring-opacity:1;--tw-ring-color:rgb(66 32 6/var(--tw-ring-opacity,1))}.ring-yellow-950\/0{--tw-ring-color:#42200600}.ring-yellow-950\/10{--tw-ring-color:#4220061a}.ring-yellow-950\/100{--tw-ring-color:#422006}.ring-yellow-950\/15{--tw-ring-color:#42200626}.ring-yellow-950\/20{--tw-ring-color:#42200633}.ring-yellow-950\/25{--tw-ring-color:#42200640}.ring-yellow-950\/30{--tw-ring-color:#4220064d}.ring-yellow-950\/35{--tw-ring-color:#42200659}.ring-yellow-950\/40{--tw-ring-color:#42200666}.ring-yellow-950\/45{--tw-ring-color:#42200673}.ring-yellow-950\/5{--tw-ring-color:#4220060d}.ring-yellow-950\/50{--tw-ring-color:#42200680}.ring-yellow-950\/55{--tw-ring-color:#4220068c}.ring-yellow-950\/60{--tw-ring-color:#42200699}.ring-yellow-950\/65{--tw-ring-color:#422006a6}.ring-yellow-950\/70{--tw-ring-color:#422006b3}.ring-yellow-950\/75{--tw-ring-color:#422006bf}.ring-yellow-950\/80{--tw-ring-color:#422006cc}.ring-yellow-950\/85{--tw-ring-color:#422006d9}.ring-yellow-950\/90{--tw-ring-color:#422006e6}.ring-yellow-950\/95{--tw-ring-color:#422006f2}.ring-offset-yellow-100{--tw-ring-offset-color:#fef9c3}.ring-offset-yellow-100\/0{--tw-ring-offset-color:#fef9c300}.ring-offset-yellow-100\/10{--tw-ring-offset-color:#fef9c31a}.ring-offset-yellow-100\/100{--tw-ring-offset-color:#fef9c3}.ring-offset-yellow-100\/15{--tw-ring-offset-color:#fef9c326}.ring-offset-yellow-100\/20{--tw-ring-offset-color:#fef9c333}.ring-offset-yellow-100\/25{--tw-ring-offset-color:#fef9c340}.ring-offset-yellow-100\/30{--tw-ring-offset-color:#fef9c34d}.ring-offset-yellow-100\/35{--tw-ring-offset-color:#fef9c359}.ring-offset-yellow-100\/40{--tw-ring-offset-color:#fef9c366}.ring-offset-yellow-100\/45{--tw-ring-offset-color:#fef9c373}.ring-offset-yellow-100\/5{--tw-ring-offset-color:#fef9c30d}.ring-offset-yellow-100\/50{--tw-ring-offset-color:#fef9c380}.ring-offset-yellow-100\/55{--tw-ring-offset-color:#fef9c38c}.ring-offset-yellow-100\/60{--tw-ring-offset-color:#fef9c399}.ring-offset-yellow-100\/65{--tw-ring-offset-color:#fef9c3a6}.ring-offset-yellow-100\/70{--tw-ring-offset-color:#fef9c3b3}.ring-offset-yellow-100\/75{--tw-ring-offset-color:#fef9c3bf}.ring-offset-yellow-100\/80{--tw-ring-offset-color:#fef9c3cc}.ring-offset-yellow-100\/85{--tw-ring-offset-color:#fef9c3d9}.ring-offset-yellow-100\/90{--tw-ring-offset-color:#fef9c3e6}.ring-offset-yellow-100\/95{--tw-ring-offset-color:#fef9c3f2}.ring-offset-yellow-200{--tw-ring-offset-color:#fef08a}.ring-offset-yellow-200\/0{--tw-ring-offset-color:#fef08a00}.ring-offset-yellow-200\/10{--tw-ring-offset-color:#fef08a1a}.ring-offset-yellow-200\/100{--tw-ring-offset-color:#fef08a}.ring-offset-yellow-200\/15{--tw-ring-offset-color:#fef08a26}.ring-offset-yellow-200\/20{--tw-ring-offset-color:#fef08a33}.ring-offset-yellow-200\/25{--tw-ring-offset-color:#fef08a40}.ring-offset-yellow-200\/30{--tw-ring-offset-color:#fef08a4d}.ring-offset-yellow-200\/35{--tw-ring-offset-color:#fef08a59}.ring-offset-yellow-200\/40{--tw-ring-offset-color:#fef08a66}.ring-offset-yellow-200\/45{--tw-ring-offset-color:#fef08a73}.ring-offset-yellow-200\/5{--tw-ring-offset-color:#fef08a0d}.ring-offset-yellow-200\/50{--tw-ring-offset-color:#fef08a80}.ring-offset-yellow-200\/55{--tw-ring-offset-color:#fef08a8c}.ring-offset-yellow-200\/60{--tw-ring-offset-color:#fef08a99}.ring-offset-yellow-200\/65{--tw-ring-offset-color:#fef08aa6}.ring-offset-yellow-200\/70{--tw-ring-offset-color:#fef08ab3}.ring-offset-yellow-200\/75{--tw-ring-offset-color:#fef08abf}.ring-offset-yellow-200\/80{--tw-ring-offset-color:#fef08acc}.ring-offset-yellow-200\/85{--tw-ring-offset-color:#fef08ad9}.ring-offset-yellow-200\/90{--tw-ring-offset-color:#fef08ae6}.ring-offset-yellow-200\/95{--tw-ring-offset-color:#fef08af2}.ring-offset-yellow-300{--tw-ring-offset-color:#fde047}.ring-offset-yellow-300\/0{--tw-ring-offset-color:#fde04700}.ring-offset-yellow-300\/10{--tw-ring-offset-color:#fde0471a}.ring-offset-yellow-300\/100{--tw-ring-offset-color:#fde047}.ring-offset-yellow-300\/15{--tw-ring-offset-color:#fde04726}.ring-offset-yellow-300\/20{--tw-ring-offset-color:#fde04733}.ring-offset-yellow-300\/25{--tw-ring-offset-color:#fde04740}.ring-offset-yellow-300\/30{--tw-ring-offset-color:#fde0474d}.ring-offset-yellow-300\/35{--tw-ring-offset-color:#fde04759}.ring-offset-yellow-300\/40{--tw-ring-offset-color:#fde04766}.ring-offset-yellow-300\/45{--tw-ring-offset-color:#fde04773}.ring-offset-yellow-300\/5{--tw-ring-offset-color:#fde0470d}.ring-offset-yellow-300\/50{--tw-ring-offset-color:#fde04780}.ring-offset-yellow-300\/55{--tw-ring-offset-color:#fde0478c}.ring-offset-yellow-300\/60{--tw-ring-offset-color:#fde04799}.ring-offset-yellow-300\/65{--tw-ring-offset-color:#fde047a6}.ring-offset-yellow-300\/70{--tw-ring-offset-color:#fde047b3}.ring-offset-yellow-300\/75{--tw-ring-offset-color:#fde047bf}.ring-offset-yellow-300\/80{--tw-ring-offset-color:#fde047cc}.ring-offset-yellow-300\/85{--tw-ring-offset-color:#fde047d9}.ring-offset-yellow-300\/90{--tw-ring-offset-color:#fde047e6}.ring-offset-yellow-300\/95{--tw-ring-offset-color:#fde047f2}.ring-offset-yellow-400{--tw-ring-offset-color:#facc15}.ring-offset-yellow-400\/0{--tw-ring-offset-color:#facc1500}.ring-offset-yellow-400\/10{--tw-ring-offset-color:#facc151a}.ring-offset-yellow-400\/100{--tw-ring-offset-color:#facc15}.ring-offset-yellow-400\/15{--tw-ring-offset-color:#facc1526}.ring-offset-yellow-400\/20{--tw-ring-offset-color:#facc1533}.ring-offset-yellow-400\/25{--tw-ring-offset-color:#facc1540}.ring-offset-yellow-400\/30{--tw-ring-offset-color:#facc154d}.ring-offset-yellow-400\/35{--tw-ring-offset-color:#facc1559}.ring-offset-yellow-400\/40{--tw-ring-offset-color:#facc1566}.ring-offset-yellow-400\/45{--tw-ring-offset-color:#facc1573}.ring-offset-yellow-400\/5{--tw-ring-offset-color:#facc150d}.ring-offset-yellow-400\/50{--tw-ring-offset-color:#facc1580}.ring-offset-yellow-400\/55{--tw-ring-offset-color:#facc158c}.ring-offset-yellow-400\/60{--tw-ring-offset-color:#facc1599}.ring-offset-yellow-400\/65{--tw-ring-offset-color:#facc15a6}.ring-offset-yellow-400\/70{--tw-ring-offset-color:#facc15b3}.ring-offset-yellow-400\/75{--tw-ring-offset-color:#facc15bf}.ring-offset-yellow-400\/80{--tw-ring-offset-color:#facc15cc}.ring-offset-yellow-400\/85{--tw-ring-offset-color:#facc15d9}.ring-offset-yellow-400\/90{--tw-ring-offset-color:#facc15e6}.ring-offset-yellow-400\/95{--tw-ring-offset-color:#facc15f2}.ring-offset-yellow-50{--tw-ring-offset-color:#fefce8}.ring-offset-yellow-50\/0{--tw-ring-offset-color:#fefce800}.ring-offset-yellow-50\/10{--tw-ring-offset-color:#fefce81a}.ring-offset-yellow-50\/100{--tw-ring-offset-color:#fefce8}.ring-offset-yellow-50\/15{--tw-ring-offset-color:#fefce826}.ring-offset-yellow-50\/20{--tw-ring-offset-color:#fefce833}.ring-offset-yellow-50\/25{--tw-ring-offset-color:#fefce840}.ring-offset-yellow-50\/30{--tw-ring-offset-color:#fefce84d}.ring-offset-yellow-50\/35{--tw-ring-offset-color:#fefce859}.ring-offset-yellow-50\/40{--tw-ring-offset-color:#fefce866}.ring-offset-yellow-50\/45{--tw-ring-offset-color:#fefce873}.ring-offset-yellow-50\/5{--tw-ring-offset-color:#fefce80d}.ring-offset-yellow-50\/50{--tw-ring-offset-color:#fefce880}.ring-offset-yellow-50\/55{--tw-ring-offset-color:#fefce88c}.ring-offset-yellow-50\/60{--tw-ring-offset-color:#fefce899}.ring-offset-yellow-50\/65{--tw-ring-offset-color:#fefce8a6}.ring-offset-yellow-50\/70{--tw-ring-offset-color:#fefce8b3}.ring-offset-yellow-50\/75{--tw-ring-offset-color:#fefce8bf}.ring-offset-yellow-50\/80{--tw-ring-offset-color:#fefce8cc}.ring-offset-yellow-50\/85{--tw-ring-offset-color:#fefce8d9}.ring-offset-yellow-50\/90{--tw-ring-offset-color:#fefce8e6}.ring-offset-yellow-50\/95{--tw-ring-offset-color:#fefce8f2}.ring-offset-yellow-500{--tw-ring-offset-color:#eab308}.ring-offset-yellow-500\/0{--tw-ring-offset-color:#eab30800}.ring-offset-yellow-500\/10{--tw-ring-offset-color:#eab3081a}.ring-offset-yellow-500\/100{--tw-ring-offset-color:#eab308}.ring-offset-yellow-500\/15{--tw-ring-offset-color:#eab30826}.ring-offset-yellow-500\/20{--tw-ring-offset-color:#eab30833}.ring-offset-yellow-500\/25{--tw-ring-offset-color:#eab30840}.ring-offset-yellow-500\/30{--tw-ring-offset-color:#eab3084d}.ring-offset-yellow-500\/35{--tw-ring-offset-color:#eab30859}.ring-offset-yellow-500\/40{--tw-ring-offset-color:#eab30866}.ring-offset-yellow-500\/45{--tw-ring-offset-color:#eab30873}.ring-offset-yellow-500\/5{--tw-ring-offset-color:#eab3080d}.ring-offset-yellow-500\/50{--tw-ring-offset-color:#eab30880}.ring-offset-yellow-500\/55{--tw-ring-offset-color:#eab3088c}.ring-offset-yellow-500\/60{--tw-ring-offset-color:#eab30899}.ring-offset-yellow-500\/65{--tw-ring-offset-color:#eab308a6}.ring-offset-yellow-500\/70{--tw-ring-offset-color:#eab308b3}.ring-offset-yellow-500\/75{--tw-ring-offset-color:#eab308bf}.ring-offset-yellow-500\/80{--tw-ring-offset-color:#eab308cc}.ring-offset-yellow-500\/85{--tw-ring-offset-color:#eab308d9}.ring-offset-yellow-500\/90{--tw-ring-offset-color:#eab308e6}.ring-offset-yellow-500\/95{--tw-ring-offset-color:#eab308f2}.ring-offset-yellow-600{--tw-ring-offset-color:#ca8a04}.ring-offset-yellow-600\/0{--tw-ring-offset-color:#ca8a0400}.ring-offset-yellow-600\/10{--tw-ring-offset-color:#ca8a041a}.ring-offset-yellow-600\/100{--tw-ring-offset-color:#ca8a04}.ring-offset-yellow-600\/15{--tw-ring-offset-color:#ca8a0426}.ring-offset-yellow-600\/20{--tw-ring-offset-color:#ca8a0433}.ring-offset-yellow-600\/25{--tw-ring-offset-color:#ca8a0440}.ring-offset-yellow-600\/30{--tw-ring-offset-color:#ca8a044d}.ring-offset-yellow-600\/35{--tw-ring-offset-color:#ca8a0459}.ring-offset-yellow-600\/40{--tw-ring-offset-color:#ca8a0466}.ring-offset-yellow-600\/45{--tw-ring-offset-color:#ca8a0473}.ring-offset-yellow-600\/5{--tw-ring-offset-color:#ca8a040d}.ring-offset-yellow-600\/50{--tw-ring-offset-color:#ca8a0480}.ring-offset-yellow-600\/55{--tw-ring-offset-color:#ca8a048c}.ring-offset-yellow-600\/60{--tw-ring-offset-color:#ca8a0499}.ring-offset-yellow-600\/65{--tw-ring-offset-color:#ca8a04a6}.ring-offset-yellow-600\/70{--tw-ring-offset-color:#ca8a04b3}.ring-offset-yellow-600\/75{--tw-ring-offset-color:#ca8a04bf}.ring-offset-yellow-600\/80{--tw-ring-offset-color:#ca8a04cc}.ring-offset-yellow-600\/85{--tw-ring-offset-color:#ca8a04d9}.ring-offset-yellow-600\/90{--tw-ring-offset-color:#ca8a04e6}.ring-offset-yellow-600\/95{--tw-ring-offset-color:#ca8a04f2}.ring-offset-yellow-700{--tw-ring-offset-color:#a16207}.ring-offset-yellow-700\/0{--tw-ring-offset-color:#a1620700}.ring-offset-yellow-700\/10{--tw-ring-offset-color:#a162071a}.ring-offset-yellow-700\/100{--tw-ring-offset-color:#a16207}.ring-offset-yellow-700\/15{--tw-ring-offset-color:#a1620726}.ring-offset-yellow-700\/20{--tw-ring-offset-color:#a1620733}.ring-offset-yellow-700\/25{--tw-ring-offset-color:#a1620740}.ring-offset-yellow-700\/30{--tw-ring-offset-color:#a162074d}.ring-offset-yellow-700\/35{--tw-ring-offset-color:#a1620759}.ring-offset-yellow-700\/40{--tw-ring-offset-color:#a1620766}.ring-offset-yellow-700\/45{--tw-ring-offset-color:#a1620773}.ring-offset-yellow-700\/5{--tw-ring-offset-color:#a162070d}.ring-offset-yellow-700\/50{--tw-ring-offset-color:#a1620780}.ring-offset-yellow-700\/55{--tw-ring-offset-color:#a162078c}.ring-offset-yellow-700\/60{--tw-ring-offset-color:#a1620799}.ring-offset-yellow-700\/65{--tw-ring-offset-color:#a16207a6}.ring-offset-yellow-700\/70{--tw-ring-offset-color:#a16207b3}.ring-offset-yellow-700\/75{--tw-ring-offset-color:#a16207bf}.ring-offset-yellow-700\/80{--tw-ring-offset-color:#a16207cc}.ring-offset-yellow-700\/85{--tw-ring-offset-color:#a16207d9}.ring-offset-yellow-700\/90{--tw-ring-offset-color:#a16207e6}.ring-offset-yellow-700\/95{--tw-ring-offset-color:#a16207f2}.ring-offset-yellow-800{--tw-ring-offset-color:#854d0e}.ring-offset-yellow-800\/0{--tw-ring-offset-color:#854d0e00}.ring-offset-yellow-800\/10{--tw-ring-offset-color:#854d0e1a}.ring-offset-yellow-800\/100{--tw-ring-offset-color:#854d0e}.ring-offset-yellow-800\/15{--tw-ring-offset-color:#854d0e26}.ring-offset-yellow-800\/20{--tw-ring-offset-color:#854d0e33}.ring-offset-yellow-800\/25{--tw-ring-offset-color:#854d0e40}.ring-offset-yellow-800\/30{--tw-ring-offset-color:#854d0e4d}.ring-offset-yellow-800\/35{--tw-ring-offset-color:#854d0e59}.ring-offset-yellow-800\/40{--tw-ring-offset-color:#854d0e66}.ring-offset-yellow-800\/45{--tw-ring-offset-color:#854d0e73}.ring-offset-yellow-800\/5{--tw-ring-offset-color:#854d0e0d}.ring-offset-yellow-800\/50{--tw-ring-offset-color:#854d0e80}.ring-offset-yellow-800\/55{--tw-ring-offset-color:#854d0e8c}.ring-offset-yellow-800\/60{--tw-ring-offset-color:#854d0e99}.ring-offset-yellow-800\/65{--tw-ring-offset-color:#854d0ea6}.ring-offset-yellow-800\/70{--tw-ring-offset-color:#854d0eb3}.ring-offset-yellow-800\/75{--tw-ring-offset-color:#854d0ebf}.ring-offset-yellow-800\/80{--tw-ring-offset-color:#854d0ecc}.ring-offset-yellow-800\/85{--tw-ring-offset-color:#854d0ed9}.ring-offset-yellow-800\/90{--tw-ring-offset-color:#854d0ee6}.ring-offset-yellow-800\/95{--tw-ring-offset-color:#854d0ef2}.ring-offset-yellow-900{--tw-ring-offset-color:#713f12}.ring-offset-yellow-900\/0{--tw-ring-offset-color:#713f1200}.ring-offset-yellow-900\/10{--tw-ring-offset-color:#713f121a}.ring-offset-yellow-900\/100{--tw-ring-offset-color:#713f12}.ring-offset-yellow-900\/15{--tw-ring-offset-color:#713f1226}.ring-offset-yellow-900\/20{--tw-ring-offset-color:#713f1233}.ring-offset-yellow-900\/25{--tw-ring-offset-color:#713f1240}.ring-offset-yellow-900\/30{--tw-ring-offset-color:#713f124d}.ring-offset-yellow-900\/35{--tw-ring-offset-color:#713f1259}.ring-offset-yellow-900\/40{--tw-ring-offset-color:#713f1266}.ring-offset-yellow-900\/45{--tw-ring-offset-color:#713f1273}.ring-offset-yellow-900\/5{--tw-ring-offset-color:#713f120d}.ring-offset-yellow-900\/50{--tw-ring-offset-color:#713f1280}.ring-offset-yellow-900\/55{--tw-ring-offset-color:#713f128c}.ring-offset-yellow-900\/60{--tw-ring-offset-color:#713f1299}.ring-offset-yellow-900\/65{--tw-ring-offset-color:#713f12a6}.ring-offset-yellow-900\/70{--tw-ring-offset-color:#713f12b3}.ring-offset-yellow-900\/75{--tw-ring-offset-color:#713f12bf}.ring-offset-yellow-900\/80{--tw-ring-offset-color:#713f12cc}.ring-offset-yellow-900\/85{--tw-ring-offset-color:#713f12d9}.ring-offset-yellow-900\/90{--tw-ring-offset-color:#713f12e6}.ring-offset-yellow-900\/95{--tw-ring-offset-color:#713f12f2}.ring-offset-yellow-950{--tw-ring-offset-color:#422006}.ring-offset-yellow-950\/0{--tw-ring-offset-color:#42200600}.ring-offset-yellow-950\/10{--tw-ring-offset-color:#4220061a}.ring-offset-yellow-950\/100{--tw-ring-offset-color:#422006}.ring-offset-yellow-950\/15{--tw-ring-offset-color:#42200626}.ring-offset-yellow-950\/20{--tw-ring-offset-color:#42200633}.ring-offset-yellow-950\/25{--tw-ring-offset-color:#42200640}.ring-offset-yellow-950\/30{--tw-ring-offset-color:#4220064d}.ring-offset-yellow-950\/35{--tw-ring-offset-color:#42200659}.ring-offset-yellow-950\/40{--tw-ring-offset-color:#42200666}.ring-offset-yellow-950\/45{--tw-ring-offset-color:#42200673}.ring-offset-yellow-950\/5{--tw-ring-offset-color:#4220060d}.ring-offset-yellow-950\/50{--tw-ring-offset-color:#42200680}.ring-offset-yellow-950\/55{--tw-ring-offset-color:#4220068c}.ring-offset-yellow-950\/60{--tw-ring-offset-color:#42200699}.ring-offset-yellow-950\/65{--tw-ring-offset-color:#422006a6}.ring-offset-yellow-950\/70{--tw-ring-offset-color:#422006b3}.ring-offset-yellow-950\/75{--tw-ring-offset-color:#422006bf}.ring-offset-yellow-950\/80{--tw-ring-offset-color:#422006cc}.ring-offset-yellow-950\/85{--tw-ring-offset-color:#422006d9}.ring-offset-yellow-950\/90{--tw-ring-offset-color:#422006e6}.ring-offset-yellow-950\/95{--tw-ring-offset-color:#422006f2}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px #00000026);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.\!transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150{transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.dialog{width:100%;max-width:500px}.salesforce-level-filter{min-width:200px;max-width:250px}.user-table{width:100%}.q-table__bottom--nodata{color:red;padding-left:40%}.footer-caption{font-size:small}a{text-decoration:none}.login-aurochs-logo{width:100px}.footer-right-icon{float:right;height:30px}.q-banner{width:98%}.icon-color{color:#737373}.menubar-icon{float:left;height:20px}.flag{font-size:20px}.login-box{padding-right:100px}.account,.password{float:right;font-size:26px}.toolbar-title{height:71px}.login-page-image{float:right;width:360px;margin-top:140px}.layout_logo{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALEAAABaCAYAAAD3qreEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MENFNTRDQjZERUY4MTFFNUE2MjlFQzA5ODc4NzZGRDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MENFNTRDQjdERUY4MTFFNUE2MjlFQzA5ODc4NzZGRDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQ0U1NENCNERFRjgxMUU1QTYyOUVDMDk4Nzg3NkZENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQ0U1NENCNURFRjgxMUU1QTYyOUVDMDk4Nzg3NkZENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsSzGPkAAAkXSURBVHja7J2xcuM2EIZhztU5dakyoxSpTT2B6Sc46wlOatPI16SV3aaR1aSV/ATSPYHoJ7BcpzAzqdJx8gIXrLOc4/FMiyQWwC6JneFc4rEsEvj4898FCJx9+fJFhQghOaLQBCECxCFCBIhDhDCLd6d+4ezsLLRSy/jhtz8S/M+RPmJ95Po44s+yf3//NQut1DxO5W1nJ39BOMT//PTLGCD68e8/c4vQXul/PiCwcYOPwLmk+njQx94m1Pr6Y33txz5D/K6vd6/uPADrI0I1sQAu3BxLfVyh4raJEX4Ojgt9TC02RaLbYqf/vdfHVgPdu6dAr5RYdxbAMdPHQh9j/PGl7rjUArwzgj831yq8ddAuB4AZ/xe+756yTYKdoIP3GuEtq+Jed9aUEOCbV76DNcAlS/Vc+TFAvNbtsw8Q+/e7daoIvnNC8fjU8AK0h4Z+t0mAD546bqsbbKtqQPvc6nbaSoVYZIkNlBc75fmNx/qaCOAYv4cKYLi55h6a7Q6/uxogBBvdns/6SCTyEAmGd3kClDsigA9E9qGIrVbh3HXbYXVm/cavAMwH8M/SYI4EAQyK+4jwnoJqbVpSswSwwiqBr6hT42+qGQjzBu1aqE4QwAswrUrZdZP42cRKoAd+tgCw0ip85rk9V5gEN7U+IAg3wRObWYfHlgBT1EJ3NgDGioDvWLf4XWiDJXe/HDEFOClZh7bx2dBG3LS8aUQF3uBtR/AKv7zCcmaA+IT6rtCLdvFjuUndEwcyFhYvkYvHXHf8HNiQR26qHDECOEb1vTb4M6aF+yZJoxHE6Ld9R2p4Ix5QbALEJYAL72uqVJ2tBKrwzMHlelexjpbiO1XW/faI4jNciNE+HDp6X2qFWTi67IXiERRJZoyqPBskxHgHPxMq09GwNuyqI5LSfGOjMPw7D0TXA/Zog3Xl0WAg1hd7jfaB8qKPBjBcKbteuBobU2+sPw+e1MSXpsTXNENVHvceYrhjDRu/Lp4MPnvhuBmgo3ddQdafm2ECHHf9G/jUoh7+jn1ULyKH8IL/fbT42DZJVHwkW/CdB0wo2wAMSfCG6NxtvPExcu2TI0cAF+Uzm5lsbqggPuKlXQDMU4oK/lcfrw0AmZx7ZtMyuSrDvXMEsI2JNNXHYydVwYk+PmOEYC70uaRoi9KS7ThX/7/GVKfY5wbf/Zfla4My3Ej3zVwsxPhIWTlOmrpAxOU8ivfulgLPvzbhQyG7tPWybmQZ4I2ARh5yZI6+p6gnj8RAXAK4b53BMRIh7WYN5KgHAA8d4lzQuRYluJgtxJ4ANlUj6SFtYZQxKnLMDmKPAIeQd/MXteQxG4iFA3wUDqJUKwUg7yg8cjRwgBW+eZwLhvhJ8LmTJHtRXwA2fDSlA/XE7/sAcmQATcxMgU0gfhAKcK6fJKkhQGwU2SnEpaFk1ROI90IhNj1vTgNRMc5wtA8xyv5B8RuJ6wwxrg8s0VJ8NgWH2fXMukwainoCMMS54efvhQEMK853VmIO78bVxHXbaZxtlXjD8O4lURVcZjUTBPFtz1T4G87aTKyPWty5IPNXjC98TFBzvBUCcEawtvE582vcNa04RQ0BBnm/FtC5icmHEQwJ3njuu60cROPBkKgBwHA3rJSMuCAChPPgx9awrFbkNrGA/oybsNdEiSWNZhmrC1YqPjG9viPRuSWC+jQ3hhhn418KueCYYlIJ2ootw86cEy3Q/UFIf6aav0/GECPIR+VniX5vKqNhmTMC+UVI9DlRTVa6EtCPcK2N9jVpXJ3AjUnuBFz8R6o/xARkUoBxfz/ur4y9PHWavpPXqk6M0s59iDahXIUGQfZVejsSKzDpTW4xpm3eXu8yd2Ku+M/BnVH+MQ3RDeYFmcsqBDXAWJXgbiXmbTeKbA1xKdHLGDcEudpgWWviwFJlCO/cwi5L3Gv9nfbT67zxjKtFUQzvaCt+lnhr3DK8tzZ3GYW9NxSf1eq/e/LULbJidUdR5iBDecZqaRCXnpqprxuhd0lgIMe4Nx3AaAAwnOdGGsDWIS6B/Mi0cS5dbcSNQCcI8/kbNzZ4XFg+KiVO2KSqMKwrPXnrF5zs7cz4LreuxhKCcf8cVYPlrZxtUM64oaYSdpK3CPBI0eyH4gXgJhCTrTuBSRTHUb2VGnZcSwa4SZCuAMQU5DHuzjREFS6qKL0FmBziEshTxWv220LKZtvEsek7wFYgRpDBg14yAnmkBrbEFm7ukzA6JSijTWysUUyW2NU0JLc68ifdiHcDAHis6HenMgW4s810ltjVKDI8PiaKz1yLJeO3fKltBBeAb21vd2B94xncgvWSCci9txWYxHKxETD0bz2ptmonXmlgAGgm/fHGGOBE8ViZKccEjkS4vNqJV1QZwOHw/trM937ElnzwjkkFYkIFMDslrijGjoFvc9rYFgEuVmby7fe3mDyTViBYKXFJkVMmCd+hJ4nejgHAAO/c1jZf7JS4oiIwLOxzsraVArxDFfadZ0DiPrX5RGOpxBVVBo/sc4TP6h5rPQd4z8GSeVfiiq+DTvH1DpgoRfY8azBH+7B18WXOpmISdg5Yi6WnpE8EyJ4BhnxmjvV/FSCu76QxdlISQGYDMLTHrY9he5EQlzrsSvkZQmUJskeA92gfMh/XLRrikldeeqhgsAIZh5Ndzw3OVId1IALE9Z1YLPOZDA1kD1UIuN61i3kPg4K41KEJPlLHDtVo6quM5AHgrbIw6hYgrveHS0cwk05oaWGjdg6fPFtM3DJufd1biD3A7Kw26nguBFt4BwNxBeaFg463+naIw7dh2MM7OIgrnhlgtjnyZ2U+soOSIgAL+/XdSZorMjiIS0CM1dd10mxYDdLKheUa8Mt6b1IXkRksxK8o3AdUZ0qVI6lcWKpAwLmtAWAJliFA3C5hKoBOiIAulubfdzwfygpEVlLdY1/6LUB8WqEvEGxTy9Eq4Su9TmSaiAK0D31Q3AAxjYdOEOqkI9SNEj7DCkSK0Ka+h4MDxDKsR4xAnyPUcUPIpnUJHyZwqwYA55g8wvGk/l/H9zjEvggQ21Hs8vG+AvdYfR3hy2sqEGkF1qfSDaCGorDOIA4RgntEoQlCBIhDhAgQhwhhFv8JMABEjH0nw63vbwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain}.login_logo{float:right;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALEAAABaCAYAAAD3qreEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MENFNTRDQjZERUY4MTFFNUE2MjlFQzA5ODc4NzZGRDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MENFNTRDQjdERUY4MTFFNUE2MjlFQzA5ODc4NzZGRDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQ0U1NENCNERFRjgxMUU1QTYyOUVDMDk4Nzg3NkZENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQ0U1NENCNURFRjgxMUU1QTYyOUVDMDk4Nzg3NkZENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsSzGPkAAAkXSURBVHja7J2xcuM2EIZhztU5dakyoxSpTT2B6Sc46wlOatPI16SV3aaR1aSV/ATSPYHoJ7BcpzAzqdJx8gIXrLOc4/FMiyQWwC6JneFc4rEsEvj4898FCJx9+fJFhQghOaLQBCECxCFCBIhDhDCLd6d+4ezsLLRSy/jhtz8S/M+RPmJ95Po44s+yf3//NQut1DxO5W1nJ39BOMT//PTLGCD68e8/c4vQXul/PiCwcYOPwLmk+njQx94m1Pr6Y33txz5D/K6vd6/uPADrI0I1sQAu3BxLfVyh4raJEX4Ojgt9TC02RaLbYqf/vdfHVgPdu6dAr5RYdxbAMdPHQh9j/PGl7rjUArwzgj831yq8ddAuB4AZ/xe+756yTYKdoIP3GuEtq+Jed9aUEOCbV76DNcAlS/Vc+TFAvNbtsw8Q+/e7daoIvnNC8fjU8AK0h4Z+t0mAD546bqsbbKtqQPvc6nbaSoVYZIkNlBc75fmNx/qaCOAYv4cKYLi55h6a7Q6/uxogBBvdns/6SCTyEAmGd3kClDsigA9E9qGIrVbh3HXbYXVm/cavAMwH8M/SYI4EAQyK+4jwnoJqbVpSswSwwiqBr6hT42+qGQjzBu1aqE4QwAswrUrZdZP42cRKoAd+tgCw0ip85rk9V5gEN7U+IAg3wRObWYfHlgBT1EJ3NgDGioDvWLf4XWiDJXe/HDEFOClZh7bx2dBG3LS8aUQF3uBtR/AKv7zCcmaA+IT6rtCLdvFjuUndEwcyFhYvkYvHXHf8HNiQR26qHDECOEb1vTb4M6aF+yZJoxHE6Ld9R2p4Ix5QbALEJYAL72uqVJ2tBKrwzMHlelexjpbiO1XW/faI4jNciNE+HDp6X2qFWTi67IXiERRJZoyqPBskxHgHPxMq09GwNuyqI5LSfGOjMPw7D0TXA/Zog3Xl0WAg1hd7jfaB8qKPBjBcKbteuBobU2+sPw+e1MSXpsTXNENVHvceYrhjDRu/Lp4MPnvhuBmgo3ddQdafm2ECHHf9G/jUoh7+jn1ULyKH8IL/fbT42DZJVHwkW/CdB0wo2wAMSfCG6NxtvPExcu2TI0cAF+Uzm5lsbqggPuKlXQDMU4oK/lcfrw0AmZx7ZtMyuSrDvXMEsI2JNNXHYydVwYk+PmOEYC70uaRoi9KS7ThX/7/GVKfY5wbf/Zfla4My3Ej3zVwsxPhIWTlOmrpAxOU8ivfulgLPvzbhQyG7tPWybmQZ4I2ARh5yZI6+p6gnj8RAXAK4b53BMRIh7WYN5KgHAA8d4lzQuRYluJgtxJ4ANlUj6SFtYZQxKnLMDmKPAIeQd/MXteQxG4iFA3wUDqJUKwUg7yg8cjRwgBW+eZwLhvhJ8LmTJHtRXwA2fDSlA/XE7/sAcmQATcxMgU0gfhAKcK6fJKkhQGwU2SnEpaFk1ROI90IhNj1vTgNRMc5wtA8xyv5B8RuJ6wwxrg8s0VJ8NgWH2fXMukwainoCMMS54efvhQEMK853VmIO78bVxHXbaZxtlXjD8O4lURVcZjUTBPFtz1T4G87aTKyPWty5IPNXjC98TFBzvBUCcEawtvE582vcNa04RQ0BBnm/FtC5icmHEQwJ3njuu60cROPBkKgBwHA3rJSMuCAChPPgx9awrFbkNrGA/oybsNdEiSWNZhmrC1YqPjG9viPRuSWC+jQ3hhhn418KueCYYlIJ2ootw86cEy3Q/UFIf6aav0/GECPIR+VniX5vKqNhmTMC+UVI9DlRTVa6EtCPcK2N9jVpXJ3AjUnuBFz8R6o/xARkUoBxfz/ur4y9PHWavpPXqk6M0s59iDahXIUGQfZVejsSKzDpTW4xpm3eXu8yd2Ku+M/BnVH+MQ3RDeYFmcsqBDXAWJXgbiXmbTeKbA1xKdHLGDcEudpgWWviwFJlCO/cwi5L3Gv9nfbT67zxjKtFUQzvaCt+lnhr3DK8tzZ3GYW9NxSf1eq/e/LULbJidUdR5iBDecZqaRCXnpqprxuhd0lgIMe4Nx3AaAAwnOdGGsDWIS6B/Mi0cS5dbcSNQCcI8/kbNzZ4XFg+KiVO2KSqMKwrPXnrF5zs7cz4LreuxhKCcf8cVYPlrZxtUM64oaYSdpK3CPBI0eyH4gXgJhCTrTuBSRTHUb2VGnZcSwa4SZCuAMQU5DHuzjREFS6qKL0FmBziEshTxWv220LKZtvEsek7wFYgRpDBg14yAnmkBrbEFm7ukzA6JSijTWysUUyW2NU0JLc68ifdiHcDAHis6HenMgW4s810ltjVKDI8PiaKz1yLJeO3fKltBBeAb21vd2B94xncgvWSCci9txWYxHKxETD0bz2ptmonXmlgAGgm/fHGGOBE8ViZKccEjkS4vNqJV1QZwOHw/trM937ElnzwjkkFYkIFMDslrijGjoFvc9rYFgEuVmby7fe3mDyTViBYKXFJkVMmCd+hJ4nejgHAAO/c1jZf7JS4oiIwLOxzsraVArxDFfadZ0DiPrX5RGOpxBVVBo/sc4TP6h5rPQd4z8GSeVfiiq+DTvH1DpgoRfY8azBH+7B18WXOpmISdg5Yi6WnpE8EyJ4BhnxmjvV/FSCu76QxdlISQGYDMLTHrY9he5EQlzrsSvkZQmUJskeA92gfMh/XLRrikldeeqhgsAIZh5Ndzw3OVId1IALE9Z1YLPOZDA1kD1UIuN61i3kPg4K41KEJPlLHDtVo6quM5AHgrbIw6hYgrveHS0cwk05oaWGjdg6fPFtM3DJufd1biD3A7Kw26nguBFt4BwNxBeaFg463+naIw7dh2MM7OIgrnhlgtjnyZ2U+soOSIgAL+/XdSZorMjiIS0CM1dd10mxYDdLKheUa8Mt6b1IXkRksxK8o3AdUZ0qVI6lcWKpAwLmtAWAJliFA3C5hKoBOiIAulubfdzwfygpEVlLdY1/6LUB8WqEvEGxTy9Eq4Su9TmSaiAK0D31Q3AAxjYdOEOqkI9SNEj7DCkSK0Ka+h4MDxDKsR4xAnyPUcUPIpnUJHyZwqwYA55g8wvGk/l/H9zjEvggQ21Hs8vG+AvdYfR3hy2sqEGkF1qfSDaCGorDOIA4RgntEoQlCBIhDhAgQhwhhFv8JMABEjH0nw63vbwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;margin-top:200px;margin-right:140px}@media (width>=640px){.sm\:aspect-w-1{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:1;position:relative}.sm\:aspect-w-1>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-10{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:10;position:relative}.sm\:aspect-w-10>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-11{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:11;position:relative}.sm\:aspect-w-11>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-12{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:12;position:relative}.sm\:aspect-w-12>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-13{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:13;position:relative}.sm\:aspect-w-13>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-14{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:14;position:relative}.sm\:aspect-w-14>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-15{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:15;position:relative}.sm\:aspect-w-15>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-16{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:16;position:relative}.sm\:aspect-w-16>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-2{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:2;position:relative}.sm\:aspect-w-2>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-3{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:3;position:relative}.sm\:aspect-w-3>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-4{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:4;position:relative}.sm\:aspect-w-4>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-5{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:5;position:relative}.sm\:aspect-w-5>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-6{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:6;position:relative}.sm\:aspect-w-6>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-7{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:7;position:relative}.sm\:aspect-w-7>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-8{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:8;position:relative}.sm\:aspect-w-8>*{width:100%;height:100%;position:absolute;inset:0}.sm\:aspect-w-9{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:9;position:relative}.sm\:aspect-w-9>*{width:100%;height:100%;position:absolute;inset:0}}@media (width>=768px){.md\:aspect-w-1{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:1;position:relative}.md\:aspect-w-1>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-10{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:10;position:relative}.md\:aspect-w-10>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-11{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:11;position:relative}.md\:aspect-w-11>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-12{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:12;position:relative}.md\:aspect-w-12>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-13{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:13;position:relative}.md\:aspect-w-13>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-14{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:14;position:relative}.md\:aspect-w-14>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-15{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:15;position:relative}.md\:aspect-w-15>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-16{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:16;position:relative}.md\:aspect-w-16>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-2{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:2;position:relative}.md\:aspect-w-2>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-3{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:3;position:relative}.md\:aspect-w-3>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-4{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:4;position:relative}.md\:aspect-w-4>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-5{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:5;position:relative}.md\:aspect-w-5>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-6{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:6;position:relative}.md\:aspect-w-6>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-7{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:7;position:relative}.md\:aspect-w-7>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-8{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:8;position:relative}.md\:aspect-w-8>*{width:100%;height:100%;position:absolute;inset:0}.md\:aspect-w-9{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:9;position:relative}.md\:aspect-w-9>*{width:100%;height:100%;position:absolute;inset:0}}@media (width>=1024px){.lg\:aspect-w-1{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:1;position:relative}.lg\:aspect-w-1>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-10{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:10;position:relative}.lg\:aspect-w-10>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-11{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:11;position:relative}.lg\:aspect-w-11>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-12{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:12;position:relative}.lg\:aspect-w-12>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-13{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:13;position:relative}.lg\:aspect-w-13>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-14{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:14;position:relative}.lg\:aspect-w-14>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-15{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:15;position:relative}.lg\:aspect-w-15>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-16{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:16;position:relative}.lg\:aspect-w-16>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-2{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:2;position:relative}.lg\:aspect-w-2>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-3{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:3;position:relative}.lg\:aspect-w-3>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-4{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:4;position:relative}.lg\:aspect-w-4>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-5{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:5;position:relative}.lg\:aspect-w-5>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-6{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:6;position:relative}.lg\:aspect-w-6>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-7{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:7;position:relative}.lg\:aspect-w-7>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-8{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:8;position:relative}.lg\:aspect-w-8>*{width:100%;height:100%;position:absolute;inset:0}.lg\:aspect-w-9{padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:9;position:relative}.lg\:aspect-w-9>*{width:100%;height:100%;position:absolute;inset:0}}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:text-brand-900:hover{--tw-text-opacity:1;color:rgb(78 16 20/var(--tw-text-opacity,1))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity,1))}.hover\:text-red-900:hover{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus\:border-brand-500:focus{--tw-border-opacity:1;border-color:rgb(229 73 113/var(--tw-border-opacity,1))}.focus\:bg-red-700:focus{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset:inset}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-brand-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 73 113/var(--tw-ring-opacity,1))}.focus\:ring-cyan-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212/var(--tw-ring-opacity,1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.active\:bg-red-800:active{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity,1))}.active\:shadow-lg:active{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.group:hover .group-hover\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.group:hover .group-hover\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.group:hover .group-hover\:opacity-100{opacity:1}@media (width>=640px){.sm\:left-6{left:1.5rem}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-10{grid-column:span 10/span 10}.sm\:col-span-11{grid-column:span 11/span 11}.sm\:col-span-12{grid-column:span 12/span 12}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:col-span-5{grid-column:span 5/span 5}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:col-span-7{grid-column:span 7/span 7}.sm\:col-span-8{grid-column:span 8/span 8}.sm\:col-span-9{grid-column:span 9/span 9}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-1{margin-top:.25rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-4{margin-top:1rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:table-row{display:table-row}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-20{height:5rem}.sm\:h-5{height:1.25rem}.sm\:h-8{height:2rem}.sm\:w-1{width:.25rem}.sm\:w-1\.5{width:.375rem}.sm\:w-1\/12{width:8.33333%}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.3333%}.sm\:w-1\/4{width:25%}.sm\:w-1\/5{width:20%}.sm\:w-1\/6{width:16.6667%}.sm\:w-10{width:2.5rem}.sm\:w-10\/12{width:83.3333%}.sm\:w-11{width:2.75rem}.sm\:w-11\/12{width:91.6667%}.sm\:w-12{width:3rem}.sm\:w-14{width:3.5rem}.sm\:w-16{width:4rem}.sm\:w-2{width:.5rem}.sm\:w-2\.5{width:.625rem}.sm\:w-2\/12{width:16.6667%}.sm\:w-2\/3{width:66.6667%}.sm\:w-2\/4{width:50%}.sm\:w-2\/5{width:40%}.sm\:w-2\/6{width:33.3333%}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-28{width:7rem}.sm\:w-3{width:.75rem}.sm\:w-3\.5{width:.875rem}.sm\:w-3\/12{width:25%}.sm\:w-3\/4{width:75%}.sm\:w-3\/5{width:60%}.sm\:w-3\/6{width:50%}.sm\:w-32{width:8rem}.sm\:w-36{width:9rem}.sm\:w-4{width:1rem}.sm\:w-4\/12{width:33.3333%}.sm\:w-4\/5{width:80%}.sm\:w-4\/6{width:66.6667%}.sm\:w-40{width:10rem}.sm\:w-44{width:11rem}.sm\:w-48{width:12rem}.sm\:w-5{width:1.25rem}.sm\:w-5\/12{width:41.6667%}.sm\:w-5\/6{width:83.3333%}.sm\:w-52{width:13rem}.sm\:w-56{width:14rem}.sm\:w-6{width:1.5rem}.sm\:w-6\/12{width:50%}.sm\:w-60{width:15rem}.sm\:w-64{width:16rem}.sm\:w-7{width:1.75rem}.sm\:w-7\/12{width:58.3333%}.sm\:w-72{width:18rem}.sm\:w-8{width:2rem}.sm\:w-8\/12{width:66.6667%}.sm\:w-80{width:20rem}.sm\:w-9{width:2.25rem}.sm\:w-9\/12{width:75%}.sm\:w-96{width:24rem}.sm\:w-\[15\%\]{width:15%}.sm\:w-\[25\%\]{width:25%}.sm\:w-full{width:100%}.sm\:min-w-0{min-width:0}.sm\:min-w-1{min-width:.25rem}.sm\:min-w-1\.5{min-width:.375rem}.sm\:min-w-10{min-width:2.5rem}.sm\:min-w-11{min-width:2.75rem}.sm\:min-w-12{min-width:3rem}.sm\:min-w-14{min-width:3.5rem}.sm\:min-w-16{min-width:4rem}.sm\:min-w-2{min-width:.5rem}.sm\:min-w-2\.5{min-width:.625rem}.sm\:min-w-20{min-width:5rem}.sm\:min-w-24{min-width:6rem}.sm\:min-w-28{min-width:7rem}.sm\:min-w-3{min-width:.75rem}.sm\:min-w-3\.5{min-width:.875rem}.sm\:min-w-32{min-width:8rem}.sm\:min-w-36{min-width:9rem}.sm\:min-w-4{min-width:1rem}.sm\:min-w-40{min-width:10rem}.sm\:min-w-44{min-width:11rem}.sm\:min-w-48{min-width:12rem}.sm\:min-w-5{min-width:1.25rem}.sm\:min-w-52{min-width:13rem}.sm\:min-w-56{min-width:14rem}.sm\:min-w-6{min-width:1.5rem}.sm\:min-w-60{min-width:15rem}.sm\:min-w-64{min-width:16rem}.sm\:min-w-7{min-width:1.75rem}.sm\:min-w-72{min-width:18rem}.sm\:min-w-8{min-width:2rem}.sm\:min-w-80{min-width:20rem}.sm\:min-w-9{min-width:2.25rem}.sm\:min-w-96{min-width:24rem}.sm\:max-w-1{max-width:.25rem}.sm\:max-w-1\.5{max-width:.375rem}.sm\:max-w-10{max-width:2.5rem}.sm\:max-w-11{max-width:2.75rem}.sm\:max-w-12{max-width:3rem}.sm\:max-w-14{max-width:3.5rem}.sm\:max-w-16{max-width:4rem}.sm\:max-w-2{max-width:.5rem}.sm\:max-w-2\.5{max-width:.625rem}.sm\:max-w-20{max-width:5rem}.sm\:max-w-24{max-width:6rem}.sm\:max-w-28{max-width:7rem}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3{max-width:.75rem}.sm\:max-w-3\.5{max-width:.875rem}.sm\:max-w-32{max-width:8rem}.sm\:max-w-36{max-width:9rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-4{max-width:1rem}.sm\:max-w-40{max-width:10rem}.sm\:max-w-44{max-width:11rem}.sm\:max-w-48{max-width:12rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-5{max-width:1.25rem}.sm\:max-w-52{max-width:13rem}.sm\:max-w-56{max-width:14rem}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-6{max-width:1.5rem}.sm\:max-w-60{max-width:15rem}.sm\:max-w-64{max-width:16rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-7{max-width:1.75rem}.sm\:max-w-72{max-width:18rem}.sm\:max-w-7xl{max-width:80rem}.sm\:max-w-8{max-width:2rem}.sm\:max-w-80{max-width:20rem}.sm\:max-w-9{max-width:2.25rem}.sm\:max-w-96{max-width:24rem}.sm\:flex-1{flex:1}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.sm\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:gap-5{gap:1.25rem}.sm\:-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.sm\:divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.sm\:divide-yellow-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 249 195/var(--tw-divide-opacity,1))}.sm\:divide-yellow-100\/0>:not([hidden])~:not([hidden]){border-color:#fef9c300}.sm\:divide-yellow-100\/10>:not([hidden])~:not([hidden]){border-color:#fef9c31a}.sm\:divide-yellow-100\/100>:not([hidden])~:not([hidden]){border-color:#fef9c3}.sm\:divide-yellow-100\/15>:not([hidden])~:not([hidden]){border-color:#fef9c326}.sm\:divide-yellow-100\/20>:not([hidden])~:not([hidden]){border-color:#fef9c333}.sm\:divide-yellow-100\/25>:not([hidden])~:not([hidden]){border-color:#fef9c340}.sm\:divide-yellow-100\/30>:not([hidden])~:not([hidden]){border-color:#fef9c34d}.sm\:divide-yellow-100\/35>:not([hidden])~:not([hidden]){border-color:#fef9c359}.sm\:divide-yellow-100\/40>:not([hidden])~:not([hidden]){border-color:#fef9c366}.sm\:divide-yellow-100\/45>:not([hidden])~:not([hidden]){border-color:#fef9c373}.sm\:divide-yellow-100\/5>:not([hidden])~:not([hidden]){border-color:#fef9c30d}.sm\:divide-yellow-100\/50>:not([hidden])~:not([hidden]){border-color:#fef9c380}.sm\:divide-yellow-100\/55>:not([hidden])~:not([hidden]){border-color:#fef9c38c}.sm\:divide-yellow-100\/60>:not([hidden])~:not([hidden]){border-color:#fef9c399}.sm\:divide-yellow-100\/65>:not([hidden])~:not([hidden]){border-color:#fef9c3a6}.sm\:divide-yellow-100\/70>:not([hidden])~:not([hidden]){border-color:#fef9c3b3}.sm\:divide-yellow-100\/75>:not([hidden])~:not([hidden]){border-color:#fef9c3bf}.sm\:divide-yellow-100\/80>:not([hidden])~:not([hidden]){border-color:#fef9c3cc}.sm\:divide-yellow-100\/85>:not([hidden])~:not([hidden]){border-color:#fef9c3d9}.sm\:divide-yellow-100\/90>:not([hidden])~:not([hidden]){border-color:#fef9c3e6}.sm\:divide-yellow-100\/95>:not([hidden])~:not([hidden]){border-color:#fef9c3f2}.sm\:divide-yellow-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 240 138/var(--tw-divide-opacity,1))}.sm\:divide-yellow-200\/0>:not([hidden])~:not([hidden]){border-color:#fef08a00}.sm\:divide-yellow-200\/10>:not([hidden])~:not([hidden]){border-color:#fef08a1a}.sm\:divide-yellow-200\/100>:not([hidden])~:not([hidden]){border-color:#fef08a}.sm\:divide-yellow-200\/15>:not([hidden])~:not([hidden]){border-color:#fef08a26}.sm\:divide-yellow-200\/20>:not([hidden])~:not([hidden]){border-color:#fef08a33}.sm\:divide-yellow-200\/25>:not([hidden])~:not([hidden]){border-color:#fef08a40}.sm\:divide-yellow-200\/30>:not([hidden])~:not([hidden]){border-color:#fef08a4d}.sm\:divide-yellow-200\/35>:not([hidden])~:not([hidden]){border-color:#fef08a59}.sm\:divide-yellow-200\/40>:not([hidden])~:not([hidden]){border-color:#fef08a66}.sm\:divide-yellow-200\/45>:not([hidden])~:not([hidden]){border-color:#fef08a73}.sm\:divide-yellow-200\/5>:not([hidden])~:not([hidden]){border-color:#fef08a0d}.sm\:divide-yellow-200\/50>:not([hidden])~:not([hidden]){border-color:#fef08a80}.sm\:divide-yellow-200\/55>:not([hidden])~:not([hidden]){border-color:#fef08a8c}.sm\:divide-yellow-200\/60>:not([hidden])~:not([hidden]){border-color:#fef08a99}.sm\:divide-yellow-200\/65>:not([hidden])~:not([hidden]){border-color:#fef08aa6}.sm\:divide-yellow-200\/70>:not([hidden])~:not([hidden]){border-color:#fef08ab3}.sm\:divide-yellow-200\/75>:not([hidden])~:not([hidden]){border-color:#fef08abf}.sm\:divide-yellow-200\/80>:not([hidden])~:not([hidden]){border-color:#fef08acc}.sm\:divide-yellow-200\/85>:not([hidden])~:not([hidden]){border-color:#fef08ad9}.sm\:divide-yellow-200\/90>:not([hidden])~:not([hidden]){border-color:#fef08ae6}.sm\:divide-yellow-200\/95>:not([hidden])~:not([hidden]){border-color:#fef08af2}.sm\:divide-yellow-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 224 71/var(--tw-divide-opacity,1))}.sm\:divide-yellow-300\/0>:not([hidden])~:not([hidden]){border-color:#fde04700}.sm\:divide-yellow-300\/10>:not([hidden])~:not([hidden]){border-color:#fde0471a}.sm\:divide-yellow-300\/100>:not([hidden])~:not([hidden]){border-color:#fde047}.sm\:divide-yellow-300\/15>:not([hidden])~:not([hidden]){border-color:#fde04726}.sm\:divide-yellow-300\/20>:not([hidden])~:not([hidden]){border-color:#fde04733}.sm\:divide-yellow-300\/25>:not([hidden])~:not([hidden]){border-color:#fde04740}.sm\:divide-yellow-300\/30>:not([hidden])~:not([hidden]){border-color:#fde0474d}.sm\:divide-yellow-300\/35>:not([hidden])~:not([hidden]){border-color:#fde04759}.sm\:divide-yellow-300\/40>:not([hidden])~:not([hidden]){border-color:#fde04766}.sm\:divide-yellow-300\/45>:not([hidden])~:not([hidden]){border-color:#fde04773}.sm\:divide-yellow-300\/5>:not([hidden])~:not([hidden]){border-color:#fde0470d}.sm\:divide-yellow-300\/50>:not([hidden])~:not([hidden]){border-color:#fde04780}.sm\:divide-yellow-300\/55>:not([hidden])~:not([hidden]){border-color:#fde0478c}.sm\:divide-yellow-300\/60>:not([hidden])~:not([hidden]){border-color:#fde04799}.sm\:divide-yellow-300\/65>:not([hidden])~:not([hidden]){border-color:#fde047a6}.sm\:divide-yellow-300\/70>:not([hidden])~:not([hidden]){border-color:#fde047b3}.sm\:divide-yellow-300\/75>:not([hidden])~:not([hidden]){border-color:#fde047bf}.sm\:divide-yellow-300\/80>:not([hidden])~:not([hidden]){border-color:#fde047cc}.sm\:divide-yellow-300\/85>:not([hidden])~:not([hidden]){border-color:#fde047d9}.sm\:divide-yellow-300\/90>:not([hidden])~:not([hidden]){border-color:#fde047e6}.sm\:divide-yellow-300\/95>:not([hidden])~:not([hidden]){border-color:#fde047f2}.sm\:divide-yellow-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(250 204 21/var(--tw-divide-opacity,1))}.sm\:divide-yellow-400\/0>:not([hidden])~:not([hidden]){border-color:#facc1500}.sm\:divide-yellow-400\/10>:not([hidden])~:not([hidden]){border-color:#facc151a}.sm\:divide-yellow-400\/100>:not([hidden])~:not([hidden]){border-color:#facc15}.sm\:divide-yellow-400\/15>:not([hidden])~:not([hidden]){border-color:#facc1526}.sm\:divide-yellow-400\/20>:not([hidden])~:not([hidden]){border-color:#facc1533}.sm\:divide-yellow-400\/25>:not([hidden])~:not([hidden]){border-color:#facc1540}.sm\:divide-yellow-400\/30>:not([hidden])~:not([hidden]){border-color:#facc154d}.sm\:divide-yellow-400\/35>:not([hidden])~:not([hidden]){border-color:#facc1559}.sm\:divide-yellow-400\/40>:not([hidden])~:not([hidden]){border-color:#facc1566}.sm\:divide-yellow-400\/45>:not([hidden])~:not([hidden]){border-color:#facc1573}.sm\:divide-yellow-400\/5>:not([hidden])~:not([hidden]){border-color:#facc150d}.sm\:divide-yellow-400\/50>:not([hidden])~:not([hidden]){border-color:#facc1580}.sm\:divide-yellow-400\/55>:not([hidden])~:not([hidden]){border-color:#facc158c}.sm\:divide-yellow-400\/60>:not([hidden])~:not([hidden]){border-color:#facc1599}.sm\:divide-yellow-400\/65>:not([hidden])~:not([hidden]){border-color:#facc15a6}.sm\:divide-yellow-400\/70>:not([hidden])~:not([hidden]){border-color:#facc15b3}.sm\:divide-yellow-400\/75>:not([hidden])~:not([hidden]){border-color:#facc15bf}.sm\:divide-yellow-400\/80>:not([hidden])~:not([hidden]){border-color:#facc15cc}.sm\:divide-yellow-400\/85>:not([hidden])~:not([hidden]){border-color:#facc15d9}.sm\:divide-yellow-400\/90>:not([hidden])~:not([hidden]){border-color:#facc15e6}.sm\:divide-yellow-400\/95>:not([hidden])~:not([hidden]){border-color:#facc15f2}.sm\:divide-yellow-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 252 232/var(--tw-divide-opacity,1))}.sm\:divide-yellow-50\/0>:not([hidden])~:not([hidden]){border-color:#fefce800}.sm\:divide-yellow-50\/10>:not([hidden])~:not([hidden]){border-color:#fefce81a}.sm\:divide-yellow-50\/100>:not([hidden])~:not([hidden]){border-color:#fefce8}.sm\:divide-yellow-50\/15>:not([hidden])~:not([hidden]){border-color:#fefce826}.sm\:divide-yellow-50\/20>:not([hidden])~:not([hidden]){border-color:#fefce833}.sm\:divide-yellow-50\/25>:not([hidden])~:not([hidden]){border-color:#fefce840}.sm\:divide-yellow-50\/30>:not([hidden])~:not([hidden]){border-color:#fefce84d}.sm\:divide-yellow-50\/35>:not([hidden])~:not([hidden]){border-color:#fefce859}.sm\:divide-yellow-50\/40>:not([hidden])~:not([hidden]){border-color:#fefce866}.sm\:divide-yellow-50\/45>:not([hidden])~:not([hidden]){border-color:#fefce873}.sm\:divide-yellow-50\/5>:not([hidden])~:not([hidden]){border-color:#fefce80d}.sm\:divide-yellow-50\/50>:not([hidden])~:not([hidden]){border-color:#fefce880}.sm\:divide-yellow-50\/55>:not([hidden])~:not([hidden]){border-color:#fefce88c}.sm\:divide-yellow-50\/60>:not([hidden])~:not([hidden]){border-color:#fefce899}.sm\:divide-yellow-50\/65>:not([hidden])~:not([hidden]){border-color:#fefce8a6}.sm\:divide-yellow-50\/70>:not([hidden])~:not([hidden]){border-color:#fefce8b3}.sm\:divide-yellow-50\/75>:not([hidden])~:not([hidden]){border-color:#fefce8bf}.sm\:divide-yellow-50\/80>:not([hidden])~:not([hidden]){border-color:#fefce8cc}.sm\:divide-yellow-50\/85>:not([hidden])~:not([hidden]){border-color:#fefce8d9}.sm\:divide-yellow-50\/90>:not([hidden])~:not([hidden]){border-color:#fefce8e6}.sm\:divide-yellow-50\/95>:not([hidden])~:not([hidden]){border-color:#fefce8f2}.sm\:divide-yellow-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(234 179 8/var(--tw-divide-opacity,1))}.sm\:divide-yellow-500\/0>:not([hidden])~:not([hidden]){border-color:#eab30800}.sm\:divide-yellow-500\/10>:not([hidden])~:not([hidden]){border-color:#eab3081a}.sm\:divide-yellow-500\/100>:not([hidden])~:not([hidden]){border-color:#eab308}.sm\:divide-yellow-500\/15>:not([hidden])~:not([hidden]){border-color:#eab30826}.sm\:divide-yellow-500\/20>:not([hidden])~:not([hidden]){border-color:#eab30833}.sm\:divide-yellow-500\/25>:not([hidden])~:not([hidden]){border-color:#eab30840}.sm\:divide-yellow-500\/30>:not([hidden])~:not([hidden]){border-color:#eab3084d}.sm\:divide-yellow-500\/35>:not([hidden])~:not([hidden]){border-color:#eab30859}.sm\:divide-yellow-500\/40>:not([hidden])~:not([hidden]){border-color:#eab30866}.sm\:divide-yellow-500\/45>:not([hidden])~:not([hidden]){border-color:#eab30873}.sm\:divide-yellow-500\/5>:not([hidden])~:not([hidden]){border-color:#eab3080d}.sm\:divide-yellow-500\/50>:not([hidden])~:not([hidden]){border-color:#eab30880}.sm\:divide-yellow-500\/55>:not([hidden])~:not([hidden]){border-color:#eab3088c}.sm\:divide-yellow-500\/60>:not([hidden])~:not([hidden]){border-color:#eab30899}.sm\:divide-yellow-500\/65>:not([hidden])~:not([hidden]){border-color:#eab308a6}.sm\:divide-yellow-500\/70>:not([hidden])~:not([hidden]){border-color:#eab308b3}.sm\:divide-yellow-500\/75>:not([hidden])~:not([hidden]){border-color:#eab308bf}.sm\:divide-yellow-500\/80>:not([hidden])~:not([hidden]){border-color:#eab308cc}.sm\:divide-yellow-500\/85>:not([hidden])~:not([hidden]){border-color:#eab308d9}.sm\:divide-yellow-500\/90>:not([hidden])~:not([hidden]){border-color:#eab308e6}.sm\:divide-yellow-500\/95>:not([hidden])~:not([hidden]){border-color:#eab308f2}.sm\:divide-yellow-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(202 138 4/var(--tw-divide-opacity,1))}.sm\:divide-yellow-600\/0>:not([hidden])~:not([hidden]){border-color:#ca8a0400}.sm\:divide-yellow-600\/10>:not([hidden])~:not([hidden]){border-color:#ca8a041a}.sm\:divide-yellow-600\/100>:not([hidden])~:not([hidden]){border-color:#ca8a04}.sm\:divide-yellow-600\/15>:not([hidden])~:not([hidden]){border-color:#ca8a0426}.sm\:divide-yellow-600\/20>:not([hidden])~:not([hidden]){border-color:#ca8a0433}.sm\:divide-yellow-600\/25>:not([hidden])~:not([hidden]){border-color:#ca8a0440}.sm\:divide-yellow-600\/30>:not([hidden])~:not([hidden]){border-color:#ca8a044d}.sm\:divide-yellow-600\/35>:not([hidden])~:not([hidden]){border-color:#ca8a0459}.sm\:divide-yellow-600\/40>:not([hidden])~:not([hidden]){border-color:#ca8a0466}.sm\:divide-yellow-600\/45>:not([hidden])~:not([hidden]){border-color:#ca8a0473}.sm\:divide-yellow-600\/5>:not([hidden])~:not([hidden]){border-color:#ca8a040d}.sm\:divide-yellow-600\/50>:not([hidden])~:not([hidden]){border-color:#ca8a0480}.sm\:divide-yellow-600\/55>:not([hidden])~:not([hidden]){border-color:#ca8a048c}.sm\:divide-yellow-600\/60>:not([hidden])~:not([hidden]){border-color:#ca8a0499}.sm\:divide-yellow-600\/65>:not([hidden])~:not([hidden]){border-color:#ca8a04a6}.sm\:divide-yellow-600\/70>:not([hidden])~:not([hidden]){border-color:#ca8a04b3}.sm\:divide-yellow-600\/75>:not([hidden])~:not([hidden]){border-color:#ca8a04bf}.sm\:divide-yellow-600\/80>:not([hidden])~:not([hidden]){border-color:#ca8a04cc}.sm\:divide-yellow-600\/85>:not([hidden])~:not([hidden]){border-color:#ca8a04d9}.sm\:divide-yellow-600\/90>:not([hidden])~:not([hidden]){border-color:#ca8a04e6}.sm\:divide-yellow-600\/95>:not([hidden])~:not([hidden]){border-color:#ca8a04f2}.sm\:divide-yellow-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(161 98 7/var(--tw-divide-opacity,1))}.sm\:divide-yellow-700\/0>:not([hidden])~:not([hidden]){border-color:#a1620700}.sm\:divide-yellow-700\/10>:not([hidden])~:not([hidden]){border-color:#a162071a}.sm\:divide-yellow-700\/100>:not([hidden])~:not([hidden]){border-color:#a16207}.sm\:divide-yellow-700\/15>:not([hidden])~:not([hidden]){border-color:#a1620726}.sm\:divide-yellow-700\/20>:not([hidden])~:not([hidden]){border-color:#a1620733}.sm\:divide-yellow-700\/25>:not([hidden])~:not([hidden]){border-color:#a1620740}.sm\:divide-yellow-700\/30>:not([hidden])~:not([hidden]){border-color:#a162074d}.sm\:divide-yellow-700\/35>:not([hidden])~:not([hidden]){border-color:#a1620759}.sm\:divide-yellow-700\/40>:not([hidden])~:not([hidden]){border-color:#a1620766}.sm\:divide-yellow-700\/45>:not([hidden])~:not([hidden]){border-color:#a1620773}.sm\:divide-yellow-700\/5>:not([hidden])~:not([hidden]){border-color:#a162070d}.sm\:divide-yellow-700\/50>:not([hidden])~:not([hidden]){border-color:#a1620780}.sm\:divide-yellow-700\/55>:not([hidden])~:not([hidden]){border-color:#a162078c}.sm\:divide-yellow-700\/60>:not([hidden])~:not([hidden]){border-color:#a1620799}.sm\:divide-yellow-700\/65>:not([hidden])~:not([hidden]){border-color:#a16207a6}.sm\:divide-yellow-700\/70>:not([hidden])~:not([hidden]){border-color:#a16207b3}.sm\:divide-yellow-700\/75>:not([hidden])~:not([hidden]){border-color:#a16207bf}.sm\:divide-yellow-700\/80>:not([hidden])~:not([hidden]){border-color:#a16207cc}.sm\:divide-yellow-700\/85>:not([hidden])~:not([hidden]){border-color:#a16207d9}.sm\:divide-yellow-700\/90>:not([hidden])~:not([hidden]){border-color:#a16207e6}.sm\:divide-yellow-700\/95>:not([hidden])~:not([hidden]){border-color:#a16207f2}.sm\:divide-yellow-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(133 77 14/var(--tw-divide-opacity,1))}.sm\:divide-yellow-800\/0>:not([hidden])~:not([hidden]){border-color:#854d0e00}.sm\:divide-yellow-800\/10>:not([hidden])~:not([hidden]){border-color:#854d0e1a}.sm\:divide-yellow-800\/100>:not([hidden])~:not([hidden]){border-color:#854d0e}.sm\:divide-yellow-800\/15>:not([hidden])~:not([hidden]){border-color:#854d0e26}.sm\:divide-yellow-800\/20>:not([hidden])~:not([hidden]){border-color:#854d0e33}.sm\:divide-yellow-800\/25>:not([hidden])~:not([hidden]){border-color:#854d0e40}.sm\:divide-yellow-800\/30>:not([hidden])~:not([hidden]){border-color:#854d0e4d}.sm\:divide-yellow-800\/35>:not([hidden])~:not([hidden]){border-color:#854d0e59}.sm\:divide-yellow-800\/40>:not([hidden])~:not([hidden]){border-color:#854d0e66}.sm\:divide-yellow-800\/45>:not([hidden])~:not([hidden]){border-color:#854d0e73}.sm\:divide-yellow-800\/5>:not([hidden])~:not([hidden]){border-color:#854d0e0d}.sm\:divide-yellow-800\/50>:not([hidden])~:not([hidden]){border-color:#854d0e80}.sm\:divide-yellow-800\/55>:not([hidden])~:not([hidden]){border-color:#854d0e8c}.sm\:divide-yellow-800\/60>:not([hidden])~:not([hidden]){border-color:#854d0e99}.sm\:divide-yellow-800\/65>:not([hidden])~:not([hidden]){border-color:#854d0ea6}.sm\:divide-yellow-800\/70>:not([hidden])~:not([hidden]){border-color:#854d0eb3}.sm\:divide-yellow-800\/75>:not([hidden])~:not([hidden]){border-color:#854d0ebf}.sm\:divide-yellow-800\/80>:not([hidden])~:not([hidden]){border-color:#854d0ecc}.sm\:divide-yellow-800\/85>:not([hidden])~:not([hidden]){border-color:#854d0ed9}.sm\:divide-yellow-800\/90>:not([hidden])~:not([hidden]){border-color:#854d0ee6}.sm\:divide-yellow-800\/95>:not([hidden])~:not([hidden]){border-color:#854d0ef2}.sm\:divide-yellow-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(113 63 18/var(--tw-divide-opacity,1))}.sm\:divide-yellow-900\/0>:not([hidden])~:not([hidden]){border-color:#713f1200}.sm\:divide-yellow-900\/10>:not([hidden])~:not([hidden]){border-color:#713f121a}.sm\:divide-yellow-900\/100>:not([hidden])~:not([hidden]){border-color:#713f12}.sm\:divide-yellow-900\/15>:not([hidden])~:not([hidden]){border-color:#713f1226}.sm\:divide-yellow-900\/20>:not([hidden])~:not([hidden]){border-color:#713f1233}.sm\:divide-yellow-900\/25>:not([hidden])~:not([hidden]){border-color:#713f1240}.sm\:divide-yellow-900\/30>:not([hidden])~:not([hidden]){border-color:#713f124d}.sm\:divide-yellow-900\/35>:not([hidden])~:not([hidden]){border-color:#713f1259}.sm\:divide-yellow-900\/40>:not([hidden])~:not([hidden]){border-color:#713f1266}.sm\:divide-yellow-900\/45>:not([hidden])~:not([hidden]){border-color:#713f1273}.sm\:divide-yellow-900\/5>:not([hidden])~:not([hidden]){border-color:#713f120d}.sm\:divide-yellow-900\/50>:not([hidden])~:not([hidden]){border-color:#713f1280}.sm\:divide-yellow-900\/55>:not([hidden])~:not([hidden]){border-color:#713f128c}.sm\:divide-yellow-900\/60>:not([hidden])~:not([hidden]){border-color:#713f1299}.sm\:divide-yellow-900\/65>:not([hidden])~:not([hidden]){border-color:#713f12a6}.sm\:divide-yellow-900\/70>:not([hidden])~:not([hidden]){border-color:#713f12b3}.sm\:divide-yellow-900\/75>:not([hidden])~:not([hidden]){border-color:#713f12bf}.sm\:divide-yellow-900\/80>:not([hidden])~:not([hidden]){border-color:#713f12cc}.sm\:divide-yellow-900\/85>:not([hidden])~:not([hidden]){border-color:#713f12d9}.sm\:divide-yellow-900\/90>:not([hidden])~:not([hidden]){border-color:#713f12e6}.sm\:divide-yellow-900\/95>:not([hidden])~:not([hidden]){border-color:#713f12f2}.sm\:divide-yellow-950>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(66 32 6/var(--tw-divide-opacity,1))}.sm\:divide-yellow-950\/0>:not([hidden])~:not([hidden]){border-color:#42200600}.sm\:divide-yellow-950\/10>:not([hidden])~:not([hidden]){border-color:#4220061a}.sm\:divide-yellow-950\/100>:not([hidden])~:not([hidden]){border-color:#422006}.sm\:divide-yellow-950\/15>:not([hidden])~:not([hidden]){border-color:#42200626}.sm\:divide-yellow-950\/20>:not([hidden])~:not([hidden]){border-color:#42200633}.sm\:divide-yellow-950\/25>:not([hidden])~:not([hidden]){border-color:#42200640}.sm\:divide-yellow-950\/30>:not([hidden])~:not([hidden]){border-color:#4220064d}.sm\:divide-yellow-950\/35>:not([hidden])~:not([hidden]){border-color:#42200659}.sm\:divide-yellow-950\/40>:not([hidden])~:not([hidden]){border-color:#42200666}.sm\:divide-yellow-950\/45>:not([hidden])~:not([hidden]){border-color:#42200673}.sm\:divide-yellow-950\/5>:not([hidden])~:not([hidden]){border-color:#4220060d}.sm\:divide-yellow-950\/50>:not([hidden])~:not([hidden]){border-color:#42200680}.sm\:divide-yellow-950\/55>:not([hidden])~:not([hidden]){border-color:#4220068c}.sm\:divide-yellow-950\/60>:not([hidden])~:not([hidden]){border-color:#42200699}.sm\:divide-yellow-950\/65>:not([hidden])~:not([hidden]){border-color:#422006a6}.sm\:divide-yellow-950\/70>:not([hidden])~:not([hidden]){border-color:#422006b3}.sm\:divide-yellow-950\/75>:not([hidden])~:not([hidden]){border-color:#422006bf}.sm\:divide-yellow-950\/80>:not([hidden])~:not([hidden]){border-color:#422006cc}.sm\:divide-yellow-950\/85>:not([hidden])~:not([hidden]){border-color:#422006d9}.sm\:divide-yellow-950\/90>:not([hidden])~:not([hidden]){border-color:#422006e6}.sm\:divide-yellow-950\/95>:not([hidden])~:not([hidden]){border-color:#422006f2}.sm\:overflow-hidden{overflow:hidden}.sm\:overflow-x-hidden{overflow-x:hidden}.sm\:overflow-y-hidden{overflow-y:hidden}.sm\:truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sm\:rounded-3xl{border-radius:1.25rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.sm\:border-hidden{border-style:hidden}.sm\:border-yellow-100{--tw-border-opacity:1;border-color:rgb(254 249 195/var(--tw-border-opacity,1))}.sm\:border-yellow-100\/0{border-color:#fef9c300}.sm\:border-yellow-100\/10{border-color:#fef9c31a}.sm\:border-yellow-100\/100{border-color:#fef9c3}.sm\:border-yellow-100\/15{border-color:#fef9c326}.sm\:border-yellow-100\/20{border-color:#fef9c333}.sm\:border-yellow-100\/25{border-color:#fef9c340}.sm\:border-yellow-100\/30{border-color:#fef9c34d}.sm\:border-yellow-100\/35{border-color:#fef9c359}.sm\:border-yellow-100\/40{border-color:#fef9c366}.sm\:border-yellow-100\/45{border-color:#fef9c373}.sm\:border-yellow-100\/5{border-color:#fef9c30d}.sm\:border-yellow-100\/50{border-color:#fef9c380}.sm\:border-yellow-100\/55{border-color:#fef9c38c}.sm\:border-yellow-100\/60{border-color:#fef9c399}.sm\:border-yellow-100\/65{border-color:#fef9c3a6}.sm\:border-yellow-100\/70{border-color:#fef9c3b3}.sm\:border-yellow-100\/75{border-color:#fef9c3bf}.sm\:border-yellow-100\/80{border-color:#fef9c3cc}.sm\:border-yellow-100\/85{border-color:#fef9c3d9}.sm\:border-yellow-100\/90{border-color:#fef9c3e6}.sm\:border-yellow-100\/95{border-color:#fef9c3f2}.sm\:border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.sm\:border-yellow-200\/0{border-color:#fef08a00}.sm\:border-yellow-200\/10{border-color:#fef08a1a}.sm\:border-yellow-200\/100{border-color:#fef08a}.sm\:border-yellow-200\/15{border-color:#fef08a26}.sm\:border-yellow-200\/20{border-color:#fef08a33}.sm\:border-yellow-200\/25{border-color:#fef08a40}.sm\:border-yellow-200\/30{border-color:#fef08a4d}.sm\:border-yellow-200\/35{border-color:#fef08a59}.sm\:border-yellow-200\/40{border-color:#fef08a66}.sm\:border-yellow-200\/45{border-color:#fef08a73}.sm\:border-yellow-200\/5{border-color:#fef08a0d}.sm\:border-yellow-200\/50{border-color:#fef08a80}.sm\:border-yellow-200\/55{border-color:#fef08a8c}.sm\:border-yellow-200\/60{border-color:#fef08a99}.sm\:border-yellow-200\/65{border-color:#fef08aa6}.sm\:border-yellow-200\/70{border-color:#fef08ab3}.sm\:border-yellow-200\/75{border-color:#fef08abf}.sm\:border-yellow-200\/80{border-color:#fef08acc}.sm\:border-yellow-200\/85{border-color:#fef08ad9}.sm\:border-yellow-200\/90{border-color:#fef08ae6}.sm\:border-yellow-200\/95{border-color:#fef08af2}.sm\:border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.sm\:border-yellow-300\/0{border-color:#fde04700}.sm\:border-yellow-300\/10{border-color:#fde0471a}.sm\:border-yellow-300\/100{border-color:#fde047}.sm\:border-yellow-300\/15{border-color:#fde04726}.sm\:border-yellow-300\/20{border-color:#fde04733}.sm\:border-yellow-300\/25{border-color:#fde04740}.sm\:border-yellow-300\/30{border-color:#fde0474d}.sm\:border-yellow-300\/35{border-color:#fde04759}.sm\:border-yellow-300\/40{border-color:#fde04766}.sm\:border-yellow-300\/45{border-color:#fde04773}.sm\:border-yellow-300\/5{border-color:#fde0470d}.sm\:border-yellow-300\/50{border-color:#fde04780}.sm\:border-yellow-300\/55{border-color:#fde0478c}.sm\:border-yellow-300\/60{border-color:#fde04799}.sm\:border-yellow-300\/65{border-color:#fde047a6}.sm\:border-yellow-300\/70{border-color:#fde047b3}.sm\:border-yellow-300\/75{border-color:#fde047bf}.sm\:border-yellow-300\/80{border-color:#fde047cc}.sm\:border-yellow-300\/85{border-color:#fde047d9}.sm\:border-yellow-300\/90{border-color:#fde047e6}.sm\:border-yellow-300\/95{border-color:#fde047f2}.sm\:border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity,1))}.sm\:border-yellow-400\/0{border-color:#facc1500}.sm\:border-yellow-400\/10{border-color:#facc151a}.sm\:border-yellow-400\/100{border-color:#facc15}.sm\:border-yellow-400\/15{border-color:#facc1526}.sm\:border-yellow-400\/20{border-color:#facc1533}.sm\:border-yellow-400\/25{border-color:#facc1540}.sm\:border-yellow-400\/30{border-color:#facc154d}.sm\:border-yellow-400\/35{border-color:#facc1559}.sm\:border-yellow-400\/40{border-color:#facc1566}.sm\:border-yellow-400\/45{border-color:#facc1573}.sm\:border-yellow-400\/5{border-color:#facc150d}.sm\:border-yellow-400\/50{border-color:#facc1580}.sm\:border-yellow-400\/55{border-color:#facc158c}.sm\:border-yellow-400\/60{border-color:#facc1599}.sm\:border-yellow-400\/65{border-color:#facc15a6}.sm\:border-yellow-400\/70{border-color:#facc15b3}.sm\:border-yellow-400\/75{border-color:#facc15bf}.sm\:border-yellow-400\/80{border-color:#facc15cc}.sm\:border-yellow-400\/85{border-color:#facc15d9}.sm\:border-yellow-400\/90{border-color:#facc15e6}.sm\:border-yellow-400\/95{border-color:#facc15f2}.sm\:border-yellow-50{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity,1))}.sm\:border-yellow-50\/0{border-color:#fefce800}.sm\:border-yellow-50\/10{border-color:#fefce81a}.sm\:border-yellow-50\/100{border-color:#fefce8}.sm\:border-yellow-50\/15{border-color:#fefce826}.sm\:border-yellow-50\/20{border-color:#fefce833}.sm\:border-yellow-50\/25{border-color:#fefce840}.sm\:border-yellow-50\/30{border-color:#fefce84d}.sm\:border-yellow-50\/35{border-color:#fefce859}.sm\:border-yellow-50\/40{border-color:#fefce866}.sm\:border-yellow-50\/45{border-color:#fefce873}.sm\:border-yellow-50\/5{border-color:#fefce80d}.sm\:border-yellow-50\/50{border-color:#fefce880}.sm\:border-yellow-50\/55{border-color:#fefce88c}.sm\:border-yellow-50\/60{border-color:#fefce899}.sm\:border-yellow-50\/65{border-color:#fefce8a6}.sm\:border-yellow-50\/70{border-color:#fefce8b3}.sm\:border-yellow-50\/75{border-color:#fefce8bf}.sm\:border-yellow-50\/80{border-color:#fefce8cc}.sm\:border-yellow-50\/85{border-color:#fefce8d9}.sm\:border-yellow-50\/90{border-color:#fefce8e6}.sm\:border-yellow-50\/95{border-color:#fefce8f2}.sm\:border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.sm\:border-yellow-500\/0{border-color:#eab30800}.sm\:border-yellow-500\/10{border-color:#eab3081a}.sm\:border-yellow-500\/100{border-color:#eab308}.sm\:border-yellow-500\/15{border-color:#eab30826}.sm\:border-yellow-500\/20{border-color:#eab30833}.sm\:border-yellow-500\/25{border-color:#eab30840}.sm\:border-yellow-500\/30{border-color:#eab3084d}.sm\:border-yellow-500\/35{border-color:#eab30859}.sm\:border-yellow-500\/40{border-color:#eab30866}.sm\:border-yellow-500\/45{border-color:#eab30873}.sm\:border-yellow-500\/5{border-color:#eab3080d}.sm\:border-yellow-500\/50{border-color:#eab30880}.sm\:border-yellow-500\/55{border-color:#eab3088c}.sm\:border-yellow-500\/60{border-color:#eab30899}.sm\:border-yellow-500\/65{border-color:#eab308a6}.sm\:border-yellow-500\/70{border-color:#eab308b3}.sm\:border-yellow-500\/75{border-color:#eab308bf}.sm\:border-yellow-500\/80{border-color:#eab308cc}.sm\:border-yellow-500\/85{border-color:#eab308d9}.sm\:border-yellow-500\/90{border-color:#eab308e6}.sm\:border-yellow-500\/95{border-color:#eab308f2}.sm\:border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity,1))}.sm\:border-yellow-600\/0{border-color:#ca8a0400}.sm\:border-yellow-600\/10{border-color:#ca8a041a}.sm\:border-yellow-600\/100{border-color:#ca8a04}.sm\:border-yellow-600\/15{border-color:#ca8a0426}.sm\:border-yellow-600\/20{border-color:#ca8a0433}.sm\:border-yellow-600\/25{border-color:#ca8a0440}.sm\:border-yellow-600\/30{border-color:#ca8a044d}.sm\:border-yellow-600\/35{border-color:#ca8a0459}.sm\:border-yellow-600\/40{border-color:#ca8a0466}.sm\:border-yellow-600\/45{border-color:#ca8a0473}.sm\:border-yellow-600\/5{border-color:#ca8a040d}.sm\:border-yellow-600\/50{border-color:#ca8a0480}.sm\:border-yellow-600\/55{border-color:#ca8a048c}.sm\:border-yellow-600\/60{border-color:#ca8a0499}.sm\:border-yellow-600\/65{border-color:#ca8a04a6}.sm\:border-yellow-600\/70{border-color:#ca8a04b3}.sm\:border-yellow-600\/75{border-color:#ca8a04bf}.sm\:border-yellow-600\/80{border-color:#ca8a04cc}.sm\:border-yellow-600\/85{border-color:#ca8a04d9}.sm\:border-yellow-600\/90{border-color:#ca8a04e6}.sm\:border-yellow-600\/95{border-color:#ca8a04f2}.sm\:border-yellow-700{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity,1))}.sm\:border-yellow-700\/0{border-color:#a1620700}.sm\:border-yellow-700\/10{border-color:#a162071a}.sm\:border-yellow-700\/100{border-color:#a16207}.sm\:border-yellow-700\/15{border-color:#a1620726}.sm\:border-yellow-700\/20{border-color:#a1620733}.sm\:border-yellow-700\/25{border-color:#a1620740}.sm\:border-yellow-700\/30{border-color:#a162074d}.sm\:border-yellow-700\/35{border-color:#a1620759}.sm\:border-yellow-700\/40{border-color:#a1620766}.sm\:border-yellow-700\/45{border-color:#a1620773}.sm\:border-yellow-700\/5{border-color:#a162070d}.sm\:border-yellow-700\/50{border-color:#a1620780}.sm\:border-yellow-700\/55{border-color:#a162078c}.sm\:border-yellow-700\/60{border-color:#a1620799}.sm\:border-yellow-700\/65{border-color:#a16207a6}.sm\:border-yellow-700\/70{border-color:#a16207b3}.sm\:border-yellow-700\/75{border-color:#a16207bf}.sm\:border-yellow-700\/80{border-color:#a16207cc}.sm\:border-yellow-700\/85{border-color:#a16207d9}.sm\:border-yellow-700\/90{border-color:#a16207e6}.sm\:border-yellow-700\/95{border-color:#a16207f2}.sm\:border-yellow-800{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity,1))}.sm\:border-yellow-800\/0{border-color:#854d0e00}.sm\:border-yellow-800\/10{border-color:#854d0e1a}.sm\:border-yellow-800\/100{border-color:#854d0e}.sm\:border-yellow-800\/15{border-color:#854d0e26}.sm\:border-yellow-800\/20{border-color:#854d0e33}.sm\:border-yellow-800\/25{border-color:#854d0e40}.sm\:border-yellow-800\/30{border-color:#854d0e4d}.sm\:border-yellow-800\/35{border-color:#854d0e59}.sm\:border-yellow-800\/40{border-color:#854d0e66}.sm\:border-yellow-800\/45{border-color:#854d0e73}.sm\:border-yellow-800\/5{border-color:#854d0e0d}.sm\:border-yellow-800\/50{border-color:#854d0e80}.sm\:border-yellow-800\/55{border-color:#854d0e8c}.sm\:border-yellow-800\/60{border-color:#854d0e99}.sm\:border-yellow-800\/65{border-color:#854d0ea6}.sm\:border-yellow-800\/70{border-color:#854d0eb3}.sm\:border-yellow-800\/75{border-color:#854d0ebf}.sm\:border-yellow-800\/80{border-color:#854d0ecc}.sm\:border-yellow-800\/85{border-color:#854d0ed9}.sm\:border-yellow-800\/90{border-color:#854d0ee6}.sm\:border-yellow-800\/95{border-color:#854d0ef2}.sm\:border-yellow-900{--tw-border-opacity:1;border-color:rgb(113 63 18/var(--tw-border-opacity,1))}.sm\:border-yellow-900\/0{border-color:#713f1200}.sm\:border-yellow-900\/10{border-color:#713f121a}.sm\:border-yellow-900\/100{border-color:#713f12}.sm\:border-yellow-900\/15{border-color:#713f1226}.sm\:border-yellow-900\/20{border-color:#713f1233}.sm\:border-yellow-900\/25{border-color:#713f1240}.sm\:border-yellow-900\/30{border-color:#713f124d}.sm\:border-yellow-900\/35{border-color:#713f1259}.sm\:border-yellow-900\/40{border-color:#713f1266}.sm\:border-yellow-900\/45{border-color:#713f1273}.sm\:border-yellow-900\/5{border-color:#713f120d}.sm\:border-yellow-900\/50{border-color:#713f1280}.sm\:border-yellow-900\/55{border-color:#713f128c}.sm\:border-yellow-900\/60{border-color:#713f1299}.sm\:border-yellow-900\/65{border-color:#713f12a6}.sm\:border-yellow-900\/70{border-color:#713f12b3}.sm\:border-yellow-900\/75{border-color:#713f12bf}.sm\:border-yellow-900\/80{border-color:#713f12cc}.sm\:border-yellow-900\/85{border-color:#713f12d9}.sm\:border-yellow-900\/90{border-color:#713f12e6}.sm\:border-yellow-900\/95{border-color:#713f12f2}.sm\:border-yellow-950{--tw-border-opacity:1;border-color:rgb(66 32 6/var(--tw-border-opacity,1))}.sm\:border-yellow-950\/0{border-color:#42200600}.sm\:border-yellow-950\/10{border-color:#4220061a}.sm\:border-yellow-950\/100{border-color:#422006}.sm\:border-yellow-950\/15{border-color:#42200626}.sm\:border-yellow-950\/20{border-color:#42200633}.sm\:border-yellow-950\/25{border-color:#42200640}.sm\:border-yellow-950\/30{border-color:#4220064d}.sm\:border-yellow-950\/35{border-color:#42200659}.sm\:border-yellow-950\/40{border-color:#42200666}.sm\:border-yellow-950\/45{border-color:#42200673}.sm\:border-yellow-950\/5{border-color:#4220060d}.sm\:border-yellow-950\/50{border-color:#42200680}.sm\:border-yellow-950\/55{border-color:#4220068c}.sm\:border-yellow-950\/60{border-color:#42200699}.sm\:border-yellow-950\/65{border-color:#422006a6}.sm\:border-yellow-950\/70{border-color:#422006b3}.sm\:border-yellow-950\/75{border-color:#422006bf}.sm\:border-yellow-950\/80{border-color:#422006cc}.sm\:border-yellow-950\/85{border-color:#422006d9}.sm\:border-yellow-950\/90{border-color:#422006e6}.sm\:border-yellow-950\/95{border-color:#422006f2}.sm\:border-x-yellow-100{--tw-border-opacity:1;border-left-color:rgb(254 249 195/var(--tw-border-opacity,1));border-right-color:rgb(254 249 195/var(--tw-border-opacity,1))}.sm\:border-x-yellow-100\/0{border-left-color:#fef9c300;border-right-color:#fef9c300}.sm\:border-x-yellow-100\/10{border-left-color:#fef9c31a;border-right-color:#fef9c31a}.sm\:border-x-yellow-100\/100{border-left-color:#fef9c3;border-right-color:#fef9c3}.sm\:border-x-yellow-100\/15{border-left-color:#fef9c326;border-right-color:#fef9c326}.sm\:border-x-yellow-100\/20{border-left-color:#fef9c333;border-right-color:#fef9c333}.sm\:border-x-yellow-100\/25{border-left-color:#fef9c340;border-right-color:#fef9c340}.sm\:border-x-yellow-100\/30{border-left-color:#fef9c34d;border-right-color:#fef9c34d}.sm\:border-x-yellow-100\/35{border-left-color:#fef9c359;border-right-color:#fef9c359}.sm\:border-x-yellow-100\/40{border-left-color:#fef9c366;border-right-color:#fef9c366}.sm\:border-x-yellow-100\/45{border-left-color:#fef9c373;border-right-color:#fef9c373}.sm\:border-x-yellow-100\/5{border-left-color:#fef9c30d;border-right-color:#fef9c30d}.sm\:border-x-yellow-100\/50{border-left-color:#fef9c380;border-right-color:#fef9c380}.sm\:border-x-yellow-100\/55{border-left-color:#fef9c38c;border-right-color:#fef9c38c}.sm\:border-x-yellow-100\/60{border-left-color:#fef9c399;border-right-color:#fef9c399}.sm\:border-x-yellow-100\/65{border-left-color:#fef9c3a6;border-right-color:#fef9c3a6}.sm\:border-x-yellow-100\/70{border-left-color:#fef9c3b3;border-right-color:#fef9c3b3}.sm\:border-x-yellow-100\/75{border-left-color:#fef9c3bf;border-right-color:#fef9c3bf}.sm\:border-x-yellow-100\/80{border-left-color:#fef9c3cc;border-right-color:#fef9c3cc}.sm\:border-x-yellow-100\/85{border-left-color:#fef9c3d9;border-right-color:#fef9c3d9}.sm\:border-x-yellow-100\/90{border-left-color:#fef9c3e6;border-right-color:#fef9c3e6}.sm\:border-x-yellow-100\/95{border-left-color:#fef9c3f2;border-right-color:#fef9c3f2}.sm\:border-x-yellow-200{--tw-border-opacity:1;border-left-color:rgb(254 240 138/var(--tw-border-opacity,1));border-right-color:rgb(254 240 138/var(--tw-border-opacity,1))}.sm\:border-x-yellow-200\/0{border-left-color:#fef08a00;border-right-color:#fef08a00}.sm\:border-x-yellow-200\/10{border-left-color:#fef08a1a;border-right-color:#fef08a1a}.sm\:border-x-yellow-200\/100{border-left-color:#fef08a;border-right-color:#fef08a}.sm\:border-x-yellow-200\/15{border-left-color:#fef08a26;border-right-color:#fef08a26}.sm\:border-x-yellow-200\/20{border-left-color:#fef08a33;border-right-color:#fef08a33}.sm\:border-x-yellow-200\/25{border-left-color:#fef08a40;border-right-color:#fef08a40}.sm\:border-x-yellow-200\/30{border-left-color:#fef08a4d;border-right-color:#fef08a4d}.sm\:border-x-yellow-200\/35{border-left-color:#fef08a59;border-right-color:#fef08a59}.sm\:border-x-yellow-200\/40{border-left-color:#fef08a66;border-right-color:#fef08a66}.sm\:border-x-yellow-200\/45{border-left-color:#fef08a73;border-right-color:#fef08a73}.sm\:border-x-yellow-200\/5{border-left-color:#fef08a0d;border-right-color:#fef08a0d}.sm\:border-x-yellow-200\/50{border-left-color:#fef08a80;border-right-color:#fef08a80}.sm\:border-x-yellow-200\/55{border-left-color:#fef08a8c;border-right-color:#fef08a8c}.sm\:border-x-yellow-200\/60{border-left-color:#fef08a99;border-right-color:#fef08a99}.sm\:border-x-yellow-200\/65{border-left-color:#fef08aa6;border-right-color:#fef08aa6}.sm\:border-x-yellow-200\/70{border-left-color:#fef08ab3;border-right-color:#fef08ab3}.sm\:border-x-yellow-200\/75{border-left-color:#fef08abf;border-right-color:#fef08abf}.sm\:border-x-yellow-200\/80{border-left-color:#fef08acc;border-right-color:#fef08acc}.sm\:border-x-yellow-200\/85{border-left-color:#fef08ad9;border-right-color:#fef08ad9}.sm\:border-x-yellow-200\/90{border-left-color:#fef08ae6;border-right-color:#fef08ae6}.sm\:border-x-yellow-200\/95{border-left-color:#fef08af2;border-right-color:#fef08af2}.sm\:border-x-yellow-300{--tw-border-opacity:1;border-left-color:rgb(253 224 71/var(--tw-border-opacity,1));border-right-color:rgb(253 224 71/var(--tw-border-opacity,1))}.sm\:border-x-yellow-300\/0{border-left-color:#fde04700;border-right-color:#fde04700}.sm\:border-x-yellow-300\/10{border-left-color:#fde0471a;border-right-color:#fde0471a}.sm\:border-x-yellow-300\/100{border-left-color:#fde047;border-right-color:#fde047}.sm\:border-x-yellow-300\/15{border-left-color:#fde04726;border-right-color:#fde04726}.sm\:border-x-yellow-300\/20{border-left-color:#fde04733;border-right-color:#fde04733}.sm\:border-x-yellow-300\/25{border-left-color:#fde04740;border-right-color:#fde04740}.sm\:border-x-yellow-300\/30{border-left-color:#fde0474d;border-right-color:#fde0474d}.sm\:border-x-yellow-300\/35{border-left-color:#fde04759;border-right-color:#fde04759}.sm\:border-x-yellow-300\/40{border-left-color:#fde04766;border-right-color:#fde04766}.sm\:border-x-yellow-300\/45{border-left-color:#fde04773;border-right-color:#fde04773}.sm\:border-x-yellow-300\/5{border-left-color:#fde0470d;border-right-color:#fde0470d}.sm\:border-x-yellow-300\/50{border-left-color:#fde04780;border-right-color:#fde04780}.sm\:border-x-yellow-300\/55{border-left-color:#fde0478c;border-right-color:#fde0478c}.sm\:border-x-yellow-300\/60{border-left-color:#fde04799;border-right-color:#fde04799}.sm\:border-x-yellow-300\/65{border-left-color:#fde047a6;border-right-color:#fde047a6}.sm\:border-x-yellow-300\/70{border-left-color:#fde047b3;border-right-color:#fde047b3}.sm\:border-x-yellow-300\/75{border-left-color:#fde047bf;border-right-color:#fde047bf}.sm\:border-x-yellow-300\/80{border-left-color:#fde047cc;border-right-color:#fde047cc}.sm\:border-x-yellow-300\/85{border-left-color:#fde047d9;border-right-color:#fde047d9}.sm\:border-x-yellow-300\/90{border-left-color:#fde047e6;border-right-color:#fde047e6}.sm\:border-x-yellow-300\/95{border-left-color:#fde047f2;border-right-color:#fde047f2}.sm\:border-x-yellow-400{--tw-border-opacity:1;border-left-color:rgb(250 204 21/var(--tw-border-opacity,1));border-right-color:rgb(250 204 21/var(--tw-border-opacity,1))}.sm\:border-x-yellow-400\/0{border-left-color:#facc1500;border-right-color:#facc1500}.sm\:border-x-yellow-400\/10{border-left-color:#facc151a;border-right-color:#facc151a}.sm\:border-x-yellow-400\/100{border-left-color:#facc15;border-right-color:#facc15}.sm\:border-x-yellow-400\/15{border-left-color:#facc1526;border-right-color:#facc1526}.sm\:border-x-yellow-400\/20{border-left-color:#facc1533;border-right-color:#facc1533}.sm\:border-x-yellow-400\/25{border-left-color:#facc1540;border-right-color:#facc1540}.sm\:border-x-yellow-400\/30{border-left-color:#facc154d;border-right-color:#facc154d}.sm\:border-x-yellow-400\/35{border-left-color:#facc1559;border-right-color:#facc1559}.sm\:border-x-yellow-400\/40{border-left-color:#facc1566;border-right-color:#facc1566}.sm\:border-x-yellow-400\/45{border-left-color:#facc1573;border-right-color:#facc1573}.sm\:border-x-yellow-400\/5{border-left-color:#facc150d;border-right-color:#facc150d}.sm\:border-x-yellow-400\/50{border-left-color:#facc1580;border-right-color:#facc1580}.sm\:border-x-yellow-400\/55{border-left-color:#facc158c;border-right-color:#facc158c}.sm\:border-x-yellow-400\/60{border-left-color:#facc1599;border-right-color:#facc1599}.sm\:border-x-yellow-400\/65{border-left-color:#facc15a6;border-right-color:#facc15a6}.sm\:border-x-yellow-400\/70{border-left-color:#facc15b3;border-right-color:#facc15b3}.sm\:border-x-yellow-400\/75{border-left-color:#facc15bf;border-right-color:#facc15bf}.sm\:border-x-yellow-400\/80{border-left-color:#facc15cc;border-right-color:#facc15cc}.sm\:border-x-yellow-400\/85{border-left-color:#facc15d9;border-right-color:#facc15d9}.sm\:border-x-yellow-400\/90{border-left-color:#facc15e6;border-right-color:#facc15e6}.sm\:border-x-yellow-400\/95{border-left-color:#facc15f2;border-right-color:#facc15f2}.sm\:border-x-yellow-50{--tw-border-opacity:1;border-left-color:rgb(254 252 232/var(--tw-border-opacity,1));border-right-color:rgb(254 252 232/var(--tw-border-opacity,1))}.sm\:border-x-yellow-50\/0{border-left-color:#fefce800;border-right-color:#fefce800}.sm\:border-x-yellow-50\/10{border-left-color:#fefce81a;border-right-color:#fefce81a}.sm\:border-x-yellow-50\/100{border-left-color:#fefce8;border-right-color:#fefce8}.sm\:border-x-yellow-50\/15{border-left-color:#fefce826;border-right-color:#fefce826}.sm\:border-x-yellow-50\/20{border-left-color:#fefce833;border-right-color:#fefce833}.sm\:border-x-yellow-50\/25{border-left-color:#fefce840;border-right-color:#fefce840}.sm\:border-x-yellow-50\/30{border-left-color:#fefce84d;border-right-color:#fefce84d}.sm\:border-x-yellow-50\/35{border-left-color:#fefce859;border-right-color:#fefce859}.sm\:border-x-yellow-50\/40{border-left-color:#fefce866;border-right-color:#fefce866}.sm\:border-x-yellow-50\/45{border-left-color:#fefce873;border-right-color:#fefce873}.sm\:border-x-yellow-50\/5{border-left-color:#fefce80d;border-right-color:#fefce80d}.sm\:border-x-yellow-50\/50{border-left-color:#fefce880;border-right-color:#fefce880}.sm\:border-x-yellow-50\/55{border-left-color:#fefce88c;border-right-color:#fefce88c}.sm\:border-x-yellow-50\/60{border-left-color:#fefce899;border-right-color:#fefce899}.sm\:border-x-yellow-50\/65{border-left-color:#fefce8a6;border-right-color:#fefce8a6}.sm\:border-x-yellow-50\/70{border-left-color:#fefce8b3;border-right-color:#fefce8b3}.sm\:border-x-yellow-50\/75{border-left-color:#fefce8bf;border-right-color:#fefce8bf}.sm\:border-x-yellow-50\/80{border-left-color:#fefce8cc;border-right-color:#fefce8cc}.sm\:border-x-yellow-50\/85{border-left-color:#fefce8d9;border-right-color:#fefce8d9}.sm\:border-x-yellow-50\/90{border-left-color:#fefce8e6;border-right-color:#fefce8e6}.sm\:border-x-yellow-50\/95{border-left-color:#fefce8f2;border-right-color:#fefce8f2}.sm\:border-x-yellow-500{--tw-border-opacity:1;border-left-color:rgb(234 179 8/var(--tw-border-opacity,1));border-right-color:rgb(234 179 8/var(--tw-border-opacity,1))}.sm\:border-x-yellow-500\/0{border-left-color:#eab30800;border-right-color:#eab30800}.sm\:border-x-yellow-500\/10{border-left-color:#eab3081a;border-right-color:#eab3081a}.sm\:border-x-yellow-500\/100{border-left-color:#eab308;border-right-color:#eab308}.sm\:border-x-yellow-500\/15{border-left-color:#eab30826;border-right-color:#eab30826}.sm\:border-x-yellow-500\/20{border-left-color:#eab30833;border-right-color:#eab30833}.sm\:border-x-yellow-500\/25{border-left-color:#eab30840;border-right-color:#eab30840}.sm\:border-x-yellow-500\/30{border-left-color:#eab3084d;border-right-color:#eab3084d}.sm\:border-x-yellow-500\/35{border-left-color:#eab30859;border-right-color:#eab30859}.sm\:border-x-yellow-500\/40{border-left-color:#eab30866;border-right-color:#eab30866}.sm\:border-x-yellow-500\/45{border-left-color:#eab30873;border-right-color:#eab30873}.sm\:border-x-yellow-500\/5{border-left-color:#eab3080d;border-right-color:#eab3080d}.sm\:border-x-yellow-500\/50{border-left-color:#eab30880;border-right-color:#eab30880}.sm\:border-x-yellow-500\/55{border-left-color:#eab3088c;border-right-color:#eab3088c}.sm\:border-x-yellow-500\/60{border-left-color:#eab30899;border-right-color:#eab30899}.sm\:border-x-yellow-500\/65{border-left-color:#eab308a6;border-right-color:#eab308a6}.sm\:border-x-yellow-500\/70{border-left-color:#eab308b3;border-right-color:#eab308b3}.sm\:border-x-yellow-500\/75{border-left-color:#eab308bf;border-right-color:#eab308bf}.sm\:border-x-yellow-500\/80{border-left-color:#eab308cc;border-right-color:#eab308cc}.sm\:border-x-yellow-500\/85{border-left-color:#eab308d9;border-right-color:#eab308d9}.sm\:border-x-yellow-500\/90{border-left-color:#eab308e6;border-right-color:#eab308e6}.sm\:border-x-yellow-500\/95{border-left-color:#eab308f2;border-right-color:#eab308f2}.sm\:border-x-yellow-600{--tw-border-opacity:1;border-left-color:rgb(202 138 4/var(--tw-border-opacity,1));border-right-color:rgb(202 138 4/var(--tw-border-opacity,1))}.sm\:border-x-yellow-600\/0{border-left-color:#ca8a0400;border-right-color:#ca8a0400}.sm\:border-x-yellow-600\/10{border-left-color:#ca8a041a;border-right-color:#ca8a041a}.sm\:border-x-yellow-600\/100{border-left-color:#ca8a04;border-right-color:#ca8a04}.sm\:border-x-yellow-600\/15{border-left-color:#ca8a0426;border-right-color:#ca8a0426}.sm\:border-x-yellow-600\/20{border-left-color:#ca8a0433;border-right-color:#ca8a0433}.sm\:border-x-yellow-600\/25{border-left-color:#ca8a0440;border-right-color:#ca8a0440}.sm\:border-x-yellow-600\/30{border-left-color:#ca8a044d;border-right-color:#ca8a044d}.sm\:border-x-yellow-600\/35{border-left-color:#ca8a0459;border-right-color:#ca8a0459}.sm\:border-x-yellow-600\/40{border-left-color:#ca8a0466;border-right-color:#ca8a0466}.sm\:border-x-yellow-600\/45{border-left-color:#ca8a0473;border-right-color:#ca8a0473}.sm\:border-x-yellow-600\/5{border-left-color:#ca8a040d;border-right-color:#ca8a040d}.sm\:border-x-yellow-600\/50{border-left-color:#ca8a0480;border-right-color:#ca8a0480}.sm\:border-x-yellow-600\/55{border-left-color:#ca8a048c;border-right-color:#ca8a048c}.sm\:border-x-yellow-600\/60{border-left-color:#ca8a0499;border-right-color:#ca8a0499}.sm\:border-x-yellow-600\/65{border-left-color:#ca8a04a6;border-right-color:#ca8a04a6}.sm\:border-x-yellow-600\/70{border-left-color:#ca8a04b3;border-right-color:#ca8a04b3}.sm\:border-x-yellow-600\/75{border-left-color:#ca8a04bf;border-right-color:#ca8a04bf}.sm\:border-x-yellow-600\/80{border-left-color:#ca8a04cc;border-right-color:#ca8a04cc}.sm\:border-x-yellow-600\/85{border-left-color:#ca8a04d9;border-right-color:#ca8a04d9}.sm\:border-x-yellow-600\/90{border-left-color:#ca8a04e6;border-right-color:#ca8a04e6}.sm\:border-x-yellow-600\/95{border-left-color:#ca8a04f2;border-right-color:#ca8a04f2}.sm\:border-x-yellow-700{--tw-border-opacity:1;border-left-color:rgb(161 98 7/var(--tw-border-opacity,1));border-right-color:rgb(161 98 7/var(--tw-border-opacity,1))}.sm\:border-x-yellow-700\/0{border-left-color:#a1620700;border-right-color:#a1620700}.sm\:border-x-yellow-700\/10{border-left-color:#a162071a;border-right-color:#a162071a}.sm\:border-x-yellow-700\/100{border-left-color:#a16207;border-right-color:#a16207}.sm\:border-x-yellow-700\/15{border-left-color:#a1620726;border-right-color:#a1620726}.sm\:border-x-yellow-700\/20{border-left-color:#a1620733;border-right-color:#a1620733}.sm\:border-x-yellow-700\/25{border-left-color:#a1620740;border-right-color:#a1620740}.sm\:border-x-yellow-700\/30{border-left-color:#a162074d;border-right-color:#a162074d}.sm\:border-x-yellow-700\/35{border-left-color:#a1620759;border-right-color:#a1620759}.sm\:border-x-yellow-700\/40{border-left-color:#a1620766;border-right-color:#a1620766}.sm\:border-x-yellow-700\/45{border-left-color:#a1620773;border-right-color:#a1620773}.sm\:border-x-yellow-700\/5{border-left-color:#a162070d;border-right-color:#a162070d}.sm\:border-x-yellow-700\/50{border-left-color:#a1620780;border-right-color:#a1620780}.sm\:border-x-yellow-700\/55{border-left-color:#a162078c;border-right-color:#a162078c}.sm\:border-x-yellow-700\/60{border-left-color:#a1620799;border-right-color:#a1620799}.sm\:border-x-yellow-700\/65{border-left-color:#a16207a6;border-right-color:#a16207a6}.sm\:border-x-yellow-700\/70{border-left-color:#a16207b3;border-right-color:#a16207b3}.sm\:border-x-yellow-700\/75{border-left-color:#a16207bf;border-right-color:#a16207bf}.sm\:border-x-yellow-700\/80{border-left-color:#a16207cc;border-right-color:#a16207cc}.sm\:border-x-yellow-700\/85{border-left-color:#a16207d9;border-right-color:#a16207d9}.sm\:border-x-yellow-700\/90{border-left-color:#a16207e6;border-right-color:#a16207e6}.sm\:border-x-yellow-700\/95{border-left-color:#a16207f2;border-right-color:#a16207f2}.sm\:border-x-yellow-800{--tw-border-opacity:1;border-left-color:rgb(133 77 14/var(--tw-border-opacity,1));border-right-color:rgb(133 77 14/var(--tw-border-opacity,1))}.sm\:border-x-yellow-800\/0{border-left-color:#854d0e00;border-right-color:#854d0e00}.sm\:border-x-yellow-800\/10{border-left-color:#854d0e1a;border-right-color:#854d0e1a}.sm\:border-x-yellow-800\/100{border-left-color:#854d0e;border-right-color:#854d0e}.sm\:border-x-yellow-800\/15{border-left-color:#854d0e26;border-right-color:#854d0e26}.sm\:border-x-yellow-800\/20{border-left-color:#854d0e33;border-right-color:#854d0e33}.sm\:border-x-yellow-800\/25{border-left-color:#854d0e40;border-right-color:#854d0e40}.sm\:border-x-yellow-800\/30{border-left-color:#854d0e4d;border-right-color:#854d0e4d}.sm\:border-x-yellow-800\/35{border-left-color:#854d0e59;border-right-color:#854d0e59}.sm\:border-x-yellow-800\/40{border-left-color:#854d0e66;border-right-color:#854d0e66}.sm\:border-x-yellow-800\/45{border-left-color:#854d0e73;border-right-color:#854d0e73}.sm\:border-x-yellow-800\/5{border-left-color:#854d0e0d;border-right-color:#854d0e0d}.sm\:border-x-yellow-800\/50{border-left-color:#854d0e80;border-right-color:#854d0e80}.sm\:border-x-yellow-800\/55{border-left-color:#854d0e8c;border-right-color:#854d0e8c}.sm\:border-x-yellow-800\/60{border-left-color:#854d0e99;border-right-color:#854d0e99}.sm\:border-x-yellow-800\/65{border-left-color:#854d0ea6;border-right-color:#854d0ea6}.sm\:border-x-yellow-800\/70{border-left-color:#854d0eb3;border-right-color:#854d0eb3}.sm\:border-x-yellow-800\/75{border-left-color:#854d0ebf;border-right-color:#854d0ebf}.sm\:border-x-yellow-800\/80{border-left-color:#854d0ecc;border-right-color:#854d0ecc}.sm\:border-x-yellow-800\/85{border-left-color:#854d0ed9;border-right-color:#854d0ed9}.sm\:border-x-yellow-800\/90{border-left-color:#854d0ee6;border-right-color:#854d0ee6}.sm\:border-x-yellow-800\/95{border-left-color:#854d0ef2;border-right-color:#854d0ef2}.sm\:border-x-yellow-900{--tw-border-opacity:1;border-left-color:rgb(113 63 18/var(--tw-border-opacity,1));border-right-color:rgb(113 63 18/var(--tw-border-opacity,1))}.sm\:border-x-yellow-900\/0{border-left-color:#713f1200;border-right-color:#713f1200}.sm\:border-x-yellow-900\/10{border-left-color:#713f121a;border-right-color:#713f121a}.sm\:border-x-yellow-900\/100{border-left-color:#713f12;border-right-color:#713f12}.sm\:border-x-yellow-900\/15{border-left-color:#713f1226;border-right-color:#713f1226}.sm\:border-x-yellow-900\/20{border-left-color:#713f1233;border-right-color:#713f1233}.sm\:border-x-yellow-900\/25{border-left-color:#713f1240;border-right-color:#713f1240}.sm\:border-x-yellow-900\/30{border-left-color:#713f124d;border-right-color:#713f124d}.sm\:border-x-yellow-900\/35{border-left-color:#713f1259;border-right-color:#713f1259}.sm\:border-x-yellow-900\/40{border-left-color:#713f1266;border-right-color:#713f1266}.sm\:border-x-yellow-900\/45{border-left-color:#713f1273;border-right-color:#713f1273}.sm\:border-x-yellow-900\/5{border-left-color:#713f120d;border-right-color:#713f120d}.sm\:border-x-yellow-900\/50{border-left-color:#713f1280;border-right-color:#713f1280}.sm\:border-x-yellow-900\/55{border-left-color:#713f128c;border-right-color:#713f128c}.sm\:border-x-yellow-900\/60{border-left-color:#713f1299;border-right-color:#713f1299}.sm\:border-x-yellow-900\/65{border-left-color:#713f12a6;border-right-color:#713f12a6}.sm\:border-x-yellow-900\/70{border-left-color:#713f12b3;border-right-color:#713f12b3}.sm\:border-x-yellow-900\/75{border-left-color:#713f12bf;border-right-color:#713f12bf}.sm\:border-x-yellow-900\/80{border-left-color:#713f12cc;border-right-color:#713f12cc}.sm\:border-x-yellow-900\/85{border-left-color:#713f12d9;border-right-color:#713f12d9}.sm\:border-x-yellow-900\/90{border-left-color:#713f12e6;border-right-color:#713f12e6}.sm\:border-x-yellow-900\/95{border-left-color:#713f12f2;border-right-color:#713f12f2}.sm\:border-x-yellow-950{--tw-border-opacity:1;border-left-color:rgb(66 32 6/var(--tw-border-opacity,1));border-right-color:rgb(66 32 6/var(--tw-border-opacity,1))}.sm\:border-x-yellow-950\/0{border-left-color:#42200600;border-right-color:#42200600}.sm\:border-x-yellow-950\/10{border-left-color:#4220061a;border-right-color:#4220061a}.sm\:border-x-yellow-950\/100{border-left-color:#422006;border-right-color:#422006}.sm\:border-x-yellow-950\/15{border-left-color:#42200626;border-right-color:#42200626}.sm\:border-x-yellow-950\/20{border-left-color:#42200633;border-right-color:#42200633}.sm\:border-x-yellow-950\/25{border-left-color:#42200640;border-right-color:#42200640}.sm\:border-x-yellow-950\/30{border-left-color:#4220064d;border-right-color:#4220064d}.sm\:border-x-yellow-950\/35{border-left-color:#42200659;border-right-color:#42200659}.sm\:border-x-yellow-950\/40{border-left-color:#42200666;border-right-color:#42200666}.sm\:border-x-yellow-950\/45{border-left-color:#42200673;border-right-color:#42200673}.sm\:border-x-yellow-950\/5{border-left-color:#4220060d;border-right-color:#4220060d}.sm\:border-x-yellow-950\/50{border-left-color:#42200680;border-right-color:#42200680}.sm\:border-x-yellow-950\/55{border-left-color:#4220068c;border-right-color:#4220068c}.sm\:border-x-yellow-950\/60{border-left-color:#42200699;border-right-color:#42200699}.sm\:border-x-yellow-950\/65{border-left-color:#422006a6;border-right-color:#422006a6}.sm\:border-x-yellow-950\/70{border-left-color:#422006b3;border-right-color:#422006b3}.sm\:border-x-yellow-950\/75{border-left-color:#422006bf;border-right-color:#422006bf}.sm\:border-x-yellow-950\/80{border-left-color:#422006cc;border-right-color:#422006cc}.sm\:border-x-yellow-950\/85{border-left-color:#422006d9;border-right-color:#422006d9}.sm\:border-x-yellow-950\/90{border-left-color:#422006e6;border-right-color:#422006e6}.sm\:border-x-yellow-950\/95{border-left-color:#422006f2;border-right-color:#422006f2}.sm\:border-y-yellow-100{--tw-border-opacity:1;border-top-color:rgb(254 249 195/var(--tw-border-opacity,1));border-bottom-color:rgb(254 249 195/var(--tw-border-opacity,1))}.sm\:border-y-yellow-100\/0{border-top-color:#fef9c300;border-bottom-color:#fef9c300}.sm\:border-y-yellow-100\/10{border-top-color:#fef9c31a;border-bottom-color:#fef9c31a}.sm\:border-y-yellow-100\/100{border-top-color:#fef9c3;border-bottom-color:#fef9c3}.sm\:border-y-yellow-100\/15{border-top-color:#fef9c326;border-bottom-color:#fef9c326}.sm\:border-y-yellow-100\/20{border-top-color:#fef9c333;border-bottom-color:#fef9c333}.sm\:border-y-yellow-100\/25{border-top-color:#fef9c340;border-bottom-color:#fef9c340}.sm\:border-y-yellow-100\/30{border-top-color:#fef9c34d;border-bottom-color:#fef9c34d}.sm\:border-y-yellow-100\/35{border-top-color:#fef9c359;border-bottom-color:#fef9c359}.sm\:border-y-yellow-100\/40{border-top-color:#fef9c366;border-bottom-color:#fef9c366}.sm\:border-y-yellow-100\/45{border-top-color:#fef9c373;border-bottom-color:#fef9c373}.sm\:border-y-yellow-100\/5{border-top-color:#fef9c30d;border-bottom-color:#fef9c30d}.sm\:border-y-yellow-100\/50{border-top-color:#fef9c380;border-bottom-color:#fef9c380}.sm\:border-y-yellow-100\/55{border-top-color:#fef9c38c;border-bottom-color:#fef9c38c}.sm\:border-y-yellow-100\/60{border-top-color:#fef9c399;border-bottom-color:#fef9c399}.sm\:border-y-yellow-100\/65{border-top-color:#fef9c3a6;border-bottom-color:#fef9c3a6}.sm\:border-y-yellow-100\/70{border-top-color:#fef9c3b3;border-bottom-color:#fef9c3b3}.sm\:border-y-yellow-100\/75{border-top-color:#fef9c3bf;border-bottom-color:#fef9c3bf}.sm\:border-y-yellow-100\/80{border-top-color:#fef9c3cc;border-bottom-color:#fef9c3cc}.sm\:border-y-yellow-100\/85{border-top-color:#fef9c3d9;border-bottom-color:#fef9c3d9}.sm\:border-y-yellow-100\/90{border-top-color:#fef9c3e6;border-bottom-color:#fef9c3e6}.sm\:border-y-yellow-100\/95{border-top-color:#fef9c3f2;border-bottom-color:#fef9c3f2}.sm\:border-y-yellow-200{--tw-border-opacity:1;border-top-color:rgb(254 240 138/var(--tw-border-opacity,1));border-bottom-color:rgb(254 240 138/var(--tw-border-opacity,1))}.sm\:border-y-yellow-200\/0{border-top-color:#fef08a00;border-bottom-color:#fef08a00}.sm\:border-y-yellow-200\/10{border-top-color:#fef08a1a;border-bottom-color:#fef08a1a}.sm\:border-y-yellow-200\/100{border-top-color:#fef08a;border-bottom-color:#fef08a}.sm\:border-y-yellow-200\/15{border-top-color:#fef08a26;border-bottom-color:#fef08a26}.sm\:border-y-yellow-200\/20{border-top-color:#fef08a33;border-bottom-color:#fef08a33}.sm\:border-y-yellow-200\/25{border-top-color:#fef08a40;border-bottom-color:#fef08a40}.sm\:border-y-yellow-200\/30{border-top-color:#fef08a4d;border-bottom-color:#fef08a4d}.sm\:border-y-yellow-200\/35{border-top-color:#fef08a59;border-bottom-color:#fef08a59}.sm\:border-y-yellow-200\/40{border-top-color:#fef08a66;border-bottom-color:#fef08a66}.sm\:border-y-yellow-200\/45{border-top-color:#fef08a73;border-bottom-color:#fef08a73}.sm\:border-y-yellow-200\/5{border-top-color:#fef08a0d;border-bottom-color:#fef08a0d}.sm\:border-y-yellow-200\/50{border-top-color:#fef08a80;border-bottom-color:#fef08a80}.sm\:border-y-yellow-200\/55{border-top-color:#fef08a8c;border-bottom-color:#fef08a8c}.sm\:border-y-yellow-200\/60{border-top-color:#fef08a99;border-bottom-color:#fef08a99}.sm\:border-y-yellow-200\/65{border-top-color:#fef08aa6;border-bottom-color:#fef08aa6}.sm\:border-y-yellow-200\/70{border-top-color:#fef08ab3;border-bottom-color:#fef08ab3}.sm\:border-y-yellow-200\/75{border-top-color:#fef08abf;border-bottom-color:#fef08abf}.sm\:border-y-yellow-200\/80{border-top-color:#fef08acc;border-bottom-color:#fef08acc}.sm\:border-y-yellow-200\/85{border-top-color:#fef08ad9;border-bottom-color:#fef08ad9}.sm\:border-y-yellow-200\/90{border-top-color:#fef08ae6;border-bottom-color:#fef08ae6}.sm\:border-y-yellow-200\/95{border-top-color:#fef08af2;border-bottom-color:#fef08af2}.sm\:border-y-yellow-300{--tw-border-opacity:1;border-top-color:rgb(253 224 71/var(--tw-border-opacity,1));border-bottom-color:rgb(253 224 71/var(--tw-border-opacity,1))}.sm\:border-y-yellow-300\/0{border-top-color:#fde04700;border-bottom-color:#fde04700}.sm\:border-y-yellow-300\/10{border-top-color:#fde0471a;border-bottom-color:#fde0471a}.sm\:border-y-yellow-300\/100{border-top-color:#fde047;border-bottom-color:#fde047}.sm\:border-y-yellow-300\/15{border-top-color:#fde04726;border-bottom-color:#fde04726}.sm\:border-y-yellow-300\/20{border-top-color:#fde04733;border-bottom-color:#fde04733}.sm\:border-y-yellow-300\/25{border-top-color:#fde04740;border-bottom-color:#fde04740}.sm\:border-y-yellow-300\/30{border-top-color:#fde0474d;border-bottom-color:#fde0474d}.sm\:border-y-yellow-300\/35{border-top-color:#fde04759;border-bottom-color:#fde04759}.sm\:border-y-yellow-300\/40{border-top-color:#fde04766;border-bottom-color:#fde04766}.sm\:border-y-yellow-300\/45{border-top-color:#fde04773;border-bottom-color:#fde04773}.sm\:border-y-yellow-300\/5{border-top-color:#fde0470d;border-bottom-color:#fde0470d}.sm\:border-y-yellow-300\/50{border-top-color:#fde04780;border-bottom-color:#fde04780}.sm\:border-y-yellow-300\/55{border-top-color:#fde0478c;border-bottom-color:#fde0478c}.sm\:border-y-yellow-300\/60{border-top-color:#fde04799;border-bottom-color:#fde04799}.sm\:border-y-yellow-300\/65{border-top-color:#fde047a6;border-bottom-color:#fde047a6}.sm\:border-y-yellow-300\/70{border-top-color:#fde047b3;border-bottom-color:#fde047b3}.sm\:border-y-yellow-300\/75{border-top-color:#fde047bf;border-bottom-color:#fde047bf}.sm\:border-y-yellow-300\/80{border-top-color:#fde047cc;border-bottom-color:#fde047cc}.sm\:border-y-yellow-300\/85{border-top-color:#fde047d9;border-bottom-color:#fde047d9}.sm\:border-y-yellow-300\/90{border-top-color:#fde047e6;border-bottom-color:#fde047e6}.sm\:border-y-yellow-300\/95{border-top-color:#fde047f2;border-bottom-color:#fde047f2}.sm\:border-y-yellow-400{--tw-border-opacity:1;border-top-color:rgb(250 204 21/var(--tw-border-opacity,1));border-bottom-color:rgb(250 204 21/var(--tw-border-opacity,1))}.sm\:border-y-yellow-400\/0{border-top-color:#facc1500;border-bottom-color:#facc1500}.sm\:border-y-yellow-400\/10{border-top-color:#facc151a;border-bottom-color:#facc151a}.sm\:border-y-yellow-400\/100{border-top-color:#facc15;border-bottom-color:#facc15}.sm\:border-y-yellow-400\/15{border-top-color:#facc1526;border-bottom-color:#facc1526}.sm\:border-y-yellow-400\/20{border-top-color:#facc1533;border-bottom-color:#facc1533}.sm\:border-y-yellow-400\/25{border-top-color:#facc1540;border-bottom-color:#facc1540}.sm\:border-y-yellow-400\/30{border-top-color:#facc154d;border-bottom-color:#facc154d}.sm\:border-y-yellow-400\/35{border-top-color:#facc1559;border-bottom-color:#facc1559}.sm\:border-y-yellow-400\/40{border-top-color:#facc1566;border-bottom-color:#facc1566}.sm\:border-y-yellow-400\/45{border-top-color:#facc1573;border-bottom-color:#facc1573}.sm\:border-y-yellow-400\/5{border-top-color:#facc150d;border-bottom-color:#facc150d}.sm\:border-y-yellow-400\/50{border-top-color:#facc1580;border-bottom-color:#facc1580}.sm\:border-y-yellow-400\/55{border-top-color:#facc158c;border-bottom-color:#facc158c}.sm\:border-y-yellow-400\/60{border-top-color:#facc1599;border-bottom-color:#facc1599}.sm\:border-y-yellow-400\/65{border-top-color:#facc15a6;border-bottom-color:#facc15a6}.sm\:border-y-yellow-400\/70{border-top-color:#facc15b3;border-bottom-color:#facc15b3}.sm\:border-y-yellow-400\/75{border-top-color:#facc15bf;border-bottom-color:#facc15bf}.sm\:border-y-yellow-400\/80{border-top-color:#facc15cc;border-bottom-color:#facc15cc}.sm\:border-y-yellow-400\/85{border-top-color:#facc15d9;border-bottom-color:#facc15d9}.sm\:border-y-yellow-400\/90{border-top-color:#facc15e6;border-bottom-color:#facc15e6}.sm\:border-y-yellow-400\/95{border-top-color:#facc15f2;border-bottom-color:#facc15f2}.sm\:border-y-yellow-50{--tw-border-opacity:1;border-top-color:rgb(254 252 232/var(--tw-border-opacity,1));border-bottom-color:rgb(254 252 232/var(--tw-border-opacity,1))}.sm\:border-y-yellow-50\/0{border-top-color:#fefce800;border-bottom-color:#fefce800}.sm\:border-y-yellow-50\/10{border-top-color:#fefce81a;border-bottom-color:#fefce81a}.sm\:border-y-yellow-50\/100{border-top-color:#fefce8;border-bottom-color:#fefce8}.sm\:border-y-yellow-50\/15{border-top-color:#fefce826;border-bottom-color:#fefce826}.sm\:border-y-yellow-50\/20{border-top-color:#fefce833;border-bottom-color:#fefce833}.sm\:border-y-yellow-50\/25{border-top-color:#fefce840;border-bottom-color:#fefce840}.sm\:border-y-yellow-50\/30{border-top-color:#fefce84d;border-bottom-color:#fefce84d}.sm\:border-y-yellow-50\/35{border-top-color:#fefce859;border-bottom-color:#fefce859}.sm\:border-y-yellow-50\/40{border-top-color:#fefce866;border-bottom-color:#fefce866}.sm\:border-y-yellow-50\/45{border-top-color:#fefce873;border-bottom-color:#fefce873}.sm\:border-y-yellow-50\/5{border-top-color:#fefce80d;border-bottom-color:#fefce80d}.sm\:border-y-yellow-50\/50{border-top-color:#fefce880;border-bottom-color:#fefce880}.sm\:border-y-yellow-50\/55{border-top-color:#fefce88c;border-bottom-color:#fefce88c}.sm\:border-y-yellow-50\/60{border-top-color:#fefce899;border-bottom-color:#fefce899}.sm\:border-y-yellow-50\/65{border-top-color:#fefce8a6;border-bottom-color:#fefce8a6}.sm\:border-y-yellow-50\/70{border-top-color:#fefce8b3;border-bottom-color:#fefce8b3}.sm\:border-y-yellow-50\/75{border-top-color:#fefce8bf;border-bottom-color:#fefce8bf}.sm\:border-y-yellow-50\/80{border-top-color:#fefce8cc;border-bottom-color:#fefce8cc}.sm\:border-y-yellow-50\/85{border-top-color:#fefce8d9;border-bottom-color:#fefce8d9}.sm\:border-y-yellow-50\/90{border-top-color:#fefce8e6;border-bottom-color:#fefce8e6}.sm\:border-y-yellow-50\/95{border-top-color:#fefce8f2;border-bottom-color:#fefce8f2}.sm\:border-y-yellow-500{--tw-border-opacity:1;border-top-color:rgb(234 179 8/var(--tw-border-opacity,1));border-bottom-color:rgb(234 179 8/var(--tw-border-opacity,1))}.sm\:border-y-yellow-500\/0{border-top-color:#eab30800;border-bottom-color:#eab30800}.sm\:border-y-yellow-500\/10{border-top-color:#eab3081a;border-bottom-color:#eab3081a}.sm\:border-y-yellow-500\/100{border-top-color:#eab308;border-bottom-color:#eab308}.sm\:border-y-yellow-500\/15{border-top-color:#eab30826;border-bottom-color:#eab30826}.sm\:border-y-yellow-500\/20{border-top-color:#eab30833;border-bottom-color:#eab30833}.sm\:border-y-yellow-500\/25{border-top-color:#eab30840;border-bottom-color:#eab30840}.sm\:border-y-yellow-500\/30{border-top-color:#eab3084d;border-bottom-color:#eab3084d}.sm\:border-y-yellow-500\/35{border-top-color:#eab30859;border-bottom-color:#eab30859}.sm\:border-y-yellow-500\/40{border-top-color:#eab30866;border-bottom-color:#eab30866}.sm\:border-y-yellow-500\/45{border-top-color:#eab30873;border-bottom-color:#eab30873}.sm\:border-y-yellow-500\/5{border-top-color:#eab3080d;border-bottom-color:#eab3080d}.sm\:border-y-yellow-500\/50{border-top-color:#eab30880;border-bottom-color:#eab30880}.sm\:border-y-yellow-500\/55{border-top-color:#eab3088c;border-bottom-color:#eab3088c}.sm\:border-y-yellow-500\/60{border-top-color:#eab30899;border-bottom-color:#eab30899}.sm\:border-y-yellow-500\/65{border-top-color:#eab308a6;border-bottom-color:#eab308a6}.sm\:border-y-yellow-500\/70{border-top-color:#eab308b3;border-bottom-color:#eab308b3}.sm\:border-y-yellow-500\/75{border-top-color:#eab308bf;border-bottom-color:#eab308bf}.sm\:border-y-yellow-500\/80{border-top-color:#eab308cc;border-bottom-color:#eab308cc}.sm\:border-y-yellow-500\/85{border-top-color:#eab308d9;border-bottom-color:#eab308d9}.sm\:border-y-yellow-500\/90{border-top-color:#eab308e6;border-bottom-color:#eab308e6}.sm\:border-y-yellow-500\/95{border-top-color:#eab308f2;border-bottom-color:#eab308f2}.sm\:border-y-yellow-600{--tw-border-opacity:1;border-top-color:rgb(202 138 4/var(--tw-border-opacity,1));border-bottom-color:rgb(202 138 4/var(--tw-border-opacity,1))}.sm\:border-y-yellow-600\/0{border-top-color:#ca8a0400;border-bottom-color:#ca8a0400}.sm\:border-y-yellow-600\/10{border-top-color:#ca8a041a;border-bottom-color:#ca8a041a}.sm\:border-y-yellow-600\/100{border-top-color:#ca8a04;border-bottom-color:#ca8a04}.sm\:border-y-yellow-600\/15{border-top-color:#ca8a0426;border-bottom-color:#ca8a0426}.sm\:border-y-yellow-600\/20{border-top-color:#ca8a0433;border-bottom-color:#ca8a0433}.sm\:border-y-yellow-600\/25{border-top-color:#ca8a0440;border-bottom-color:#ca8a0440}.sm\:border-y-yellow-600\/30{border-top-color:#ca8a044d;border-bottom-color:#ca8a044d}.sm\:border-y-yellow-600\/35{border-top-color:#ca8a0459;border-bottom-color:#ca8a0459}.sm\:border-y-yellow-600\/40{border-top-color:#ca8a0466;border-bottom-color:#ca8a0466}.sm\:border-y-yellow-600\/45{border-top-color:#ca8a0473;border-bottom-color:#ca8a0473}.sm\:border-y-yellow-600\/5{border-top-color:#ca8a040d;border-bottom-color:#ca8a040d}.sm\:border-y-yellow-600\/50{border-top-color:#ca8a0480;border-bottom-color:#ca8a0480}.sm\:border-y-yellow-600\/55{border-top-color:#ca8a048c;border-bottom-color:#ca8a048c}.sm\:border-y-yellow-600\/60{border-top-color:#ca8a0499;border-bottom-color:#ca8a0499}.sm\:border-y-yellow-600\/65{border-top-color:#ca8a04a6;border-bottom-color:#ca8a04a6}.sm\:border-y-yellow-600\/70{border-top-color:#ca8a04b3;border-bottom-color:#ca8a04b3}.sm\:border-y-yellow-600\/75{border-top-color:#ca8a04bf;border-bottom-color:#ca8a04bf}.sm\:border-y-yellow-600\/80{border-top-color:#ca8a04cc;border-bottom-color:#ca8a04cc}.sm\:border-y-yellow-600\/85{border-top-color:#ca8a04d9;border-bottom-color:#ca8a04d9}.sm\:border-y-yellow-600\/90{border-top-color:#ca8a04e6;border-bottom-color:#ca8a04e6}.sm\:border-y-yellow-600\/95{border-top-color:#ca8a04f2;border-bottom-color:#ca8a04f2}.sm\:border-y-yellow-700{--tw-border-opacity:1;border-top-color:rgb(161 98 7/var(--tw-border-opacity,1));border-bottom-color:rgb(161 98 7/var(--tw-border-opacity,1))}.sm\:border-y-yellow-700\/0{border-top-color:#a1620700;border-bottom-color:#a1620700}.sm\:border-y-yellow-700\/10{border-top-color:#a162071a;border-bottom-color:#a162071a}.sm\:border-y-yellow-700\/100{border-top-color:#a16207;border-bottom-color:#a16207}.sm\:border-y-yellow-700\/15{border-top-color:#a1620726;border-bottom-color:#a1620726}.sm\:border-y-yellow-700\/20{border-top-color:#a1620733;border-bottom-color:#a1620733}.sm\:border-y-yellow-700\/25{border-top-color:#a1620740;border-bottom-color:#a1620740}.sm\:border-y-yellow-700\/30{border-top-color:#a162074d;border-bottom-color:#a162074d}.sm\:border-y-yellow-700\/35{border-top-color:#a1620759;border-bottom-color:#a1620759}.sm\:border-y-yellow-700\/40{border-top-color:#a1620766;border-bottom-color:#a1620766}.sm\:border-y-yellow-700\/45{border-top-color:#a1620773;border-bottom-color:#a1620773}.sm\:border-y-yellow-700\/5{border-top-color:#a162070d;border-bottom-color:#a162070d}.sm\:border-y-yellow-700\/50{border-top-color:#a1620780;border-bottom-color:#a1620780}.sm\:border-y-yellow-700\/55{border-top-color:#a162078c;border-bottom-color:#a162078c}.sm\:border-y-yellow-700\/60{border-top-color:#a1620799;border-bottom-color:#a1620799}.sm\:border-y-yellow-700\/65{border-top-color:#a16207a6;border-bottom-color:#a16207a6}.sm\:border-y-yellow-700\/70{border-top-color:#a16207b3;border-bottom-color:#a16207b3}.sm\:border-y-yellow-700\/75{border-top-color:#a16207bf;border-bottom-color:#a16207bf}.sm\:border-y-yellow-700\/80{border-top-color:#a16207cc;border-bottom-color:#a16207cc}.sm\:border-y-yellow-700\/85{border-top-color:#a16207d9;border-bottom-color:#a16207d9}.sm\:border-y-yellow-700\/90{border-top-color:#a16207e6;border-bottom-color:#a16207e6}.sm\:border-y-yellow-700\/95{border-top-color:#a16207f2;border-bottom-color:#a16207f2}.sm\:border-y-yellow-800{--tw-border-opacity:1;border-top-color:rgb(133 77 14/var(--tw-border-opacity,1));border-bottom-color:rgb(133 77 14/var(--tw-border-opacity,1))}.sm\:border-y-yellow-800\/0{border-top-color:#854d0e00;border-bottom-color:#854d0e00}.sm\:border-y-yellow-800\/10{border-top-color:#854d0e1a;border-bottom-color:#854d0e1a}.sm\:border-y-yellow-800\/100{border-top-color:#854d0e;border-bottom-color:#854d0e}.sm\:border-y-yellow-800\/15{border-top-color:#854d0e26;border-bottom-color:#854d0e26}.sm\:border-y-yellow-800\/20{border-top-color:#854d0e33;border-bottom-color:#854d0e33}.sm\:border-y-yellow-800\/25{border-top-color:#854d0e40;border-bottom-color:#854d0e40}.sm\:border-y-yellow-800\/30{border-top-color:#854d0e4d;border-bottom-color:#854d0e4d}.sm\:border-y-yellow-800\/35{border-top-color:#854d0e59;border-bottom-color:#854d0e59}.sm\:border-y-yellow-800\/40{border-top-color:#854d0e66;border-bottom-color:#854d0e66}.sm\:border-y-yellow-800\/45{border-top-color:#854d0e73;border-bottom-color:#854d0e73}.sm\:border-y-yellow-800\/5{border-top-color:#854d0e0d;border-bottom-color:#854d0e0d}.sm\:border-y-yellow-800\/50{border-top-color:#854d0e80;border-bottom-color:#854d0e80}.sm\:border-y-yellow-800\/55{border-top-color:#854d0e8c;border-bottom-color:#854d0e8c}.sm\:border-y-yellow-800\/60{border-top-color:#854d0e99;border-bottom-color:#854d0e99}.sm\:border-y-yellow-800\/65{border-top-color:#854d0ea6;border-bottom-color:#854d0ea6}.sm\:border-y-yellow-800\/70{border-top-color:#854d0eb3;border-bottom-color:#854d0eb3}.sm\:border-y-yellow-800\/75{border-top-color:#854d0ebf;border-bottom-color:#854d0ebf}.sm\:border-y-yellow-800\/80{border-top-color:#854d0ecc;border-bottom-color:#854d0ecc}.sm\:border-y-yellow-800\/85{border-top-color:#854d0ed9;border-bottom-color:#854d0ed9}.sm\:border-y-yellow-800\/90{border-top-color:#854d0ee6;border-bottom-color:#854d0ee6}.sm\:border-y-yellow-800\/95{border-top-color:#854d0ef2;border-bottom-color:#854d0ef2}.sm\:border-y-yellow-900{--tw-border-opacity:1;border-top-color:rgb(113 63 18/var(--tw-border-opacity,1));border-bottom-color:rgb(113 63 18/var(--tw-border-opacity,1))}.sm\:border-y-yellow-900\/0{border-top-color:#713f1200;border-bottom-color:#713f1200}.sm\:border-y-yellow-900\/10{border-top-color:#713f121a;border-bottom-color:#713f121a}.sm\:border-y-yellow-900\/100{border-top-color:#713f12;border-bottom-color:#713f12}.sm\:border-y-yellow-900\/15{border-top-color:#713f1226;border-bottom-color:#713f1226}.sm\:border-y-yellow-900\/20{border-top-color:#713f1233;border-bottom-color:#713f1233}.sm\:border-y-yellow-900\/25{border-top-color:#713f1240;border-bottom-color:#713f1240}.sm\:border-y-yellow-900\/30{border-top-color:#713f124d;border-bottom-color:#713f124d}.sm\:border-y-yellow-900\/35{border-top-color:#713f1259;border-bottom-color:#713f1259}.sm\:border-y-yellow-900\/40{border-top-color:#713f1266;border-bottom-color:#713f1266}.sm\:border-y-yellow-900\/45{border-top-color:#713f1273;border-bottom-color:#713f1273}.sm\:border-y-yellow-900\/5{border-top-color:#713f120d;border-bottom-color:#713f120d}.sm\:border-y-yellow-900\/50{border-top-color:#713f1280;border-bottom-color:#713f1280}.sm\:border-y-yellow-900\/55{border-top-color:#713f128c;border-bottom-color:#713f128c}.sm\:border-y-yellow-900\/60{border-top-color:#713f1299;border-bottom-color:#713f1299}.sm\:border-y-yellow-900\/65{border-top-color:#713f12a6;border-bottom-color:#713f12a6}.sm\:border-y-yellow-900\/70{border-top-color:#713f12b3;border-bottom-color:#713f12b3}.sm\:border-y-yellow-900\/75{border-top-color:#713f12bf;border-bottom-color:#713f12bf}.sm\:border-y-yellow-900\/80{border-top-color:#713f12cc;border-bottom-color:#713f12cc}.sm\:border-y-yellow-900\/85{border-top-color:#713f12d9;border-bottom-color:#713f12d9}.sm\:border-y-yellow-900\/90{border-top-color:#713f12e6;border-bottom-color:#713f12e6}.sm\:border-y-yellow-900\/95{border-top-color:#713f12f2;border-bottom-color:#713f12f2}.sm\:border-y-yellow-950{--tw-border-opacity:1;border-top-color:rgb(66 32 6/var(--tw-border-opacity,1));border-bottom-color:rgb(66 32 6/var(--tw-border-opacity,1))}.sm\:border-y-yellow-950\/0{border-top-color:#42200600;border-bottom-color:#42200600}.sm\:border-y-yellow-950\/10{border-top-color:#4220061a;border-bottom-color:#4220061a}.sm\:border-y-yellow-950\/100{border-top-color:#422006;border-bottom-color:#422006}.sm\:border-y-yellow-950\/15{border-top-color:#42200626;border-bottom-color:#42200626}.sm\:border-y-yellow-950\/20{border-top-color:#42200633;border-bottom-color:#42200633}.sm\:border-y-yellow-950\/25{border-top-color:#42200640;border-bottom-color:#42200640}.sm\:border-y-yellow-950\/30{border-top-color:#4220064d;border-bottom-color:#4220064d}.sm\:border-y-yellow-950\/35{border-top-color:#42200659;border-bottom-color:#42200659}.sm\:border-y-yellow-950\/40{border-top-color:#42200666;border-bottom-color:#42200666}.sm\:border-y-yellow-950\/45{border-top-color:#42200673;border-bottom-color:#42200673}.sm\:border-y-yellow-950\/5{border-top-color:#4220060d;border-bottom-color:#4220060d}.sm\:border-y-yellow-950\/50{border-top-color:#42200680;border-bottom-color:#42200680}.sm\:border-y-yellow-950\/55{border-top-color:#4220068c;border-bottom-color:#4220068c}.sm\:border-y-yellow-950\/60{border-top-color:#42200699;border-bottom-color:#42200699}.sm\:border-y-yellow-950\/65{border-top-color:#422006a6;border-bottom-color:#422006a6}.sm\:border-y-yellow-950\/70{border-top-color:#422006b3;border-bottom-color:#422006b3}.sm\:border-y-yellow-950\/75{border-top-color:#422006bf;border-bottom-color:#422006bf}.sm\:border-y-yellow-950\/80{border-top-color:#422006cc;border-bottom-color:#422006cc}.sm\:border-y-yellow-950\/85{border-top-color:#422006d9;border-bottom-color:#422006d9}.sm\:border-y-yellow-950\/90{border-top-color:#422006e6;border-bottom-color:#422006e6}.sm\:border-y-yellow-950\/95{border-top-color:#422006f2;border-bottom-color:#422006f2}.sm\:border-b-yellow-100{--tw-border-opacity:1;border-bottom-color:rgb(254 249 195/var(--tw-border-opacity,1))}.sm\:border-b-yellow-100\/0{border-bottom-color:#fef9c300}.sm\:border-b-yellow-100\/10{border-bottom-color:#fef9c31a}.sm\:border-b-yellow-100\/100{border-bottom-color:#fef9c3}.sm\:border-b-yellow-100\/15{border-bottom-color:#fef9c326}.sm\:border-b-yellow-100\/20{border-bottom-color:#fef9c333}.sm\:border-b-yellow-100\/25{border-bottom-color:#fef9c340}.sm\:border-b-yellow-100\/30{border-bottom-color:#fef9c34d}.sm\:border-b-yellow-100\/35{border-bottom-color:#fef9c359}.sm\:border-b-yellow-100\/40{border-bottom-color:#fef9c366}.sm\:border-b-yellow-100\/45{border-bottom-color:#fef9c373}.sm\:border-b-yellow-100\/5{border-bottom-color:#fef9c30d}.sm\:border-b-yellow-100\/50{border-bottom-color:#fef9c380}.sm\:border-b-yellow-100\/55{border-bottom-color:#fef9c38c}.sm\:border-b-yellow-100\/60{border-bottom-color:#fef9c399}.sm\:border-b-yellow-100\/65{border-bottom-color:#fef9c3a6}.sm\:border-b-yellow-100\/70{border-bottom-color:#fef9c3b3}.sm\:border-b-yellow-100\/75{border-bottom-color:#fef9c3bf}.sm\:border-b-yellow-100\/80{border-bottom-color:#fef9c3cc}.sm\:border-b-yellow-100\/85{border-bottom-color:#fef9c3d9}.sm\:border-b-yellow-100\/90{border-bottom-color:#fef9c3e6}.sm\:border-b-yellow-100\/95{border-bottom-color:#fef9c3f2}.sm\:border-b-yellow-200{--tw-border-opacity:1;border-bottom-color:rgb(254 240 138/var(--tw-border-opacity,1))}.sm\:border-b-yellow-200\/0{border-bottom-color:#fef08a00}.sm\:border-b-yellow-200\/10{border-bottom-color:#fef08a1a}.sm\:border-b-yellow-200\/100{border-bottom-color:#fef08a}.sm\:border-b-yellow-200\/15{border-bottom-color:#fef08a26}.sm\:border-b-yellow-200\/20{border-bottom-color:#fef08a33}.sm\:border-b-yellow-200\/25{border-bottom-color:#fef08a40}.sm\:border-b-yellow-200\/30{border-bottom-color:#fef08a4d}.sm\:border-b-yellow-200\/35{border-bottom-color:#fef08a59}.sm\:border-b-yellow-200\/40{border-bottom-color:#fef08a66}.sm\:border-b-yellow-200\/45{border-bottom-color:#fef08a73}.sm\:border-b-yellow-200\/5{border-bottom-color:#fef08a0d}.sm\:border-b-yellow-200\/50{border-bottom-color:#fef08a80}.sm\:border-b-yellow-200\/55{border-bottom-color:#fef08a8c}.sm\:border-b-yellow-200\/60{border-bottom-color:#fef08a99}.sm\:border-b-yellow-200\/65{border-bottom-color:#fef08aa6}.sm\:border-b-yellow-200\/70{border-bottom-color:#fef08ab3}.sm\:border-b-yellow-200\/75{border-bottom-color:#fef08abf}.sm\:border-b-yellow-200\/80{border-bottom-color:#fef08acc}.sm\:border-b-yellow-200\/85{border-bottom-color:#fef08ad9}.sm\:border-b-yellow-200\/90{border-bottom-color:#fef08ae6}.sm\:border-b-yellow-200\/95{border-bottom-color:#fef08af2}.sm\:border-b-yellow-300{--tw-border-opacity:1;border-bottom-color:rgb(253 224 71/var(--tw-border-opacity,1))}.sm\:border-b-yellow-300\/0{border-bottom-color:#fde04700}.sm\:border-b-yellow-300\/10{border-bottom-color:#fde0471a}.sm\:border-b-yellow-300\/100{border-bottom-color:#fde047}.sm\:border-b-yellow-300\/15{border-bottom-color:#fde04726}.sm\:border-b-yellow-300\/20{border-bottom-color:#fde04733}.sm\:border-b-yellow-300\/25{border-bottom-color:#fde04740}.sm\:border-b-yellow-300\/30{border-bottom-color:#fde0474d}.sm\:border-b-yellow-300\/35{border-bottom-color:#fde04759}.sm\:border-b-yellow-300\/40{border-bottom-color:#fde04766}.sm\:border-b-yellow-300\/45{border-bottom-color:#fde04773}.sm\:border-b-yellow-300\/5{border-bottom-color:#fde0470d}.sm\:border-b-yellow-300\/50{border-bottom-color:#fde04780}.sm\:border-b-yellow-300\/55{border-bottom-color:#fde0478c}.sm\:border-b-yellow-300\/60{border-bottom-color:#fde04799}.sm\:border-b-yellow-300\/65{border-bottom-color:#fde047a6}.sm\:border-b-yellow-300\/70{border-bottom-color:#fde047b3}.sm\:border-b-yellow-300\/75{border-bottom-color:#fde047bf}.sm\:border-b-yellow-300\/80{border-bottom-color:#fde047cc}.sm\:border-b-yellow-300\/85{border-bottom-color:#fde047d9}.sm\:border-b-yellow-300\/90{border-bottom-color:#fde047e6}.sm\:border-b-yellow-300\/95{border-bottom-color:#fde047f2}.sm\:border-b-yellow-400{--tw-border-opacity:1;border-bottom-color:rgb(250 204 21/var(--tw-border-opacity,1))}.sm\:border-b-yellow-400\/0{border-bottom-color:#facc1500}.sm\:border-b-yellow-400\/10{border-bottom-color:#facc151a}.sm\:border-b-yellow-400\/100{border-bottom-color:#facc15}.sm\:border-b-yellow-400\/15{border-bottom-color:#facc1526}.sm\:border-b-yellow-400\/20{border-bottom-color:#facc1533}.sm\:border-b-yellow-400\/25{border-bottom-color:#facc1540}.sm\:border-b-yellow-400\/30{border-bottom-color:#facc154d}.sm\:border-b-yellow-400\/35{border-bottom-color:#facc1559}.sm\:border-b-yellow-400\/40{border-bottom-color:#facc1566}.sm\:border-b-yellow-400\/45{border-bottom-color:#facc1573}.sm\:border-b-yellow-400\/5{border-bottom-color:#facc150d}.sm\:border-b-yellow-400\/50{border-bottom-color:#facc1580}.sm\:border-b-yellow-400\/55{border-bottom-color:#facc158c}.sm\:border-b-yellow-400\/60{border-bottom-color:#facc1599}.sm\:border-b-yellow-400\/65{border-bottom-color:#facc15a6}.sm\:border-b-yellow-400\/70{border-bottom-color:#facc15b3}.sm\:border-b-yellow-400\/75{border-bottom-color:#facc15bf}.sm\:border-b-yellow-400\/80{border-bottom-color:#facc15cc}.sm\:border-b-yellow-400\/85{border-bottom-color:#facc15d9}.sm\:border-b-yellow-400\/90{border-bottom-color:#facc15e6}.sm\:border-b-yellow-400\/95{border-bottom-color:#facc15f2}.sm\:border-b-yellow-50{--tw-border-opacity:1;border-bottom-color:rgb(254 252 232/var(--tw-border-opacity,1))}.sm\:border-b-yellow-50\/0{border-bottom-color:#fefce800}.sm\:border-b-yellow-50\/10{border-bottom-color:#fefce81a}.sm\:border-b-yellow-50\/100{border-bottom-color:#fefce8}.sm\:border-b-yellow-50\/15{border-bottom-color:#fefce826}.sm\:border-b-yellow-50\/20{border-bottom-color:#fefce833}.sm\:border-b-yellow-50\/25{border-bottom-color:#fefce840}.sm\:border-b-yellow-50\/30{border-bottom-color:#fefce84d}.sm\:border-b-yellow-50\/35{border-bottom-color:#fefce859}.sm\:border-b-yellow-50\/40{border-bottom-color:#fefce866}.sm\:border-b-yellow-50\/45{border-bottom-color:#fefce873}.sm\:border-b-yellow-50\/5{border-bottom-color:#fefce80d}.sm\:border-b-yellow-50\/50{border-bottom-color:#fefce880}.sm\:border-b-yellow-50\/55{border-bottom-color:#fefce88c}.sm\:border-b-yellow-50\/60{border-bottom-color:#fefce899}.sm\:border-b-yellow-50\/65{border-bottom-color:#fefce8a6}.sm\:border-b-yellow-50\/70{border-bottom-color:#fefce8b3}.sm\:border-b-yellow-50\/75{border-bottom-color:#fefce8bf}.sm\:border-b-yellow-50\/80{border-bottom-color:#fefce8cc}.sm\:border-b-yellow-50\/85{border-bottom-color:#fefce8d9}.sm\:border-b-yellow-50\/90{border-bottom-color:#fefce8e6}.sm\:border-b-yellow-50\/95{border-bottom-color:#fefce8f2}.sm\:border-b-yellow-500{--tw-border-opacity:1;border-bottom-color:rgb(234 179 8/var(--tw-border-opacity,1))}.sm\:border-b-yellow-500\/0{border-bottom-color:#eab30800}.sm\:border-b-yellow-500\/10{border-bottom-color:#eab3081a}.sm\:border-b-yellow-500\/100{border-bottom-color:#eab308}.sm\:border-b-yellow-500\/15{border-bottom-color:#eab30826}.sm\:border-b-yellow-500\/20{border-bottom-color:#eab30833}.sm\:border-b-yellow-500\/25{border-bottom-color:#eab30840}.sm\:border-b-yellow-500\/30{border-bottom-color:#eab3084d}.sm\:border-b-yellow-500\/35{border-bottom-color:#eab30859}.sm\:border-b-yellow-500\/40{border-bottom-color:#eab30866}.sm\:border-b-yellow-500\/45{border-bottom-color:#eab30873}.sm\:border-b-yellow-500\/5{border-bottom-color:#eab3080d}.sm\:border-b-yellow-500\/50{border-bottom-color:#eab30880}.sm\:border-b-yellow-500\/55{border-bottom-color:#eab3088c}.sm\:border-b-yellow-500\/60{border-bottom-color:#eab30899}.sm\:border-b-yellow-500\/65{border-bottom-color:#eab308a6}.sm\:border-b-yellow-500\/70{border-bottom-color:#eab308b3}.sm\:border-b-yellow-500\/75{border-bottom-color:#eab308bf}.sm\:border-b-yellow-500\/80{border-bottom-color:#eab308cc}.sm\:border-b-yellow-500\/85{border-bottom-color:#eab308d9}.sm\:border-b-yellow-500\/90{border-bottom-color:#eab308e6}.sm\:border-b-yellow-500\/95{border-bottom-color:#eab308f2}.sm\:border-b-yellow-600{--tw-border-opacity:1;border-bottom-color:rgb(202 138 4/var(--tw-border-opacity,1))}.sm\:border-b-yellow-600\/0{border-bottom-color:#ca8a0400}.sm\:border-b-yellow-600\/10{border-bottom-color:#ca8a041a}.sm\:border-b-yellow-600\/100{border-bottom-color:#ca8a04}.sm\:border-b-yellow-600\/15{border-bottom-color:#ca8a0426}.sm\:border-b-yellow-600\/20{border-bottom-color:#ca8a0433}.sm\:border-b-yellow-600\/25{border-bottom-color:#ca8a0440}.sm\:border-b-yellow-600\/30{border-bottom-color:#ca8a044d}.sm\:border-b-yellow-600\/35{border-bottom-color:#ca8a0459}.sm\:border-b-yellow-600\/40{border-bottom-color:#ca8a0466}.sm\:border-b-yellow-600\/45{border-bottom-color:#ca8a0473}.sm\:border-b-yellow-600\/5{border-bottom-color:#ca8a040d}.sm\:border-b-yellow-600\/50{border-bottom-color:#ca8a0480}.sm\:border-b-yellow-600\/55{border-bottom-color:#ca8a048c}.sm\:border-b-yellow-600\/60{border-bottom-color:#ca8a0499}.sm\:border-b-yellow-600\/65{border-bottom-color:#ca8a04a6}.sm\:border-b-yellow-600\/70{border-bottom-color:#ca8a04b3}.sm\:border-b-yellow-600\/75{border-bottom-color:#ca8a04bf}.sm\:border-b-yellow-600\/80{border-bottom-color:#ca8a04cc}.sm\:border-b-yellow-600\/85{border-bottom-color:#ca8a04d9}.sm\:border-b-yellow-600\/90{border-bottom-color:#ca8a04e6}.sm\:border-b-yellow-600\/95{border-bottom-color:#ca8a04f2}.sm\:border-b-yellow-700{--tw-border-opacity:1;border-bottom-color:rgb(161 98 7/var(--tw-border-opacity,1))}.sm\:border-b-yellow-700\/0{border-bottom-color:#a1620700}.sm\:border-b-yellow-700\/10{border-bottom-color:#a162071a}.sm\:border-b-yellow-700\/100{border-bottom-color:#a16207}.sm\:border-b-yellow-700\/15{border-bottom-color:#a1620726}.sm\:border-b-yellow-700\/20{border-bottom-color:#a1620733}.sm\:border-b-yellow-700\/25{border-bottom-color:#a1620740}.sm\:border-b-yellow-700\/30{border-bottom-color:#a162074d}.sm\:border-b-yellow-700\/35{border-bottom-color:#a1620759}.sm\:border-b-yellow-700\/40{border-bottom-color:#a1620766}.sm\:border-b-yellow-700\/45{border-bottom-color:#a1620773}.sm\:border-b-yellow-700\/5{border-bottom-color:#a162070d}.sm\:border-b-yellow-700\/50{border-bottom-color:#a1620780}.sm\:border-b-yellow-700\/55{border-bottom-color:#a162078c}.sm\:border-b-yellow-700\/60{border-bottom-color:#a1620799}.sm\:border-b-yellow-700\/65{border-bottom-color:#a16207a6}.sm\:border-b-yellow-700\/70{border-bottom-color:#a16207b3}.sm\:border-b-yellow-700\/75{border-bottom-color:#a16207bf}.sm\:border-b-yellow-700\/80{border-bottom-color:#a16207cc}.sm\:border-b-yellow-700\/85{border-bottom-color:#a16207d9}.sm\:border-b-yellow-700\/90{border-bottom-color:#a16207e6}.sm\:border-b-yellow-700\/95{border-bottom-color:#a16207f2}.sm\:border-b-yellow-800{--tw-border-opacity:1;border-bottom-color:rgb(133 77 14/var(--tw-border-opacity,1))}.sm\:border-b-yellow-800\/0{border-bottom-color:#854d0e00}.sm\:border-b-yellow-800\/10{border-bottom-color:#854d0e1a}.sm\:border-b-yellow-800\/100{border-bottom-color:#854d0e}.sm\:border-b-yellow-800\/15{border-bottom-color:#854d0e26}.sm\:border-b-yellow-800\/20{border-bottom-color:#854d0e33}.sm\:border-b-yellow-800\/25{border-bottom-color:#854d0e40}.sm\:border-b-yellow-800\/30{border-bottom-color:#854d0e4d}.sm\:border-b-yellow-800\/35{border-bottom-color:#854d0e59}.sm\:border-b-yellow-800\/40{border-bottom-color:#854d0e66}.sm\:border-b-yellow-800\/45{border-bottom-color:#854d0e73}.sm\:border-b-yellow-800\/5{border-bottom-color:#854d0e0d}.sm\:border-b-yellow-800\/50{border-bottom-color:#854d0e80}.sm\:border-b-yellow-800\/55{border-bottom-color:#854d0e8c}.sm\:border-b-yellow-800\/60{border-bottom-color:#854d0e99}.sm\:border-b-yellow-800\/65{border-bottom-color:#854d0ea6}.sm\:border-b-yellow-800\/70{border-bottom-color:#854d0eb3}.sm\:border-b-yellow-800\/75{border-bottom-color:#854d0ebf}.sm\:border-b-yellow-800\/80{border-bottom-color:#854d0ecc}.sm\:border-b-yellow-800\/85{border-bottom-color:#854d0ed9}.sm\:border-b-yellow-800\/90{border-bottom-color:#854d0ee6}.sm\:border-b-yellow-800\/95{border-bottom-color:#854d0ef2}.sm\:border-b-yellow-900{--tw-border-opacity:1;border-bottom-color:rgb(113 63 18/var(--tw-border-opacity,1))}.sm\:border-b-yellow-900\/0{border-bottom-color:#713f1200}.sm\:border-b-yellow-900\/10{border-bottom-color:#713f121a}.sm\:border-b-yellow-900\/100{border-bottom-color:#713f12}.sm\:border-b-yellow-900\/15{border-bottom-color:#713f1226}.sm\:border-b-yellow-900\/20{border-bottom-color:#713f1233}.sm\:border-b-yellow-900\/25{border-bottom-color:#713f1240}.sm\:border-b-yellow-900\/30{border-bottom-color:#713f124d}.sm\:border-b-yellow-900\/35{border-bottom-color:#713f1259}.sm\:border-b-yellow-900\/40{border-bottom-color:#713f1266}.sm\:border-b-yellow-900\/45{border-bottom-color:#713f1273}.sm\:border-b-yellow-900\/5{border-bottom-color:#713f120d}.sm\:border-b-yellow-900\/50{border-bottom-color:#713f1280}.sm\:border-b-yellow-900\/55{border-bottom-color:#713f128c}.sm\:border-b-yellow-900\/60{border-bottom-color:#713f1299}.sm\:border-b-yellow-900\/65{border-bottom-color:#713f12a6}.sm\:border-b-yellow-900\/70{border-bottom-color:#713f12b3}.sm\:border-b-yellow-900\/75{border-bottom-color:#713f12bf}.sm\:border-b-yellow-900\/80{border-bottom-color:#713f12cc}.sm\:border-b-yellow-900\/85{border-bottom-color:#713f12d9}.sm\:border-b-yellow-900\/90{border-bottom-color:#713f12e6}.sm\:border-b-yellow-900\/95{border-bottom-color:#713f12f2}.sm\:border-b-yellow-950{--tw-border-opacity:1;border-bottom-color:rgb(66 32 6/var(--tw-border-opacity,1))}.sm\:border-b-yellow-950\/0{border-bottom-color:#42200600}.sm\:border-b-yellow-950\/10{border-bottom-color:#4220061a}.sm\:border-b-yellow-950\/100{border-bottom-color:#422006}.sm\:border-b-yellow-950\/15{border-bottom-color:#42200626}.sm\:border-b-yellow-950\/20{border-bottom-color:#42200633}.sm\:border-b-yellow-950\/25{border-bottom-color:#42200640}.sm\:border-b-yellow-950\/30{border-bottom-color:#4220064d}.sm\:border-b-yellow-950\/35{border-bottom-color:#42200659}.sm\:border-b-yellow-950\/40{border-bottom-color:#42200666}.sm\:border-b-yellow-950\/45{border-bottom-color:#42200673}.sm\:border-b-yellow-950\/5{border-bottom-color:#4220060d}.sm\:border-b-yellow-950\/50{border-bottom-color:#42200680}.sm\:border-b-yellow-950\/55{border-bottom-color:#4220068c}.sm\:border-b-yellow-950\/60{border-bottom-color:#42200699}.sm\:border-b-yellow-950\/65{border-bottom-color:#422006a6}.sm\:border-b-yellow-950\/70{border-bottom-color:#422006b3}.sm\:border-b-yellow-950\/75{border-bottom-color:#422006bf}.sm\:border-b-yellow-950\/80{border-bottom-color:#422006cc}.sm\:border-b-yellow-950\/85{border-bottom-color:#422006d9}.sm\:border-b-yellow-950\/90{border-bottom-color:#422006e6}.sm\:border-b-yellow-950\/95{border-bottom-color:#422006f2}.sm\:border-e-yellow-100{--tw-border-opacity:1;border-inline-end-color:rgb(254 249 195/var(--tw-border-opacity,1))}.sm\:border-e-yellow-100\/0{border-inline-end-color:#fef9c300}.sm\:border-e-yellow-100\/10{border-inline-end-color:#fef9c31a}.sm\:border-e-yellow-100\/100{border-inline-end-color:#fef9c3}.sm\:border-e-yellow-100\/15{border-inline-end-color:#fef9c326}.sm\:border-e-yellow-100\/20{border-inline-end-color:#fef9c333}.sm\:border-e-yellow-100\/25{border-inline-end-color:#fef9c340}.sm\:border-e-yellow-100\/30{border-inline-end-color:#fef9c34d}.sm\:border-e-yellow-100\/35{border-inline-end-color:#fef9c359}.sm\:border-e-yellow-100\/40{border-inline-end-color:#fef9c366}.sm\:border-e-yellow-100\/45{border-inline-end-color:#fef9c373}.sm\:border-e-yellow-100\/5{border-inline-end-color:#fef9c30d}.sm\:border-e-yellow-100\/50{border-inline-end-color:#fef9c380}.sm\:border-e-yellow-100\/55{border-inline-end-color:#fef9c38c}.sm\:border-e-yellow-100\/60{border-inline-end-color:#fef9c399}.sm\:border-e-yellow-100\/65{border-inline-end-color:#fef9c3a6}.sm\:border-e-yellow-100\/70{border-inline-end-color:#fef9c3b3}.sm\:border-e-yellow-100\/75{border-inline-end-color:#fef9c3bf}.sm\:border-e-yellow-100\/80{border-inline-end-color:#fef9c3cc}.sm\:border-e-yellow-100\/85{border-inline-end-color:#fef9c3d9}.sm\:border-e-yellow-100\/90{border-inline-end-color:#fef9c3e6}.sm\:border-e-yellow-100\/95{border-inline-end-color:#fef9c3f2}.sm\:border-e-yellow-200{--tw-border-opacity:1;border-inline-end-color:rgb(254 240 138/var(--tw-border-opacity,1))}.sm\:border-e-yellow-200\/0{border-inline-end-color:#fef08a00}.sm\:border-e-yellow-200\/10{border-inline-end-color:#fef08a1a}.sm\:border-e-yellow-200\/100{border-inline-end-color:#fef08a}.sm\:border-e-yellow-200\/15{border-inline-end-color:#fef08a26}.sm\:border-e-yellow-200\/20{border-inline-end-color:#fef08a33}.sm\:border-e-yellow-200\/25{border-inline-end-color:#fef08a40}.sm\:border-e-yellow-200\/30{border-inline-end-color:#fef08a4d}.sm\:border-e-yellow-200\/35{border-inline-end-color:#fef08a59}.sm\:border-e-yellow-200\/40{border-inline-end-color:#fef08a66}.sm\:border-e-yellow-200\/45{border-inline-end-color:#fef08a73}.sm\:border-e-yellow-200\/5{border-inline-end-color:#fef08a0d}.sm\:border-e-yellow-200\/50{border-inline-end-color:#fef08a80}.sm\:border-e-yellow-200\/55{border-inline-end-color:#fef08a8c}.sm\:border-e-yellow-200\/60{border-inline-end-color:#fef08a99}.sm\:border-e-yellow-200\/65{border-inline-end-color:#fef08aa6}.sm\:border-e-yellow-200\/70{border-inline-end-color:#fef08ab3}.sm\:border-e-yellow-200\/75{border-inline-end-color:#fef08abf}.sm\:border-e-yellow-200\/80{border-inline-end-color:#fef08acc}.sm\:border-e-yellow-200\/85{border-inline-end-color:#fef08ad9}.sm\:border-e-yellow-200\/90{border-inline-end-color:#fef08ae6}.sm\:border-e-yellow-200\/95{border-inline-end-color:#fef08af2}.sm\:border-e-yellow-300{--tw-border-opacity:1;border-inline-end-color:rgb(253 224 71/var(--tw-border-opacity,1))}.sm\:border-e-yellow-300\/0{border-inline-end-color:#fde04700}.sm\:border-e-yellow-300\/10{border-inline-end-color:#fde0471a}.sm\:border-e-yellow-300\/100{border-inline-end-color:#fde047}.sm\:border-e-yellow-300\/15{border-inline-end-color:#fde04726}.sm\:border-e-yellow-300\/20{border-inline-end-color:#fde04733}.sm\:border-e-yellow-300\/25{border-inline-end-color:#fde04740}.sm\:border-e-yellow-300\/30{border-inline-end-color:#fde0474d}.sm\:border-e-yellow-300\/35{border-inline-end-color:#fde04759}.sm\:border-e-yellow-300\/40{border-inline-end-color:#fde04766}.sm\:border-e-yellow-300\/45{border-inline-end-color:#fde04773}.sm\:border-e-yellow-300\/5{border-inline-end-color:#fde0470d}.sm\:border-e-yellow-300\/50{border-inline-end-color:#fde04780}.sm\:border-e-yellow-300\/55{border-inline-end-color:#fde0478c}.sm\:border-e-yellow-300\/60{border-inline-end-color:#fde04799}.sm\:border-e-yellow-300\/65{border-inline-end-color:#fde047a6}.sm\:border-e-yellow-300\/70{border-inline-end-color:#fde047b3}.sm\:border-e-yellow-300\/75{border-inline-end-color:#fde047bf}.sm\:border-e-yellow-300\/80{border-inline-end-color:#fde047cc}.sm\:border-e-yellow-300\/85{border-inline-end-color:#fde047d9}.sm\:border-e-yellow-300\/90{border-inline-end-color:#fde047e6}.sm\:border-e-yellow-300\/95{border-inline-end-color:#fde047f2}.sm\:border-e-yellow-400{--tw-border-opacity:1;border-inline-end-color:rgb(250 204 21/var(--tw-border-opacity,1))}.sm\:border-e-yellow-400\/0{border-inline-end-color:#facc1500}.sm\:border-e-yellow-400\/10{border-inline-end-color:#facc151a}.sm\:border-e-yellow-400\/100{border-inline-end-color:#facc15}.sm\:border-e-yellow-400\/15{border-inline-end-color:#facc1526}.sm\:border-e-yellow-400\/20{border-inline-end-color:#facc1533}.sm\:border-e-yellow-400\/25{border-inline-end-color:#facc1540}.sm\:border-e-yellow-400\/30{border-inline-end-color:#facc154d}.sm\:border-e-yellow-400\/35{border-inline-end-color:#facc1559}.sm\:border-e-yellow-400\/40{border-inline-end-color:#facc1566}.sm\:border-e-yellow-400\/45{border-inline-end-color:#facc1573}.sm\:border-e-yellow-400\/5{border-inline-end-color:#facc150d}.sm\:border-e-yellow-400\/50{border-inline-end-color:#facc1580}.sm\:border-e-yellow-400\/55{border-inline-end-color:#facc158c}.sm\:border-e-yellow-400\/60{border-inline-end-color:#facc1599}.sm\:border-e-yellow-400\/65{border-inline-end-color:#facc15a6}.sm\:border-e-yellow-400\/70{border-inline-end-color:#facc15b3}.sm\:border-e-yellow-400\/75{border-inline-end-color:#facc15bf}.sm\:border-e-yellow-400\/80{border-inline-end-color:#facc15cc}.sm\:border-e-yellow-400\/85{border-inline-end-color:#facc15d9}.sm\:border-e-yellow-400\/90{border-inline-end-color:#facc15e6}.sm\:border-e-yellow-400\/95{border-inline-end-color:#facc15f2}.sm\:border-e-yellow-50{--tw-border-opacity:1;border-inline-end-color:rgb(254 252 232/var(--tw-border-opacity,1))}.sm\:border-e-yellow-50\/0{border-inline-end-color:#fefce800}.sm\:border-e-yellow-50\/10{border-inline-end-color:#fefce81a}.sm\:border-e-yellow-50\/100{border-inline-end-color:#fefce8}.sm\:border-e-yellow-50\/15{border-inline-end-color:#fefce826}.sm\:border-e-yellow-50\/20{border-inline-end-color:#fefce833}.sm\:border-e-yellow-50\/25{border-inline-end-color:#fefce840}.sm\:border-e-yellow-50\/30{border-inline-end-color:#fefce84d}.sm\:border-e-yellow-50\/35{border-inline-end-color:#fefce859}.sm\:border-e-yellow-50\/40{border-inline-end-color:#fefce866}.sm\:border-e-yellow-50\/45{border-inline-end-color:#fefce873}.sm\:border-e-yellow-50\/5{border-inline-end-color:#fefce80d}.sm\:border-e-yellow-50\/50{border-inline-end-color:#fefce880}.sm\:border-e-yellow-50\/55{border-inline-end-color:#fefce88c}.sm\:border-e-yellow-50\/60{border-inline-end-color:#fefce899}.sm\:border-e-yellow-50\/65{border-inline-end-color:#fefce8a6}.sm\:border-e-yellow-50\/70{border-inline-end-color:#fefce8b3}.sm\:border-e-yellow-50\/75{border-inline-end-color:#fefce8bf}.sm\:border-e-yellow-50\/80{border-inline-end-color:#fefce8cc}.sm\:border-e-yellow-50\/85{border-inline-end-color:#fefce8d9}.sm\:border-e-yellow-50\/90{border-inline-end-color:#fefce8e6}.sm\:border-e-yellow-50\/95{border-inline-end-color:#fefce8f2}.sm\:border-e-yellow-500{--tw-border-opacity:1;border-inline-end-color:rgb(234 179 8/var(--tw-border-opacity,1))}.sm\:border-e-yellow-500\/0{border-inline-end-color:#eab30800}.sm\:border-e-yellow-500\/10{border-inline-end-color:#eab3081a}.sm\:border-e-yellow-500\/100{border-inline-end-color:#eab308}.sm\:border-e-yellow-500\/15{border-inline-end-color:#eab30826}.sm\:border-e-yellow-500\/20{border-inline-end-color:#eab30833}.sm\:border-e-yellow-500\/25{border-inline-end-color:#eab30840}.sm\:border-e-yellow-500\/30{border-inline-end-color:#eab3084d}.sm\:border-e-yellow-500\/35{border-inline-end-color:#eab30859}.sm\:border-e-yellow-500\/40{border-inline-end-color:#eab30866}.sm\:border-e-yellow-500\/45{border-inline-end-color:#eab30873}.sm\:border-e-yellow-500\/5{border-inline-end-color:#eab3080d}.sm\:border-e-yellow-500\/50{border-inline-end-color:#eab30880}.sm\:border-e-yellow-500\/55{border-inline-end-color:#eab3088c}.sm\:border-e-yellow-500\/60{border-inline-end-color:#eab30899}.sm\:border-e-yellow-500\/65{border-inline-end-color:#eab308a6}.sm\:border-e-yellow-500\/70{border-inline-end-color:#eab308b3}.sm\:border-e-yellow-500\/75{border-inline-end-color:#eab308bf}.sm\:border-e-yellow-500\/80{border-inline-end-color:#eab308cc}.sm\:border-e-yellow-500\/85{border-inline-end-color:#eab308d9}.sm\:border-e-yellow-500\/90{border-inline-end-color:#eab308e6}.sm\:border-e-yellow-500\/95{border-inline-end-color:#eab308f2}.sm\:border-e-yellow-600{--tw-border-opacity:1;border-inline-end-color:rgb(202 138 4/var(--tw-border-opacity,1))}.sm\:border-e-yellow-600\/0{border-inline-end-color:#ca8a0400}.sm\:border-e-yellow-600\/10{border-inline-end-color:#ca8a041a}.sm\:border-e-yellow-600\/100{border-inline-end-color:#ca8a04}.sm\:border-e-yellow-600\/15{border-inline-end-color:#ca8a0426}.sm\:border-e-yellow-600\/20{border-inline-end-color:#ca8a0433}.sm\:border-e-yellow-600\/25{border-inline-end-color:#ca8a0440}.sm\:border-e-yellow-600\/30{border-inline-end-color:#ca8a044d}.sm\:border-e-yellow-600\/35{border-inline-end-color:#ca8a0459}.sm\:border-e-yellow-600\/40{border-inline-end-color:#ca8a0466}.sm\:border-e-yellow-600\/45{border-inline-end-color:#ca8a0473}.sm\:border-e-yellow-600\/5{border-inline-end-color:#ca8a040d}.sm\:border-e-yellow-600\/50{border-inline-end-color:#ca8a0480}.sm\:border-e-yellow-600\/55{border-inline-end-color:#ca8a048c}.sm\:border-e-yellow-600\/60{border-inline-end-color:#ca8a0499}.sm\:border-e-yellow-600\/65{border-inline-end-color:#ca8a04a6}.sm\:border-e-yellow-600\/70{border-inline-end-color:#ca8a04b3}.sm\:border-e-yellow-600\/75{border-inline-end-color:#ca8a04bf}.sm\:border-e-yellow-600\/80{border-inline-end-color:#ca8a04cc}.sm\:border-e-yellow-600\/85{border-inline-end-color:#ca8a04d9}.sm\:border-e-yellow-600\/90{border-inline-end-color:#ca8a04e6}.sm\:border-e-yellow-600\/95{border-inline-end-color:#ca8a04f2}.sm\:border-e-yellow-700{--tw-border-opacity:1;border-inline-end-color:rgb(161 98 7/var(--tw-border-opacity,1))}.sm\:border-e-yellow-700\/0{border-inline-end-color:#a1620700}.sm\:border-e-yellow-700\/10{border-inline-end-color:#a162071a}.sm\:border-e-yellow-700\/100{border-inline-end-color:#a16207}.sm\:border-e-yellow-700\/15{border-inline-end-color:#a1620726}.sm\:border-e-yellow-700\/20{border-inline-end-color:#a1620733}.sm\:border-e-yellow-700\/25{border-inline-end-color:#a1620740}.sm\:border-e-yellow-700\/30{border-inline-end-color:#a162074d}.sm\:border-e-yellow-700\/35{border-inline-end-color:#a1620759}.sm\:border-e-yellow-700\/40{border-inline-end-color:#a1620766}.sm\:border-e-yellow-700\/45{border-inline-end-color:#a1620773}.sm\:border-e-yellow-700\/5{border-inline-end-color:#a162070d}.sm\:border-e-yellow-700\/50{border-inline-end-color:#a1620780}.sm\:border-e-yellow-700\/55{border-inline-end-color:#a162078c}.sm\:border-e-yellow-700\/60{border-inline-end-color:#a1620799}.sm\:border-e-yellow-700\/65{border-inline-end-color:#a16207a6}.sm\:border-e-yellow-700\/70{border-inline-end-color:#a16207b3}.sm\:border-e-yellow-700\/75{border-inline-end-color:#a16207bf}.sm\:border-e-yellow-700\/80{border-inline-end-color:#a16207cc}.sm\:border-e-yellow-700\/85{border-inline-end-color:#a16207d9}.sm\:border-e-yellow-700\/90{border-inline-end-color:#a16207e6}.sm\:border-e-yellow-700\/95{border-inline-end-color:#a16207f2}.sm\:border-e-yellow-800{--tw-border-opacity:1;border-inline-end-color:rgb(133 77 14/var(--tw-border-opacity,1))}.sm\:border-e-yellow-800\/0{border-inline-end-color:#854d0e00}.sm\:border-e-yellow-800\/10{border-inline-end-color:#854d0e1a}.sm\:border-e-yellow-800\/100{border-inline-end-color:#854d0e}.sm\:border-e-yellow-800\/15{border-inline-end-color:#854d0e26}.sm\:border-e-yellow-800\/20{border-inline-end-color:#854d0e33}.sm\:border-e-yellow-800\/25{border-inline-end-color:#854d0e40}.sm\:border-e-yellow-800\/30{border-inline-end-color:#854d0e4d}.sm\:border-e-yellow-800\/35{border-inline-end-color:#854d0e59}.sm\:border-e-yellow-800\/40{border-inline-end-color:#854d0e66}.sm\:border-e-yellow-800\/45{border-inline-end-color:#854d0e73}.sm\:border-e-yellow-800\/5{border-inline-end-color:#854d0e0d}.sm\:border-e-yellow-800\/50{border-inline-end-color:#854d0e80}.sm\:border-e-yellow-800\/55{border-inline-end-color:#854d0e8c}.sm\:border-e-yellow-800\/60{border-inline-end-color:#854d0e99}.sm\:border-e-yellow-800\/65{border-inline-end-color:#854d0ea6}.sm\:border-e-yellow-800\/70{border-inline-end-color:#854d0eb3}.sm\:border-e-yellow-800\/75{border-inline-end-color:#854d0ebf}.sm\:border-e-yellow-800\/80{border-inline-end-color:#854d0ecc}.sm\:border-e-yellow-800\/85{border-inline-end-color:#854d0ed9}.sm\:border-e-yellow-800\/90{border-inline-end-color:#854d0ee6}.sm\:border-e-yellow-800\/95{border-inline-end-color:#854d0ef2}.sm\:border-e-yellow-900{--tw-border-opacity:1;border-inline-end-color:rgb(113 63 18/var(--tw-border-opacity,1))}.sm\:border-e-yellow-900\/0{border-inline-end-color:#713f1200}.sm\:border-e-yellow-900\/10{border-inline-end-color:#713f121a}.sm\:border-e-yellow-900\/100{border-inline-end-color:#713f12}.sm\:border-e-yellow-900\/15{border-inline-end-color:#713f1226}.sm\:border-e-yellow-900\/20{border-inline-end-color:#713f1233}.sm\:border-e-yellow-900\/25{border-inline-end-color:#713f1240}.sm\:border-e-yellow-900\/30{border-inline-end-color:#713f124d}.sm\:border-e-yellow-900\/35{border-inline-end-color:#713f1259}.sm\:border-e-yellow-900\/40{border-inline-end-color:#713f1266}.sm\:border-e-yellow-900\/45{border-inline-end-color:#713f1273}.sm\:border-e-yellow-900\/5{border-inline-end-color:#713f120d}.sm\:border-e-yellow-900\/50{border-inline-end-color:#713f1280}.sm\:border-e-yellow-900\/55{border-inline-end-color:#713f128c}.sm\:border-e-yellow-900\/60{border-inline-end-color:#713f1299}.sm\:border-e-yellow-900\/65{border-inline-end-color:#713f12a6}.sm\:border-e-yellow-900\/70{border-inline-end-color:#713f12b3}.sm\:border-e-yellow-900\/75{border-inline-end-color:#713f12bf}.sm\:border-e-yellow-900\/80{border-inline-end-color:#713f12cc}.sm\:border-e-yellow-900\/85{border-inline-end-color:#713f12d9}.sm\:border-e-yellow-900\/90{border-inline-end-color:#713f12e6}.sm\:border-e-yellow-900\/95{border-inline-end-color:#713f12f2}.sm\:border-e-yellow-950{--tw-border-opacity:1;border-inline-end-color:rgb(66 32 6/var(--tw-border-opacity,1))}.sm\:border-e-yellow-950\/0{border-inline-end-color:#42200600}.sm\:border-e-yellow-950\/10{border-inline-end-color:#4220061a}.sm\:border-e-yellow-950\/100{border-inline-end-color:#422006}.sm\:border-e-yellow-950\/15{border-inline-end-color:#42200626}.sm\:border-e-yellow-950\/20{border-inline-end-color:#42200633}.sm\:border-e-yellow-950\/25{border-inline-end-color:#42200640}.sm\:border-e-yellow-950\/30{border-inline-end-color:#4220064d}.sm\:border-e-yellow-950\/35{border-inline-end-color:#42200659}.sm\:border-e-yellow-950\/40{border-inline-end-color:#42200666}.sm\:border-e-yellow-950\/45{border-inline-end-color:#42200673}.sm\:border-e-yellow-950\/5{border-inline-end-color:#4220060d}.sm\:border-e-yellow-950\/50{border-inline-end-color:#42200680}.sm\:border-e-yellow-950\/55{border-inline-end-color:#4220068c}.sm\:border-e-yellow-950\/60{border-inline-end-color:#42200699}.sm\:border-e-yellow-950\/65{border-inline-end-color:#422006a6}.sm\:border-e-yellow-950\/70{border-inline-end-color:#422006b3}.sm\:border-e-yellow-950\/75{border-inline-end-color:#422006bf}.sm\:border-e-yellow-950\/80{border-inline-end-color:#422006cc}.sm\:border-e-yellow-950\/85{border-inline-end-color:#422006d9}.sm\:border-e-yellow-950\/90{border-inline-end-color:#422006e6}.sm\:border-e-yellow-950\/95{border-inline-end-color:#422006f2}.sm\:border-l-yellow-100{--tw-border-opacity:1;border-left-color:rgb(254 249 195/var(--tw-border-opacity,1))}.sm\:border-l-yellow-100\/0{border-left-color:#fef9c300}.sm\:border-l-yellow-100\/10{border-left-color:#fef9c31a}.sm\:border-l-yellow-100\/100{border-left-color:#fef9c3}.sm\:border-l-yellow-100\/15{border-left-color:#fef9c326}.sm\:border-l-yellow-100\/20{border-left-color:#fef9c333}.sm\:border-l-yellow-100\/25{border-left-color:#fef9c340}.sm\:border-l-yellow-100\/30{border-left-color:#fef9c34d}.sm\:border-l-yellow-100\/35{border-left-color:#fef9c359}.sm\:border-l-yellow-100\/40{border-left-color:#fef9c366}.sm\:border-l-yellow-100\/45{border-left-color:#fef9c373}.sm\:border-l-yellow-100\/5{border-left-color:#fef9c30d}.sm\:border-l-yellow-100\/50{border-left-color:#fef9c380}.sm\:border-l-yellow-100\/55{border-left-color:#fef9c38c}.sm\:border-l-yellow-100\/60{border-left-color:#fef9c399}.sm\:border-l-yellow-100\/65{border-left-color:#fef9c3a6}.sm\:border-l-yellow-100\/70{border-left-color:#fef9c3b3}.sm\:border-l-yellow-100\/75{border-left-color:#fef9c3bf}.sm\:border-l-yellow-100\/80{border-left-color:#fef9c3cc}.sm\:border-l-yellow-100\/85{border-left-color:#fef9c3d9}.sm\:border-l-yellow-100\/90{border-left-color:#fef9c3e6}.sm\:border-l-yellow-100\/95{border-left-color:#fef9c3f2}.sm\:border-l-yellow-200{--tw-border-opacity:1;border-left-color:rgb(254 240 138/var(--tw-border-opacity,1))}.sm\:border-l-yellow-200\/0{border-left-color:#fef08a00}.sm\:border-l-yellow-200\/10{border-left-color:#fef08a1a}.sm\:border-l-yellow-200\/100{border-left-color:#fef08a}.sm\:border-l-yellow-200\/15{border-left-color:#fef08a26}.sm\:border-l-yellow-200\/20{border-left-color:#fef08a33}.sm\:border-l-yellow-200\/25{border-left-color:#fef08a40}.sm\:border-l-yellow-200\/30{border-left-color:#fef08a4d}.sm\:border-l-yellow-200\/35{border-left-color:#fef08a59}.sm\:border-l-yellow-200\/40{border-left-color:#fef08a66}.sm\:border-l-yellow-200\/45{border-left-color:#fef08a73}.sm\:border-l-yellow-200\/5{border-left-color:#fef08a0d}.sm\:border-l-yellow-200\/50{border-left-color:#fef08a80}.sm\:border-l-yellow-200\/55{border-left-color:#fef08a8c}.sm\:border-l-yellow-200\/60{border-left-color:#fef08a99}.sm\:border-l-yellow-200\/65{border-left-color:#fef08aa6}.sm\:border-l-yellow-200\/70{border-left-color:#fef08ab3}.sm\:border-l-yellow-200\/75{border-left-color:#fef08abf}.sm\:border-l-yellow-200\/80{border-left-color:#fef08acc}.sm\:border-l-yellow-200\/85{border-left-color:#fef08ad9}.sm\:border-l-yellow-200\/90{border-left-color:#fef08ae6}.sm\:border-l-yellow-200\/95{border-left-color:#fef08af2}.sm\:border-l-yellow-300{--tw-border-opacity:1;border-left-color:rgb(253 224 71/var(--tw-border-opacity,1))}.sm\:border-l-yellow-300\/0{border-left-color:#fde04700}.sm\:border-l-yellow-300\/10{border-left-color:#fde0471a}.sm\:border-l-yellow-300\/100{border-left-color:#fde047}.sm\:border-l-yellow-300\/15{border-left-color:#fde04726}.sm\:border-l-yellow-300\/20{border-left-color:#fde04733}.sm\:border-l-yellow-300\/25{border-left-color:#fde04740}.sm\:border-l-yellow-300\/30{border-left-color:#fde0474d}.sm\:border-l-yellow-300\/35{border-left-color:#fde04759}.sm\:border-l-yellow-300\/40{border-left-color:#fde04766}.sm\:border-l-yellow-300\/45{border-left-color:#fde04773}.sm\:border-l-yellow-300\/5{border-left-color:#fde0470d}.sm\:border-l-yellow-300\/50{border-left-color:#fde04780}.sm\:border-l-yellow-300\/55{border-left-color:#fde0478c}.sm\:border-l-yellow-300\/60{border-left-color:#fde04799}.sm\:border-l-yellow-300\/65{border-left-color:#fde047a6}.sm\:border-l-yellow-300\/70{border-left-color:#fde047b3}.sm\:border-l-yellow-300\/75{border-left-color:#fde047bf}.sm\:border-l-yellow-300\/80{border-left-color:#fde047cc}.sm\:border-l-yellow-300\/85{border-left-color:#fde047d9}.sm\:border-l-yellow-300\/90{border-left-color:#fde047e6}.sm\:border-l-yellow-300\/95{border-left-color:#fde047f2}.sm\:border-l-yellow-400{--tw-border-opacity:1;border-left-color:rgb(250 204 21/var(--tw-border-opacity,1))}.sm\:border-l-yellow-400\/0{border-left-color:#facc1500}.sm\:border-l-yellow-400\/10{border-left-color:#facc151a}.sm\:border-l-yellow-400\/100{border-left-color:#facc15}.sm\:border-l-yellow-400\/15{border-left-color:#facc1526}.sm\:border-l-yellow-400\/20{border-left-color:#facc1533}.sm\:border-l-yellow-400\/25{border-left-color:#facc1540}.sm\:border-l-yellow-400\/30{border-left-color:#facc154d}.sm\:border-l-yellow-400\/35{border-left-color:#facc1559}.sm\:border-l-yellow-400\/40{border-left-color:#facc1566}.sm\:border-l-yellow-400\/45{border-left-color:#facc1573}.sm\:border-l-yellow-400\/5{border-left-color:#facc150d}.sm\:border-l-yellow-400\/50{border-left-color:#facc1580}.sm\:border-l-yellow-400\/55{border-left-color:#facc158c}.sm\:border-l-yellow-400\/60{border-left-color:#facc1599}.sm\:border-l-yellow-400\/65{border-left-color:#facc15a6}.sm\:border-l-yellow-400\/70{border-left-color:#facc15b3}.sm\:border-l-yellow-400\/75{border-left-color:#facc15bf}.sm\:border-l-yellow-400\/80{border-left-color:#facc15cc}.sm\:border-l-yellow-400\/85{border-left-color:#facc15d9}.sm\:border-l-yellow-400\/90{border-left-color:#facc15e6}.sm\:border-l-yellow-400\/95{border-left-color:#facc15f2}.sm\:border-l-yellow-50{--tw-border-opacity:1;border-left-color:rgb(254 252 232/var(--tw-border-opacity,1))}.sm\:border-l-yellow-50\/0{border-left-color:#fefce800}.sm\:border-l-yellow-50\/10{border-left-color:#fefce81a}.sm\:border-l-yellow-50\/100{border-left-color:#fefce8}.sm\:border-l-yellow-50\/15{border-left-color:#fefce826}.sm\:border-l-yellow-50\/20{border-left-color:#fefce833}.sm\:border-l-yellow-50\/25{border-left-color:#fefce840}.sm\:border-l-yellow-50\/30{border-left-color:#fefce84d}.sm\:border-l-yellow-50\/35{border-left-color:#fefce859}.sm\:border-l-yellow-50\/40{border-left-color:#fefce866}.sm\:border-l-yellow-50\/45{border-left-color:#fefce873}.sm\:border-l-yellow-50\/5{border-left-color:#fefce80d}.sm\:border-l-yellow-50\/50{border-left-color:#fefce880}.sm\:border-l-yellow-50\/55{border-left-color:#fefce88c}.sm\:border-l-yellow-50\/60{border-left-color:#fefce899}.sm\:border-l-yellow-50\/65{border-left-color:#fefce8a6}.sm\:border-l-yellow-50\/70{border-left-color:#fefce8b3}.sm\:border-l-yellow-50\/75{border-left-color:#fefce8bf}.sm\:border-l-yellow-50\/80{border-left-color:#fefce8cc}.sm\:border-l-yellow-50\/85{border-left-color:#fefce8d9}.sm\:border-l-yellow-50\/90{border-left-color:#fefce8e6}.sm\:border-l-yellow-50\/95{border-left-color:#fefce8f2}.sm\:border-l-yellow-500{--tw-border-opacity:1;border-left-color:rgb(234 179 8/var(--tw-border-opacity,1))}.sm\:border-l-yellow-500\/0{border-left-color:#eab30800}.sm\:border-l-yellow-500\/10{border-left-color:#eab3081a}.sm\:border-l-yellow-500\/100{border-left-color:#eab308}.sm\:border-l-yellow-500\/15{border-left-color:#eab30826}.sm\:border-l-yellow-500\/20{border-left-color:#eab30833}.sm\:border-l-yellow-500\/25{border-left-color:#eab30840}.sm\:border-l-yellow-500\/30{border-left-color:#eab3084d}.sm\:border-l-yellow-500\/35{border-left-color:#eab30859}.sm\:border-l-yellow-500\/40{border-left-color:#eab30866}.sm\:border-l-yellow-500\/45{border-left-color:#eab30873}.sm\:border-l-yellow-500\/5{border-left-color:#eab3080d}.sm\:border-l-yellow-500\/50{border-left-color:#eab30880}.sm\:border-l-yellow-500\/55{border-left-color:#eab3088c}.sm\:border-l-yellow-500\/60{border-left-color:#eab30899}.sm\:border-l-yellow-500\/65{border-left-color:#eab308a6}.sm\:border-l-yellow-500\/70{border-left-color:#eab308b3}.sm\:border-l-yellow-500\/75{border-left-color:#eab308bf}.sm\:border-l-yellow-500\/80{border-left-color:#eab308cc}.sm\:border-l-yellow-500\/85{border-left-color:#eab308d9}.sm\:border-l-yellow-500\/90{border-left-color:#eab308e6}.sm\:border-l-yellow-500\/95{border-left-color:#eab308f2}.sm\:border-l-yellow-600{--tw-border-opacity:1;border-left-color:rgb(202 138 4/var(--tw-border-opacity,1))}.sm\:border-l-yellow-600\/0{border-left-color:#ca8a0400}.sm\:border-l-yellow-600\/10{border-left-color:#ca8a041a}.sm\:border-l-yellow-600\/100{border-left-color:#ca8a04}.sm\:border-l-yellow-600\/15{border-left-color:#ca8a0426}.sm\:border-l-yellow-600\/20{border-left-color:#ca8a0433}.sm\:border-l-yellow-600\/25{border-left-color:#ca8a0440}.sm\:border-l-yellow-600\/30{border-left-color:#ca8a044d}.sm\:border-l-yellow-600\/35{border-left-color:#ca8a0459}.sm\:border-l-yellow-600\/40{border-left-color:#ca8a0466}.sm\:border-l-yellow-600\/45{border-left-color:#ca8a0473}.sm\:border-l-yellow-600\/5{border-left-color:#ca8a040d}.sm\:border-l-yellow-600\/50{border-left-color:#ca8a0480}.sm\:border-l-yellow-600\/55{border-left-color:#ca8a048c}.sm\:border-l-yellow-600\/60{border-left-color:#ca8a0499}.sm\:border-l-yellow-600\/65{border-left-color:#ca8a04a6}.sm\:border-l-yellow-600\/70{border-left-color:#ca8a04b3}.sm\:border-l-yellow-600\/75{border-left-color:#ca8a04bf}.sm\:border-l-yellow-600\/80{border-left-color:#ca8a04cc}.sm\:border-l-yellow-600\/85{border-left-color:#ca8a04d9}.sm\:border-l-yellow-600\/90{border-left-color:#ca8a04e6}.sm\:border-l-yellow-600\/95{border-left-color:#ca8a04f2}.sm\:border-l-yellow-700{--tw-border-opacity:1;border-left-color:rgb(161 98 7/var(--tw-border-opacity,1))}.sm\:border-l-yellow-700\/0{border-left-color:#a1620700}.sm\:border-l-yellow-700\/10{border-left-color:#a162071a}.sm\:border-l-yellow-700\/100{border-left-color:#a16207}.sm\:border-l-yellow-700\/15{border-left-color:#a1620726}.sm\:border-l-yellow-700\/20{border-left-color:#a1620733}.sm\:border-l-yellow-700\/25{border-left-color:#a1620740}.sm\:border-l-yellow-700\/30{border-left-color:#a162074d}.sm\:border-l-yellow-700\/35{border-left-color:#a1620759}.sm\:border-l-yellow-700\/40{border-left-color:#a1620766}.sm\:border-l-yellow-700\/45{border-left-color:#a1620773}.sm\:border-l-yellow-700\/5{border-left-color:#a162070d}.sm\:border-l-yellow-700\/50{border-left-color:#a1620780}.sm\:border-l-yellow-700\/55{border-left-color:#a162078c}.sm\:border-l-yellow-700\/60{border-left-color:#a1620799}.sm\:border-l-yellow-700\/65{border-left-color:#a16207a6}.sm\:border-l-yellow-700\/70{border-left-color:#a16207b3}.sm\:border-l-yellow-700\/75{border-left-color:#a16207bf}.sm\:border-l-yellow-700\/80{border-left-color:#a16207cc}.sm\:border-l-yellow-700\/85{border-left-color:#a16207d9}.sm\:border-l-yellow-700\/90{border-left-color:#a16207e6}.sm\:border-l-yellow-700\/95{border-left-color:#a16207f2}.sm\:border-l-yellow-800{--tw-border-opacity:1;border-left-color:rgb(133 77 14/var(--tw-border-opacity,1))}.sm\:border-l-yellow-800\/0{border-left-color:#854d0e00}.sm\:border-l-yellow-800\/10{border-left-color:#854d0e1a}.sm\:border-l-yellow-800\/100{border-left-color:#854d0e}.sm\:border-l-yellow-800\/15{border-left-color:#854d0e26}.sm\:border-l-yellow-800\/20{border-left-color:#854d0e33}.sm\:border-l-yellow-800\/25{border-left-color:#854d0e40}.sm\:border-l-yellow-800\/30{border-left-color:#854d0e4d}.sm\:border-l-yellow-800\/35{border-left-color:#854d0e59}.sm\:border-l-yellow-800\/40{border-left-color:#854d0e66}.sm\:border-l-yellow-800\/45{border-left-color:#854d0e73}.sm\:border-l-yellow-800\/5{border-left-color:#854d0e0d}.sm\:border-l-yellow-800\/50{border-left-color:#854d0e80}.sm\:border-l-yellow-800\/55{border-left-color:#854d0e8c}.sm\:border-l-yellow-800\/60{border-left-color:#854d0e99}.sm\:border-l-yellow-800\/65{border-left-color:#854d0ea6}.sm\:border-l-yellow-800\/70{border-left-color:#854d0eb3}.sm\:border-l-yellow-800\/75{border-left-color:#854d0ebf}.sm\:border-l-yellow-800\/80{border-left-color:#854d0ecc}.sm\:border-l-yellow-800\/85{border-left-color:#854d0ed9}.sm\:border-l-yellow-800\/90{border-left-color:#854d0ee6}.sm\:border-l-yellow-800\/95{border-left-color:#854d0ef2}.sm\:border-l-yellow-900{--tw-border-opacity:1;border-left-color:rgb(113 63 18/var(--tw-border-opacity,1))}.sm\:border-l-yellow-900\/0{border-left-color:#713f1200}.sm\:border-l-yellow-900\/10{border-left-color:#713f121a}.sm\:border-l-yellow-900\/100{border-left-color:#713f12}.sm\:border-l-yellow-900\/15{border-left-color:#713f1226}.sm\:border-l-yellow-900\/20{border-left-color:#713f1233}.sm\:border-l-yellow-900\/25{border-left-color:#713f1240}.sm\:border-l-yellow-900\/30{border-left-color:#713f124d}.sm\:border-l-yellow-900\/35{border-left-color:#713f1259}.sm\:border-l-yellow-900\/40{border-left-color:#713f1266}.sm\:border-l-yellow-900\/45{border-left-color:#713f1273}.sm\:border-l-yellow-900\/5{border-left-color:#713f120d}.sm\:border-l-yellow-900\/50{border-left-color:#713f1280}.sm\:border-l-yellow-900\/55{border-left-color:#713f128c}.sm\:border-l-yellow-900\/60{border-left-color:#713f1299}.sm\:border-l-yellow-900\/65{border-left-color:#713f12a6}.sm\:border-l-yellow-900\/70{border-left-color:#713f12b3}.sm\:border-l-yellow-900\/75{border-left-color:#713f12bf}.sm\:border-l-yellow-900\/80{border-left-color:#713f12cc}.sm\:border-l-yellow-900\/85{border-left-color:#713f12d9}.sm\:border-l-yellow-900\/90{border-left-color:#713f12e6}.sm\:border-l-yellow-900\/95{border-left-color:#713f12f2}.sm\:border-l-yellow-950{--tw-border-opacity:1;border-left-color:rgb(66 32 6/var(--tw-border-opacity,1))}.sm\:border-l-yellow-950\/0{border-left-color:#42200600}.sm\:border-l-yellow-950\/10{border-left-color:#4220061a}.sm\:border-l-yellow-950\/100{border-left-color:#422006}.sm\:border-l-yellow-950\/15{border-left-color:#42200626}.sm\:border-l-yellow-950\/20{border-left-color:#42200633}.sm\:border-l-yellow-950\/25{border-left-color:#42200640}.sm\:border-l-yellow-950\/30{border-left-color:#4220064d}.sm\:border-l-yellow-950\/35{border-left-color:#42200659}.sm\:border-l-yellow-950\/40{border-left-color:#42200666}.sm\:border-l-yellow-950\/45{border-left-color:#42200673}.sm\:border-l-yellow-950\/5{border-left-color:#4220060d}.sm\:border-l-yellow-950\/50{border-left-color:#42200680}.sm\:border-l-yellow-950\/55{border-left-color:#4220068c}.sm\:border-l-yellow-950\/60{border-left-color:#42200699}.sm\:border-l-yellow-950\/65{border-left-color:#422006a6}.sm\:border-l-yellow-950\/70{border-left-color:#422006b3}.sm\:border-l-yellow-950\/75{border-left-color:#422006bf}.sm\:border-l-yellow-950\/80{border-left-color:#422006cc}.sm\:border-l-yellow-950\/85{border-left-color:#422006d9}.sm\:border-l-yellow-950\/90{border-left-color:#422006e6}.sm\:border-l-yellow-950\/95{border-left-color:#422006f2}.sm\:border-r-yellow-100{--tw-border-opacity:1;border-right-color:rgb(254 249 195/var(--tw-border-opacity,1))}.sm\:border-r-yellow-100\/0{border-right-color:#fef9c300}.sm\:border-r-yellow-100\/10{border-right-color:#fef9c31a}.sm\:border-r-yellow-100\/100{border-right-color:#fef9c3}.sm\:border-r-yellow-100\/15{border-right-color:#fef9c326}.sm\:border-r-yellow-100\/20{border-right-color:#fef9c333}.sm\:border-r-yellow-100\/25{border-right-color:#fef9c340}.sm\:border-r-yellow-100\/30{border-right-color:#fef9c34d}.sm\:border-r-yellow-100\/35{border-right-color:#fef9c359}.sm\:border-r-yellow-100\/40{border-right-color:#fef9c366}.sm\:border-r-yellow-100\/45{border-right-color:#fef9c373}.sm\:border-r-yellow-100\/5{border-right-color:#fef9c30d}.sm\:border-r-yellow-100\/50{border-right-color:#fef9c380}.sm\:border-r-yellow-100\/55{border-right-color:#fef9c38c}.sm\:border-r-yellow-100\/60{border-right-color:#fef9c399}.sm\:border-r-yellow-100\/65{border-right-color:#fef9c3a6}.sm\:border-r-yellow-100\/70{border-right-color:#fef9c3b3}.sm\:border-r-yellow-100\/75{border-right-color:#fef9c3bf}.sm\:border-r-yellow-100\/80{border-right-color:#fef9c3cc}.sm\:border-r-yellow-100\/85{border-right-color:#fef9c3d9}.sm\:border-r-yellow-100\/90{border-right-color:#fef9c3e6}.sm\:border-r-yellow-100\/95{border-right-color:#fef9c3f2}.sm\:border-r-yellow-200{--tw-border-opacity:1;border-right-color:rgb(254 240 138/var(--tw-border-opacity,1))}.sm\:border-r-yellow-200\/0{border-right-color:#fef08a00}.sm\:border-r-yellow-200\/10{border-right-color:#fef08a1a}.sm\:border-r-yellow-200\/100{border-right-color:#fef08a}.sm\:border-r-yellow-200\/15{border-right-color:#fef08a26}.sm\:border-r-yellow-200\/20{border-right-color:#fef08a33}.sm\:border-r-yellow-200\/25{border-right-color:#fef08a40}.sm\:border-r-yellow-200\/30{border-right-color:#fef08a4d}.sm\:border-r-yellow-200\/35{border-right-color:#fef08a59}.sm\:border-r-yellow-200\/40{border-right-color:#fef08a66}.sm\:border-r-yellow-200\/45{border-right-color:#fef08a73}.sm\:border-r-yellow-200\/5{border-right-color:#fef08a0d}.sm\:border-r-yellow-200\/50{border-right-color:#fef08a80}.sm\:border-r-yellow-200\/55{border-right-color:#fef08a8c}.sm\:border-r-yellow-200\/60{border-right-color:#fef08a99}.sm\:border-r-yellow-200\/65{border-right-color:#fef08aa6}.sm\:border-r-yellow-200\/70{border-right-color:#fef08ab3}.sm\:border-r-yellow-200\/75{border-right-color:#fef08abf}.sm\:border-r-yellow-200\/80{border-right-color:#fef08acc}.sm\:border-r-yellow-200\/85{border-right-color:#fef08ad9}.sm\:border-r-yellow-200\/90{border-right-color:#fef08ae6}.sm\:border-r-yellow-200\/95{border-right-color:#fef08af2}.sm\:border-r-yellow-300{--tw-border-opacity:1;border-right-color:rgb(253 224 71/var(--tw-border-opacity,1))}.sm\:border-r-yellow-300\/0{border-right-color:#fde04700}.sm\:border-r-yellow-300\/10{border-right-color:#fde0471a}.sm\:border-r-yellow-300\/100{border-right-color:#fde047}.sm\:border-r-yellow-300\/15{border-right-color:#fde04726}.sm\:border-r-yellow-300\/20{border-right-color:#fde04733}.sm\:border-r-yellow-300\/25{border-right-color:#fde04740}.sm\:border-r-yellow-300\/30{border-right-color:#fde0474d}.sm\:border-r-yellow-300\/35{border-right-color:#fde04759}.sm\:border-r-yellow-300\/40{border-right-color:#fde04766}.sm\:border-r-yellow-300\/45{border-right-color:#fde04773}.sm\:border-r-yellow-300\/5{border-right-color:#fde0470d}.sm\:border-r-yellow-300\/50{border-right-color:#fde04780}.sm\:border-r-yellow-300\/55{border-right-color:#fde0478c}.sm\:border-r-yellow-300\/60{border-right-color:#fde04799}.sm\:border-r-yellow-300\/65{border-right-color:#fde047a6}.sm\:border-r-yellow-300\/70{border-right-color:#fde047b3}.sm\:border-r-yellow-300\/75{border-right-color:#fde047bf}.sm\:border-r-yellow-300\/80{border-right-color:#fde047cc}.sm\:border-r-yellow-300\/85{border-right-color:#fde047d9}.sm\:border-r-yellow-300\/90{border-right-color:#fde047e6}.sm\:border-r-yellow-300\/95{border-right-color:#fde047f2}.sm\:border-r-yellow-400{--tw-border-opacity:1;border-right-color:rgb(250 204 21/var(--tw-border-opacity,1))}.sm\:border-r-yellow-400\/0{border-right-color:#facc1500}.sm\:border-r-yellow-400\/10{border-right-color:#facc151a}.sm\:border-r-yellow-400\/100{border-right-color:#facc15}.sm\:border-r-yellow-400\/15{border-right-color:#facc1526}.sm\:border-r-yellow-400\/20{border-right-color:#facc1533}.sm\:border-r-yellow-400\/25{border-right-color:#facc1540}.sm\:border-r-yellow-400\/30{border-right-color:#facc154d}.sm\:border-r-yellow-400\/35{border-right-color:#facc1559}.sm\:border-r-yellow-400\/40{border-right-color:#facc1566}.sm\:border-r-yellow-400\/45{border-right-color:#facc1573}.sm\:border-r-yellow-400\/5{border-right-color:#facc150d}.sm\:border-r-yellow-400\/50{border-right-color:#facc1580}.sm\:border-r-yellow-400\/55{border-right-color:#facc158c}.sm\:border-r-yellow-400\/60{border-right-color:#facc1599}.sm\:border-r-yellow-400\/65{border-right-color:#facc15a6}.sm\:border-r-yellow-400\/70{border-right-color:#facc15b3}.sm\:border-r-yellow-400\/75{border-right-color:#facc15bf}.sm\:border-r-yellow-400\/80{border-right-color:#facc15cc}.sm\:border-r-yellow-400\/85{border-right-color:#facc15d9}.sm\:border-r-yellow-400\/90{border-right-color:#facc15e6}.sm\:border-r-yellow-400\/95{border-right-color:#facc15f2}.sm\:border-r-yellow-50{--tw-border-opacity:1;border-right-color:rgb(254 252 232/var(--tw-border-opacity,1))}.sm\:border-r-yellow-50\/0{border-right-color:#fefce800}.sm\:border-r-yellow-50\/10{border-right-color:#fefce81a}.sm\:border-r-yellow-50\/100{border-right-color:#fefce8}.sm\:border-r-yellow-50\/15{border-right-color:#fefce826}.sm\:border-r-yellow-50\/20{border-right-color:#fefce833}.sm\:border-r-yellow-50\/25{border-right-color:#fefce840}.sm\:border-r-yellow-50\/30{border-right-color:#fefce84d}.sm\:border-r-yellow-50\/35{border-right-color:#fefce859}.sm\:border-r-yellow-50\/40{border-right-color:#fefce866}.sm\:border-r-yellow-50\/45{border-right-color:#fefce873}.sm\:border-r-yellow-50\/5{border-right-color:#fefce80d}.sm\:border-r-yellow-50\/50{border-right-color:#fefce880}.sm\:border-r-yellow-50\/55{border-right-color:#fefce88c}.sm\:border-r-yellow-50\/60{border-right-color:#fefce899}.sm\:border-r-yellow-50\/65{border-right-color:#fefce8a6}.sm\:border-r-yellow-50\/70{border-right-color:#fefce8b3}.sm\:border-r-yellow-50\/75{border-right-color:#fefce8bf}.sm\:border-r-yellow-50\/80{border-right-color:#fefce8cc}.sm\:border-r-yellow-50\/85{border-right-color:#fefce8d9}.sm\:border-r-yellow-50\/90{border-right-color:#fefce8e6}.sm\:border-r-yellow-50\/95{border-right-color:#fefce8f2}.sm\:border-r-yellow-500{--tw-border-opacity:1;border-right-color:rgb(234 179 8/var(--tw-border-opacity,1))}.sm\:border-r-yellow-500\/0{border-right-color:#eab30800}.sm\:border-r-yellow-500\/10{border-right-color:#eab3081a}.sm\:border-r-yellow-500\/100{border-right-color:#eab308}.sm\:border-r-yellow-500\/15{border-right-color:#eab30826}.sm\:border-r-yellow-500\/20{border-right-color:#eab30833}.sm\:border-r-yellow-500\/25{border-right-color:#eab30840}.sm\:border-r-yellow-500\/30{border-right-color:#eab3084d}.sm\:border-r-yellow-500\/35{border-right-color:#eab30859}.sm\:border-r-yellow-500\/40{border-right-color:#eab30866}.sm\:border-r-yellow-500\/45{border-right-color:#eab30873}.sm\:border-r-yellow-500\/5{border-right-color:#eab3080d}.sm\:border-r-yellow-500\/50{border-right-color:#eab30880}.sm\:border-r-yellow-500\/55{border-right-color:#eab3088c}.sm\:border-r-yellow-500\/60{border-right-color:#eab30899}.sm\:border-r-yellow-500\/65{border-right-color:#eab308a6}.sm\:border-r-yellow-500\/70{border-right-color:#eab308b3}.sm\:border-r-yellow-500\/75{border-right-color:#eab308bf}.sm\:border-r-yellow-500\/80{border-right-color:#eab308cc}.sm\:border-r-yellow-500\/85{border-right-color:#eab308d9}.sm\:border-r-yellow-500\/90{border-right-color:#eab308e6}.sm\:border-r-yellow-500\/95{border-right-color:#eab308f2}.sm\:border-r-yellow-600{--tw-border-opacity:1;border-right-color:rgb(202 138 4/var(--tw-border-opacity,1))}.sm\:border-r-yellow-600\/0{border-right-color:#ca8a0400}.sm\:border-r-yellow-600\/10{border-right-color:#ca8a041a}.sm\:border-r-yellow-600\/100{border-right-color:#ca8a04}.sm\:border-r-yellow-600\/15{border-right-color:#ca8a0426}.sm\:border-r-yellow-600\/20{border-right-color:#ca8a0433}.sm\:border-r-yellow-600\/25{border-right-color:#ca8a0440}.sm\:border-r-yellow-600\/30{border-right-color:#ca8a044d}.sm\:border-r-yellow-600\/35{border-right-color:#ca8a0459}.sm\:border-r-yellow-600\/40{border-right-color:#ca8a0466}.sm\:border-r-yellow-600\/45{border-right-color:#ca8a0473}.sm\:border-r-yellow-600\/5{border-right-color:#ca8a040d}.sm\:border-r-yellow-600\/50{border-right-color:#ca8a0480}.sm\:border-r-yellow-600\/55{border-right-color:#ca8a048c}.sm\:border-r-yellow-600\/60{border-right-color:#ca8a0499}.sm\:border-r-yellow-600\/65{border-right-color:#ca8a04a6}.sm\:border-r-yellow-600\/70{border-right-color:#ca8a04b3}.sm\:border-r-yellow-600\/75{border-right-color:#ca8a04bf}.sm\:border-r-yellow-600\/80{border-right-color:#ca8a04cc}.sm\:border-r-yellow-600\/85{border-right-color:#ca8a04d9}.sm\:border-r-yellow-600\/90{border-right-color:#ca8a04e6}.sm\:border-r-yellow-600\/95{border-right-color:#ca8a04f2}.sm\:border-r-yellow-700{--tw-border-opacity:1;border-right-color:rgb(161 98 7/var(--tw-border-opacity,1))}.sm\:border-r-yellow-700\/0{border-right-color:#a1620700}.sm\:border-r-yellow-700\/10{border-right-color:#a162071a}.sm\:border-r-yellow-700\/100{border-right-color:#a16207}.sm\:border-r-yellow-700\/15{border-right-color:#a1620726}.sm\:border-r-yellow-700\/20{border-right-color:#a1620733}.sm\:border-r-yellow-700\/25{border-right-color:#a1620740}.sm\:border-r-yellow-700\/30{border-right-color:#a162074d}.sm\:border-r-yellow-700\/35{border-right-color:#a1620759}.sm\:border-r-yellow-700\/40{border-right-color:#a1620766}.sm\:border-r-yellow-700\/45{border-right-color:#a1620773}.sm\:border-r-yellow-700\/5{border-right-color:#a162070d}.sm\:border-r-yellow-700\/50{border-right-color:#a1620780}.sm\:border-r-yellow-700\/55{border-right-color:#a162078c}.sm\:border-r-yellow-700\/60{border-right-color:#a1620799}.sm\:border-r-yellow-700\/65{border-right-color:#a16207a6}.sm\:border-r-yellow-700\/70{border-right-color:#a16207b3}.sm\:border-r-yellow-700\/75{border-right-color:#a16207bf}.sm\:border-r-yellow-700\/80{border-right-color:#a16207cc}.sm\:border-r-yellow-700\/85{border-right-color:#a16207d9}.sm\:border-r-yellow-700\/90{border-right-color:#a16207e6}.sm\:border-r-yellow-700\/95{border-right-color:#a16207f2}.sm\:border-r-yellow-800{--tw-border-opacity:1;border-right-color:rgb(133 77 14/var(--tw-border-opacity,1))}.sm\:border-r-yellow-800\/0{border-right-color:#854d0e00}.sm\:border-r-yellow-800\/10{border-right-color:#854d0e1a}.sm\:border-r-yellow-800\/100{border-right-color:#854d0e}.sm\:border-r-yellow-800\/15{border-right-color:#854d0e26}.sm\:border-r-yellow-800\/20{border-right-color:#854d0e33}.sm\:border-r-yellow-800\/25{border-right-color:#854d0e40}.sm\:border-r-yellow-800\/30{border-right-color:#854d0e4d}.sm\:border-r-yellow-800\/35{border-right-color:#854d0e59}.sm\:border-r-yellow-800\/40{border-right-color:#854d0e66}.sm\:border-r-yellow-800\/45{border-right-color:#854d0e73}.sm\:border-r-yellow-800\/5{border-right-color:#854d0e0d}.sm\:border-r-yellow-800\/50{border-right-color:#854d0e80}.sm\:border-r-yellow-800\/55{border-right-color:#854d0e8c}.sm\:border-r-yellow-800\/60{border-right-color:#854d0e99}.sm\:border-r-yellow-800\/65{border-right-color:#854d0ea6}.sm\:border-r-yellow-800\/70{border-right-color:#854d0eb3}.sm\:border-r-yellow-800\/75{border-right-color:#854d0ebf}.sm\:border-r-yellow-800\/80{border-right-color:#854d0ecc}.sm\:border-r-yellow-800\/85{border-right-color:#854d0ed9}.sm\:border-r-yellow-800\/90{border-right-color:#854d0ee6}.sm\:border-r-yellow-800\/95{border-right-color:#854d0ef2}.sm\:border-r-yellow-900{--tw-border-opacity:1;border-right-color:rgb(113 63 18/var(--tw-border-opacity,1))}.sm\:border-r-yellow-900\/0{border-right-color:#713f1200}.sm\:border-r-yellow-900\/10{border-right-color:#713f121a}.sm\:border-r-yellow-900\/100{border-right-color:#713f12}.sm\:border-r-yellow-900\/15{border-right-color:#713f1226}.sm\:border-r-yellow-900\/20{border-right-color:#713f1233}.sm\:border-r-yellow-900\/25{border-right-color:#713f1240}.sm\:border-r-yellow-900\/30{border-right-color:#713f124d}.sm\:border-r-yellow-900\/35{border-right-color:#713f1259}.sm\:border-r-yellow-900\/40{border-right-color:#713f1266}.sm\:border-r-yellow-900\/45{border-right-color:#713f1273}.sm\:border-r-yellow-900\/5{border-right-color:#713f120d}.sm\:border-r-yellow-900\/50{border-right-color:#713f1280}.sm\:border-r-yellow-900\/55{border-right-color:#713f128c}.sm\:border-r-yellow-900\/60{border-right-color:#713f1299}.sm\:border-r-yellow-900\/65{border-right-color:#713f12a6}.sm\:border-r-yellow-900\/70{border-right-color:#713f12b3}.sm\:border-r-yellow-900\/75{border-right-color:#713f12bf}.sm\:border-r-yellow-900\/80{border-right-color:#713f12cc}.sm\:border-r-yellow-900\/85{border-right-color:#713f12d9}.sm\:border-r-yellow-900\/90{border-right-color:#713f12e6}.sm\:border-r-yellow-900\/95{border-right-color:#713f12f2}.sm\:border-r-yellow-950{--tw-border-opacity:1;border-right-color:rgb(66 32 6/var(--tw-border-opacity,1))}.sm\:border-r-yellow-950\/0{border-right-color:#42200600}.sm\:border-r-yellow-950\/10{border-right-color:#4220061a}.sm\:border-r-yellow-950\/100{border-right-color:#422006}.sm\:border-r-yellow-950\/15{border-right-color:#42200626}.sm\:border-r-yellow-950\/20{border-right-color:#42200633}.sm\:border-r-yellow-950\/25{border-right-color:#42200640}.sm\:border-r-yellow-950\/30{border-right-color:#4220064d}.sm\:border-r-yellow-950\/35{border-right-color:#42200659}.sm\:border-r-yellow-950\/40{border-right-color:#42200666}.sm\:border-r-yellow-950\/45{border-right-color:#42200673}.sm\:border-r-yellow-950\/5{border-right-color:#4220060d}.sm\:border-r-yellow-950\/50{border-right-color:#42200680}.sm\:border-r-yellow-950\/55{border-right-color:#4220068c}.sm\:border-r-yellow-950\/60{border-right-color:#42200699}.sm\:border-r-yellow-950\/65{border-right-color:#422006a6}.sm\:border-r-yellow-950\/70{border-right-color:#422006b3}.sm\:border-r-yellow-950\/75{border-right-color:#422006bf}.sm\:border-r-yellow-950\/80{border-right-color:#422006cc}.sm\:border-r-yellow-950\/85{border-right-color:#422006d9}.sm\:border-r-yellow-950\/90{border-right-color:#422006e6}.sm\:border-r-yellow-950\/95{border-right-color:#422006f2}.sm\:border-s-yellow-100{--tw-border-opacity:1;border-inline-start-color:rgb(254 249 195/var(--tw-border-opacity,1))}.sm\:border-s-yellow-100\/0{border-inline-start-color:#fef9c300}.sm\:border-s-yellow-100\/10{border-inline-start-color:#fef9c31a}.sm\:border-s-yellow-100\/100{border-inline-start-color:#fef9c3}.sm\:border-s-yellow-100\/15{border-inline-start-color:#fef9c326}.sm\:border-s-yellow-100\/20{border-inline-start-color:#fef9c333}.sm\:border-s-yellow-100\/25{border-inline-start-color:#fef9c340}.sm\:border-s-yellow-100\/30{border-inline-start-color:#fef9c34d}.sm\:border-s-yellow-100\/35{border-inline-start-color:#fef9c359}.sm\:border-s-yellow-100\/40{border-inline-start-color:#fef9c366}.sm\:border-s-yellow-100\/45{border-inline-start-color:#fef9c373}.sm\:border-s-yellow-100\/5{border-inline-start-color:#fef9c30d}.sm\:border-s-yellow-100\/50{border-inline-start-color:#fef9c380}.sm\:border-s-yellow-100\/55{border-inline-start-color:#fef9c38c}.sm\:border-s-yellow-100\/60{border-inline-start-color:#fef9c399}.sm\:border-s-yellow-100\/65{border-inline-start-color:#fef9c3a6}.sm\:border-s-yellow-100\/70{border-inline-start-color:#fef9c3b3}.sm\:border-s-yellow-100\/75{border-inline-start-color:#fef9c3bf}.sm\:border-s-yellow-100\/80{border-inline-start-color:#fef9c3cc}.sm\:border-s-yellow-100\/85{border-inline-start-color:#fef9c3d9}.sm\:border-s-yellow-100\/90{border-inline-start-color:#fef9c3e6}.sm\:border-s-yellow-100\/95{border-inline-start-color:#fef9c3f2}.sm\:border-s-yellow-200{--tw-border-opacity:1;border-inline-start-color:rgb(254 240 138/var(--tw-border-opacity,1))}.sm\:border-s-yellow-200\/0{border-inline-start-color:#fef08a00}.sm\:border-s-yellow-200\/10{border-inline-start-color:#fef08a1a}.sm\:border-s-yellow-200\/100{border-inline-start-color:#fef08a}.sm\:border-s-yellow-200\/15{border-inline-start-color:#fef08a26}.sm\:border-s-yellow-200\/20{border-inline-start-color:#fef08a33}.sm\:border-s-yellow-200\/25{border-inline-start-color:#fef08a40}.sm\:border-s-yellow-200\/30{border-inline-start-color:#fef08a4d}.sm\:border-s-yellow-200\/35{border-inline-start-color:#fef08a59}.sm\:border-s-yellow-200\/40{border-inline-start-color:#fef08a66}.sm\:border-s-yellow-200\/45{border-inline-start-color:#fef08a73}.sm\:border-s-yellow-200\/5{border-inline-start-color:#fef08a0d}.sm\:border-s-yellow-200\/50{border-inline-start-color:#fef08a80}.sm\:border-s-yellow-200\/55{border-inline-start-color:#fef08a8c}.sm\:border-s-yellow-200\/60{border-inline-start-color:#fef08a99}.sm\:border-s-yellow-200\/65{border-inline-start-color:#fef08aa6}.sm\:border-s-yellow-200\/70{border-inline-start-color:#fef08ab3}.sm\:border-s-yellow-200\/75{border-inline-start-color:#fef08abf}.sm\:border-s-yellow-200\/80{border-inline-start-color:#fef08acc}.sm\:border-s-yellow-200\/85{border-inline-start-color:#fef08ad9}.sm\:border-s-yellow-200\/90{border-inline-start-color:#fef08ae6}.sm\:border-s-yellow-200\/95{border-inline-start-color:#fef08af2}.sm\:border-s-yellow-300{--tw-border-opacity:1;border-inline-start-color:rgb(253 224 71/var(--tw-border-opacity,1))}.sm\:border-s-yellow-300\/0{border-inline-start-color:#fde04700}.sm\:border-s-yellow-300\/10{border-inline-start-color:#fde0471a}.sm\:border-s-yellow-300\/100{border-inline-start-color:#fde047}.sm\:border-s-yellow-300\/15{border-inline-start-color:#fde04726}.sm\:border-s-yellow-300\/20{border-inline-start-color:#fde04733}.sm\:border-s-yellow-300\/25{border-inline-start-color:#fde04740}.sm\:border-s-yellow-300\/30{border-inline-start-color:#fde0474d}.sm\:border-s-yellow-300\/35{border-inline-start-color:#fde04759}.sm\:border-s-yellow-300\/40{border-inline-start-color:#fde04766}.sm\:border-s-yellow-300\/45{border-inline-start-color:#fde04773}.sm\:border-s-yellow-300\/5{border-inline-start-color:#fde0470d}.sm\:border-s-yellow-300\/50{border-inline-start-color:#fde04780}.sm\:border-s-yellow-300\/55{border-inline-start-color:#fde0478c}.sm\:border-s-yellow-300\/60{border-inline-start-color:#fde04799}.sm\:border-s-yellow-300\/65{border-inline-start-color:#fde047a6}.sm\:border-s-yellow-300\/70{border-inline-start-color:#fde047b3}.sm\:border-s-yellow-300\/75{border-inline-start-color:#fde047bf}.sm\:border-s-yellow-300\/80{border-inline-start-color:#fde047cc}.sm\:border-s-yellow-300\/85{border-inline-start-color:#fde047d9}.sm\:border-s-yellow-300\/90{border-inline-start-color:#fde047e6}.sm\:border-s-yellow-300\/95{border-inline-start-color:#fde047f2}.sm\:border-s-yellow-400{--tw-border-opacity:1;border-inline-start-color:rgb(250 204 21/var(--tw-border-opacity,1))}.sm\:border-s-yellow-400\/0{border-inline-start-color:#facc1500}.sm\:border-s-yellow-400\/10{border-inline-start-color:#facc151a}.sm\:border-s-yellow-400\/100{border-inline-start-color:#facc15}.sm\:border-s-yellow-400\/15{border-inline-start-color:#facc1526}.sm\:border-s-yellow-400\/20{border-inline-start-color:#facc1533}.sm\:border-s-yellow-400\/25{border-inline-start-color:#facc1540}.sm\:border-s-yellow-400\/30{border-inline-start-color:#facc154d}.sm\:border-s-yellow-400\/35{border-inline-start-color:#facc1559}.sm\:border-s-yellow-400\/40{border-inline-start-color:#facc1566}.sm\:border-s-yellow-400\/45{border-inline-start-color:#facc1573}.sm\:border-s-yellow-400\/5{border-inline-start-color:#facc150d}.sm\:border-s-yellow-400\/50{border-inline-start-color:#facc1580}.sm\:border-s-yellow-400\/55{border-inline-start-color:#facc158c}.sm\:border-s-yellow-400\/60{border-inline-start-color:#facc1599}.sm\:border-s-yellow-400\/65{border-inline-start-color:#facc15a6}.sm\:border-s-yellow-400\/70{border-inline-start-color:#facc15b3}.sm\:border-s-yellow-400\/75{border-inline-start-color:#facc15bf}.sm\:border-s-yellow-400\/80{border-inline-start-color:#facc15cc}.sm\:border-s-yellow-400\/85{border-inline-start-color:#facc15d9}.sm\:border-s-yellow-400\/90{border-inline-start-color:#facc15e6}.sm\:border-s-yellow-400\/95{border-inline-start-color:#facc15f2}.sm\:border-s-yellow-50{--tw-border-opacity:1;border-inline-start-color:rgb(254 252 232/var(--tw-border-opacity,1))}.sm\:border-s-yellow-50\/0{border-inline-start-color:#fefce800}.sm\:border-s-yellow-50\/10{border-inline-start-color:#fefce81a}.sm\:border-s-yellow-50\/100{border-inline-start-color:#fefce8}.sm\:border-s-yellow-50\/15{border-inline-start-color:#fefce826}.sm\:border-s-yellow-50\/20{border-inline-start-color:#fefce833}.sm\:border-s-yellow-50\/25{border-inline-start-color:#fefce840}.sm\:border-s-yellow-50\/30{border-inline-start-color:#fefce84d}.sm\:border-s-yellow-50\/35{border-inline-start-color:#fefce859}.sm\:border-s-yellow-50\/40{border-inline-start-color:#fefce866}.sm\:border-s-yellow-50\/45{border-inline-start-color:#fefce873}.sm\:border-s-yellow-50\/5{border-inline-start-color:#fefce80d}.sm\:border-s-yellow-50\/50{border-inline-start-color:#fefce880}.sm\:border-s-yellow-50\/55{border-inline-start-color:#fefce88c}.sm\:border-s-yellow-50\/60{border-inline-start-color:#fefce899}.sm\:border-s-yellow-50\/65{border-inline-start-color:#fefce8a6}.sm\:border-s-yellow-50\/70{border-inline-start-color:#fefce8b3}.sm\:border-s-yellow-50\/75{border-inline-start-color:#fefce8bf}.sm\:border-s-yellow-50\/80{border-inline-start-color:#fefce8cc}.sm\:border-s-yellow-50\/85{border-inline-start-color:#fefce8d9}.sm\:border-s-yellow-50\/90{border-inline-start-color:#fefce8e6}.sm\:border-s-yellow-50\/95{border-inline-start-color:#fefce8f2}.sm\:border-s-yellow-500{--tw-border-opacity:1;border-inline-start-color:rgb(234 179 8/var(--tw-border-opacity,1))}.sm\:border-s-yellow-500\/0{border-inline-start-color:#eab30800}.sm\:border-s-yellow-500\/10{border-inline-start-color:#eab3081a}.sm\:border-s-yellow-500\/100{border-inline-start-color:#eab308}.sm\:border-s-yellow-500\/15{border-inline-start-color:#eab30826}.sm\:border-s-yellow-500\/20{border-inline-start-color:#eab30833}.sm\:border-s-yellow-500\/25{border-inline-start-color:#eab30840}.sm\:border-s-yellow-500\/30{border-inline-start-color:#eab3084d}.sm\:border-s-yellow-500\/35{border-inline-start-color:#eab30859}.sm\:border-s-yellow-500\/40{border-inline-start-color:#eab30866}.sm\:border-s-yellow-500\/45{border-inline-start-color:#eab30873}.sm\:border-s-yellow-500\/5{border-inline-start-color:#eab3080d}.sm\:border-s-yellow-500\/50{border-inline-start-color:#eab30880}.sm\:border-s-yellow-500\/55{border-inline-start-color:#eab3088c}.sm\:border-s-yellow-500\/60{border-inline-start-color:#eab30899}.sm\:border-s-yellow-500\/65{border-inline-start-color:#eab308a6}.sm\:border-s-yellow-500\/70{border-inline-start-color:#eab308b3}.sm\:border-s-yellow-500\/75{border-inline-start-color:#eab308bf}.sm\:border-s-yellow-500\/80{border-inline-start-color:#eab308cc}.sm\:border-s-yellow-500\/85{border-inline-start-color:#eab308d9}.sm\:border-s-yellow-500\/90{border-inline-start-color:#eab308e6}.sm\:border-s-yellow-500\/95{border-inline-start-color:#eab308f2}.sm\:border-s-yellow-600{--tw-border-opacity:1;border-inline-start-color:rgb(202 138 4/var(--tw-border-opacity,1))}.sm\:border-s-yellow-600\/0{border-inline-start-color:#ca8a0400}.sm\:border-s-yellow-600\/10{border-inline-start-color:#ca8a041a}.sm\:border-s-yellow-600\/100{border-inline-start-color:#ca8a04}.sm\:border-s-yellow-600\/15{border-inline-start-color:#ca8a0426}.sm\:border-s-yellow-600\/20{border-inline-start-color:#ca8a0433}.sm\:border-s-yellow-600\/25{border-inline-start-color:#ca8a0440}.sm\:border-s-yellow-600\/30{border-inline-start-color:#ca8a044d}.sm\:border-s-yellow-600\/35{border-inline-start-color:#ca8a0459}.sm\:border-s-yellow-600\/40{border-inline-start-color:#ca8a0466}.sm\:border-s-yellow-600\/45{border-inline-start-color:#ca8a0473}.sm\:border-s-yellow-600\/5{border-inline-start-color:#ca8a040d}.sm\:border-s-yellow-600\/50{border-inline-start-color:#ca8a0480}.sm\:border-s-yellow-600\/55{border-inline-start-color:#ca8a048c}.sm\:border-s-yellow-600\/60{border-inline-start-color:#ca8a0499}.sm\:border-s-yellow-600\/65{border-inline-start-color:#ca8a04a6}.sm\:border-s-yellow-600\/70{border-inline-start-color:#ca8a04b3}.sm\:border-s-yellow-600\/75{border-inline-start-color:#ca8a04bf}.sm\:border-s-yellow-600\/80{border-inline-start-color:#ca8a04cc}.sm\:border-s-yellow-600\/85{border-inline-start-color:#ca8a04d9}.sm\:border-s-yellow-600\/90{border-inline-start-color:#ca8a04e6}.sm\:border-s-yellow-600\/95{border-inline-start-color:#ca8a04f2}.sm\:border-s-yellow-700{--tw-border-opacity:1;border-inline-start-color:rgb(161 98 7/var(--tw-border-opacity,1))}.sm\:border-s-yellow-700\/0{border-inline-start-color:#a1620700}.sm\:border-s-yellow-700\/10{border-inline-start-color:#a162071a}.sm\:border-s-yellow-700\/100{border-inline-start-color:#a16207}.sm\:border-s-yellow-700\/15{border-inline-start-color:#a1620726}.sm\:border-s-yellow-700\/20{border-inline-start-color:#a1620733}.sm\:border-s-yellow-700\/25{border-inline-start-color:#a1620740}.sm\:border-s-yellow-700\/30{border-inline-start-color:#a162074d}.sm\:border-s-yellow-700\/35{border-inline-start-color:#a1620759}.sm\:border-s-yellow-700\/40{border-inline-start-color:#a1620766}.sm\:border-s-yellow-700\/45{border-inline-start-color:#a1620773}.sm\:border-s-yellow-700\/5{border-inline-start-color:#a162070d}.sm\:border-s-yellow-700\/50{border-inline-start-color:#a1620780}.sm\:border-s-yellow-700\/55{border-inline-start-color:#a162078c}.sm\:border-s-yellow-700\/60{border-inline-start-color:#a1620799}.sm\:border-s-yellow-700\/65{border-inline-start-color:#a16207a6}.sm\:border-s-yellow-700\/70{border-inline-start-color:#a16207b3}.sm\:border-s-yellow-700\/75{border-inline-start-color:#a16207bf}.sm\:border-s-yellow-700\/80{border-inline-start-color:#a16207cc}.sm\:border-s-yellow-700\/85{border-inline-start-color:#a16207d9}.sm\:border-s-yellow-700\/90{border-inline-start-color:#a16207e6}.sm\:border-s-yellow-700\/95{border-inline-start-color:#a16207f2}.sm\:border-s-yellow-800{--tw-border-opacity:1;border-inline-start-color:rgb(133 77 14/var(--tw-border-opacity,1))}.sm\:border-s-yellow-800\/0{border-inline-start-color:#854d0e00}.sm\:border-s-yellow-800\/10{border-inline-start-color:#854d0e1a}.sm\:border-s-yellow-800\/100{border-inline-start-color:#854d0e}.sm\:border-s-yellow-800\/15{border-inline-start-color:#854d0e26}.sm\:border-s-yellow-800\/20{border-inline-start-color:#854d0e33}.sm\:border-s-yellow-800\/25{border-inline-start-color:#854d0e40}.sm\:border-s-yellow-800\/30{border-inline-start-color:#854d0e4d}.sm\:border-s-yellow-800\/35{border-inline-start-color:#854d0e59}.sm\:border-s-yellow-800\/40{border-inline-start-color:#854d0e66}.sm\:border-s-yellow-800\/45{border-inline-start-color:#854d0e73}.sm\:border-s-yellow-800\/5{border-inline-start-color:#854d0e0d}.sm\:border-s-yellow-800\/50{border-inline-start-color:#854d0e80}.sm\:border-s-yellow-800\/55{border-inline-start-color:#854d0e8c}.sm\:border-s-yellow-800\/60{border-inline-start-color:#854d0e99}.sm\:border-s-yellow-800\/65{border-inline-start-color:#854d0ea6}.sm\:border-s-yellow-800\/70{border-inline-start-color:#854d0eb3}.sm\:border-s-yellow-800\/75{border-inline-start-color:#854d0ebf}.sm\:border-s-yellow-800\/80{border-inline-start-color:#854d0ecc}.sm\:border-s-yellow-800\/85{border-inline-start-color:#854d0ed9}.sm\:border-s-yellow-800\/90{border-inline-start-color:#854d0ee6}.sm\:border-s-yellow-800\/95{border-inline-start-color:#854d0ef2}.sm\:border-s-yellow-900{--tw-border-opacity:1;border-inline-start-color:rgb(113 63 18/var(--tw-border-opacity,1))}.sm\:border-s-yellow-900\/0{border-inline-start-color:#713f1200}.sm\:border-s-yellow-900\/10{border-inline-start-color:#713f121a}.sm\:border-s-yellow-900\/100{border-inline-start-color:#713f12}.sm\:border-s-yellow-900\/15{border-inline-start-color:#713f1226}.sm\:border-s-yellow-900\/20{border-inline-start-color:#713f1233}.sm\:border-s-yellow-900\/25{border-inline-start-color:#713f1240}.sm\:border-s-yellow-900\/30{border-inline-start-color:#713f124d}.sm\:border-s-yellow-900\/35{border-inline-start-color:#713f1259}.sm\:border-s-yellow-900\/40{border-inline-start-color:#713f1266}.sm\:border-s-yellow-900\/45{border-inline-start-color:#713f1273}.sm\:border-s-yellow-900\/5{border-inline-start-color:#713f120d}.sm\:border-s-yellow-900\/50{border-inline-start-color:#713f1280}.sm\:border-s-yellow-900\/55{border-inline-start-color:#713f128c}.sm\:border-s-yellow-900\/60{border-inline-start-color:#713f1299}.sm\:border-s-yellow-900\/65{border-inline-start-color:#713f12a6}.sm\:border-s-yellow-900\/70{border-inline-start-color:#713f12b3}.sm\:border-s-yellow-900\/75{border-inline-start-color:#713f12bf}.sm\:border-s-yellow-900\/80{border-inline-start-color:#713f12cc}.sm\:border-s-yellow-900\/85{border-inline-start-color:#713f12d9}.sm\:border-s-yellow-900\/90{border-inline-start-color:#713f12e6}.sm\:border-s-yellow-900\/95{border-inline-start-color:#713f12f2}.sm\:border-s-yellow-950{--tw-border-opacity:1;border-inline-start-color:rgb(66 32 6/var(--tw-border-opacity,1))}.sm\:border-s-yellow-950\/0{border-inline-start-color:#42200600}.sm\:border-s-yellow-950\/10{border-inline-start-color:#4220061a}.sm\:border-s-yellow-950\/100{border-inline-start-color:#422006}.sm\:border-s-yellow-950\/15{border-inline-start-color:#42200626}.sm\:border-s-yellow-950\/20{border-inline-start-color:#42200633}.sm\:border-s-yellow-950\/25{border-inline-start-color:#42200640}.sm\:border-s-yellow-950\/30{border-inline-start-color:#4220064d}.sm\:border-s-yellow-950\/35{border-inline-start-color:#42200659}.sm\:border-s-yellow-950\/40{border-inline-start-color:#42200666}.sm\:border-s-yellow-950\/45{border-inline-start-color:#42200673}.sm\:border-s-yellow-950\/5{border-inline-start-color:#4220060d}.sm\:border-s-yellow-950\/50{border-inline-start-color:#42200680}.sm\:border-s-yellow-950\/55{border-inline-start-color:#4220068c}.sm\:border-s-yellow-950\/60{border-inline-start-color:#42200699}.sm\:border-s-yellow-950\/65{border-inline-start-color:#422006a6}.sm\:border-s-yellow-950\/70{border-inline-start-color:#422006b3}.sm\:border-s-yellow-950\/75{border-inline-start-color:#422006bf}.sm\:border-s-yellow-950\/80{border-inline-start-color:#422006cc}.sm\:border-s-yellow-950\/85{border-inline-start-color:#422006d9}.sm\:border-s-yellow-950\/90{border-inline-start-color:#422006e6}.sm\:border-s-yellow-950\/95{border-inline-start-color:#422006f2}.sm\:border-t-yellow-100{--tw-border-opacity:1;border-top-color:rgb(254 249 195/var(--tw-border-opacity,1))}.sm\:border-t-yellow-100\/0{border-top-color:#fef9c300}.sm\:border-t-yellow-100\/10{border-top-color:#fef9c31a}.sm\:border-t-yellow-100\/100{border-top-color:#fef9c3}.sm\:border-t-yellow-100\/15{border-top-color:#fef9c326}.sm\:border-t-yellow-100\/20{border-top-color:#fef9c333}.sm\:border-t-yellow-100\/25{border-top-color:#fef9c340}.sm\:border-t-yellow-100\/30{border-top-color:#fef9c34d}.sm\:border-t-yellow-100\/35{border-top-color:#fef9c359}.sm\:border-t-yellow-100\/40{border-top-color:#fef9c366}.sm\:border-t-yellow-100\/45{border-top-color:#fef9c373}.sm\:border-t-yellow-100\/5{border-top-color:#fef9c30d}.sm\:border-t-yellow-100\/50{border-top-color:#fef9c380}.sm\:border-t-yellow-100\/55{border-top-color:#fef9c38c}.sm\:border-t-yellow-100\/60{border-top-color:#fef9c399}.sm\:border-t-yellow-100\/65{border-top-color:#fef9c3a6}.sm\:border-t-yellow-100\/70{border-top-color:#fef9c3b3}.sm\:border-t-yellow-100\/75{border-top-color:#fef9c3bf}.sm\:border-t-yellow-100\/80{border-top-color:#fef9c3cc}.sm\:border-t-yellow-100\/85{border-top-color:#fef9c3d9}.sm\:border-t-yellow-100\/90{border-top-color:#fef9c3e6}.sm\:border-t-yellow-100\/95{border-top-color:#fef9c3f2}.sm\:border-t-yellow-200{--tw-border-opacity:1;border-top-color:rgb(254 240 138/var(--tw-border-opacity,1))}.sm\:border-t-yellow-200\/0{border-top-color:#fef08a00}.sm\:border-t-yellow-200\/10{border-top-color:#fef08a1a}.sm\:border-t-yellow-200\/100{border-top-color:#fef08a}.sm\:border-t-yellow-200\/15{border-top-color:#fef08a26}.sm\:border-t-yellow-200\/20{border-top-color:#fef08a33}.sm\:border-t-yellow-200\/25{border-top-color:#fef08a40}.sm\:border-t-yellow-200\/30{border-top-color:#fef08a4d}.sm\:border-t-yellow-200\/35{border-top-color:#fef08a59}.sm\:border-t-yellow-200\/40{border-top-color:#fef08a66}.sm\:border-t-yellow-200\/45{border-top-color:#fef08a73}.sm\:border-t-yellow-200\/5{border-top-color:#fef08a0d}.sm\:border-t-yellow-200\/50{border-top-color:#fef08a80}.sm\:border-t-yellow-200\/55{border-top-color:#fef08a8c}.sm\:border-t-yellow-200\/60{border-top-color:#fef08a99}.sm\:border-t-yellow-200\/65{border-top-color:#fef08aa6}.sm\:border-t-yellow-200\/70{border-top-color:#fef08ab3}.sm\:border-t-yellow-200\/75{border-top-color:#fef08abf}.sm\:border-t-yellow-200\/80{border-top-color:#fef08acc}.sm\:border-t-yellow-200\/85{border-top-color:#fef08ad9}.sm\:border-t-yellow-200\/90{border-top-color:#fef08ae6}.sm\:border-t-yellow-200\/95{border-top-color:#fef08af2}.sm\:border-t-yellow-300{--tw-border-opacity:1;border-top-color:rgb(253 224 71/var(--tw-border-opacity,1))}.sm\:border-t-yellow-300\/0{border-top-color:#fde04700}.sm\:border-t-yellow-300\/10{border-top-color:#fde0471a}.sm\:border-t-yellow-300\/100{border-top-color:#fde047}.sm\:border-t-yellow-300\/15{border-top-color:#fde04726}.sm\:border-t-yellow-300\/20{border-top-color:#fde04733}.sm\:border-t-yellow-300\/25{border-top-color:#fde04740}.sm\:border-t-yellow-300\/30{border-top-color:#fde0474d}.sm\:border-t-yellow-300\/35{border-top-color:#fde04759}.sm\:border-t-yellow-300\/40{border-top-color:#fde04766}.sm\:border-t-yellow-300\/45{border-top-color:#fde04773}.sm\:border-t-yellow-300\/5{border-top-color:#fde0470d}.sm\:border-t-yellow-300\/50{border-top-color:#fde04780}.sm\:border-t-yellow-300\/55{border-top-color:#fde0478c}.sm\:border-t-yellow-300\/60{border-top-color:#fde04799}.sm\:border-t-yellow-300\/65{border-top-color:#fde047a6}.sm\:border-t-yellow-300\/70{border-top-color:#fde047b3}.sm\:border-t-yellow-300\/75{border-top-color:#fde047bf}.sm\:border-t-yellow-300\/80{border-top-color:#fde047cc}.sm\:border-t-yellow-300\/85{border-top-color:#fde047d9}.sm\:border-t-yellow-300\/90{border-top-color:#fde047e6}.sm\:border-t-yellow-300\/95{border-top-color:#fde047f2}.sm\:border-t-yellow-400{--tw-border-opacity:1;border-top-color:rgb(250 204 21/var(--tw-border-opacity,1))}.sm\:border-t-yellow-400\/0{border-top-color:#facc1500}.sm\:border-t-yellow-400\/10{border-top-color:#facc151a}.sm\:border-t-yellow-400\/100{border-top-color:#facc15}.sm\:border-t-yellow-400\/15{border-top-color:#facc1526}.sm\:border-t-yellow-400\/20{border-top-color:#facc1533}.sm\:border-t-yellow-400\/25{border-top-color:#facc1540}.sm\:border-t-yellow-400\/30{border-top-color:#facc154d}.sm\:border-t-yellow-400\/35{border-top-color:#facc1559}.sm\:border-t-yellow-400\/40{border-top-color:#facc1566}.sm\:border-t-yellow-400\/45{border-top-color:#facc1573}.sm\:border-t-yellow-400\/5{border-top-color:#facc150d}.sm\:border-t-yellow-400\/50{border-top-color:#facc1580}.sm\:border-t-yellow-400\/55{border-top-color:#facc158c}.sm\:border-t-yellow-400\/60{border-top-color:#facc1599}.sm\:border-t-yellow-400\/65{border-top-color:#facc15a6}.sm\:border-t-yellow-400\/70{border-top-color:#facc15b3}.sm\:border-t-yellow-400\/75{border-top-color:#facc15bf}.sm\:border-t-yellow-400\/80{border-top-color:#facc15cc}.sm\:border-t-yellow-400\/85{border-top-color:#facc15d9}.sm\:border-t-yellow-400\/90{border-top-color:#facc15e6}.sm\:border-t-yellow-400\/95{border-top-color:#facc15f2}.sm\:border-t-yellow-50{--tw-border-opacity:1;border-top-color:rgb(254 252 232/var(--tw-border-opacity,1))}.sm\:border-t-yellow-50\/0{border-top-color:#fefce800}.sm\:border-t-yellow-50\/10{border-top-color:#fefce81a}.sm\:border-t-yellow-50\/100{border-top-color:#fefce8}.sm\:border-t-yellow-50\/15{border-top-color:#fefce826}.sm\:border-t-yellow-50\/20{border-top-color:#fefce833}.sm\:border-t-yellow-50\/25{border-top-color:#fefce840}.sm\:border-t-yellow-50\/30{border-top-color:#fefce84d}.sm\:border-t-yellow-50\/35{border-top-color:#fefce859}.sm\:border-t-yellow-50\/40{border-top-color:#fefce866}.sm\:border-t-yellow-50\/45{border-top-color:#fefce873}.sm\:border-t-yellow-50\/5{border-top-color:#fefce80d}.sm\:border-t-yellow-50\/50{border-top-color:#fefce880}.sm\:border-t-yellow-50\/55{border-top-color:#fefce88c}.sm\:border-t-yellow-50\/60{border-top-color:#fefce899}.sm\:border-t-yellow-50\/65{border-top-color:#fefce8a6}.sm\:border-t-yellow-50\/70{border-top-color:#fefce8b3}.sm\:border-t-yellow-50\/75{border-top-color:#fefce8bf}.sm\:border-t-yellow-50\/80{border-top-color:#fefce8cc}.sm\:border-t-yellow-50\/85{border-top-color:#fefce8d9}.sm\:border-t-yellow-50\/90{border-top-color:#fefce8e6}.sm\:border-t-yellow-50\/95{border-top-color:#fefce8f2}.sm\:border-t-yellow-500{--tw-border-opacity:1;border-top-color:rgb(234 179 8/var(--tw-border-opacity,1))}.sm\:border-t-yellow-500\/0{border-top-color:#eab30800}.sm\:border-t-yellow-500\/10{border-top-color:#eab3081a}.sm\:border-t-yellow-500\/100{border-top-color:#eab308}.sm\:border-t-yellow-500\/15{border-top-color:#eab30826}.sm\:border-t-yellow-500\/20{border-top-color:#eab30833}.sm\:border-t-yellow-500\/25{border-top-color:#eab30840}.sm\:border-t-yellow-500\/30{border-top-color:#eab3084d}.sm\:border-t-yellow-500\/35{border-top-color:#eab30859}.sm\:border-t-yellow-500\/40{border-top-color:#eab30866}.sm\:border-t-yellow-500\/45{border-top-color:#eab30873}.sm\:border-t-yellow-500\/5{border-top-color:#eab3080d}.sm\:border-t-yellow-500\/50{border-top-color:#eab30880}.sm\:border-t-yellow-500\/55{border-top-color:#eab3088c}.sm\:border-t-yellow-500\/60{border-top-color:#eab30899}.sm\:border-t-yellow-500\/65{border-top-color:#eab308a6}.sm\:border-t-yellow-500\/70{border-top-color:#eab308b3}.sm\:border-t-yellow-500\/75{border-top-color:#eab308bf}.sm\:border-t-yellow-500\/80{border-top-color:#eab308cc}.sm\:border-t-yellow-500\/85{border-top-color:#eab308d9}.sm\:border-t-yellow-500\/90{border-top-color:#eab308e6}.sm\:border-t-yellow-500\/95{border-top-color:#eab308f2}.sm\:border-t-yellow-600{--tw-border-opacity:1;border-top-color:rgb(202 138 4/var(--tw-border-opacity,1))}.sm\:border-t-yellow-600\/0{border-top-color:#ca8a0400}.sm\:border-t-yellow-600\/10{border-top-color:#ca8a041a}.sm\:border-t-yellow-600\/100{border-top-color:#ca8a04}.sm\:border-t-yellow-600\/15{border-top-color:#ca8a0426}.sm\:border-t-yellow-600\/20{border-top-color:#ca8a0433}.sm\:border-t-yellow-600\/25{border-top-color:#ca8a0440}.sm\:border-t-yellow-600\/30{border-top-color:#ca8a044d}.sm\:border-t-yellow-600\/35{border-top-color:#ca8a0459}.sm\:border-t-yellow-600\/40{border-top-color:#ca8a0466}.sm\:border-t-yellow-600\/45{border-top-color:#ca8a0473}.sm\:border-t-yellow-600\/5{border-top-color:#ca8a040d}.sm\:border-t-yellow-600\/50{border-top-color:#ca8a0480}.sm\:border-t-yellow-600\/55{border-top-color:#ca8a048c}.sm\:border-t-yellow-600\/60{border-top-color:#ca8a0499}.sm\:border-t-yellow-600\/65{border-top-color:#ca8a04a6}.sm\:border-t-yellow-600\/70{border-top-color:#ca8a04b3}.sm\:border-t-yellow-600\/75{border-top-color:#ca8a04bf}.sm\:border-t-yellow-600\/80{border-top-color:#ca8a04cc}.sm\:border-t-yellow-600\/85{border-top-color:#ca8a04d9}.sm\:border-t-yellow-600\/90{border-top-color:#ca8a04e6}.sm\:border-t-yellow-600\/95{border-top-color:#ca8a04f2}.sm\:border-t-yellow-700{--tw-border-opacity:1;border-top-color:rgb(161 98 7/var(--tw-border-opacity,1))}.sm\:border-t-yellow-700\/0{border-top-color:#a1620700}.sm\:border-t-yellow-700\/10{border-top-color:#a162071a}.sm\:border-t-yellow-700\/100{border-top-color:#a16207}.sm\:border-t-yellow-700\/15{border-top-color:#a1620726}.sm\:border-t-yellow-700\/20{border-top-color:#a1620733}.sm\:border-t-yellow-700\/25{border-top-color:#a1620740}.sm\:border-t-yellow-700\/30{border-top-color:#a162074d}.sm\:border-t-yellow-700\/35{border-top-color:#a1620759}.sm\:border-t-yellow-700\/40{border-top-color:#a1620766}.sm\:border-t-yellow-700\/45{border-top-color:#a1620773}.sm\:border-t-yellow-700\/5{border-top-color:#a162070d}.sm\:border-t-yellow-700\/50{border-top-color:#a1620780}.sm\:border-t-yellow-700\/55{border-top-color:#a162078c}.sm\:border-t-yellow-700\/60{border-top-color:#a1620799}.sm\:border-t-yellow-700\/65{border-top-color:#a16207a6}.sm\:border-t-yellow-700\/70{border-top-color:#a16207b3}.sm\:border-t-yellow-700\/75{border-top-color:#a16207bf}.sm\:border-t-yellow-700\/80{border-top-color:#a16207cc}.sm\:border-t-yellow-700\/85{border-top-color:#a16207d9}.sm\:border-t-yellow-700\/90{border-top-color:#a16207e6}.sm\:border-t-yellow-700\/95{border-top-color:#a16207f2}.sm\:border-t-yellow-800{--tw-border-opacity:1;border-top-color:rgb(133 77 14/var(--tw-border-opacity,1))}.sm\:border-t-yellow-800\/0{border-top-color:#854d0e00}.sm\:border-t-yellow-800\/10{border-top-color:#854d0e1a}.sm\:border-t-yellow-800\/100{border-top-color:#854d0e}.sm\:border-t-yellow-800\/15{border-top-color:#854d0e26}.sm\:border-t-yellow-800\/20{border-top-color:#854d0e33}.sm\:border-t-yellow-800\/25{border-top-color:#854d0e40}.sm\:border-t-yellow-800\/30{border-top-color:#854d0e4d}.sm\:border-t-yellow-800\/35{border-top-color:#854d0e59}.sm\:border-t-yellow-800\/40{border-top-color:#854d0e66}.sm\:border-t-yellow-800\/45{border-top-color:#854d0e73}.sm\:border-t-yellow-800\/5{border-top-color:#854d0e0d}.sm\:border-t-yellow-800\/50{border-top-color:#854d0e80}.sm\:border-t-yellow-800\/55{border-top-color:#854d0e8c}.sm\:border-t-yellow-800\/60{border-top-color:#854d0e99}.sm\:border-t-yellow-800\/65{border-top-color:#854d0ea6}.sm\:border-t-yellow-800\/70{border-top-color:#854d0eb3}.sm\:border-t-yellow-800\/75{border-top-color:#854d0ebf}.sm\:border-t-yellow-800\/80{border-top-color:#854d0ecc}.sm\:border-t-yellow-800\/85{border-top-color:#854d0ed9}.sm\:border-t-yellow-800\/90{border-top-color:#854d0ee6}.sm\:border-t-yellow-800\/95{border-top-color:#854d0ef2}.sm\:border-t-yellow-900{--tw-border-opacity:1;border-top-color:rgb(113 63 18/var(--tw-border-opacity,1))}.sm\:border-t-yellow-900\/0{border-top-color:#713f1200}.sm\:border-t-yellow-900\/10{border-top-color:#713f121a}.sm\:border-t-yellow-900\/100{border-top-color:#713f12}.sm\:border-t-yellow-900\/15{border-top-color:#713f1226}.sm\:border-t-yellow-900\/20{border-top-color:#713f1233}.sm\:border-t-yellow-900\/25{border-top-color:#713f1240}.sm\:border-t-yellow-900\/30{border-top-color:#713f124d}.sm\:border-t-yellow-900\/35{border-top-color:#713f1259}.sm\:border-t-yellow-900\/40{border-top-color:#713f1266}.sm\:border-t-yellow-900\/45{border-top-color:#713f1273}.sm\:border-t-yellow-900\/5{border-top-color:#713f120d}.sm\:border-t-yellow-900\/50{border-top-color:#713f1280}.sm\:border-t-yellow-900\/55{border-top-color:#713f128c}.sm\:border-t-yellow-900\/60{border-top-color:#713f1299}.sm\:border-t-yellow-900\/65{border-top-color:#713f12a6}.sm\:border-t-yellow-900\/70{border-top-color:#713f12b3}.sm\:border-t-yellow-900\/75{border-top-color:#713f12bf}.sm\:border-t-yellow-900\/80{border-top-color:#713f12cc}.sm\:border-t-yellow-900\/85{border-top-color:#713f12d9}.sm\:border-t-yellow-900\/90{border-top-color:#713f12e6}.sm\:border-t-yellow-900\/95{border-top-color:#713f12f2}.sm\:border-t-yellow-950{--tw-border-opacity:1;border-top-color:rgb(66 32 6/var(--tw-border-opacity,1))}.sm\:border-t-yellow-950\/0{border-top-color:#42200600}.sm\:border-t-yellow-950\/10{border-top-color:#4220061a}.sm\:border-t-yellow-950\/100{border-top-color:#422006}.sm\:border-t-yellow-950\/15{border-top-color:#42200626}.sm\:border-t-yellow-950\/20{border-top-color:#42200633}.sm\:border-t-yellow-950\/25{border-top-color:#42200640}.sm\:border-t-yellow-950\/30{border-top-color:#4220064d}.sm\:border-t-yellow-950\/35{border-top-color:#42200659}.sm\:border-t-yellow-950\/40{border-top-color:#42200666}.sm\:border-t-yellow-950\/45{border-top-color:#42200673}.sm\:border-t-yellow-950\/5{border-top-color:#4220060d}.sm\:border-t-yellow-950\/50{border-top-color:#42200680}.sm\:border-t-yellow-950\/55{border-top-color:#4220068c}.sm\:border-t-yellow-950\/60{border-top-color:#42200699}.sm\:border-t-yellow-950\/65{border-top-color:#422006a6}.sm\:border-t-yellow-950\/70{border-top-color:#422006b3}.sm\:border-t-yellow-950\/75{border-top-color:#422006bf}.sm\:border-t-yellow-950\/80{border-top-color:#422006cc}.sm\:border-t-yellow-950\/85{border-top-color:#422006d9}.sm\:border-t-yellow-950\/90{border-top-color:#422006e6}.sm\:border-t-yellow-950\/95{border-top-color:#422006f2}.sm\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.sm\:bg-yellow-100\/0{background-color:#fef9c300}.sm\:bg-yellow-100\/10{background-color:#fef9c31a}.sm\:bg-yellow-100\/100{background-color:#fef9c3}.sm\:bg-yellow-100\/15{background-color:#fef9c326}.sm\:bg-yellow-100\/20{background-color:#fef9c333}.sm\:bg-yellow-100\/25{background-color:#fef9c340}.sm\:bg-yellow-100\/30{background-color:#fef9c34d}.sm\:bg-yellow-100\/35{background-color:#fef9c359}.sm\:bg-yellow-100\/40{background-color:#fef9c366}.sm\:bg-yellow-100\/45{background-color:#fef9c373}.sm\:bg-yellow-100\/5{background-color:#fef9c30d}.sm\:bg-yellow-100\/50{background-color:#fef9c380}.sm\:bg-yellow-100\/55{background-color:#fef9c38c}.sm\:bg-yellow-100\/60{background-color:#fef9c399}.sm\:bg-yellow-100\/65{background-color:#fef9c3a6}.sm\:bg-yellow-100\/70{background-color:#fef9c3b3}.sm\:bg-yellow-100\/75{background-color:#fef9c3bf}.sm\:bg-yellow-100\/80{background-color:#fef9c3cc}.sm\:bg-yellow-100\/85{background-color:#fef9c3d9}.sm\:bg-yellow-100\/90{background-color:#fef9c3e6}.sm\:bg-yellow-100\/95{background-color:#fef9c3f2}.sm\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.sm\:bg-yellow-200\/0{background-color:#fef08a00}.sm\:bg-yellow-200\/10{background-color:#fef08a1a}.sm\:bg-yellow-200\/100{background-color:#fef08a}.sm\:bg-yellow-200\/15{background-color:#fef08a26}.sm\:bg-yellow-200\/20{background-color:#fef08a33}.sm\:bg-yellow-200\/25{background-color:#fef08a40}.sm\:bg-yellow-200\/30{background-color:#fef08a4d}.sm\:bg-yellow-200\/35{background-color:#fef08a59}.sm\:bg-yellow-200\/40{background-color:#fef08a66}.sm\:bg-yellow-200\/45{background-color:#fef08a73}.sm\:bg-yellow-200\/5{background-color:#fef08a0d}.sm\:bg-yellow-200\/50{background-color:#fef08a80}.sm\:bg-yellow-200\/55{background-color:#fef08a8c}.sm\:bg-yellow-200\/60{background-color:#fef08a99}.sm\:bg-yellow-200\/65{background-color:#fef08aa6}.sm\:bg-yellow-200\/70{background-color:#fef08ab3}.sm\:bg-yellow-200\/75{background-color:#fef08abf}.sm\:bg-yellow-200\/80{background-color:#fef08acc}.sm\:bg-yellow-200\/85{background-color:#fef08ad9}.sm\:bg-yellow-200\/90{background-color:#fef08ae6}.sm\:bg-yellow-200\/95{background-color:#fef08af2}.sm\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity,1))}.sm\:bg-yellow-300\/0{background-color:#fde04700}.sm\:bg-yellow-300\/10{background-color:#fde0471a}.sm\:bg-yellow-300\/100{background-color:#fde047}.sm\:bg-yellow-300\/15{background-color:#fde04726}.sm\:bg-yellow-300\/20{background-color:#fde04733}.sm\:bg-yellow-300\/25{background-color:#fde04740}.sm\:bg-yellow-300\/30{background-color:#fde0474d}.sm\:bg-yellow-300\/35{background-color:#fde04759}.sm\:bg-yellow-300\/40{background-color:#fde04766}.sm\:bg-yellow-300\/45{background-color:#fde04773}.sm\:bg-yellow-300\/5{background-color:#fde0470d}.sm\:bg-yellow-300\/50{background-color:#fde04780}.sm\:bg-yellow-300\/55{background-color:#fde0478c}.sm\:bg-yellow-300\/60{background-color:#fde04799}.sm\:bg-yellow-300\/65{background-color:#fde047a6}.sm\:bg-yellow-300\/70{background-color:#fde047b3}.sm\:bg-yellow-300\/75{background-color:#fde047bf}.sm\:bg-yellow-300\/80{background-color:#fde047cc}.sm\:bg-yellow-300\/85{background-color:#fde047d9}.sm\:bg-yellow-300\/90{background-color:#fde047e6}.sm\:bg-yellow-300\/95{background-color:#fde047f2}.sm\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.sm\:bg-yellow-400\/0{background-color:#facc1500}.sm\:bg-yellow-400\/10{background-color:#facc151a}.sm\:bg-yellow-400\/100{background-color:#facc15}.sm\:bg-yellow-400\/15{background-color:#facc1526}.sm\:bg-yellow-400\/20{background-color:#facc1533}.sm\:bg-yellow-400\/25{background-color:#facc1540}.sm\:bg-yellow-400\/30{background-color:#facc154d}.sm\:bg-yellow-400\/35{background-color:#facc1559}.sm\:bg-yellow-400\/40{background-color:#facc1566}.sm\:bg-yellow-400\/45{background-color:#facc1573}.sm\:bg-yellow-400\/5{background-color:#facc150d}.sm\:bg-yellow-400\/50{background-color:#facc1580}.sm\:bg-yellow-400\/55{background-color:#facc158c}.sm\:bg-yellow-400\/60{background-color:#facc1599}.sm\:bg-yellow-400\/65{background-color:#facc15a6}.sm\:bg-yellow-400\/70{background-color:#facc15b3}.sm\:bg-yellow-400\/75{background-color:#facc15bf}.sm\:bg-yellow-400\/80{background-color:#facc15cc}.sm\:bg-yellow-400\/85{background-color:#facc15d9}.sm\:bg-yellow-400\/90{background-color:#facc15e6}.sm\:bg-yellow-400\/95{background-color:#facc15f2}.sm\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.sm\:bg-yellow-50\/0{background-color:#fefce800}.sm\:bg-yellow-50\/10{background-color:#fefce81a}.sm\:bg-yellow-50\/100{background-color:#fefce8}.sm\:bg-yellow-50\/15{background-color:#fefce826}.sm\:bg-yellow-50\/20{background-color:#fefce833}.sm\:bg-yellow-50\/25{background-color:#fefce840}.sm\:bg-yellow-50\/30{background-color:#fefce84d}.sm\:bg-yellow-50\/35{background-color:#fefce859}.sm\:bg-yellow-50\/40{background-color:#fefce866}.sm\:bg-yellow-50\/45{background-color:#fefce873}.sm\:bg-yellow-50\/5{background-color:#fefce80d}.sm\:bg-yellow-50\/50{background-color:#fefce880}.sm\:bg-yellow-50\/55{background-color:#fefce88c}.sm\:bg-yellow-50\/60{background-color:#fefce899}.sm\:bg-yellow-50\/65{background-color:#fefce8a6}.sm\:bg-yellow-50\/70{background-color:#fefce8b3}.sm\:bg-yellow-50\/75{background-color:#fefce8bf}.sm\:bg-yellow-50\/80{background-color:#fefce8cc}.sm\:bg-yellow-50\/85{background-color:#fefce8d9}.sm\:bg-yellow-50\/90{background-color:#fefce8e6}.sm\:bg-yellow-50\/95{background-color:#fefce8f2}.sm\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.sm\:bg-yellow-500\/0{background-color:#eab30800}.sm\:bg-yellow-500\/10{background-color:#eab3081a}.sm\:bg-yellow-500\/100{background-color:#eab308}.sm\:bg-yellow-500\/15{background-color:#eab30826}.sm\:bg-yellow-500\/20{background-color:#eab30833}.sm\:bg-yellow-500\/25{background-color:#eab30840}.sm\:bg-yellow-500\/30{background-color:#eab3084d}.sm\:bg-yellow-500\/35{background-color:#eab30859}.sm\:bg-yellow-500\/40{background-color:#eab30866}.sm\:bg-yellow-500\/45{background-color:#eab30873}.sm\:bg-yellow-500\/5{background-color:#eab3080d}.sm\:bg-yellow-500\/50{background-color:#eab30880}.sm\:bg-yellow-500\/55{background-color:#eab3088c}.sm\:bg-yellow-500\/60{background-color:#eab30899}.sm\:bg-yellow-500\/65{background-color:#eab308a6}.sm\:bg-yellow-500\/70{background-color:#eab308b3}.sm\:bg-yellow-500\/75{background-color:#eab308bf}.sm\:bg-yellow-500\/80{background-color:#eab308cc}.sm\:bg-yellow-500\/85{background-color:#eab308d9}.sm\:bg-yellow-500\/90{background-color:#eab308e6}.sm\:bg-yellow-500\/95{background-color:#eab308f2}.sm\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.sm\:bg-yellow-600\/0{background-color:#ca8a0400}.sm\:bg-yellow-600\/10{background-color:#ca8a041a}.sm\:bg-yellow-600\/100{background-color:#ca8a04}.sm\:bg-yellow-600\/15{background-color:#ca8a0426}.sm\:bg-yellow-600\/20{background-color:#ca8a0433}.sm\:bg-yellow-600\/25{background-color:#ca8a0440}.sm\:bg-yellow-600\/30{background-color:#ca8a044d}.sm\:bg-yellow-600\/35{background-color:#ca8a0459}.sm\:bg-yellow-600\/40{background-color:#ca8a0466}.sm\:bg-yellow-600\/45{background-color:#ca8a0473}.sm\:bg-yellow-600\/5{background-color:#ca8a040d}.sm\:bg-yellow-600\/50{background-color:#ca8a0480}.sm\:bg-yellow-600\/55{background-color:#ca8a048c}.sm\:bg-yellow-600\/60{background-color:#ca8a0499}.sm\:bg-yellow-600\/65{background-color:#ca8a04a6}.sm\:bg-yellow-600\/70{background-color:#ca8a04b3}.sm\:bg-yellow-600\/75{background-color:#ca8a04bf}.sm\:bg-yellow-600\/80{background-color:#ca8a04cc}.sm\:bg-yellow-600\/85{background-color:#ca8a04d9}.sm\:bg-yellow-600\/90{background-color:#ca8a04e6}.sm\:bg-yellow-600\/95{background-color:#ca8a04f2}.sm\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.sm\:bg-yellow-700\/0{background-color:#a1620700}.sm\:bg-yellow-700\/10{background-color:#a162071a}.sm\:bg-yellow-700\/100{background-color:#a16207}.sm\:bg-yellow-700\/15{background-color:#a1620726}.sm\:bg-yellow-700\/20{background-color:#a1620733}.sm\:bg-yellow-700\/25{background-color:#a1620740}.sm\:bg-yellow-700\/30{background-color:#a162074d}.sm\:bg-yellow-700\/35{background-color:#a1620759}.sm\:bg-yellow-700\/40{background-color:#a1620766}.sm\:bg-yellow-700\/45{background-color:#a1620773}.sm\:bg-yellow-700\/5{background-color:#a162070d}.sm\:bg-yellow-700\/50{background-color:#a1620780}.sm\:bg-yellow-700\/55{background-color:#a162078c}.sm\:bg-yellow-700\/60{background-color:#a1620799}.sm\:bg-yellow-700\/65{background-color:#a16207a6}.sm\:bg-yellow-700\/70{background-color:#a16207b3}.sm\:bg-yellow-700\/75{background-color:#a16207bf}.sm\:bg-yellow-700\/80{background-color:#a16207cc}.sm\:bg-yellow-700\/85{background-color:#a16207d9}.sm\:bg-yellow-700\/90{background-color:#a16207e6}.sm\:bg-yellow-700\/95{background-color:#a16207f2}.sm\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity,1))}.sm\:bg-yellow-800\/0{background-color:#854d0e00}.sm\:bg-yellow-800\/10{background-color:#854d0e1a}.sm\:bg-yellow-800\/100{background-color:#854d0e}.sm\:bg-yellow-800\/15{background-color:#854d0e26}.sm\:bg-yellow-800\/20{background-color:#854d0e33}.sm\:bg-yellow-800\/25{background-color:#854d0e40}.sm\:bg-yellow-800\/30{background-color:#854d0e4d}.sm\:bg-yellow-800\/35{background-color:#854d0e59}.sm\:bg-yellow-800\/40{background-color:#854d0e66}.sm\:bg-yellow-800\/45{background-color:#854d0e73}.sm\:bg-yellow-800\/5{background-color:#854d0e0d}.sm\:bg-yellow-800\/50{background-color:#854d0e80}.sm\:bg-yellow-800\/55{background-color:#854d0e8c}.sm\:bg-yellow-800\/60{background-color:#854d0e99}.sm\:bg-yellow-800\/65{background-color:#854d0ea6}.sm\:bg-yellow-800\/70{background-color:#854d0eb3}.sm\:bg-yellow-800\/75{background-color:#854d0ebf}.sm\:bg-yellow-800\/80{background-color:#854d0ecc}.sm\:bg-yellow-800\/85{background-color:#854d0ed9}.sm\:bg-yellow-800\/90{background-color:#854d0ee6}.sm\:bg-yellow-800\/95{background-color:#854d0ef2}.sm\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity,1))}.sm\:bg-yellow-900\/0{background-color:#713f1200}.sm\:bg-yellow-900\/10{background-color:#713f121a}.sm\:bg-yellow-900\/100{background-color:#713f12}.sm\:bg-yellow-900\/15{background-color:#713f1226}.sm\:bg-yellow-900\/20{background-color:#713f1233}.sm\:bg-yellow-900\/25{background-color:#713f1240}.sm\:bg-yellow-900\/30{background-color:#713f124d}.sm\:bg-yellow-900\/35{background-color:#713f1259}.sm\:bg-yellow-900\/40{background-color:#713f1266}.sm\:bg-yellow-900\/45{background-color:#713f1273}.sm\:bg-yellow-900\/5{background-color:#713f120d}.sm\:bg-yellow-900\/50{background-color:#713f1280}.sm\:bg-yellow-900\/55{background-color:#713f128c}.sm\:bg-yellow-900\/60{background-color:#713f1299}.sm\:bg-yellow-900\/65{background-color:#713f12a6}.sm\:bg-yellow-900\/70{background-color:#713f12b3}.sm\:bg-yellow-900\/75{background-color:#713f12bf}.sm\:bg-yellow-900\/80{background-color:#713f12cc}.sm\:bg-yellow-900\/85{background-color:#713f12d9}.sm\:bg-yellow-900\/90{background-color:#713f12e6}.sm\:bg-yellow-900\/95{background-color:#713f12f2}.sm\:bg-yellow-950{--tw-bg-opacity:1;background-color:rgb(66 32 6/var(--tw-bg-opacity,1))}.sm\:bg-yellow-950\/0{background-color:#42200600}.sm\:bg-yellow-950\/10{background-color:#4220061a}.sm\:bg-yellow-950\/100{background-color:#422006}.sm\:bg-yellow-950\/15{background-color:#42200626}.sm\:bg-yellow-950\/20{background-color:#42200633}.sm\:bg-yellow-950\/25{background-color:#42200640}.sm\:bg-yellow-950\/30{background-color:#4220064d}.sm\:bg-yellow-950\/35{background-color:#42200659}.sm\:bg-yellow-950\/40{background-color:#42200666}.sm\:bg-yellow-950\/45{background-color:#42200673}.sm\:bg-yellow-950\/5{background-color:#4220060d}.sm\:bg-yellow-950\/50{background-color:#42200680}.sm\:bg-yellow-950\/55{background-color:#4220068c}.sm\:bg-yellow-950\/60{background-color:#42200699}.sm\:bg-yellow-950\/65{background-color:#422006a6}.sm\:bg-yellow-950\/70{background-color:#422006b3}.sm\:bg-yellow-950\/75{background-color:#422006bf}.sm\:bg-yellow-950\/80{background-color:#422006cc}.sm\:bg-yellow-950\/85{background-color:#422006d9}.sm\:bg-yellow-950\/90{background-color:#422006e6}.sm\:bg-yellow-950\/95{background-color:#422006f2}.sm\:from-yellow-100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/0{--tw-gradient-from:#fef9c300 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/10{--tw-gradient-from:#fef9c31a var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/15{--tw-gradient-from:#fef9c326 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/20{--tw-gradient-from:#fef9c333 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/25{--tw-gradient-from:#fef9c340 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/30{--tw-gradient-from:#fef9c34d var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/35{--tw-gradient-from:#fef9c359 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/40{--tw-gradient-from:#fef9c366 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/45{--tw-gradient-from:#fef9c373 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/5{--tw-gradient-from:#fef9c30d var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/50{--tw-gradient-from:#fef9c380 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/55{--tw-gradient-from:#fef9c38c var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/60{--tw-gradient-from:#fef9c399 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/65{--tw-gradient-from:#fef9c3a6 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/70{--tw-gradient-from:#fef9c3b3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/75{--tw-gradient-from:#fef9c3bf var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/80{--tw-gradient-from:#fef9c3cc var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/85{--tw-gradient-from:#fef9c3d9 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/90{--tw-gradient-from:#fef9c3e6 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-100\/95{--tw-gradient-from:#fef9c3f2 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200{--tw-gradient-from:#fef08a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/0{--tw-gradient-from:#fef08a00 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/10{--tw-gradient-from:#fef08a1a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/100{--tw-gradient-from:#fef08a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/15{--tw-gradient-from:#fef08a26 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/20{--tw-gradient-from:#fef08a33 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/25{--tw-gradient-from:#fef08a40 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/30{--tw-gradient-from:#fef08a4d var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/35{--tw-gradient-from:#fef08a59 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/40{--tw-gradient-from:#fef08a66 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/45{--tw-gradient-from:#fef08a73 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/5{--tw-gradient-from:#fef08a0d var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/50{--tw-gradient-from:#fef08a80 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/55{--tw-gradient-from:#fef08a8c var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/60{--tw-gradient-from:#fef08a99 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/65{--tw-gradient-from:#fef08aa6 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/70{--tw-gradient-from:#fef08ab3 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/75{--tw-gradient-from:#fef08abf var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/80{--tw-gradient-from:#fef08acc var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/85{--tw-gradient-from:#fef08ad9 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/90{--tw-gradient-from:#fef08ae6 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-200\/95{--tw-gradient-from:#fef08af2 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300{--tw-gradient-from:#fde047 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/0{--tw-gradient-from:#fde04700 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/10{--tw-gradient-from:#fde0471a var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/100{--tw-gradient-from:#fde047 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/15{--tw-gradient-from:#fde04726 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/20{--tw-gradient-from:#fde04733 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/25{--tw-gradient-from:#fde04740 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/30{--tw-gradient-from:#fde0474d var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/35{--tw-gradient-from:#fde04759 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/40{--tw-gradient-from:#fde04766 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/45{--tw-gradient-from:#fde04773 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/5{--tw-gradient-from:#fde0470d var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/50{--tw-gradient-from:#fde04780 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/55{--tw-gradient-from:#fde0478c var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/60{--tw-gradient-from:#fde04799 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/65{--tw-gradient-from:#fde047a6 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/70{--tw-gradient-from:#fde047b3 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/75{--tw-gradient-from:#fde047bf var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/80{--tw-gradient-from:#fde047cc var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/85{--tw-gradient-from:#fde047d9 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/90{--tw-gradient-from:#fde047e6 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-300\/95{--tw-gradient-from:#fde047f2 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/0{--tw-gradient-from:#facc1500 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/10{--tw-gradient-from:#facc151a var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/100{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/15{--tw-gradient-from:#facc1526 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/20{--tw-gradient-from:#facc1533 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/25{--tw-gradient-from:#facc1540 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/30{--tw-gradient-from:#facc154d var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/35{--tw-gradient-from:#facc1559 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/40{--tw-gradient-from:#facc1566 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/45{--tw-gradient-from:#facc1573 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/5{--tw-gradient-from:#facc150d var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/50{--tw-gradient-from:#facc1580 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/55{--tw-gradient-from:#facc158c var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/60{--tw-gradient-from:#facc1599 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/65{--tw-gradient-from:#facc15a6 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/70{--tw-gradient-from:#facc15b3 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/75{--tw-gradient-from:#facc15bf var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/80{--tw-gradient-from:#facc15cc var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/85{--tw-gradient-from:#facc15d9 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/90{--tw-gradient-from:#facc15e6 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-400\/95{--tw-gradient-from:#facc15f2 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/0{--tw-gradient-from:#fefce800 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/10{--tw-gradient-from:#fefce81a var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/100{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/15{--tw-gradient-from:#fefce826 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/20{--tw-gradient-from:#fefce833 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/25{--tw-gradient-from:#fefce840 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/30{--tw-gradient-from:#fefce84d var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/35{--tw-gradient-from:#fefce859 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/40{--tw-gradient-from:#fefce866 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/45{--tw-gradient-from:#fefce873 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/5{--tw-gradient-from:#fefce80d var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/50{--tw-gradient-from:#fefce880 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/55{--tw-gradient-from:#fefce88c var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/60{--tw-gradient-from:#fefce899 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/65{--tw-gradient-from:#fefce8a6 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/70{--tw-gradient-from:#fefce8b3 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/75{--tw-gradient-from:#fefce8bf var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/80{--tw-gradient-from:#fefce8cc var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/85{--tw-gradient-from:#fefce8d9 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/90{--tw-gradient-from:#fefce8e6 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-50\/95{--tw-gradient-from:#fefce8f2 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500{--tw-gradient-from:#eab308 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/0{--tw-gradient-from:#eab30800 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/10{--tw-gradient-from:#eab3081a var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/100{--tw-gradient-from:#eab308 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/15{--tw-gradient-from:#eab30826 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/20{--tw-gradient-from:#eab30833 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/25{--tw-gradient-from:#eab30840 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/30{--tw-gradient-from:#eab3084d var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/35{--tw-gradient-from:#eab30859 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/40{--tw-gradient-from:#eab30866 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/45{--tw-gradient-from:#eab30873 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/5{--tw-gradient-from:#eab3080d var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/50{--tw-gradient-from:#eab30880 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/55{--tw-gradient-from:#eab3088c var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/60{--tw-gradient-from:#eab30899 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/65{--tw-gradient-from:#eab308a6 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/70{--tw-gradient-from:#eab308b3 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/75{--tw-gradient-from:#eab308bf var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/80{--tw-gradient-from:#eab308cc var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/85{--tw-gradient-from:#eab308d9 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/90{--tw-gradient-from:#eab308e6 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-500\/95{--tw-gradient-from:#eab308f2 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600{--tw-gradient-from:#ca8a04 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/0{--tw-gradient-from:#ca8a0400 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/10{--tw-gradient-from:#ca8a041a var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/100{--tw-gradient-from:#ca8a04 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/15{--tw-gradient-from:#ca8a0426 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/20{--tw-gradient-from:#ca8a0433 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/25{--tw-gradient-from:#ca8a0440 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/30{--tw-gradient-from:#ca8a044d var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/35{--tw-gradient-from:#ca8a0459 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/40{--tw-gradient-from:#ca8a0466 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/45{--tw-gradient-from:#ca8a0473 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/5{--tw-gradient-from:#ca8a040d var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/50{--tw-gradient-from:#ca8a0480 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/55{--tw-gradient-from:#ca8a048c var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/60{--tw-gradient-from:#ca8a0499 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/65{--tw-gradient-from:#ca8a04a6 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/70{--tw-gradient-from:#ca8a04b3 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/75{--tw-gradient-from:#ca8a04bf var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/80{--tw-gradient-from:#ca8a04cc var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/85{--tw-gradient-from:#ca8a04d9 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/90{--tw-gradient-from:#ca8a04e6 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-600\/95{--tw-gradient-from:#ca8a04f2 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700{--tw-gradient-from:#a16207 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/0{--tw-gradient-from:#a1620700 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/10{--tw-gradient-from:#a162071a var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/100{--tw-gradient-from:#a16207 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/15{--tw-gradient-from:#a1620726 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/20{--tw-gradient-from:#a1620733 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/25{--tw-gradient-from:#a1620740 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/30{--tw-gradient-from:#a162074d var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/35{--tw-gradient-from:#a1620759 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/40{--tw-gradient-from:#a1620766 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/45{--tw-gradient-from:#a1620773 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/5{--tw-gradient-from:#a162070d var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/50{--tw-gradient-from:#a1620780 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/55{--tw-gradient-from:#a162078c var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/60{--tw-gradient-from:#a1620799 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/65{--tw-gradient-from:#a16207a6 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/70{--tw-gradient-from:#a16207b3 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/75{--tw-gradient-from:#a16207bf var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/80{--tw-gradient-from:#a16207cc var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/85{--tw-gradient-from:#a16207d9 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/90{--tw-gradient-from:#a16207e6 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-700\/95{--tw-gradient-from:#a16207f2 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800{--tw-gradient-from:#854d0e var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/0{--tw-gradient-from:#854d0e00 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/10{--tw-gradient-from:#854d0e1a var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/100{--tw-gradient-from:#854d0e var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/15{--tw-gradient-from:#854d0e26 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/20{--tw-gradient-from:#854d0e33 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/25{--tw-gradient-from:#854d0e40 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/30{--tw-gradient-from:#854d0e4d var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/35{--tw-gradient-from:#854d0e59 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/40{--tw-gradient-from:#854d0e66 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/45{--tw-gradient-from:#854d0e73 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/5{--tw-gradient-from:#854d0e0d var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/50{--tw-gradient-from:#854d0e80 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/55{--tw-gradient-from:#854d0e8c var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/60{--tw-gradient-from:#854d0e99 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/65{--tw-gradient-from:#854d0ea6 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/70{--tw-gradient-from:#854d0eb3 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/75{--tw-gradient-from:#854d0ebf var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/80{--tw-gradient-from:#854d0ecc var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/85{--tw-gradient-from:#854d0ed9 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/90{--tw-gradient-from:#854d0ee6 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-800\/95{--tw-gradient-from:#854d0ef2 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900{--tw-gradient-from:#713f12 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/0{--tw-gradient-from:#713f1200 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/10{--tw-gradient-from:#713f121a var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/100{--tw-gradient-from:#713f12 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/15{--tw-gradient-from:#713f1226 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/20{--tw-gradient-from:#713f1233 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/25{--tw-gradient-from:#713f1240 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/30{--tw-gradient-from:#713f124d var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/35{--tw-gradient-from:#713f1259 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/40{--tw-gradient-from:#713f1266 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/45{--tw-gradient-from:#713f1273 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/5{--tw-gradient-from:#713f120d var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/50{--tw-gradient-from:#713f1280 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/55{--tw-gradient-from:#713f128c var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/60{--tw-gradient-from:#713f1299 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/65{--tw-gradient-from:#713f12a6 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/70{--tw-gradient-from:#713f12b3 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/75{--tw-gradient-from:#713f12bf var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/80{--tw-gradient-from:#713f12cc var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/85{--tw-gradient-from:#713f12d9 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/90{--tw-gradient-from:#713f12e6 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-900\/95{--tw-gradient-from:#713f12f2 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950{--tw-gradient-from:#422006 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/0{--tw-gradient-from:#42200600 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/10{--tw-gradient-from:#4220061a var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/100{--tw-gradient-from:#422006 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/15{--tw-gradient-from:#42200626 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/20{--tw-gradient-from:#42200633 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/25{--tw-gradient-from:#42200640 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/30{--tw-gradient-from:#4220064d var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/35{--tw-gradient-from:#42200659 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/40{--tw-gradient-from:#42200666 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/45{--tw-gradient-from:#42200673 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/5{--tw-gradient-from:#4220060d var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/50{--tw-gradient-from:#42200680 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/55{--tw-gradient-from:#4220068c var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/60{--tw-gradient-from:#42200699 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/65{--tw-gradient-from:#422006a6 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/70{--tw-gradient-from:#422006b3 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/75{--tw-gradient-from:#422006bf var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/80{--tw-gradient-from:#422006cc var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/85{--tw-gradient-from:#422006d9 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/90{--tw-gradient-from:#422006e6 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:from-yellow-950\/95{--tw-gradient-from:#422006f2 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.sm\:via-yellow-100{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/0{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c300 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/10{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c31a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/100{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/15{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c326 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/20{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c333 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/25{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c340 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/30{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c34d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/35{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c359 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/40{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/45{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c373 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/5{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c30d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/50{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c380 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/55{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c38c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/60{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c399 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/65{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/70{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/75{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/80{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/85{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/90{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-100\/95{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/0{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/10{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a1a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/100{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/15{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a26 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/20{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a33 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/25{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a40 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/30{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a4d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/35{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a59 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/40{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a66 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/45{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a73 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/5{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a0d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/50{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a80 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/55{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a8c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/60{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a99 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/65{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08aa6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/70{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ab3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/75{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08abf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/80{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08acc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/85{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ad9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/90{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ae6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-200\/95{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08af2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/0{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/10{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0471a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/100{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/15{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04726 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/20{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04733 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/25{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04740 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/30{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0474d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/35{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04759 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/40{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04766 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/45{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04773 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/5{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0470d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/50{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04780 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/55{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0478c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/60{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04799 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/65{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/70{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/75{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/80{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/85{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/90{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-300\/95{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/0{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1500 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/10{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc151a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/100{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/15{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1526 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/20{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1533 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/25{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1540 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/30{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc154d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/35{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1559 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/40{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1566 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/45{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1573 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/5{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc150d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/50{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1580 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/55{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc158c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/60{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1599 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/65{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/70{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/75{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/80{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/85{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/90{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-400\/95{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/0{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce800 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/10{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce81a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/100{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/15{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce826 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/20{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce833 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/25{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce840 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/30{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce84d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/35{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce859 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/40{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce866 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/45{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce873 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/5{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce80d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/50{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce880 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/55{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce88c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/60{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/65{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/70{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/75{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/80{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/85{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/90{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-50\/95{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/0{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30800 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/10{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3081a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/100{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/15{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30826 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/20{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30833 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/25{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30840 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/30{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3084d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/35{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30859 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/40{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30866 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/45{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30873 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/5{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3080d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/50{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30880 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/55{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3088c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/60{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/65{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/70{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/75{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/80{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/85{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/90{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-500\/95{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/0{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0400 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/10{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a041a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/100{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/15{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0426 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/20{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0433 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/25{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0440 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/30{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a044d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/35{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0459 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/40{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0466 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/45{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0473 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/5{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a040d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/50{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0480 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/55{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a048c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/60{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0499 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/65{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/70{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/75{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/80{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/85{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/90{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-600\/95{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/0{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/10{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162071a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/100{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/15{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620726 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/20{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620733 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/25{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620740 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/30{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162074d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/35{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620759 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/40{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620766 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/45{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620773 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/5{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162070d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/50{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620780 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/55{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162078c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/60{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620799 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/65{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/70{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/75{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/80{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/85{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/90{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-700\/95{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/0{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/10{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e1a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/100{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/15{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e26 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/20{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e33 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/25{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e40 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/30{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e4d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/35{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e59 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/40{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e66 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/45{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e73 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/5{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e0d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/50{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e80 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/55{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e8c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/60{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e99 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/65{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ea6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/70{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0eb3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/75{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ebf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/80{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ecc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/85{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ed9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/90{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ee6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-800\/95{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ef2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/0{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1200 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/10{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f121a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/100{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/15{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1226 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/20{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1233 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/25{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1240 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/30{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f124d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/35{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1259 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/40{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1266 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/45{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1273 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/5{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f120d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/50{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1280 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/55{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f128c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/60{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1299 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/65{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/70{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/75{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/80{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/85{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/90{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-900\/95{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/0{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200600 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/10{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220061a var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/100{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/15{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200626 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/20{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200633 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/25{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200640 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/30{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220064d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/35{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200659 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/40{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200666 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/45{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200673 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/5{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220060d var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/50{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/55{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220068c var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/60{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200699 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/65{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/70{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/75{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/80{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/85{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/90{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:via-yellow-950\/95{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.sm\:to-yellow-100{--tw-gradient-to:#fef9c3 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/0{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/10{--tw-gradient-to:#fef9c31a var(--tw-gradient-to-position)}.sm\:to-yellow-100\/100{--tw-gradient-to:#fef9c3 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/15{--tw-gradient-to:#fef9c326 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/20{--tw-gradient-to:#fef9c333 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/25{--tw-gradient-to:#fef9c340 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/30{--tw-gradient-to:#fef9c34d var(--tw-gradient-to-position)}.sm\:to-yellow-100\/35{--tw-gradient-to:#fef9c359 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/40{--tw-gradient-to:#fef9c366 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/45{--tw-gradient-to:#fef9c373 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/5{--tw-gradient-to:#fef9c30d var(--tw-gradient-to-position)}.sm\:to-yellow-100\/50{--tw-gradient-to:#fef9c380 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/55{--tw-gradient-to:#fef9c38c var(--tw-gradient-to-position)}.sm\:to-yellow-100\/60{--tw-gradient-to:#fef9c399 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/65{--tw-gradient-to:#fef9c3a6 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/70{--tw-gradient-to:#fef9c3b3 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/75{--tw-gradient-to:#fef9c3bf var(--tw-gradient-to-position)}.sm\:to-yellow-100\/80{--tw-gradient-to:#fef9c3cc var(--tw-gradient-to-position)}.sm\:to-yellow-100\/85{--tw-gradient-to:#fef9c3d9 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/90{--tw-gradient-to:#fef9c3e6 var(--tw-gradient-to-position)}.sm\:to-yellow-100\/95{--tw-gradient-to:#fef9c3f2 var(--tw-gradient-to-position)}.sm\:to-yellow-200{--tw-gradient-to:#fef08a var(--tw-gradient-to-position)}.sm\:to-yellow-200\/0{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/10{--tw-gradient-to:#fef08a1a var(--tw-gradient-to-position)}.sm\:to-yellow-200\/100{--tw-gradient-to:#fef08a var(--tw-gradient-to-position)}.sm\:to-yellow-200\/15{--tw-gradient-to:#fef08a26 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/20{--tw-gradient-to:#fef08a33 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/25{--tw-gradient-to:#fef08a40 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/30{--tw-gradient-to:#fef08a4d var(--tw-gradient-to-position)}.sm\:to-yellow-200\/35{--tw-gradient-to:#fef08a59 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/40{--tw-gradient-to:#fef08a66 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/45{--tw-gradient-to:#fef08a73 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/5{--tw-gradient-to:#fef08a0d var(--tw-gradient-to-position)}.sm\:to-yellow-200\/50{--tw-gradient-to:#fef08a80 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/55{--tw-gradient-to:#fef08a8c var(--tw-gradient-to-position)}.sm\:to-yellow-200\/60{--tw-gradient-to:#fef08a99 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/65{--tw-gradient-to:#fef08aa6 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/70{--tw-gradient-to:#fef08ab3 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/75{--tw-gradient-to:#fef08abf var(--tw-gradient-to-position)}.sm\:to-yellow-200\/80{--tw-gradient-to:#fef08acc var(--tw-gradient-to-position)}.sm\:to-yellow-200\/85{--tw-gradient-to:#fef08ad9 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/90{--tw-gradient-to:#fef08ae6 var(--tw-gradient-to-position)}.sm\:to-yellow-200\/95{--tw-gradient-to:#fef08af2 var(--tw-gradient-to-position)}.sm\:to-yellow-300{--tw-gradient-to:#fde047 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/0{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/10{--tw-gradient-to:#fde0471a var(--tw-gradient-to-position)}.sm\:to-yellow-300\/100{--tw-gradient-to:#fde047 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/15{--tw-gradient-to:#fde04726 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/20{--tw-gradient-to:#fde04733 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/25{--tw-gradient-to:#fde04740 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/30{--tw-gradient-to:#fde0474d var(--tw-gradient-to-position)}.sm\:to-yellow-300\/35{--tw-gradient-to:#fde04759 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/40{--tw-gradient-to:#fde04766 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/45{--tw-gradient-to:#fde04773 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/5{--tw-gradient-to:#fde0470d var(--tw-gradient-to-position)}.sm\:to-yellow-300\/50{--tw-gradient-to:#fde04780 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/55{--tw-gradient-to:#fde0478c var(--tw-gradient-to-position)}.sm\:to-yellow-300\/60{--tw-gradient-to:#fde04799 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/65{--tw-gradient-to:#fde047a6 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/70{--tw-gradient-to:#fde047b3 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/75{--tw-gradient-to:#fde047bf var(--tw-gradient-to-position)}.sm\:to-yellow-300\/80{--tw-gradient-to:#fde047cc var(--tw-gradient-to-position)}.sm\:to-yellow-300\/85{--tw-gradient-to:#fde047d9 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/90{--tw-gradient-to:#fde047e6 var(--tw-gradient-to-position)}.sm\:to-yellow-300\/95{--tw-gradient-to:#fde047f2 var(--tw-gradient-to-position)}.sm\:to-yellow-400{--tw-gradient-to:#facc15 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/0{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/10{--tw-gradient-to:#facc151a var(--tw-gradient-to-position)}.sm\:to-yellow-400\/100{--tw-gradient-to:#facc15 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/15{--tw-gradient-to:#facc1526 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/20{--tw-gradient-to:#facc1533 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/25{--tw-gradient-to:#facc1540 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/30{--tw-gradient-to:#facc154d var(--tw-gradient-to-position)}.sm\:to-yellow-400\/35{--tw-gradient-to:#facc1559 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/40{--tw-gradient-to:#facc1566 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/45{--tw-gradient-to:#facc1573 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/5{--tw-gradient-to:#facc150d var(--tw-gradient-to-position)}.sm\:to-yellow-400\/50{--tw-gradient-to:#facc1580 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/55{--tw-gradient-to:#facc158c var(--tw-gradient-to-position)}.sm\:to-yellow-400\/60{--tw-gradient-to:#facc1599 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/65{--tw-gradient-to:#facc15a6 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/70{--tw-gradient-to:#facc15b3 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/75{--tw-gradient-to:#facc15bf var(--tw-gradient-to-position)}.sm\:to-yellow-400\/80{--tw-gradient-to:#facc15cc var(--tw-gradient-to-position)}.sm\:to-yellow-400\/85{--tw-gradient-to:#facc15d9 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/90{--tw-gradient-to:#facc15e6 var(--tw-gradient-to-position)}.sm\:to-yellow-400\/95{--tw-gradient-to:#facc15f2 var(--tw-gradient-to-position)}.sm\:to-yellow-50{--tw-gradient-to:#fefce8 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/0{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/10{--tw-gradient-to:#fefce81a var(--tw-gradient-to-position)}.sm\:to-yellow-50\/100{--tw-gradient-to:#fefce8 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/15{--tw-gradient-to:#fefce826 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/20{--tw-gradient-to:#fefce833 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/25{--tw-gradient-to:#fefce840 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/30{--tw-gradient-to:#fefce84d var(--tw-gradient-to-position)}.sm\:to-yellow-50\/35{--tw-gradient-to:#fefce859 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/40{--tw-gradient-to:#fefce866 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/45{--tw-gradient-to:#fefce873 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/5{--tw-gradient-to:#fefce80d var(--tw-gradient-to-position)}.sm\:to-yellow-50\/50{--tw-gradient-to:#fefce880 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/55{--tw-gradient-to:#fefce88c var(--tw-gradient-to-position)}.sm\:to-yellow-50\/60{--tw-gradient-to:#fefce899 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/65{--tw-gradient-to:#fefce8a6 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/70{--tw-gradient-to:#fefce8b3 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/75{--tw-gradient-to:#fefce8bf var(--tw-gradient-to-position)}.sm\:to-yellow-50\/80{--tw-gradient-to:#fefce8cc var(--tw-gradient-to-position)}.sm\:to-yellow-50\/85{--tw-gradient-to:#fefce8d9 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/90{--tw-gradient-to:#fefce8e6 var(--tw-gradient-to-position)}.sm\:to-yellow-50\/95{--tw-gradient-to:#fefce8f2 var(--tw-gradient-to-position)}.sm\:to-yellow-500{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/0{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/10{--tw-gradient-to:#eab3081a var(--tw-gradient-to-position)}.sm\:to-yellow-500\/100{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/15{--tw-gradient-to:#eab30826 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/20{--tw-gradient-to:#eab30833 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/25{--tw-gradient-to:#eab30840 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/30{--tw-gradient-to:#eab3084d var(--tw-gradient-to-position)}.sm\:to-yellow-500\/35{--tw-gradient-to:#eab30859 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/40{--tw-gradient-to:#eab30866 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/45{--tw-gradient-to:#eab30873 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/5{--tw-gradient-to:#eab3080d var(--tw-gradient-to-position)}.sm\:to-yellow-500\/50{--tw-gradient-to:#eab30880 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/55{--tw-gradient-to:#eab3088c var(--tw-gradient-to-position)}.sm\:to-yellow-500\/60{--tw-gradient-to:#eab30899 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/65{--tw-gradient-to:#eab308a6 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/70{--tw-gradient-to:#eab308b3 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/75{--tw-gradient-to:#eab308bf var(--tw-gradient-to-position)}.sm\:to-yellow-500\/80{--tw-gradient-to:#eab308cc var(--tw-gradient-to-position)}.sm\:to-yellow-500\/85{--tw-gradient-to:#eab308d9 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/90{--tw-gradient-to:#eab308e6 var(--tw-gradient-to-position)}.sm\:to-yellow-500\/95{--tw-gradient-to:#eab308f2 var(--tw-gradient-to-position)}.sm\:to-yellow-600{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/0{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/10{--tw-gradient-to:#ca8a041a var(--tw-gradient-to-position)}.sm\:to-yellow-600\/100{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/15{--tw-gradient-to:#ca8a0426 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/20{--tw-gradient-to:#ca8a0433 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/25{--tw-gradient-to:#ca8a0440 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/30{--tw-gradient-to:#ca8a044d var(--tw-gradient-to-position)}.sm\:to-yellow-600\/35{--tw-gradient-to:#ca8a0459 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/40{--tw-gradient-to:#ca8a0466 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/45{--tw-gradient-to:#ca8a0473 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/5{--tw-gradient-to:#ca8a040d var(--tw-gradient-to-position)}.sm\:to-yellow-600\/50{--tw-gradient-to:#ca8a0480 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/55{--tw-gradient-to:#ca8a048c var(--tw-gradient-to-position)}.sm\:to-yellow-600\/60{--tw-gradient-to:#ca8a0499 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/65{--tw-gradient-to:#ca8a04a6 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/70{--tw-gradient-to:#ca8a04b3 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/75{--tw-gradient-to:#ca8a04bf var(--tw-gradient-to-position)}.sm\:to-yellow-600\/80{--tw-gradient-to:#ca8a04cc var(--tw-gradient-to-position)}.sm\:to-yellow-600\/85{--tw-gradient-to:#ca8a04d9 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/90{--tw-gradient-to:#ca8a04e6 var(--tw-gradient-to-position)}.sm\:to-yellow-600\/95{--tw-gradient-to:#ca8a04f2 var(--tw-gradient-to-position)}.sm\:to-yellow-700{--tw-gradient-to:#a16207 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/0{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/10{--tw-gradient-to:#a162071a var(--tw-gradient-to-position)}.sm\:to-yellow-700\/100{--tw-gradient-to:#a16207 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/15{--tw-gradient-to:#a1620726 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/20{--tw-gradient-to:#a1620733 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/25{--tw-gradient-to:#a1620740 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/30{--tw-gradient-to:#a162074d var(--tw-gradient-to-position)}.sm\:to-yellow-700\/35{--tw-gradient-to:#a1620759 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/40{--tw-gradient-to:#a1620766 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/45{--tw-gradient-to:#a1620773 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/5{--tw-gradient-to:#a162070d var(--tw-gradient-to-position)}.sm\:to-yellow-700\/50{--tw-gradient-to:#a1620780 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/55{--tw-gradient-to:#a162078c var(--tw-gradient-to-position)}.sm\:to-yellow-700\/60{--tw-gradient-to:#a1620799 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/65{--tw-gradient-to:#a16207a6 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/70{--tw-gradient-to:#a16207b3 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/75{--tw-gradient-to:#a16207bf var(--tw-gradient-to-position)}.sm\:to-yellow-700\/80{--tw-gradient-to:#a16207cc var(--tw-gradient-to-position)}.sm\:to-yellow-700\/85{--tw-gradient-to:#a16207d9 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/90{--tw-gradient-to:#a16207e6 var(--tw-gradient-to-position)}.sm\:to-yellow-700\/95{--tw-gradient-to:#a16207f2 var(--tw-gradient-to-position)}.sm\:to-yellow-800{--tw-gradient-to:#854d0e var(--tw-gradient-to-position)}.sm\:to-yellow-800\/0{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/10{--tw-gradient-to:#854d0e1a var(--tw-gradient-to-position)}.sm\:to-yellow-800\/100{--tw-gradient-to:#854d0e var(--tw-gradient-to-position)}.sm\:to-yellow-800\/15{--tw-gradient-to:#854d0e26 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/20{--tw-gradient-to:#854d0e33 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/25{--tw-gradient-to:#854d0e40 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/30{--tw-gradient-to:#854d0e4d var(--tw-gradient-to-position)}.sm\:to-yellow-800\/35{--tw-gradient-to:#854d0e59 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/40{--tw-gradient-to:#854d0e66 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/45{--tw-gradient-to:#854d0e73 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/5{--tw-gradient-to:#854d0e0d var(--tw-gradient-to-position)}.sm\:to-yellow-800\/50{--tw-gradient-to:#854d0e80 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/55{--tw-gradient-to:#854d0e8c var(--tw-gradient-to-position)}.sm\:to-yellow-800\/60{--tw-gradient-to:#854d0e99 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/65{--tw-gradient-to:#854d0ea6 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/70{--tw-gradient-to:#854d0eb3 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/75{--tw-gradient-to:#854d0ebf var(--tw-gradient-to-position)}.sm\:to-yellow-800\/80{--tw-gradient-to:#854d0ecc var(--tw-gradient-to-position)}.sm\:to-yellow-800\/85{--tw-gradient-to:#854d0ed9 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/90{--tw-gradient-to:#854d0ee6 var(--tw-gradient-to-position)}.sm\:to-yellow-800\/95{--tw-gradient-to:#854d0ef2 var(--tw-gradient-to-position)}.sm\:to-yellow-900{--tw-gradient-to:#713f12 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/0{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/10{--tw-gradient-to:#713f121a var(--tw-gradient-to-position)}.sm\:to-yellow-900\/100{--tw-gradient-to:#713f12 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/15{--tw-gradient-to:#713f1226 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/20{--tw-gradient-to:#713f1233 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/25{--tw-gradient-to:#713f1240 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/30{--tw-gradient-to:#713f124d var(--tw-gradient-to-position)}.sm\:to-yellow-900\/35{--tw-gradient-to:#713f1259 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/40{--tw-gradient-to:#713f1266 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/45{--tw-gradient-to:#713f1273 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/5{--tw-gradient-to:#713f120d var(--tw-gradient-to-position)}.sm\:to-yellow-900\/50{--tw-gradient-to:#713f1280 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/55{--tw-gradient-to:#713f128c var(--tw-gradient-to-position)}.sm\:to-yellow-900\/60{--tw-gradient-to:#713f1299 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/65{--tw-gradient-to:#713f12a6 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/70{--tw-gradient-to:#713f12b3 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/75{--tw-gradient-to:#713f12bf var(--tw-gradient-to-position)}.sm\:to-yellow-900\/80{--tw-gradient-to:#713f12cc var(--tw-gradient-to-position)}.sm\:to-yellow-900\/85{--tw-gradient-to:#713f12d9 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/90{--tw-gradient-to:#713f12e6 var(--tw-gradient-to-position)}.sm\:to-yellow-900\/95{--tw-gradient-to:#713f12f2 var(--tw-gradient-to-position)}.sm\:to-yellow-950{--tw-gradient-to:#422006 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/0{--tw-gradient-to:#42200600 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/10{--tw-gradient-to:#4220061a var(--tw-gradient-to-position)}.sm\:to-yellow-950\/100{--tw-gradient-to:#422006 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/15{--tw-gradient-to:#42200626 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/20{--tw-gradient-to:#42200633 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/25{--tw-gradient-to:#42200640 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/30{--tw-gradient-to:#4220064d var(--tw-gradient-to-position)}.sm\:to-yellow-950\/35{--tw-gradient-to:#42200659 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/40{--tw-gradient-to:#42200666 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/45{--tw-gradient-to:#42200673 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/5{--tw-gradient-to:#4220060d var(--tw-gradient-to-position)}.sm\:to-yellow-950\/50{--tw-gradient-to:#42200680 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/55{--tw-gradient-to:#4220068c var(--tw-gradient-to-position)}.sm\:to-yellow-950\/60{--tw-gradient-to:#42200699 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/65{--tw-gradient-to:#422006a6 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/70{--tw-gradient-to:#422006b3 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/75{--tw-gradient-to:#422006bf var(--tw-gradient-to-position)}.sm\:to-yellow-950\/80{--tw-gradient-to:#422006cc var(--tw-gradient-to-position)}.sm\:to-yellow-950\/85{--tw-gradient-to:#422006d9 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/90{--tw-gradient-to:#422006e6 var(--tw-gradient-to-position)}.sm\:to-yellow-950\/95{--tw-gradient-to:#422006f2 var(--tw-gradient-to-position)}.sm\:fill-yellow-100{fill:#fef9c3}.sm\:fill-yellow-100\/0{fill:#fef9c300}.sm\:fill-yellow-100\/10{fill:#fef9c31a}.sm\:fill-yellow-100\/100{fill:#fef9c3}.sm\:fill-yellow-100\/15{fill:#fef9c326}.sm\:fill-yellow-100\/20{fill:#fef9c333}.sm\:fill-yellow-100\/25{fill:#fef9c340}.sm\:fill-yellow-100\/30{fill:#fef9c34d}.sm\:fill-yellow-100\/35{fill:#fef9c359}.sm\:fill-yellow-100\/40{fill:#fef9c366}.sm\:fill-yellow-100\/45{fill:#fef9c373}.sm\:fill-yellow-100\/5{fill:#fef9c30d}.sm\:fill-yellow-100\/50{fill:#fef9c380}.sm\:fill-yellow-100\/55{fill:#fef9c38c}.sm\:fill-yellow-100\/60{fill:#fef9c399}.sm\:fill-yellow-100\/65{fill:#fef9c3a6}.sm\:fill-yellow-100\/70{fill:#fef9c3b3}.sm\:fill-yellow-100\/75{fill:#fef9c3bf}.sm\:fill-yellow-100\/80{fill:#fef9c3cc}.sm\:fill-yellow-100\/85{fill:#fef9c3d9}.sm\:fill-yellow-100\/90{fill:#fef9c3e6}.sm\:fill-yellow-100\/95{fill:#fef9c3f2}.sm\:fill-yellow-200{fill:#fef08a}.sm\:fill-yellow-200\/0{fill:#fef08a00}.sm\:fill-yellow-200\/10{fill:#fef08a1a}.sm\:fill-yellow-200\/100{fill:#fef08a}.sm\:fill-yellow-200\/15{fill:#fef08a26}.sm\:fill-yellow-200\/20{fill:#fef08a33}.sm\:fill-yellow-200\/25{fill:#fef08a40}.sm\:fill-yellow-200\/30{fill:#fef08a4d}.sm\:fill-yellow-200\/35{fill:#fef08a59}.sm\:fill-yellow-200\/40{fill:#fef08a66}.sm\:fill-yellow-200\/45{fill:#fef08a73}.sm\:fill-yellow-200\/5{fill:#fef08a0d}.sm\:fill-yellow-200\/50{fill:#fef08a80}.sm\:fill-yellow-200\/55{fill:#fef08a8c}.sm\:fill-yellow-200\/60{fill:#fef08a99}.sm\:fill-yellow-200\/65{fill:#fef08aa6}.sm\:fill-yellow-200\/70{fill:#fef08ab3}.sm\:fill-yellow-200\/75{fill:#fef08abf}.sm\:fill-yellow-200\/80{fill:#fef08acc}.sm\:fill-yellow-200\/85{fill:#fef08ad9}.sm\:fill-yellow-200\/90{fill:#fef08ae6}.sm\:fill-yellow-200\/95{fill:#fef08af2}.sm\:fill-yellow-300{fill:#fde047}.sm\:fill-yellow-300\/0{fill:#fde04700}.sm\:fill-yellow-300\/10{fill:#fde0471a}.sm\:fill-yellow-300\/100{fill:#fde047}.sm\:fill-yellow-300\/15{fill:#fde04726}.sm\:fill-yellow-300\/20{fill:#fde04733}.sm\:fill-yellow-300\/25{fill:#fde04740}.sm\:fill-yellow-300\/30{fill:#fde0474d}.sm\:fill-yellow-300\/35{fill:#fde04759}.sm\:fill-yellow-300\/40{fill:#fde04766}.sm\:fill-yellow-300\/45{fill:#fde04773}.sm\:fill-yellow-300\/5{fill:#fde0470d}.sm\:fill-yellow-300\/50{fill:#fde04780}.sm\:fill-yellow-300\/55{fill:#fde0478c}.sm\:fill-yellow-300\/60{fill:#fde04799}.sm\:fill-yellow-300\/65{fill:#fde047a6}.sm\:fill-yellow-300\/70{fill:#fde047b3}.sm\:fill-yellow-300\/75{fill:#fde047bf}.sm\:fill-yellow-300\/80{fill:#fde047cc}.sm\:fill-yellow-300\/85{fill:#fde047d9}.sm\:fill-yellow-300\/90{fill:#fde047e6}.sm\:fill-yellow-300\/95{fill:#fde047f2}.sm\:fill-yellow-400{fill:#facc15}.sm\:fill-yellow-400\/0{fill:#facc1500}.sm\:fill-yellow-400\/10{fill:#facc151a}.sm\:fill-yellow-400\/100{fill:#facc15}.sm\:fill-yellow-400\/15{fill:#facc1526}.sm\:fill-yellow-400\/20{fill:#facc1533}.sm\:fill-yellow-400\/25{fill:#facc1540}.sm\:fill-yellow-400\/30{fill:#facc154d}.sm\:fill-yellow-400\/35{fill:#facc1559}.sm\:fill-yellow-400\/40{fill:#facc1566}.sm\:fill-yellow-400\/45{fill:#facc1573}.sm\:fill-yellow-400\/5{fill:#facc150d}.sm\:fill-yellow-400\/50{fill:#facc1580}.sm\:fill-yellow-400\/55{fill:#facc158c}.sm\:fill-yellow-400\/60{fill:#facc1599}.sm\:fill-yellow-400\/65{fill:#facc15a6}.sm\:fill-yellow-400\/70{fill:#facc15b3}.sm\:fill-yellow-400\/75{fill:#facc15bf}.sm\:fill-yellow-400\/80{fill:#facc15cc}.sm\:fill-yellow-400\/85{fill:#facc15d9}.sm\:fill-yellow-400\/90{fill:#facc15e6}.sm\:fill-yellow-400\/95{fill:#facc15f2}.sm\:fill-yellow-50{fill:#fefce8}.sm\:fill-yellow-50\/0{fill:#fefce800}.sm\:fill-yellow-50\/10{fill:#fefce81a}.sm\:fill-yellow-50\/100{fill:#fefce8}.sm\:fill-yellow-50\/15{fill:#fefce826}.sm\:fill-yellow-50\/20{fill:#fefce833}.sm\:fill-yellow-50\/25{fill:#fefce840}.sm\:fill-yellow-50\/30{fill:#fefce84d}.sm\:fill-yellow-50\/35{fill:#fefce859}.sm\:fill-yellow-50\/40{fill:#fefce866}.sm\:fill-yellow-50\/45{fill:#fefce873}.sm\:fill-yellow-50\/5{fill:#fefce80d}.sm\:fill-yellow-50\/50{fill:#fefce880}.sm\:fill-yellow-50\/55{fill:#fefce88c}.sm\:fill-yellow-50\/60{fill:#fefce899}.sm\:fill-yellow-50\/65{fill:#fefce8a6}.sm\:fill-yellow-50\/70{fill:#fefce8b3}.sm\:fill-yellow-50\/75{fill:#fefce8bf}.sm\:fill-yellow-50\/80{fill:#fefce8cc}.sm\:fill-yellow-50\/85{fill:#fefce8d9}.sm\:fill-yellow-50\/90{fill:#fefce8e6}.sm\:fill-yellow-50\/95{fill:#fefce8f2}.sm\:fill-yellow-500{fill:#eab308}.sm\:fill-yellow-500\/0{fill:#eab30800}.sm\:fill-yellow-500\/10{fill:#eab3081a}.sm\:fill-yellow-500\/100{fill:#eab308}.sm\:fill-yellow-500\/15{fill:#eab30826}.sm\:fill-yellow-500\/20{fill:#eab30833}.sm\:fill-yellow-500\/25{fill:#eab30840}.sm\:fill-yellow-500\/30{fill:#eab3084d}.sm\:fill-yellow-500\/35{fill:#eab30859}.sm\:fill-yellow-500\/40{fill:#eab30866}.sm\:fill-yellow-500\/45{fill:#eab30873}.sm\:fill-yellow-500\/5{fill:#eab3080d}.sm\:fill-yellow-500\/50{fill:#eab30880}.sm\:fill-yellow-500\/55{fill:#eab3088c}.sm\:fill-yellow-500\/60{fill:#eab30899}.sm\:fill-yellow-500\/65{fill:#eab308a6}.sm\:fill-yellow-500\/70{fill:#eab308b3}.sm\:fill-yellow-500\/75{fill:#eab308bf}.sm\:fill-yellow-500\/80{fill:#eab308cc}.sm\:fill-yellow-500\/85{fill:#eab308d9}.sm\:fill-yellow-500\/90{fill:#eab308e6}.sm\:fill-yellow-500\/95{fill:#eab308f2}.sm\:fill-yellow-600{fill:#ca8a04}.sm\:fill-yellow-600\/0{fill:#ca8a0400}.sm\:fill-yellow-600\/10{fill:#ca8a041a}.sm\:fill-yellow-600\/100{fill:#ca8a04}.sm\:fill-yellow-600\/15{fill:#ca8a0426}.sm\:fill-yellow-600\/20{fill:#ca8a0433}.sm\:fill-yellow-600\/25{fill:#ca8a0440}.sm\:fill-yellow-600\/30{fill:#ca8a044d}.sm\:fill-yellow-600\/35{fill:#ca8a0459}.sm\:fill-yellow-600\/40{fill:#ca8a0466}.sm\:fill-yellow-600\/45{fill:#ca8a0473}.sm\:fill-yellow-600\/5{fill:#ca8a040d}.sm\:fill-yellow-600\/50{fill:#ca8a0480}.sm\:fill-yellow-600\/55{fill:#ca8a048c}.sm\:fill-yellow-600\/60{fill:#ca8a0499}.sm\:fill-yellow-600\/65{fill:#ca8a04a6}.sm\:fill-yellow-600\/70{fill:#ca8a04b3}.sm\:fill-yellow-600\/75{fill:#ca8a04bf}.sm\:fill-yellow-600\/80{fill:#ca8a04cc}.sm\:fill-yellow-600\/85{fill:#ca8a04d9}.sm\:fill-yellow-600\/90{fill:#ca8a04e6}.sm\:fill-yellow-600\/95{fill:#ca8a04f2}.sm\:fill-yellow-700{fill:#a16207}.sm\:fill-yellow-700\/0{fill:#a1620700}.sm\:fill-yellow-700\/10{fill:#a162071a}.sm\:fill-yellow-700\/100{fill:#a16207}.sm\:fill-yellow-700\/15{fill:#a1620726}.sm\:fill-yellow-700\/20{fill:#a1620733}.sm\:fill-yellow-700\/25{fill:#a1620740}.sm\:fill-yellow-700\/30{fill:#a162074d}.sm\:fill-yellow-700\/35{fill:#a1620759}.sm\:fill-yellow-700\/40{fill:#a1620766}.sm\:fill-yellow-700\/45{fill:#a1620773}.sm\:fill-yellow-700\/5{fill:#a162070d}.sm\:fill-yellow-700\/50{fill:#a1620780}.sm\:fill-yellow-700\/55{fill:#a162078c}.sm\:fill-yellow-700\/60{fill:#a1620799}.sm\:fill-yellow-700\/65{fill:#a16207a6}.sm\:fill-yellow-700\/70{fill:#a16207b3}.sm\:fill-yellow-700\/75{fill:#a16207bf}.sm\:fill-yellow-700\/80{fill:#a16207cc}.sm\:fill-yellow-700\/85{fill:#a16207d9}.sm\:fill-yellow-700\/90{fill:#a16207e6}.sm\:fill-yellow-700\/95{fill:#a16207f2}.sm\:fill-yellow-800{fill:#854d0e}.sm\:fill-yellow-800\/0{fill:#854d0e00}.sm\:fill-yellow-800\/10{fill:#854d0e1a}.sm\:fill-yellow-800\/100{fill:#854d0e}.sm\:fill-yellow-800\/15{fill:#854d0e26}.sm\:fill-yellow-800\/20{fill:#854d0e33}.sm\:fill-yellow-800\/25{fill:#854d0e40}.sm\:fill-yellow-800\/30{fill:#854d0e4d}.sm\:fill-yellow-800\/35{fill:#854d0e59}.sm\:fill-yellow-800\/40{fill:#854d0e66}.sm\:fill-yellow-800\/45{fill:#854d0e73}.sm\:fill-yellow-800\/5{fill:#854d0e0d}.sm\:fill-yellow-800\/50{fill:#854d0e80}.sm\:fill-yellow-800\/55{fill:#854d0e8c}.sm\:fill-yellow-800\/60{fill:#854d0e99}.sm\:fill-yellow-800\/65{fill:#854d0ea6}.sm\:fill-yellow-800\/70{fill:#854d0eb3}.sm\:fill-yellow-800\/75{fill:#854d0ebf}.sm\:fill-yellow-800\/80{fill:#854d0ecc}.sm\:fill-yellow-800\/85{fill:#854d0ed9}.sm\:fill-yellow-800\/90{fill:#854d0ee6}.sm\:fill-yellow-800\/95{fill:#854d0ef2}.sm\:fill-yellow-900{fill:#713f12}.sm\:fill-yellow-900\/0{fill:#713f1200}.sm\:fill-yellow-900\/10{fill:#713f121a}.sm\:fill-yellow-900\/100{fill:#713f12}.sm\:fill-yellow-900\/15{fill:#713f1226}.sm\:fill-yellow-900\/20{fill:#713f1233}.sm\:fill-yellow-900\/25{fill:#713f1240}.sm\:fill-yellow-900\/30{fill:#713f124d}.sm\:fill-yellow-900\/35{fill:#713f1259}.sm\:fill-yellow-900\/40{fill:#713f1266}.sm\:fill-yellow-900\/45{fill:#713f1273}.sm\:fill-yellow-900\/5{fill:#713f120d}.sm\:fill-yellow-900\/50{fill:#713f1280}.sm\:fill-yellow-900\/55{fill:#713f128c}.sm\:fill-yellow-900\/60{fill:#713f1299}.sm\:fill-yellow-900\/65{fill:#713f12a6}.sm\:fill-yellow-900\/70{fill:#713f12b3}.sm\:fill-yellow-900\/75{fill:#713f12bf}.sm\:fill-yellow-900\/80{fill:#713f12cc}.sm\:fill-yellow-900\/85{fill:#713f12d9}.sm\:fill-yellow-900\/90{fill:#713f12e6}.sm\:fill-yellow-900\/95{fill:#713f12f2}.sm\:fill-yellow-950{fill:#422006}.sm\:fill-yellow-950\/0{fill:#42200600}.sm\:fill-yellow-950\/10{fill:#4220061a}.sm\:fill-yellow-950\/100{fill:#422006}.sm\:fill-yellow-950\/15{fill:#42200626}.sm\:fill-yellow-950\/20{fill:#42200633}.sm\:fill-yellow-950\/25{fill:#42200640}.sm\:fill-yellow-950\/30{fill:#4220064d}.sm\:fill-yellow-950\/35{fill:#42200659}.sm\:fill-yellow-950\/40{fill:#42200666}.sm\:fill-yellow-950\/45{fill:#42200673}.sm\:fill-yellow-950\/5{fill:#4220060d}.sm\:fill-yellow-950\/50{fill:#42200680}.sm\:fill-yellow-950\/55{fill:#4220068c}.sm\:fill-yellow-950\/60{fill:#42200699}.sm\:fill-yellow-950\/65{fill:#422006a6}.sm\:fill-yellow-950\/70{fill:#422006b3}.sm\:fill-yellow-950\/75{fill:#422006bf}.sm\:fill-yellow-950\/80{fill:#422006cc}.sm\:fill-yellow-950\/85{fill:#422006d9}.sm\:fill-yellow-950\/90{fill:#422006e6}.sm\:fill-yellow-950\/95{fill:#422006f2}.sm\:stroke-yellow-100{stroke:#fef9c3}.sm\:stroke-yellow-100\/0{stroke:#fef9c300}.sm\:stroke-yellow-100\/10{stroke:#fef9c31a}.sm\:stroke-yellow-100\/100{stroke:#fef9c3}.sm\:stroke-yellow-100\/15{stroke:#fef9c326}.sm\:stroke-yellow-100\/20{stroke:#fef9c333}.sm\:stroke-yellow-100\/25{stroke:#fef9c340}.sm\:stroke-yellow-100\/30{stroke:#fef9c34d}.sm\:stroke-yellow-100\/35{stroke:#fef9c359}.sm\:stroke-yellow-100\/40{stroke:#fef9c366}.sm\:stroke-yellow-100\/45{stroke:#fef9c373}.sm\:stroke-yellow-100\/5{stroke:#fef9c30d}.sm\:stroke-yellow-100\/50{stroke:#fef9c380}.sm\:stroke-yellow-100\/55{stroke:#fef9c38c}.sm\:stroke-yellow-100\/60{stroke:#fef9c399}.sm\:stroke-yellow-100\/65{stroke:#fef9c3a6}.sm\:stroke-yellow-100\/70{stroke:#fef9c3b3}.sm\:stroke-yellow-100\/75{stroke:#fef9c3bf}.sm\:stroke-yellow-100\/80{stroke:#fef9c3cc}.sm\:stroke-yellow-100\/85{stroke:#fef9c3d9}.sm\:stroke-yellow-100\/90{stroke:#fef9c3e6}.sm\:stroke-yellow-100\/95{stroke:#fef9c3f2}.sm\:stroke-yellow-200{stroke:#fef08a}.sm\:stroke-yellow-200\/0{stroke:#fef08a00}.sm\:stroke-yellow-200\/10{stroke:#fef08a1a}.sm\:stroke-yellow-200\/100{stroke:#fef08a}.sm\:stroke-yellow-200\/15{stroke:#fef08a26}.sm\:stroke-yellow-200\/20{stroke:#fef08a33}.sm\:stroke-yellow-200\/25{stroke:#fef08a40}.sm\:stroke-yellow-200\/30{stroke:#fef08a4d}.sm\:stroke-yellow-200\/35{stroke:#fef08a59}.sm\:stroke-yellow-200\/40{stroke:#fef08a66}.sm\:stroke-yellow-200\/45{stroke:#fef08a73}.sm\:stroke-yellow-200\/5{stroke:#fef08a0d}.sm\:stroke-yellow-200\/50{stroke:#fef08a80}.sm\:stroke-yellow-200\/55{stroke:#fef08a8c}.sm\:stroke-yellow-200\/60{stroke:#fef08a99}.sm\:stroke-yellow-200\/65{stroke:#fef08aa6}.sm\:stroke-yellow-200\/70{stroke:#fef08ab3}.sm\:stroke-yellow-200\/75{stroke:#fef08abf}.sm\:stroke-yellow-200\/80{stroke:#fef08acc}.sm\:stroke-yellow-200\/85{stroke:#fef08ad9}.sm\:stroke-yellow-200\/90{stroke:#fef08ae6}.sm\:stroke-yellow-200\/95{stroke:#fef08af2}.sm\:stroke-yellow-300{stroke:#fde047}.sm\:stroke-yellow-300\/0{stroke:#fde04700}.sm\:stroke-yellow-300\/10{stroke:#fde0471a}.sm\:stroke-yellow-300\/100{stroke:#fde047}.sm\:stroke-yellow-300\/15{stroke:#fde04726}.sm\:stroke-yellow-300\/20{stroke:#fde04733}.sm\:stroke-yellow-300\/25{stroke:#fde04740}.sm\:stroke-yellow-300\/30{stroke:#fde0474d}.sm\:stroke-yellow-300\/35{stroke:#fde04759}.sm\:stroke-yellow-300\/40{stroke:#fde04766}.sm\:stroke-yellow-300\/45{stroke:#fde04773}.sm\:stroke-yellow-300\/5{stroke:#fde0470d}.sm\:stroke-yellow-300\/50{stroke:#fde04780}.sm\:stroke-yellow-300\/55{stroke:#fde0478c}.sm\:stroke-yellow-300\/60{stroke:#fde04799}.sm\:stroke-yellow-300\/65{stroke:#fde047a6}.sm\:stroke-yellow-300\/70{stroke:#fde047b3}.sm\:stroke-yellow-300\/75{stroke:#fde047bf}.sm\:stroke-yellow-300\/80{stroke:#fde047cc}.sm\:stroke-yellow-300\/85{stroke:#fde047d9}.sm\:stroke-yellow-300\/90{stroke:#fde047e6}.sm\:stroke-yellow-300\/95{stroke:#fde047f2}.sm\:stroke-yellow-400{stroke:#facc15}.sm\:stroke-yellow-400\/0{stroke:#facc1500}.sm\:stroke-yellow-400\/10{stroke:#facc151a}.sm\:stroke-yellow-400\/100{stroke:#facc15}.sm\:stroke-yellow-400\/15{stroke:#facc1526}.sm\:stroke-yellow-400\/20{stroke:#facc1533}.sm\:stroke-yellow-400\/25{stroke:#facc1540}.sm\:stroke-yellow-400\/30{stroke:#facc154d}.sm\:stroke-yellow-400\/35{stroke:#facc1559}.sm\:stroke-yellow-400\/40{stroke:#facc1566}.sm\:stroke-yellow-400\/45{stroke:#facc1573}.sm\:stroke-yellow-400\/5{stroke:#facc150d}.sm\:stroke-yellow-400\/50{stroke:#facc1580}.sm\:stroke-yellow-400\/55{stroke:#facc158c}.sm\:stroke-yellow-400\/60{stroke:#facc1599}.sm\:stroke-yellow-400\/65{stroke:#facc15a6}.sm\:stroke-yellow-400\/70{stroke:#facc15b3}.sm\:stroke-yellow-400\/75{stroke:#facc15bf}.sm\:stroke-yellow-400\/80{stroke:#facc15cc}.sm\:stroke-yellow-400\/85{stroke:#facc15d9}.sm\:stroke-yellow-400\/90{stroke:#facc15e6}.sm\:stroke-yellow-400\/95{stroke:#facc15f2}.sm\:stroke-yellow-50{stroke:#fefce8}.sm\:stroke-yellow-50\/0{stroke:#fefce800}.sm\:stroke-yellow-50\/10{stroke:#fefce81a}.sm\:stroke-yellow-50\/100{stroke:#fefce8}.sm\:stroke-yellow-50\/15{stroke:#fefce826}.sm\:stroke-yellow-50\/20{stroke:#fefce833}.sm\:stroke-yellow-50\/25{stroke:#fefce840}.sm\:stroke-yellow-50\/30{stroke:#fefce84d}.sm\:stroke-yellow-50\/35{stroke:#fefce859}.sm\:stroke-yellow-50\/40{stroke:#fefce866}.sm\:stroke-yellow-50\/45{stroke:#fefce873}.sm\:stroke-yellow-50\/5{stroke:#fefce80d}.sm\:stroke-yellow-50\/50{stroke:#fefce880}.sm\:stroke-yellow-50\/55{stroke:#fefce88c}.sm\:stroke-yellow-50\/60{stroke:#fefce899}.sm\:stroke-yellow-50\/65{stroke:#fefce8a6}.sm\:stroke-yellow-50\/70{stroke:#fefce8b3}.sm\:stroke-yellow-50\/75{stroke:#fefce8bf}.sm\:stroke-yellow-50\/80{stroke:#fefce8cc}.sm\:stroke-yellow-50\/85{stroke:#fefce8d9}.sm\:stroke-yellow-50\/90{stroke:#fefce8e6}.sm\:stroke-yellow-50\/95{stroke:#fefce8f2}.sm\:stroke-yellow-500{stroke:#eab308}.sm\:stroke-yellow-500\/0{stroke:#eab30800}.sm\:stroke-yellow-500\/10{stroke:#eab3081a}.sm\:stroke-yellow-500\/100{stroke:#eab308}.sm\:stroke-yellow-500\/15{stroke:#eab30826}.sm\:stroke-yellow-500\/20{stroke:#eab30833}.sm\:stroke-yellow-500\/25{stroke:#eab30840}.sm\:stroke-yellow-500\/30{stroke:#eab3084d}.sm\:stroke-yellow-500\/35{stroke:#eab30859}.sm\:stroke-yellow-500\/40{stroke:#eab30866}.sm\:stroke-yellow-500\/45{stroke:#eab30873}.sm\:stroke-yellow-500\/5{stroke:#eab3080d}.sm\:stroke-yellow-500\/50{stroke:#eab30880}.sm\:stroke-yellow-500\/55{stroke:#eab3088c}.sm\:stroke-yellow-500\/60{stroke:#eab30899}.sm\:stroke-yellow-500\/65{stroke:#eab308a6}.sm\:stroke-yellow-500\/70{stroke:#eab308b3}.sm\:stroke-yellow-500\/75{stroke:#eab308bf}.sm\:stroke-yellow-500\/80{stroke:#eab308cc}.sm\:stroke-yellow-500\/85{stroke:#eab308d9}.sm\:stroke-yellow-500\/90{stroke:#eab308e6}.sm\:stroke-yellow-500\/95{stroke:#eab308f2}.sm\:stroke-yellow-600{stroke:#ca8a04}.sm\:stroke-yellow-600\/0{stroke:#ca8a0400}.sm\:stroke-yellow-600\/10{stroke:#ca8a041a}.sm\:stroke-yellow-600\/100{stroke:#ca8a04}.sm\:stroke-yellow-600\/15{stroke:#ca8a0426}.sm\:stroke-yellow-600\/20{stroke:#ca8a0433}.sm\:stroke-yellow-600\/25{stroke:#ca8a0440}.sm\:stroke-yellow-600\/30{stroke:#ca8a044d}.sm\:stroke-yellow-600\/35{stroke:#ca8a0459}.sm\:stroke-yellow-600\/40{stroke:#ca8a0466}.sm\:stroke-yellow-600\/45{stroke:#ca8a0473}.sm\:stroke-yellow-600\/5{stroke:#ca8a040d}.sm\:stroke-yellow-600\/50{stroke:#ca8a0480}.sm\:stroke-yellow-600\/55{stroke:#ca8a048c}.sm\:stroke-yellow-600\/60{stroke:#ca8a0499}.sm\:stroke-yellow-600\/65{stroke:#ca8a04a6}.sm\:stroke-yellow-600\/70{stroke:#ca8a04b3}.sm\:stroke-yellow-600\/75{stroke:#ca8a04bf}.sm\:stroke-yellow-600\/80{stroke:#ca8a04cc}.sm\:stroke-yellow-600\/85{stroke:#ca8a04d9}.sm\:stroke-yellow-600\/90{stroke:#ca8a04e6}.sm\:stroke-yellow-600\/95{stroke:#ca8a04f2}.sm\:stroke-yellow-700{stroke:#a16207}.sm\:stroke-yellow-700\/0{stroke:#a1620700}.sm\:stroke-yellow-700\/10{stroke:#a162071a}.sm\:stroke-yellow-700\/100{stroke:#a16207}.sm\:stroke-yellow-700\/15{stroke:#a1620726}.sm\:stroke-yellow-700\/20{stroke:#a1620733}.sm\:stroke-yellow-700\/25{stroke:#a1620740}.sm\:stroke-yellow-700\/30{stroke:#a162074d}.sm\:stroke-yellow-700\/35{stroke:#a1620759}.sm\:stroke-yellow-700\/40{stroke:#a1620766}.sm\:stroke-yellow-700\/45{stroke:#a1620773}.sm\:stroke-yellow-700\/5{stroke:#a162070d}.sm\:stroke-yellow-700\/50{stroke:#a1620780}.sm\:stroke-yellow-700\/55{stroke:#a162078c}.sm\:stroke-yellow-700\/60{stroke:#a1620799}.sm\:stroke-yellow-700\/65{stroke:#a16207a6}.sm\:stroke-yellow-700\/70{stroke:#a16207b3}.sm\:stroke-yellow-700\/75{stroke:#a16207bf}.sm\:stroke-yellow-700\/80{stroke:#a16207cc}.sm\:stroke-yellow-700\/85{stroke:#a16207d9}.sm\:stroke-yellow-700\/90{stroke:#a16207e6}.sm\:stroke-yellow-700\/95{stroke:#a16207f2}.sm\:stroke-yellow-800{stroke:#854d0e}.sm\:stroke-yellow-800\/0{stroke:#854d0e00}.sm\:stroke-yellow-800\/10{stroke:#854d0e1a}.sm\:stroke-yellow-800\/100{stroke:#854d0e}.sm\:stroke-yellow-800\/15{stroke:#854d0e26}.sm\:stroke-yellow-800\/20{stroke:#854d0e33}.sm\:stroke-yellow-800\/25{stroke:#854d0e40}.sm\:stroke-yellow-800\/30{stroke:#854d0e4d}.sm\:stroke-yellow-800\/35{stroke:#854d0e59}.sm\:stroke-yellow-800\/40{stroke:#854d0e66}.sm\:stroke-yellow-800\/45{stroke:#854d0e73}.sm\:stroke-yellow-800\/5{stroke:#854d0e0d}.sm\:stroke-yellow-800\/50{stroke:#854d0e80}.sm\:stroke-yellow-800\/55{stroke:#854d0e8c}.sm\:stroke-yellow-800\/60{stroke:#854d0e99}.sm\:stroke-yellow-800\/65{stroke:#854d0ea6}.sm\:stroke-yellow-800\/70{stroke:#854d0eb3}.sm\:stroke-yellow-800\/75{stroke:#854d0ebf}.sm\:stroke-yellow-800\/80{stroke:#854d0ecc}.sm\:stroke-yellow-800\/85{stroke:#854d0ed9}.sm\:stroke-yellow-800\/90{stroke:#854d0ee6}.sm\:stroke-yellow-800\/95{stroke:#854d0ef2}.sm\:stroke-yellow-900{stroke:#713f12}.sm\:stroke-yellow-900\/0{stroke:#713f1200}.sm\:stroke-yellow-900\/10{stroke:#713f121a}.sm\:stroke-yellow-900\/100{stroke:#713f12}.sm\:stroke-yellow-900\/15{stroke:#713f1226}.sm\:stroke-yellow-900\/20{stroke:#713f1233}.sm\:stroke-yellow-900\/25{stroke:#713f1240}.sm\:stroke-yellow-900\/30{stroke:#713f124d}.sm\:stroke-yellow-900\/35{stroke:#713f1259}.sm\:stroke-yellow-900\/40{stroke:#713f1266}.sm\:stroke-yellow-900\/45{stroke:#713f1273}.sm\:stroke-yellow-900\/5{stroke:#713f120d}.sm\:stroke-yellow-900\/50{stroke:#713f1280}.sm\:stroke-yellow-900\/55{stroke:#713f128c}.sm\:stroke-yellow-900\/60{stroke:#713f1299}.sm\:stroke-yellow-900\/65{stroke:#713f12a6}.sm\:stroke-yellow-900\/70{stroke:#713f12b3}.sm\:stroke-yellow-900\/75{stroke:#713f12bf}.sm\:stroke-yellow-900\/80{stroke:#713f12cc}.sm\:stroke-yellow-900\/85{stroke:#713f12d9}.sm\:stroke-yellow-900\/90{stroke:#713f12e6}.sm\:stroke-yellow-900\/95{stroke:#713f12f2}.sm\:stroke-yellow-950{stroke:#422006}.sm\:stroke-yellow-950\/0{stroke:#42200600}.sm\:stroke-yellow-950\/10{stroke:#4220061a}.sm\:stroke-yellow-950\/100{stroke:#422006}.sm\:stroke-yellow-950\/15{stroke:#42200626}.sm\:stroke-yellow-950\/20{stroke:#42200633}.sm\:stroke-yellow-950\/25{stroke:#42200640}.sm\:stroke-yellow-950\/30{stroke:#4220064d}.sm\:stroke-yellow-950\/35{stroke:#42200659}.sm\:stroke-yellow-950\/40{stroke:#42200666}.sm\:stroke-yellow-950\/45{stroke:#42200673}.sm\:stroke-yellow-950\/5{stroke:#4220060d}.sm\:stroke-yellow-950\/50{stroke:#42200680}.sm\:stroke-yellow-950\/55{stroke:#4220068c}.sm\:stroke-yellow-950\/60{stroke:#42200699}.sm\:stroke-yellow-950\/65{stroke:#422006a6}.sm\:stroke-yellow-950\/70{stroke:#422006b3}.sm\:stroke-yellow-950\/75{stroke:#422006bf}.sm\:stroke-yellow-950\/80{stroke:#422006cc}.sm\:stroke-yellow-950\/85{stroke:#422006d9}.sm\:stroke-yellow-950\/90{stroke:#422006e6}.sm\:stroke-yellow-950\/95{stroke:#422006f2}.sm\:p-0{padding:0}.sm\:p-12{padding:3rem}.sm\:p-3{padding:.75rem}.sm\:p-8{padding:2rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-1{padding-bottom:.25rem}.sm\:pb-14{padding-bottom:3.5rem}.sm\:pl-0{padding-left:0}.sm\:pr-6{padding-right:1.5rem}.sm\:pt-8{padding-top:2rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-base{font-size:1rem}.sm\:text-lg{font-size:1.125rem}.sm\:text-sm{font-size:.875rem}.sm\:text-xl{font-size:1.25rem}.sm\:text-xs{font-size:.75rem}.sm\:leading-9{line-height:2.25rem}.sm\:text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity,1))}.sm\:text-yellow-100\/0{color:#fef9c300}.sm\:text-yellow-100\/10{color:#fef9c31a}.sm\:text-yellow-100\/100{color:#fef9c3}.sm\:text-yellow-100\/15{color:#fef9c326}.sm\:text-yellow-100\/20{color:#fef9c333}.sm\:text-yellow-100\/25{color:#fef9c340}.sm\:text-yellow-100\/30{color:#fef9c34d}.sm\:text-yellow-100\/35{color:#fef9c359}.sm\:text-yellow-100\/40{color:#fef9c366}.sm\:text-yellow-100\/45{color:#fef9c373}.sm\:text-yellow-100\/5{color:#fef9c30d}.sm\:text-yellow-100\/50{color:#fef9c380}.sm\:text-yellow-100\/55{color:#fef9c38c}.sm\:text-yellow-100\/60{color:#fef9c399}.sm\:text-yellow-100\/65{color:#fef9c3a6}.sm\:text-yellow-100\/70{color:#fef9c3b3}.sm\:text-yellow-100\/75{color:#fef9c3bf}.sm\:text-yellow-100\/80{color:#fef9c3cc}.sm\:text-yellow-100\/85{color:#fef9c3d9}.sm\:text-yellow-100\/90{color:#fef9c3e6}.sm\:text-yellow-100\/95{color:#fef9c3f2}.sm\:text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.sm\:text-yellow-200\/0{color:#fef08a00}.sm\:text-yellow-200\/10{color:#fef08a1a}.sm\:text-yellow-200\/100{color:#fef08a}.sm\:text-yellow-200\/15{color:#fef08a26}.sm\:text-yellow-200\/20{color:#fef08a33}.sm\:text-yellow-200\/25{color:#fef08a40}.sm\:text-yellow-200\/30{color:#fef08a4d}.sm\:text-yellow-200\/35{color:#fef08a59}.sm\:text-yellow-200\/40{color:#fef08a66}.sm\:text-yellow-200\/45{color:#fef08a73}.sm\:text-yellow-200\/5{color:#fef08a0d}.sm\:text-yellow-200\/50{color:#fef08a80}.sm\:text-yellow-200\/55{color:#fef08a8c}.sm\:text-yellow-200\/60{color:#fef08a99}.sm\:text-yellow-200\/65{color:#fef08aa6}.sm\:text-yellow-200\/70{color:#fef08ab3}.sm\:text-yellow-200\/75{color:#fef08abf}.sm\:text-yellow-200\/80{color:#fef08acc}.sm\:text-yellow-200\/85{color:#fef08ad9}.sm\:text-yellow-200\/90{color:#fef08ae6}.sm\:text-yellow-200\/95{color:#fef08af2}.sm\:text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.sm\:text-yellow-300\/0{color:#fde04700}.sm\:text-yellow-300\/10{color:#fde0471a}.sm\:text-yellow-300\/100{color:#fde047}.sm\:text-yellow-300\/15{color:#fde04726}.sm\:text-yellow-300\/20{color:#fde04733}.sm\:text-yellow-300\/25{color:#fde04740}.sm\:text-yellow-300\/30{color:#fde0474d}.sm\:text-yellow-300\/35{color:#fde04759}.sm\:text-yellow-300\/40{color:#fde04766}.sm\:text-yellow-300\/45{color:#fde04773}.sm\:text-yellow-300\/5{color:#fde0470d}.sm\:text-yellow-300\/50{color:#fde04780}.sm\:text-yellow-300\/55{color:#fde0478c}.sm\:text-yellow-300\/60{color:#fde04799}.sm\:text-yellow-300\/65{color:#fde047a6}.sm\:text-yellow-300\/70{color:#fde047b3}.sm\:text-yellow-300\/75{color:#fde047bf}.sm\:text-yellow-300\/80{color:#fde047cc}.sm\:text-yellow-300\/85{color:#fde047d9}.sm\:text-yellow-300\/90{color:#fde047e6}.sm\:text-yellow-300\/95{color:#fde047f2}.sm\:text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.sm\:text-yellow-400\/0{color:#facc1500}.sm\:text-yellow-400\/10{color:#facc151a}.sm\:text-yellow-400\/100{color:#facc15}.sm\:text-yellow-400\/15{color:#facc1526}.sm\:text-yellow-400\/20{color:#facc1533}.sm\:text-yellow-400\/25{color:#facc1540}.sm\:text-yellow-400\/30{color:#facc154d}.sm\:text-yellow-400\/35{color:#facc1559}.sm\:text-yellow-400\/40{color:#facc1566}.sm\:text-yellow-400\/45{color:#facc1573}.sm\:text-yellow-400\/5{color:#facc150d}.sm\:text-yellow-400\/50{color:#facc1580}.sm\:text-yellow-400\/55{color:#facc158c}.sm\:text-yellow-400\/60{color:#facc1599}.sm\:text-yellow-400\/65{color:#facc15a6}.sm\:text-yellow-400\/70{color:#facc15b3}.sm\:text-yellow-400\/75{color:#facc15bf}.sm\:text-yellow-400\/80{color:#facc15cc}.sm\:text-yellow-400\/85{color:#facc15d9}.sm\:text-yellow-400\/90{color:#facc15e6}.sm\:text-yellow-400\/95{color:#facc15f2}.sm\:text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity,1))}.sm\:text-yellow-50\/0{color:#fefce800}.sm\:text-yellow-50\/10{color:#fefce81a}.sm\:text-yellow-50\/100{color:#fefce8}.sm\:text-yellow-50\/15{color:#fefce826}.sm\:text-yellow-50\/20{color:#fefce833}.sm\:text-yellow-50\/25{color:#fefce840}.sm\:text-yellow-50\/30{color:#fefce84d}.sm\:text-yellow-50\/35{color:#fefce859}.sm\:text-yellow-50\/40{color:#fefce866}.sm\:text-yellow-50\/45{color:#fefce873}.sm\:text-yellow-50\/5{color:#fefce80d}.sm\:text-yellow-50\/50{color:#fefce880}.sm\:text-yellow-50\/55{color:#fefce88c}.sm\:text-yellow-50\/60{color:#fefce899}.sm\:text-yellow-50\/65{color:#fefce8a6}.sm\:text-yellow-50\/70{color:#fefce8b3}.sm\:text-yellow-50\/75{color:#fefce8bf}.sm\:text-yellow-50\/80{color:#fefce8cc}.sm\:text-yellow-50\/85{color:#fefce8d9}.sm\:text-yellow-50\/90{color:#fefce8e6}.sm\:text-yellow-50\/95{color:#fefce8f2}.sm\:text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.sm\:text-yellow-500\/0{color:#eab30800}.sm\:text-yellow-500\/10{color:#eab3081a}.sm\:text-yellow-500\/100{color:#eab308}.sm\:text-yellow-500\/15{color:#eab30826}.sm\:text-yellow-500\/20{color:#eab30833}.sm\:text-yellow-500\/25{color:#eab30840}.sm\:text-yellow-500\/30{color:#eab3084d}.sm\:text-yellow-500\/35{color:#eab30859}.sm\:text-yellow-500\/40{color:#eab30866}.sm\:text-yellow-500\/45{color:#eab30873}.sm\:text-yellow-500\/5{color:#eab3080d}.sm\:text-yellow-500\/50{color:#eab30880}.sm\:text-yellow-500\/55{color:#eab3088c}.sm\:text-yellow-500\/60{color:#eab30899}.sm\:text-yellow-500\/65{color:#eab308a6}.sm\:text-yellow-500\/70{color:#eab308b3}.sm\:text-yellow-500\/75{color:#eab308bf}.sm\:text-yellow-500\/80{color:#eab308cc}.sm\:text-yellow-500\/85{color:#eab308d9}.sm\:text-yellow-500\/90{color:#eab308e6}.sm\:text-yellow-500\/95{color:#eab308f2}.sm\:text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.sm\:text-yellow-600\/0{color:#ca8a0400}.sm\:text-yellow-600\/10{color:#ca8a041a}.sm\:text-yellow-600\/100{color:#ca8a04}.sm\:text-yellow-600\/15{color:#ca8a0426}.sm\:text-yellow-600\/20{color:#ca8a0433}.sm\:text-yellow-600\/25{color:#ca8a0440}.sm\:text-yellow-600\/30{color:#ca8a044d}.sm\:text-yellow-600\/35{color:#ca8a0459}.sm\:text-yellow-600\/40{color:#ca8a0466}.sm\:text-yellow-600\/45{color:#ca8a0473}.sm\:text-yellow-600\/5{color:#ca8a040d}.sm\:text-yellow-600\/50{color:#ca8a0480}.sm\:text-yellow-600\/55{color:#ca8a048c}.sm\:text-yellow-600\/60{color:#ca8a0499}.sm\:text-yellow-600\/65{color:#ca8a04a6}.sm\:text-yellow-600\/70{color:#ca8a04b3}.sm\:text-yellow-600\/75{color:#ca8a04bf}.sm\:text-yellow-600\/80{color:#ca8a04cc}.sm\:text-yellow-600\/85{color:#ca8a04d9}.sm\:text-yellow-600\/90{color:#ca8a04e6}.sm\:text-yellow-600\/95{color:#ca8a04f2}.sm\:text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.sm\:text-yellow-700\/0{color:#a1620700}.sm\:text-yellow-700\/10{color:#a162071a}.sm\:text-yellow-700\/100{color:#a16207}.sm\:text-yellow-700\/15{color:#a1620726}.sm\:text-yellow-700\/20{color:#a1620733}.sm\:text-yellow-700\/25{color:#a1620740}.sm\:text-yellow-700\/30{color:#a162074d}.sm\:text-yellow-700\/35{color:#a1620759}.sm\:text-yellow-700\/40{color:#a1620766}.sm\:text-yellow-700\/45{color:#a1620773}.sm\:text-yellow-700\/5{color:#a162070d}.sm\:text-yellow-700\/50{color:#a1620780}.sm\:text-yellow-700\/55{color:#a162078c}.sm\:text-yellow-700\/60{color:#a1620799}.sm\:text-yellow-700\/65{color:#a16207a6}.sm\:text-yellow-700\/70{color:#a16207b3}.sm\:text-yellow-700\/75{color:#a16207bf}.sm\:text-yellow-700\/80{color:#a16207cc}.sm\:text-yellow-700\/85{color:#a16207d9}.sm\:text-yellow-700\/90{color:#a16207e6}.sm\:text-yellow-700\/95{color:#a16207f2}.sm\:text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.sm\:text-yellow-800\/0{color:#854d0e00}.sm\:text-yellow-800\/10{color:#854d0e1a}.sm\:text-yellow-800\/100{color:#854d0e}.sm\:text-yellow-800\/15{color:#854d0e26}.sm\:text-yellow-800\/20{color:#854d0e33}.sm\:text-yellow-800\/25{color:#854d0e40}.sm\:text-yellow-800\/30{color:#854d0e4d}.sm\:text-yellow-800\/35{color:#854d0e59}.sm\:text-yellow-800\/40{color:#854d0e66}.sm\:text-yellow-800\/45{color:#854d0e73}.sm\:text-yellow-800\/5{color:#854d0e0d}.sm\:text-yellow-800\/50{color:#854d0e80}.sm\:text-yellow-800\/55{color:#854d0e8c}.sm\:text-yellow-800\/60{color:#854d0e99}.sm\:text-yellow-800\/65{color:#854d0ea6}.sm\:text-yellow-800\/70{color:#854d0eb3}.sm\:text-yellow-800\/75{color:#854d0ebf}.sm\:text-yellow-800\/80{color:#854d0ecc}.sm\:text-yellow-800\/85{color:#854d0ed9}.sm\:text-yellow-800\/90{color:#854d0ee6}.sm\:text-yellow-800\/95{color:#854d0ef2}.sm\:text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity,1))}.sm\:text-yellow-900\/0{color:#713f1200}.sm\:text-yellow-900\/10{color:#713f121a}.sm\:text-yellow-900\/100{color:#713f12}.sm\:text-yellow-900\/15{color:#713f1226}.sm\:text-yellow-900\/20{color:#713f1233}.sm\:text-yellow-900\/25{color:#713f1240}.sm\:text-yellow-900\/30{color:#713f124d}.sm\:text-yellow-900\/35{color:#713f1259}.sm\:text-yellow-900\/40{color:#713f1266}.sm\:text-yellow-900\/45{color:#713f1273}.sm\:text-yellow-900\/5{color:#713f120d}.sm\:text-yellow-900\/50{color:#713f1280}.sm\:text-yellow-900\/55{color:#713f128c}.sm\:text-yellow-900\/60{color:#713f1299}.sm\:text-yellow-900\/65{color:#713f12a6}.sm\:text-yellow-900\/70{color:#713f12b3}.sm\:text-yellow-900\/75{color:#713f12bf}.sm\:text-yellow-900\/80{color:#713f12cc}.sm\:text-yellow-900\/85{color:#713f12d9}.sm\:text-yellow-900\/90{color:#713f12e6}.sm\:text-yellow-900\/95{color:#713f12f2}.sm\:text-yellow-950{--tw-text-opacity:1;color:rgb(66 32 6/var(--tw-text-opacity,1))}.sm\:text-yellow-950\/0{color:#42200600}.sm\:text-yellow-950\/10{color:#4220061a}.sm\:text-yellow-950\/100{color:#422006}.sm\:text-yellow-950\/15{color:#42200626}.sm\:text-yellow-950\/20{color:#42200633}.sm\:text-yellow-950\/25{color:#42200640}.sm\:text-yellow-950\/30{color:#4220064d}.sm\:text-yellow-950\/35{color:#42200659}.sm\:text-yellow-950\/40{color:#42200666}.sm\:text-yellow-950\/45{color:#42200673}.sm\:text-yellow-950\/5{color:#4220060d}.sm\:text-yellow-950\/50{color:#42200680}.sm\:text-yellow-950\/55{color:#4220068c}.sm\:text-yellow-950\/60{color:#42200699}.sm\:text-yellow-950\/65{color:#422006a6}.sm\:text-yellow-950\/70{color:#422006b3}.sm\:text-yellow-950\/75{color:#422006bf}.sm\:text-yellow-950\/80{color:#422006cc}.sm\:text-yellow-950\/85{color:#422006d9}.sm\:text-yellow-950\/90{color:#422006e6}.sm\:text-yellow-950\/95{color:#422006f2}.sm\:decoration-yellow-100{text-decoration-color:#fef9c3}.sm\:decoration-yellow-100\/0{text-decoration-color:#fef9c300}.sm\:decoration-yellow-100\/10{text-decoration-color:#fef9c31a}.sm\:decoration-yellow-100\/100{text-decoration-color:#fef9c3}.sm\:decoration-yellow-100\/15{text-decoration-color:#fef9c326}.sm\:decoration-yellow-100\/20{text-decoration-color:#fef9c333}.sm\:decoration-yellow-100\/25{text-decoration-color:#fef9c340}.sm\:decoration-yellow-100\/30{text-decoration-color:#fef9c34d}.sm\:decoration-yellow-100\/35{text-decoration-color:#fef9c359}.sm\:decoration-yellow-100\/40{text-decoration-color:#fef9c366}.sm\:decoration-yellow-100\/45{text-decoration-color:#fef9c373}.sm\:decoration-yellow-100\/5{text-decoration-color:#fef9c30d}.sm\:decoration-yellow-100\/50{text-decoration-color:#fef9c380}.sm\:decoration-yellow-100\/55{text-decoration-color:#fef9c38c}.sm\:decoration-yellow-100\/60{text-decoration-color:#fef9c399}.sm\:decoration-yellow-100\/65{text-decoration-color:#fef9c3a6}.sm\:decoration-yellow-100\/70{text-decoration-color:#fef9c3b3}.sm\:decoration-yellow-100\/75{text-decoration-color:#fef9c3bf}.sm\:decoration-yellow-100\/80{text-decoration-color:#fef9c3cc}.sm\:decoration-yellow-100\/85{text-decoration-color:#fef9c3d9}.sm\:decoration-yellow-100\/90{text-decoration-color:#fef9c3e6}.sm\:decoration-yellow-100\/95{text-decoration-color:#fef9c3f2}.sm\:decoration-yellow-200{text-decoration-color:#fef08a}.sm\:decoration-yellow-200\/0{text-decoration-color:#fef08a00}.sm\:decoration-yellow-200\/10{text-decoration-color:#fef08a1a}.sm\:decoration-yellow-200\/100{text-decoration-color:#fef08a}.sm\:decoration-yellow-200\/15{text-decoration-color:#fef08a26}.sm\:decoration-yellow-200\/20{text-decoration-color:#fef08a33}.sm\:decoration-yellow-200\/25{text-decoration-color:#fef08a40}.sm\:decoration-yellow-200\/30{text-decoration-color:#fef08a4d}.sm\:decoration-yellow-200\/35{text-decoration-color:#fef08a59}.sm\:decoration-yellow-200\/40{text-decoration-color:#fef08a66}.sm\:decoration-yellow-200\/45{text-decoration-color:#fef08a73}.sm\:decoration-yellow-200\/5{text-decoration-color:#fef08a0d}.sm\:decoration-yellow-200\/50{text-decoration-color:#fef08a80}.sm\:decoration-yellow-200\/55{text-decoration-color:#fef08a8c}.sm\:decoration-yellow-200\/60{text-decoration-color:#fef08a99}.sm\:decoration-yellow-200\/65{text-decoration-color:#fef08aa6}.sm\:decoration-yellow-200\/70{text-decoration-color:#fef08ab3}.sm\:decoration-yellow-200\/75{text-decoration-color:#fef08abf}.sm\:decoration-yellow-200\/80{text-decoration-color:#fef08acc}.sm\:decoration-yellow-200\/85{text-decoration-color:#fef08ad9}.sm\:decoration-yellow-200\/90{text-decoration-color:#fef08ae6}.sm\:decoration-yellow-200\/95{text-decoration-color:#fef08af2}.sm\:decoration-yellow-300{text-decoration-color:#fde047}.sm\:decoration-yellow-300\/0{text-decoration-color:#fde04700}.sm\:decoration-yellow-300\/10{text-decoration-color:#fde0471a}.sm\:decoration-yellow-300\/100{text-decoration-color:#fde047}.sm\:decoration-yellow-300\/15{text-decoration-color:#fde04726}.sm\:decoration-yellow-300\/20{text-decoration-color:#fde04733}.sm\:decoration-yellow-300\/25{text-decoration-color:#fde04740}.sm\:decoration-yellow-300\/30{text-decoration-color:#fde0474d}.sm\:decoration-yellow-300\/35{text-decoration-color:#fde04759}.sm\:decoration-yellow-300\/40{text-decoration-color:#fde04766}.sm\:decoration-yellow-300\/45{text-decoration-color:#fde04773}.sm\:decoration-yellow-300\/5{text-decoration-color:#fde0470d}.sm\:decoration-yellow-300\/50{text-decoration-color:#fde04780}.sm\:decoration-yellow-300\/55{text-decoration-color:#fde0478c}.sm\:decoration-yellow-300\/60{text-decoration-color:#fde04799}.sm\:decoration-yellow-300\/65{text-decoration-color:#fde047a6}.sm\:decoration-yellow-300\/70{text-decoration-color:#fde047b3}.sm\:decoration-yellow-300\/75{text-decoration-color:#fde047bf}.sm\:decoration-yellow-300\/80{text-decoration-color:#fde047cc}.sm\:decoration-yellow-300\/85{text-decoration-color:#fde047d9}.sm\:decoration-yellow-300\/90{text-decoration-color:#fde047e6}.sm\:decoration-yellow-300\/95{text-decoration-color:#fde047f2}.sm\:decoration-yellow-400{text-decoration-color:#facc15}.sm\:decoration-yellow-400\/0{text-decoration-color:#facc1500}.sm\:decoration-yellow-400\/10{text-decoration-color:#facc151a}.sm\:decoration-yellow-400\/100{text-decoration-color:#facc15}.sm\:decoration-yellow-400\/15{text-decoration-color:#facc1526}.sm\:decoration-yellow-400\/20{text-decoration-color:#facc1533}.sm\:decoration-yellow-400\/25{text-decoration-color:#facc1540}.sm\:decoration-yellow-400\/30{text-decoration-color:#facc154d}.sm\:decoration-yellow-400\/35{text-decoration-color:#facc1559}.sm\:decoration-yellow-400\/40{text-decoration-color:#facc1566}.sm\:decoration-yellow-400\/45{text-decoration-color:#facc1573}.sm\:decoration-yellow-400\/5{text-decoration-color:#facc150d}.sm\:decoration-yellow-400\/50{text-decoration-color:#facc1580}.sm\:decoration-yellow-400\/55{text-decoration-color:#facc158c}.sm\:decoration-yellow-400\/60{text-decoration-color:#facc1599}.sm\:decoration-yellow-400\/65{text-decoration-color:#facc15a6}.sm\:decoration-yellow-400\/70{text-decoration-color:#facc15b3}.sm\:decoration-yellow-400\/75{text-decoration-color:#facc15bf}.sm\:decoration-yellow-400\/80{text-decoration-color:#facc15cc}.sm\:decoration-yellow-400\/85{text-decoration-color:#facc15d9}.sm\:decoration-yellow-400\/90{text-decoration-color:#facc15e6}.sm\:decoration-yellow-400\/95{text-decoration-color:#facc15f2}.sm\:decoration-yellow-50{text-decoration-color:#fefce8}.sm\:decoration-yellow-50\/0{text-decoration-color:#fefce800}.sm\:decoration-yellow-50\/10{text-decoration-color:#fefce81a}.sm\:decoration-yellow-50\/100{text-decoration-color:#fefce8}.sm\:decoration-yellow-50\/15{text-decoration-color:#fefce826}.sm\:decoration-yellow-50\/20{text-decoration-color:#fefce833}.sm\:decoration-yellow-50\/25{text-decoration-color:#fefce840}.sm\:decoration-yellow-50\/30{text-decoration-color:#fefce84d}.sm\:decoration-yellow-50\/35{text-decoration-color:#fefce859}.sm\:decoration-yellow-50\/40{text-decoration-color:#fefce866}.sm\:decoration-yellow-50\/45{text-decoration-color:#fefce873}.sm\:decoration-yellow-50\/5{text-decoration-color:#fefce80d}.sm\:decoration-yellow-50\/50{text-decoration-color:#fefce880}.sm\:decoration-yellow-50\/55{text-decoration-color:#fefce88c}.sm\:decoration-yellow-50\/60{text-decoration-color:#fefce899}.sm\:decoration-yellow-50\/65{text-decoration-color:#fefce8a6}.sm\:decoration-yellow-50\/70{text-decoration-color:#fefce8b3}.sm\:decoration-yellow-50\/75{text-decoration-color:#fefce8bf}.sm\:decoration-yellow-50\/80{text-decoration-color:#fefce8cc}.sm\:decoration-yellow-50\/85{text-decoration-color:#fefce8d9}.sm\:decoration-yellow-50\/90{text-decoration-color:#fefce8e6}.sm\:decoration-yellow-50\/95{text-decoration-color:#fefce8f2}.sm\:decoration-yellow-500{text-decoration-color:#eab308}.sm\:decoration-yellow-500\/0{text-decoration-color:#eab30800}.sm\:decoration-yellow-500\/10{text-decoration-color:#eab3081a}.sm\:decoration-yellow-500\/100{text-decoration-color:#eab308}.sm\:decoration-yellow-500\/15{text-decoration-color:#eab30826}.sm\:decoration-yellow-500\/20{text-decoration-color:#eab30833}.sm\:decoration-yellow-500\/25{text-decoration-color:#eab30840}.sm\:decoration-yellow-500\/30{text-decoration-color:#eab3084d}.sm\:decoration-yellow-500\/35{text-decoration-color:#eab30859}.sm\:decoration-yellow-500\/40{text-decoration-color:#eab30866}.sm\:decoration-yellow-500\/45{text-decoration-color:#eab30873}.sm\:decoration-yellow-500\/5{text-decoration-color:#eab3080d}.sm\:decoration-yellow-500\/50{text-decoration-color:#eab30880}.sm\:decoration-yellow-500\/55{text-decoration-color:#eab3088c}.sm\:decoration-yellow-500\/60{text-decoration-color:#eab30899}.sm\:decoration-yellow-500\/65{text-decoration-color:#eab308a6}.sm\:decoration-yellow-500\/70{text-decoration-color:#eab308b3}.sm\:decoration-yellow-500\/75{text-decoration-color:#eab308bf}.sm\:decoration-yellow-500\/80{text-decoration-color:#eab308cc}.sm\:decoration-yellow-500\/85{text-decoration-color:#eab308d9}.sm\:decoration-yellow-500\/90{text-decoration-color:#eab308e6}.sm\:decoration-yellow-500\/95{text-decoration-color:#eab308f2}.sm\:decoration-yellow-600{text-decoration-color:#ca8a04}.sm\:decoration-yellow-600\/0{text-decoration-color:#ca8a0400}.sm\:decoration-yellow-600\/10{text-decoration-color:#ca8a041a}.sm\:decoration-yellow-600\/100{text-decoration-color:#ca8a04}.sm\:decoration-yellow-600\/15{text-decoration-color:#ca8a0426}.sm\:decoration-yellow-600\/20{text-decoration-color:#ca8a0433}.sm\:decoration-yellow-600\/25{text-decoration-color:#ca8a0440}.sm\:decoration-yellow-600\/30{text-decoration-color:#ca8a044d}.sm\:decoration-yellow-600\/35{text-decoration-color:#ca8a0459}.sm\:decoration-yellow-600\/40{text-decoration-color:#ca8a0466}.sm\:decoration-yellow-600\/45{text-decoration-color:#ca8a0473}.sm\:decoration-yellow-600\/5{text-decoration-color:#ca8a040d}.sm\:decoration-yellow-600\/50{text-decoration-color:#ca8a0480}.sm\:decoration-yellow-600\/55{text-decoration-color:#ca8a048c}.sm\:decoration-yellow-600\/60{text-decoration-color:#ca8a0499}.sm\:decoration-yellow-600\/65{text-decoration-color:#ca8a04a6}.sm\:decoration-yellow-600\/70{text-decoration-color:#ca8a04b3}.sm\:decoration-yellow-600\/75{text-decoration-color:#ca8a04bf}.sm\:decoration-yellow-600\/80{text-decoration-color:#ca8a04cc}.sm\:decoration-yellow-600\/85{text-decoration-color:#ca8a04d9}.sm\:decoration-yellow-600\/90{text-decoration-color:#ca8a04e6}.sm\:decoration-yellow-600\/95{text-decoration-color:#ca8a04f2}.sm\:decoration-yellow-700{text-decoration-color:#a16207}.sm\:decoration-yellow-700\/0{text-decoration-color:#a1620700}.sm\:decoration-yellow-700\/10{text-decoration-color:#a162071a}.sm\:decoration-yellow-700\/100{text-decoration-color:#a16207}.sm\:decoration-yellow-700\/15{text-decoration-color:#a1620726}.sm\:decoration-yellow-700\/20{text-decoration-color:#a1620733}.sm\:decoration-yellow-700\/25{text-decoration-color:#a1620740}.sm\:decoration-yellow-700\/30{text-decoration-color:#a162074d}.sm\:decoration-yellow-700\/35{text-decoration-color:#a1620759}.sm\:decoration-yellow-700\/40{text-decoration-color:#a1620766}.sm\:decoration-yellow-700\/45{text-decoration-color:#a1620773}.sm\:decoration-yellow-700\/5{text-decoration-color:#a162070d}.sm\:decoration-yellow-700\/50{text-decoration-color:#a1620780}.sm\:decoration-yellow-700\/55{text-decoration-color:#a162078c}.sm\:decoration-yellow-700\/60{text-decoration-color:#a1620799}.sm\:decoration-yellow-700\/65{text-decoration-color:#a16207a6}.sm\:decoration-yellow-700\/70{text-decoration-color:#a16207b3}.sm\:decoration-yellow-700\/75{text-decoration-color:#a16207bf}.sm\:decoration-yellow-700\/80{text-decoration-color:#a16207cc}.sm\:decoration-yellow-700\/85{text-decoration-color:#a16207d9}.sm\:decoration-yellow-700\/90{text-decoration-color:#a16207e6}.sm\:decoration-yellow-700\/95{text-decoration-color:#a16207f2}.sm\:decoration-yellow-800{text-decoration-color:#854d0e}.sm\:decoration-yellow-800\/0{text-decoration-color:#854d0e00}.sm\:decoration-yellow-800\/10{text-decoration-color:#854d0e1a}.sm\:decoration-yellow-800\/100{text-decoration-color:#854d0e}.sm\:decoration-yellow-800\/15{text-decoration-color:#854d0e26}.sm\:decoration-yellow-800\/20{text-decoration-color:#854d0e33}.sm\:decoration-yellow-800\/25{text-decoration-color:#854d0e40}.sm\:decoration-yellow-800\/30{text-decoration-color:#854d0e4d}.sm\:decoration-yellow-800\/35{text-decoration-color:#854d0e59}.sm\:decoration-yellow-800\/40{text-decoration-color:#854d0e66}.sm\:decoration-yellow-800\/45{text-decoration-color:#854d0e73}.sm\:decoration-yellow-800\/5{text-decoration-color:#854d0e0d}.sm\:decoration-yellow-800\/50{text-decoration-color:#854d0e80}.sm\:decoration-yellow-800\/55{text-decoration-color:#854d0e8c}.sm\:decoration-yellow-800\/60{text-decoration-color:#854d0e99}.sm\:decoration-yellow-800\/65{text-decoration-color:#854d0ea6}.sm\:decoration-yellow-800\/70{text-decoration-color:#854d0eb3}.sm\:decoration-yellow-800\/75{text-decoration-color:#854d0ebf}.sm\:decoration-yellow-800\/80{text-decoration-color:#854d0ecc}.sm\:decoration-yellow-800\/85{text-decoration-color:#854d0ed9}.sm\:decoration-yellow-800\/90{text-decoration-color:#854d0ee6}.sm\:decoration-yellow-800\/95{text-decoration-color:#854d0ef2}.sm\:decoration-yellow-900{text-decoration-color:#713f12}.sm\:decoration-yellow-900\/0{text-decoration-color:#713f1200}.sm\:decoration-yellow-900\/10{text-decoration-color:#713f121a}.sm\:decoration-yellow-900\/100{text-decoration-color:#713f12}.sm\:decoration-yellow-900\/15{text-decoration-color:#713f1226}.sm\:decoration-yellow-900\/20{text-decoration-color:#713f1233}.sm\:decoration-yellow-900\/25{text-decoration-color:#713f1240}.sm\:decoration-yellow-900\/30{text-decoration-color:#713f124d}.sm\:decoration-yellow-900\/35{text-decoration-color:#713f1259}.sm\:decoration-yellow-900\/40{text-decoration-color:#713f1266}.sm\:decoration-yellow-900\/45{text-decoration-color:#713f1273}.sm\:decoration-yellow-900\/5{text-decoration-color:#713f120d}.sm\:decoration-yellow-900\/50{text-decoration-color:#713f1280}.sm\:decoration-yellow-900\/55{text-decoration-color:#713f128c}.sm\:decoration-yellow-900\/60{text-decoration-color:#713f1299}.sm\:decoration-yellow-900\/65{text-decoration-color:#713f12a6}.sm\:decoration-yellow-900\/70{text-decoration-color:#713f12b3}.sm\:decoration-yellow-900\/75{text-decoration-color:#713f12bf}.sm\:decoration-yellow-900\/80{text-decoration-color:#713f12cc}.sm\:decoration-yellow-900\/85{text-decoration-color:#713f12d9}.sm\:decoration-yellow-900\/90{text-decoration-color:#713f12e6}.sm\:decoration-yellow-900\/95{text-decoration-color:#713f12f2}.sm\:decoration-yellow-950{text-decoration-color:#422006}.sm\:decoration-yellow-950\/0{text-decoration-color:#42200600}.sm\:decoration-yellow-950\/10{text-decoration-color:#4220061a}.sm\:decoration-yellow-950\/100{text-decoration-color:#422006}.sm\:decoration-yellow-950\/15{text-decoration-color:#42200626}.sm\:decoration-yellow-950\/20{text-decoration-color:#42200633}.sm\:decoration-yellow-950\/25{text-decoration-color:#42200640}.sm\:decoration-yellow-950\/30{text-decoration-color:#4220064d}.sm\:decoration-yellow-950\/35{text-decoration-color:#42200659}.sm\:decoration-yellow-950\/40{text-decoration-color:#42200666}.sm\:decoration-yellow-950\/45{text-decoration-color:#42200673}.sm\:decoration-yellow-950\/5{text-decoration-color:#4220060d}.sm\:decoration-yellow-950\/50{text-decoration-color:#42200680}.sm\:decoration-yellow-950\/55{text-decoration-color:#4220068c}.sm\:decoration-yellow-950\/60{text-decoration-color:#42200699}.sm\:decoration-yellow-950\/65{text-decoration-color:#422006a6}.sm\:decoration-yellow-950\/70{text-decoration-color:#422006b3}.sm\:decoration-yellow-950\/75{text-decoration-color:#422006bf}.sm\:decoration-yellow-950\/80{text-decoration-color:#422006cc}.sm\:decoration-yellow-950\/85{text-decoration-color:#422006d9}.sm\:decoration-yellow-950\/90{text-decoration-color:#422006e6}.sm\:decoration-yellow-950\/95{text-decoration-color:#422006f2}.sm\:placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgb(254 249 195/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-100\/0::placeholder{color:#fef9c300}.sm\:placeholder-yellow-100\/10::placeholder{color:#fef9c31a}.sm\:placeholder-yellow-100\/100::placeholder{color:#fef9c3}.sm\:placeholder-yellow-100\/15::placeholder{color:#fef9c326}.sm\:placeholder-yellow-100\/20::placeholder{color:#fef9c333}.sm\:placeholder-yellow-100\/25::placeholder{color:#fef9c340}.sm\:placeholder-yellow-100\/30::placeholder{color:#fef9c34d}.sm\:placeholder-yellow-100\/35::placeholder{color:#fef9c359}.sm\:placeholder-yellow-100\/40::placeholder{color:#fef9c366}.sm\:placeholder-yellow-100\/45::placeholder{color:#fef9c373}.sm\:placeholder-yellow-100\/5::placeholder{color:#fef9c30d}.sm\:placeholder-yellow-100\/50::placeholder{color:#fef9c380}.sm\:placeholder-yellow-100\/55::placeholder{color:#fef9c38c}.sm\:placeholder-yellow-100\/60::placeholder{color:#fef9c399}.sm\:placeholder-yellow-100\/65::placeholder{color:#fef9c3a6}.sm\:placeholder-yellow-100\/70::placeholder{color:#fef9c3b3}.sm\:placeholder-yellow-100\/75::placeholder{color:#fef9c3bf}.sm\:placeholder-yellow-100\/80::placeholder{color:#fef9c3cc}.sm\:placeholder-yellow-100\/85::placeholder{color:#fef9c3d9}.sm\:placeholder-yellow-100\/90::placeholder{color:#fef9c3e6}.sm\:placeholder-yellow-100\/95::placeholder{color:#fef9c3f2}.sm\:placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgb(254 240 138/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-200\/0::placeholder{color:#fef08a00}.sm\:placeholder-yellow-200\/10::placeholder{color:#fef08a1a}.sm\:placeholder-yellow-200\/100::placeholder{color:#fef08a}.sm\:placeholder-yellow-200\/15::placeholder{color:#fef08a26}.sm\:placeholder-yellow-200\/20::placeholder{color:#fef08a33}.sm\:placeholder-yellow-200\/25::placeholder{color:#fef08a40}.sm\:placeholder-yellow-200\/30::placeholder{color:#fef08a4d}.sm\:placeholder-yellow-200\/35::placeholder{color:#fef08a59}.sm\:placeholder-yellow-200\/40::placeholder{color:#fef08a66}.sm\:placeholder-yellow-200\/45::placeholder{color:#fef08a73}.sm\:placeholder-yellow-200\/5::placeholder{color:#fef08a0d}.sm\:placeholder-yellow-200\/50::placeholder{color:#fef08a80}.sm\:placeholder-yellow-200\/55::placeholder{color:#fef08a8c}.sm\:placeholder-yellow-200\/60::placeholder{color:#fef08a99}.sm\:placeholder-yellow-200\/65::placeholder{color:#fef08aa6}.sm\:placeholder-yellow-200\/70::placeholder{color:#fef08ab3}.sm\:placeholder-yellow-200\/75::placeholder{color:#fef08abf}.sm\:placeholder-yellow-200\/80::placeholder{color:#fef08acc}.sm\:placeholder-yellow-200\/85::placeholder{color:#fef08ad9}.sm\:placeholder-yellow-200\/90::placeholder{color:#fef08ae6}.sm\:placeholder-yellow-200\/95::placeholder{color:#fef08af2}.sm\:placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgb(253 224 71/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-300\/0::placeholder{color:#fde04700}.sm\:placeholder-yellow-300\/10::placeholder{color:#fde0471a}.sm\:placeholder-yellow-300\/100::placeholder{color:#fde047}.sm\:placeholder-yellow-300\/15::placeholder{color:#fde04726}.sm\:placeholder-yellow-300\/20::placeholder{color:#fde04733}.sm\:placeholder-yellow-300\/25::placeholder{color:#fde04740}.sm\:placeholder-yellow-300\/30::placeholder{color:#fde0474d}.sm\:placeholder-yellow-300\/35::placeholder{color:#fde04759}.sm\:placeholder-yellow-300\/40::placeholder{color:#fde04766}.sm\:placeholder-yellow-300\/45::placeholder{color:#fde04773}.sm\:placeholder-yellow-300\/5::placeholder{color:#fde0470d}.sm\:placeholder-yellow-300\/50::placeholder{color:#fde04780}.sm\:placeholder-yellow-300\/55::placeholder{color:#fde0478c}.sm\:placeholder-yellow-300\/60::placeholder{color:#fde04799}.sm\:placeholder-yellow-300\/65::placeholder{color:#fde047a6}.sm\:placeholder-yellow-300\/70::placeholder{color:#fde047b3}.sm\:placeholder-yellow-300\/75::placeholder{color:#fde047bf}.sm\:placeholder-yellow-300\/80::placeholder{color:#fde047cc}.sm\:placeholder-yellow-300\/85::placeholder{color:#fde047d9}.sm\:placeholder-yellow-300\/90::placeholder{color:#fde047e6}.sm\:placeholder-yellow-300\/95::placeholder{color:#fde047f2}.sm\:placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgb(250 204 21/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-400\/0::placeholder{color:#facc1500}.sm\:placeholder-yellow-400\/10::placeholder{color:#facc151a}.sm\:placeholder-yellow-400\/100::placeholder{color:#facc15}.sm\:placeholder-yellow-400\/15::placeholder{color:#facc1526}.sm\:placeholder-yellow-400\/20::placeholder{color:#facc1533}.sm\:placeholder-yellow-400\/25::placeholder{color:#facc1540}.sm\:placeholder-yellow-400\/30::placeholder{color:#facc154d}.sm\:placeholder-yellow-400\/35::placeholder{color:#facc1559}.sm\:placeholder-yellow-400\/40::placeholder{color:#facc1566}.sm\:placeholder-yellow-400\/45::placeholder{color:#facc1573}.sm\:placeholder-yellow-400\/5::placeholder{color:#facc150d}.sm\:placeholder-yellow-400\/50::placeholder{color:#facc1580}.sm\:placeholder-yellow-400\/55::placeholder{color:#facc158c}.sm\:placeholder-yellow-400\/60::placeholder{color:#facc1599}.sm\:placeholder-yellow-400\/65::placeholder{color:#facc15a6}.sm\:placeholder-yellow-400\/70::placeholder{color:#facc15b3}.sm\:placeholder-yellow-400\/75::placeholder{color:#facc15bf}.sm\:placeholder-yellow-400\/80::placeholder{color:#facc15cc}.sm\:placeholder-yellow-400\/85::placeholder{color:#facc15d9}.sm\:placeholder-yellow-400\/90::placeholder{color:#facc15e6}.sm\:placeholder-yellow-400\/95::placeholder{color:#facc15f2}.sm\:placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgb(254 252 232/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-50\/0::placeholder{color:#fefce800}.sm\:placeholder-yellow-50\/10::placeholder{color:#fefce81a}.sm\:placeholder-yellow-50\/100::placeholder{color:#fefce8}.sm\:placeholder-yellow-50\/15::placeholder{color:#fefce826}.sm\:placeholder-yellow-50\/20::placeholder{color:#fefce833}.sm\:placeholder-yellow-50\/25::placeholder{color:#fefce840}.sm\:placeholder-yellow-50\/30::placeholder{color:#fefce84d}.sm\:placeholder-yellow-50\/35::placeholder{color:#fefce859}.sm\:placeholder-yellow-50\/40::placeholder{color:#fefce866}.sm\:placeholder-yellow-50\/45::placeholder{color:#fefce873}.sm\:placeholder-yellow-50\/5::placeholder{color:#fefce80d}.sm\:placeholder-yellow-50\/50::placeholder{color:#fefce880}.sm\:placeholder-yellow-50\/55::placeholder{color:#fefce88c}.sm\:placeholder-yellow-50\/60::placeholder{color:#fefce899}.sm\:placeholder-yellow-50\/65::placeholder{color:#fefce8a6}.sm\:placeholder-yellow-50\/70::placeholder{color:#fefce8b3}.sm\:placeholder-yellow-50\/75::placeholder{color:#fefce8bf}.sm\:placeholder-yellow-50\/80::placeholder{color:#fefce8cc}.sm\:placeholder-yellow-50\/85::placeholder{color:#fefce8d9}.sm\:placeholder-yellow-50\/90::placeholder{color:#fefce8e6}.sm\:placeholder-yellow-50\/95::placeholder{color:#fefce8f2}.sm\:placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgb(234 179 8/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-500\/0::placeholder{color:#eab30800}.sm\:placeholder-yellow-500\/10::placeholder{color:#eab3081a}.sm\:placeholder-yellow-500\/100::placeholder{color:#eab308}.sm\:placeholder-yellow-500\/15::placeholder{color:#eab30826}.sm\:placeholder-yellow-500\/20::placeholder{color:#eab30833}.sm\:placeholder-yellow-500\/25::placeholder{color:#eab30840}.sm\:placeholder-yellow-500\/30::placeholder{color:#eab3084d}.sm\:placeholder-yellow-500\/35::placeholder{color:#eab30859}.sm\:placeholder-yellow-500\/40::placeholder{color:#eab30866}.sm\:placeholder-yellow-500\/45::placeholder{color:#eab30873}.sm\:placeholder-yellow-500\/5::placeholder{color:#eab3080d}.sm\:placeholder-yellow-500\/50::placeholder{color:#eab30880}.sm\:placeholder-yellow-500\/55::placeholder{color:#eab3088c}.sm\:placeholder-yellow-500\/60::placeholder{color:#eab30899}.sm\:placeholder-yellow-500\/65::placeholder{color:#eab308a6}.sm\:placeholder-yellow-500\/70::placeholder{color:#eab308b3}.sm\:placeholder-yellow-500\/75::placeholder{color:#eab308bf}.sm\:placeholder-yellow-500\/80::placeholder{color:#eab308cc}.sm\:placeholder-yellow-500\/85::placeholder{color:#eab308d9}.sm\:placeholder-yellow-500\/90::placeholder{color:#eab308e6}.sm\:placeholder-yellow-500\/95::placeholder{color:#eab308f2}.sm\:placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgb(202 138 4/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-600\/0::placeholder{color:#ca8a0400}.sm\:placeholder-yellow-600\/10::placeholder{color:#ca8a041a}.sm\:placeholder-yellow-600\/100::placeholder{color:#ca8a04}.sm\:placeholder-yellow-600\/15::placeholder{color:#ca8a0426}.sm\:placeholder-yellow-600\/20::placeholder{color:#ca8a0433}.sm\:placeholder-yellow-600\/25::placeholder{color:#ca8a0440}.sm\:placeholder-yellow-600\/30::placeholder{color:#ca8a044d}.sm\:placeholder-yellow-600\/35::placeholder{color:#ca8a0459}.sm\:placeholder-yellow-600\/40::placeholder{color:#ca8a0466}.sm\:placeholder-yellow-600\/45::placeholder{color:#ca8a0473}.sm\:placeholder-yellow-600\/5::placeholder{color:#ca8a040d}.sm\:placeholder-yellow-600\/50::placeholder{color:#ca8a0480}.sm\:placeholder-yellow-600\/55::placeholder{color:#ca8a048c}.sm\:placeholder-yellow-600\/60::placeholder{color:#ca8a0499}.sm\:placeholder-yellow-600\/65::placeholder{color:#ca8a04a6}.sm\:placeholder-yellow-600\/70::placeholder{color:#ca8a04b3}.sm\:placeholder-yellow-600\/75::placeholder{color:#ca8a04bf}.sm\:placeholder-yellow-600\/80::placeholder{color:#ca8a04cc}.sm\:placeholder-yellow-600\/85::placeholder{color:#ca8a04d9}.sm\:placeholder-yellow-600\/90::placeholder{color:#ca8a04e6}.sm\:placeholder-yellow-600\/95::placeholder{color:#ca8a04f2}.sm\:placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgb(161 98 7/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-700\/0::placeholder{color:#a1620700}.sm\:placeholder-yellow-700\/10::placeholder{color:#a162071a}.sm\:placeholder-yellow-700\/100::placeholder{color:#a16207}.sm\:placeholder-yellow-700\/15::placeholder{color:#a1620726}.sm\:placeholder-yellow-700\/20::placeholder{color:#a1620733}.sm\:placeholder-yellow-700\/25::placeholder{color:#a1620740}.sm\:placeholder-yellow-700\/30::placeholder{color:#a162074d}.sm\:placeholder-yellow-700\/35::placeholder{color:#a1620759}.sm\:placeholder-yellow-700\/40::placeholder{color:#a1620766}.sm\:placeholder-yellow-700\/45::placeholder{color:#a1620773}.sm\:placeholder-yellow-700\/5::placeholder{color:#a162070d}.sm\:placeholder-yellow-700\/50::placeholder{color:#a1620780}.sm\:placeholder-yellow-700\/55::placeholder{color:#a162078c}.sm\:placeholder-yellow-700\/60::placeholder{color:#a1620799}.sm\:placeholder-yellow-700\/65::placeholder{color:#a16207a6}.sm\:placeholder-yellow-700\/70::placeholder{color:#a16207b3}.sm\:placeholder-yellow-700\/75::placeholder{color:#a16207bf}.sm\:placeholder-yellow-700\/80::placeholder{color:#a16207cc}.sm\:placeholder-yellow-700\/85::placeholder{color:#a16207d9}.sm\:placeholder-yellow-700\/90::placeholder{color:#a16207e6}.sm\:placeholder-yellow-700\/95::placeholder{color:#a16207f2}.sm\:placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgb(133 77 14/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-800\/0::placeholder{color:#854d0e00}.sm\:placeholder-yellow-800\/10::placeholder{color:#854d0e1a}.sm\:placeholder-yellow-800\/100::placeholder{color:#854d0e}.sm\:placeholder-yellow-800\/15::placeholder{color:#854d0e26}.sm\:placeholder-yellow-800\/20::placeholder{color:#854d0e33}.sm\:placeholder-yellow-800\/25::placeholder{color:#854d0e40}.sm\:placeholder-yellow-800\/30::placeholder{color:#854d0e4d}.sm\:placeholder-yellow-800\/35::placeholder{color:#854d0e59}.sm\:placeholder-yellow-800\/40::placeholder{color:#854d0e66}.sm\:placeholder-yellow-800\/45::placeholder{color:#854d0e73}.sm\:placeholder-yellow-800\/5::placeholder{color:#854d0e0d}.sm\:placeholder-yellow-800\/50::placeholder{color:#854d0e80}.sm\:placeholder-yellow-800\/55::placeholder{color:#854d0e8c}.sm\:placeholder-yellow-800\/60::placeholder{color:#854d0e99}.sm\:placeholder-yellow-800\/65::placeholder{color:#854d0ea6}.sm\:placeholder-yellow-800\/70::placeholder{color:#854d0eb3}.sm\:placeholder-yellow-800\/75::placeholder{color:#854d0ebf}.sm\:placeholder-yellow-800\/80::placeholder{color:#854d0ecc}.sm\:placeholder-yellow-800\/85::placeholder{color:#854d0ed9}.sm\:placeholder-yellow-800\/90::placeholder{color:#854d0ee6}.sm\:placeholder-yellow-800\/95::placeholder{color:#854d0ef2}.sm\:placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgb(113 63 18/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-900\/0::placeholder{color:#713f1200}.sm\:placeholder-yellow-900\/10::placeholder{color:#713f121a}.sm\:placeholder-yellow-900\/100::placeholder{color:#713f12}.sm\:placeholder-yellow-900\/15::placeholder{color:#713f1226}.sm\:placeholder-yellow-900\/20::placeholder{color:#713f1233}.sm\:placeholder-yellow-900\/25::placeholder{color:#713f1240}.sm\:placeholder-yellow-900\/30::placeholder{color:#713f124d}.sm\:placeholder-yellow-900\/35::placeholder{color:#713f1259}.sm\:placeholder-yellow-900\/40::placeholder{color:#713f1266}.sm\:placeholder-yellow-900\/45::placeholder{color:#713f1273}.sm\:placeholder-yellow-900\/5::placeholder{color:#713f120d}.sm\:placeholder-yellow-900\/50::placeholder{color:#713f1280}.sm\:placeholder-yellow-900\/55::placeholder{color:#713f128c}.sm\:placeholder-yellow-900\/60::placeholder{color:#713f1299}.sm\:placeholder-yellow-900\/65::placeholder{color:#713f12a6}.sm\:placeholder-yellow-900\/70::placeholder{color:#713f12b3}.sm\:placeholder-yellow-900\/75::placeholder{color:#713f12bf}.sm\:placeholder-yellow-900\/80::placeholder{color:#713f12cc}.sm\:placeholder-yellow-900\/85::placeholder{color:#713f12d9}.sm\:placeholder-yellow-900\/90::placeholder{color:#713f12e6}.sm\:placeholder-yellow-900\/95::placeholder{color:#713f12f2}.sm\:placeholder-yellow-950::placeholder{--tw-placeholder-opacity:1;color:rgb(66 32 6/var(--tw-placeholder-opacity,1))}.sm\:placeholder-yellow-950\/0::placeholder{color:#42200600}.sm\:placeholder-yellow-950\/10::placeholder{color:#4220061a}.sm\:placeholder-yellow-950\/100::placeholder{color:#422006}.sm\:placeholder-yellow-950\/15::placeholder{color:#42200626}.sm\:placeholder-yellow-950\/20::placeholder{color:#42200633}.sm\:placeholder-yellow-950\/25::placeholder{color:#42200640}.sm\:placeholder-yellow-950\/30::placeholder{color:#4220064d}.sm\:placeholder-yellow-950\/35::placeholder{color:#42200659}.sm\:placeholder-yellow-950\/40::placeholder{color:#42200666}.sm\:placeholder-yellow-950\/45::placeholder{color:#42200673}.sm\:placeholder-yellow-950\/5::placeholder{color:#4220060d}.sm\:placeholder-yellow-950\/50::placeholder{color:#42200680}.sm\:placeholder-yellow-950\/55::placeholder{color:#4220068c}.sm\:placeholder-yellow-950\/60::placeholder{color:#42200699}.sm\:placeholder-yellow-950\/65::placeholder{color:#422006a6}.sm\:placeholder-yellow-950\/70::placeholder{color:#422006b3}.sm\:placeholder-yellow-950\/75::placeholder{color:#422006bf}.sm\:placeholder-yellow-950\/80::placeholder{color:#422006cc}.sm\:placeholder-yellow-950\/85::placeholder{color:#422006d9}.sm\:placeholder-yellow-950\/90::placeholder{color:#422006e6}.sm\:placeholder-yellow-950\/95::placeholder{color:#422006f2}.sm\:caret-yellow-100{caret-color:#fef9c3}.sm\:caret-yellow-100\/0{caret-color:#fef9c300}.sm\:caret-yellow-100\/10{caret-color:#fef9c31a}.sm\:caret-yellow-100\/100{caret-color:#fef9c3}.sm\:caret-yellow-100\/15{caret-color:#fef9c326}.sm\:caret-yellow-100\/20{caret-color:#fef9c333}.sm\:caret-yellow-100\/25{caret-color:#fef9c340}.sm\:caret-yellow-100\/30{caret-color:#fef9c34d}.sm\:caret-yellow-100\/35{caret-color:#fef9c359}.sm\:caret-yellow-100\/40{caret-color:#fef9c366}.sm\:caret-yellow-100\/45{caret-color:#fef9c373}.sm\:caret-yellow-100\/5{caret-color:#fef9c30d}.sm\:caret-yellow-100\/50{caret-color:#fef9c380}.sm\:caret-yellow-100\/55{caret-color:#fef9c38c}.sm\:caret-yellow-100\/60{caret-color:#fef9c399}.sm\:caret-yellow-100\/65{caret-color:#fef9c3a6}.sm\:caret-yellow-100\/70{caret-color:#fef9c3b3}.sm\:caret-yellow-100\/75{caret-color:#fef9c3bf}.sm\:caret-yellow-100\/80{caret-color:#fef9c3cc}.sm\:caret-yellow-100\/85{caret-color:#fef9c3d9}.sm\:caret-yellow-100\/90{caret-color:#fef9c3e6}.sm\:caret-yellow-100\/95{caret-color:#fef9c3f2}.sm\:caret-yellow-200{caret-color:#fef08a}.sm\:caret-yellow-200\/0{caret-color:#fef08a00}.sm\:caret-yellow-200\/10{caret-color:#fef08a1a}.sm\:caret-yellow-200\/100{caret-color:#fef08a}.sm\:caret-yellow-200\/15{caret-color:#fef08a26}.sm\:caret-yellow-200\/20{caret-color:#fef08a33}.sm\:caret-yellow-200\/25{caret-color:#fef08a40}.sm\:caret-yellow-200\/30{caret-color:#fef08a4d}.sm\:caret-yellow-200\/35{caret-color:#fef08a59}.sm\:caret-yellow-200\/40{caret-color:#fef08a66}.sm\:caret-yellow-200\/45{caret-color:#fef08a73}.sm\:caret-yellow-200\/5{caret-color:#fef08a0d}.sm\:caret-yellow-200\/50{caret-color:#fef08a80}.sm\:caret-yellow-200\/55{caret-color:#fef08a8c}.sm\:caret-yellow-200\/60{caret-color:#fef08a99}.sm\:caret-yellow-200\/65{caret-color:#fef08aa6}.sm\:caret-yellow-200\/70{caret-color:#fef08ab3}.sm\:caret-yellow-200\/75{caret-color:#fef08abf}.sm\:caret-yellow-200\/80{caret-color:#fef08acc}.sm\:caret-yellow-200\/85{caret-color:#fef08ad9}.sm\:caret-yellow-200\/90{caret-color:#fef08ae6}.sm\:caret-yellow-200\/95{caret-color:#fef08af2}.sm\:caret-yellow-300{caret-color:#fde047}.sm\:caret-yellow-300\/0{caret-color:#fde04700}.sm\:caret-yellow-300\/10{caret-color:#fde0471a}.sm\:caret-yellow-300\/100{caret-color:#fde047}.sm\:caret-yellow-300\/15{caret-color:#fde04726}.sm\:caret-yellow-300\/20{caret-color:#fde04733}.sm\:caret-yellow-300\/25{caret-color:#fde04740}.sm\:caret-yellow-300\/30{caret-color:#fde0474d}.sm\:caret-yellow-300\/35{caret-color:#fde04759}.sm\:caret-yellow-300\/40{caret-color:#fde04766}.sm\:caret-yellow-300\/45{caret-color:#fde04773}.sm\:caret-yellow-300\/5{caret-color:#fde0470d}.sm\:caret-yellow-300\/50{caret-color:#fde04780}.sm\:caret-yellow-300\/55{caret-color:#fde0478c}.sm\:caret-yellow-300\/60{caret-color:#fde04799}.sm\:caret-yellow-300\/65{caret-color:#fde047a6}.sm\:caret-yellow-300\/70{caret-color:#fde047b3}.sm\:caret-yellow-300\/75{caret-color:#fde047bf}.sm\:caret-yellow-300\/80{caret-color:#fde047cc}.sm\:caret-yellow-300\/85{caret-color:#fde047d9}.sm\:caret-yellow-300\/90{caret-color:#fde047e6}.sm\:caret-yellow-300\/95{caret-color:#fde047f2}.sm\:caret-yellow-400{caret-color:#facc15}.sm\:caret-yellow-400\/0{caret-color:#facc1500}.sm\:caret-yellow-400\/10{caret-color:#facc151a}.sm\:caret-yellow-400\/100{caret-color:#facc15}.sm\:caret-yellow-400\/15{caret-color:#facc1526}.sm\:caret-yellow-400\/20{caret-color:#facc1533}.sm\:caret-yellow-400\/25{caret-color:#facc1540}.sm\:caret-yellow-400\/30{caret-color:#facc154d}.sm\:caret-yellow-400\/35{caret-color:#facc1559}.sm\:caret-yellow-400\/40{caret-color:#facc1566}.sm\:caret-yellow-400\/45{caret-color:#facc1573}.sm\:caret-yellow-400\/5{caret-color:#facc150d}.sm\:caret-yellow-400\/50{caret-color:#facc1580}.sm\:caret-yellow-400\/55{caret-color:#facc158c}.sm\:caret-yellow-400\/60{caret-color:#facc1599}.sm\:caret-yellow-400\/65{caret-color:#facc15a6}.sm\:caret-yellow-400\/70{caret-color:#facc15b3}.sm\:caret-yellow-400\/75{caret-color:#facc15bf}.sm\:caret-yellow-400\/80{caret-color:#facc15cc}.sm\:caret-yellow-400\/85{caret-color:#facc15d9}.sm\:caret-yellow-400\/90{caret-color:#facc15e6}.sm\:caret-yellow-400\/95{caret-color:#facc15f2}.sm\:caret-yellow-50{caret-color:#fefce8}.sm\:caret-yellow-50\/0{caret-color:#fefce800}.sm\:caret-yellow-50\/10{caret-color:#fefce81a}.sm\:caret-yellow-50\/100{caret-color:#fefce8}.sm\:caret-yellow-50\/15{caret-color:#fefce826}.sm\:caret-yellow-50\/20{caret-color:#fefce833}.sm\:caret-yellow-50\/25{caret-color:#fefce840}.sm\:caret-yellow-50\/30{caret-color:#fefce84d}.sm\:caret-yellow-50\/35{caret-color:#fefce859}.sm\:caret-yellow-50\/40{caret-color:#fefce866}.sm\:caret-yellow-50\/45{caret-color:#fefce873}.sm\:caret-yellow-50\/5{caret-color:#fefce80d}.sm\:caret-yellow-50\/50{caret-color:#fefce880}.sm\:caret-yellow-50\/55{caret-color:#fefce88c}.sm\:caret-yellow-50\/60{caret-color:#fefce899}.sm\:caret-yellow-50\/65{caret-color:#fefce8a6}.sm\:caret-yellow-50\/70{caret-color:#fefce8b3}.sm\:caret-yellow-50\/75{caret-color:#fefce8bf}.sm\:caret-yellow-50\/80{caret-color:#fefce8cc}.sm\:caret-yellow-50\/85{caret-color:#fefce8d9}.sm\:caret-yellow-50\/90{caret-color:#fefce8e6}.sm\:caret-yellow-50\/95{caret-color:#fefce8f2}.sm\:caret-yellow-500{caret-color:#eab308}.sm\:caret-yellow-500\/0{caret-color:#eab30800}.sm\:caret-yellow-500\/10{caret-color:#eab3081a}.sm\:caret-yellow-500\/100{caret-color:#eab308}.sm\:caret-yellow-500\/15{caret-color:#eab30826}.sm\:caret-yellow-500\/20{caret-color:#eab30833}.sm\:caret-yellow-500\/25{caret-color:#eab30840}.sm\:caret-yellow-500\/30{caret-color:#eab3084d}.sm\:caret-yellow-500\/35{caret-color:#eab30859}.sm\:caret-yellow-500\/40{caret-color:#eab30866}.sm\:caret-yellow-500\/45{caret-color:#eab30873}.sm\:caret-yellow-500\/5{caret-color:#eab3080d}.sm\:caret-yellow-500\/50{caret-color:#eab30880}.sm\:caret-yellow-500\/55{caret-color:#eab3088c}.sm\:caret-yellow-500\/60{caret-color:#eab30899}.sm\:caret-yellow-500\/65{caret-color:#eab308a6}.sm\:caret-yellow-500\/70{caret-color:#eab308b3}.sm\:caret-yellow-500\/75{caret-color:#eab308bf}.sm\:caret-yellow-500\/80{caret-color:#eab308cc}.sm\:caret-yellow-500\/85{caret-color:#eab308d9}.sm\:caret-yellow-500\/90{caret-color:#eab308e6}.sm\:caret-yellow-500\/95{caret-color:#eab308f2}.sm\:caret-yellow-600{caret-color:#ca8a04}.sm\:caret-yellow-600\/0{caret-color:#ca8a0400}.sm\:caret-yellow-600\/10{caret-color:#ca8a041a}.sm\:caret-yellow-600\/100{caret-color:#ca8a04}.sm\:caret-yellow-600\/15{caret-color:#ca8a0426}.sm\:caret-yellow-600\/20{caret-color:#ca8a0433}.sm\:caret-yellow-600\/25{caret-color:#ca8a0440}.sm\:caret-yellow-600\/30{caret-color:#ca8a044d}.sm\:caret-yellow-600\/35{caret-color:#ca8a0459}.sm\:caret-yellow-600\/40{caret-color:#ca8a0466}.sm\:caret-yellow-600\/45{caret-color:#ca8a0473}.sm\:caret-yellow-600\/5{caret-color:#ca8a040d}.sm\:caret-yellow-600\/50{caret-color:#ca8a0480}.sm\:caret-yellow-600\/55{caret-color:#ca8a048c}.sm\:caret-yellow-600\/60{caret-color:#ca8a0499}.sm\:caret-yellow-600\/65{caret-color:#ca8a04a6}.sm\:caret-yellow-600\/70{caret-color:#ca8a04b3}.sm\:caret-yellow-600\/75{caret-color:#ca8a04bf}.sm\:caret-yellow-600\/80{caret-color:#ca8a04cc}.sm\:caret-yellow-600\/85{caret-color:#ca8a04d9}.sm\:caret-yellow-600\/90{caret-color:#ca8a04e6}.sm\:caret-yellow-600\/95{caret-color:#ca8a04f2}.sm\:caret-yellow-700{caret-color:#a16207}.sm\:caret-yellow-700\/0{caret-color:#a1620700}.sm\:caret-yellow-700\/10{caret-color:#a162071a}.sm\:caret-yellow-700\/100{caret-color:#a16207}.sm\:caret-yellow-700\/15{caret-color:#a1620726}.sm\:caret-yellow-700\/20{caret-color:#a1620733}.sm\:caret-yellow-700\/25{caret-color:#a1620740}.sm\:caret-yellow-700\/30{caret-color:#a162074d}.sm\:caret-yellow-700\/35{caret-color:#a1620759}.sm\:caret-yellow-700\/40{caret-color:#a1620766}.sm\:caret-yellow-700\/45{caret-color:#a1620773}.sm\:caret-yellow-700\/5{caret-color:#a162070d}.sm\:caret-yellow-700\/50{caret-color:#a1620780}.sm\:caret-yellow-700\/55{caret-color:#a162078c}.sm\:caret-yellow-700\/60{caret-color:#a1620799}.sm\:caret-yellow-700\/65{caret-color:#a16207a6}.sm\:caret-yellow-700\/70{caret-color:#a16207b3}.sm\:caret-yellow-700\/75{caret-color:#a16207bf}.sm\:caret-yellow-700\/80{caret-color:#a16207cc}.sm\:caret-yellow-700\/85{caret-color:#a16207d9}.sm\:caret-yellow-700\/90{caret-color:#a16207e6}.sm\:caret-yellow-700\/95{caret-color:#a16207f2}.sm\:caret-yellow-800{caret-color:#854d0e}.sm\:caret-yellow-800\/0{caret-color:#854d0e00}.sm\:caret-yellow-800\/10{caret-color:#854d0e1a}.sm\:caret-yellow-800\/100{caret-color:#854d0e}.sm\:caret-yellow-800\/15{caret-color:#854d0e26}.sm\:caret-yellow-800\/20{caret-color:#854d0e33}.sm\:caret-yellow-800\/25{caret-color:#854d0e40}.sm\:caret-yellow-800\/30{caret-color:#854d0e4d}.sm\:caret-yellow-800\/35{caret-color:#854d0e59}.sm\:caret-yellow-800\/40{caret-color:#854d0e66}.sm\:caret-yellow-800\/45{caret-color:#854d0e73}.sm\:caret-yellow-800\/5{caret-color:#854d0e0d}.sm\:caret-yellow-800\/50{caret-color:#854d0e80}.sm\:caret-yellow-800\/55{caret-color:#854d0e8c}.sm\:caret-yellow-800\/60{caret-color:#854d0e99}.sm\:caret-yellow-800\/65{caret-color:#854d0ea6}.sm\:caret-yellow-800\/70{caret-color:#854d0eb3}.sm\:caret-yellow-800\/75{caret-color:#854d0ebf}.sm\:caret-yellow-800\/80{caret-color:#854d0ecc}.sm\:caret-yellow-800\/85{caret-color:#854d0ed9}.sm\:caret-yellow-800\/90{caret-color:#854d0ee6}.sm\:caret-yellow-800\/95{caret-color:#854d0ef2}.sm\:caret-yellow-900{caret-color:#713f12}.sm\:caret-yellow-900\/0{caret-color:#713f1200}.sm\:caret-yellow-900\/10{caret-color:#713f121a}.sm\:caret-yellow-900\/100{caret-color:#713f12}.sm\:caret-yellow-900\/15{caret-color:#713f1226}.sm\:caret-yellow-900\/20{caret-color:#713f1233}.sm\:caret-yellow-900\/25{caret-color:#713f1240}.sm\:caret-yellow-900\/30{caret-color:#713f124d}.sm\:caret-yellow-900\/35{caret-color:#713f1259}.sm\:caret-yellow-900\/40{caret-color:#713f1266}.sm\:caret-yellow-900\/45{caret-color:#713f1273}.sm\:caret-yellow-900\/5{caret-color:#713f120d}.sm\:caret-yellow-900\/50{caret-color:#713f1280}.sm\:caret-yellow-900\/55{caret-color:#713f128c}.sm\:caret-yellow-900\/60{caret-color:#713f1299}.sm\:caret-yellow-900\/65{caret-color:#713f12a6}.sm\:caret-yellow-900\/70{caret-color:#713f12b3}.sm\:caret-yellow-900\/75{caret-color:#713f12bf}.sm\:caret-yellow-900\/80{caret-color:#713f12cc}.sm\:caret-yellow-900\/85{caret-color:#713f12d9}.sm\:caret-yellow-900\/90{caret-color:#713f12e6}.sm\:caret-yellow-900\/95{caret-color:#713f12f2}.sm\:caret-yellow-950{caret-color:#422006}.sm\:caret-yellow-950\/0{caret-color:#42200600}.sm\:caret-yellow-950\/10{caret-color:#4220061a}.sm\:caret-yellow-950\/100{caret-color:#422006}.sm\:caret-yellow-950\/15{caret-color:#42200626}.sm\:caret-yellow-950\/20{caret-color:#42200633}.sm\:caret-yellow-950\/25{caret-color:#42200640}.sm\:caret-yellow-950\/30{caret-color:#4220064d}.sm\:caret-yellow-950\/35{caret-color:#42200659}.sm\:caret-yellow-950\/40{caret-color:#42200666}.sm\:caret-yellow-950\/45{caret-color:#42200673}.sm\:caret-yellow-950\/5{caret-color:#4220060d}.sm\:caret-yellow-950\/50{caret-color:#42200680}.sm\:caret-yellow-950\/55{caret-color:#4220068c}.sm\:caret-yellow-950\/60{caret-color:#42200699}.sm\:caret-yellow-950\/65{caret-color:#422006a6}.sm\:caret-yellow-950\/70{caret-color:#422006b3}.sm\:caret-yellow-950\/75{caret-color:#422006bf}.sm\:caret-yellow-950\/80{caret-color:#422006cc}.sm\:caret-yellow-950\/85{caret-color:#422006d9}.sm\:caret-yellow-950\/90{caret-color:#422006e6}.sm\:caret-yellow-950\/95{caret-color:#422006f2}.sm\:accent-yellow-100{accent-color:#fef9c3}.sm\:accent-yellow-100\/0{accent-color:#fef9c300}.sm\:accent-yellow-100\/10{accent-color:#fef9c31a}.sm\:accent-yellow-100\/100{accent-color:#fef9c3}.sm\:accent-yellow-100\/15{accent-color:#fef9c326}.sm\:accent-yellow-100\/20{accent-color:#fef9c333}.sm\:accent-yellow-100\/25{accent-color:#fef9c340}.sm\:accent-yellow-100\/30{accent-color:#fef9c34d}.sm\:accent-yellow-100\/35{accent-color:#fef9c359}.sm\:accent-yellow-100\/40{accent-color:#fef9c366}.sm\:accent-yellow-100\/45{accent-color:#fef9c373}.sm\:accent-yellow-100\/5{accent-color:#fef9c30d}.sm\:accent-yellow-100\/50{accent-color:#fef9c380}.sm\:accent-yellow-100\/55{accent-color:#fef9c38c}.sm\:accent-yellow-100\/60{accent-color:#fef9c399}.sm\:accent-yellow-100\/65{accent-color:#fef9c3a6}.sm\:accent-yellow-100\/70{accent-color:#fef9c3b3}.sm\:accent-yellow-100\/75{accent-color:#fef9c3bf}.sm\:accent-yellow-100\/80{accent-color:#fef9c3cc}.sm\:accent-yellow-100\/85{accent-color:#fef9c3d9}.sm\:accent-yellow-100\/90{accent-color:#fef9c3e6}.sm\:accent-yellow-100\/95{accent-color:#fef9c3f2}.sm\:accent-yellow-200{accent-color:#fef08a}.sm\:accent-yellow-200\/0{accent-color:#fef08a00}.sm\:accent-yellow-200\/10{accent-color:#fef08a1a}.sm\:accent-yellow-200\/100{accent-color:#fef08a}.sm\:accent-yellow-200\/15{accent-color:#fef08a26}.sm\:accent-yellow-200\/20{accent-color:#fef08a33}.sm\:accent-yellow-200\/25{accent-color:#fef08a40}.sm\:accent-yellow-200\/30{accent-color:#fef08a4d}.sm\:accent-yellow-200\/35{accent-color:#fef08a59}.sm\:accent-yellow-200\/40{accent-color:#fef08a66}.sm\:accent-yellow-200\/45{accent-color:#fef08a73}.sm\:accent-yellow-200\/5{accent-color:#fef08a0d}.sm\:accent-yellow-200\/50{accent-color:#fef08a80}.sm\:accent-yellow-200\/55{accent-color:#fef08a8c}.sm\:accent-yellow-200\/60{accent-color:#fef08a99}.sm\:accent-yellow-200\/65{accent-color:#fef08aa6}.sm\:accent-yellow-200\/70{accent-color:#fef08ab3}.sm\:accent-yellow-200\/75{accent-color:#fef08abf}.sm\:accent-yellow-200\/80{accent-color:#fef08acc}.sm\:accent-yellow-200\/85{accent-color:#fef08ad9}.sm\:accent-yellow-200\/90{accent-color:#fef08ae6}.sm\:accent-yellow-200\/95{accent-color:#fef08af2}.sm\:accent-yellow-300{accent-color:#fde047}.sm\:accent-yellow-300\/0{accent-color:#fde04700}.sm\:accent-yellow-300\/10{accent-color:#fde0471a}.sm\:accent-yellow-300\/100{accent-color:#fde047}.sm\:accent-yellow-300\/15{accent-color:#fde04726}.sm\:accent-yellow-300\/20{accent-color:#fde04733}.sm\:accent-yellow-300\/25{accent-color:#fde04740}.sm\:accent-yellow-300\/30{accent-color:#fde0474d}.sm\:accent-yellow-300\/35{accent-color:#fde04759}.sm\:accent-yellow-300\/40{accent-color:#fde04766}.sm\:accent-yellow-300\/45{accent-color:#fde04773}.sm\:accent-yellow-300\/5{accent-color:#fde0470d}.sm\:accent-yellow-300\/50{accent-color:#fde04780}.sm\:accent-yellow-300\/55{accent-color:#fde0478c}.sm\:accent-yellow-300\/60{accent-color:#fde04799}.sm\:accent-yellow-300\/65{accent-color:#fde047a6}.sm\:accent-yellow-300\/70{accent-color:#fde047b3}.sm\:accent-yellow-300\/75{accent-color:#fde047bf}.sm\:accent-yellow-300\/80{accent-color:#fde047cc}.sm\:accent-yellow-300\/85{accent-color:#fde047d9}.sm\:accent-yellow-300\/90{accent-color:#fde047e6}.sm\:accent-yellow-300\/95{accent-color:#fde047f2}.sm\:accent-yellow-400{accent-color:#facc15}.sm\:accent-yellow-400\/0{accent-color:#facc1500}.sm\:accent-yellow-400\/10{accent-color:#facc151a}.sm\:accent-yellow-400\/100{accent-color:#facc15}.sm\:accent-yellow-400\/15{accent-color:#facc1526}.sm\:accent-yellow-400\/20{accent-color:#facc1533}.sm\:accent-yellow-400\/25{accent-color:#facc1540}.sm\:accent-yellow-400\/30{accent-color:#facc154d}.sm\:accent-yellow-400\/35{accent-color:#facc1559}.sm\:accent-yellow-400\/40{accent-color:#facc1566}.sm\:accent-yellow-400\/45{accent-color:#facc1573}.sm\:accent-yellow-400\/5{accent-color:#facc150d}.sm\:accent-yellow-400\/50{accent-color:#facc1580}.sm\:accent-yellow-400\/55{accent-color:#facc158c}.sm\:accent-yellow-400\/60{accent-color:#facc1599}.sm\:accent-yellow-400\/65{accent-color:#facc15a6}.sm\:accent-yellow-400\/70{accent-color:#facc15b3}.sm\:accent-yellow-400\/75{accent-color:#facc15bf}.sm\:accent-yellow-400\/80{accent-color:#facc15cc}.sm\:accent-yellow-400\/85{accent-color:#facc15d9}.sm\:accent-yellow-400\/90{accent-color:#facc15e6}.sm\:accent-yellow-400\/95{accent-color:#facc15f2}.sm\:accent-yellow-50{accent-color:#fefce8}.sm\:accent-yellow-50\/0{accent-color:#fefce800}.sm\:accent-yellow-50\/10{accent-color:#fefce81a}.sm\:accent-yellow-50\/100{accent-color:#fefce8}.sm\:accent-yellow-50\/15{accent-color:#fefce826}.sm\:accent-yellow-50\/20{accent-color:#fefce833}.sm\:accent-yellow-50\/25{accent-color:#fefce840}.sm\:accent-yellow-50\/30{accent-color:#fefce84d}.sm\:accent-yellow-50\/35{accent-color:#fefce859}.sm\:accent-yellow-50\/40{accent-color:#fefce866}.sm\:accent-yellow-50\/45{accent-color:#fefce873}.sm\:accent-yellow-50\/5{accent-color:#fefce80d}.sm\:accent-yellow-50\/50{accent-color:#fefce880}.sm\:accent-yellow-50\/55{accent-color:#fefce88c}.sm\:accent-yellow-50\/60{accent-color:#fefce899}.sm\:accent-yellow-50\/65{accent-color:#fefce8a6}.sm\:accent-yellow-50\/70{accent-color:#fefce8b3}.sm\:accent-yellow-50\/75{accent-color:#fefce8bf}.sm\:accent-yellow-50\/80{accent-color:#fefce8cc}.sm\:accent-yellow-50\/85{accent-color:#fefce8d9}.sm\:accent-yellow-50\/90{accent-color:#fefce8e6}.sm\:accent-yellow-50\/95{accent-color:#fefce8f2}.sm\:accent-yellow-500{accent-color:#eab308}.sm\:accent-yellow-500\/0{accent-color:#eab30800}.sm\:accent-yellow-500\/10{accent-color:#eab3081a}.sm\:accent-yellow-500\/100{accent-color:#eab308}.sm\:accent-yellow-500\/15{accent-color:#eab30826}.sm\:accent-yellow-500\/20{accent-color:#eab30833}.sm\:accent-yellow-500\/25{accent-color:#eab30840}.sm\:accent-yellow-500\/30{accent-color:#eab3084d}.sm\:accent-yellow-500\/35{accent-color:#eab30859}.sm\:accent-yellow-500\/40{accent-color:#eab30866}.sm\:accent-yellow-500\/45{accent-color:#eab30873}.sm\:accent-yellow-500\/5{accent-color:#eab3080d}.sm\:accent-yellow-500\/50{accent-color:#eab30880}.sm\:accent-yellow-500\/55{accent-color:#eab3088c}.sm\:accent-yellow-500\/60{accent-color:#eab30899}.sm\:accent-yellow-500\/65{accent-color:#eab308a6}.sm\:accent-yellow-500\/70{accent-color:#eab308b3}.sm\:accent-yellow-500\/75{accent-color:#eab308bf}.sm\:accent-yellow-500\/80{accent-color:#eab308cc}.sm\:accent-yellow-500\/85{accent-color:#eab308d9}.sm\:accent-yellow-500\/90{accent-color:#eab308e6}.sm\:accent-yellow-500\/95{accent-color:#eab308f2}.sm\:accent-yellow-600{accent-color:#ca8a04}.sm\:accent-yellow-600\/0{accent-color:#ca8a0400}.sm\:accent-yellow-600\/10{accent-color:#ca8a041a}.sm\:accent-yellow-600\/100{accent-color:#ca8a04}.sm\:accent-yellow-600\/15{accent-color:#ca8a0426}.sm\:accent-yellow-600\/20{accent-color:#ca8a0433}.sm\:accent-yellow-600\/25{accent-color:#ca8a0440}.sm\:accent-yellow-600\/30{accent-color:#ca8a044d}.sm\:accent-yellow-600\/35{accent-color:#ca8a0459}.sm\:accent-yellow-600\/40{accent-color:#ca8a0466}.sm\:accent-yellow-600\/45{accent-color:#ca8a0473}.sm\:accent-yellow-600\/5{accent-color:#ca8a040d}.sm\:accent-yellow-600\/50{accent-color:#ca8a0480}.sm\:accent-yellow-600\/55{accent-color:#ca8a048c}.sm\:accent-yellow-600\/60{accent-color:#ca8a0499}.sm\:accent-yellow-600\/65{accent-color:#ca8a04a6}.sm\:accent-yellow-600\/70{accent-color:#ca8a04b3}.sm\:accent-yellow-600\/75{accent-color:#ca8a04bf}.sm\:accent-yellow-600\/80{accent-color:#ca8a04cc}.sm\:accent-yellow-600\/85{accent-color:#ca8a04d9}.sm\:accent-yellow-600\/90{accent-color:#ca8a04e6}.sm\:accent-yellow-600\/95{accent-color:#ca8a04f2}.sm\:accent-yellow-700{accent-color:#a16207}.sm\:accent-yellow-700\/0{accent-color:#a1620700}.sm\:accent-yellow-700\/10{accent-color:#a162071a}.sm\:accent-yellow-700\/100{accent-color:#a16207}.sm\:accent-yellow-700\/15{accent-color:#a1620726}.sm\:accent-yellow-700\/20{accent-color:#a1620733}.sm\:accent-yellow-700\/25{accent-color:#a1620740}.sm\:accent-yellow-700\/30{accent-color:#a162074d}.sm\:accent-yellow-700\/35{accent-color:#a1620759}.sm\:accent-yellow-700\/40{accent-color:#a1620766}.sm\:accent-yellow-700\/45{accent-color:#a1620773}.sm\:accent-yellow-700\/5{accent-color:#a162070d}.sm\:accent-yellow-700\/50{accent-color:#a1620780}.sm\:accent-yellow-700\/55{accent-color:#a162078c}.sm\:accent-yellow-700\/60{accent-color:#a1620799}.sm\:accent-yellow-700\/65{accent-color:#a16207a6}.sm\:accent-yellow-700\/70{accent-color:#a16207b3}.sm\:accent-yellow-700\/75{accent-color:#a16207bf}.sm\:accent-yellow-700\/80{accent-color:#a16207cc}.sm\:accent-yellow-700\/85{accent-color:#a16207d9}.sm\:accent-yellow-700\/90{accent-color:#a16207e6}.sm\:accent-yellow-700\/95{accent-color:#a16207f2}.sm\:accent-yellow-800{accent-color:#854d0e}.sm\:accent-yellow-800\/0{accent-color:#854d0e00}.sm\:accent-yellow-800\/10{accent-color:#854d0e1a}.sm\:accent-yellow-800\/100{accent-color:#854d0e}.sm\:accent-yellow-800\/15{accent-color:#854d0e26}.sm\:accent-yellow-800\/20{accent-color:#854d0e33}.sm\:accent-yellow-800\/25{accent-color:#854d0e40}.sm\:accent-yellow-800\/30{accent-color:#854d0e4d}.sm\:accent-yellow-800\/35{accent-color:#854d0e59}.sm\:accent-yellow-800\/40{accent-color:#854d0e66}.sm\:accent-yellow-800\/45{accent-color:#854d0e73}.sm\:accent-yellow-800\/5{accent-color:#854d0e0d}.sm\:accent-yellow-800\/50{accent-color:#854d0e80}.sm\:accent-yellow-800\/55{accent-color:#854d0e8c}.sm\:accent-yellow-800\/60{accent-color:#854d0e99}.sm\:accent-yellow-800\/65{accent-color:#854d0ea6}.sm\:accent-yellow-800\/70{accent-color:#854d0eb3}.sm\:accent-yellow-800\/75{accent-color:#854d0ebf}.sm\:accent-yellow-800\/80{accent-color:#854d0ecc}.sm\:accent-yellow-800\/85{accent-color:#854d0ed9}.sm\:accent-yellow-800\/90{accent-color:#854d0ee6}.sm\:accent-yellow-800\/95{accent-color:#854d0ef2}.sm\:accent-yellow-900{accent-color:#713f12}.sm\:accent-yellow-900\/0{accent-color:#713f1200}.sm\:accent-yellow-900\/10{accent-color:#713f121a}.sm\:accent-yellow-900\/100{accent-color:#713f12}.sm\:accent-yellow-900\/15{accent-color:#713f1226}.sm\:accent-yellow-900\/20{accent-color:#713f1233}.sm\:accent-yellow-900\/25{accent-color:#713f1240}.sm\:accent-yellow-900\/30{accent-color:#713f124d}.sm\:accent-yellow-900\/35{accent-color:#713f1259}.sm\:accent-yellow-900\/40{accent-color:#713f1266}.sm\:accent-yellow-900\/45{accent-color:#713f1273}.sm\:accent-yellow-900\/5{accent-color:#713f120d}.sm\:accent-yellow-900\/50{accent-color:#713f1280}.sm\:accent-yellow-900\/55{accent-color:#713f128c}.sm\:accent-yellow-900\/60{accent-color:#713f1299}.sm\:accent-yellow-900\/65{accent-color:#713f12a6}.sm\:accent-yellow-900\/70{accent-color:#713f12b3}.sm\:accent-yellow-900\/75{accent-color:#713f12bf}.sm\:accent-yellow-900\/80{accent-color:#713f12cc}.sm\:accent-yellow-900\/85{accent-color:#713f12d9}.sm\:accent-yellow-900\/90{accent-color:#713f12e6}.sm\:accent-yellow-900\/95{accent-color:#713f12f2}.sm\:accent-yellow-950{accent-color:#422006}.sm\:accent-yellow-950\/0{accent-color:#42200600}.sm\:accent-yellow-950\/10{accent-color:#4220061a}.sm\:accent-yellow-950\/100{accent-color:#422006}.sm\:accent-yellow-950\/15{accent-color:#42200626}.sm\:accent-yellow-950\/20{accent-color:#42200633}.sm\:accent-yellow-950\/25{accent-color:#42200640}.sm\:accent-yellow-950\/30{accent-color:#4220064d}.sm\:accent-yellow-950\/35{accent-color:#42200659}.sm\:accent-yellow-950\/40{accent-color:#42200666}.sm\:accent-yellow-950\/45{accent-color:#42200673}.sm\:accent-yellow-950\/5{accent-color:#4220060d}.sm\:accent-yellow-950\/50{accent-color:#42200680}.sm\:accent-yellow-950\/55{accent-color:#4220068c}.sm\:accent-yellow-950\/60{accent-color:#42200699}.sm\:accent-yellow-950\/65{accent-color:#422006a6}.sm\:accent-yellow-950\/70{accent-color:#422006b3}.sm\:accent-yellow-950\/75{accent-color:#422006bf}.sm\:accent-yellow-950\/80{accent-color:#422006cc}.sm\:accent-yellow-950\/85{accent-color:#422006d9}.sm\:accent-yellow-950\/90{accent-color:#422006e6}.sm\:accent-yellow-950\/95{accent-color:#422006f2}.sm\:shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.sm\:shadow-yellow-100{--tw-shadow-color:#fef9c3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/0{--tw-shadow-color:#fef9c300;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/10{--tw-shadow-color:#fef9c31a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/100{--tw-shadow-color:#fef9c3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/15{--tw-shadow-color:#fef9c326;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/20{--tw-shadow-color:#fef9c333;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/25{--tw-shadow-color:#fef9c340;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/30{--tw-shadow-color:#fef9c34d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/35{--tw-shadow-color:#fef9c359;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/40{--tw-shadow-color:#fef9c366;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/45{--tw-shadow-color:#fef9c373;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/5{--tw-shadow-color:#fef9c30d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/50{--tw-shadow-color:#fef9c380;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/55{--tw-shadow-color:#fef9c38c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/60{--tw-shadow-color:#fef9c399;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/65{--tw-shadow-color:#fef9c3a6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/70{--tw-shadow-color:#fef9c3b3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/75{--tw-shadow-color:#fef9c3bf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/80{--tw-shadow-color:#fef9c3cc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/85{--tw-shadow-color:#fef9c3d9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/90{--tw-shadow-color:#fef9c3e6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-100\/95{--tw-shadow-color:#fef9c3f2;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200{--tw-shadow-color:#fef08a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/0{--tw-shadow-color:#fef08a00;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/10{--tw-shadow-color:#fef08a1a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/100{--tw-shadow-color:#fef08a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/15{--tw-shadow-color:#fef08a26;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/20{--tw-shadow-color:#fef08a33;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/25{--tw-shadow-color:#fef08a40;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/30{--tw-shadow-color:#fef08a4d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/35{--tw-shadow-color:#fef08a59;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/40{--tw-shadow-color:#fef08a66;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/45{--tw-shadow-color:#fef08a73;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/5{--tw-shadow-color:#fef08a0d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/50{--tw-shadow-color:#fef08a80;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/55{--tw-shadow-color:#fef08a8c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/60{--tw-shadow-color:#fef08a99;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/65{--tw-shadow-color:#fef08aa6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/70{--tw-shadow-color:#fef08ab3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/75{--tw-shadow-color:#fef08abf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/80{--tw-shadow-color:#fef08acc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/85{--tw-shadow-color:#fef08ad9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/90{--tw-shadow-color:#fef08ae6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-200\/95{--tw-shadow-color:#fef08af2;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300{--tw-shadow-color:#fde047;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/0{--tw-shadow-color:#fde04700;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/10{--tw-shadow-color:#fde0471a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/100{--tw-shadow-color:#fde047;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/15{--tw-shadow-color:#fde04726;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/20{--tw-shadow-color:#fde04733;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/25{--tw-shadow-color:#fde04740;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/30{--tw-shadow-color:#fde0474d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/35{--tw-shadow-color:#fde04759;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/40{--tw-shadow-color:#fde04766;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/45{--tw-shadow-color:#fde04773;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/5{--tw-shadow-color:#fde0470d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/50{--tw-shadow-color:#fde04780;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/55{--tw-shadow-color:#fde0478c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/60{--tw-shadow-color:#fde04799;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/65{--tw-shadow-color:#fde047a6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/70{--tw-shadow-color:#fde047b3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/75{--tw-shadow-color:#fde047bf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/80{--tw-shadow-color:#fde047cc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/85{--tw-shadow-color:#fde047d9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/90{--tw-shadow-color:#fde047e6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-300\/95{--tw-shadow-color:#fde047f2;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400{--tw-shadow-color:#facc15;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/0{--tw-shadow-color:#facc1500;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/10{--tw-shadow-color:#facc151a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/100{--tw-shadow-color:#facc15;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/15{--tw-shadow-color:#facc1526;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/20{--tw-shadow-color:#facc1533;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/25{--tw-shadow-color:#facc1540;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/30{--tw-shadow-color:#facc154d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/35{--tw-shadow-color:#facc1559;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/40{--tw-shadow-color:#facc1566;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/45{--tw-shadow-color:#facc1573;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/5{--tw-shadow-color:#facc150d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/50{--tw-shadow-color:#facc1580;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/55{--tw-shadow-color:#facc158c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/60{--tw-shadow-color:#facc1599;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/65{--tw-shadow-color:#facc15a6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/70{--tw-shadow-color:#facc15b3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/75{--tw-shadow-color:#facc15bf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/80{--tw-shadow-color:#facc15cc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/85{--tw-shadow-color:#facc15d9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/90{--tw-shadow-color:#facc15e6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-400\/95{--tw-shadow-color:#facc15f2;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50{--tw-shadow-color:#fefce8;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/0{--tw-shadow-color:#fefce800;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/10{--tw-shadow-color:#fefce81a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/100{--tw-shadow-color:#fefce8;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/15{--tw-shadow-color:#fefce826;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/20{--tw-shadow-color:#fefce833;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/25{--tw-shadow-color:#fefce840;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/30{--tw-shadow-color:#fefce84d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/35{--tw-shadow-color:#fefce859;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/40{--tw-shadow-color:#fefce866;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/45{--tw-shadow-color:#fefce873;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/5{--tw-shadow-color:#fefce80d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/50{--tw-shadow-color:#fefce880;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/55{--tw-shadow-color:#fefce88c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/60{--tw-shadow-color:#fefce899;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/65{--tw-shadow-color:#fefce8a6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/70{--tw-shadow-color:#fefce8b3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/75{--tw-shadow-color:#fefce8bf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/80{--tw-shadow-color:#fefce8cc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/85{--tw-shadow-color:#fefce8d9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/90{--tw-shadow-color:#fefce8e6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-50\/95{--tw-shadow-color:#fefce8f2;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500{--tw-shadow-color:#eab308;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/0{--tw-shadow-color:#eab30800;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/10{--tw-shadow-color:#eab3081a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/100{--tw-shadow-color:#eab308;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/15{--tw-shadow-color:#eab30826;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/20{--tw-shadow-color:#eab30833;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/25{--tw-shadow-color:#eab30840;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/30{--tw-shadow-color:#eab3084d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/35{--tw-shadow-color:#eab30859;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/40{--tw-shadow-color:#eab30866;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/45{--tw-shadow-color:#eab30873;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/5{--tw-shadow-color:#eab3080d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/50{--tw-shadow-color:#eab30880;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/55{--tw-shadow-color:#eab3088c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/60{--tw-shadow-color:#eab30899;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/65{--tw-shadow-color:#eab308a6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/70{--tw-shadow-color:#eab308b3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/75{--tw-shadow-color:#eab308bf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/80{--tw-shadow-color:#eab308cc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/85{--tw-shadow-color:#eab308d9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/90{--tw-shadow-color:#eab308e6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-500\/95{--tw-shadow-color:#eab308f2;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600{--tw-shadow-color:#ca8a04;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/0{--tw-shadow-color:#ca8a0400;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/10{--tw-shadow-color:#ca8a041a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/100{--tw-shadow-color:#ca8a04;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/15{--tw-shadow-color:#ca8a0426;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/20{--tw-shadow-color:#ca8a0433;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/25{--tw-shadow-color:#ca8a0440;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/30{--tw-shadow-color:#ca8a044d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/35{--tw-shadow-color:#ca8a0459;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/40{--tw-shadow-color:#ca8a0466;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/45{--tw-shadow-color:#ca8a0473;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/5{--tw-shadow-color:#ca8a040d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/50{--tw-shadow-color:#ca8a0480;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/55{--tw-shadow-color:#ca8a048c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/60{--tw-shadow-color:#ca8a0499;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/65{--tw-shadow-color:#ca8a04a6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/70{--tw-shadow-color:#ca8a04b3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/75{--tw-shadow-color:#ca8a04bf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/80{--tw-shadow-color:#ca8a04cc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/85{--tw-shadow-color:#ca8a04d9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/90{--tw-shadow-color:#ca8a04e6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-600\/95{--tw-shadow-color:#ca8a04f2;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700{--tw-shadow-color:#a16207;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/0{--tw-shadow-color:#a1620700;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/10{--tw-shadow-color:#a162071a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/100{--tw-shadow-color:#a16207;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/15{--tw-shadow-color:#a1620726;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/20{--tw-shadow-color:#a1620733;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/25{--tw-shadow-color:#a1620740;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/30{--tw-shadow-color:#a162074d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/35{--tw-shadow-color:#a1620759;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/40{--tw-shadow-color:#a1620766;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/45{--tw-shadow-color:#a1620773;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/5{--tw-shadow-color:#a162070d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/50{--tw-shadow-color:#a1620780;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/55{--tw-shadow-color:#a162078c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/60{--tw-shadow-color:#a1620799;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/65{--tw-shadow-color:#a16207a6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/70{--tw-shadow-color:#a16207b3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/75{--tw-shadow-color:#a16207bf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/80{--tw-shadow-color:#a16207cc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/85{--tw-shadow-color:#a16207d9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/90{--tw-shadow-color:#a16207e6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-700\/95{--tw-shadow-color:#a16207f2;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800{--tw-shadow-color:#854d0e;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/0{--tw-shadow-color:#854d0e00;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/10{--tw-shadow-color:#854d0e1a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/100{--tw-shadow-color:#854d0e;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/15{--tw-shadow-color:#854d0e26;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/20{--tw-shadow-color:#854d0e33;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/25{--tw-shadow-color:#854d0e40;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/30{--tw-shadow-color:#854d0e4d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/35{--tw-shadow-color:#854d0e59;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/40{--tw-shadow-color:#854d0e66;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/45{--tw-shadow-color:#854d0e73;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/5{--tw-shadow-color:#854d0e0d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/50{--tw-shadow-color:#854d0e80;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/55{--tw-shadow-color:#854d0e8c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/60{--tw-shadow-color:#854d0e99;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/65{--tw-shadow-color:#854d0ea6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/70{--tw-shadow-color:#854d0eb3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/75{--tw-shadow-color:#854d0ebf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/80{--tw-shadow-color:#854d0ecc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/85{--tw-shadow-color:#854d0ed9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/90{--tw-shadow-color:#854d0ee6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-800\/95{--tw-shadow-color:#854d0ef2;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900{--tw-shadow-color:#713f12;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/0{--tw-shadow-color:#713f1200;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/10{--tw-shadow-color:#713f121a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/100{--tw-shadow-color:#713f12;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/15{--tw-shadow-color:#713f1226;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/20{--tw-shadow-color:#713f1233;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/25{--tw-shadow-color:#713f1240;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/30{--tw-shadow-color:#713f124d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/35{--tw-shadow-color:#713f1259;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/40{--tw-shadow-color:#713f1266;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/45{--tw-shadow-color:#713f1273;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/5{--tw-shadow-color:#713f120d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/50{--tw-shadow-color:#713f1280;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/55{--tw-shadow-color:#713f128c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/60{--tw-shadow-color:#713f1299;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/65{--tw-shadow-color:#713f12a6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/70{--tw-shadow-color:#713f12b3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/75{--tw-shadow-color:#713f12bf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/80{--tw-shadow-color:#713f12cc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/85{--tw-shadow-color:#713f12d9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/90{--tw-shadow-color:#713f12e6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-900\/95{--tw-shadow-color:#713f12f2;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950{--tw-shadow-color:#422006;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/0{--tw-shadow-color:#42200600;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/10{--tw-shadow-color:#4220061a;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/100{--tw-shadow-color:#422006;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/15{--tw-shadow-color:#42200626;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/20{--tw-shadow-color:#42200633;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/25{--tw-shadow-color:#42200640;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/30{--tw-shadow-color:#4220064d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/35{--tw-shadow-color:#42200659;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/40{--tw-shadow-color:#42200666;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/45{--tw-shadow-color:#42200673;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/5{--tw-shadow-color:#4220060d;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/50{--tw-shadow-color:#42200680;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/55{--tw-shadow-color:#4220068c;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/60{--tw-shadow-color:#42200699;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/65{--tw-shadow-color:#422006a6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/70{--tw-shadow-color:#422006b3;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/75{--tw-shadow-color:#422006bf;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/80{--tw-shadow-color:#422006cc;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/85{--tw-shadow-color:#422006d9;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/90{--tw-shadow-color:#422006e6;--tw-shadow:var(--tw-shadow-colored)}.sm\:shadow-yellow-950\/95{--tw-shadow-color:#422006f2;--tw-shadow:var(--tw-shadow-colored)}.sm\:outline-yellow-100{outline-color:#fef9c3}.sm\:outline-yellow-100\/0{outline-color:#fef9c300}.sm\:outline-yellow-100\/10{outline-color:#fef9c31a}.sm\:outline-yellow-100\/100{outline-color:#fef9c3}.sm\:outline-yellow-100\/15{outline-color:#fef9c326}.sm\:outline-yellow-100\/20{outline-color:#fef9c333}.sm\:outline-yellow-100\/25{outline-color:#fef9c340}.sm\:outline-yellow-100\/30{outline-color:#fef9c34d}.sm\:outline-yellow-100\/35{outline-color:#fef9c359}.sm\:outline-yellow-100\/40{outline-color:#fef9c366}.sm\:outline-yellow-100\/45{outline-color:#fef9c373}.sm\:outline-yellow-100\/5{outline-color:#fef9c30d}.sm\:outline-yellow-100\/50{outline-color:#fef9c380}.sm\:outline-yellow-100\/55{outline-color:#fef9c38c}.sm\:outline-yellow-100\/60{outline-color:#fef9c399}.sm\:outline-yellow-100\/65{outline-color:#fef9c3a6}.sm\:outline-yellow-100\/70{outline-color:#fef9c3b3}.sm\:outline-yellow-100\/75{outline-color:#fef9c3bf}.sm\:outline-yellow-100\/80{outline-color:#fef9c3cc}.sm\:outline-yellow-100\/85{outline-color:#fef9c3d9}.sm\:outline-yellow-100\/90{outline-color:#fef9c3e6}.sm\:outline-yellow-100\/95{outline-color:#fef9c3f2}.sm\:outline-yellow-200{outline-color:#fef08a}.sm\:outline-yellow-200\/0{outline-color:#fef08a00}.sm\:outline-yellow-200\/10{outline-color:#fef08a1a}.sm\:outline-yellow-200\/100{outline-color:#fef08a}.sm\:outline-yellow-200\/15{outline-color:#fef08a26}.sm\:outline-yellow-200\/20{outline-color:#fef08a33}.sm\:outline-yellow-200\/25{outline-color:#fef08a40}.sm\:outline-yellow-200\/30{outline-color:#fef08a4d}.sm\:outline-yellow-200\/35{outline-color:#fef08a59}.sm\:outline-yellow-200\/40{outline-color:#fef08a66}.sm\:outline-yellow-200\/45{outline-color:#fef08a73}.sm\:outline-yellow-200\/5{outline-color:#fef08a0d}.sm\:outline-yellow-200\/50{outline-color:#fef08a80}.sm\:outline-yellow-200\/55{outline-color:#fef08a8c}.sm\:outline-yellow-200\/60{outline-color:#fef08a99}.sm\:outline-yellow-200\/65{outline-color:#fef08aa6}.sm\:outline-yellow-200\/70{outline-color:#fef08ab3}.sm\:outline-yellow-200\/75{outline-color:#fef08abf}.sm\:outline-yellow-200\/80{outline-color:#fef08acc}.sm\:outline-yellow-200\/85{outline-color:#fef08ad9}.sm\:outline-yellow-200\/90{outline-color:#fef08ae6}.sm\:outline-yellow-200\/95{outline-color:#fef08af2}.sm\:outline-yellow-300{outline-color:#fde047}.sm\:outline-yellow-300\/0{outline-color:#fde04700}.sm\:outline-yellow-300\/10{outline-color:#fde0471a}.sm\:outline-yellow-300\/100{outline-color:#fde047}.sm\:outline-yellow-300\/15{outline-color:#fde04726}.sm\:outline-yellow-300\/20{outline-color:#fde04733}.sm\:outline-yellow-300\/25{outline-color:#fde04740}.sm\:outline-yellow-300\/30{outline-color:#fde0474d}.sm\:outline-yellow-300\/35{outline-color:#fde04759}.sm\:outline-yellow-300\/40{outline-color:#fde04766}.sm\:outline-yellow-300\/45{outline-color:#fde04773}.sm\:outline-yellow-300\/5{outline-color:#fde0470d}.sm\:outline-yellow-300\/50{outline-color:#fde04780}.sm\:outline-yellow-300\/55{outline-color:#fde0478c}.sm\:outline-yellow-300\/60{outline-color:#fde04799}.sm\:outline-yellow-300\/65{outline-color:#fde047a6}.sm\:outline-yellow-300\/70{outline-color:#fde047b3}.sm\:outline-yellow-300\/75{outline-color:#fde047bf}.sm\:outline-yellow-300\/80{outline-color:#fde047cc}.sm\:outline-yellow-300\/85{outline-color:#fde047d9}.sm\:outline-yellow-300\/90{outline-color:#fde047e6}.sm\:outline-yellow-300\/95{outline-color:#fde047f2}.sm\:outline-yellow-400{outline-color:#facc15}.sm\:outline-yellow-400\/0{outline-color:#facc1500}.sm\:outline-yellow-400\/10{outline-color:#facc151a}.sm\:outline-yellow-400\/100{outline-color:#facc15}.sm\:outline-yellow-400\/15{outline-color:#facc1526}.sm\:outline-yellow-400\/20{outline-color:#facc1533}.sm\:outline-yellow-400\/25{outline-color:#facc1540}.sm\:outline-yellow-400\/30{outline-color:#facc154d}.sm\:outline-yellow-400\/35{outline-color:#facc1559}.sm\:outline-yellow-400\/40{outline-color:#facc1566}.sm\:outline-yellow-400\/45{outline-color:#facc1573}.sm\:outline-yellow-400\/5{outline-color:#facc150d}.sm\:outline-yellow-400\/50{outline-color:#facc1580}.sm\:outline-yellow-400\/55{outline-color:#facc158c}.sm\:outline-yellow-400\/60{outline-color:#facc1599}.sm\:outline-yellow-400\/65{outline-color:#facc15a6}.sm\:outline-yellow-400\/70{outline-color:#facc15b3}.sm\:outline-yellow-400\/75{outline-color:#facc15bf}.sm\:outline-yellow-400\/80{outline-color:#facc15cc}.sm\:outline-yellow-400\/85{outline-color:#facc15d9}.sm\:outline-yellow-400\/90{outline-color:#facc15e6}.sm\:outline-yellow-400\/95{outline-color:#facc15f2}.sm\:outline-yellow-50{outline-color:#fefce8}.sm\:outline-yellow-50\/0{outline-color:#fefce800}.sm\:outline-yellow-50\/10{outline-color:#fefce81a}.sm\:outline-yellow-50\/100{outline-color:#fefce8}.sm\:outline-yellow-50\/15{outline-color:#fefce826}.sm\:outline-yellow-50\/20{outline-color:#fefce833}.sm\:outline-yellow-50\/25{outline-color:#fefce840}.sm\:outline-yellow-50\/30{outline-color:#fefce84d}.sm\:outline-yellow-50\/35{outline-color:#fefce859}.sm\:outline-yellow-50\/40{outline-color:#fefce866}.sm\:outline-yellow-50\/45{outline-color:#fefce873}.sm\:outline-yellow-50\/5{outline-color:#fefce80d}.sm\:outline-yellow-50\/50{outline-color:#fefce880}.sm\:outline-yellow-50\/55{outline-color:#fefce88c}.sm\:outline-yellow-50\/60{outline-color:#fefce899}.sm\:outline-yellow-50\/65{outline-color:#fefce8a6}.sm\:outline-yellow-50\/70{outline-color:#fefce8b3}.sm\:outline-yellow-50\/75{outline-color:#fefce8bf}.sm\:outline-yellow-50\/80{outline-color:#fefce8cc}.sm\:outline-yellow-50\/85{outline-color:#fefce8d9}.sm\:outline-yellow-50\/90{outline-color:#fefce8e6}.sm\:outline-yellow-50\/95{outline-color:#fefce8f2}.sm\:outline-yellow-500{outline-color:#eab308}.sm\:outline-yellow-500\/0{outline-color:#eab30800}.sm\:outline-yellow-500\/10{outline-color:#eab3081a}.sm\:outline-yellow-500\/100{outline-color:#eab308}.sm\:outline-yellow-500\/15{outline-color:#eab30826}.sm\:outline-yellow-500\/20{outline-color:#eab30833}.sm\:outline-yellow-500\/25{outline-color:#eab30840}.sm\:outline-yellow-500\/30{outline-color:#eab3084d}.sm\:outline-yellow-500\/35{outline-color:#eab30859}.sm\:outline-yellow-500\/40{outline-color:#eab30866}.sm\:outline-yellow-500\/45{outline-color:#eab30873}.sm\:outline-yellow-500\/5{outline-color:#eab3080d}.sm\:outline-yellow-500\/50{outline-color:#eab30880}.sm\:outline-yellow-500\/55{outline-color:#eab3088c}.sm\:outline-yellow-500\/60{outline-color:#eab30899}.sm\:outline-yellow-500\/65{outline-color:#eab308a6}.sm\:outline-yellow-500\/70{outline-color:#eab308b3}.sm\:outline-yellow-500\/75{outline-color:#eab308bf}.sm\:outline-yellow-500\/80{outline-color:#eab308cc}.sm\:outline-yellow-500\/85{outline-color:#eab308d9}.sm\:outline-yellow-500\/90{outline-color:#eab308e6}.sm\:outline-yellow-500\/95{outline-color:#eab308f2}.sm\:outline-yellow-600{outline-color:#ca8a04}.sm\:outline-yellow-600\/0{outline-color:#ca8a0400}.sm\:outline-yellow-600\/10{outline-color:#ca8a041a}.sm\:outline-yellow-600\/100{outline-color:#ca8a04}.sm\:outline-yellow-600\/15{outline-color:#ca8a0426}.sm\:outline-yellow-600\/20{outline-color:#ca8a0433}.sm\:outline-yellow-600\/25{outline-color:#ca8a0440}.sm\:outline-yellow-600\/30{outline-color:#ca8a044d}.sm\:outline-yellow-600\/35{outline-color:#ca8a0459}.sm\:outline-yellow-600\/40{outline-color:#ca8a0466}.sm\:outline-yellow-600\/45{outline-color:#ca8a0473}.sm\:outline-yellow-600\/5{outline-color:#ca8a040d}.sm\:outline-yellow-600\/50{outline-color:#ca8a0480}.sm\:outline-yellow-600\/55{outline-color:#ca8a048c}.sm\:outline-yellow-600\/60{outline-color:#ca8a0499}.sm\:outline-yellow-600\/65{outline-color:#ca8a04a6}.sm\:outline-yellow-600\/70{outline-color:#ca8a04b3}.sm\:outline-yellow-600\/75{outline-color:#ca8a04bf}.sm\:outline-yellow-600\/80{outline-color:#ca8a04cc}.sm\:outline-yellow-600\/85{outline-color:#ca8a04d9}.sm\:outline-yellow-600\/90{outline-color:#ca8a04e6}.sm\:outline-yellow-600\/95{outline-color:#ca8a04f2}.sm\:outline-yellow-700{outline-color:#a16207}.sm\:outline-yellow-700\/0{outline-color:#a1620700}.sm\:outline-yellow-700\/10{outline-color:#a162071a}.sm\:outline-yellow-700\/100{outline-color:#a16207}.sm\:outline-yellow-700\/15{outline-color:#a1620726}.sm\:outline-yellow-700\/20{outline-color:#a1620733}.sm\:outline-yellow-700\/25{outline-color:#a1620740}.sm\:outline-yellow-700\/30{outline-color:#a162074d}.sm\:outline-yellow-700\/35{outline-color:#a1620759}.sm\:outline-yellow-700\/40{outline-color:#a1620766}.sm\:outline-yellow-700\/45{outline-color:#a1620773}.sm\:outline-yellow-700\/5{outline-color:#a162070d}.sm\:outline-yellow-700\/50{outline-color:#a1620780}.sm\:outline-yellow-700\/55{outline-color:#a162078c}.sm\:outline-yellow-700\/60{outline-color:#a1620799}.sm\:outline-yellow-700\/65{outline-color:#a16207a6}.sm\:outline-yellow-700\/70{outline-color:#a16207b3}.sm\:outline-yellow-700\/75{outline-color:#a16207bf}.sm\:outline-yellow-700\/80{outline-color:#a16207cc}.sm\:outline-yellow-700\/85{outline-color:#a16207d9}.sm\:outline-yellow-700\/90{outline-color:#a16207e6}.sm\:outline-yellow-700\/95{outline-color:#a16207f2}.sm\:outline-yellow-800{outline-color:#854d0e}.sm\:outline-yellow-800\/0{outline-color:#854d0e00}.sm\:outline-yellow-800\/10{outline-color:#854d0e1a}.sm\:outline-yellow-800\/100{outline-color:#854d0e}.sm\:outline-yellow-800\/15{outline-color:#854d0e26}.sm\:outline-yellow-800\/20{outline-color:#854d0e33}.sm\:outline-yellow-800\/25{outline-color:#854d0e40}.sm\:outline-yellow-800\/30{outline-color:#854d0e4d}.sm\:outline-yellow-800\/35{outline-color:#854d0e59}.sm\:outline-yellow-800\/40{outline-color:#854d0e66}.sm\:outline-yellow-800\/45{outline-color:#854d0e73}.sm\:outline-yellow-800\/5{outline-color:#854d0e0d}.sm\:outline-yellow-800\/50{outline-color:#854d0e80}.sm\:outline-yellow-800\/55{outline-color:#854d0e8c}.sm\:outline-yellow-800\/60{outline-color:#854d0e99}.sm\:outline-yellow-800\/65{outline-color:#854d0ea6}.sm\:outline-yellow-800\/70{outline-color:#854d0eb3}.sm\:outline-yellow-800\/75{outline-color:#854d0ebf}.sm\:outline-yellow-800\/80{outline-color:#854d0ecc}.sm\:outline-yellow-800\/85{outline-color:#854d0ed9}.sm\:outline-yellow-800\/90{outline-color:#854d0ee6}.sm\:outline-yellow-800\/95{outline-color:#854d0ef2}.sm\:outline-yellow-900{outline-color:#713f12}.sm\:outline-yellow-900\/0{outline-color:#713f1200}.sm\:outline-yellow-900\/10{outline-color:#713f121a}.sm\:outline-yellow-900\/100{outline-color:#713f12}.sm\:outline-yellow-900\/15{outline-color:#713f1226}.sm\:outline-yellow-900\/20{outline-color:#713f1233}.sm\:outline-yellow-900\/25{outline-color:#713f1240}.sm\:outline-yellow-900\/30{outline-color:#713f124d}.sm\:outline-yellow-900\/35{outline-color:#713f1259}.sm\:outline-yellow-900\/40{outline-color:#713f1266}.sm\:outline-yellow-900\/45{outline-color:#713f1273}.sm\:outline-yellow-900\/5{outline-color:#713f120d}.sm\:outline-yellow-900\/50{outline-color:#713f1280}.sm\:outline-yellow-900\/55{outline-color:#713f128c}.sm\:outline-yellow-900\/60{outline-color:#713f1299}.sm\:outline-yellow-900\/65{outline-color:#713f12a6}.sm\:outline-yellow-900\/70{outline-color:#713f12b3}.sm\:outline-yellow-900\/75{outline-color:#713f12bf}.sm\:outline-yellow-900\/80{outline-color:#713f12cc}.sm\:outline-yellow-900\/85{outline-color:#713f12d9}.sm\:outline-yellow-900\/90{outline-color:#713f12e6}.sm\:outline-yellow-900\/95{outline-color:#713f12f2}.sm\:outline-yellow-950{outline-color:#422006}.sm\:outline-yellow-950\/0{outline-color:#42200600}.sm\:outline-yellow-950\/10{outline-color:#4220061a}.sm\:outline-yellow-950\/100{outline-color:#422006}.sm\:outline-yellow-950\/15{outline-color:#42200626}.sm\:outline-yellow-950\/20{outline-color:#42200633}.sm\:outline-yellow-950\/25{outline-color:#42200640}.sm\:outline-yellow-950\/30{outline-color:#4220064d}.sm\:outline-yellow-950\/35{outline-color:#42200659}.sm\:outline-yellow-950\/40{outline-color:#42200666}.sm\:outline-yellow-950\/45{outline-color:#42200673}.sm\:outline-yellow-950\/5{outline-color:#4220060d}.sm\:outline-yellow-950\/50{outline-color:#42200680}.sm\:outline-yellow-950\/55{outline-color:#4220068c}.sm\:outline-yellow-950\/60{outline-color:#42200699}.sm\:outline-yellow-950\/65{outline-color:#422006a6}.sm\:outline-yellow-950\/70{outline-color:#422006b3}.sm\:outline-yellow-950\/75{outline-color:#422006bf}.sm\:outline-yellow-950\/80{outline-color:#422006cc}.sm\:outline-yellow-950\/85{outline-color:#422006d9}.sm\:outline-yellow-950\/90{outline-color:#422006e6}.sm\:outline-yellow-950\/95{outline-color:#422006f2}.sm\:ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 249 195/var(--tw-ring-opacity,1))}.sm\:ring-yellow-100\/0{--tw-ring-color:#fef9c300}.sm\:ring-yellow-100\/10{--tw-ring-color:#fef9c31a}.sm\:ring-yellow-100\/100{--tw-ring-color:#fef9c3}.sm\:ring-yellow-100\/15{--tw-ring-color:#fef9c326}.sm\:ring-yellow-100\/20{--tw-ring-color:#fef9c333}.sm\:ring-yellow-100\/25{--tw-ring-color:#fef9c340}.sm\:ring-yellow-100\/30{--tw-ring-color:#fef9c34d}.sm\:ring-yellow-100\/35{--tw-ring-color:#fef9c359}.sm\:ring-yellow-100\/40{--tw-ring-color:#fef9c366}.sm\:ring-yellow-100\/45{--tw-ring-color:#fef9c373}.sm\:ring-yellow-100\/5{--tw-ring-color:#fef9c30d}.sm\:ring-yellow-100\/50{--tw-ring-color:#fef9c380}.sm\:ring-yellow-100\/55{--tw-ring-color:#fef9c38c}.sm\:ring-yellow-100\/60{--tw-ring-color:#fef9c399}.sm\:ring-yellow-100\/65{--tw-ring-color:#fef9c3a6}.sm\:ring-yellow-100\/70{--tw-ring-color:#fef9c3b3}.sm\:ring-yellow-100\/75{--tw-ring-color:#fef9c3bf}.sm\:ring-yellow-100\/80{--tw-ring-color:#fef9c3cc}.sm\:ring-yellow-100\/85{--tw-ring-color:#fef9c3d9}.sm\:ring-yellow-100\/90{--tw-ring-color:#fef9c3e6}.sm\:ring-yellow-100\/95{--tw-ring-color:#fef9c3f2}.sm\:ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 240 138/var(--tw-ring-opacity,1))}.sm\:ring-yellow-200\/0{--tw-ring-color:#fef08a00}.sm\:ring-yellow-200\/10{--tw-ring-color:#fef08a1a}.sm\:ring-yellow-200\/100{--tw-ring-color:#fef08a}.sm\:ring-yellow-200\/15{--tw-ring-color:#fef08a26}.sm\:ring-yellow-200\/20{--tw-ring-color:#fef08a33}.sm\:ring-yellow-200\/25{--tw-ring-color:#fef08a40}.sm\:ring-yellow-200\/30{--tw-ring-color:#fef08a4d}.sm\:ring-yellow-200\/35{--tw-ring-color:#fef08a59}.sm\:ring-yellow-200\/40{--tw-ring-color:#fef08a66}.sm\:ring-yellow-200\/45{--tw-ring-color:#fef08a73}.sm\:ring-yellow-200\/5{--tw-ring-color:#fef08a0d}.sm\:ring-yellow-200\/50{--tw-ring-color:#fef08a80}.sm\:ring-yellow-200\/55{--tw-ring-color:#fef08a8c}.sm\:ring-yellow-200\/60{--tw-ring-color:#fef08a99}.sm\:ring-yellow-200\/65{--tw-ring-color:#fef08aa6}.sm\:ring-yellow-200\/70{--tw-ring-color:#fef08ab3}.sm\:ring-yellow-200\/75{--tw-ring-color:#fef08abf}.sm\:ring-yellow-200\/80{--tw-ring-color:#fef08acc}.sm\:ring-yellow-200\/85{--tw-ring-color:#fef08ad9}.sm\:ring-yellow-200\/90{--tw-ring-color:#fef08ae6}.sm\:ring-yellow-200\/95{--tw-ring-color:#fef08af2}.sm\:ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 224 71/var(--tw-ring-opacity,1))}.sm\:ring-yellow-300\/0{--tw-ring-color:#fde04700}.sm\:ring-yellow-300\/10{--tw-ring-color:#fde0471a}.sm\:ring-yellow-300\/100{--tw-ring-color:#fde047}.sm\:ring-yellow-300\/15{--tw-ring-color:#fde04726}.sm\:ring-yellow-300\/20{--tw-ring-color:#fde04733}.sm\:ring-yellow-300\/25{--tw-ring-color:#fde04740}.sm\:ring-yellow-300\/30{--tw-ring-color:#fde0474d}.sm\:ring-yellow-300\/35{--tw-ring-color:#fde04759}.sm\:ring-yellow-300\/40{--tw-ring-color:#fde04766}.sm\:ring-yellow-300\/45{--tw-ring-color:#fde04773}.sm\:ring-yellow-300\/5{--tw-ring-color:#fde0470d}.sm\:ring-yellow-300\/50{--tw-ring-color:#fde04780}.sm\:ring-yellow-300\/55{--tw-ring-color:#fde0478c}.sm\:ring-yellow-300\/60{--tw-ring-color:#fde04799}.sm\:ring-yellow-300\/65{--tw-ring-color:#fde047a6}.sm\:ring-yellow-300\/70{--tw-ring-color:#fde047b3}.sm\:ring-yellow-300\/75{--tw-ring-color:#fde047bf}.sm\:ring-yellow-300\/80{--tw-ring-color:#fde047cc}.sm\:ring-yellow-300\/85{--tw-ring-color:#fde047d9}.sm\:ring-yellow-300\/90{--tw-ring-color:#fde047e6}.sm\:ring-yellow-300\/95{--tw-ring-color:#fde047f2}.sm\:ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgb(250 204 21/var(--tw-ring-opacity,1))}.sm\:ring-yellow-400\/0{--tw-ring-color:#facc1500}.sm\:ring-yellow-400\/10{--tw-ring-color:#facc151a}.sm\:ring-yellow-400\/100{--tw-ring-color:#facc15}.sm\:ring-yellow-400\/15{--tw-ring-color:#facc1526}.sm\:ring-yellow-400\/20{--tw-ring-color:#facc1533}.sm\:ring-yellow-400\/25{--tw-ring-color:#facc1540}.sm\:ring-yellow-400\/30{--tw-ring-color:#facc154d}.sm\:ring-yellow-400\/35{--tw-ring-color:#facc1559}.sm\:ring-yellow-400\/40{--tw-ring-color:#facc1566}.sm\:ring-yellow-400\/45{--tw-ring-color:#facc1573}.sm\:ring-yellow-400\/5{--tw-ring-color:#facc150d}.sm\:ring-yellow-400\/50{--tw-ring-color:#facc1580}.sm\:ring-yellow-400\/55{--tw-ring-color:#facc158c}.sm\:ring-yellow-400\/60{--tw-ring-color:#facc1599}.sm\:ring-yellow-400\/65{--tw-ring-color:#facc15a6}.sm\:ring-yellow-400\/70{--tw-ring-color:#facc15b3}.sm\:ring-yellow-400\/75{--tw-ring-color:#facc15bf}.sm\:ring-yellow-400\/80{--tw-ring-color:#facc15cc}.sm\:ring-yellow-400\/85{--tw-ring-color:#facc15d9}.sm\:ring-yellow-400\/90{--tw-ring-color:#facc15e6}.sm\:ring-yellow-400\/95{--tw-ring-color:#facc15f2}.sm\:ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgb(254 252 232/var(--tw-ring-opacity,1))}.sm\:ring-yellow-50\/0{--tw-ring-color:#fefce800}.sm\:ring-yellow-50\/10{--tw-ring-color:#fefce81a}.sm\:ring-yellow-50\/100{--tw-ring-color:#fefce8}.sm\:ring-yellow-50\/15{--tw-ring-color:#fefce826}.sm\:ring-yellow-50\/20{--tw-ring-color:#fefce833}.sm\:ring-yellow-50\/25{--tw-ring-color:#fefce840}.sm\:ring-yellow-50\/30{--tw-ring-color:#fefce84d}.sm\:ring-yellow-50\/35{--tw-ring-color:#fefce859}.sm\:ring-yellow-50\/40{--tw-ring-color:#fefce866}.sm\:ring-yellow-50\/45{--tw-ring-color:#fefce873}.sm\:ring-yellow-50\/5{--tw-ring-color:#fefce80d}.sm\:ring-yellow-50\/50{--tw-ring-color:#fefce880}.sm\:ring-yellow-50\/55{--tw-ring-color:#fefce88c}.sm\:ring-yellow-50\/60{--tw-ring-color:#fefce899}.sm\:ring-yellow-50\/65{--tw-ring-color:#fefce8a6}.sm\:ring-yellow-50\/70{--tw-ring-color:#fefce8b3}.sm\:ring-yellow-50\/75{--tw-ring-color:#fefce8bf}.sm\:ring-yellow-50\/80{--tw-ring-color:#fefce8cc}.sm\:ring-yellow-50\/85{--tw-ring-color:#fefce8d9}.sm\:ring-yellow-50\/90{--tw-ring-color:#fefce8e6}.sm\:ring-yellow-50\/95{--tw-ring-color:#fefce8f2}.sm\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity,1))}.sm\:ring-yellow-500\/0{--tw-ring-color:#eab30800}.sm\:ring-yellow-500\/10{--tw-ring-color:#eab3081a}.sm\:ring-yellow-500\/100{--tw-ring-color:#eab308}.sm\:ring-yellow-500\/15{--tw-ring-color:#eab30826}.sm\:ring-yellow-500\/20{--tw-ring-color:#eab30833}.sm\:ring-yellow-500\/25{--tw-ring-color:#eab30840}.sm\:ring-yellow-500\/30{--tw-ring-color:#eab3084d}.sm\:ring-yellow-500\/35{--tw-ring-color:#eab30859}.sm\:ring-yellow-500\/40{--tw-ring-color:#eab30866}.sm\:ring-yellow-500\/45{--tw-ring-color:#eab30873}.sm\:ring-yellow-500\/5{--tw-ring-color:#eab3080d}.sm\:ring-yellow-500\/50{--tw-ring-color:#eab30880}.sm\:ring-yellow-500\/55{--tw-ring-color:#eab3088c}.sm\:ring-yellow-500\/60{--tw-ring-color:#eab30899}.sm\:ring-yellow-500\/65{--tw-ring-color:#eab308a6}.sm\:ring-yellow-500\/70{--tw-ring-color:#eab308b3}.sm\:ring-yellow-500\/75{--tw-ring-color:#eab308bf}.sm\:ring-yellow-500\/80{--tw-ring-color:#eab308cc}.sm\:ring-yellow-500\/85{--tw-ring-color:#eab308d9}.sm\:ring-yellow-500\/90{--tw-ring-color:#eab308e6}.sm\:ring-yellow-500\/95{--tw-ring-color:#eab308f2}.sm\:ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgb(202 138 4/var(--tw-ring-opacity,1))}.sm\:ring-yellow-600\/0{--tw-ring-color:#ca8a0400}.sm\:ring-yellow-600\/10{--tw-ring-color:#ca8a041a}.sm\:ring-yellow-600\/100{--tw-ring-color:#ca8a04}.sm\:ring-yellow-600\/15{--tw-ring-color:#ca8a0426}.sm\:ring-yellow-600\/20{--tw-ring-color:#ca8a0433}.sm\:ring-yellow-600\/25{--tw-ring-color:#ca8a0440}.sm\:ring-yellow-600\/30{--tw-ring-color:#ca8a044d}.sm\:ring-yellow-600\/35{--tw-ring-color:#ca8a0459}.sm\:ring-yellow-600\/40{--tw-ring-color:#ca8a0466}.sm\:ring-yellow-600\/45{--tw-ring-color:#ca8a0473}.sm\:ring-yellow-600\/5{--tw-ring-color:#ca8a040d}.sm\:ring-yellow-600\/50{--tw-ring-color:#ca8a0480}.sm\:ring-yellow-600\/55{--tw-ring-color:#ca8a048c}.sm\:ring-yellow-600\/60{--tw-ring-color:#ca8a0499}.sm\:ring-yellow-600\/65{--tw-ring-color:#ca8a04a6}.sm\:ring-yellow-600\/70{--tw-ring-color:#ca8a04b3}.sm\:ring-yellow-600\/75{--tw-ring-color:#ca8a04bf}.sm\:ring-yellow-600\/80{--tw-ring-color:#ca8a04cc}.sm\:ring-yellow-600\/85{--tw-ring-color:#ca8a04d9}.sm\:ring-yellow-600\/90{--tw-ring-color:#ca8a04e6}.sm\:ring-yellow-600\/95{--tw-ring-color:#ca8a04f2}.sm\:ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgb(161 98 7/var(--tw-ring-opacity,1))}.sm\:ring-yellow-700\/0{--tw-ring-color:#a1620700}.sm\:ring-yellow-700\/10{--tw-ring-color:#a162071a}.sm\:ring-yellow-700\/100{--tw-ring-color:#a16207}.sm\:ring-yellow-700\/15{--tw-ring-color:#a1620726}.sm\:ring-yellow-700\/20{--tw-ring-color:#a1620733}.sm\:ring-yellow-700\/25{--tw-ring-color:#a1620740}.sm\:ring-yellow-700\/30{--tw-ring-color:#a162074d}.sm\:ring-yellow-700\/35{--tw-ring-color:#a1620759}.sm\:ring-yellow-700\/40{--tw-ring-color:#a1620766}.sm\:ring-yellow-700\/45{--tw-ring-color:#a1620773}.sm\:ring-yellow-700\/5{--tw-ring-color:#a162070d}.sm\:ring-yellow-700\/50{--tw-ring-color:#a1620780}.sm\:ring-yellow-700\/55{--tw-ring-color:#a162078c}.sm\:ring-yellow-700\/60{--tw-ring-color:#a1620799}.sm\:ring-yellow-700\/65{--tw-ring-color:#a16207a6}.sm\:ring-yellow-700\/70{--tw-ring-color:#a16207b3}.sm\:ring-yellow-700\/75{--tw-ring-color:#a16207bf}.sm\:ring-yellow-700\/80{--tw-ring-color:#a16207cc}.sm\:ring-yellow-700\/85{--tw-ring-color:#a16207d9}.sm\:ring-yellow-700\/90{--tw-ring-color:#a16207e6}.sm\:ring-yellow-700\/95{--tw-ring-color:#a16207f2}.sm\:ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgb(133 77 14/var(--tw-ring-opacity,1))}.sm\:ring-yellow-800\/0{--tw-ring-color:#854d0e00}.sm\:ring-yellow-800\/10{--tw-ring-color:#854d0e1a}.sm\:ring-yellow-800\/100{--tw-ring-color:#854d0e}.sm\:ring-yellow-800\/15{--tw-ring-color:#854d0e26}.sm\:ring-yellow-800\/20{--tw-ring-color:#854d0e33}.sm\:ring-yellow-800\/25{--tw-ring-color:#854d0e40}.sm\:ring-yellow-800\/30{--tw-ring-color:#854d0e4d}.sm\:ring-yellow-800\/35{--tw-ring-color:#854d0e59}.sm\:ring-yellow-800\/40{--tw-ring-color:#854d0e66}.sm\:ring-yellow-800\/45{--tw-ring-color:#854d0e73}.sm\:ring-yellow-800\/5{--tw-ring-color:#854d0e0d}.sm\:ring-yellow-800\/50{--tw-ring-color:#854d0e80}.sm\:ring-yellow-800\/55{--tw-ring-color:#854d0e8c}.sm\:ring-yellow-800\/60{--tw-ring-color:#854d0e99}.sm\:ring-yellow-800\/65{--tw-ring-color:#854d0ea6}.sm\:ring-yellow-800\/70{--tw-ring-color:#854d0eb3}.sm\:ring-yellow-800\/75{--tw-ring-color:#854d0ebf}.sm\:ring-yellow-800\/80{--tw-ring-color:#854d0ecc}.sm\:ring-yellow-800\/85{--tw-ring-color:#854d0ed9}.sm\:ring-yellow-800\/90{--tw-ring-color:#854d0ee6}.sm\:ring-yellow-800\/95{--tw-ring-color:#854d0ef2}.sm\:ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgb(113 63 18/var(--tw-ring-opacity,1))}.sm\:ring-yellow-900\/0{--tw-ring-color:#713f1200}.sm\:ring-yellow-900\/10{--tw-ring-color:#713f121a}.sm\:ring-yellow-900\/100{--tw-ring-color:#713f12}.sm\:ring-yellow-900\/15{--tw-ring-color:#713f1226}.sm\:ring-yellow-900\/20{--tw-ring-color:#713f1233}.sm\:ring-yellow-900\/25{--tw-ring-color:#713f1240}.sm\:ring-yellow-900\/30{--tw-ring-color:#713f124d}.sm\:ring-yellow-900\/35{--tw-ring-color:#713f1259}.sm\:ring-yellow-900\/40{--tw-ring-color:#713f1266}.sm\:ring-yellow-900\/45{--tw-ring-color:#713f1273}.sm\:ring-yellow-900\/5{--tw-ring-color:#713f120d}.sm\:ring-yellow-900\/50{--tw-ring-color:#713f1280}.sm\:ring-yellow-900\/55{--tw-ring-color:#713f128c}.sm\:ring-yellow-900\/60{--tw-ring-color:#713f1299}.sm\:ring-yellow-900\/65{--tw-ring-color:#713f12a6}.sm\:ring-yellow-900\/70{--tw-ring-color:#713f12b3}.sm\:ring-yellow-900\/75{--tw-ring-color:#713f12bf}.sm\:ring-yellow-900\/80{--tw-ring-color:#713f12cc}.sm\:ring-yellow-900\/85{--tw-ring-color:#713f12d9}.sm\:ring-yellow-900\/90{--tw-ring-color:#713f12e6}.sm\:ring-yellow-900\/95{--tw-ring-color:#713f12f2}.sm\:ring-yellow-950{--tw-ring-opacity:1;--tw-ring-color:rgb(66 32 6/var(--tw-ring-opacity,1))}.sm\:ring-yellow-950\/0{--tw-ring-color:#42200600}.sm\:ring-yellow-950\/10{--tw-ring-color:#4220061a}.sm\:ring-yellow-950\/100{--tw-ring-color:#422006}.sm\:ring-yellow-950\/15{--tw-ring-color:#42200626}.sm\:ring-yellow-950\/20{--tw-ring-color:#42200633}.sm\:ring-yellow-950\/25{--tw-ring-color:#42200640}.sm\:ring-yellow-950\/30{--tw-ring-color:#4220064d}.sm\:ring-yellow-950\/35{--tw-ring-color:#42200659}.sm\:ring-yellow-950\/40{--tw-ring-color:#42200666}.sm\:ring-yellow-950\/45{--tw-ring-color:#42200673}.sm\:ring-yellow-950\/5{--tw-ring-color:#4220060d}.sm\:ring-yellow-950\/50{--tw-ring-color:#42200680}.sm\:ring-yellow-950\/55{--tw-ring-color:#4220068c}.sm\:ring-yellow-950\/60{--tw-ring-color:#42200699}.sm\:ring-yellow-950\/65{--tw-ring-color:#422006a6}.sm\:ring-yellow-950\/70{--tw-ring-color:#422006b3}.sm\:ring-yellow-950\/75{--tw-ring-color:#422006bf}.sm\:ring-yellow-950\/80{--tw-ring-color:#422006cc}.sm\:ring-yellow-950\/85{--tw-ring-color:#422006d9}.sm\:ring-yellow-950\/90{--tw-ring-color:#422006e6}.sm\:ring-yellow-950\/95{--tw-ring-color:#422006f2}.sm\:ring-offset-yellow-100{--tw-ring-offset-color:#fef9c3}.sm\:ring-offset-yellow-100\/0{--tw-ring-offset-color:#fef9c300}.sm\:ring-offset-yellow-100\/10{--tw-ring-offset-color:#fef9c31a}.sm\:ring-offset-yellow-100\/100{--tw-ring-offset-color:#fef9c3}.sm\:ring-offset-yellow-100\/15{--tw-ring-offset-color:#fef9c326}.sm\:ring-offset-yellow-100\/20{--tw-ring-offset-color:#fef9c333}.sm\:ring-offset-yellow-100\/25{--tw-ring-offset-color:#fef9c340}.sm\:ring-offset-yellow-100\/30{--tw-ring-offset-color:#fef9c34d}.sm\:ring-offset-yellow-100\/35{--tw-ring-offset-color:#fef9c359}.sm\:ring-offset-yellow-100\/40{--tw-ring-offset-color:#fef9c366}.sm\:ring-offset-yellow-100\/45{--tw-ring-offset-color:#fef9c373}.sm\:ring-offset-yellow-100\/5{--tw-ring-offset-color:#fef9c30d}.sm\:ring-offset-yellow-100\/50{--tw-ring-offset-color:#fef9c380}.sm\:ring-offset-yellow-100\/55{--tw-ring-offset-color:#fef9c38c}.sm\:ring-offset-yellow-100\/60{--tw-ring-offset-color:#fef9c399}.sm\:ring-offset-yellow-100\/65{--tw-ring-offset-color:#fef9c3a6}.sm\:ring-offset-yellow-100\/70{--tw-ring-offset-color:#fef9c3b3}.sm\:ring-offset-yellow-100\/75{--tw-ring-offset-color:#fef9c3bf}.sm\:ring-offset-yellow-100\/80{--tw-ring-offset-color:#fef9c3cc}.sm\:ring-offset-yellow-100\/85{--tw-ring-offset-color:#fef9c3d9}.sm\:ring-offset-yellow-100\/90{--tw-ring-offset-color:#fef9c3e6}.sm\:ring-offset-yellow-100\/95{--tw-ring-offset-color:#fef9c3f2}.sm\:ring-offset-yellow-200{--tw-ring-offset-color:#fef08a}.sm\:ring-offset-yellow-200\/0{--tw-ring-offset-color:#fef08a00}.sm\:ring-offset-yellow-200\/10{--tw-ring-offset-color:#fef08a1a}.sm\:ring-offset-yellow-200\/100{--tw-ring-offset-color:#fef08a}.sm\:ring-offset-yellow-200\/15{--tw-ring-offset-color:#fef08a26}.sm\:ring-offset-yellow-200\/20{--tw-ring-offset-color:#fef08a33}.sm\:ring-offset-yellow-200\/25{--tw-ring-offset-color:#fef08a40}.sm\:ring-offset-yellow-200\/30{--tw-ring-offset-color:#fef08a4d}.sm\:ring-offset-yellow-200\/35{--tw-ring-offset-color:#fef08a59}.sm\:ring-offset-yellow-200\/40{--tw-ring-offset-color:#fef08a66}.sm\:ring-offset-yellow-200\/45{--tw-ring-offset-color:#fef08a73}.sm\:ring-offset-yellow-200\/5{--tw-ring-offset-color:#fef08a0d}.sm\:ring-offset-yellow-200\/50{--tw-ring-offset-color:#fef08a80}.sm\:ring-offset-yellow-200\/55{--tw-ring-offset-color:#fef08a8c}.sm\:ring-offset-yellow-200\/60{--tw-ring-offset-color:#fef08a99}.sm\:ring-offset-yellow-200\/65{--tw-ring-offset-color:#fef08aa6}.sm\:ring-offset-yellow-200\/70{--tw-ring-offset-color:#fef08ab3}.sm\:ring-offset-yellow-200\/75{--tw-ring-offset-color:#fef08abf}.sm\:ring-offset-yellow-200\/80{--tw-ring-offset-color:#fef08acc}.sm\:ring-offset-yellow-200\/85{--tw-ring-offset-color:#fef08ad9}.sm\:ring-offset-yellow-200\/90{--tw-ring-offset-color:#fef08ae6}.sm\:ring-offset-yellow-200\/95{--tw-ring-offset-color:#fef08af2}.sm\:ring-offset-yellow-300{--tw-ring-offset-color:#fde047}.sm\:ring-offset-yellow-300\/0{--tw-ring-offset-color:#fde04700}.sm\:ring-offset-yellow-300\/10{--tw-ring-offset-color:#fde0471a}.sm\:ring-offset-yellow-300\/100{--tw-ring-offset-color:#fde047}.sm\:ring-offset-yellow-300\/15{--tw-ring-offset-color:#fde04726}.sm\:ring-offset-yellow-300\/20{--tw-ring-offset-color:#fde04733}.sm\:ring-offset-yellow-300\/25{--tw-ring-offset-color:#fde04740}.sm\:ring-offset-yellow-300\/30{--tw-ring-offset-color:#fde0474d}.sm\:ring-offset-yellow-300\/35{--tw-ring-offset-color:#fde04759}.sm\:ring-offset-yellow-300\/40{--tw-ring-offset-color:#fde04766}.sm\:ring-offset-yellow-300\/45{--tw-ring-offset-color:#fde04773}.sm\:ring-offset-yellow-300\/5{--tw-ring-offset-color:#fde0470d}.sm\:ring-offset-yellow-300\/50{--tw-ring-offset-color:#fde04780}.sm\:ring-offset-yellow-300\/55{--tw-ring-offset-color:#fde0478c}.sm\:ring-offset-yellow-300\/60{--tw-ring-offset-color:#fde04799}.sm\:ring-offset-yellow-300\/65{--tw-ring-offset-color:#fde047a6}.sm\:ring-offset-yellow-300\/70{--tw-ring-offset-color:#fde047b3}.sm\:ring-offset-yellow-300\/75{--tw-ring-offset-color:#fde047bf}.sm\:ring-offset-yellow-300\/80{--tw-ring-offset-color:#fde047cc}.sm\:ring-offset-yellow-300\/85{--tw-ring-offset-color:#fde047d9}.sm\:ring-offset-yellow-300\/90{--tw-ring-offset-color:#fde047e6}.sm\:ring-offset-yellow-300\/95{--tw-ring-offset-color:#fde047f2}.sm\:ring-offset-yellow-400{--tw-ring-offset-color:#facc15}.sm\:ring-offset-yellow-400\/0{--tw-ring-offset-color:#facc1500}.sm\:ring-offset-yellow-400\/10{--tw-ring-offset-color:#facc151a}.sm\:ring-offset-yellow-400\/100{--tw-ring-offset-color:#facc15}.sm\:ring-offset-yellow-400\/15{--tw-ring-offset-color:#facc1526}.sm\:ring-offset-yellow-400\/20{--tw-ring-offset-color:#facc1533}.sm\:ring-offset-yellow-400\/25{--tw-ring-offset-color:#facc1540}.sm\:ring-offset-yellow-400\/30{--tw-ring-offset-color:#facc154d}.sm\:ring-offset-yellow-400\/35{--tw-ring-offset-color:#facc1559}.sm\:ring-offset-yellow-400\/40{--tw-ring-offset-color:#facc1566}.sm\:ring-offset-yellow-400\/45{--tw-ring-offset-color:#facc1573}.sm\:ring-offset-yellow-400\/5{--tw-ring-offset-color:#facc150d}.sm\:ring-offset-yellow-400\/50{--tw-ring-offset-color:#facc1580}.sm\:ring-offset-yellow-400\/55{--tw-ring-offset-color:#facc158c}.sm\:ring-offset-yellow-400\/60{--tw-ring-offset-color:#facc1599}.sm\:ring-offset-yellow-400\/65{--tw-ring-offset-color:#facc15a6}.sm\:ring-offset-yellow-400\/70{--tw-ring-offset-color:#facc15b3}.sm\:ring-offset-yellow-400\/75{--tw-ring-offset-color:#facc15bf}.sm\:ring-offset-yellow-400\/80{--tw-ring-offset-color:#facc15cc}.sm\:ring-offset-yellow-400\/85{--tw-ring-offset-color:#facc15d9}.sm\:ring-offset-yellow-400\/90{--tw-ring-offset-color:#facc15e6}.sm\:ring-offset-yellow-400\/95{--tw-ring-offset-color:#facc15f2}.sm\:ring-offset-yellow-50{--tw-ring-offset-color:#fefce8}.sm\:ring-offset-yellow-50\/0{--tw-ring-offset-color:#fefce800}.sm\:ring-offset-yellow-50\/10{--tw-ring-offset-color:#fefce81a}.sm\:ring-offset-yellow-50\/100{--tw-ring-offset-color:#fefce8}.sm\:ring-offset-yellow-50\/15{--tw-ring-offset-color:#fefce826}.sm\:ring-offset-yellow-50\/20{--tw-ring-offset-color:#fefce833}.sm\:ring-offset-yellow-50\/25{--tw-ring-offset-color:#fefce840}.sm\:ring-offset-yellow-50\/30{--tw-ring-offset-color:#fefce84d}.sm\:ring-offset-yellow-50\/35{--tw-ring-offset-color:#fefce859}.sm\:ring-offset-yellow-50\/40{--tw-ring-offset-color:#fefce866}.sm\:ring-offset-yellow-50\/45{--tw-ring-offset-color:#fefce873}.sm\:ring-offset-yellow-50\/5{--tw-ring-offset-color:#fefce80d}.sm\:ring-offset-yellow-50\/50{--tw-ring-offset-color:#fefce880}.sm\:ring-offset-yellow-50\/55{--tw-ring-offset-color:#fefce88c}.sm\:ring-offset-yellow-50\/60{--tw-ring-offset-color:#fefce899}.sm\:ring-offset-yellow-50\/65{--tw-ring-offset-color:#fefce8a6}.sm\:ring-offset-yellow-50\/70{--tw-ring-offset-color:#fefce8b3}.sm\:ring-offset-yellow-50\/75{--tw-ring-offset-color:#fefce8bf}.sm\:ring-offset-yellow-50\/80{--tw-ring-offset-color:#fefce8cc}.sm\:ring-offset-yellow-50\/85{--tw-ring-offset-color:#fefce8d9}.sm\:ring-offset-yellow-50\/90{--tw-ring-offset-color:#fefce8e6}.sm\:ring-offset-yellow-50\/95{--tw-ring-offset-color:#fefce8f2}.sm\:ring-offset-yellow-500{--tw-ring-offset-color:#eab308}.sm\:ring-offset-yellow-500\/0{--tw-ring-offset-color:#eab30800}.sm\:ring-offset-yellow-500\/10{--tw-ring-offset-color:#eab3081a}.sm\:ring-offset-yellow-500\/100{--tw-ring-offset-color:#eab308}.sm\:ring-offset-yellow-500\/15{--tw-ring-offset-color:#eab30826}.sm\:ring-offset-yellow-500\/20{--tw-ring-offset-color:#eab30833}.sm\:ring-offset-yellow-500\/25{--tw-ring-offset-color:#eab30840}.sm\:ring-offset-yellow-500\/30{--tw-ring-offset-color:#eab3084d}.sm\:ring-offset-yellow-500\/35{--tw-ring-offset-color:#eab30859}.sm\:ring-offset-yellow-500\/40{--tw-ring-offset-color:#eab30866}.sm\:ring-offset-yellow-500\/45{--tw-ring-offset-color:#eab30873}.sm\:ring-offset-yellow-500\/5{--tw-ring-offset-color:#eab3080d}.sm\:ring-offset-yellow-500\/50{--tw-ring-offset-color:#eab30880}.sm\:ring-offset-yellow-500\/55{--tw-ring-offset-color:#eab3088c}.sm\:ring-offset-yellow-500\/60{--tw-ring-offset-color:#eab30899}.sm\:ring-offset-yellow-500\/65{--tw-ring-offset-color:#eab308a6}.sm\:ring-offset-yellow-500\/70{--tw-ring-offset-color:#eab308b3}.sm\:ring-offset-yellow-500\/75{--tw-ring-offset-color:#eab308bf}.sm\:ring-offset-yellow-500\/80{--tw-ring-offset-color:#eab308cc}.sm\:ring-offset-yellow-500\/85{--tw-ring-offset-color:#eab308d9}.sm\:ring-offset-yellow-500\/90{--tw-ring-offset-color:#eab308e6}.sm\:ring-offset-yellow-500\/95{--tw-ring-offset-color:#eab308f2}.sm\:ring-offset-yellow-600{--tw-ring-offset-color:#ca8a04}.sm\:ring-offset-yellow-600\/0{--tw-ring-offset-color:#ca8a0400}.sm\:ring-offset-yellow-600\/10{--tw-ring-offset-color:#ca8a041a}.sm\:ring-offset-yellow-600\/100{--tw-ring-offset-color:#ca8a04}.sm\:ring-offset-yellow-600\/15{--tw-ring-offset-color:#ca8a0426}.sm\:ring-offset-yellow-600\/20{--tw-ring-offset-color:#ca8a0433}.sm\:ring-offset-yellow-600\/25{--tw-ring-offset-color:#ca8a0440}.sm\:ring-offset-yellow-600\/30{--tw-ring-offset-color:#ca8a044d}.sm\:ring-offset-yellow-600\/35{--tw-ring-offset-color:#ca8a0459}.sm\:ring-offset-yellow-600\/40{--tw-ring-offset-color:#ca8a0466}.sm\:ring-offset-yellow-600\/45{--tw-ring-offset-color:#ca8a0473}.sm\:ring-offset-yellow-600\/5{--tw-ring-offset-color:#ca8a040d}.sm\:ring-offset-yellow-600\/50{--tw-ring-offset-color:#ca8a0480}.sm\:ring-offset-yellow-600\/55{--tw-ring-offset-color:#ca8a048c}.sm\:ring-offset-yellow-600\/60{--tw-ring-offset-color:#ca8a0499}.sm\:ring-offset-yellow-600\/65{--tw-ring-offset-color:#ca8a04a6}.sm\:ring-offset-yellow-600\/70{--tw-ring-offset-color:#ca8a04b3}.sm\:ring-offset-yellow-600\/75{--tw-ring-offset-color:#ca8a04bf}.sm\:ring-offset-yellow-600\/80{--tw-ring-offset-color:#ca8a04cc}.sm\:ring-offset-yellow-600\/85{--tw-ring-offset-color:#ca8a04d9}.sm\:ring-offset-yellow-600\/90{--tw-ring-offset-color:#ca8a04e6}.sm\:ring-offset-yellow-600\/95{--tw-ring-offset-color:#ca8a04f2}.sm\:ring-offset-yellow-700{--tw-ring-offset-color:#a16207}.sm\:ring-offset-yellow-700\/0{--tw-ring-offset-color:#a1620700}.sm\:ring-offset-yellow-700\/10{--tw-ring-offset-color:#a162071a}.sm\:ring-offset-yellow-700\/100{--tw-ring-offset-color:#a16207}.sm\:ring-offset-yellow-700\/15{--tw-ring-offset-color:#a1620726}.sm\:ring-offset-yellow-700\/20{--tw-ring-offset-color:#a1620733}.sm\:ring-offset-yellow-700\/25{--tw-ring-offset-color:#a1620740}.sm\:ring-offset-yellow-700\/30{--tw-ring-offset-color:#a162074d}.sm\:ring-offset-yellow-700\/35{--tw-ring-offset-color:#a1620759}.sm\:ring-offset-yellow-700\/40{--tw-ring-offset-color:#a1620766}.sm\:ring-offset-yellow-700\/45{--tw-ring-offset-color:#a1620773}.sm\:ring-offset-yellow-700\/5{--tw-ring-offset-color:#a162070d}.sm\:ring-offset-yellow-700\/50{--tw-ring-offset-color:#a1620780}.sm\:ring-offset-yellow-700\/55{--tw-ring-offset-color:#a162078c}.sm\:ring-offset-yellow-700\/60{--tw-ring-offset-color:#a1620799}.sm\:ring-offset-yellow-700\/65{--tw-ring-offset-color:#a16207a6}.sm\:ring-offset-yellow-700\/70{--tw-ring-offset-color:#a16207b3}.sm\:ring-offset-yellow-700\/75{--tw-ring-offset-color:#a16207bf}.sm\:ring-offset-yellow-700\/80{--tw-ring-offset-color:#a16207cc}.sm\:ring-offset-yellow-700\/85{--tw-ring-offset-color:#a16207d9}.sm\:ring-offset-yellow-700\/90{--tw-ring-offset-color:#a16207e6}.sm\:ring-offset-yellow-700\/95{--tw-ring-offset-color:#a16207f2}.sm\:ring-offset-yellow-800{--tw-ring-offset-color:#854d0e}.sm\:ring-offset-yellow-800\/0{--tw-ring-offset-color:#854d0e00}.sm\:ring-offset-yellow-800\/10{--tw-ring-offset-color:#854d0e1a}.sm\:ring-offset-yellow-800\/100{--tw-ring-offset-color:#854d0e}.sm\:ring-offset-yellow-800\/15{--tw-ring-offset-color:#854d0e26}.sm\:ring-offset-yellow-800\/20{--tw-ring-offset-color:#854d0e33}.sm\:ring-offset-yellow-800\/25{--tw-ring-offset-color:#854d0e40}.sm\:ring-offset-yellow-800\/30{--tw-ring-offset-color:#854d0e4d}.sm\:ring-offset-yellow-800\/35{--tw-ring-offset-color:#854d0e59}.sm\:ring-offset-yellow-800\/40{--tw-ring-offset-color:#854d0e66}.sm\:ring-offset-yellow-800\/45{--tw-ring-offset-color:#854d0e73}.sm\:ring-offset-yellow-800\/5{--tw-ring-offset-color:#854d0e0d}.sm\:ring-offset-yellow-800\/50{--tw-ring-offset-color:#854d0e80}.sm\:ring-offset-yellow-800\/55{--tw-ring-offset-color:#854d0e8c}.sm\:ring-offset-yellow-800\/60{--tw-ring-offset-color:#854d0e99}.sm\:ring-offset-yellow-800\/65{--tw-ring-offset-color:#854d0ea6}.sm\:ring-offset-yellow-800\/70{--tw-ring-offset-color:#854d0eb3}.sm\:ring-offset-yellow-800\/75{--tw-ring-offset-color:#854d0ebf}.sm\:ring-offset-yellow-800\/80{--tw-ring-offset-color:#854d0ecc}.sm\:ring-offset-yellow-800\/85{--tw-ring-offset-color:#854d0ed9}.sm\:ring-offset-yellow-800\/90{--tw-ring-offset-color:#854d0ee6}.sm\:ring-offset-yellow-800\/95{--tw-ring-offset-color:#854d0ef2}.sm\:ring-offset-yellow-900{--tw-ring-offset-color:#713f12}.sm\:ring-offset-yellow-900\/0{--tw-ring-offset-color:#713f1200}.sm\:ring-offset-yellow-900\/10{--tw-ring-offset-color:#713f121a}.sm\:ring-offset-yellow-900\/100{--tw-ring-offset-color:#713f12}.sm\:ring-offset-yellow-900\/15{--tw-ring-offset-color:#713f1226}.sm\:ring-offset-yellow-900\/20{--tw-ring-offset-color:#713f1233}.sm\:ring-offset-yellow-900\/25{--tw-ring-offset-color:#713f1240}.sm\:ring-offset-yellow-900\/30{--tw-ring-offset-color:#713f124d}.sm\:ring-offset-yellow-900\/35{--tw-ring-offset-color:#713f1259}.sm\:ring-offset-yellow-900\/40{--tw-ring-offset-color:#713f1266}.sm\:ring-offset-yellow-900\/45{--tw-ring-offset-color:#713f1273}.sm\:ring-offset-yellow-900\/5{--tw-ring-offset-color:#713f120d}.sm\:ring-offset-yellow-900\/50{--tw-ring-offset-color:#713f1280}.sm\:ring-offset-yellow-900\/55{--tw-ring-offset-color:#713f128c}.sm\:ring-offset-yellow-900\/60{--tw-ring-offset-color:#713f1299}.sm\:ring-offset-yellow-900\/65{--tw-ring-offset-color:#713f12a6}.sm\:ring-offset-yellow-900\/70{--tw-ring-offset-color:#713f12b3}.sm\:ring-offset-yellow-900\/75{--tw-ring-offset-color:#713f12bf}.sm\:ring-offset-yellow-900\/80{--tw-ring-offset-color:#713f12cc}.sm\:ring-offset-yellow-900\/85{--tw-ring-offset-color:#713f12d9}.sm\:ring-offset-yellow-900\/90{--tw-ring-offset-color:#713f12e6}.sm\:ring-offset-yellow-900\/95{--tw-ring-offset-color:#713f12f2}.sm\:ring-offset-yellow-950{--tw-ring-offset-color:#422006}.sm\:ring-offset-yellow-950\/0{--tw-ring-offset-color:#42200600}.sm\:ring-offset-yellow-950\/10{--tw-ring-offset-color:#4220061a}.sm\:ring-offset-yellow-950\/100{--tw-ring-offset-color:#422006}.sm\:ring-offset-yellow-950\/15{--tw-ring-offset-color:#42200626}.sm\:ring-offset-yellow-950\/20{--tw-ring-offset-color:#42200633}.sm\:ring-offset-yellow-950\/25{--tw-ring-offset-color:#42200640}.sm\:ring-offset-yellow-950\/30{--tw-ring-offset-color:#4220064d}.sm\:ring-offset-yellow-950\/35{--tw-ring-offset-color:#42200659}.sm\:ring-offset-yellow-950\/40{--tw-ring-offset-color:#42200666}.sm\:ring-offset-yellow-950\/45{--tw-ring-offset-color:#42200673}.sm\:ring-offset-yellow-950\/5{--tw-ring-offset-color:#4220060d}.sm\:ring-offset-yellow-950\/50{--tw-ring-offset-color:#42200680}.sm\:ring-offset-yellow-950\/55{--tw-ring-offset-color:#4220068c}.sm\:ring-offset-yellow-950\/60{--tw-ring-offset-color:#42200699}.sm\:ring-offset-yellow-950\/65{--tw-ring-offset-color:#422006a6}.sm\:ring-offset-yellow-950\/70{--tw-ring-offset-color:#422006b3}.sm\:ring-offset-yellow-950\/75{--tw-ring-offset-color:#422006bf}.sm\:ring-offset-yellow-950\/80{--tw-ring-offset-color:#422006cc}.sm\:ring-offset-yellow-950\/85{--tw-ring-offset-color:#422006d9}.sm\:ring-offset-yellow-950\/90{--tw-ring-offset-color:#422006e6}.sm\:ring-offset-yellow-950\/95{--tw-ring-offset-color:#422006f2}.sm\:drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px #00000026);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.group:hover .sm\:group-hover\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}}@media (width>=768px){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-10{grid-column:span 10/span 10}.md\:col-span-11{grid-column:span 11/span 11}.md\:col-span-12{grid-column:span 12/span 12}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-7{grid-column:span 7/span 7}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-9{grid-column:span 9/span 9}.md\:mb-0{margin-bottom:0}.md\:ml-6{margin-left:1.5rem}.md\:mt-2{margin-top:.5rem}.md\:mt-4{margin-top:1rem}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-28{height:7rem}.md\:w-1{width:.25rem}.md\:w-1\.5{width:.375rem}.md\:w-1\/12{width:8.33333%}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.3333%}.md\:w-1\/4{width:25%}.md\:w-1\/5{width:20%}.md\:w-1\/6{width:16.6667%}.md\:w-10{width:2.5rem}.md\:w-10\/12{width:83.3333%}.md\:w-11{width:2.75rem}.md\:w-11\/12{width:91.6667%}.md\:w-12{width:3rem}.md\:w-14{width:3.5rem}.md\:w-16{width:4rem}.md\:w-2{width:.5rem}.md\:w-2\.5{width:.625rem}.md\:w-2\/12{width:16.6667%}.md\:w-2\/3{width:66.6667%}.md\:w-2\/4{width:50%}.md\:w-2\/5{width:40%}.md\:w-2\/6{width:33.3333%}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-28{width:7rem}.md\:w-3{width:.75rem}.md\:w-3\.5{width:.875rem}.md\:w-3\/12{width:25%}.md\:w-3\/4{width:75%}.md\:w-3\/5{width:60%}.md\:w-3\/6{width:50%}.md\:w-32{width:8rem}.md\:w-36{width:9rem}.md\:w-4{width:1rem}.md\:w-4\/12{width:33.3333%}.md\:w-4\/5{width:80%}.md\:w-4\/6{width:66.6667%}.md\:w-40{width:10rem}.md\:w-44{width:11rem}.md\:w-48{width:12rem}.md\:w-5{width:1.25rem}.md\:w-5\/12{width:41.6667%}.md\:w-5\/6{width:83.3333%}.md\:w-52{width:13rem}.md\:w-56{width:14rem}.md\:w-6{width:1.5rem}.md\:w-6\/12{width:50%}.md\:w-60{width:15rem}.md\:w-64{width:16rem}.md\:w-7{width:1.75rem}.md\:w-7\/12{width:58.3333%}.md\:w-72{width:18rem}.md\:w-8{width:2rem}.md\:w-8\/12{width:66.6667%}.md\:w-80{width:20rem}.md\:w-9{width:2.25rem}.md\:w-9\/12{width:75%}.md\:w-96{width:24rem}.md\:min-w-1{min-width:.25rem}.md\:min-w-1\.5{min-width:.375rem}.md\:min-w-10{min-width:2.5rem}.md\:min-w-11{min-width:2.75rem}.md\:min-w-12{min-width:3rem}.md\:min-w-14{min-width:3.5rem}.md\:min-w-16{min-width:4rem}.md\:min-w-2{min-width:.5rem}.md\:min-w-2\.5{min-width:.625rem}.md\:min-w-20{min-width:5rem}.md\:min-w-24{min-width:6rem}.md\:min-w-28{min-width:7rem}.md\:min-w-3{min-width:.75rem}.md\:min-w-3\.5{min-width:.875rem}.md\:min-w-32{min-width:8rem}.md\:min-w-36{min-width:9rem}.md\:min-w-4{min-width:1rem}.md\:min-w-40{min-width:10rem}.md\:min-w-44{min-width:11rem}.md\:min-w-48{min-width:12rem}.md\:min-w-5{min-width:1.25rem}.md\:min-w-52{min-width:13rem}.md\:min-w-56{min-width:14rem}.md\:min-w-6{min-width:1.5rem}.md\:min-w-60{min-width:15rem}.md\:min-w-64{min-width:16rem}.md\:min-w-7{min-width:1.75rem}.md\:min-w-72{min-width:18rem}.md\:min-w-8{min-width:2rem}.md\:min-w-80{min-width:20rem}.md\:min-w-9{min-width:2.25rem}.md\:min-w-96{min-width:24rem}.md\:max-w-1{max-width:.25rem}.md\:max-w-1\.5{max-width:.375rem}.md\:max-w-10{max-width:2.5rem}.md\:max-w-11{max-width:2.75rem}.md\:max-w-12{max-width:3rem}.md\:max-w-14{max-width:3.5rem}.md\:max-w-16{max-width:4rem}.md\:max-w-2{max-width:.5rem}.md\:max-w-2\.5{max-width:.625rem}.md\:max-w-20{max-width:5rem}.md\:max-w-24{max-width:6rem}.md\:max-w-28{max-width:7rem}.md\:max-w-2xl{max-width:42rem}.md\:max-w-3{max-width:.75rem}.md\:max-w-3\.5{max-width:.875rem}.md\:max-w-32{max-width:8rem}.md\:max-w-36{max-width:9rem}.md\:max-w-3xl{max-width:48rem}.md\:max-w-4{max-width:1rem}.md\:max-w-40{max-width:10rem}.md\:max-w-44{max-width:11rem}.md\:max-w-48{max-width:12rem}.md\:max-w-4xl{max-width:56rem}.md\:max-w-5{max-width:1.25rem}.md\:max-w-52{max-width:13rem}.md\:max-w-56{max-width:14rem}.md\:max-w-5xl{max-width:64rem}.md\:max-w-6{max-width:1.5rem}.md\:max-w-60{max-width:15rem}.md\:max-w-64{max-width:16rem}.md\:max-w-6xl{max-width:72rem}.md\:max-w-7{max-width:1.75rem}.md\:max-w-72{max-width:18rem}.md\:max-w-7xl{max-width:80rem}.md\:max-w-8{max-width:2rem}.md\:max-w-80{max-width:20rem}.md\:max-w-9{max-width:2.25rem}.md\:max-w-96{max-width:24rem}.md\:max-w-full{max-width:100%}.md\:flex-1{flex:1}.md\:flex-shrink-0{flex-shrink:0}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.md\:divide-yellow-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 249 195/var(--tw-divide-opacity,1))}.md\:divide-yellow-100\/0>:not([hidden])~:not([hidden]){border-color:#fef9c300}.md\:divide-yellow-100\/10>:not([hidden])~:not([hidden]){border-color:#fef9c31a}.md\:divide-yellow-100\/100>:not([hidden])~:not([hidden]){border-color:#fef9c3}.md\:divide-yellow-100\/15>:not([hidden])~:not([hidden]){border-color:#fef9c326}.md\:divide-yellow-100\/20>:not([hidden])~:not([hidden]){border-color:#fef9c333}.md\:divide-yellow-100\/25>:not([hidden])~:not([hidden]){border-color:#fef9c340}.md\:divide-yellow-100\/30>:not([hidden])~:not([hidden]){border-color:#fef9c34d}.md\:divide-yellow-100\/35>:not([hidden])~:not([hidden]){border-color:#fef9c359}.md\:divide-yellow-100\/40>:not([hidden])~:not([hidden]){border-color:#fef9c366}.md\:divide-yellow-100\/45>:not([hidden])~:not([hidden]){border-color:#fef9c373}.md\:divide-yellow-100\/5>:not([hidden])~:not([hidden]){border-color:#fef9c30d}.md\:divide-yellow-100\/50>:not([hidden])~:not([hidden]){border-color:#fef9c380}.md\:divide-yellow-100\/55>:not([hidden])~:not([hidden]){border-color:#fef9c38c}.md\:divide-yellow-100\/60>:not([hidden])~:not([hidden]){border-color:#fef9c399}.md\:divide-yellow-100\/65>:not([hidden])~:not([hidden]){border-color:#fef9c3a6}.md\:divide-yellow-100\/70>:not([hidden])~:not([hidden]){border-color:#fef9c3b3}.md\:divide-yellow-100\/75>:not([hidden])~:not([hidden]){border-color:#fef9c3bf}.md\:divide-yellow-100\/80>:not([hidden])~:not([hidden]){border-color:#fef9c3cc}.md\:divide-yellow-100\/85>:not([hidden])~:not([hidden]){border-color:#fef9c3d9}.md\:divide-yellow-100\/90>:not([hidden])~:not([hidden]){border-color:#fef9c3e6}.md\:divide-yellow-100\/95>:not([hidden])~:not([hidden]){border-color:#fef9c3f2}.md\:divide-yellow-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 240 138/var(--tw-divide-opacity,1))}.md\:divide-yellow-200\/0>:not([hidden])~:not([hidden]){border-color:#fef08a00}.md\:divide-yellow-200\/10>:not([hidden])~:not([hidden]){border-color:#fef08a1a}.md\:divide-yellow-200\/100>:not([hidden])~:not([hidden]){border-color:#fef08a}.md\:divide-yellow-200\/15>:not([hidden])~:not([hidden]){border-color:#fef08a26}.md\:divide-yellow-200\/20>:not([hidden])~:not([hidden]){border-color:#fef08a33}.md\:divide-yellow-200\/25>:not([hidden])~:not([hidden]){border-color:#fef08a40}.md\:divide-yellow-200\/30>:not([hidden])~:not([hidden]){border-color:#fef08a4d}.md\:divide-yellow-200\/35>:not([hidden])~:not([hidden]){border-color:#fef08a59}.md\:divide-yellow-200\/40>:not([hidden])~:not([hidden]){border-color:#fef08a66}.md\:divide-yellow-200\/45>:not([hidden])~:not([hidden]){border-color:#fef08a73}.md\:divide-yellow-200\/5>:not([hidden])~:not([hidden]){border-color:#fef08a0d}.md\:divide-yellow-200\/50>:not([hidden])~:not([hidden]){border-color:#fef08a80}.md\:divide-yellow-200\/55>:not([hidden])~:not([hidden]){border-color:#fef08a8c}.md\:divide-yellow-200\/60>:not([hidden])~:not([hidden]){border-color:#fef08a99}.md\:divide-yellow-200\/65>:not([hidden])~:not([hidden]){border-color:#fef08aa6}.md\:divide-yellow-200\/70>:not([hidden])~:not([hidden]){border-color:#fef08ab3}.md\:divide-yellow-200\/75>:not([hidden])~:not([hidden]){border-color:#fef08abf}.md\:divide-yellow-200\/80>:not([hidden])~:not([hidden]){border-color:#fef08acc}.md\:divide-yellow-200\/85>:not([hidden])~:not([hidden]){border-color:#fef08ad9}.md\:divide-yellow-200\/90>:not([hidden])~:not([hidden]){border-color:#fef08ae6}.md\:divide-yellow-200\/95>:not([hidden])~:not([hidden]){border-color:#fef08af2}.md\:divide-yellow-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 224 71/var(--tw-divide-opacity,1))}.md\:divide-yellow-300\/0>:not([hidden])~:not([hidden]){border-color:#fde04700}.md\:divide-yellow-300\/10>:not([hidden])~:not([hidden]){border-color:#fde0471a}.md\:divide-yellow-300\/100>:not([hidden])~:not([hidden]){border-color:#fde047}.md\:divide-yellow-300\/15>:not([hidden])~:not([hidden]){border-color:#fde04726}.md\:divide-yellow-300\/20>:not([hidden])~:not([hidden]){border-color:#fde04733}.md\:divide-yellow-300\/25>:not([hidden])~:not([hidden]){border-color:#fde04740}.md\:divide-yellow-300\/30>:not([hidden])~:not([hidden]){border-color:#fde0474d}.md\:divide-yellow-300\/35>:not([hidden])~:not([hidden]){border-color:#fde04759}.md\:divide-yellow-300\/40>:not([hidden])~:not([hidden]){border-color:#fde04766}.md\:divide-yellow-300\/45>:not([hidden])~:not([hidden]){border-color:#fde04773}.md\:divide-yellow-300\/5>:not([hidden])~:not([hidden]){border-color:#fde0470d}.md\:divide-yellow-300\/50>:not([hidden])~:not([hidden]){border-color:#fde04780}.md\:divide-yellow-300\/55>:not([hidden])~:not([hidden]){border-color:#fde0478c}.md\:divide-yellow-300\/60>:not([hidden])~:not([hidden]){border-color:#fde04799}.md\:divide-yellow-300\/65>:not([hidden])~:not([hidden]){border-color:#fde047a6}.md\:divide-yellow-300\/70>:not([hidden])~:not([hidden]){border-color:#fde047b3}.md\:divide-yellow-300\/75>:not([hidden])~:not([hidden]){border-color:#fde047bf}.md\:divide-yellow-300\/80>:not([hidden])~:not([hidden]){border-color:#fde047cc}.md\:divide-yellow-300\/85>:not([hidden])~:not([hidden]){border-color:#fde047d9}.md\:divide-yellow-300\/90>:not([hidden])~:not([hidden]){border-color:#fde047e6}.md\:divide-yellow-300\/95>:not([hidden])~:not([hidden]){border-color:#fde047f2}.md\:divide-yellow-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(250 204 21/var(--tw-divide-opacity,1))}.md\:divide-yellow-400\/0>:not([hidden])~:not([hidden]){border-color:#facc1500}.md\:divide-yellow-400\/10>:not([hidden])~:not([hidden]){border-color:#facc151a}.md\:divide-yellow-400\/100>:not([hidden])~:not([hidden]){border-color:#facc15}.md\:divide-yellow-400\/15>:not([hidden])~:not([hidden]){border-color:#facc1526}.md\:divide-yellow-400\/20>:not([hidden])~:not([hidden]){border-color:#facc1533}.md\:divide-yellow-400\/25>:not([hidden])~:not([hidden]){border-color:#facc1540}.md\:divide-yellow-400\/30>:not([hidden])~:not([hidden]){border-color:#facc154d}.md\:divide-yellow-400\/35>:not([hidden])~:not([hidden]){border-color:#facc1559}.md\:divide-yellow-400\/40>:not([hidden])~:not([hidden]){border-color:#facc1566}.md\:divide-yellow-400\/45>:not([hidden])~:not([hidden]){border-color:#facc1573}.md\:divide-yellow-400\/5>:not([hidden])~:not([hidden]){border-color:#facc150d}.md\:divide-yellow-400\/50>:not([hidden])~:not([hidden]){border-color:#facc1580}.md\:divide-yellow-400\/55>:not([hidden])~:not([hidden]){border-color:#facc158c}.md\:divide-yellow-400\/60>:not([hidden])~:not([hidden]){border-color:#facc1599}.md\:divide-yellow-400\/65>:not([hidden])~:not([hidden]){border-color:#facc15a6}.md\:divide-yellow-400\/70>:not([hidden])~:not([hidden]){border-color:#facc15b3}.md\:divide-yellow-400\/75>:not([hidden])~:not([hidden]){border-color:#facc15bf}.md\:divide-yellow-400\/80>:not([hidden])~:not([hidden]){border-color:#facc15cc}.md\:divide-yellow-400\/85>:not([hidden])~:not([hidden]){border-color:#facc15d9}.md\:divide-yellow-400\/90>:not([hidden])~:not([hidden]){border-color:#facc15e6}.md\:divide-yellow-400\/95>:not([hidden])~:not([hidden]){border-color:#facc15f2}.md\:divide-yellow-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 252 232/var(--tw-divide-opacity,1))}.md\:divide-yellow-50\/0>:not([hidden])~:not([hidden]){border-color:#fefce800}.md\:divide-yellow-50\/10>:not([hidden])~:not([hidden]){border-color:#fefce81a}.md\:divide-yellow-50\/100>:not([hidden])~:not([hidden]){border-color:#fefce8}.md\:divide-yellow-50\/15>:not([hidden])~:not([hidden]){border-color:#fefce826}.md\:divide-yellow-50\/20>:not([hidden])~:not([hidden]){border-color:#fefce833}.md\:divide-yellow-50\/25>:not([hidden])~:not([hidden]){border-color:#fefce840}.md\:divide-yellow-50\/30>:not([hidden])~:not([hidden]){border-color:#fefce84d}.md\:divide-yellow-50\/35>:not([hidden])~:not([hidden]){border-color:#fefce859}.md\:divide-yellow-50\/40>:not([hidden])~:not([hidden]){border-color:#fefce866}.md\:divide-yellow-50\/45>:not([hidden])~:not([hidden]){border-color:#fefce873}.md\:divide-yellow-50\/5>:not([hidden])~:not([hidden]){border-color:#fefce80d}.md\:divide-yellow-50\/50>:not([hidden])~:not([hidden]){border-color:#fefce880}.md\:divide-yellow-50\/55>:not([hidden])~:not([hidden]){border-color:#fefce88c}.md\:divide-yellow-50\/60>:not([hidden])~:not([hidden]){border-color:#fefce899}.md\:divide-yellow-50\/65>:not([hidden])~:not([hidden]){border-color:#fefce8a6}.md\:divide-yellow-50\/70>:not([hidden])~:not([hidden]){border-color:#fefce8b3}.md\:divide-yellow-50\/75>:not([hidden])~:not([hidden]){border-color:#fefce8bf}.md\:divide-yellow-50\/80>:not([hidden])~:not([hidden]){border-color:#fefce8cc}.md\:divide-yellow-50\/85>:not([hidden])~:not([hidden]){border-color:#fefce8d9}.md\:divide-yellow-50\/90>:not([hidden])~:not([hidden]){border-color:#fefce8e6}.md\:divide-yellow-50\/95>:not([hidden])~:not([hidden]){border-color:#fefce8f2}.md\:divide-yellow-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(234 179 8/var(--tw-divide-opacity,1))}.md\:divide-yellow-500\/0>:not([hidden])~:not([hidden]){border-color:#eab30800}.md\:divide-yellow-500\/10>:not([hidden])~:not([hidden]){border-color:#eab3081a}.md\:divide-yellow-500\/100>:not([hidden])~:not([hidden]){border-color:#eab308}.md\:divide-yellow-500\/15>:not([hidden])~:not([hidden]){border-color:#eab30826}.md\:divide-yellow-500\/20>:not([hidden])~:not([hidden]){border-color:#eab30833}.md\:divide-yellow-500\/25>:not([hidden])~:not([hidden]){border-color:#eab30840}.md\:divide-yellow-500\/30>:not([hidden])~:not([hidden]){border-color:#eab3084d}.md\:divide-yellow-500\/35>:not([hidden])~:not([hidden]){border-color:#eab30859}.md\:divide-yellow-500\/40>:not([hidden])~:not([hidden]){border-color:#eab30866}.md\:divide-yellow-500\/45>:not([hidden])~:not([hidden]){border-color:#eab30873}.md\:divide-yellow-500\/5>:not([hidden])~:not([hidden]){border-color:#eab3080d}.md\:divide-yellow-500\/50>:not([hidden])~:not([hidden]){border-color:#eab30880}.md\:divide-yellow-500\/55>:not([hidden])~:not([hidden]){border-color:#eab3088c}.md\:divide-yellow-500\/60>:not([hidden])~:not([hidden]){border-color:#eab30899}.md\:divide-yellow-500\/65>:not([hidden])~:not([hidden]){border-color:#eab308a6}.md\:divide-yellow-500\/70>:not([hidden])~:not([hidden]){border-color:#eab308b3}.md\:divide-yellow-500\/75>:not([hidden])~:not([hidden]){border-color:#eab308bf}.md\:divide-yellow-500\/80>:not([hidden])~:not([hidden]){border-color:#eab308cc}.md\:divide-yellow-500\/85>:not([hidden])~:not([hidden]){border-color:#eab308d9}.md\:divide-yellow-500\/90>:not([hidden])~:not([hidden]){border-color:#eab308e6}.md\:divide-yellow-500\/95>:not([hidden])~:not([hidden]){border-color:#eab308f2}.md\:divide-yellow-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(202 138 4/var(--tw-divide-opacity,1))}.md\:divide-yellow-600\/0>:not([hidden])~:not([hidden]){border-color:#ca8a0400}.md\:divide-yellow-600\/10>:not([hidden])~:not([hidden]){border-color:#ca8a041a}.md\:divide-yellow-600\/100>:not([hidden])~:not([hidden]){border-color:#ca8a04}.md\:divide-yellow-600\/15>:not([hidden])~:not([hidden]){border-color:#ca8a0426}.md\:divide-yellow-600\/20>:not([hidden])~:not([hidden]){border-color:#ca8a0433}.md\:divide-yellow-600\/25>:not([hidden])~:not([hidden]){border-color:#ca8a0440}.md\:divide-yellow-600\/30>:not([hidden])~:not([hidden]){border-color:#ca8a044d}.md\:divide-yellow-600\/35>:not([hidden])~:not([hidden]){border-color:#ca8a0459}.md\:divide-yellow-600\/40>:not([hidden])~:not([hidden]){border-color:#ca8a0466}.md\:divide-yellow-600\/45>:not([hidden])~:not([hidden]){border-color:#ca8a0473}.md\:divide-yellow-600\/5>:not([hidden])~:not([hidden]){border-color:#ca8a040d}.md\:divide-yellow-600\/50>:not([hidden])~:not([hidden]){border-color:#ca8a0480}.md\:divide-yellow-600\/55>:not([hidden])~:not([hidden]){border-color:#ca8a048c}.md\:divide-yellow-600\/60>:not([hidden])~:not([hidden]){border-color:#ca8a0499}.md\:divide-yellow-600\/65>:not([hidden])~:not([hidden]){border-color:#ca8a04a6}.md\:divide-yellow-600\/70>:not([hidden])~:not([hidden]){border-color:#ca8a04b3}.md\:divide-yellow-600\/75>:not([hidden])~:not([hidden]){border-color:#ca8a04bf}.md\:divide-yellow-600\/80>:not([hidden])~:not([hidden]){border-color:#ca8a04cc}.md\:divide-yellow-600\/85>:not([hidden])~:not([hidden]){border-color:#ca8a04d9}.md\:divide-yellow-600\/90>:not([hidden])~:not([hidden]){border-color:#ca8a04e6}.md\:divide-yellow-600\/95>:not([hidden])~:not([hidden]){border-color:#ca8a04f2}.md\:divide-yellow-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(161 98 7/var(--tw-divide-opacity,1))}.md\:divide-yellow-700\/0>:not([hidden])~:not([hidden]){border-color:#a1620700}.md\:divide-yellow-700\/10>:not([hidden])~:not([hidden]){border-color:#a162071a}.md\:divide-yellow-700\/100>:not([hidden])~:not([hidden]){border-color:#a16207}.md\:divide-yellow-700\/15>:not([hidden])~:not([hidden]){border-color:#a1620726}.md\:divide-yellow-700\/20>:not([hidden])~:not([hidden]){border-color:#a1620733}.md\:divide-yellow-700\/25>:not([hidden])~:not([hidden]){border-color:#a1620740}.md\:divide-yellow-700\/30>:not([hidden])~:not([hidden]){border-color:#a162074d}.md\:divide-yellow-700\/35>:not([hidden])~:not([hidden]){border-color:#a1620759}.md\:divide-yellow-700\/40>:not([hidden])~:not([hidden]){border-color:#a1620766}.md\:divide-yellow-700\/45>:not([hidden])~:not([hidden]){border-color:#a1620773}.md\:divide-yellow-700\/5>:not([hidden])~:not([hidden]){border-color:#a162070d}.md\:divide-yellow-700\/50>:not([hidden])~:not([hidden]){border-color:#a1620780}.md\:divide-yellow-700\/55>:not([hidden])~:not([hidden]){border-color:#a162078c}.md\:divide-yellow-700\/60>:not([hidden])~:not([hidden]){border-color:#a1620799}.md\:divide-yellow-700\/65>:not([hidden])~:not([hidden]){border-color:#a16207a6}.md\:divide-yellow-700\/70>:not([hidden])~:not([hidden]){border-color:#a16207b3}.md\:divide-yellow-700\/75>:not([hidden])~:not([hidden]){border-color:#a16207bf}.md\:divide-yellow-700\/80>:not([hidden])~:not([hidden]){border-color:#a16207cc}.md\:divide-yellow-700\/85>:not([hidden])~:not([hidden]){border-color:#a16207d9}.md\:divide-yellow-700\/90>:not([hidden])~:not([hidden]){border-color:#a16207e6}.md\:divide-yellow-700\/95>:not([hidden])~:not([hidden]){border-color:#a16207f2}.md\:divide-yellow-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(133 77 14/var(--tw-divide-opacity,1))}.md\:divide-yellow-800\/0>:not([hidden])~:not([hidden]){border-color:#854d0e00}.md\:divide-yellow-800\/10>:not([hidden])~:not([hidden]){border-color:#854d0e1a}.md\:divide-yellow-800\/100>:not([hidden])~:not([hidden]){border-color:#854d0e}.md\:divide-yellow-800\/15>:not([hidden])~:not([hidden]){border-color:#854d0e26}.md\:divide-yellow-800\/20>:not([hidden])~:not([hidden]){border-color:#854d0e33}.md\:divide-yellow-800\/25>:not([hidden])~:not([hidden]){border-color:#854d0e40}.md\:divide-yellow-800\/30>:not([hidden])~:not([hidden]){border-color:#854d0e4d}.md\:divide-yellow-800\/35>:not([hidden])~:not([hidden]){border-color:#854d0e59}.md\:divide-yellow-800\/40>:not([hidden])~:not([hidden]){border-color:#854d0e66}.md\:divide-yellow-800\/45>:not([hidden])~:not([hidden]){border-color:#854d0e73}.md\:divide-yellow-800\/5>:not([hidden])~:not([hidden]){border-color:#854d0e0d}.md\:divide-yellow-800\/50>:not([hidden])~:not([hidden]){border-color:#854d0e80}.md\:divide-yellow-800\/55>:not([hidden])~:not([hidden]){border-color:#854d0e8c}.md\:divide-yellow-800\/60>:not([hidden])~:not([hidden]){border-color:#854d0e99}.md\:divide-yellow-800\/65>:not([hidden])~:not([hidden]){border-color:#854d0ea6}.md\:divide-yellow-800\/70>:not([hidden])~:not([hidden]){border-color:#854d0eb3}.md\:divide-yellow-800\/75>:not([hidden])~:not([hidden]){border-color:#854d0ebf}.md\:divide-yellow-800\/80>:not([hidden])~:not([hidden]){border-color:#854d0ecc}.md\:divide-yellow-800\/85>:not([hidden])~:not([hidden]){border-color:#854d0ed9}.md\:divide-yellow-800\/90>:not([hidden])~:not([hidden]){border-color:#854d0ee6}.md\:divide-yellow-800\/95>:not([hidden])~:not([hidden]){border-color:#854d0ef2}.md\:divide-yellow-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(113 63 18/var(--tw-divide-opacity,1))}.md\:divide-yellow-900\/0>:not([hidden])~:not([hidden]){border-color:#713f1200}.md\:divide-yellow-900\/10>:not([hidden])~:not([hidden]){border-color:#713f121a}.md\:divide-yellow-900\/100>:not([hidden])~:not([hidden]){border-color:#713f12}.md\:divide-yellow-900\/15>:not([hidden])~:not([hidden]){border-color:#713f1226}.md\:divide-yellow-900\/20>:not([hidden])~:not([hidden]){border-color:#713f1233}.md\:divide-yellow-900\/25>:not([hidden])~:not([hidden]){border-color:#713f1240}.md\:divide-yellow-900\/30>:not([hidden])~:not([hidden]){border-color:#713f124d}.md\:divide-yellow-900\/35>:not([hidden])~:not([hidden]){border-color:#713f1259}.md\:divide-yellow-900\/40>:not([hidden])~:not([hidden]){border-color:#713f1266}.md\:divide-yellow-900\/45>:not([hidden])~:not([hidden]){border-color:#713f1273}.md\:divide-yellow-900\/5>:not([hidden])~:not([hidden]){border-color:#713f120d}.md\:divide-yellow-900\/50>:not([hidden])~:not([hidden]){border-color:#713f1280}.md\:divide-yellow-900\/55>:not([hidden])~:not([hidden]){border-color:#713f128c}.md\:divide-yellow-900\/60>:not([hidden])~:not([hidden]){border-color:#713f1299}.md\:divide-yellow-900\/65>:not([hidden])~:not([hidden]){border-color:#713f12a6}.md\:divide-yellow-900\/70>:not([hidden])~:not([hidden]){border-color:#713f12b3}.md\:divide-yellow-900\/75>:not([hidden])~:not([hidden]){border-color:#713f12bf}.md\:divide-yellow-900\/80>:not([hidden])~:not([hidden]){border-color:#713f12cc}.md\:divide-yellow-900\/85>:not([hidden])~:not([hidden]){border-color:#713f12d9}.md\:divide-yellow-900\/90>:not([hidden])~:not([hidden]){border-color:#713f12e6}.md\:divide-yellow-900\/95>:not([hidden])~:not([hidden]){border-color:#713f12f2}.md\:divide-yellow-950>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(66 32 6/var(--tw-divide-opacity,1))}.md\:divide-yellow-950\/0>:not([hidden])~:not([hidden]){border-color:#42200600}.md\:divide-yellow-950\/10>:not([hidden])~:not([hidden]){border-color:#4220061a}.md\:divide-yellow-950\/100>:not([hidden])~:not([hidden]){border-color:#422006}.md\:divide-yellow-950\/15>:not([hidden])~:not([hidden]){border-color:#42200626}.md\:divide-yellow-950\/20>:not([hidden])~:not([hidden]){border-color:#42200633}.md\:divide-yellow-950\/25>:not([hidden])~:not([hidden]){border-color:#42200640}.md\:divide-yellow-950\/30>:not([hidden])~:not([hidden]){border-color:#4220064d}.md\:divide-yellow-950\/35>:not([hidden])~:not([hidden]){border-color:#42200659}.md\:divide-yellow-950\/40>:not([hidden])~:not([hidden]){border-color:#42200666}.md\:divide-yellow-950\/45>:not([hidden])~:not([hidden]){border-color:#42200673}.md\:divide-yellow-950\/5>:not([hidden])~:not([hidden]){border-color:#4220060d}.md\:divide-yellow-950\/50>:not([hidden])~:not([hidden]){border-color:#42200680}.md\:divide-yellow-950\/55>:not([hidden])~:not([hidden]){border-color:#4220068c}.md\:divide-yellow-950\/60>:not([hidden])~:not([hidden]){border-color:#42200699}.md\:divide-yellow-950\/65>:not([hidden])~:not([hidden]){border-color:#422006a6}.md\:divide-yellow-950\/70>:not([hidden])~:not([hidden]){border-color:#422006b3}.md\:divide-yellow-950\/75>:not([hidden])~:not([hidden]){border-color:#422006bf}.md\:divide-yellow-950\/80>:not([hidden])~:not([hidden]){border-color:#422006cc}.md\:divide-yellow-950\/85>:not([hidden])~:not([hidden]){border-color:#422006d9}.md\:divide-yellow-950\/90>:not([hidden])~:not([hidden]){border-color:#422006e6}.md\:divide-yellow-950\/95>:not([hidden])~:not([hidden]){border-color:#422006f2}.md\:overflow-hidden{overflow:hidden}.md\:overflow-y-auto{overflow-y:auto}.md\:overflow-x-hidden{overflow-x:hidden}.md\:overflow-y-hidden{overflow-y:hidden}.md\:rounded-lg{border-radius:.5rem}.md\:border-hidden{border-style:hidden}.md\:border-yellow-100{--tw-border-opacity:1;border-color:rgb(254 249 195/var(--tw-border-opacity,1))}.md\:border-yellow-100\/0{border-color:#fef9c300}.md\:border-yellow-100\/10{border-color:#fef9c31a}.md\:border-yellow-100\/100{border-color:#fef9c3}.md\:border-yellow-100\/15{border-color:#fef9c326}.md\:border-yellow-100\/20{border-color:#fef9c333}.md\:border-yellow-100\/25{border-color:#fef9c340}.md\:border-yellow-100\/30{border-color:#fef9c34d}.md\:border-yellow-100\/35{border-color:#fef9c359}.md\:border-yellow-100\/40{border-color:#fef9c366}.md\:border-yellow-100\/45{border-color:#fef9c373}.md\:border-yellow-100\/5{border-color:#fef9c30d}.md\:border-yellow-100\/50{border-color:#fef9c380}.md\:border-yellow-100\/55{border-color:#fef9c38c}.md\:border-yellow-100\/60{border-color:#fef9c399}.md\:border-yellow-100\/65{border-color:#fef9c3a6}.md\:border-yellow-100\/70{border-color:#fef9c3b3}.md\:border-yellow-100\/75{border-color:#fef9c3bf}.md\:border-yellow-100\/80{border-color:#fef9c3cc}.md\:border-yellow-100\/85{border-color:#fef9c3d9}.md\:border-yellow-100\/90{border-color:#fef9c3e6}.md\:border-yellow-100\/95{border-color:#fef9c3f2}.md\:border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.md\:border-yellow-200\/0{border-color:#fef08a00}.md\:border-yellow-200\/10{border-color:#fef08a1a}.md\:border-yellow-200\/100{border-color:#fef08a}.md\:border-yellow-200\/15{border-color:#fef08a26}.md\:border-yellow-200\/20{border-color:#fef08a33}.md\:border-yellow-200\/25{border-color:#fef08a40}.md\:border-yellow-200\/30{border-color:#fef08a4d}.md\:border-yellow-200\/35{border-color:#fef08a59}.md\:border-yellow-200\/40{border-color:#fef08a66}.md\:border-yellow-200\/45{border-color:#fef08a73}.md\:border-yellow-200\/5{border-color:#fef08a0d}.md\:border-yellow-200\/50{border-color:#fef08a80}.md\:border-yellow-200\/55{border-color:#fef08a8c}.md\:border-yellow-200\/60{border-color:#fef08a99}.md\:border-yellow-200\/65{border-color:#fef08aa6}.md\:border-yellow-200\/70{border-color:#fef08ab3}.md\:border-yellow-200\/75{border-color:#fef08abf}.md\:border-yellow-200\/80{border-color:#fef08acc}.md\:border-yellow-200\/85{border-color:#fef08ad9}.md\:border-yellow-200\/90{border-color:#fef08ae6}.md\:border-yellow-200\/95{border-color:#fef08af2}.md\:border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.md\:border-yellow-300\/0{border-color:#fde04700}.md\:border-yellow-300\/10{border-color:#fde0471a}.md\:border-yellow-300\/100{border-color:#fde047}.md\:border-yellow-300\/15{border-color:#fde04726}.md\:border-yellow-300\/20{border-color:#fde04733}.md\:border-yellow-300\/25{border-color:#fde04740}.md\:border-yellow-300\/30{border-color:#fde0474d}.md\:border-yellow-300\/35{border-color:#fde04759}.md\:border-yellow-300\/40{border-color:#fde04766}.md\:border-yellow-300\/45{border-color:#fde04773}.md\:border-yellow-300\/5{border-color:#fde0470d}.md\:border-yellow-300\/50{border-color:#fde04780}.md\:border-yellow-300\/55{border-color:#fde0478c}.md\:border-yellow-300\/60{border-color:#fde04799}.md\:border-yellow-300\/65{border-color:#fde047a6}.md\:border-yellow-300\/70{border-color:#fde047b3}.md\:border-yellow-300\/75{border-color:#fde047bf}.md\:border-yellow-300\/80{border-color:#fde047cc}.md\:border-yellow-300\/85{border-color:#fde047d9}.md\:border-yellow-300\/90{border-color:#fde047e6}.md\:border-yellow-300\/95{border-color:#fde047f2}.md\:border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity,1))}.md\:border-yellow-400\/0{border-color:#facc1500}.md\:border-yellow-400\/10{border-color:#facc151a}.md\:border-yellow-400\/100{border-color:#facc15}.md\:border-yellow-400\/15{border-color:#facc1526}.md\:border-yellow-400\/20{border-color:#facc1533}.md\:border-yellow-400\/25{border-color:#facc1540}.md\:border-yellow-400\/30{border-color:#facc154d}.md\:border-yellow-400\/35{border-color:#facc1559}.md\:border-yellow-400\/40{border-color:#facc1566}.md\:border-yellow-400\/45{border-color:#facc1573}.md\:border-yellow-400\/5{border-color:#facc150d}.md\:border-yellow-400\/50{border-color:#facc1580}.md\:border-yellow-400\/55{border-color:#facc158c}.md\:border-yellow-400\/60{border-color:#facc1599}.md\:border-yellow-400\/65{border-color:#facc15a6}.md\:border-yellow-400\/70{border-color:#facc15b3}.md\:border-yellow-400\/75{border-color:#facc15bf}.md\:border-yellow-400\/80{border-color:#facc15cc}.md\:border-yellow-400\/85{border-color:#facc15d9}.md\:border-yellow-400\/90{border-color:#facc15e6}.md\:border-yellow-400\/95{border-color:#facc15f2}.md\:border-yellow-50{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity,1))}.md\:border-yellow-50\/0{border-color:#fefce800}.md\:border-yellow-50\/10{border-color:#fefce81a}.md\:border-yellow-50\/100{border-color:#fefce8}.md\:border-yellow-50\/15{border-color:#fefce826}.md\:border-yellow-50\/20{border-color:#fefce833}.md\:border-yellow-50\/25{border-color:#fefce840}.md\:border-yellow-50\/30{border-color:#fefce84d}.md\:border-yellow-50\/35{border-color:#fefce859}.md\:border-yellow-50\/40{border-color:#fefce866}.md\:border-yellow-50\/45{border-color:#fefce873}.md\:border-yellow-50\/5{border-color:#fefce80d}.md\:border-yellow-50\/50{border-color:#fefce880}.md\:border-yellow-50\/55{border-color:#fefce88c}.md\:border-yellow-50\/60{border-color:#fefce899}.md\:border-yellow-50\/65{border-color:#fefce8a6}.md\:border-yellow-50\/70{border-color:#fefce8b3}.md\:border-yellow-50\/75{border-color:#fefce8bf}.md\:border-yellow-50\/80{border-color:#fefce8cc}.md\:border-yellow-50\/85{border-color:#fefce8d9}.md\:border-yellow-50\/90{border-color:#fefce8e6}.md\:border-yellow-50\/95{border-color:#fefce8f2}.md\:border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.md\:border-yellow-500\/0{border-color:#eab30800}.md\:border-yellow-500\/10{border-color:#eab3081a}.md\:border-yellow-500\/100{border-color:#eab308}.md\:border-yellow-500\/15{border-color:#eab30826}.md\:border-yellow-500\/20{border-color:#eab30833}.md\:border-yellow-500\/25{border-color:#eab30840}.md\:border-yellow-500\/30{border-color:#eab3084d}.md\:border-yellow-500\/35{border-color:#eab30859}.md\:border-yellow-500\/40{border-color:#eab30866}.md\:border-yellow-500\/45{border-color:#eab30873}.md\:border-yellow-500\/5{border-color:#eab3080d}.md\:border-yellow-500\/50{border-color:#eab30880}.md\:border-yellow-500\/55{border-color:#eab3088c}.md\:border-yellow-500\/60{border-color:#eab30899}.md\:border-yellow-500\/65{border-color:#eab308a6}.md\:border-yellow-500\/70{border-color:#eab308b3}.md\:border-yellow-500\/75{border-color:#eab308bf}.md\:border-yellow-500\/80{border-color:#eab308cc}.md\:border-yellow-500\/85{border-color:#eab308d9}.md\:border-yellow-500\/90{border-color:#eab308e6}.md\:border-yellow-500\/95{border-color:#eab308f2}.md\:border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity,1))}.md\:border-yellow-600\/0{border-color:#ca8a0400}.md\:border-yellow-600\/10{border-color:#ca8a041a}.md\:border-yellow-600\/100{border-color:#ca8a04}.md\:border-yellow-600\/15{border-color:#ca8a0426}.md\:border-yellow-600\/20{border-color:#ca8a0433}.md\:border-yellow-600\/25{border-color:#ca8a0440}.md\:border-yellow-600\/30{border-color:#ca8a044d}.md\:border-yellow-600\/35{border-color:#ca8a0459}.md\:border-yellow-600\/40{border-color:#ca8a0466}.md\:border-yellow-600\/45{border-color:#ca8a0473}.md\:border-yellow-600\/5{border-color:#ca8a040d}.md\:border-yellow-600\/50{border-color:#ca8a0480}.md\:border-yellow-600\/55{border-color:#ca8a048c}.md\:border-yellow-600\/60{border-color:#ca8a0499}.md\:border-yellow-600\/65{border-color:#ca8a04a6}.md\:border-yellow-600\/70{border-color:#ca8a04b3}.md\:border-yellow-600\/75{border-color:#ca8a04bf}.md\:border-yellow-600\/80{border-color:#ca8a04cc}.md\:border-yellow-600\/85{border-color:#ca8a04d9}.md\:border-yellow-600\/90{border-color:#ca8a04e6}.md\:border-yellow-600\/95{border-color:#ca8a04f2}.md\:border-yellow-700{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity,1))}.md\:border-yellow-700\/0{border-color:#a1620700}.md\:border-yellow-700\/10{border-color:#a162071a}.md\:border-yellow-700\/100{border-color:#a16207}.md\:border-yellow-700\/15{border-color:#a1620726}.md\:border-yellow-700\/20{border-color:#a1620733}.md\:border-yellow-700\/25{border-color:#a1620740}.md\:border-yellow-700\/30{border-color:#a162074d}.md\:border-yellow-700\/35{border-color:#a1620759}.md\:border-yellow-700\/40{border-color:#a1620766}.md\:border-yellow-700\/45{border-color:#a1620773}.md\:border-yellow-700\/5{border-color:#a162070d}.md\:border-yellow-700\/50{border-color:#a1620780}.md\:border-yellow-700\/55{border-color:#a162078c}.md\:border-yellow-700\/60{border-color:#a1620799}.md\:border-yellow-700\/65{border-color:#a16207a6}.md\:border-yellow-700\/70{border-color:#a16207b3}.md\:border-yellow-700\/75{border-color:#a16207bf}.md\:border-yellow-700\/80{border-color:#a16207cc}.md\:border-yellow-700\/85{border-color:#a16207d9}.md\:border-yellow-700\/90{border-color:#a16207e6}.md\:border-yellow-700\/95{border-color:#a16207f2}.md\:border-yellow-800{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity,1))}.md\:border-yellow-800\/0{border-color:#854d0e00}.md\:border-yellow-800\/10{border-color:#854d0e1a}.md\:border-yellow-800\/100{border-color:#854d0e}.md\:border-yellow-800\/15{border-color:#854d0e26}.md\:border-yellow-800\/20{border-color:#854d0e33}.md\:border-yellow-800\/25{border-color:#854d0e40}.md\:border-yellow-800\/30{border-color:#854d0e4d}.md\:border-yellow-800\/35{border-color:#854d0e59}.md\:border-yellow-800\/40{border-color:#854d0e66}.md\:border-yellow-800\/45{border-color:#854d0e73}.md\:border-yellow-800\/5{border-color:#854d0e0d}.md\:border-yellow-800\/50{border-color:#854d0e80}.md\:border-yellow-800\/55{border-color:#854d0e8c}.md\:border-yellow-800\/60{border-color:#854d0e99}.md\:border-yellow-800\/65{border-color:#854d0ea6}.md\:border-yellow-800\/70{border-color:#854d0eb3}.md\:border-yellow-800\/75{border-color:#854d0ebf}.md\:border-yellow-800\/80{border-color:#854d0ecc}.md\:border-yellow-800\/85{border-color:#854d0ed9}.md\:border-yellow-800\/90{border-color:#854d0ee6}.md\:border-yellow-800\/95{border-color:#854d0ef2}.md\:border-yellow-900{--tw-border-opacity:1;border-color:rgb(113 63 18/var(--tw-border-opacity,1))}.md\:border-yellow-900\/0{border-color:#713f1200}.md\:border-yellow-900\/10{border-color:#713f121a}.md\:border-yellow-900\/100{border-color:#713f12}.md\:border-yellow-900\/15{border-color:#713f1226}.md\:border-yellow-900\/20{border-color:#713f1233}.md\:border-yellow-900\/25{border-color:#713f1240}.md\:border-yellow-900\/30{border-color:#713f124d}.md\:border-yellow-900\/35{border-color:#713f1259}.md\:border-yellow-900\/40{border-color:#713f1266}.md\:border-yellow-900\/45{border-color:#713f1273}.md\:border-yellow-900\/5{border-color:#713f120d}.md\:border-yellow-900\/50{border-color:#713f1280}.md\:border-yellow-900\/55{border-color:#713f128c}.md\:border-yellow-900\/60{border-color:#713f1299}.md\:border-yellow-900\/65{border-color:#713f12a6}.md\:border-yellow-900\/70{border-color:#713f12b3}.md\:border-yellow-900\/75{border-color:#713f12bf}.md\:border-yellow-900\/80{border-color:#713f12cc}.md\:border-yellow-900\/85{border-color:#713f12d9}.md\:border-yellow-900\/90{border-color:#713f12e6}.md\:border-yellow-900\/95{border-color:#713f12f2}.md\:border-yellow-950{--tw-border-opacity:1;border-color:rgb(66 32 6/var(--tw-border-opacity,1))}.md\:border-yellow-950\/0{border-color:#42200600}.md\:border-yellow-950\/10{border-color:#4220061a}.md\:border-yellow-950\/100{border-color:#422006}.md\:border-yellow-950\/15{border-color:#42200626}.md\:border-yellow-950\/20{border-color:#42200633}.md\:border-yellow-950\/25{border-color:#42200640}.md\:border-yellow-950\/30{border-color:#4220064d}.md\:border-yellow-950\/35{border-color:#42200659}.md\:border-yellow-950\/40{border-color:#42200666}.md\:border-yellow-950\/45{border-color:#42200673}.md\:border-yellow-950\/5{border-color:#4220060d}.md\:border-yellow-950\/50{border-color:#42200680}.md\:border-yellow-950\/55{border-color:#4220068c}.md\:border-yellow-950\/60{border-color:#42200699}.md\:border-yellow-950\/65{border-color:#422006a6}.md\:border-yellow-950\/70{border-color:#422006b3}.md\:border-yellow-950\/75{border-color:#422006bf}.md\:border-yellow-950\/80{border-color:#422006cc}.md\:border-yellow-950\/85{border-color:#422006d9}.md\:border-yellow-950\/90{border-color:#422006e6}.md\:border-yellow-950\/95{border-color:#422006f2}.md\:border-x-yellow-100{--tw-border-opacity:1;border-left-color:rgb(254 249 195/var(--tw-border-opacity,1));border-right-color:rgb(254 249 195/var(--tw-border-opacity,1))}.md\:border-x-yellow-100\/0{border-left-color:#fef9c300;border-right-color:#fef9c300}.md\:border-x-yellow-100\/10{border-left-color:#fef9c31a;border-right-color:#fef9c31a}.md\:border-x-yellow-100\/100{border-left-color:#fef9c3;border-right-color:#fef9c3}.md\:border-x-yellow-100\/15{border-left-color:#fef9c326;border-right-color:#fef9c326}.md\:border-x-yellow-100\/20{border-left-color:#fef9c333;border-right-color:#fef9c333}.md\:border-x-yellow-100\/25{border-left-color:#fef9c340;border-right-color:#fef9c340}.md\:border-x-yellow-100\/30{border-left-color:#fef9c34d;border-right-color:#fef9c34d}.md\:border-x-yellow-100\/35{border-left-color:#fef9c359;border-right-color:#fef9c359}.md\:border-x-yellow-100\/40{border-left-color:#fef9c366;border-right-color:#fef9c366}.md\:border-x-yellow-100\/45{border-left-color:#fef9c373;border-right-color:#fef9c373}.md\:border-x-yellow-100\/5{border-left-color:#fef9c30d;border-right-color:#fef9c30d}.md\:border-x-yellow-100\/50{border-left-color:#fef9c380;border-right-color:#fef9c380}.md\:border-x-yellow-100\/55{border-left-color:#fef9c38c;border-right-color:#fef9c38c}.md\:border-x-yellow-100\/60{border-left-color:#fef9c399;border-right-color:#fef9c399}.md\:border-x-yellow-100\/65{border-left-color:#fef9c3a6;border-right-color:#fef9c3a6}.md\:border-x-yellow-100\/70{border-left-color:#fef9c3b3;border-right-color:#fef9c3b3}.md\:border-x-yellow-100\/75{border-left-color:#fef9c3bf;border-right-color:#fef9c3bf}.md\:border-x-yellow-100\/80{border-left-color:#fef9c3cc;border-right-color:#fef9c3cc}.md\:border-x-yellow-100\/85{border-left-color:#fef9c3d9;border-right-color:#fef9c3d9}.md\:border-x-yellow-100\/90{border-left-color:#fef9c3e6;border-right-color:#fef9c3e6}.md\:border-x-yellow-100\/95{border-left-color:#fef9c3f2;border-right-color:#fef9c3f2}.md\:border-x-yellow-200{--tw-border-opacity:1;border-left-color:rgb(254 240 138/var(--tw-border-opacity,1));border-right-color:rgb(254 240 138/var(--tw-border-opacity,1))}.md\:border-x-yellow-200\/0{border-left-color:#fef08a00;border-right-color:#fef08a00}.md\:border-x-yellow-200\/10{border-left-color:#fef08a1a;border-right-color:#fef08a1a}.md\:border-x-yellow-200\/100{border-left-color:#fef08a;border-right-color:#fef08a}.md\:border-x-yellow-200\/15{border-left-color:#fef08a26;border-right-color:#fef08a26}.md\:border-x-yellow-200\/20{border-left-color:#fef08a33;border-right-color:#fef08a33}.md\:border-x-yellow-200\/25{border-left-color:#fef08a40;border-right-color:#fef08a40}.md\:border-x-yellow-200\/30{border-left-color:#fef08a4d;border-right-color:#fef08a4d}.md\:border-x-yellow-200\/35{border-left-color:#fef08a59;border-right-color:#fef08a59}.md\:border-x-yellow-200\/40{border-left-color:#fef08a66;border-right-color:#fef08a66}.md\:border-x-yellow-200\/45{border-left-color:#fef08a73;border-right-color:#fef08a73}.md\:border-x-yellow-200\/5{border-left-color:#fef08a0d;border-right-color:#fef08a0d}.md\:border-x-yellow-200\/50{border-left-color:#fef08a80;border-right-color:#fef08a80}.md\:border-x-yellow-200\/55{border-left-color:#fef08a8c;border-right-color:#fef08a8c}.md\:border-x-yellow-200\/60{border-left-color:#fef08a99;border-right-color:#fef08a99}.md\:border-x-yellow-200\/65{border-left-color:#fef08aa6;border-right-color:#fef08aa6}.md\:border-x-yellow-200\/70{border-left-color:#fef08ab3;border-right-color:#fef08ab3}.md\:border-x-yellow-200\/75{border-left-color:#fef08abf;border-right-color:#fef08abf}.md\:border-x-yellow-200\/80{border-left-color:#fef08acc;border-right-color:#fef08acc}.md\:border-x-yellow-200\/85{border-left-color:#fef08ad9;border-right-color:#fef08ad9}.md\:border-x-yellow-200\/90{border-left-color:#fef08ae6;border-right-color:#fef08ae6}.md\:border-x-yellow-200\/95{border-left-color:#fef08af2;border-right-color:#fef08af2}.md\:border-x-yellow-300{--tw-border-opacity:1;border-left-color:rgb(253 224 71/var(--tw-border-opacity,1));border-right-color:rgb(253 224 71/var(--tw-border-opacity,1))}.md\:border-x-yellow-300\/0{border-left-color:#fde04700;border-right-color:#fde04700}.md\:border-x-yellow-300\/10{border-left-color:#fde0471a;border-right-color:#fde0471a}.md\:border-x-yellow-300\/100{border-left-color:#fde047;border-right-color:#fde047}.md\:border-x-yellow-300\/15{border-left-color:#fde04726;border-right-color:#fde04726}.md\:border-x-yellow-300\/20{border-left-color:#fde04733;border-right-color:#fde04733}.md\:border-x-yellow-300\/25{border-left-color:#fde04740;border-right-color:#fde04740}.md\:border-x-yellow-300\/30{border-left-color:#fde0474d;border-right-color:#fde0474d}.md\:border-x-yellow-300\/35{border-left-color:#fde04759;border-right-color:#fde04759}.md\:border-x-yellow-300\/40{border-left-color:#fde04766;border-right-color:#fde04766}.md\:border-x-yellow-300\/45{border-left-color:#fde04773;border-right-color:#fde04773}.md\:border-x-yellow-300\/5{border-left-color:#fde0470d;border-right-color:#fde0470d}.md\:border-x-yellow-300\/50{border-left-color:#fde04780;border-right-color:#fde04780}.md\:border-x-yellow-300\/55{border-left-color:#fde0478c;border-right-color:#fde0478c}.md\:border-x-yellow-300\/60{border-left-color:#fde04799;border-right-color:#fde04799}.md\:border-x-yellow-300\/65{border-left-color:#fde047a6;border-right-color:#fde047a6}.md\:border-x-yellow-300\/70{border-left-color:#fde047b3;border-right-color:#fde047b3}.md\:border-x-yellow-300\/75{border-left-color:#fde047bf;border-right-color:#fde047bf}.md\:border-x-yellow-300\/80{border-left-color:#fde047cc;border-right-color:#fde047cc}.md\:border-x-yellow-300\/85{border-left-color:#fde047d9;border-right-color:#fde047d9}.md\:border-x-yellow-300\/90{border-left-color:#fde047e6;border-right-color:#fde047e6}.md\:border-x-yellow-300\/95{border-left-color:#fde047f2;border-right-color:#fde047f2}.md\:border-x-yellow-400{--tw-border-opacity:1;border-left-color:rgb(250 204 21/var(--tw-border-opacity,1));border-right-color:rgb(250 204 21/var(--tw-border-opacity,1))}.md\:border-x-yellow-400\/0{border-left-color:#facc1500;border-right-color:#facc1500}.md\:border-x-yellow-400\/10{border-left-color:#facc151a;border-right-color:#facc151a}.md\:border-x-yellow-400\/100{border-left-color:#facc15;border-right-color:#facc15}.md\:border-x-yellow-400\/15{border-left-color:#facc1526;border-right-color:#facc1526}.md\:border-x-yellow-400\/20{border-left-color:#facc1533;border-right-color:#facc1533}.md\:border-x-yellow-400\/25{border-left-color:#facc1540;border-right-color:#facc1540}.md\:border-x-yellow-400\/30{border-left-color:#facc154d;border-right-color:#facc154d}.md\:border-x-yellow-400\/35{border-left-color:#facc1559;border-right-color:#facc1559}.md\:border-x-yellow-400\/40{border-left-color:#facc1566;border-right-color:#facc1566}.md\:border-x-yellow-400\/45{border-left-color:#facc1573;border-right-color:#facc1573}.md\:border-x-yellow-400\/5{border-left-color:#facc150d;border-right-color:#facc150d}.md\:border-x-yellow-400\/50{border-left-color:#facc1580;border-right-color:#facc1580}.md\:border-x-yellow-400\/55{border-left-color:#facc158c;border-right-color:#facc158c}.md\:border-x-yellow-400\/60{border-left-color:#facc1599;border-right-color:#facc1599}.md\:border-x-yellow-400\/65{border-left-color:#facc15a6;border-right-color:#facc15a6}.md\:border-x-yellow-400\/70{border-left-color:#facc15b3;border-right-color:#facc15b3}.md\:border-x-yellow-400\/75{border-left-color:#facc15bf;border-right-color:#facc15bf}.md\:border-x-yellow-400\/80{border-left-color:#facc15cc;border-right-color:#facc15cc}.md\:border-x-yellow-400\/85{border-left-color:#facc15d9;border-right-color:#facc15d9}.md\:border-x-yellow-400\/90{border-left-color:#facc15e6;border-right-color:#facc15e6}.md\:border-x-yellow-400\/95{border-left-color:#facc15f2;border-right-color:#facc15f2}.md\:border-x-yellow-50{--tw-border-opacity:1;border-left-color:rgb(254 252 232/var(--tw-border-opacity,1));border-right-color:rgb(254 252 232/var(--tw-border-opacity,1))}.md\:border-x-yellow-50\/0{border-left-color:#fefce800;border-right-color:#fefce800}.md\:border-x-yellow-50\/10{border-left-color:#fefce81a;border-right-color:#fefce81a}.md\:border-x-yellow-50\/100{border-left-color:#fefce8;border-right-color:#fefce8}.md\:border-x-yellow-50\/15{border-left-color:#fefce826;border-right-color:#fefce826}.md\:border-x-yellow-50\/20{border-left-color:#fefce833;border-right-color:#fefce833}.md\:border-x-yellow-50\/25{border-left-color:#fefce840;border-right-color:#fefce840}.md\:border-x-yellow-50\/30{border-left-color:#fefce84d;border-right-color:#fefce84d}.md\:border-x-yellow-50\/35{border-left-color:#fefce859;border-right-color:#fefce859}.md\:border-x-yellow-50\/40{border-left-color:#fefce866;border-right-color:#fefce866}.md\:border-x-yellow-50\/45{border-left-color:#fefce873;border-right-color:#fefce873}.md\:border-x-yellow-50\/5{border-left-color:#fefce80d;border-right-color:#fefce80d}.md\:border-x-yellow-50\/50{border-left-color:#fefce880;border-right-color:#fefce880}.md\:border-x-yellow-50\/55{border-left-color:#fefce88c;border-right-color:#fefce88c}.md\:border-x-yellow-50\/60{border-left-color:#fefce899;border-right-color:#fefce899}.md\:border-x-yellow-50\/65{border-left-color:#fefce8a6;border-right-color:#fefce8a6}.md\:border-x-yellow-50\/70{border-left-color:#fefce8b3;border-right-color:#fefce8b3}.md\:border-x-yellow-50\/75{border-left-color:#fefce8bf;border-right-color:#fefce8bf}.md\:border-x-yellow-50\/80{border-left-color:#fefce8cc;border-right-color:#fefce8cc}.md\:border-x-yellow-50\/85{border-left-color:#fefce8d9;border-right-color:#fefce8d9}.md\:border-x-yellow-50\/90{border-left-color:#fefce8e6;border-right-color:#fefce8e6}.md\:border-x-yellow-50\/95{border-left-color:#fefce8f2;border-right-color:#fefce8f2}.md\:border-x-yellow-500{--tw-border-opacity:1;border-left-color:rgb(234 179 8/var(--tw-border-opacity,1));border-right-color:rgb(234 179 8/var(--tw-border-opacity,1))}.md\:border-x-yellow-500\/0{border-left-color:#eab30800;border-right-color:#eab30800}.md\:border-x-yellow-500\/10{border-left-color:#eab3081a;border-right-color:#eab3081a}.md\:border-x-yellow-500\/100{border-left-color:#eab308;border-right-color:#eab308}.md\:border-x-yellow-500\/15{border-left-color:#eab30826;border-right-color:#eab30826}.md\:border-x-yellow-500\/20{border-left-color:#eab30833;border-right-color:#eab30833}.md\:border-x-yellow-500\/25{border-left-color:#eab30840;border-right-color:#eab30840}.md\:border-x-yellow-500\/30{border-left-color:#eab3084d;border-right-color:#eab3084d}.md\:border-x-yellow-500\/35{border-left-color:#eab30859;border-right-color:#eab30859}.md\:border-x-yellow-500\/40{border-left-color:#eab30866;border-right-color:#eab30866}.md\:border-x-yellow-500\/45{border-left-color:#eab30873;border-right-color:#eab30873}.md\:border-x-yellow-500\/5{border-left-color:#eab3080d;border-right-color:#eab3080d}.md\:border-x-yellow-500\/50{border-left-color:#eab30880;border-right-color:#eab30880}.md\:border-x-yellow-500\/55{border-left-color:#eab3088c;border-right-color:#eab3088c}.md\:border-x-yellow-500\/60{border-left-color:#eab30899;border-right-color:#eab30899}.md\:border-x-yellow-500\/65{border-left-color:#eab308a6;border-right-color:#eab308a6}.md\:border-x-yellow-500\/70{border-left-color:#eab308b3;border-right-color:#eab308b3}.md\:border-x-yellow-500\/75{border-left-color:#eab308bf;border-right-color:#eab308bf}.md\:border-x-yellow-500\/80{border-left-color:#eab308cc;border-right-color:#eab308cc}.md\:border-x-yellow-500\/85{border-left-color:#eab308d9;border-right-color:#eab308d9}.md\:border-x-yellow-500\/90{border-left-color:#eab308e6;border-right-color:#eab308e6}.md\:border-x-yellow-500\/95{border-left-color:#eab308f2;border-right-color:#eab308f2}.md\:border-x-yellow-600{--tw-border-opacity:1;border-left-color:rgb(202 138 4/var(--tw-border-opacity,1));border-right-color:rgb(202 138 4/var(--tw-border-opacity,1))}.md\:border-x-yellow-600\/0{border-left-color:#ca8a0400;border-right-color:#ca8a0400}.md\:border-x-yellow-600\/10{border-left-color:#ca8a041a;border-right-color:#ca8a041a}.md\:border-x-yellow-600\/100{border-left-color:#ca8a04;border-right-color:#ca8a04}.md\:border-x-yellow-600\/15{border-left-color:#ca8a0426;border-right-color:#ca8a0426}.md\:border-x-yellow-600\/20{border-left-color:#ca8a0433;border-right-color:#ca8a0433}.md\:border-x-yellow-600\/25{border-left-color:#ca8a0440;border-right-color:#ca8a0440}.md\:border-x-yellow-600\/30{border-left-color:#ca8a044d;border-right-color:#ca8a044d}.md\:border-x-yellow-600\/35{border-left-color:#ca8a0459;border-right-color:#ca8a0459}.md\:border-x-yellow-600\/40{border-left-color:#ca8a0466;border-right-color:#ca8a0466}.md\:border-x-yellow-600\/45{border-left-color:#ca8a0473;border-right-color:#ca8a0473}.md\:border-x-yellow-600\/5{border-left-color:#ca8a040d;border-right-color:#ca8a040d}.md\:border-x-yellow-600\/50{border-left-color:#ca8a0480;border-right-color:#ca8a0480}.md\:border-x-yellow-600\/55{border-left-color:#ca8a048c;border-right-color:#ca8a048c}.md\:border-x-yellow-600\/60{border-left-color:#ca8a0499;border-right-color:#ca8a0499}.md\:border-x-yellow-600\/65{border-left-color:#ca8a04a6;border-right-color:#ca8a04a6}.md\:border-x-yellow-600\/70{border-left-color:#ca8a04b3;border-right-color:#ca8a04b3}.md\:border-x-yellow-600\/75{border-left-color:#ca8a04bf;border-right-color:#ca8a04bf}.md\:border-x-yellow-600\/80{border-left-color:#ca8a04cc;border-right-color:#ca8a04cc}.md\:border-x-yellow-600\/85{border-left-color:#ca8a04d9;border-right-color:#ca8a04d9}.md\:border-x-yellow-600\/90{border-left-color:#ca8a04e6;border-right-color:#ca8a04e6}.md\:border-x-yellow-600\/95{border-left-color:#ca8a04f2;border-right-color:#ca8a04f2}.md\:border-x-yellow-700{--tw-border-opacity:1;border-left-color:rgb(161 98 7/var(--tw-border-opacity,1));border-right-color:rgb(161 98 7/var(--tw-border-opacity,1))}.md\:border-x-yellow-700\/0{border-left-color:#a1620700;border-right-color:#a1620700}.md\:border-x-yellow-700\/10{border-left-color:#a162071a;border-right-color:#a162071a}.md\:border-x-yellow-700\/100{border-left-color:#a16207;border-right-color:#a16207}.md\:border-x-yellow-700\/15{border-left-color:#a1620726;border-right-color:#a1620726}.md\:border-x-yellow-700\/20{border-left-color:#a1620733;border-right-color:#a1620733}.md\:border-x-yellow-700\/25{border-left-color:#a1620740;border-right-color:#a1620740}.md\:border-x-yellow-700\/30{border-left-color:#a162074d;border-right-color:#a162074d}.md\:border-x-yellow-700\/35{border-left-color:#a1620759;border-right-color:#a1620759}.md\:border-x-yellow-700\/40{border-left-color:#a1620766;border-right-color:#a1620766}.md\:border-x-yellow-700\/45{border-left-color:#a1620773;border-right-color:#a1620773}.md\:border-x-yellow-700\/5{border-left-color:#a162070d;border-right-color:#a162070d}.md\:border-x-yellow-700\/50{border-left-color:#a1620780;border-right-color:#a1620780}.md\:border-x-yellow-700\/55{border-left-color:#a162078c;border-right-color:#a162078c}.md\:border-x-yellow-700\/60{border-left-color:#a1620799;border-right-color:#a1620799}.md\:border-x-yellow-700\/65{border-left-color:#a16207a6;border-right-color:#a16207a6}.md\:border-x-yellow-700\/70{border-left-color:#a16207b3;border-right-color:#a16207b3}.md\:border-x-yellow-700\/75{border-left-color:#a16207bf;border-right-color:#a16207bf}.md\:border-x-yellow-700\/80{border-left-color:#a16207cc;border-right-color:#a16207cc}.md\:border-x-yellow-700\/85{border-left-color:#a16207d9;border-right-color:#a16207d9}.md\:border-x-yellow-700\/90{border-left-color:#a16207e6;border-right-color:#a16207e6}.md\:border-x-yellow-700\/95{border-left-color:#a16207f2;border-right-color:#a16207f2}.md\:border-x-yellow-800{--tw-border-opacity:1;border-left-color:rgb(133 77 14/var(--tw-border-opacity,1));border-right-color:rgb(133 77 14/var(--tw-border-opacity,1))}.md\:border-x-yellow-800\/0{border-left-color:#854d0e00;border-right-color:#854d0e00}.md\:border-x-yellow-800\/10{border-left-color:#854d0e1a;border-right-color:#854d0e1a}.md\:border-x-yellow-800\/100{border-left-color:#854d0e;border-right-color:#854d0e}.md\:border-x-yellow-800\/15{border-left-color:#854d0e26;border-right-color:#854d0e26}.md\:border-x-yellow-800\/20{border-left-color:#854d0e33;border-right-color:#854d0e33}.md\:border-x-yellow-800\/25{border-left-color:#854d0e40;border-right-color:#854d0e40}.md\:border-x-yellow-800\/30{border-left-color:#854d0e4d;border-right-color:#854d0e4d}.md\:border-x-yellow-800\/35{border-left-color:#854d0e59;border-right-color:#854d0e59}.md\:border-x-yellow-800\/40{border-left-color:#854d0e66;border-right-color:#854d0e66}.md\:border-x-yellow-800\/45{border-left-color:#854d0e73;border-right-color:#854d0e73}.md\:border-x-yellow-800\/5{border-left-color:#854d0e0d;border-right-color:#854d0e0d}.md\:border-x-yellow-800\/50{border-left-color:#854d0e80;border-right-color:#854d0e80}.md\:border-x-yellow-800\/55{border-left-color:#854d0e8c;border-right-color:#854d0e8c}.md\:border-x-yellow-800\/60{border-left-color:#854d0e99;border-right-color:#854d0e99}.md\:border-x-yellow-800\/65{border-left-color:#854d0ea6;border-right-color:#854d0ea6}.md\:border-x-yellow-800\/70{border-left-color:#854d0eb3;border-right-color:#854d0eb3}.md\:border-x-yellow-800\/75{border-left-color:#854d0ebf;border-right-color:#854d0ebf}.md\:border-x-yellow-800\/80{border-left-color:#854d0ecc;border-right-color:#854d0ecc}.md\:border-x-yellow-800\/85{border-left-color:#854d0ed9;border-right-color:#854d0ed9}.md\:border-x-yellow-800\/90{border-left-color:#854d0ee6;border-right-color:#854d0ee6}.md\:border-x-yellow-800\/95{border-left-color:#854d0ef2;border-right-color:#854d0ef2}.md\:border-x-yellow-900{--tw-border-opacity:1;border-left-color:rgb(113 63 18/var(--tw-border-opacity,1));border-right-color:rgb(113 63 18/var(--tw-border-opacity,1))}.md\:border-x-yellow-900\/0{border-left-color:#713f1200;border-right-color:#713f1200}.md\:border-x-yellow-900\/10{border-left-color:#713f121a;border-right-color:#713f121a}.md\:border-x-yellow-900\/100{border-left-color:#713f12;border-right-color:#713f12}.md\:border-x-yellow-900\/15{border-left-color:#713f1226;border-right-color:#713f1226}.md\:border-x-yellow-900\/20{border-left-color:#713f1233;border-right-color:#713f1233}.md\:border-x-yellow-900\/25{border-left-color:#713f1240;border-right-color:#713f1240}.md\:border-x-yellow-900\/30{border-left-color:#713f124d;border-right-color:#713f124d}.md\:border-x-yellow-900\/35{border-left-color:#713f1259;border-right-color:#713f1259}.md\:border-x-yellow-900\/40{border-left-color:#713f1266;border-right-color:#713f1266}.md\:border-x-yellow-900\/45{border-left-color:#713f1273;border-right-color:#713f1273}.md\:border-x-yellow-900\/5{border-left-color:#713f120d;border-right-color:#713f120d}.md\:border-x-yellow-900\/50{border-left-color:#713f1280;border-right-color:#713f1280}.md\:border-x-yellow-900\/55{border-left-color:#713f128c;border-right-color:#713f128c}.md\:border-x-yellow-900\/60{border-left-color:#713f1299;border-right-color:#713f1299}.md\:border-x-yellow-900\/65{border-left-color:#713f12a6;border-right-color:#713f12a6}.md\:border-x-yellow-900\/70{border-left-color:#713f12b3;border-right-color:#713f12b3}.md\:border-x-yellow-900\/75{border-left-color:#713f12bf;border-right-color:#713f12bf}.md\:border-x-yellow-900\/80{border-left-color:#713f12cc;border-right-color:#713f12cc}.md\:border-x-yellow-900\/85{border-left-color:#713f12d9;border-right-color:#713f12d9}.md\:border-x-yellow-900\/90{border-left-color:#713f12e6;border-right-color:#713f12e6}.md\:border-x-yellow-900\/95{border-left-color:#713f12f2;border-right-color:#713f12f2}.md\:border-x-yellow-950{--tw-border-opacity:1;border-left-color:rgb(66 32 6/var(--tw-border-opacity,1));border-right-color:rgb(66 32 6/var(--tw-border-opacity,1))}.md\:border-x-yellow-950\/0{border-left-color:#42200600;border-right-color:#42200600}.md\:border-x-yellow-950\/10{border-left-color:#4220061a;border-right-color:#4220061a}.md\:border-x-yellow-950\/100{border-left-color:#422006;border-right-color:#422006}.md\:border-x-yellow-950\/15{border-left-color:#42200626;border-right-color:#42200626}.md\:border-x-yellow-950\/20{border-left-color:#42200633;border-right-color:#42200633}.md\:border-x-yellow-950\/25{border-left-color:#42200640;border-right-color:#42200640}.md\:border-x-yellow-950\/30{border-left-color:#4220064d;border-right-color:#4220064d}.md\:border-x-yellow-950\/35{border-left-color:#42200659;border-right-color:#42200659}.md\:border-x-yellow-950\/40{border-left-color:#42200666;border-right-color:#42200666}.md\:border-x-yellow-950\/45{border-left-color:#42200673;border-right-color:#42200673}.md\:border-x-yellow-950\/5{border-left-color:#4220060d;border-right-color:#4220060d}.md\:border-x-yellow-950\/50{border-left-color:#42200680;border-right-color:#42200680}.md\:border-x-yellow-950\/55{border-left-color:#4220068c;border-right-color:#4220068c}.md\:border-x-yellow-950\/60{border-left-color:#42200699;border-right-color:#42200699}.md\:border-x-yellow-950\/65{border-left-color:#422006a6;border-right-color:#422006a6}.md\:border-x-yellow-950\/70{border-left-color:#422006b3;border-right-color:#422006b3}.md\:border-x-yellow-950\/75{border-left-color:#422006bf;border-right-color:#422006bf}.md\:border-x-yellow-950\/80{border-left-color:#422006cc;border-right-color:#422006cc}.md\:border-x-yellow-950\/85{border-left-color:#422006d9;border-right-color:#422006d9}.md\:border-x-yellow-950\/90{border-left-color:#422006e6;border-right-color:#422006e6}.md\:border-x-yellow-950\/95{border-left-color:#422006f2;border-right-color:#422006f2}.md\:border-y-yellow-100{--tw-border-opacity:1;border-top-color:rgb(254 249 195/var(--tw-border-opacity,1));border-bottom-color:rgb(254 249 195/var(--tw-border-opacity,1))}.md\:border-y-yellow-100\/0{border-top-color:#fef9c300;border-bottom-color:#fef9c300}.md\:border-y-yellow-100\/10{border-top-color:#fef9c31a;border-bottom-color:#fef9c31a}.md\:border-y-yellow-100\/100{border-top-color:#fef9c3;border-bottom-color:#fef9c3}.md\:border-y-yellow-100\/15{border-top-color:#fef9c326;border-bottom-color:#fef9c326}.md\:border-y-yellow-100\/20{border-top-color:#fef9c333;border-bottom-color:#fef9c333}.md\:border-y-yellow-100\/25{border-top-color:#fef9c340;border-bottom-color:#fef9c340}.md\:border-y-yellow-100\/30{border-top-color:#fef9c34d;border-bottom-color:#fef9c34d}.md\:border-y-yellow-100\/35{border-top-color:#fef9c359;border-bottom-color:#fef9c359}.md\:border-y-yellow-100\/40{border-top-color:#fef9c366;border-bottom-color:#fef9c366}.md\:border-y-yellow-100\/45{border-top-color:#fef9c373;border-bottom-color:#fef9c373}.md\:border-y-yellow-100\/5{border-top-color:#fef9c30d;border-bottom-color:#fef9c30d}.md\:border-y-yellow-100\/50{border-top-color:#fef9c380;border-bottom-color:#fef9c380}.md\:border-y-yellow-100\/55{border-top-color:#fef9c38c;border-bottom-color:#fef9c38c}.md\:border-y-yellow-100\/60{border-top-color:#fef9c399;border-bottom-color:#fef9c399}.md\:border-y-yellow-100\/65{border-top-color:#fef9c3a6;border-bottom-color:#fef9c3a6}.md\:border-y-yellow-100\/70{border-top-color:#fef9c3b3;border-bottom-color:#fef9c3b3}.md\:border-y-yellow-100\/75{border-top-color:#fef9c3bf;border-bottom-color:#fef9c3bf}.md\:border-y-yellow-100\/80{border-top-color:#fef9c3cc;border-bottom-color:#fef9c3cc}.md\:border-y-yellow-100\/85{border-top-color:#fef9c3d9;border-bottom-color:#fef9c3d9}.md\:border-y-yellow-100\/90{border-top-color:#fef9c3e6;border-bottom-color:#fef9c3e6}.md\:border-y-yellow-100\/95{border-top-color:#fef9c3f2;border-bottom-color:#fef9c3f2}.md\:border-y-yellow-200{--tw-border-opacity:1;border-top-color:rgb(254 240 138/var(--tw-border-opacity,1));border-bottom-color:rgb(254 240 138/var(--tw-border-opacity,1))}.md\:border-y-yellow-200\/0{border-top-color:#fef08a00;border-bottom-color:#fef08a00}.md\:border-y-yellow-200\/10{border-top-color:#fef08a1a;border-bottom-color:#fef08a1a}.md\:border-y-yellow-200\/100{border-top-color:#fef08a;border-bottom-color:#fef08a}.md\:border-y-yellow-200\/15{border-top-color:#fef08a26;border-bottom-color:#fef08a26}.md\:border-y-yellow-200\/20{border-top-color:#fef08a33;border-bottom-color:#fef08a33}.md\:border-y-yellow-200\/25{border-top-color:#fef08a40;border-bottom-color:#fef08a40}.md\:border-y-yellow-200\/30{border-top-color:#fef08a4d;border-bottom-color:#fef08a4d}.md\:border-y-yellow-200\/35{border-top-color:#fef08a59;border-bottom-color:#fef08a59}.md\:border-y-yellow-200\/40{border-top-color:#fef08a66;border-bottom-color:#fef08a66}.md\:border-y-yellow-200\/45{border-top-color:#fef08a73;border-bottom-color:#fef08a73}.md\:border-y-yellow-200\/5{border-top-color:#fef08a0d;border-bottom-color:#fef08a0d}.md\:border-y-yellow-200\/50{border-top-color:#fef08a80;border-bottom-color:#fef08a80}.md\:border-y-yellow-200\/55{border-top-color:#fef08a8c;border-bottom-color:#fef08a8c}.md\:border-y-yellow-200\/60{border-top-color:#fef08a99;border-bottom-color:#fef08a99}.md\:border-y-yellow-200\/65{border-top-color:#fef08aa6;border-bottom-color:#fef08aa6}.md\:border-y-yellow-200\/70{border-top-color:#fef08ab3;border-bottom-color:#fef08ab3}.md\:border-y-yellow-200\/75{border-top-color:#fef08abf;border-bottom-color:#fef08abf}.md\:border-y-yellow-200\/80{border-top-color:#fef08acc;border-bottom-color:#fef08acc}.md\:border-y-yellow-200\/85{border-top-color:#fef08ad9;border-bottom-color:#fef08ad9}.md\:border-y-yellow-200\/90{border-top-color:#fef08ae6;border-bottom-color:#fef08ae6}.md\:border-y-yellow-200\/95{border-top-color:#fef08af2;border-bottom-color:#fef08af2}.md\:border-y-yellow-300{--tw-border-opacity:1;border-top-color:rgb(253 224 71/var(--tw-border-opacity,1));border-bottom-color:rgb(253 224 71/var(--tw-border-opacity,1))}.md\:border-y-yellow-300\/0{border-top-color:#fde04700;border-bottom-color:#fde04700}.md\:border-y-yellow-300\/10{border-top-color:#fde0471a;border-bottom-color:#fde0471a}.md\:border-y-yellow-300\/100{border-top-color:#fde047;border-bottom-color:#fde047}.md\:border-y-yellow-300\/15{border-top-color:#fde04726;border-bottom-color:#fde04726}.md\:border-y-yellow-300\/20{border-top-color:#fde04733;border-bottom-color:#fde04733}.md\:border-y-yellow-300\/25{border-top-color:#fde04740;border-bottom-color:#fde04740}.md\:border-y-yellow-300\/30{border-top-color:#fde0474d;border-bottom-color:#fde0474d}.md\:border-y-yellow-300\/35{border-top-color:#fde04759;border-bottom-color:#fde04759}.md\:border-y-yellow-300\/40{border-top-color:#fde04766;border-bottom-color:#fde04766}.md\:border-y-yellow-300\/45{border-top-color:#fde04773;border-bottom-color:#fde04773}.md\:border-y-yellow-300\/5{border-top-color:#fde0470d;border-bottom-color:#fde0470d}.md\:border-y-yellow-300\/50{border-top-color:#fde04780;border-bottom-color:#fde04780}.md\:border-y-yellow-300\/55{border-top-color:#fde0478c;border-bottom-color:#fde0478c}.md\:border-y-yellow-300\/60{border-top-color:#fde04799;border-bottom-color:#fde04799}.md\:border-y-yellow-300\/65{border-top-color:#fde047a6;border-bottom-color:#fde047a6}.md\:border-y-yellow-300\/70{border-top-color:#fde047b3;border-bottom-color:#fde047b3}.md\:border-y-yellow-300\/75{border-top-color:#fde047bf;border-bottom-color:#fde047bf}.md\:border-y-yellow-300\/80{border-top-color:#fde047cc;border-bottom-color:#fde047cc}.md\:border-y-yellow-300\/85{border-top-color:#fde047d9;border-bottom-color:#fde047d9}.md\:border-y-yellow-300\/90{border-top-color:#fde047e6;border-bottom-color:#fde047e6}.md\:border-y-yellow-300\/95{border-top-color:#fde047f2;border-bottom-color:#fde047f2}.md\:border-y-yellow-400{--tw-border-opacity:1;border-top-color:rgb(250 204 21/var(--tw-border-opacity,1));border-bottom-color:rgb(250 204 21/var(--tw-border-opacity,1))}.md\:border-y-yellow-400\/0{border-top-color:#facc1500;border-bottom-color:#facc1500}.md\:border-y-yellow-400\/10{border-top-color:#facc151a;border-bottom-color:#facc151a}.md\:border-y-yellow-400\/100{border-top-color:#facc15;border-bottom-color:#facc15}.md\:border-y-yellow-400\/15{border-top-color:#facc1526;border-bottom-color:#facc1526}.md\:border-y-yellow-400\/20{border-top-color:#facc1533;border-bottom-color:#facc1533}.md\:border-y-yellow-400\/25{border-top-color:#facc1540;border-bottom-color:#facc1540}.md\:border-y-yellow-400\/30{border-top-color:#facc154d;border-bottom-color:#facc154d}.md\:border-y-yellow-400\/35{border-top-color:#facc1559;border-bottom-color:#facc1559}.md\:border-y-yellow-400\/40{border-top-color:#facc1566;border-bottom-color:#facc1566}.md\:border-y-yellow-400\/45{border-top-color:#facc1573;border-bottom-color:#facc1573}.md\:border-y-yellow-400\/5{border-top-color:#facc150d;border-bottom-color:#facc150d}.md\:border-y-yellow-400\/50{border-top-color:#facc1580;border-bottom-color:#facc1580}.md\:border-y-yellow-400\/55{border-top-color:#facc158c;border-bottom-color:#facc158c}.md\:border-y-yellow-400\/60{border-top-color:#facc1599;border-bottom-color:#facc1599}.md\:border-y-yellow-400\/65{border-top-color:#facc15a6;border-bottom-color:#facc15a6}.md\:border-y-yellow-400\/70{border-top-color:#facc15b3;border-bottom-color:#facc15b3}.md\:border-y-yellow-400\/75{border-top-color:#facc15bf;border-bottom-color:#facc15bf}.md\:border-y-yellow-400\/80{border-top-color:#facc15cc;border-bottom-color:#facc15cc}.md\:border-y-yellow-400\/85{border-top-color:#facc15d9;border-bottom-color:#facc15d9}.md\:border-y-yellow-400\/90{border-top-color:#facc15e6;border-bottom-color:#facc15e6}.md\:border-y-yellow-400\/95{border-top-color:#facc15f2;border-bottom-color:#facc15f2}.md\:border-y-yellow-50{--tw-border-opacity:1;border-top-color:rgb(254 252 232/var(--tw-border-opacity,1));border-bottom-color:rgb(254 252 232/var(--tw-border-opacity,1))}.md\:border-y-yellow-50\/0{border-top-color:#fefce800;border-bottom-color:#fefce800}.md\:border-y-yellow-50\/10{border-top-color:#fefce81a;border-bottom-color:#fefce81a}.md\:border-y-yellow-50\/100{border-top-color:#fefce8;border-bottom-color:#fefce8}.md\:border-y-yellow-50\/15{border-top-color:#fefce826;border-bottom-color:#fefce826}.md\:border-y-yellow-50\/20{border-top-color:#fefce833;border-bottom-color:#fefce833}.md\:border-y-yellow-50\/25{border-top-color:#fefce840;border-bottom-color:#fefce840}.md\:border-y-yellow-50\/30{border-top-color:#fefce84d;border-bottom-color:#fefce84d}.md\:border-y-yellow-50\/35{border-top-color:#fefce859;border-bottom-color:#fefce859}.md\:border-y-yellow-50\/40{border-top-color:#fefce866;border-bottom-color:#fefce866}.md\:border-y-yellow-50\/45{border-top-color:#fefce873;border-bottom-color:#fefce873}.md\:border-y-yellow-50\/5{border-top-color:#fefce80d;border-bottom-color:#fefce80d}.md\:border-y-yellow-50\/50{border-top-color:#fefce880;border-bottom-color:#fefce880}.md\:border-y-yellow-50\/55{border-top-color:#fefce88c;border-bottom-color:#fefce88c}.md\:border-y-yellow-50\/60{border-top-color:#fefce899;border-bottom-color:#fefce899}.md\:border-y-yellow-50\/65{border-top-color:#fefce8a6;border-bottom-color:#fefce8a6}.md\:border-y-yellow-50\/70{border-top-color:#fefce8b3;border-bottom-color:#fefce8b3}.md\:border-y-yellow-50\/75{border-top-color:#fefce8bf;border-bottom-color:#fefce8bf}.md\:border-y-yellow-50\/80{border-top-color:#fefce8cc;border-bottom-color:#fefce8cc}.md\:border-y-yellow-50\/85{border-top-color:#fefce8d9;border-bottom-color:#fefce8d9}.md\:border-y-yellow-50\/90{border-top-color:#fefce8e6;border-bottom-color:#fefce8e6}.md\:border-y-yellow-50\/95{border-top-color:#fefce8f2;border-bottom-color:#fefce8f2}.md\:border-y-yellow-500{--tw-border-opacity:1;border-top-color:rgb(234 179 8/var(--tw-border-opacity,1));border-bottom-color:rgb(234 179 8/var(--tw-border-opacity,1))}.md\:border-y-yellow-500\/0{border-top-color:#eab30800;border-bottom-color:#eab30800}.md\:border-y-yellow-500\/10{border-top-color:#eab3081a;border-bottom-color:#eab3081a}.md\:border-y-yellow-500\/100{border-top-color:#eab308;border-bottom-color:#eab308}.md\:border-y-yellow-500\/15{border-top-color:#eab30826;border-bottom-color:#eab30826}.md\:border-y-yellow-500\/20{border-top-color:#eab30833;border-bottom-color:#eab30833}.md\:border-y-yellow-500\/25{border-top-color:#eab30840;border-bottom-color:#eab30840}.md\:border-y-yellow-500\/30{border-top-color:#eab3084d;border-bottom-color:#eab3084d}.md\:border-y-yellow-500\/35{border-top-color:#eab30859;border-bottom-color:#eab30859}.md\:border-y-yellow-500\/40{border-top-color:#eab30866;border-bottom-color:#eab30866}.md\:border-y-yellow-500\/45{border-top-color:#eab30873;border-bottom-color:#eab30873}.md\:border-y-yellow-500\/5{border-top-color:#eab3080d;border-bottom-color:#eab3080d}.md\:border-y-yellow-500\/50{border-top-color:#eab30880;border-bottom-color:#eab30880}.md\:border-y-yellow-500\/55{border-top-color:#eab3088c;border-bottom-color:#eab3088c}.md\:border-y-yellow-500\/60{border-top-color:#eab30899;border-bottom-color:#eab30899}.md\:border-y-yellow-500\/65{border-top-color:#eab308a6;border-bottom-color:#eab308a6}.md\:border-y-yellow-500\/70{border-top-color:#eab308b3;border-bottom-color:#eab308b3}.md\:border-y-yellow-500\/75{border-top-color:#eab308bf;border-bottom-color:#eab308bf}.md\:border-y-yellow-500\/80{border-top-color:#eab308cc;border-bottom-color:#eab308cc}.md\:border-y-yellow-500\/85{border-top-color:#eab308d9;border-bottom-color:#eab308d9}.md\:border-y-yellow-500\/90{border-top-color:#eab308e6;border-bottom-color:#eab308e6}.md\:border-y-yellow-500\/95{border-top-color:#eab308f2;border-bottom-color:#eab308f2}.md\:border-y-yellow-600{--tw-border-opacity:1;border-top-color:rgb(202 138 4/var(--tw-border-opacity,1));border-bottom-color:rgb(202 138 4/var(--tw-border-opacity,1))}.md\:border-y-yellow-600\/0{border-top-color:#ca8a0400;border-bottom-color:#ca8a0400}.md\:border-y-yellow-600\/10{border-top-color:#ca8a041a;border-bottom-color:#ca8a041a}.md\:border-y-yellow-600\/100{border-top-color:#ca8a04;border-bottom-color:#ca8a04}.md\:border-y-yellow-600\/15{border-top-color:#ca8a0426;border-bottom-color:#ca8a0426}.md\:border-y-yellow-600\/20{border-top-color:#ca8a0433;border-bottom-color:#ca8a0433}.md\:border-y-yellow-600\/25{border-top-color:#ca8a0440;border-bottom-color:#ca8a0440}.md\:border-y-yellow-600\/30{border-top-color:#ca8a044d;border-bottom-color:#ca8a044d}.md\:border-y-yellow-600\/35{border-top-color:#ca8a0459;border-bottom-color:#ca8a0459}.md\:border-y-yellow-600\/40{border-top-color:#ca8a0466;border-bottom-color:#ca8a0466}.md\:border-y-yellow-600\/45{border-top-color:#ca8a0473;border-bottom-color:#ca8a0473}.md\:border-y-yellow-600\/5{border-top-color:#ca8a040d;border-bottom-color:#ca8a040d}.md\:border-y-yellow-600\/50{border-top-color:#ca8a0480;border-bottom-color:#ca8a0480}.md\:border-y-yellow-600\/55{border-top-color:#ca8a048c;border-bottom-color:#ca8a048c}.md\:border-y-yellow-600\/60{border-top-color:#ca8a0499;border-bottom-color:#ca8a0499}.md\:border-y-yellow-600\/65{border-top-color:#ca8a04a6;border-bottom-color:#ca8a04a6}.md\:border-y-yellow-600\/70{border-top-color:#ca8a04b3;border-bottom-color:#ca8a04b3}.md\:border-y-yellow-600\/75{border-top-color:#ca8a04bf;border-bottom-color:#ca8a04bf}.md\:border-y-yellow-600\/80{border-top-color:#ca8a04cc;border-bottom-color:#ca8a04cc}.md\:border-y-yellow-600\/85{border-top-color:#ca8a04d9;border-bottom-color:#ca8a04d9}.md\:border-y-yellow-600\/90{border-top-color:#ca8a04e6;border-bottom-color:#ca8a04e6}.md\:border-y-yellow-600\/95{border-top-color:#ca8a04f2;border-bottom-color:#ca8a04f2}.md\:border-y-yellow-700{--tw-border-opacity:1;border-top-color:rgb(161 98 7/var(--tw-border-opacity,1));border-bottom-color:rgb(161 98 7/var(--tw-border-opacity,1))}.md\:border-y-yellow-700\/0{border-top-color:#a1620700;border-bottom-color:#a1620700}.md\:border-y-yellow-700\/10{border-top-color:#a162071a;border-bottom-color:#a162071a}.md\:border-y-yellow-700\/100{border-top-color:#a16207;border-bottom-color:#a16207}.md\:border-y-yellow-700\/15{border-top-color:#a1620726;border-bottom-color:#a1620726}.md\:border-y-yellow-700\/20{border-top-color:#a1620733;border-bottom-color:#a1620733}.md\:border-y-yellow-700\/25{border-top-color:#a1620740;border-bottom-color:#a1620740}.md\:border-y-yellow-700\/30{border-top-color:#a162074d;border-bottom-color:#a162074d}.md\:border-y-yellow-700\/35{border-top-color:#a1620759;border-bottom-color:#a1620759}.md\:border-y-yellow-700\/40{border-top-color:#a1620766;border-bottom-color:#a1620766}.md\:border-y-yellow-700\/45{border-top-color:#a1620773;border-bottom-color:#a1620773}.md\:border-y-yellow-700\/5{border-top-color:#a162070d;border-bottom-color:#a162070d}.md\:border-y-yellow-700\/50{border-top-color:#a1620780;border-bottom-color:#a1620780}.md\:border-y-yellow-700\/55{border-top-color:#a162078c;border-bottom-color:#a162078c}.md\:border-y-yellow-700\/60{border-top-color:#a1620799;border-bottom-color:#a1620799}.md\:border-y-yellow-700\/65{border-top-color:#a16207a6;border-bottom-color:#a16207a6}.md\:border-y-yellow-700\/70{border-top-color:#a16207b3;border-bottom-color:#a16207b3}.md\:border-y-yellow-700\/75{border-top-color:#a16207bf;border-bottom-color:#a16207bf}.md\:border-y-yellow-700\/80{border-top-color:#a16207cc;border-bottom-color:#a16207cc}.md\:border-y-yellow-700\/85{border-top-color:#a16207d9;border-bottom-color:#a16207d9}.md\:border-y-yellow-700\/90{border-top-color:#a16207e6;border-bottom-color:#a16207e6}.md\:border-y-yellow-700\/95{border-top-color:#a16207f2;border-bottom-color:#a16207f2}.md\:border-y-yellow-800{--tw-border-opacity:1;border-top-color:rgb(133 77 14/var(--tw-border-opacity,1));border-bottom-color:rgb(133 77 14/var(--tw-border-opacity,1))}.md\:border-y-yellow-800\/0{border-top-color:#854d0e00;border-bottom-color:#854d0e00}.md\:border-y-yellow-800\/10{border-top-color:#854d0e1a;border-bottom-color:#854d0e1a}.md\:border-y-yellow-800\/100{border-top-color:#854d0e;border-bottom-color:#854d0e}.md\:border-y-yellow-800\/15{border-top-color:#854d0e26;border-bottom-color:#854d0e26}.md\:border-y-yellow-800\/20{border-top-color:#854d0e33;border-bottom-color:#854d0e33}.md\:border-y-yellow-800\/25{border-top-color:#854d0e40;border-bottom-color:#854d0e40}.md\:border-y-yellow-800\/30{border-top-color:#854d0e4d;border-bottom-color:#854d0e4d}.md\:border-y-yellow-800\/35{border-top-color:#854d0e59;border-bottom-color:#854d0e59}.md\:border-y-yellow-800\/40{border-top-color:#854d0e66;border-bottom-color:#854d0e66}.md\:border-y-yellow-800\/45{border-top-color:#854d0e73;border-bottom-color:#854d0e73}.md\:border-y-yellow-800\/5{border-top-color:#854d0e0d;border-bottom-color:#854d0e0d}.md\:border-y-yellow-800\/50{border-top-color:#854d0e80;border-bottom-color:#854d0e80}.md\:border-y-yellow-800\/55{border-top-color:#854d0e8c;border-bottom-color:#854d0e8c}.md\:border-y-yellow-800\/60{border-top-color:#854d0e99;border-bottom-color:#854d0e99}.md\:border-y-yellow-800\/65{border-top-color:#854d0ea6;border-bottom-color:#854d0ea6}.md\:border-y-yellow-800\/70{border-top-color:#854d0eb3;border-bottom-color:#854d0eb3}.md\:border-y-yellow-800\/75{border-top-color:#854d0ebf;border-bottom-color:#854d0ebf}.md\:border-y-yellow-800\/80{border-top-color:#854d0ecc;border-bottom-color:#854d0ecc}.md\:border-y-yellow-800\/85{border-top-color:#854d0ed9;border-bottom-color:#854d0ed9}.md\:border-y-yellow-800\/90{border-top-color:#854d0ee6;border-bottom-color:#854d0ee6}.md\:border-y-yellow-800\/95{border-top-color:#854d0ef2;border-bottom-color:#854d0ef2}.md\:border-y-yellow-900{--tw-border-opacity:1;border-top-color:rgb(113 63 18/var(--tw-border-opacity,1));border-bottom-color:rgb(113 63 18/var(--tw-border-opacity,1))}.md\:border-y-yellow-900\/0{border-top-color:#713f1200;border-bottom-color:#713f1200}.md\:border-y-yellow-900\/10{border-top-color:#713f121a;border-bottom-color:#713f121a}.md\:border-y-yellow-900\/100{border-top-color:#713f12;border-bottom-color:#713f12}.md\:border-y-yellow-900\/15{border-top-color:#713f1226;border-bottom-color:#713f1226}.md\:border-y-yellow-900\/20{border-top-color:#713f1233;border-bottom-color:#713f1233}.md\:border-y-yellow-900\/25{border-top-color:#713f1240;border-bottom-color:#713f1240}.md\:border-y-yellow-900\/30{border-top-color:#713f124d;border-bottom-color:#713f124d}.md\:border-y-yellow-900\/35{border-top-color:#713f1259;border-bottom-color:#713f1259}.md\:border-y-yellow-900\/40{border-top-color:#713f1266;border-bottom-color:#713f1266}.md\:border-y-yellow-900\/45{border-top-color:#713f1273;border-bottom-color:#713f1273}.md\:border-y-yellow-900\/5{border-top-color:#713f120d;border-bottom-color:#713f120d}.md\:border-y-yellow-900\/50{border-top-color:#713f1280;border-bottom-color:#713f1280}.md\:border-y-yellow-900\/55{border-top-color:#713f128c;border-bottom-color:#713f128c}.md\:border-y-yellow-900\/60{border-top-color:#713f1299;border-bottom-color:#713f1299}.md\:border-y-yellow-900\/65{border-top-color:#713f12a6;border-bottom-color:#713f12a6}.md\:border-y-yellow-900\/70{border-top-color:#713f12b3;border-bottom-color:#713f12b3}.md\:border-y-yellow-900\/75{border-top-color:#713f12bf;border-bottom-color:#713f12bf}.md\:border-y-yellow-900\/80{border-top-color:#713f12cc;border-bottom-color:#713f12cc}.md\:border-y-yellow-900\/85{border-top-color:#713f12d9;border-bottom-color:#713f12d9}.md\:border-y-yellow-900\/90{border-top-color:#713f12e6;border-bottom-color:#713f12e6}.md\:border-y-yellow-900\/95{border-top-color:#713f12f2;border-bottom-color:#713f12f2}.md\:border-y-yellow-950{--tw-border-opacity:1;border-top-color:rgb(66 32 6/var(--tw-border-opacity,1));border-bottom-color:rgb(66 32 6/var(--tw-border-opacity,1))}.md\:border-y-yellow-950\/0{border-top-color:#42200600;border-bottom-color:#42200600}.md\:border-y-yellow-950\/10{border-top-color:#4220061a;border-bottom-color:#4220061a}.md\:border-y-yellow-950\/100{border-top-color:#422006;border-bottom-color:#422006}.md\:border-y-yellow-950\/15{border-top-color:#42200626;border-bottom-color:#42200626}.md\:border-y-yellow-950\/20{border-top-color:#42200633;border-bottom-color:#42200633}.md\:border-y-yellow-950\/25{border-top-color:#42200640;border-bottom-color:#42200640}.md\:border-y-yellow-950\/30{border-top-color:#4220064d;border-bottom-color:#4220064d}.md\:border-y-yellow-950\/35{border-top-color:#42200659;border-bottom-color:#42200659}.md\:border-y-yellow-950\/40{border-top-color:#42200666;border-bottom-color:#42200666}.md\:border-y-yellow-950\/45{border-top-color:#42200673;border-bottom-color:#42200673}.md\:border-y-yellow-950\/5{border-top-color:#4220060d;border-bottom-color:#4220060d}.md\:border-y-yellow-950\/50{border-top-color:#42200680;border-bottom-color:#42200680}.md\:border-y-yellow-950\/55{border-top-color:#4220068c;border-bottom-color:#4220068c}.md\:border-y-yellow-950\/60{border-top-color:#42200699;border-bottom-color:#42200699}.md\:border-y-yellow-950\/65{border-top-color:#422006a6;border-bottom-color:#422006a6}.md\:border-y-yellow-950\/70{border-top-color:#422006b3;border-bottom-color:#422006b3}.md\:border-y-yellow-950\/75{border-top-color:#422006bf;border-bottom-color:#422006bf}.md\:border-y-yellow-950\/80{border-top-color:#422006cc;border-bottom-color:#422006cc}.md\:border-y-yellow-950\/85{border-top-color:#422006d9;border-bottom-color:#422006d9}.md\:border-y-yellow-950\/90{border-top-color:#422006e6;border-bottom-color:#422006e6}.md\:border-y-yellow-950\/95{border-top-color:#422006f2;border-bottom-color:#422006f2}.md\:border-b-yellow-100{--tw-border-opacity:1;border-bottom-color:rgb(254 249 195/var(--tw-border-opacity,1))}.md\:border-b-yellow-100\/0{border-bottom-color:#fef9c300}.md\:border-b-yellow-100\/10{border-bottom-color:#fef9c31a}.md\:border-b-yellow-100\/100{border-bottom-color:#fef9c3}.md\:border-b-yellow-100\/15{border-bottom-color:#fef9c326}.md\:border-b-yellow-100\/20{border-bottom-color:#fef9c333}.md\:border-b-yellow-100\/25{border-bottom-color:#fef9c340}.md\:border-b-yellow-100\/30{border-bottom-color:#fef9c34d}.md\:border-b-yellow-100\/35{border-bottom-color:#fef9c359}.md\:border-b-yellow-100\/40{border-bottom-color:#fef9c366}.md\:border-b-yellow-100\/45{border-bottom-color:#fef9c373}.md\:border-b-yellow-100\/5{border-bottom-color:#fef9c30d}.md\:border-b-yellow-100\/50{border-bottom-color:#fef9c380}.md\:border-b-yellow-100\/55{border-bottom-color:#fef9c38c}.md\:border-b-yellow-100\/60{border-bottom-color:#fef9c399}.md\:border-b-yellow-100\/65{border-bottom-color:#fef9c3a6}.md\:border-b-yellow-100\/70{border-bottom-color:#fef9c3b3}.md\:border-b-yellow-100\/75{border-bottom-color:#fef9c3bf}.md\:border-b-yellow-100\/80{border-bottom-color:#fef9c3cc}.md\:border-b-yellow-100\/85{border-bottom-color:#fef9c3d9}.md\:border-b-yellow-100\/90{border-bottom-color:#fef9c3e6}.md\:border-b-yellow-100\/95{border-bottom-color:#fef9c3f2}.md\:border-b-yellow-200{--tw-border-opacity:1;border-bottom-color:rgb(254 240 138/var(--tw-border-opacity,1))}.md\:border-b-yellow-200\/0{border-bottom-color:#fef08a00}.md\:border-b-yellow-200\/10{border-bottom-color:#fef08a1a}.md\:border-b-yellow-200\/100{border-bottom-color:#fef08a}.md\:border-b-yellow-200\/15{border-bottom-color:#fef08a26}.md\:border-b-yellow-200\/20{border-bottom-color:#fef08a33}.md\:border-b-yellow-200\/25{border-bottom-color:#fef08a40}.md\:border-b-yellow-200\/30{border-bottom-color:#fef08a4d}.md\:border-b-yellow-200\/35{border-bottom-color:#fef08a59}.md\:border-b-yellow-200\/40{border-bottom-color:#fef08a66}.md\:border-b-yellow-200\/45{border-bottom-color:#fef08a73}.md\:border-b-yellow-200\/5{border-bottom-color:#fef08a0d}.md\:border-b-yellow-200\/50{border-bottom-color:#fef08a80}.md\:border-b-yellow-200\/55{border-bottom-color:#fef08a8c}.md\:border-b-yellow-200\/60{border-bottom-color:#fef08a99}.md\:border-b-yellow-200\/65{border-bottom-color:#fef08aa6}.md\:border-b-yellow-200\/70{border-bottom-color:#fef08ab3}.md\:border-b-yellow-200\/75{border-bottom-color:#fef08abf}.md\:border-b-yellow-200\/80{border-bottom-color:#fef08acc}.md\:border-b-yellow-200\/85{border-bottom-color:#fef08ad9}.md\:border-b-yellow-200\/90{border-bottom-color:#fef08ae6}.md\:border-b-yellow-200\/95{border-bottom-color:#fef08af2}.md\:border-b-yellow-300{--tw-border-opacity:1;border-bottom-color:rgb(253 224 71/var(--tw-border-opacity,1))}.md\:border-b-yellow-300\/0{border-bottom-color:#fde04700}.md\:border-b-yellow-300\/10{border-bottom-color:#fde0471a}.md\:border-b-yellow-300\/100{border-bottom-color:#fde047}.md\:border-b-yellow-300\/15{border-bottom-color:#fde04726}.md\:border-b-yellow-300\/20{border-bottom-color:#fde04733}.md\:border-b-yellow-300\/25{border-bottom-color:#fde04740}.md\:border-b-yellow-300\/30{border-bottom-color:#fde0474d}.md\:border-b-yellow-300\/35{border-bottom-color:#fde04759}.md\:border-b-yellow-300\/40{border-bottom-color:#fde04766}.md\:border-b-yellow-300\/45{border-bottom-color:#fde04773}.md\:border-b-yellow-300\/5{border-bottom-color:#fde0470d}.md\:border-b-yellow-300\/50{border-bottom-color:#fde04780}.md\:border-b-yellow-300\/55{border-bottom-color:#fde0478c}.md\:border-b-yellow-300\/60{border-bottom-color:#fde04799}.md\:border-b-yellow-300\/65{border-bottom-color:#fde047a6}.md\:border-b-yellow-300\/70{border-bottom-color:#fde047b3}.md\:border-b-yellow-300\/75{border-bottom-color:#fde047bf}.md\:border-b-yellow-300\/80{border-bottom-color:#fde047cc}.md\:border-b-yellow-300\/85{border-bottom-color:#fde047d9}.md\:border-b-yellow-300\/90{border-bottom-color:#fde047e6}.md\:border-b-yellow-300\/95{border-bottom-color:#fde047f2}.md\:border-b-yellow-400{--tw-border-opacity:1;border-bottom-color:rgb(250 204 21/var(--tw-border-opacity,1))}.md\:border-b-yellow-400\/0{border-bottom-color:#facc1500}.md\:border-b-yellow-400\/10{border-bottom-color:#facc151a}.md\:border-b-yellow-400\/100{border-bottom-color:#facc15}.md\:border-b-yellow-400\/15{border-bottom-color:#facc1526}.md\:border-b-yellow-400\/20{border-bottom-color:#facc1533}.md\:border-b-yellow-400\/25{border-bottom-color:#facc1540}.md\:border-b-yellow-400\/30{border-bottom-color:#facc154d}.md\:border-b-yellow-400\/35{border-bottom-color:#facc1559}.md\:border-b-yellow-400\/40{border-bottom-color:#facc1566}.md\:border-b-yellow-400\/45{border-bottom-color:#facc1573}.md\:border-b-yellow-400\/5{border-bottom-color:#facc150d}.md\:border-b-yellow-400\/50{border-bottom-color:#facc1580}.md\:border-b-yellow-400\/55{border-bottom-color:#facc158c}.md\:border-b-yellow-400\/60{border-bottom-color:#facc1599}.md\:border-b-yellow-400\/65{border-bottom-color:#facc15a6}.md\:border-b-yellow-400\/70{border-bottom-color:#facc15b3}.md\:border-b-yellow-400\/75{border-bottom-color:#facc15bf}.md\:border-b-yellow-400\/80{border-bottom-color:#facc15cc}.md\:border-b-yellow-400\/85{border-bottom-color:#facc15d9}.md\:border-b-yellow-400\/90{border-bottom-color:#facc15e6}.md\:border-b-yellow-400\/95{border-bottom-color:#facc15f2}.md\:border-b-yellow-50{--tw-border-opacity:1;border-bottom-color:rgb(254 252 232/var(--tw-border-opacity,1))}.md\:border-b-yellow-50\/0{border-bottom-color:#fefce800}.md\:border-b-yellow-50\/10{border-bottom-color:#fefce81a}.md\:border-b-yellow-50\/100{border-bottom-color:#fefce8}.md\:border-b-yellow-50\/15{border-bottom-color:#fefce826}.md\:border-b-yellow-50\/20{border-bottom-color:#fefce833}.md\:border-b-yellow-50\/25{border-bottom-color:#fefce840}.md\:border-b-yellow-50\/30{border-bottom-color:#fefce84d}.md\:border-b-yellow-50\/35{border-bottom-color:#fefce859}.md\:border-b-yellow-50\/40{border-bottom-color:#fefce866}.md\:border-b-yellow-50\/45{border-bottom-color:#fefce873}.md\:border-b-yellow-50\/5{border-bottom-color:#fefce80d}.md\:border-b-yellow-50\/50{border-bottom-color:#fefce880}.md\:border-b-yellow-50\/55{border-bottom-color:#fefce88c}.md\:border-b-yellow-50\/60{border-bottom-color:#fefce899}.md\:border-b-yellow-50\/65{border-bottom-color:#fefce8a6}.md\:border-b-yellow-50\/70{border-bottom-color:#fefce8b3}.md\:border-b-yellow-50\/75{border-bottom-color:#fefce8bf}.md\:border-b-yellow-50\/80{border-bottom-color:#fefce8cc}.md\:border-b-yellow-50\/85{border-bottom-color:#fefce8d9}.md\:border-b-yellow-50\/90{border-bottom-color:#fefce8e6}.md\:border-b-yellow-50\/95{border-bottom-color:#fefce8f2}.md\:border-b-yellow-500{--tw-border-opacity:1;border-bottom-color:rgb(234 179 8/var(--tw-border-opacity,1))}.md\:border-b-yellow-500\/0{border-bottom-color:#eab30800}.md\:border-b-yellow-500\/10{border-bottom-color:#eab3081a}.md\:border-b-yellow-500\/100{border-bottom-color:#eab308}.md\:border-b-yellow-500\/15{border-bottom-color:#eab30826}.md\:border-b-yellow-500\/20{border-bottom-color:#eab30833}.md\:border-b-yellow-500\/25{border-bottom-color:#eab30840}.md\:border-b-yellow-500\/30{border-bottom-color:#eab3084d}.md\:border-b-yellow-500\/35{border-bottom-color:#eab30859}.md\:border-b-yellow-500\/40{border-bottom-color:#eab30866}.md\:border-b-yellow-500\/45{border-bottom-color:#eab30873}.md\:border-b-yellow-500\/5{border-bottom-color:#eab3080d}.md\:border-b-yellow-500\/50{border-bottom-color:#eab30880}.md\:border-b-yellow-500\/55{border-bottom-color:#eab3088c}.md\:border-b-yellow-500\/60{border-bottom-color:#eab30899}.md\:border-b-yellow-500\/65{border-bottom-color:#eab308a6}.md\:border-b-yellow-500\/70{border-bottom-color:#eab308b3}.md\:border-b-yellow-500\/75{border-bottom-color:#eab308bf}.md\:border-b-yellow-500\/80{border-bottom-color:#eab308cc}.md\:border-b-yellow-500\/85{border-bottom-color:#eab308d9}.md\:border-b-yellow-500\/90{border-bottom-color:#eab308e6}.md\:border-b-yellow-500\/95{border-bottom-color:#eab308f2}.md\:border-b-yellow-600{--tw-border-opacity:1;border-bottom-color:rgb(202 138 4/var(--tw-border-opacity,1))}.md\:border-b-yellow-600\/0{border-bottom-color:#ca8a0400}.md\:border-b-yellow-600\/10{border-bottom-color:#ca8a041a}.md\:border-b-yellow-600\/100{border-bottom-color:#ca8a04}.md\:border-b-yellow-600\/15{border-bottom-color:#ca8a0426}.md\:border-b-yellow-600\/20{border-bottom-color:#ca8a0433}.md\:border-b-yellow-600\/25{border-bottom-color:#ca8a0440}.md\:border-b-yellow-600\/30{border-bottom-color:#ca8a044d}.md\:border-b-yellow-600\/35{border-bottom-color:#ca8a0459}.md\:border-b-yellow-600\/40{border-bottom-color:#ca8a0466}.md\:border-b-yellow-600\/45{border-bottom-color:#ca8a0473}.md\:border-b-yellow-600\/5{border-bottom-color:#ca8a040d}.md\:border-b-yellow-600\/50{border-bottom-color:#ca8a0480}.md\:border-b-yellow-600\/55{border-bottom-color:#ca8a048c}.md\:border-b-yellow-600\/60{border-bottom-color:#ca8a0499}.md\:border-b-yellow-600\/65{border-bottom-color:#ca8a04a6}.md\:border-b-yellow-600\/70{border-bottom-color:#ca8a04b3}.md\:border-b-yellow-600\/75{border-bottom-color:#ca8a04bf}.md\:border-b-yellow-600\/80{border-bottom-color:#ca8a04cc}.md\:border-b-yellow-600\/85{border-bottom-color:#ca8a04d9}.md\:border-b-yellow-600\/90{border-bottom-color:#ca8a04e6}.md\:border-b-yellow-600\/95{border-bottom-color:#ca8a04f2}.md\:border-b-yellow-700{--tw-border-opacity:1;border-bottom-color:rgb(161 98 7/var(--tw-border-opacity,1))}.md\:border-b-yellow-700\/0{border-bottom-color:#a1620700}.md\:border-b-yellow-700\/10{border-bottom-color:#a162071a}.md\:border-b-yellow-700\/100{border-bottom-color:#a16207}.md\:border-b-yellow-700\/15{border-bottom-color:#a1620726}.md\:border-b-yellow-700\/20{border-bottom-color:#a1620733}.md\:border-b-yellow-700\/25{border-bottom-color:#a1620740}.md\:border-b-yellow-700\/30{border-bottom-color:#a162074d}.md\:border-b-yellow-700\/35{border-bottom-color:#a1620759}.md\:border-b-yellow-700\/40{border-bottom-color:#a1620766}.md\:border-b-yellow-700\/45{border-bottom-color:#a1620773}.md\:border-b-yellow-700\/5{border-bottom-color:#a162070d}.md\:border-b-yellow-700\/50{border-bottom-color:#a1620780}.md\:border-b-yellow-700\/55{border-bottom-color:#a162078c}.md\:border-b-yellow-700\/60{border-bottom-color:#a1620799}.md\:border-b-yellow-700\/65{border-bottom-color:#a16207a6}.md\:border-b-yellow-700\/70{border-bottom-color:#a16207b3}.md\:border-b-yellow-700\/75{border-bottom-color:#a16207bf}.md\:border-b-yellow-700\/80{border-bottom-color:#a16207cc}.md\:border-b-yellow-700\/85{border-bottom-color:#a16207d9}.md\:border-b-yellow-700\/90{border-bottom-color:#a16207e6}.md\:border-b-yellow-700\/95{border-bottom-color:#a16207f2}.md\:border-b-yellow-800{--tw-border-opacity:1;border-bottom-color:rgb(133 77 14/var(--tw-border-opacity,1))}.md\:border-b-yellow-800\/0{border-bottom-color:#854d0e00}.md\:border-b-yellow-800\/10{border-bottom-color:#854d0e1a}.md\:border-b-yellow-800\/100{border-bottom-color:#854d0e}.md\:border-b-yellow-800\/15{border-bottom-color:#854d0e26}.md\:border-b-yellow-800\/20{border-bottom-color:#854d0e33}.md\:border-b-yellow-800\/25{border-bottom-color:#854d0e40}.md\:border-b-yellow-800\/30{border-bottom-color:#854d0e4d}.md\:border-b-yellow-800\/35{border-bottom-color:#854d0e59}.md\:border-b-yellow-800\/40{border-bottom-color:#854d0e66}.md\:border-b-yellow-800\/45{border-bottom-color:#854d0e73}.md\:border-b-yellow-800\/5{border-bottom-color:#854d0e0d}.md\:border-b-yellow-800\/50{border-bottom-color:#854d0e80}.md\:border-b-yellow-800\/55{border-bottom-color:#854d0e8c}.md\:border-b-yellow-800\/60{border-bottom-color:#854d0e99}.md\:border-b-yellow-800\/65{border-bottom-color:#854d0ea6}.md\:border-b-yellow-800\/70{border-bottom-color:#854d0eb3}.md\:border-b-yellow-800\/75{border-bottom-color:#854d0ebf}.md\:border-b-yellow-800\/80{border-bottom-color:#854d0ecc}.md\:border-b-yellow-800\/85{border-bottom-color:#854d0ed9}.md\:border-b-yellow-800\/90{border-bottom-color:#854d0ee6}.md\:border-b-yellow-800\/95{border-bottom-color:#854d0ef2}.md\:border-b-yellow-900{--tw-border-opacity:1;border-bottom-color:rgb(113 63 18/var(--tw-border-opacity,1))}.md\:border-b-yellow-900\/0{border-bottom-color:#713f1200}.md\:border-b-yellow-900\/10{border-bottom-color:#713f121a}.md\:border-b-yellow-900\/100{border-bottom-color:#713f12}.md\:border-b-yellow-900\/15{border-bottom-color:#713f1226}.md\:border-b-yellow-900\/20{border-bottom-color:#713f1233}.md\:border-b-yellow-900\/25{border-bottom-color:#713f1240}.md\:border-b-yellow-900\/30{border-bottom-color:#713f124d}.md\:border-b-yellow-900\/35{border-bottom-color:#713f1259}.md\:border-b-yellow-900\/40{border-bottom-color:#713f1266}.md\:border-b-yellow-900\/45{border-bottom-color:#713f1273}.md\:border-b-yellow-900\/5{border-bottom-color:#713f120d}.md\:border-b-yellow-900\/50{border-bottom-color:#713f1280}.md\:border-b-yellow-900\/55{border-bottom-color:#713f128c}.md\:border-b-yellow-900\/60{border-bottom-color:#713f1299}.md\:border-b-yellow-900\/65{border-bottom-color:#713f12a6}.md\:border-b-yellow-900\/70{border-bottom-color:#713f12b3}.md\:border-b-yellow-900\/75{border-bottom-color:#713f12bf}.md\:border-b-yellow-900\/80{border-bottom-color:#713f12cc}.md\:border-b-yellow-900\/85{border-bottom-color:#713f12d9}.md\:border-b-yellow-900\/90{border-bottom-color:#713f12e6}.md\:border-b-yellow-900\/95{border-bottom-color:#713f12f2}.md\:border-b-yellow-950{--tw-border-opacity:1;border-bottom-color:rgb(66 32 6/var(--tw-border-opacity,1))}.md\:border-b-yellow-950\/0{border-bottom-color:#42200600}.md\:border-b-yellow-950\/10{border-bottom-color:#4220061a}.md\:border-b-yellow-950\/100{border-bottom-color:#422006}.md\:border-b-yellow-950\/15{border-bottom-color:#42200626}.md\:border-b-yellow-950\/20{border-bottom-color:#42200633}.md\:border-b-yellow-950\/25{border-bottom-color:#42200640}.md\:border-b-yellow-950\/30{border-bottom-color:#4220064d}.md\:border-b-yellow-950\/35{border-bottom-color:#42200659}.md\:border-b-yellow-950\/40{border-bottom-color:#42200666}.md\:border-b-yellow-950\/45{border-bottom-color:#42200673}.md\:border-b-yellow-950\/5{border-bottom-color:#4220060d}.md\:border-b-yellow-950\/50{border-bottom-color:#42200680}.md\:border-b-yellow-950\/55{border-bottom-color:#4220068c}.md\:border-b-yellow-950\/60{border-bottom-color:#42200699}.md\:border-b-yellow-950\/65{border-bottom-color:#422006a6}.md\:border-b-yellow-950\/70{border-bottom-color:#422006b3}.md\:border-b-yellow-950\/75{border-bottom-color:#422006bf}.md\:border-b-yellow-950\/80{border-bottom-color:#422006cc}.md\:border-b-yellow-950\/85{border-bottom-color:#422006d9}.md\:border-b-yellow-950\/90{border-bottom-color:#422006e6}.md\:border-b-yellow-950\/95{border-bottom-color:#422006f2}.md\:border-e-yellow-100{--tw-border-opacity:1;border-inline-end-color:rgb(254 249 195/var(--tw-border-opacity,1))}.md\:border-e-yellow-100\/0{border-inline-end-color:#fef9c300}.md\:border-e-yellow-100\/10{border-inline-end-color:#fef9c31a}.md\:border-e-yellow-100\/100{border-inline-end-color:#fef9c3}.md\:border-e-yellow-100\/15{border-inline-end-color:#fef9c326}.md\:border-e-yellow-100\/20{border-inline-end-color:#fef9c333}.md\:border-e-yellow-100\/25{border-inline-end-color:#fef9c340}.md\:border-e-yellow-100\/30{border-inline-end-color:#fef9c34d}.md\:border-e-yellow-100\/35{border-inline-end-color:#fef9c359}.md\:border-e-yellow-100\/40{border-inline-end-color:#fef9c366}.md\:border-e-yellow-100\/45{border-inline-end-color:#fef9c373}.md\:border-e-yellow-100\/5{border-inline-end-color:#fef9c30d}.md\:border-e-yellow-100\/50{border-inline-end-color:#fef9c380}.md\:border-e-yellow-100\/55{border-inline-end-color:#fef9c38c}.md\:border-e-yellow-100\/60{border-inline-end-color:#fef9c399}.md\:border-e-yellow-100\/65{border-inline-end-color:#fef9c3a6}.md\:border-e-yellow-100\/70{border-inline-end-color:#fef9c3b3}.md\:border-e-yellow-100\/75{border-inline-end-color:#fef9c3bf}.md\:border-e-yellow-100\/80{border-inline-end-color:#fef9c3cc}.md\:border-e-yellow-100\/85{border-inline-end-color:#fef9c3d9}.md\:border-e-yellow-100\/90{border-inline-end-color:#fef9c3e6}.md\:border-e-yellow-100\/95{border-inline-end-color:#fef9c3f2}.md\:border-e-yellow-200{--tw-border-opacity:1;border-inline-end-color:rgb(254 240 138/var(--tw-border-opacity,1))}.md\:border-e-yellow-200\/0{border-inline-end-color:#fef08a00}.md\:border-e-yellow-200\/10{border-inline-end-color:#fef08a1a}.md\:border-e-yellow-200\/100{border-inline-end-color:#fef08a}.md\:border-e-yellow-200\/15{border-inline-end-color:#fef08a26}.md\:border-e-yellow-200\/20{border-inline-end-color:#fef08a33}.md\:border-e-yellow-200\/25{border-inline-end-color:#fef08a40}.md\:border-e-yellow-200\/30{border-inline-end-color:#fef08a4d}.md\:border-e-yellow-200\/35{border-inline-end-color:#fef08a59}.md\:border-e-yellow-200\/40{border-inline-end-color:#fef08a66}.md\:border-e-yellow-200\/45{border-inline-end-color:#fef08a73}.md\:border-e-yellow-200\/5{border-inline-end-color:#fef08a0d}.md\:border-e-yellow-200\/50{border-inline-end-color:#fef08a80}.md\:border-e-yellow-200\/55{border-inline-end-color:#fef08a8c}.md\:border-e-yellow-200\/60{border-inline-end-color:#fef08a99}.md\:border-e-yellow-200\/65{border-inline-end-color:#fef08aa6}.md\:border-e-yellow-200\/70{border-inline-end-color:#fef08ab3}.md\:border-e-yellow-200\/75{border-inline-end-color:#fef08abf}.md\:border-e-yellow-200\/80{border-inline-end-color:#fef08acc}.md\:border-e-yellow-200\/85{border-inline-end-color:#fef08ad9}.md\:border-e-yellow-200\/90{border-inline-end-color:#fef08ae6}.md\:border-e-yellow-200\/95{border-inline-end-color:#fef08af2}.md\:border-e-yellow-300{--tw-border-opacity:1;border-inline-end-color:rgb(253 224 71/var(--tw-border-opacity,1))}.md\:border-e-yellow-300\/0{border-inline-end-color:#fde04700}.md\:border-e-yellow-300\/10{border-inline-end-color:#fde0471a}.md\:border-e-yellow-300\/100{border-inline-end-color:#fde047}.md\:border-e-yellow-300\/15{border-inline-end-color:#fde04726}.md\:border-e-yellow-300\/20{border-inline-end-color:#fde04733}.md\:border-e-yellow-300\/25{border-inline-end-color:#fde04740}.md\:border-e-yellow-300\/30{border-inline-end-color:#fde0474d}.md\:border-e-yellow-300\/35{border-inline-end-color:#fde04759}.md\:border-e-yellow-300\/40{border-inline-end-color:#fde04766}.md\:border-e-yellow-300\/45{border-inline-end-color:#fde04773}.md\:border-e-yellow-300\/5{border-inline-end-color:#fde0470d}.md\:border-e-yellow-300\/50{border-inline-end-color:#fde04780}.md\:border-e-yellow-300\/55{border-inline-end-color:#fde0478c}.md\:border-e-yellow-300\/60{border-inline-end-color:#fde04799}.md\:border-e-yellow-300\/65{border-inline-end-color:#fde047a6}.md\:border-e-yellow-300\/70{border-inline-end-color:#fde047b3}.md\:border-e-yellow-300\/75{border-inline-end-color:#fde047bf}.md\:border-e-yellow-300\/80{border-inline-end-color:#fde047cc}.md\:border-e-yellow-300\/85{border-inline-end-color:#fde047d9}.md\:border-e-yellow-300\/90{border-inline-end-color:#fde047e6}.md\:border-e-yellow-300\/95{border-inline-end-color:#fde047f2}.md\:border-e-yellow-400{--tw-border-opacity:1;border-inline-end-color:rgb(250 204 21/var(--tw-border-opacity,1))}.md\:border-e-yellow-400\/0{border-inline-end-color:#facc1500}.md\:border-e-yellow-400\/10{border-inline-end-color:#facc151a}.md\:border-e-yellow-400\/100{border-inline-end-color:#facc15}.md\:border-e-yellow-400\/15{border-inline-end-color:#facc1526}.md\:border-e-yellow-400\/20{border-inline-end-color:#facc1533}.md\:border-e-yellow-400\/25{border-inline-end-color:#facc1540}.md\:border-e-yellow-400\/30{border-inline-end-color:#facc154d}.md\:border-e-yellow-400\/35{border-inline-end-color:#facc1559}.md\:border-e-yellow-400\/40{border-inline-end-color:#facc1566}.md\:border-e-yellow-400\/45{border-inline-end-color:#facc1573}.md\:border-e-yellow-400\/5{border-inline-end-color:#facc150d}.md\:border-e-yellow-400\/50{border-inline-end-color:#facc1580}.md\:border-e-yellow-400\/55{border-inline-end-color:#facc158c}.md\:border-e-yellow-400\/60{border-inline-end-color:#facc1599}.md\:border-e-yellow-400\/65{border-inline-end-color:#facc15a6}.md\:border-e-yellow-400\/70{border-inline-end-color:#facc15b3}.md\:border-e-yellow-400\/75{border-inline-end-color:#facc15bf}.md\:border-e-yellow-400\/80{border-inline-end-color:#facc15cc}.md\:border-e-yellow-400\/85{border-inline-end-color:#facc15d9}.md\:border-e-yellow-400\/90{border-inline-end-color:#facc15e6}.md\:border-e-yellow-400\/95{border-inline-end-color:#facc15f2}.md\:border-e-yellow-50{--tw-border-opacity:1;border-inline-end-color:rgb(254 252 232/var(--tw-border-opacity,1))}.md\:border-e-yellow-50\/0{border-inline-end-color:#fefce800}.md\:border-e-yellow-50\/10{border-inline-end-color:#fefce81a}.md\:border-e-yellow-50\/100{border-inline-end-color:#fefce8}.md\:border-e-yellow-50\/15{border-inline-end-color:#fefce826}.md\:border-e-yellow-50\/20{border-inline-end-color:#fefce833}.md\:border-e-yellow-50\/25{border-inline-end-color:#fefce840}.md\:border-e-yellow-50\/30{border-inline-end-color:#fefce84d}.md\:border-e-yellow-50\/35{border-inline-end-color:#fefce859}.md\:border-e-yellow-50\/40{border-inline-end-color:#fefce866}.md\:border-e-yellow-50\/45{border-inline-end-color:#fefce873}.md\:border-e-yellow-50\/5{border-inline-end-color:#fefce80d}.md\:border-e-yellow-50\/50{border-inline-end-color:#fefce880}.md\:border-e-yellow-50\/55{border-inline-end-color:#fefce88c}.md\:border-e-yellow-50\/60{border-inline-end-color:#fefce899}.md\:border-e-yellow-50\/65{border-inline-end-color:#fefce8a6}.md\:border-e-yellow-50\/70{border-inline-end-color:#fefce8b3}.md\:border-e-yellow-50\/75{border-inline-end-color:#fefce8bf}.md\:border-e-yellow-50\/80{border-inline-end-color:#fefce8cc}.md\:border-e-yellow-50\/85{border-inline-end-color:#fefce8d9}.md\:border-e-yellow-50\/90{border-inline-end-color:#fefce8e6}.md\:border-e-yellow-50\/95{border-inline-end-color:#fefce8f2}.md\:border-e-yellow-500{--tw-border-opacity:1;border-inline-end-color:rgb(234 179 8/var(--tw-border-opacity,1))}.md\:border-e-yellow-500\/0{border-inline-end-color:#eab30800}.md\:border-e-yellow-500\/10{border-inline-end-color:#eab3081a}.md\:border-e-yellow-500\/100{border-inline-end-color:#eab308}.md\:border-e-yellow-500\/15{border-inline-end-color:#eab30826}.md\:border-e-yellow-500\/20{border-inline-end-color:#eab30833}.md\:border-e-yellow-500\/25{border-inline-end-color:#eab30840}.md\:border-e-yellow-500\/30{border-inline-end-color:#eab3084d}.md\:border-e-yellow-500\/35{border-inline-end-color:#eab30859}.md\:border-e-yellow-500\/40{border-inline-end-color:#eab30866}.md\:border-e-yellow-500\/45{border-inline-end-color:#eab30873}.md\:border-e-yellow-500\/5{border-inline-end-color:#eab3080d}.md\:border-e-yellow-500\/50{border-inline-end-color:#eab30880}.md\:border-e-yellow-500\/55{border-inline-end-color:#eab3088c}.md\:border-e-yellow-500\/60{border-inline-end-color:#eab30899}.md\:border-e-yellow-500\/65{border-inline-end-color:#eab308a6}.md\:border-e-yellow-500\/70{border-inline-end-color:#eab308b3}.md\:border-e-yellow-500\/75{border-inline-end-color:#eab308bf}.md\:border-e-yellow-500\/80{border-inline-end-color:#eab308cc}.md\:border-e-yellow-500\/85{border-inline-end-color:#eab308d9}.md\:border-e-yellow-500\/90{border-inline-end-color:#eab308e6}.md\:border-e-yellow-500\/95{border-inline-end-color:#eab308f2}.md\:border-e-yellow-600{--tw-border-opacity:1;border-inline-end-color:rgb(202 138 4/var(--tw-border-opacity,1))}.md\:border-e-yellow-600\/0{border-inline-end-color:#ca8a0400}.md\:border-e-yellow-600\/10{border-inline-end-color:#ca8a041a}.md\:border-e-yellow-600\/100{border-inline-end-color:#ca8a04}.md\:border-e-yellow-600\/15{border-inline-end-color:#ca8a0426}.md\:border-e-yellow-600\/20{border-inline-end-color:#ca8a0433}.md\:border-e-yellow-600\/25{border-inline-end-color:#ca8a0440}.md\:border-e-yellow-600\/30{border-inline-end-color:#ca8a044d}.md\:border-e-yellow-600\/35{border-inline-end-color:#ca8a0459}.md\:border-e-yellow-600\/40{border-inline-end-color:#ca8a0466}.md\:border-e-yellow-600\/45{border-inline-end-color:#ca8a0473}.md\:border-e-yellow-600\/5{border-inline-end-color:#ca8a040d}.md\:border-e-yellow-600\/50{border-inline-end-color:#ca8a0480}.md\:border-e-yellow-600\/55{border-inline-end-color:#ca8a048c}.md\:border-e-yellow-600\/60{border-inline-end-color:#ca8a0499}.md\:border-e-yellow-600\/65{border-inline-end-color:#ca8a04a6}.md\:border-e-yellow-600\/70{border-inline-end-color:#ca8a04b3}.md\:border-e-yellow-600\/75{border-inline-end-color:#ca8a04bf}.md\:border-e-yellow-600\/80{border-inline-end-color:#ca8a04cc}.md\:border-e-yellow-600\/85{border-inline-end-color:#ca8a04d9}.md\:border-e-yellow-600\/90{border-inline-end-color:#ca8a04e6}.md\:border-e-yellow-600\/95{border-inline-end-color:#ca8a04f2}.md\:border-e-yellow-700{--tw-border-opacity:1;border-inline-end-color:rgb(161 98 7/var(--tw-border-opacity,1))}.md\:border-e-yellow-700\/0{border-inline-end-color:#a1620700}.md\:border-e-yellow-700\/10{border-inline-end-color:#a162071a}.md\:border-e-yellow-700\/100{border-inline-end-color:#a16207}.md\:border-e-yellow-700\/15{border-inline-end-color:#a1620726}.md\:border-e-yellow-700\/20{border-inline-end-color:#a1620733}.md\:border-e-yellow-700\/25{border-inline-end-color:#a1620740}.md\:border-e-yellow-700\/30{border-inline-end-color:#a162074d}.md\:border-e-yellow-700\/35{border-inline-end-color:#a1620759}.md\:border-e-yellow-700\/40{border-inline-end-color:#a1620766}.md\:border-e-yellow-700\/45{border-inline-end-color:#a1620773}.md\:border-e-yellow-700\/5{border-inline-end-color:#a162070d}.md\:border-e-yellow-700\/50{border-inline-end-color:#a1620780}.md\:border-e-yellow-700\/55{border-inline-end-color:#a162078c}.md\:border-e-yellow-700\/60{border-inline-end-color:#a1620799}.md\:border-e-yellow-700\/65{border-inline-end-color:#a16207a6}.md\:border-e-yellow-700\/70{border-inline-end-color:#a16207b3}.md\:border-e-yellow-700\/75{border-inline-end-color:#a16207bf}.md\:border-e-yellow-700\/80{border-inline-end-color:#a16207cc}.md\:border-e-yellow-700\/85{border-inline-end-color:#a16207d9}.md\:border-e-yellow-700\/90{border-inline-end-color:#a16207e6}.md\:border-e-yellow-700\/95{border-inline-end-color:#a16207f2}.md\:border-e-yellow-800{--tw-border-opacity:1;border-inline-end-color:rgb(133 77 14/var(--tw-border-opacity,1))}.md\:border-e-yellow-800\/0{border-inline-end-color:#854d0e00}.md\:border-e-yellow-800\/10{border-inline-end-color:#854d0e1a}.md\:border-e-yellow-800\/100{border-inline-end-color:#854d0e}.md\:border-e-yellow-800\/15{border-inline-end-color:#854d0e26}.md\:border-e-yellow-800\/20{border-inline-end-color:#854d0e33}.md\:border-e-yellow-800\/25{border-inline-end-color:#854d0e40}.md\:border-e-yellow-800\/30{border-inline-end-color:#854d0e4d}.md\:border-e-yellow-800\/35{border-inline-end-color:#854d0e59}.md\:border-e-yellow-800\/40{border-inline-end-color:#854d0e66}.md\:border-e-yellow-800\/45{border-inline-end-color:#854d0e73}.md\:border-e-yellow-800\/5{border-inline-end-color:#854d0e0d}.md\:border-e-yellow-800\/50{border-inline-end-color:#854d0e80}.md\:border-e-yellow-800\/55{border-inline-end-color:#854d0e8c}.md\:border-e-yellow-800\/60{border-inline-end-color:#854d0e99}.md\:border-e-yellow-800\/65{border-inline-end-color:#854d0ea6}.md\:border-e-yellow-800\/70{border-inline-end-color:#854d0eb3}.md\:border-e-yellow-800\/75{border-inline-end-color:#854d0ebf}.md\:border-e-yellow-800\/80{border-inline-end-color:#854d0ecc}.md\:border-e-yellow-800\/85{border-inline-end-color:#854d0ed9}.md\:border-e-yellow-800\/90{border-inline-end-color:#854d0ee6}.md\:border-e-yellow-800\/95{border-inline-end-color:#854d0ef2}.md\:border-e-yellow-900{--tw-border-opacity:1;border-inline-end-color:rgb(113 63 18/var(--tw-border-opacity,1))}.md\:border-e-yellow-900\/0{border-inline-end-color:#713f1200}.md\:border-e-yellow-900\/10{border-inline-end-color:#713f121a}.md\:border-e-yellow-900\/100{border-inline-end-color:#713f12}.md\:border-e-yellow-900\/15{border-inline-end-color:#713f1226}.md\:border-e-yellow-900\/20{border-inline-end-color:#713f1233}.md\:border-e-yellow-900\/25{border-inline-end-color:#713f1240}.md\:border-e-yellow-900\/30{border-inline-end-color:#713f124d}.md\:border-e-yellow-900\/35{border-inline-end-color:#713f1259}.md\:border-e-yellow-900\/40{border-inline-end-color:#713f1266}.md\:border-e-yellow-900\/45{border-inline-end-color:#713f1273}.md\:border-e-yellow-900\/5{border-inline-end-color:#713f120d}.md\:border-e-yellow-900\/50{border-inline-end-color:#713f1280}.md\:border-e-yellow-900\/55{border-inline-end-color:#713f128c}.md\:border-e-yellow-900\/60{border-inline-end-color:#713f1299}.md\:border-e-yellow-900\/65{border-inline-end-color:#713f12a6}.md\:border-e-yellow-900\/70{border-inline-end-color:#713f12b3}.md\:border-e-yellow-900\/75{border-inline-end-color:#713f12bf}.md\:border-e-yellow-900\/80{border-inline-end-color:#713f12cc}.md\:border-e-yellow-900\/85{border-inline-end-color:#713f12d9}.md\:border-e-yellow-900\/90{border-inline-end-color:#713f12e6}.md\:border-e-yellow-900\/95{border-inline-end-color:#713f12f2}.md\:border-e-yellow-950{--tw-border-opacity:1;border-inline-end-color:rgb(66 32 6/var(--tw-border-opacity,1))}.md\:border-e-yellow-950\/0{border-inline-end-color:#42200600}.md\:border-e-yellow-950\/10{border-inline-end-color:#4220061a}.md\:border-e-yellow-950\/100{border-inline-end-color:#422006}.md\:border-e-yellow-950\/15{border-inline-end-color:#42200626}.md\:border-e-yellow-950\/20{border-inline-end-color:#42200633}.md\:border-e-yellow-950\/25{border-inline-end-color:#42200640}.md\:border-e-yellow-950\/30{border-inline-end-color:#4220064d}.md\:border-e-yellow-950\/35{border-inline-end-color:#42200659}.md\:border-e-yellow-950\/40{border-inline-end-color:#42200666}.md\:border-e-yellow-950\/45{border-inline-end-color:#42200673}.md\:border-e-yellow-950\/5{border-inline-end-color:#4220060d}.md\:border-e-yellow-950\/50{border-inline-end-color:#42200680}.md\:border-e-yellow-950\/55{border-inline-end-color:#4220068c}.md\:border-e-yellow-950\/60{border-inline-end-color:#42200699}.md\:border-e-yellow-950\/65{border-inline-end-color:#422006a6}.md\:border-e-yellow-950\/70{border-inline-end-color:#422006b3}.md\:border-e-yellow-950\/75{border-inline-end-color:#422006bf}.md\:border-e-yellow-950\/80{border-inline-end-color:#422006cc}.md\:border-e-yellow-950\/85{border-inline-end-color:#422006d9}.md\:border-e-yellow-950\/90{border-inline-end-color:#422006e6}.md\:border-e-yellow-950\/95{border-inline-end-color:#422006f2}.md\:border-l-yellow-100{--tw-border-opacity:1;border-left-color:rgb(254 249 195/var(--tw-border-opacity,1))}.md\:border-l-yellow-100\/0{border-left-color:#fef9c300}.md\:border-l-yellow-100\/10{border-left-color:#fef9c31a}.md\:border-l-yellow-100\/100{border-left-color:#fef9c3}.md\:border-l-yellow-100\/15{border-left-color:#fef9c326}.md\:border-l-yellow-100\/20{border-left-color:#fef9c333}.md\:border-l-yellow-100\/25{border-left-color:#fef9c340}.md\:border-l-yellow-100\/30{border-left-color:#fef9c34d}.md\:border-l-yellow-100\/35{border-left-color:#fef9c359}.md\:border-l-yellow-100\/40{border-left-color:#fef9c366}.md\:border-l-yellow-100\/45{border-left-color:#fef9c373}.md\:border-l-yellow-100\/5{border-left-color:#fef9c30d}.md\:border-l-yellow-100\/50{border-left-color:#fef9c380}.md\:border-l-yellow-100\/55{border-left-color:#fef9c38c}.md\:border-l-yellow-100\/60{border-left-color:#fef9c399}.md\:border-l-yellow-100\/65{border-left-color:#fef9c3a6}.md\:border-l-yellow-100\/70{border-left-color:#fef9c3b3}.md\:border-l-yellow-100\/75{border-left-color:#fef9c3bf}.md\:border-l-yellow-100\/80{border-left-color:#fef9c3cc}.md\:border-l-yellow-100\/85{border-left-color:#fef9c3d9}.md\:border-l-yellow-100\/90{border-left-color:#fef9c3e6}.md\:border-l-yellow-100\/95{border-left-color:#fef9c3f2}.md\:border-l-yellow-200{--tw-border-opacity:1;border-left-color:rgb(254 240 138/var(--tw-border-opacity,1))}.md\:border-l-yellow-200\/0{border-left-color:#fef08a00}.md\:border-l-yellow-200\/10{border-left-color:#fef08a1a}.md\:border-l-yellow-200\/100{border-left-color:#fef08a}.md\:border-l-yellow-200\/15{border-left-color:#fef08a26}.md\:border-l-yellow-200\/20{border-left-color:#fef08a33}.md\:border-l-yellow-200\/25{border-left-color:#fef08a40}.md\:border-l-yellow-200\/30{border-left-color:#fef08a4d}.md\:border-l-yellow-200\/35{border-left-color:#fef08a59}.md\:border-l-yellow-200\/40{border-left-color:#fef08a66}.md\:border-l-yellow-200\/45{border-left-color:#fef08a73}.md\:border-l-yellow-200\/5{border-left-color:#fef08a0d}.md\:border-l-yellow-200\/50{border-left-color:#fef08a80}.md\:border-l-yellow-200\/55{border-left-color:#fef08a8c}.md\:border-l-yellow-200\/60{border-left-color:#fef08a99}.md\:border-l-yellow-200\/65{border-left-color:#fef08aa6}.md\:border-l-yellow-200\/70{border-left-color:#fef08ab3}.md\:border-l-yellow-200\/75{border-left-color:#fef08abf}.md\:border-l-yellow-200\/80{border-left-color:#fef08acc}.md\:border-l-yellow-200\/85{border-left-color:#fef08ad9}.md\:border-l-yellow-200\/90{border-left-color:#fef08ae6}.md\:border-l-yellow-200\/95{border-left-color:#fef08af2}.md\:border-l-yellow-300{--tw-border-opacity:1;border-left-color:rgb(253 224 71/var(--tw-border-opacity,1))}.md\:border-l-yellow-300\/0{border-left-color:#fde04700}.md\:border-l-yellow-300\/10{border-left-color:#fde0471a}.md\:border-l-yellow-300\/100{border-left-color:#fde047}.md\:border-l-yellow-300\/15{border-left-color:#fde04726}.md\:border-l-yellow-300\/20{border-left-color:#fde04733}.md\:border-l-yellow-300\/25{border-left-color:#fde04740}.md\:border-l-yellow-300\/30{border-left-color:#fde0474d}.md\:border-l-yellow-300\/35{border-left-color:#fde04759}.md\:border-l-yellow-300\/40{border-left-color:#fde04766}.md\:border-l-yellow-300\/45{border-left-color:#fde04773}.md\:border-l-yellow-300\/5{border-left-color:#fde0470d}.md\:border-l-yellow-300\/50{border-left-color:#fde04780}.md\:border-l-yellow-300\/55{border-left-color:#fde0478c}.md\:border-l-yellow-300\/60{border-left-color:#fde04799}.md\:border-l-yellow-300\/65{border-left-color:#fde047a6}.md\:border-l-yellow-300\/70{border-left-color:#fde047b3}.md\:border-l-yellow-300\/75{border-left-color:#fde047bf}.md\:border-l-yellow-300\/80{border-left-color:#fde047cc}.md\:border-l-yellow-300\/85{border-left-color:#fde047d9}.md\:border-l-yellow-300\/90{border-left-color:#fde047e6}.md\:border-l-yellow-300\/95{border-left-color:#fde047f2}.md\:border-l-yellow-400{--tw-border-opacity:1;border-left-color:rgb(250 204 21/var(--tw-border-opacity,1))}.md\:border-l-yellow-400\/0{border-left-color:#facc1500}.md\:border-l-yellow-400\/10{border-left-color:#facc151a}.md\:border-l-yellow-400\/100{border-left-color:#facc15}.md\:border-l-yellow-400\/15{border-left-color:#facc1526}.md\:border-l-yellow-400\/20{border-left-color:#facc1533}.md\:border-l-yellow-400\/25{border-left-color:#facc1540}.md\:border-l-yellow-400\/30{border-left-color:#facc154d}.md\:border-l-yellow-400\/35{border-left-color:#facc1559}.md\:border-l-yellow-400\/40{border-left-color:#facc1566}.md\:border-l-yellow-400\/45{border-left-color:#facc1573}.md\:border-l-yellow-400\/5{border-left-color:#facc150d}.md\:border-l-yellow-400\/50{border-left-color:#facc1580}.md\:border-l-yellow-400\/55{border-left-color:#facc158c}.md\:border-l-yellow-400\/60{border-left-color:#facc1599}.md\:border-l-yellow-400\/65{border-left-color:#facc15a6}.md\:border-l-yellow-400\/70{border-left-color:#facc15b3}.md\:border-l-yellow-400\/75{border-left-color:#facc15bf}.md\:border-l-yellow-400\/80{border-left-color:#facc15cc}.md\:border-l-yellow-400\/85{border-left-color:#facc15d9}.md\:border-l-yellow-400\/90{border-left-color:#facc15e6}.md\:border-l-yellow-400\/95{border-left-color:#facc15f2}.md\:border-l-yellow-50{--tw-border-opacity:1;border-left-color:rgb(254 252 232/var(--tw-border-opacity,1))}.md\:border-l-yellow-50\/0{border-left-color:#fefce800}.md\:border-l-yellow-50\/10{border-left-color:#fefce81a}.md\:border-l-yellow-50\/100{border-left-color:#fefce8}.md\:border-l-yellow-50\/15{border-left-color:#fefce826}.md\:border-l-yellow-50\/20{border-left-color:#fefce833}.md\:border-l-yellow-50\/25{border-left-color:#fefce840}.md\:border-l-yellow-50\/30{border-left-color:#fefce84d}.md\:border-l-yellow-50\/35{border-left-color:#fefce859}.md\:border-l-yellow-50\/40{border-left-color:#fefce866}.md\:border-l-yellow-50\/45{border-left-color:#fefce873}.md\:border-l-yellow-50\/5{border-left-color:#fefce80d}.md\:border-l-yellow-50\/50{border-left-color:#fefce880}.md\:border-l-yellow-50\/55{border-left-color:#fefce88c}.md\:border-l-yellow-50\/60{border-left-color:#fefce899}.md\:border-l-yellow-50\/65{border-left-color:#fefce8a6}.md\:border-l-yellow-50\/70{border-left-color:#fefce8b3}.md\:border-l-yellow-50\/75{border-left-color:#fefce8bf}.md\:border-l-yellow-50\/80{border-left-color:#fefce8cc}.md\:border-l-yellow-50\/85{border-left-color:#fefce8d9}.md\:border-l-yellow-50\/90{border-left-color:#fefce8e6}.md\:border-l-yellow-50\/95{border-left-color:#fefce8f2}.md\:border-l-yellow-500{--tw-border-opacity:1;border-left-color:rgb(234 179 8/var(--tw-border-opacity,1))}.md\:border-l-yellow-500\/0{border-left-color:#eab30800}.md\:border-l-yellow-500\/10{border-left-color:#eab3081a}.md\:border-l-yellow-500\/100{border-left-color:#eab308}.md\:border-l-yellow-500\/15{border-left-color:#eab30826}.md\:border-l-yellow-500\/20{border-left-color:#eab30833}.md\:border-l-yellow-500\/25{border-left-color:#eab30840}.md\:border-l-yellow-500\/30{border-left-color:#eab3084d}.md\:border-l-yellow-500\/35{border-left-color:#eab30859}.md\:border-l-yellow-500\/40{border-left-color:#eab30866}.md\:border-l-yellow-500\/45{border-left-color:#eab30873}.md\:border-l-yellow-500\/5{border-left-color:#eab3080d}.md\:border-l-yellow-500\/50{border-left-color:#eab30880}.md\:border-l-yellow-500\/55{border-left-color:#eab3088c}.md\:border-l-yellow-500\/60{border-left-color:#eab30899}.md\:border-l-yellow-500\/65{border-left-color:#eab308a6}.md\:border-l-yellow-500\/70{border-left-color:#eab308b3}.md\:border-l-yellow-500\/75{border-left-color:#eab308bf}.md\:border-l-yellow-500\/80{border-left-color:#eab308cc}.md\:border-l-yellow-500\/85{border-left-color:#eab308d9}.md\:border-l-yellow-500\/90{border-left-color:#eab308e6}.md\:border-l-yellow-500\/95{border-left-color:#eab308f2}.md\:border-l-yellow-600{--tw-border-opacity:1;border-left-color:rgb(202 138 4/var(--tw-border-opacity,1))}.md\:border-l-yellow-600\/0{border-left-color:#ca8a0400}.md\:border-l-yellow-600\/10{border-left-color:#ca8a041a}.md\:border-l-yellow-600\/100{border-left-color:#ca8a04}.md\:border-l-yellow-600\/15{border-left-color:#ca8a0426}.md\:border-l-yellow-600\/20{border-left-color:#ca8a0433}.md\:border-l-yellow-600\/25{border-left-color:#ca8a0440}.md\:border-l-yellow-600\/30{border-left-color:#ca8a044d}.md\:border-l-yellow-600\/35{border-left-color:#ca8a0459}.md\:border-l-yellow-600\/40{border-left-color:#ca8a0466}.md\:border-l-yellow-600\/45{border-left-color:#ca8a0473}.md\:border-l-yellow-600\/5{border-left-color:#ca8a040d}.md\:border-l-yellow-600\/50{border-left-color:#ca8a0480}.md\:border-l-yellow-600\/55{border-left-color:#ca8a048c}.md\:border-l-yellow-600\/60{border-left-color:#ca8a0499}.md\:border-l-yellow-600\/65{border-left-color:#ca8a04a6}.md\:border-l-yellow-600\/70{border-left-color:#ca8a04b3}.md\:border-l-yellow-600\/75{border-left-color:#ca8a04bf}.md\:border-l-yellow-600\/80{border-left-color:#ca8a04cc}.md\:border-l-yellow-600\/85{border-left-color:#ca8a04d9}.md\:border-l-yellow-600\/90{border-left-color:#ca8a04e6}.md\:border-l-yellow-600\/95{border-left-color:#ca8a04f2}.md\:border-l-yellow-700{--tw-border-opacity:1;border-left-color:rgb(161 98 7/var(--tw-border-opacity,1))}.md\:border-l-yellow-700\/0{border-left-color:#a1620700}.md\:border-l-yellow-700\/10{border-left-color:#a162071a}.md\:border-l-yellow-700\/100{border-left-color:#a16207}.md\:border-l-yellow-700\/15{border-left-color:#a1620726}.md\:border-l-yellow-700\/20{border-left-color:#a1620733}.md\:border-l-yellow-700\/25{border-left-color:#a1620740}.md\:border-l-yellow-700\/30{border-left-color:#a162074d}.md\:border-l-yellow-700\/35{border-left-color:#a1620759}.md\:border-l-yellow-700\/40{border-left-color:#a1620766}.md\:border-l-yellow-700\/45{border-left-color:#a1620773}.md\:border-l-yellow-700\/5{border-left-color:#a162070d}.md\:border-l-yellow-700\/50{border-left-color:#a1620780}.md\:border-l-yellow-700\/55{border-left-color:#a162078c}.md\:border-l-yellow-700\/60{border-left-color:#a1620799}.md\:border-l-yellow-700\/65{border-left-color:#a16207a6}.md\:border-l-yellow-700\/70{border-left-color:#a16207b3}.md\:border-l-yellow-700\/75{border-left-color:#a16207bf}.md\:border-l-yellow-700\/80{border-left-color:#a16207cc}.md\:border-l-yellow-700\/85{border-left-color:#a16207d9}.md\:border-l-yellow-700\/90{border-left-color:#a16207e6}.md\:border-l-yellow-700\/95{border-left-color:#a16207f2}.md\:border-l-yellow-800{--tw-border-opacity:1;border-left-color:rgb(133 77 14/var(--tw-border-opacity,1))}.md\:border-l-yellow-800\/0{border-left-color:#854d0e00}.md\:border-l-yellow-800\/10{border-left-color:#854d0e1a}.md\:border-l-yellow-800\/100{border-left-color:#854d0e}.md\:border-l-yellow-800\/15{border-left-color:#854d0e26}.md\:border-l-yellow-800\/20{border-left-color:#854d0e33}.md\:border-l-yellow-800\/25{border-left-color:#854d0e40}.md\:border-l-yellow-800\/30{border-left-color:#854d0e4d}.md\:border-l-yellow-800\/35{border-left-color:#854d0e59}.md\:border-l-yellow-800\/40{border-left-color:#854d0e66}.md\:border-l-yellow-800\/45{border-left-color:#854d0e73}.md\:border-l-yellow-800\/5{border-left-color:#854d0e0d}.md\:border-l-yellow-800\/50{border-left-color:#854d0e80}.md\:border-l-yellow-800\/55{border-left-color:#854d0e8c}.md\:border-l-yellow-800\/60{border-left-color:#854d0e99}.md\:border-l-yellow-800\/65{border-left-color:#854d0ea6}.md\:border-l-yellow-800\/70{border-left-color:#854d0eb3}.md\:border-l-yellow-800\/75{border-left-color:#854d0ebf}.md\:border-l-yellow-800\/80{border-left-color:#854d0ecc}.md\:border-l-yellow-800\/85{border-left-color:#854d0ed9}.md\:border-l-yellow-800\/90{border-left-color:#854d0ee6}.md\:border-l-yellow-800\/95{border-left-color:#854d0ef2}.md\:border-l-yellow-900{--tw-border-opacity:1;border-left-color:rgb(113 63 18/var(--tw-border-opacity,1))}.md\:border-l-yellow-900\/0{border-left-color:#713f1200}.md\:border-l-yellow-900\/10{border-left-color:#713f121a}.md\:border-l-yellow-900\/100{border-left-color:#713f12}.md\:border-l-yellow-900\/15{border-left-color:#713f1226}.md\:border-l-yellow-900\/20{border-left-color:#713f1233}.md\:border-l-yellow-900\/25{border-left-color:#713f1240}.md\:border-l-yellow-900\/30{border-left-color:#713f124d}.md\:border-l-yellow-900\/35{border-left-color:#713f1259}.md\:border-l-yellow-900\/40{border-left-color:#713f1266}.md\:border-l-yellow-900\/45{border-left-color:#713f1273}.md\:border-l-yellow-900\/5{border-left-color:#713f120d}.md\:border-l-yellow-900\/50{border-left-color:#713f1280}.md\:border-l-yellow-900\/55{border-left-color:#713f128c}.md\:border-l-yellow-900\/60{border-left-color:#713f1299}.md\:border-l-yellow-900\/65{border-left-color:#713f12a6}.md\:border-l-yellow-900\/70{border-left-color:#713f12b3}.md\:border-l-yellow-900\/75{border-left-color:#713f12bf}.md\:border-l-yellow-900\/80{border-left-color:#713f12cc}.md\:border-l-yellow-900\/85{border-left-color:#713f12d9}.md\:border-l-yellow-900\/90{border-left-color:#713f12e6}.md\:border-l-yellow-900\/95{border-left-color:#713f12f2}.md\:border-l-yellow-950{--tw-border-opacity:1;border-left-color:rgb(66 32 6/var(--tw-border-opacity,1))}.md\:border-l-yellow-950\/0{border-left-color:#42200600}.md\:border-l-yellow-950\/10{border-left-color:#4220061a}.md\:border-l-yellow-950\/100{border-left-color:#422006}.md\:border-l-yellow-950\/15{border-left-color:#42200626}.md\:border-l-yellow-950\/20{border-left-color:#42200633}.md\:border-l-yellow-950\/25{border-left-color:#42200640}.md\:border-l-yellow-950\/30{border-left-color:#4220064d}.md\:border-l-yellow-950\/35{border-left-color:#42200659}.md\:border-l-yellow-950\/40{border-left-color:#42200666}.md\:border-l-yellow-950\/45{border-left-color:#42200673}.md\:border-l-yellow-950\/5{border-left-color:#4220060d}.md\:border-l-yellow-950\/50{border-left-color:#42200680}.md\:border-l-yellow-950\/55{border-left-color:#4220068c}.md\:border-l-yellow-950\/60{border-left-color:#42200699}.md\:border-l-yellow-950\/65{border-left-color:#422006a6}.md\:border-l-yellow-950\/70{border-left-color:#422006b3}.md\:border-l-yellow-950\/75{border-left-color:#422006bf}.md\:border-l-yellow-950\/80{border-left-color:#422006cc}.md\:border-l-yellow-950\/85{border-left-color:#422006d9}.md\:border-l-yellow-950\/90{border-left-color:#422006e6}.md\:border-l-yellow-950\/95{border-left-color:#422006f2}.md\:border-r-yellow-100{--tw-border-opacity:1;border-right-color:rgb(254 249 195/var(--tw-border-opacity,1))}.md\:border-r-yellow-100\/0{border-right-color:#fef9c300}.md\:border-r-yellow-100\/10{border-right-color:#fef9c31a}.md\:border-r-yellow-100\/100{border-right-color:#fef9c3}.md\:border-r-yellow-100\/15{border-right-color:#fef9c326}.md\:border-r-yellow-100\/20{border-right-color:#fef9c333}.md\:border-r-yellow-100\/25{border-right-color:#fef9c340}.md\:border-r-yellow-100\/30{border-right-color:#fef9c34d}.md\:border-r-yellow-100\/35{border-right-color:#fef9c359}.md\:border-r-yellow-100\/40{border-right-color:#fef9c366}.md\:border-r-yellow-100\/45{border-right-color:#fef9c373}.md\:border-r-yellow-100\/5{border-right-color:#fef9c30d}.md\:border-r-yellow-100\/50{border-right-color:#fef9c380}.md\:border-r-yellow-100\/55{border-right-color:#fef9c38c}.md\:border-r-yellow-100\/60{border-right-color:#fef9c399}.md\:border-r-yellow-100\/65{border-right-color:#fef9c3a6}.md\:border-r-yellow-100\/70{border-right-color:#fef9c3b3}.md\:border-r-yellow-100\/75{border-right-color:#fef9c3bf}.md\:border-r-yellow-100\/80{border-right-color:#fef9c3cc}.md\:border-r-yellow-100\/85{border-right-color:#fef9c3d9}.md\:border-r-yellow-100\/90{border-right-color:#fef9c3e6}.md\:border-r-yellow-100\/95{border-right-color:#fef9c3f2}.md\:border-r-yellow-200{--tw-border-opacity:1;border-right-color:rgb(254 240 138/var(--tw-border-opacity,1))}.md\:border-r-yellow-200\/0{border-right-color:#fef08a00}.md\:border-r-yellow-200\/10{border-right-color:#fef08a1a}.md\:border-r-yellow-200\/100{border-right-color:#fef08a}.md\:border-r-yellow-200\/15{border-right-color:#fef08a26}.md\:border-r-yellow-200\/20{border-right-color:#fef08a33}.md\:border-r-yellow-200\/25{border-right-color:#fef08a40}.md\:border-r-yellow-200\/30{border-right-color:#fef08a4d}.md\:border-r-yellow-200\/35{border-right-color:#fef08a59}.md\:border-r-yellow-200\/40{border-right-color:#fef08a66}.md\:border-r-yellow-200\/45{border-right-color:#fef08a73}.md\:border-r-yellow-200\/5{border-right-color:#fef08a0d}.md\:border-r-yellow-200\/50{border-right-color:#fef08a80}.md\:border-r-yellow-200\/55{border-right-color:#fef08a8c}.md\:border-r-yellow-200\/60{border-right-color:#fef08a99}.md\:border-r-yellow-200\/65{border-right-color:#fef08aa6}.md\:border-r-yellow-200\/70{border-right-color:#fef08ab3}.md\:border-r-yellow-200\/75{border-right-color:#fef08abf}.md\:border-r-yellow-200\/80{border-right-color:#fef08acc}.md\:border-r-yellow-200\/85{border-right-color:#fef08ad9}.md\:border-r-yellow-200\/90{border-right-color:#fef08ae6}.md\:border-r-yellow-200\/95{border-right-color:#fef08af2}.md\:border-r-yellow-300{--tw-border-opacity:1;border-right-color:rgb(253 224 71/var(--tw-border-opacity,1))}.md\:border-r-yellow-300\/0{border-right-color:#fde04700}.md\:border-r-yellow-300\/10{border-right-color:#fde0471a}.md\:border-r-yellow-300\/100{border-right-color:#fde047}.md\:border-r-yellow-300\/15{border-right-color:#fde04726}.md\:border-r-yellow-300\/20{border-right-color:#fde04733}.md\:border-r-yellow-300\/25{border-right-color:#fde04740}.md\:border-r-yellow-300\/30{border-right-color:#fde0474d}.md\:border-r-yellow-300\/35{border-right-color:#fde04759}.md\:border-r-yellow-300\/40{border-right-color:#fde04766}.md\:border-r-yellow-300\/45{border-right-color:#fde04773}.md\:border-r-yellow-300\/5{border-right-color:#fde0470d}.md\:border-r-yellow-300\/50{border-right-color:#fde04780}.md\:border-r-yellow-300\/55{border-right-color:#fde0478c}.md\:border-r-yellow-300\/60{border-right-color:#fde04799}.md\:border-r-yellow-300\/65{border-right-color:#fde047a6}.md\:border-r-yellow-300\/70{border-right-color:#fde047b3}.md\:border-r-yellow-300\/75{border-right-color:#fde047bf}.md\:border-r-yellow-300\/80{border-right-color:#fde047cc}.md\:border-r-yellow-300\/85{border-right-color:#fde047d9}.md\:border-r-yellow-300\/90{border-right-color:#fde047e6}.md\:border-r-yellow-300\/95{border-right-color:#fde047f2}.md\:border-r-yellow-400{--tw-border-opacity:1;border-right-color:rgb(250 204 21/var(--tw-border-opacity,1))}.md\:border-r-yellow-400\/0{border-right-color:#facc1500}.md\:border-r-yellow-400\/10{border-right-color:#facc151a}.md\:border-r-yellow-400\/100{border-right-color:#facc15}.md\:border-r-yellow-400\/15{border-right-color:#facc1526}.md\:border-r-yellow-400\/20{border-right-color:#facc1533}.md\:border-r-yellow-400\/25{border-right-color:#facc1540}.md\:border-r-yellow-400\/30{border-right-color:#facc154d}.md\:border-r-yellow-400\/35{border-right-color:#facc1559}.md\:border-r-yellow-400\/40{border-right-color:#facc1566}.md\:border-r-yellow-400\/45{border-right-color:#facc1573}.md\:border-r-yellow-400\/5{border-right-color:#facc150d}.md\:border-r-yellow-400\/50{border-right-color:#facc1580}.md\:border-r-yellow-400\/55{border-right-color:#facc158c}.md\:border-r-yellow-400\/60{border-right-color:#facc1599}.md\:border-r-yellow-400\/65{border-right-color:#facc15a6}.md\:border-r-yellow-400\/70{border-right-color:#facc15b3}.md\:border-r-yellow-400\/75{border-right-color:#facc15bf}.md\:border-r-yellow-400\/80{border-right-color:#facc15cc}.md\:border-r-yellow-400\/85{border-right-color:#facc15d9}.md\:border-r-yellow-400\/90{border-right-color:#facc15e6}.md\:border-r-yellow-400\/95{border-right-color:#facc15f2}.md\:border-r-yellow-50{--tw-border-opacity:1;border-right-color:rgb(254 252 232/var(--tw-border-opacity,1))}.md\:border-r-yellow-50\/0{border-right-color:#fefce800}.md\:border-r-yellow-50\/10{border-right-color:#fefce81a}.md\:border-r-yellow-50\/100{border-right-color:#fefce8}.md\:border-r-yellow-50\/15{border-right-color:#fefce826}.md\:border-r-yellow-50\/20{border-right-color:#fefce833}.md\:border-r-yellow-50\/25{border-right-color:#fefce840}.md\:border-r-yellow-50\/30{border-right-color:#fefce84d}.md\:border-r-yellow-50\/35{border-right-color:#fefce859}.md\:border-r-yellow-50\/40{border-right-color:#fefce866}.md\:border-r-yellow-50\/45{border-right-color:#fefce873}.md\:border-r-yellow-50\/5{border-right-color:#fefce80d}.md\:border-r-yellow-50\/50{border-right-color:#fefce880}.md\:border-r-yellow-50\/55{border-right-color:#fefce88c}.md\:border-r-yellow-50\/60{border-right-color:#fefce899}.md\:border-r-yellow-50\/65{border-right-color:#fefce8a6}.md\:border-r-yellow-50\/70{border-right-color:#fefce8b3}.md\:border-r-yellow-50\/75{border-right-color:#fefce8bf}.md\:border-r-yellow-50\/80{border-right-color:#fefce8cc}.md\:border-r-yellow-50\/85{border-right-color:#fefce8d9}.md\:border-r-yellow-50\/90{border-right-color:#fefce8e6}.md\:border-r-yellow-50\/95{border-right-color:#fefce8f2}.md\:border-r-yellow-500{--tw-border-opacity:1;border-right-color:rgb(234 179 8/var(--tw-border-opacity,1))}.md\:border-r-yellow-500\/0{border-right-color:#eab30800}.md\:border-r-yellow-500\/10{border-right-color:#eab3081a}.md\:border-r-yellow-500\/100{border-right-color:#eab308}.md\:border-r-yellow-500\/15{border-right-color:#eab30826}.md\:border-r-yellow-500\/20{border-right-color:#eab30833}.md\:border-r-yellow-500\/25{border-right-color:#eab30840}.md\:border-r-yellow-500\/30{border-right-color:#eab3084d}.md\:border-r-yellow-500\/35{border-right-color:#eab30859}.md\:border-r-yellow-500\/40{border-right-color:#eab30866}.md\:border-r-yellow-500\/45{border-right-color:#eab30873}.md\:border-r-yellow-500\/5{border-right-color:#eab3080d}.md\:border-r-yellow-500\/50{border-right-color:#eab30880}.md\:border-r-yellow-500\/55{border-right-color:#eab3088c}.md\:border-r-yellow-500\/60{border-right-color:#eab30899}.md\:border-r-yellow-500\/65{border-right-color:#eab308a6}.md\:border-r-yellow-500\/70{border-right-color:#eab308b3}.md\:border-r-yellow-500\/75{border-right-color:#eab308bf}.md\:border-r-yellow-500\/80{border-right-color:#eab308cc}.md\:border-r-yellow-500\/85{border-right-color:#eab308d9}.md\:border-r-yellow-500\/90{border-right-color:#eab308e6}.md\:border-r-yellow-500\/95{border-right-color:#eab308f2}.md\:border-r-yellow-600{--tw-border-opacity:1;border-right-color:rgb(202 138 4/var(--tw-border-opacity,1))}.md\:border-r-yellow-600\/0{border-right-color:#ca8a0400}.md\:border-r-yellow-600\/10{border-right-color:#ca8a041a}.md\:border-r-yellow-600\/100{border-right-color:#ca8a04}.md\:border-r-yellow-600\/15{border-right-color:#ca8a0426}.md\:border-r-yellow-600\/20{border-right-color:#ca8a0433}.md\:border-r-yellow-600\/25{border-right-color:#ca8a0440}.md\:border-r-yellow-600\/30{border-right-color:#ca8a044d}.md\:border-r-yellow-600\/35{border-right-color:#ca8a0459}.md\:border-r-yellow-600\/40{border-right-color:#ca8a0466}.md\:border-r-yellow-600\/45{border-right-color:#ca8a0473}.md\:border-r-yellow-600\/5{border-right-color:#ca8a040d}.md\:border-r-yellow-600\/50{border-right-color:#ca8a0480}.md\:border-r-yellow-600\/55{border-right-color:#ca8a048c}.md\:border-r-yellow-600\/60{border-right-color:#ca8a0499}.md\:border-r-yellow-600\/65{border-right-color:#ca8a04a6}.md\:border-r-yellow-600\/70{border-right-color:#ca8a04b3}.md\:border-r-yellow-600\/75{border-right-color:#ca8a04bf}.md\:border-r-yellow-600\/80{border-right-color:#ca8a04cc}.md\:border-r-yellow-600\/85{border-right-color:#ca8a04d9}.md\:border-r-yellow-600\/90{border-right-color:#ca8a04e6}.md\:border-r-yellow-600\/95{border-right-color:#ca8a04f2}.md\:border-r-yellow-700{--tw-border-opacity:1;border-right-color:rgb(161 98 7/var(--tw-border-opacity,1))}.md\:border-r-yellow-700\/0{border-right-color:#a1620700}.md\:border-r-yellow-700\/10{border-right-color:#a162071a}.md\:border-r-yellow-700\/100{border-right-color:#a16207}.md\:border-r-yellow-700\/15{border-right-color:#a1620726}.md\:border-r-yellow-700\/20{border-right-color:#a1620733}.md\:border-r-yellow-700\/25{border-right-color:#a1620740}.md\:border-r-yellow-700\/30{border-right-color:#a162074d}.md\:border-r-yellow-700\/35{border-right-color:#a1620759}.md\:border-r-yellow-700\/40{border-right-color:#a1620766}.md\:border-r-yellow-700\/45{border-right-color:#a1620773}.md\:border-r-yellow-700\/5{border-right-color:#a162070d}.md\:border-r-yellow-700\/50{border-right-color:#a1620780}.md\:border-r-yellow-700\/55{border-right-color:#a162078c}.md\:border-r-yellow-700\/60{border-right-color:#a1620799}.md\:border-r-yellow-700\/65{border-right-color:#a16207a6}.md\:border-r-yellow-700\/70{border-right-color:#a16207b3}.md\:border-r-yellow-700\/75{border-right-color:#a16207bf}.md\:border-r-yellow-700\/80{border-right-color:#a16207cc}.md\:border-r-yellow-700\/85{border-right-color:#a16207d9}.md\:border-r-yellow-700\/90{border-right-color:#a16207e6}.md\:border-r-yellow-700\/95{border-right-color:#a16207f2}.md\:border-r-yellow-800{--tw-border-opacity:1;border-right-color:rgb(133 77 14/var(--tw-border-opacity,1))}.md\:border-r-yellow-800\/0{border-right-color:#854d0e00}.md\:border-r-yellow-800\/10{border-right-color:#854d0e1a}.md\:border-r-yellow-800\/100{border-right-color:#854d0e}.md\:border-r-yellow-800\/15{border-right-color:#854d0e26}.md\:border-r-yellow-800\/20{border-right-color:#854d0e33}.md\:border-r-yellow-800\/25{border-right-color:#854d0e40}.md\:border-r-yellow-800\/30{border-right-color:#854d0e4d}.md\:border-r-yellow-800\/35{border-right-color:#854d0e59}.md\:border-r-yellow-800\/40{border-right-color:#854d0e66}.md\:border-r-yellow-800\/45{border-right-color:#854d0e73}.md\:border-r-yellow-800\/5{border-right-color:#854d0e0d}.md\:border-r-yellow-800\/50{border-right-color:#854d0e80}.md\:border-r-yellow-800\/55{border-right-color:#854d0e8c}.md\:border-r-yellow-800\/60{border-right-color:#854d0e99}.md\:border-r-yellow-800\/65{border-right-color:#854d0ea6}.md\:border-r-yellow-800\/70{border-right-color:#854d0eb3}.md\:border-r-yellow-800\/75{border-right-color:#854d0ebf}.md\:border-r-yellow-800\/80{border-right-color:#854d0ecc}.md\:border-r-yellow-800\/85{border-right-color:#854d0ed9}.md\:border-r-yellow-800\/90{border-right-color:#854d0ee6}.md\:border-r-yellow-800\/95{border-right-color:#854d0ef2}.md\:border-r-yellow-900{--tw-border-opacity:1;border-right-color:rgb(113 63 18/var(--tw-border-opacity,1))}.md\:border-r-yellow-900\/0{border-right-color:#713f1200}.md\:border-r-yellow-900\/10{border-right-color:#713f121a}.md\:border-r-yellow-900\/100{border-right-color:#713f12}.md\:border-r-yellow-900\/15{border-right-color:#713f1226}.md\:border-r-yellow-900\/20{border-right-color:#713f1233}.md\:border-r-yellow-900\/25{border-right-color:#713f1240}.md\:border-r-yellow-900\/30{border-right-color:#713f124d}.md\:border-r-yellow-900\/35{border-right-color:#713f1259}.md\:border-r-yellow-900\/40{border-right-color:#713f1266}.md\:border-r-yellow-900\/45{border-right-color:#713f1273}.md\:border-r-yellow-900\/5{border-right-color:#713f120d}.md\:border-r-yellow-900\/50{border-right-color:#713f1280}.md\:border-r-yellow-900\/55{border-right-color:#713f128c}.md\:border-r-yellow-900\/60{border-right-color:#713f1299}.md\:border-r-yellow-900\/65{border-right-color:#713f12a6}.md\:border-r-yellow-900\/70{border-right-color:#713f12b3}.md\:border-r-yellow-900\/75{border-right-color:#713f12bf}.md\:border-r-yellow-900\/80{border-right-color:#713f12cc}.md\:border-r-yellow-900\/85{border-right-color:#713f12d9}.md\:border-r-yellow-900\/90{border-right-color:#713f12e6}.md\:border-r-yellow-900\/95{border-right-color:#713f12f2}.md\:border-r-yellow-950{--tw-border-opacity:1;border-right-color:rgb(66 32 6/var(--tw-border-opacity,1))}.md\:border-r-yellow-950\/0{border-right-color:#42200600}.md\:border-r-yellow-950\/10{border-right-color:#4220061a}.md\:border-r-yellow-950\/100{border-right-color:#422006}.md\:border-r-yellow-950\/15{border-right-color:#42200626}.md\:border-r-yellow-950\/20{border-right-color:#42200633}.md\:border-r-yellow-950\/25{border-right-color:#42200640}.md\:border-r-yellow-950\/30{border-right-color:#4220064d}.md\:border-r-yellow-950\/35{border-right-color:#42200659}.md\:border-r-yellow-950\/40{border-right-color:#42200666}.md\:border-r-yellow-950\/45{border-right-color:#42200673}.md\:border-r-yellow-950\/5{border-right-color:#4220060d}.md\:border-r-yellow-950\/50{border-right-color:#42200680}.md\:border-r-yellow-950\/55{border-right-color:#4220068c}.md\:border-r-yellow-950\/60{border-right-color:#42200699}.md\:border-r-yellow-950\/65{border-right-color:#422006a6}.md\:border-r-yellow-950\/70{border-right-color:#422006b3}.md\:border-r-yellow-950\/75{border-right-color:#422006bf}.md\:border-r-yellow-950\/80{border-right-color:#422006cc}.md\:border-r-yellow-950\/85{border-right-color:#422006d9}.md\:border-r-yellow-950\/90{border-right-color:#422006e6}.md\:border-r-yellow-950\/95{border-right-color:#422006f2}.md\:border-s-yellow-100{--tw-border-opacity:1;border-inline-start-color:rgb(254 249 195/var(--tw-border-opacity,1))}.md\:border-s-yellow-100\/0{border-inline-start-color:#fef9c300}.md\:border-s-yellow-100\/10{border-inline-start-color:#fef9c31a}.md\:border-s-yellow-100\/100{border-inline-start-color:#fef9c3}.md\:border-s-yellow-100\/15{border-inline-start-color:#fef9c326}.md\:border-s-yellow-100\/20{border-inline-start-color:#fef9c333}.md\:border-s-yellow-100\/25{border-inline-start-color:#fef9c340}.md\:border-s-yellow-100\/30{border-inline-start-color:#fef9c34d}.md\:border-s-yellow-100\/35{border-inline-start-color:#fef9c359}.md\:border-s-yellow-100\/40{border-inline-start-color:#fef9c366}.md\:border-s-yellow-100\/45{border-inline-start-color:#fef9c373}.md\:border-s-yellow-100\/5{border-inline-start-color:#fef9c30d}.md\:border-s-yellow-100\/50{border-inline-start-color:#fef9c380}.md\:border-s-yellow-100\/55{border-inline-start-color:#fef9c38c}.md\:border-s-yellow-100\/60{border-inline-start-color:#fef9c399}.md\:border-s-yellow-100\/65{border-inline-start-color:#fef9c3a6}.md\:border-s-yellow-100\/70{border-inline-start-color:#fef9c3b3}.md\:border-s-yellow-100\/75{border-inline-start-color:#fef9c3bf}.md\:border-s-yellow-100\/80{border-inline-start-color:#fef9c3cc}.md\:border-s-yellow-100\/85{border-inline-start-color:#fef9c3d9}.md\:border-s-yellow-100\/90{border-inline-start-color:#fef9c3e6}.md\:border-s-yellow-100\/95{border-inline-start-color:#fef9c3f2}.md\:border-s-yellow-200{--tw-border-opacity:1;border-inline-start-color:rgb(254 240 138/var(--tw-border-opacity,1))}.md\:border-s-yellow-200\/0{border-inline-start-color:#fef08a00}.md\:border-s-yellow-200\/10{border-inline-start-color:#fef08a1a}.md\:border-s-yellow-200\/100{border-inline-start-color:#fef08a}.md\:border-s-yellow-200\/15{border-inline-start-color:#fef08a26}.md\:border-s-yellow-200\/20{border-inline-start-color:#fef08a33}.md\:border-s-yellow-200\/25{border-inline-start-color:#fef08a40}.md\:border-s-yellow-200\/30{border-inline-start-color:#fef08a4d}.md\:border-s-yellow-200\/35{border-inline-start-color:#fef08a59}.md\:border-s-yellow-200\/40{border-inline-start-color:#fef08a66}.md\:border-s-yellow-200\/45{border-inline-start-color:#fef08a73}.md\:border-s-yellow-200\/5{border-inline-start-color:#fef08a0d}.md\:border-s-yellow-200\/50{border-inline-start-color:#fef08a80}.md\:border-s-yellow-200\/55{border-inline-start-color:#fef08a8c}.md\:border-s-yellow-200\/60{border-inline-start-color:#fef08a99}.md\:border-s-yellow-200\/65{border-inline-start-color:#fef08aa6}.md\:border-s-yellow-200\/70{border-inline-start-color:#fef08ab3}.md\:border-s-yellow-200\/75{border-inline-start-color:#fef08abf}.md\:border-s-yellow-200\/80{border-inline-start-color:#fef08acc}.md\:border-s-yellow-200\/85{border-inline-start-color:#fef08ad9}.md\:border-s-yellow-200\/90{border-inline-start-color:#fef08ae6}.md\:border-s-yellow-200\/95{border-inline-start-color:#fef08af2}.md\:border-s-yellow-300{--tw-border-opacity:1;border-inline-start-color:rgb(253 224 71/var(--tw-border-opacity,1))}.md\:border-s-yellow-300\/0{border-inline-start-color:#fde04700}.md\:border-s-yellow-300\/10{border-inline-start-color:#fde0471a}.md\:border-s-yellow-300\/100{border-inline-start-color:#fde047}.md\:border-s-yellow-300\/15{border-inline-start-color:#fde04726}.md\:border-s-yellow-300\/20{border-inline-start-color:#fde04733}.md\:border-s-yellow-300\/25{border-inline-start-color:#fde04740}.md\:border-s-yellow-300\/30{border-inline-start-color:#fde0474d}.md\:border-s-yellow-300\/35{border-inline-start-color:#fde04759}.md\:border-s-yellow-300\/40{border-inline-start-color:#fde04766}.md\:border-s-yellow-300\/45{border-inline-start-color:#fde04773}.md\:border-s-yellow-300\/5{border-inline-start-color:#fde0470d}.md\:border-s-yellow-300\/50{border-inline-start-color:#fde04780}.md\:border-s-yellow-300\/55{border-inline-start-color:#fde0478c}.md\:border-s-yellow-300\/60{border-inline-start-color:#fde04799}.md\:border-s-yellow-300\/65{border-inline-start-color:#fde047a6}.md\:border-s-yellow-300\/70{border-inline-start-color:#fde047b3}.md\:border-s-yellow-300\/75{border-inline-start-color:#fde047bf}.md\:border-s-yellow-300\/80{border-inline-start-color:#fde047cc}.md\:border-s-yellow-300\/85{border-inline-start-color:#fde047d9}.md\:border-s-yellow-300\/90{border-inline-start-color:#fde047e6}.md\:border-s-yellow-300\/95{border-inline-start-color:#fde047f2}.md\:border-s-yellow-400{--tw-border-opacity:1;border-inline-start-color:rgb(250 204 21/var(--tw-border-opacity,1))}.md\:border-s-yellow-400\/0{border-inline-start-color:#facc1500}.md\:border-s-yellow-400\/10{border-inline-start-color:#facc151a}.md\:border-s-yellow-400\/100{border-inline-start-color:#facc15}.md\:border-s-yellow-400\/15{border-inline-start-color:#facc1526}.md\:border-s-yellow-400\/20{border-inline-start-color:#facc1533}.md\:border-s-yellow-400\/25{border-inline-start-color:#facc1540}.md\:border-s-yellow-400\/30{border-inline-start-color:#facc154d}.md\:border-s-yellow-400\/35{border-inline-start-color:#facc1559}.md\:border-s-yellow-400\/40{border-inline-start-color:#facc1566}.md\:border-s-yellow-400\/45{border-inline-start-color:#facc1573}.md\:border-s-yellow-400\/5{border-inline-start-color:#facc150d}.md\:border-s-yellow-400\/50{border-inline-start-color:#facc1580}.md\:border-s-yellow-400\/55{border-inline-start-color:#facc158c}.md\:border-s-yellow-400\/60{border-inline-start-color:#facc1599}.md\:border-s-yellow-400\/65{border-inline-start-color:#facc15a6}.md\:border-s-yellow-400\/70{border-inline-start-color:#facc15b3}.md\:border-s-yellow-400\/75{border-inline-start-color:#facc15bf}.md\:border-s-yellow-400\/80{border-inline-start-color:#facc15cc}.md\:border-s-yellow-400\/85{border-inline-start-color:#facc15d9}.md\:border-s-yellow-400\/90{border-inline-start-color:#facc15e6}.md\:border-s-yellow-400\/95{border-inline-start-color:#facc15f2}.md\:border-s-yellow-50{--tw-border-opacity:1;border-inline-start-color:rgb(254 252 232/var(--tw-border-opacity,1))}.md\:border-s-yellow-50\/0{border-inline-start-color:#fefce800}.md\:border-s-yellow-50\/10{border-inline-start-color:#fefce81a}.md\:border-s-yellow-50\/100{border-inline-start-color:#fefce8}.md\:border-s-yellow-50\/15{border-inline-start-color:#fefce826}.md\:border-s-yellow-50\/20{border-inline-start-color:#fefce833}.md\:border-s-yellow-50\/25{border-inline-start-color:#fefce840}.md\:border-s-yellow-50\/30{border-inline-start-color:#fefce84d}.md\:border-s-yellow-50\/35{border-inline-start-color:#fefce859}.md\:border-s-yellow-50\/40{border-inline-start-color:#fefce866}.md\:border-s-yellow-50\/45{border-inline-start-color:#fefce873}.md\:border-s-yellow-50\/5{border-inline-start-color:#fefce80d}.md\:border-s-yellow-50\/50{border-inline-start-color:#fefce880}.md\:border-s-yellow-50\/55{border-inline-start-color:#fefce88c}.md\:border-s-yellow-50\/60{border-inline-start-color:#fefce899}.md\:border-s-yellow-50\/65{border-inline-start-color:#fefce8a6}.md\:border-s-yellow-50\/70{border-inline-start-color:#fefce8b3}.md\:border-s-yellow-50\/75{border-inline-start-color:#fefce8bf}.md\:border-s-yellow-50\/80{border-inline-start-color:#fefce8cc}.md\:border-s-yellow-50\/85{border-inline-start-color:#fefce8d9}.md\:border-s-yellow-50\/90{border-inline-start-color:#fefce8e6}.md\:border-s-yellow-50\/95{border-inline-start-color:#fefce8f2}.md\:border-s-yellow-500{--tw-border-opacity:1;border-inline-start-color:rgb(234 179 8/var(--tw-border-opacity,1))}.md\:border-s-yellow-500\/0{border-inline-start-color:#eab30800}.md\:border-s-yellow-500\/10{border-inline-start-color:#eab3081a}.md\:border-s-yellow-500\/100{border-inline-start-color:#eab308}.md\:border-s-yellow-500\/15{border-inline-start-color:#eab30826}.md\:border-s-yellow-500\/20{border-inline-start-color:#eab30833}.md\:border-s-yellow-500\/25{border-inline-start-color:#eab30840}.md\:border-s-yellow-500\/30{border-inline-start-color:#eab3084d}.md\:border-s-yellow-500\/35{border-inline-start-color:#eab30859}.md\:border-s-yellow-500\/40{border-inline-start-color:#eab30866}.md\:border-s-yellow-500\/45{border-inline-start-color:#eab30873}.md\:border-s-yellow-500\/5{border-inline-start-color:#eab3080d}.md\:border-s-yellow-500\/50{border-inline-start-color:#eab30880}.md\:border-s-yellow-500\/55{border-inline-start-color:#eab3088c}.md\:border-s-yellow-500\/60{border-inline-start-color:#eab30899}.md\:border-s-yellow-500\/65{border-inline-start-color:#eab308a6}.md\:border-s-yellow-500\/70{border-inline-start-color:#eab308b3}.md\:border-s-yellow-500\/75{border-inline-start-color:#eab308bf}.md\:border-s-yellow-500\/80{border-inline-start-color:#eab308cc}.md\:border-s-yellow-500\/85{border-inline-start-color:#eab308d9}.md\:border-s-yellow-500\/90{border-inline-start-color:#eab308e6}.md\:border-s-yellow-500\/95{border-inline-start-color:#eab308f2}.md\:border-s-yellow-600{--tw-border-opacity:1;border-inline-start-color:rgb(202 138 4/var(--tw-border-opacity,1))}.md\:border-s-yellow-600\/0{border-inline-start-color:#ca8a0400}.md\:border-s-yellow-600\/10{border-inline-start-color:#ca8a041a}.md\:border-s-yellow-600\/100{border-inline-start-color:#ca8a04}.md\:border-s-yellow-600\/15{border-inline-start-color:#ca8a0426}.md\:border-s-yellow-600\/20{border-inline-start-color:#ca8a0433}.md\:border-s-yellow-600\/25{border-inline-start-color:#ca8a0440}.md\:border-s-yellow-600\/30{border-inline-start-color:#ca8a044d}.md\:border-s-yellow-600\/35{border-inline-start-color:#ca8a0459}.md\:border-s-yellow-600\/40{border-inline-start-color:#ca8a0466}.md\:border-s-yellow-600\/45{border-inline-start-color:#ca8a0473}.md\:border-s-yellow-600\/5{border-inline-start-color:#ca8a040d}.md\:border-s-yellow-600\/50{border-inline-start-color:#ca8a0480}.md\:border-s-yellow-600\/55{border-inline-start-color:#ca8a048c}.md\:border-s-yellow-600\/60{border-inline-start-color:#ca8a0499}.md\:border-s-yellow-600\/65{border-inline-start-color:#ca8a04a6}.md\:border-s-yellow-600\/70{border-inline-start-color:#ca8a04b3}.md\:border-s-yellow-600\/75{border-inline-start-color:#ca8a04bf}.md\:border-s-yellow-600\/80{border-inline-start-color:#ca8a04cc}.md\:border-s-yellow-600\/85{border-inline-start-color:#ca8a04d9}.md\:border-s-yellow-600\/90{border-inline-start-color:#ca8a04e6}.md\:border-s-yellow-600\/95{border-inline-start-color:#ca8a04f2}.md\:border-s-yellow-700{--tw-border-opacity:1;border-inline-start-color:rgb(161 98 7/var(--tw-border-opacity,1))}.md\:border-s-yellow-700\/0{border-inline-start-color:#a1620700}.md\:border-s-yellow-700\/10{border-inline-start-color:#a162071a}.md\:border-s-yellow-700\/100{border-inline-start-color:#a16207}.md\:border-s-yellow-700\/15{border-inline-start-color:#a1620726}.md\:border-s-yellow-700\/20{border-inline-start-color:#a1620733}.md\:border-s-yellow-700\/25{border-inline-start-color:#a1620740}.md\:border-s-yellow-700\/30{border-inline-start-color:#a162074d}.md\:border-s-yellow-700\/35{border-inline-start-color:#a1620759}.md\:border-s-yellow-700\/40{border-inline-start-color:#a1620766}.md\:border-s-yellow-700\/45{border-inline-start-color:#a1620773}.md\:border-s-yellow-700\/5{border-inline-start-color:#a162070d}.md\:border-s-yellow-700\/50{border-inline-start-color:#a1620780}.md\:border-s-yellow-700\/55{border-inline-start-color:#a162078c}.md\:border-s-yellow-700\/60{border-inline-start-color:#a1620799}.md\:border-s-yellow-700\/65{border-inline-start-color:#a16207a6}.md\:border-s-yellow-700\/70{border-inline-start-color:#a16207b3}.md\:border-s-yellow-700\/75{border-inline-start-color:#a16207bf}.md\:border-s-yellow-700\/80{border-inline-start-color:#a16207cc}.md\:border-s-yellow-700\/85{border-inline-start-color:#a16207d9}.md\:border-s-yellow-700\/90{border-inline-start-color:#a16207e6}.md\:border-s-yellow-700\/95{border-inline-start-color:#a16207f2}.md\:border-s-yellow-800{--tw-border-opacity:1;border-inline-start-color:rgb(133 77 14/var(--tw-border-opacity,1))}.md\:border-s-yellow-800\/0{border-inline-start-color:#854d0e00}.md\:border-s-yellow-800\/10{border-inline-start-color:#854d0e1a}.md\:border-s-yellow-800\/100{border-inline-start-color:#854d0e}.md\:border-s-yellow-800\/15{border-inline-start-color:#854d0e26}.md\:border-s-yellow-800\/20{border-inline-start-color:#854d0e33}.md\:border-s-yellow-800\/25{border-inline-start-color:#854d0e40}.md\:border-s-yellow-800\/30{border-inline-start-color:#854d0e4d}.md\:border-s-yellow-800\/35{border-inline-start-color:#854d0e59}.md\:border-s-yellow-800\/40{border-inline-start-color:#854d0e66}.md\:border-s-yellow-800\/45{border-inline-start-color:#854d0e73}.md\:border-s-yellow-800\/5{border-inline-start-color:#854d0e0d}.md\:border-s-yellow-800\/50{border-inline-start-color:#854d0e80}.md\:border-s-yellow-800\/55{border-inline-start-color:#854d0e8c}.md\:border-s-yellow-800\/60{border-inline-start-color:#854d0e99}.md\:border-s-yellow-800\/65{border-inline-start-color:#854d0ea6}.md\:border-s-yellow-800\/70{border-inline-start-color:#854d0eb3}.md\:border-s-yellow-800\/75{border-inline-start-color:#854d0ebf}.md\:border-s-yellow-800\/80{border-inline-start-color:#854d0ecc}.md\:border-s-yellow-800\/85{border-inline-start-color:#854d0ed9}.md\:border-s-yellow-800\/90{border-inline-start-color:#854d0ee6}.md\:border-s-yellow-800\/95{border-inline-start-color:#854d0ef2}.md\:border-s-yellow-900{--tw-border-opacity:1;border-inline-start-color:rgb(113 63 18/var(--tw-border-opacity,1))}.md\:border-s-yellow-900\/0{border-inline-start-color:#713f1200}.md\:border-s-yellow-900\/10{border-inline-start-color:#713f121a}.md\:border-s-yellow-900\/100{border-inline-start-color:#713f12}.md\:border-s-yellow-900\/15{border-inline-start-color:#713f1226}.md\:border-s-yellow-900\/20{border-inline-start-color:#713f1233}.md\:border-s-yellow-900\/25{border-inline-start-color:#713f1240}.md\:border-s-yellow-900\/30{border-inline-start-color:#713f124d}.md\:border-s-yellow-900\/35{border-inline-start-color:#713f1259}.md\:border-s-yellow-900\/40{border-inline-start-color:#713f1266}.md\:border-s-yellow-900\/45{border-inline-start-color:#713f1273}.md\:border-s-yellow-900\/5{border-inline-start-color:#713f120d}.md\:border-s-yellow-900\/50{border-inline-start-color:#713f1280}.md\:border-s-yellow-900\/55{border-inline-start-color:#713f128c}.md\:border-s-yellow-900\/60{border-inline-start-color:#713f1299}.md\:border-s-yellow-900\/65{border-inline-start-color:#713f12a6}.md\:border-s-yellow-900\/70{border-inline-start-color:#713f12b3}.md\:border-s-yellow-900\/75{border-inline-start-color:#713f12bf}.md\:border-s-yellow-900\/80{border-inline-start-color:#713f12cc}.md\:border-s-yellow-900\/85{border-inline-start-color:#713f12d9}.md\:border-s-yellow-900\/90{border-inline-start-color:#713f12e6}.md\:border-s-yellow-900\/95{border-inline-start-color:#713f12f2}.md\:border-s-yellow-950{--tw-border-opacity:1;border-inline-start-color:rgb(66 32 6/var(--tw-border-opacity,1))}.md\:border-s-yellow-950\/0{border-inline-start-color:#42200600}.md\:border-s-yellow-950\/10{border-inline-start-color:#4220061a}.md\:border-s-yellow-950\/100{border-inline-start-color:#422006}.md\:border-s-yellow-950\/15{border-inline-start-color:#42200626}.md\:border-s-yellow-950\/20{border-inline-start-color:#42200633}.md\:border-s-yellow-950\/25{border-inline-start-color:#42200640}.md\:border-s-yellow-950\/30{border-inline-start-color:#4220064d}.md\:border-s-yellow-950\/35{border-inline-start-color:#42200659}.md\:border-s-yellow-950\/40{border-inline-start-color:#42200666}.md\:border-s-yellow-950\/45{border-inline-start-color:#42200673}.md\:border-s-yellow-950\/5{border-inline-start-color:#4220060d}.md\:border-s-yellow-950\/50{border-inline-start-color:#42200680}.md\:border-s-yellow-950\/55{border-inline-start-color:#4220068c}.md\:border-s-yellow-950\/60{border-inline-start-color:#42200699}.md\:border-s-yellow-950\/65{border-inline-start-color:#422006a6}.md\:border-s-yellow-950\/70{border-inline-start-color:#422006b3}.md\:border-s-yellow-950\/75{border-inline-start-color:#422006bf}.md\:border-s-yellow-950\/80{border-inline-start-color:#422006cc}.md\:border-s-yellow-950\/85{border-inline-start-color:#422006d9}.md\:border-s-yellow-950\/90{border-inline-start-color:#422006e6}.md\:border-s-yellow-950\/95{border-inline-start-color:#422006f2}.md\:border-t-yellow-100{--tw-border-opacity:1;border-top-color:rgb(254 249 195/var(--tw-border-opacity,1))}.md\:border-t-yellow-100\/0{border-top-color:#fef9c300}.md\:border-t-yellow-100\/10{border-top-color:#fef9c31a}.md\:border-t-yellow-100\/100{border-top-color:#fef9c3}.md\:border-t-yellow-100\/15{border-top-color:#fef9c326}.md\:border-t-yellow-100\/20{border-top-color:#fef9c333}.md\:border-t-yellow-100\/25{border-top-color:#fef9c340}.md\:border-t-yellow-100\/30{border-top-color:#fef9c34d}.md\:border-t-yellow-100\/35{border-top-color:#fef9c359}.md\:border-t-yellow-100\/40{border-top-color:#fef9c366}.md\:border-t-yellow-100\/45{border-top-color:#fef9c373}.md\:border-t-yellow-100\/5{border-top-color:#fef9c30d}.md\:border-t-yellow-100\/50{border-top-color:#fef9c380}.md\:border-t-yellow-100\/55{border-top-color:#fef9c38c}.md\:border-t-yellow-100\/60{border-top-color:#fef9c399}.md\:border-t-yellow-100\/65{border-top-color:#fef9c3a6}.md\:border-t-yellow-100\/70{border-top-color:#fef9c3b3}.md\:border-t-yellow-100\/75{border-top-color:#fef9c3bf}.md\:border-t-yellow-100\/80{border-top-color:#fef9c3cc}.md\:border-t-yellow-100\/85{border-top-color:#fef9c3d9}.md\:border-t-yellow-100\/90{border-top-color:#fef9c3e6}.md\:border-t-yellow-100\/95{border-top-color:#fef9c3f2}.md\:border-t-yellow-200{--tw-border-opacity:1;border-top-color:rgb(254 240 138/var(--tw-border-opacity,1))}.md\:border-t-yellow-200\/0{border-top-color:#fef08a00}.md\:border-t-yellow-200\/10{border-top-color:#fef08a1a}.md\:border-t-yellow-200\/100{border-top-color:#fef08a}.md\:border-t-yellow-200\/15{border-top-color:#fef08a26}.md\:border-t-yellow-200\/20{border-top-color:#fef08a33}.md\:border-t-yellow-200\/25{border-top-color:#fef08a40}.md\:border-t-yellow-200\/30{border-top-color:#fef08a4d}.md\:border-t-yellow-200\/35{border-top-color:#fef08a59}.md\:border-t-yellow-200\/40{border-top-color:#fef08a66}.md\:border-t-yellow-200\/45{border-top-color:#fef08a73}.md\:border-t-yellow-200\/5{border-top-color:#fef08a0d}.md\:border-t-yellow-200\/50{border-top-color:#fef08a80}.md\:border-t-yellow-200\/55{border-top-color:#fef08a8c}.md\:border-t-yellow-200\/60{border-top-color:#fef08a99}.md\:border-t-yellow-200\/65{border-top-color:#fef08aa6}.md\:border-t-yellow-200\/70{border-top-color:#fef08ab3}.md\:border-t-yellow-200\/75{border-top-color:#fef08abf}.md\:border-t-yellow-200\/80{border-top-color:#fef08acc}.md\:border-t-yellow-200\/85{border-top-color:#fef08ad9}.md\:border-t-yellow-200\/90{border-top-color:#fef08ae6}.md\:border-t-yellow-200\/95{border-top-color:#fef08af2}.md\:border-t-yellow-300{--tw-border-opacity:1;border-top-color:rgb(253 224 71/var(--tw-border-opacity,1))}.md\:border-t-yellow-300\/0{border-top-color:#fde04700}.md\:border-t-yellow-300\/10{border-top-color:#fde0471a}.md\:border-t-yellow-300\/100{border-top-color:#fde047}.md\:border-t-yellow-300\/15{border-top-color:#fde04726}.md\:border-t-yellow-300\/20{border-top-color:#fde04733}.md\:border-t-yellow-300\/25{border-top-color:#fde04740}.md\:border-t-yellow-300\/30{border-top-color:#fde0474d}.md\:border-t-yellow-300\/35{border-top-color:#fde04759}.md\:border-t-yellow-300\/40{border-top-color:#fde04766}.md\:border-t-yellow-300\/45{border-top-color:#fde04773}.md\:border-t-yellow-300\/5{border-top-color:#fde0470d}.md\:border-t-yellow-300\/50{border-top-color:#fde04780}.md\:border-t-yellow-300\/55{border-top-color:#fde0478c}.md\:border-t-yellow-300\/60{border-top-color:#fde04799}.md\:border-t-yellow-300\/65{border-top-color:#fde047a6}.md\:border-t-yellow-300\/70{border-top-color:#fde047b3}.md\:border-t-yellow-300\/75{border-top-color:#fde047bf}.md\:border-t-yellow-300\/80{border-top-color:#fde047cc}.md\:border-t-yellow-300\/85{border-top-color:#fde047d9}.md\:border-t-yellow-300\/90{border-top-color:#fde047e6}.md\:border-t-yellow-300\/95{border-top-color:#fde047f2}.md\:border-t-yellow-400{--tw-border-opacity:1;border-top-color:rgb(250 204 21/var(--tw-border-opacity,1))}.md\:border-t-yellow-400\/0{border-top-color:#facc1500}.md\:border-t-yellow-400\/10{border-top-color:#facc151a}.md\:border-t-yellow-400\/100{border-top-color:#facc15}.md\:border-t-yellow-400\/15{border-top-color:#facc1526}.md\:border-t-yellow-400\/20{border-top-color:#facc1533}.md\:border-t-yellow-400\/25{border-top-color:#facc1540}.md\:border-t-yellow-400\/30{border-top-color:#facc154d}.md\:border-t-yellow-400\/35{border-top-color:#facc1559}.md\:border-t-yellow-400\/40{border-top-color:#facc1566}.md\:border-t-yellow-400\/45{border-top-color:#facc1573}.md\:border-t-yellow-400\/5{border-top-color:#facc150d}.md\:border-t-yellow-400\/50{border-top-color:#facc1580}.md\:border-t-yellow-400\/55{border-top-color:#facc158c}.md\:border-t-yellow-400\/60{border-top-color:#facc1599}.md\:border-t-yellow-400\/65{border-top-color:#facc15a6}.md\:border-t-yellow-400\/70{border-top-color:#facc15b3}.md\:border-t-yellow-400\/75{border-top-color:#facc15bf}.md\:border-t-yellow-400\/80{border-top-color:#facc15cc}.md\:border-t-yellow-400\/85{border-top-color:#facc15d9}.md\:border-t-yellow-400\/90{border-top-color:#facc15e6}.md\:border-t-yellow-400\/95{border-top-color:#facc15f2}.md\:border-t-yellow-50{--tw-border-opacity:1;border-top-color:rgb(254 252 232/var(--tw-border-opacity,1))}.md\:border-t-yellow-50\/0{border-top-color:#fefce800}.md\:border-t-yellow-50\/10{border-top-color:#fefce81a}.md\:border-t-yellow-50\/100{border-top-color:#fefce8}.md\:border-t-yellow-50\/15{border-top-color:#fefce826}.md\:border-t-yellow-50\/20{border-top-color:#fefce833}.md\:border-t-yellow-50\/25{border-top-color:#fefce840}.md\:border-t-yellow-50\/30{border-top-color:#fefce84d}.md\:border-t-yellow-50\/35{border-top-color:#fefce859}.md\:border-t-yellow-50\/40{border-top-color:#fefce866}.md\:border-t-yellow-50\/45{border-top-color:#fefce873}.md\:border-t-yellow-50\/5{border-top-color:#fefce80d}.md\:border-t-yellow-50\/50{border-top-color:#fefce880}.md\:border-t-yellow-50\/55{border-top-color:#fefce88c}.md\:border-t-yellow-50\/60{border-top-color:#fefce899}.md\:border-t-yellow-50\/65{border-top-color:#fefce8a6}.md\:border-t-yellow-50\/70{border-top-color:#fefce8b3}.md\:border-t-yellow-50\/75{border-top-color:#fefce8bf}.md\:border-t-yellow-50\/80{border-top-color:#fefce8cc}.md\:border-t-yellow-50\/85{border-top-color:#fefce8d9}.md\:border-t-yellow-50\/90{border-top-color:#fefce8e6}.md\:border-t-yellow-50\/95{border-top-color:#fefce8f2}.md\:border-t-yellow-500{--tw-border-opacity:1;border-top-color:rgb(234 179 8/var(--tw-border-opacity,1))}.md\:border-t-yellow-500\/0{border-top-color:#eab30800}.md\:border-t-yellow-500\/10{border-top-color:#eab3081a}.md\:border-t-yellow-500\/100{border-top-color:#eab308}.md\:border-t-yellow-500\/15{border-top-color:#eab30826}.md\:border-t-yellow-500\/20{border-top-color:#eab30833}.md\:border-t-yellow-500\/25{border-top-color:#eab30840}.md\:border-t-yellow-500\/30{border-top-color:#eab3084d}.md\:border-t-yellow-500\/35{border-top-color:#eab30859}.md\:border-t-yellow-500\/40{border-top-color:#eab30866}.md\:border-t-yellow-500\/45{border-top-color:#eab30873}.md\:border-t-yellow-500\/5{border-top-color:#eab3080d}.md\:border-t-yellow-500\/50{border-top-color:#eab30880}.md\:border-t-yellow-500\/55{border-top-color:#eab3088c}.md\:border-t-yellow-500\/60{border-top-color:#eab30899}.md\:border-t-yellow-500\/65{border-top-color:#eab308a6}.md\:border-t-yellow-500\/70{border-top-color:#eab308b3}.md\:border-t-yellow-500\/75{border-top-color:#eab308bf}.md\:border-t-yellow-500\/80{border-top-color:#eab308cc}.md\:border-t-yellow-500\/85{border-top-color:#eab308d9}.md\:border-t-yellow-500\/90{border-top-color:#eab308e6}.md\:border-t-yellow-500\/95{border-top-color:#eab308f2}.md\:border-t-yellow-600{--tw-border-opacity:1;border-top-color:rgb(202 138 4/var(--tw-border-opacity,1))}.md\:border-t-yellow-600\/0{border-top-color:#ca8a0400}.md\:border-t-yellow-600\/10{border-top-color:#ca8a041a}.md\:border-t-yellow-600\/100{border-top-color:#ca8a04}.md\:border-t-yellow-600\/15{border-top-color:#ca8a0426}.md\:border-t-yellow-600\/20{border-top-color:#ca8a0433}.md\:border-t-yellow-600\/25{border-top-color:#ca8a0440}.md\:border-t-yellow-600\/30{border-top-color:#ca8a044d}.md\:border-t-yellow-600\/35{border-top-color:#ca8a0459}.md\:border-t-yellow-600\/40{border-top-color:#ca8a0466}.md\:border-t-yellow-600\/45{border-top-color:#ca8a0473}.md\:border-t-yellow-600\/5{border-top-color:#ca8a040d}.md\:border-t-yellow-600\/50{border-top-color:#ca8a0480}.md\:border-t-yellow-600\/55{border-top-color:#ca8a048c}.md\:border-t-yellow-600\/60{border-top-color:#ca8a0499}.md\:border-t-yellow-600\/65{border-top-color:#ca8a04a6}.md\:border-t-yellow-600\/70{border-top-color:#ca8a04b3}.md\:border-t-yellow-600\/75{border-top-color:#ca8a04bf}.md\:border-t-yellow-600\/80{border-top-color:#ca8a04cc}.md\:border-t-yellow-600\/85{border-top-color:#ca8a04d9}.md\:border-t-yellow-600\/90{border-top-color:#ca8a04e6}.md\:border-t-yellow-600\/95{border-top-color:#ca8a04f2}.md\:border-t-yellow-700{--tw-border-opacity:1;border-top-color:rgb(161 98 7/var(--tw-border-opacity,1))}.md\:border-t-yellow-700\/0{border-top-color:#a1620700}.md\:border-t-yellow-700\/10{border-top-color:#a162071a}.md\:border-t-yellow-700\/100{border-top-color:#a16207}.md\:border-t-yellow-700\/15{border-top-color:#a1620726}.md\:border-t-yellow-700\/20{border-top-color:#a1620733}.md\:border-t-yellow-700\/25{border-top-color:#a1620740}.md\:border-t-yellow-700\/30{border-top-color:#a162074d}.md\:border-t-yellow-700\/35{border-top-color:#a1620759}.md\:border-t-yellow-700\/40{border-top-color:#a1620766}.md\:border-t-yellow-700\/45{border-top-color:#a1620773}.md\:border-t-yellow-700\/5{border-top-color:#a162070d}.md\:border-t-yellow-700\/50{border-top-color:#a1620780}.md\:border-t-yellow-700\/55{border-top-color:#a162078c}.md\:border-t-yellow-700\/60{border-top-color:#a1620799}.md\:border-t-yellow-700\/65{border-top-color:#a16207a6}.md\:border-t-yellow-700\/70{border-top-color:#a16207b3}.md\:border-t-yellow-700\/75{border-top-color:#a16207bf}.md\:border-t-yellow-700\/80{border-top-color:#a16207cc}.md\:border-t-yellow-700\/85{border-top-color:#a16207d9}.md\:border-t-yellow-700\/90{border-top-color:#a16207e6}.md\:border-t-yellow-700\/95{border-top-color:#a16207f2}.md\:border-t-yellow-800{--tw-border-opacity:1;border-top-color:rgb(133 77 14/var(--tw-border-opacity,1))}.md\:border-t-yellow-800\/0{border-top-color:#854d0e00}.md\:border-t-yellow-800\/10{border-top-color:#854d0e1a}.md\:border-t-yellow-800\/100{border-top-color:#854d0e}.md\:border-t-yellow-800\/15{border-top-color:#854d0e26}.md\:border-t-yellow-800\/20{border-top-color:#854d0e33}.md\:border-t-yellow-800\/25{border-top-color:#854d0e40}.md\:border-t-yellow-800\/30{border-top-color:#854d0e4d}.md\:border-t-yellow-800\/35{border-top-color:#854d0e59}.md\:border-t-yellow-800\/40{border-top-color:#854d0e66}.md\:border-t-yellow-800\/45{border-top-color:#854d0e73}.md\:border-t-yellow-800\/5{border-top-color:#854d0e0d}.md\:border-t-yellow-800\/50{border-top-color:#854d0e80}.md\:border-t-yellow-800\/55{border-top-color:#854d0e8c}.md\:border-t-yellow-800\/60{border-top-color:#854d0e99}.md\:border-t-yellow-800\/65{border-top-color:#854d0ea6}.md\:border-t-yellow-800\/70{border-top-color:#854d0eb3}.md\:border-t-yellow-800\/75{border-top-color:#854d0ebf}.md\:border-t-yellow-800\/80{border-top-color:#854d0ecc}.md\:border-t-yellow-800\/85{border-top-color:#854d0ed9}.md\:border-t-yellow-800\/90{border-top-color:#854d0ee6}.md\:border-t-yellow-800\/95{border-top-color:#854d0ef2}.md\:border-t-yellow-900{--tw-border-opacity:1;border-top-color:rgb(113 63 18/var(--tw-border-opacity,1))}.md\:border-t-yellow-900\/0{border-top-color:#713f1200}.md\:border-t-yellow-900\/10{border-top-color:#713f121a}.md\:border-t-yellow-900\/100{border-top-color:#713f12}.md\:border-t-yellow-900\/15{border-top-color:#713f1226}.md\:border-t-yellow-900\/20{border-top-color:#713f1233}.md\:border-t-yellow-900\/25{border-top-color:#713f1240}.md\:border-t-yellow-900\/30{border-top-color:#713f124d}.md\:border-t-yellow-900\/35{border-top-color:#713f1259}.md\:border-t-yellow-900\/40{border-top-color:#713f1266}.md\:border-t-yellow-900\/45{border-top-color:#713f1273}.md\:border-t-yellow-900\/5{border-top-color:#713f120d}.md\:border-t-yellow-900\/50{border-top-color:#713f1280}.md\:border-t-yellow-900\/55{border-top-color:#713f128c}.md\:border-t-yellow-900\/60{border-top-color:#713f1299}.md\:border-t-yellow-900\/65{border-top-color:#713f12a6}.md\:border-t-yellow-900\/70{border-top-color:#713f12b3}.md\:border-t-yellow-900\/75{border-top-color:#713f12bf}.md\:border-t-yellow-900\/80{border-top-color:#713f12cc}.md\:border-t-yellow-900\/85{border-top-color:#713f12d9}.md\:border-t-yellow-900\/90{border-top-color:#713f12e6}.md\:border-t-yellow-900\/95{border-top-color:#713f12f2}.md\:border-t-yellow-950{--tw-border-opacity:1;border-top-color:rgb(66 32 6/var(--tw-border-opacity,1))}.md\:border-t-yellow-950\/0{border-top-color:#42200600}.md\:border-t-yellow-950\/10{border-top-color:#4220061a}.md\:border-t-yellow-950\/100{border-top-color:#422006}.md\:border-t-yellow-950\/15{border-top-color:#42200626}.md\:border-t-yellow-950\/20{border-top-color:#42200633}.md\:border-t-yellow-950\/25{border-top-color:#42200640}.md\:border-t-yellow-950\/30{border-top-color:#4220064d}.md\:border-t-yellow-950\/35{border-top-color:#42200659}.md\:border-t-yellow-950\/40{border-top-color:#42200666}.md\:border-t-yellow-950\/45{border-top-color:#42200673}.md\:border-t-yellow-950\/5{border-top-color:#4220060d}.md\:border-t-yellow-950\/50{border-top-color:#42200680}.md\:border-t-yellow-950\/55{border-top-color:#4220068c}.md\:border-t-yellow-950\/60{border-top-color:#42200699}.md\:border-t-yellow-950\/65{border-top-color:#422006a6}.md\:border-t-yellow-950\/70{border-top-color:#422006b3}.md\:border-t-yellow-950\/75{border-top-color:#422006bf}.md\:border-t-yellow-950\/80{border-top-color:#422006cc}.md\:border-t-yellow-950\/85{border-top-color:#422006d9}.md\:border-t-yellow-950\/90{border-top-color:#422006e6}.md\:border-t-yellow-950\/95{border-top-color:#422006f2}.md\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.md\:bg-yellow-100\/0{background-color:#fef9c300}.md\:bg-yellow-100\/10{background-color:#fef9c31a}.md\:bg-yellow-100\/100{background-color:#fef9c3}.md\:bg-yellow-100\/15{background-color:#fef9c326}.md\:bg-yellow-100\/20{background-color:#fef9c333}.md\:bg-yellow-100\/25{background-color:#fef9c340}.md\:bg-yellow-100\/30{background-color:#fef9c34d}.md\:bg-yellow-100\/35{background-color:#fef9c359}.md\:bg-yellow-100\/40{background-color:#fef9c366}.md\:bg-yellow-100\/45{background-color:#fef9c373}.md\:bg-yellow-100\/5{background-color:#fef9c30d}.md\:bg-yellow-100\/50{background-color:#fef9c380}.md\:bg-yellow-100\/55{background-color:#fef9c38c}.md\:bg-yellow-100\/60{background-color:#fef9c399}.md\:bg-yellow-100\/65{background-color:#fef9c3a6}.md\:bg-yellow-100\/70{background-color:#fef9c3b3}.md\:bg-yellow-100\/75{background-color:#fef9c3bf}.md\:bg-yellow-100\/80{background-color:#fef9c3cc}.md\:bg-yellow-100\/85{background-color:#fef9c3d9}.md\:bg-yellow-100\/90{background-color:#fef9c3e6}.md\:bg-yellow-100\/95{background-color:#fef9c3f2}.md\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.md\:bg-yellow-200\/0{background-color:#fef08a00}.md\:bg-yellow-200\/10{background-color:#fef08a1a}.md\:bg-yellow-200\/100{background-color:#fef08a}.md\:bg-yellow-200\/15{background-color:#fef08a26}.md\:bg-yellow-200\/20{background-color:#fef08a33}.md\:bg-yellow-200\/25{background-color:#fef08a40}.md\:bg-yellow-200\/30{background-color:#fef08a4d}.md\:bg-yellow-200\/35{background-color:#fef08a59}.md\:bg-yellow-200\/40{background-color:#fef08a66}.md\:bg-yellow-200\/45{background-color:#fef08a73}.md\:bg-yellow-200\/5{background-color:#fef08a0d}.md\:bg-yellow-200\/50{background-color:#fef08a80}.md\:bg-yellow-200\/55{background-color:#fef08a8c}.md\:bg-yellow-200\/60{background-color:#fef08a99}.md\:bg-yellow-200\/65{background-color:#fef08aa6}.md\:bg-yellow-200\/70{background-color:#fef08ab3}.md\:bg-yellow-200\/75{background-color:#fef08abf}.md\:bg-yellow-200\/80{background-color:#fef08acc}.md\:bg-yellow-200\/85{background-color:#fef08ad9}.md\:bg-yellow-200\/90{background-color:#fef08ae6}.md\:bg-yellow-200\/95{background-color:#fef08af2}.md\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity,1))}.md\:bg-yellow-300\/0{background-color:#fde04700}.md\:bg-yellow-300\/10{background-color:#fde0471a}.md\:bg-yellow-300\/100{background-color:#fde047}.md\:bg-yellow-300\/15{background-color:#fde04726}.md\:bg-yellow-300\/20{background-color:#fde04733}.md\:bg-yellow-300\/25{background-color:#fde04740}.md\:bg-yellow-300\/30{background-color:#fde0474d}.md\:bg-yellow-300\/35{background-color:#fde04759}.md\:bg-yellow-300\/40{background-color:#fde04766}.md\:bg-yellow-300\/45{background-color:#fde04773}.md\:bg-yellow-300\/5{background-color:#fde0470d}.md\:bg-yellow-300\/50{background-color:#fde04780}.md\:bg-yellow-300\/55{background-color:#fde0478c}.md\:bg-yellow-300\/60{background-color:#fde04799}.md\:bg-yellow-300\/65{background-color:#fde047a6}.md\:bg-yellow-300\/70{background-color:#fde047b3}.md\:bg-yellow-300\/75{background-color:#fde047bf}.md\:bg-yellow-300\/80{background-color:#fde047cc}.md\:bg-yellow-300\/85{background-color:#fde047d9}.md\:bg-yellow-300\/90{background-color:#fde047e6}.md\:bg-yellow-300\/95{background-color:#fde047f2}.md\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.md\:bg-yellow-400\/0{background-color:#facc1500}.md\:bg-yellow-400\/10{background-color:#facc151a}.md\:bg-yellow-400\/100{background-color:#facc15}.md\:bg-yellow-400\/15{background-color:#facc1526}.md\:bg-yellow-400\/20{background-color:#facc1533}.md\:bg-yellow-400\/25{background-color:#facc1540}.md\:bg-yellow-400\/30{background-color:#facc154d}.md\:bg-yellow-400\/35{background-color:#facc1559}.md\:bg-yellow-400\/40{background-color:#facc1566}.md\:bg-yellow-400\/45{background-color:#facc1573}.md\:bg-yellow-400\/5{background-color:#facc150d}.md\:bg-yellow-400\/50{background-color:#facc1580}.md\:bg-yellow-400\/55{background-color:#facc158c}.md\:bg-yellow-400\/60{background-color:#facc1599}.md\:bg-yellow-400\/65{background-color:#facc15a6}.md\:bg-yellow-400\/70{background-color:#facc15b3}.md\:bg-yellow-400\/75{background-color:#facc15bf}.md\:bg-yellow-400\/80{background-color:#facc15cc}.md\:bg-yellow-400\/85{background-color:#facc15d9}.md\:bg-yellow-400\/90{background-color:#facc15e6}.md\:bg-yellow-400\/95{background-color:#facc15f2}.md\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.md\:bg-yellow-50\/0{background-color:#fefce800}.md\:bg-yellow-50\/10{background-color:#fefce81a}.md\:bg-yellow-50\/100{background-color:#fefce8}.md\:bg-yellow-50\/15{background-color:#fefce826}.md\:bg-yellow-50\/20{background-color:#fefce833}.md\:bg-yellow-50\/25{background-color:#fefce840}.md\:bg-yellow-50\/30{background-color:#fefce84d}.md\:bg-yellow-50\/35{background-color:#fefce859}.md\:bg-yellow-50\/40{background-color:#fefce866}.md\:bg-yellow-50\/45{background-color:#fefce873}.md\:bg-yellow-50\/5{background-color:#fefce80d}.md\:bg-yellow-50\/50{background-color:#fefce880}.md\:bg-yellow-50\/55{background-color:#fefce88c}.md\:bg-yellow-50\/60{background-color:#fefce899}.md\:bg-yellow-50\/65{background-color:#fefce8a6}.md\:bg-yellow-50\/70{background-color:#fefce8b3}.md\:bg-yellow-50\/75{background-color:#fefce8bf}.md\:bg-yellow-50\/80{background-color:#fefce8cc}.md\:bg-yellow-50\/85{background-color:#fefce8d9}.md\:bg-yellow-50\/90{background-color:#fefce8e6}.md\:bg-yellow-50\/95{background-color:#fefce8f2}.md\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.md\:bg-yellow-500\/0{background-color:#eab30800}.md\:bg-yellow-500\/10{background-color:#eab3081a}.md\:bg-yellow-500\/100{background-color:#eab308}.md\:bg-yellow-500\/15{background-color:#eab30826}.md\:bg-yellow-500\/20{background-color:#eab30833}.md\:bg-yellow-500\/25{background-color:#eab30840}.md\:bg-yellow-500\/30{background-color:#eab3084d}.md\:bg-yellow-500\/35{background-color:#eab30859}.md\:bg-yellow-500\/40{background-color:#eab30866}.md\:bg-yellow-500\/45{background-color:#eab30873}.md\:bg-yellow-500\/5{background-color:#eab3080d}.md\:bg-yellow-500\/50{background-color:#eab30880}.md\:bg-yellow-500\/55{background-color:#eab3088c}.md\:bg-yellow-500\/60{background-color:#eab30899}.md\:bg-yellow-500\/65{background-color:#eab308a6}.md\:bg-yellow-500\/70{background-color:#eab308b3}.md\:bg-yellow-500\/75{background-color:#eab308bf}.md\:bg-yellow-500\/80{background-color:#eab308cc}.md\:bg-yellow-500\/85{background-color:#eab308d9}.md\:bg-yellow-500\/90{background-color:#eab308e6}.md\:bg-yellow-500\/95{background-color:#eab308f2}.md\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.md\:bg-yellow-600\/0{background-color:#ca8a0400}.md\:bg-yellow-600\/10{background-color:#ca8a041a}.md\:bg-yellow-600\/100{background-color:#ca8a04}.md\:bg-yellow-600\/15{background-color:#ca8a0426}.md\:bg-yellow-600\/20{background-color:#ca8a0433}.md\:bg-yellow-600\/25{background-color:#ca8a0440}.md\:bg-yellow-600\/30{background-color:#ca8a044d}.md\:bg-yellow-600\/35{background-color:#ca8a0459}.md\:bg-yellow-600\/40{background-color:#ca8a0466}.md\:bg-yellow-600\/45{background-color:#ca8a0473}.md\:bg-yellow-600\/5{background-color:#ca8a040d}.md\:bg-yellow-600\/50{background-color:#ca8a0480}.md\:bg-yellow-600\/55{background-color:#ca8a048c}.md\:bg-yellow-600\/60{background-color:#ca8a0499}.md\:bg-yellow-600\/65{background-color:#ca8a04a6}.md\:bg-yellow-600\/70{background-color:#ca8a04b3}.md\:bg-yellow-600\/75{background-color:#ca8a04bf}.md\:bg-yellow-600\/80{background-color:#ca8a04cc}.md\:bg-yellow-600\/85{background-color:#ca8a04d9}.md\:bg-yellow-600\/90{background-color:#ca8a04e6}.md\:bg-yellow-600\/95{background-color:#ca8a04f2}.md\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.md\:bg-yellow-700\/0{background-color:#a1620700}.md\:bg-yellow-700\/10{background-color:#a162071a}.md\:bg-yellow-700\/100{background-color:#a16207}.md\:bg-yellow-700\/15{background-color:#a1620726}.md\:bg-yellow-700\/20{background-color:#a1620733}.md\:bg-yellow-700\/25{background-color:#a1620740}.md\:bg-yellow-700\/30{background-color:#a162074d}.md\:bg-yellow-700\/35{background-color:#a1620759}.md\:bg-yellow-700\/40{background-color:#a1620766}.md\:bg-yellow-700\/45{background-color:#a1620773}.md\:bg-yellow-700\/5{background-color:#a162070d}.md\:bg-yellow-700\/50{background-color:#a1620780}.md\:bg-yellow-700\/55{background-color:#a162078c}.md\:bg-yellow-700\/60{background-color:#a1620799}.md\:bg-yellow-700\/65{background-color:#a16207a6}.md\:bg-yellow-700\/70{background-color:#a16207b3}.md\:bg-yellow-700\/75{background-color:#a16207bf}.md\:bg-yellow-700\/80{background-color:#a16207cc}.md\:bg-yellow-700\/85{background-color:#a16207d9}.md\:bg-yellow-700\/90{background-color:#a16207e6}.md\:bg-yellow-700\/95{background-color:#a16207f2}.md\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity,1))}.md\:bg-yellow-800\/0{background-color:#854d0e00}.md\:bg-yellow-800\/10{background-color:#854d0e1a}.md\:bg-yellow-800\/100{background-color:#854d0e}.md\:bg-yellow-800\/15{background-color:#854d0e26}.md\:bg-yellow-800\/20{background-color:#854d0e33}.md\:bg-yellow-800\/25{background-color:#854d0e40}.md\:bg-yellow-800\/30{background-color:#854d0e4d}.md\:bg-yellow-800\/35{background-color:#854d0e59}.md\:bg-yellow-800\/40{background-color:#854d0e66}.md\:bg-yellow-800\/45{background-color:#854d0e73}.md\:bg-yellow-800\/5{background-color:#854d0e0d}.md\:bg-yellow-800\/50{background-color:#854d0e80}.md\:bg-yellow-800\/55{background-color:#854d0e8c}.md\:bg-yellow-800\/60{background-color:#854d0e99}.md\:bg-yellow-800\/65{background-color:#854d0ea6}.md\:bg-yellow-800\/70{background-color:#854d0eb3}.md\:bg-yellow-800\/75{background-color:#854d0ebf}.md\:bg-yellow-800\/80{background-color:#854d0ecc}.md\:bg-yellow-800\/85{background-color:#854d0ed9}.md\:bg-yellow-800\/90{background-color:#854d0ee6}.md\:bg-yellow-800\/95{background-color:#854d0ef2}.md\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity,1))}.md\:bg-yellow-900\/0{background-color:#713f1200}.md\:bg-yellow-900\/10{background-color:#713f121a}.md\:bg-yellow-900\/100{background-color:#713f12}.md\:bg-yellow-900\/15{background-color:#713f1226}.md\:bg-yellow-900\/20{background-color:#713f1233}.md\:bg-yellow-900\/25{background-color:#713f1240}.md\:bg-yellow-900\/30{background-color:#713f124d}.md\:bg-yellow-900\/35{background-color:#713f1259}.md\:bg-yellow-900\/40{background-color:#713f1266}.md\:bg-yellow-900\/45{background-color:#713f1273}.md\:bg-yellow-900\/5{background-color:#713f120d}.md\:bg-yellow-900\/50{background-color:#713f1280}.md\:bg-yellow-900\/55{background-color:#713f128c}.md\:bg-yellow-900\/60{background-color:#713f1299}.md\:bg-yellow-900\/65{background-color:#713f12a6}.md\:bg-yellow-900\/70{background-color:#713f12b3}.md\:bg-yellow-900\/75{background-color:#713f12bf}.md\:bg-yellow-900\/80{background-color:#713f12cc}.md\:bg-yellow-900\/85{background-color:#713f12d9}.md\:bg-yellow-900\/90{background-color:#713f12e6}.md\:bg-yellow-900\/95{background-color:#713f12f2}.md\:bg-yellow-950{--tw-bg-opacity:1;background-color:rgb(66 32 6/var(--tw-bg-opacity,1))}.md\:bg-yellow-950\/0{background-color:#42200600}.md\:bg-yellow-950\/10{background-color:#4220061a}.md\:bg-yellow-950\/100{background-color:#422006}.md\:bg-yellow-950\/15{background-color:#42200626}.md\:bg-yellow-950\/20{background-color:#42200633}.md\:bg-yellow-950\/25{background-color:#42200640}.md\:bg-yellow-950\/30{background-color:#4220064d}.md\:bg-yellow-950\/35{background-color:#42200659}.md\:bg-yellow-950\/40{background-color:#42200666}.md\:bg-yellow-950\/45{background-color:#42200673}.md\:bg-yellow-950\/5{background-color:#4220060d}.md\:bg-yellow-950\/50{background-color:#42200680}.md\:bg-yellow-950\/55{background-color:#4220068c}.md\:bg-yellow-950\/60{background-color:#42200699}.md\:bg-yellow-950\/65{background-color:#422006a6}.md\:bg-yellow-950\/70{background-color:#422006b3}.md\:bg-yellow-950\/75{background-color:#422006bf}.md\:bg-yellow-950\/80{background-color:#422006cc}.md\:bg-yellow-950\/85{background-color:#422006d9}.md\:bg-yellow-950\/90{background-color:#422006e6}.md\:bg-yellow-950\/95{background-color:#422006f2}.md\:from-yellow-100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/0{--tw-gradient-from:#fef9c300 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/10{--tw-gradient-from:#fef9c31a var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/15{--tw-gradient-from:#fef9c326 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/20{--tw-gradient-from:#fef9c333 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/25{--tw-gradient-from:#fef9c340 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/30{--tw-gradient-from:#fef9c34d var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/35{--tw-gradient-from:#fef9c359 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/40{--tw-gradient-from:#fef9c366 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/45{--tw-gradient-from:#fef9c373 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/5{--tw-gradient-from:#fef9c30d var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/50{--tw-gradient-from:#fef9c380 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/55{--tw-gradient-from:#fef9c38c var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/60{--tw-gradient-from:#fef9c399 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/65{--tw-gradient-from:#fef9c3a6 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/70{--tw-gradient-from:#fef9c3b3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/75{--tw-gradient-from:#fef9c3bf var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/80{--tw-gradient-from:#fef9c3cc var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/85{--tw-gradient-from:#fef9c3d9 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/90{--tw-gradient-from:#fef9c3e6 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-100\/95{--tw-gradient-from:#fef9c3f2 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200{--tw-gradient-from:#fef08a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/0{--tw-gradient-from:#fef08a00 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/10{--tw-gradient-from:#fef08a1a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/100{--tw-gradient-from:#fef08a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/15{--tw-gradient-from:#fef08a26 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/20{--tw-gradient-from:#fef08a33 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/25{--tw-gradient-from:#fef08a40 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/30{--tw-gradient-from:#fef08a4d var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/35{--tw-gradient-from:#fef08a59 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/40{--tw-gradient-from:#fef08a66 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/45{--tw-gradient-from:#fef08a73 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/5{--tw-gradient-from:#fef08a0d var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/50{--tw-gradient-from:#fef08a80 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/55{--tw-gradient-from:#fef08a8c var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/60{--tw-gradient-from:#fef08a99 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/65{--tw-gradient-from:#fef08aa6 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/70{--tw-gradient-from:#fef08ab3 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/75{--tw-gradient-from:#fef08abf var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/80{--tw-gradient-from:#fef08acc var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/85{--tw-gradient-from:#fef08ad9 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/90{--tw-gradient-from:#fef08ae6 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-200\/95{--tw-gradient-from:#fef08af2 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300{--tw-gradient-from:#fde047 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/0{--tw-gradient-from:#fde04700 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/10{--tw-gradient-from:#fde0471a var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/100{--tw-gradient-from:#fde047 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/15{--tw-gradient-from:#fde04726 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/20{--tw-gradient-from:#fde04733 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/25{--tw-gradient-from:#fde04740 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/30{--tw-gradient-from:#fde0474d var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/35{--tw-gradient-from:#fde04759 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/40{--tw-gradient-from:#fde04766 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/45{--tw-gradient-from:#fde04773 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/5{--tw-gradient-from:#fde0470d var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/50{--tw-gradient-from:#fde04780 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/55{--tw-gradient-from:#fde0478c var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/60{--tw-gradient-from:#fde04799 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/65{--tw-gradient-from:#fde047a6 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/70{--tw-gradient-from:#fde047b3 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/75{--tw-gradient-from:#fde047bf var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/80{--tw-gradient-from:#fde047cc var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/85{--tw-gradient-from:#fde047d9 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/90{--tw-gradient-from:#fde047e6 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-300\/95{--tw-gradient-from:#fde047f2 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/0{--tw-gradient-from:#facc1500 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/10{--tw-gradient-from:#facc151a var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/100{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/15{--tw-gradient-from:#facc1526 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/20{--tw-gradient-from:#facc1533 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/25{--tw-gradient-from:#facc1540 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/30{--tw-gradient-from:#facc154d var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/35{--tw-gradient-from:#facc1559 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/40{--tw-gradient-from:#facc1566 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/45{--tw-gradient-from:#facc1573 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/5{--tw-gradient-from:#facc150d var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/50{--tw-gradient-from:#facc1580 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/55{--tw-gradient-from:#facc158c var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/60{--tw-gradient-from:#facc1599 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/65{--tw-gradient-from:#facc15a6 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/70{--tw-gradient-from:#facc15b3 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/75{--tw-gradient-from:#facc15bf var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/80{--tw-gradient-from:#facc15cc var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/85{--tw-gradient-from:#facc15d9 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/90{--tw-gradient-from:#facc15e6 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-400\/95{--tw-gradient-from:#facc15f2 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/0{--tw-gradient-from:#fefce800 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/10{--tw-gradient-from:#fefce81a var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/100{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/15{--tw-gradient-from:#fefce826 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/20{--tw-gradient-from:#fefce833 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/25{--tw-gradient-from:#fefce840 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/30{--tw-gradient-from:#fefce84d var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/35{--tw-gradient-from:#fefce859 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/40{--tw-gradient-from:#fefce866 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/45{--tw-gradient-from:#fefce873 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/5{--tw-gradient-from:#fefce80d var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/50{--tw-gradient-from:#fefce880 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/55{--tw-gradient-from:#fefce88c var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/60{--tw-gradient-from:#fefce899 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/65{--tw-gradient-from:#fefce8a6 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/70{--tw-gradient-from:#fefce8b3 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/75{--tw-gradient-from:#fefce8bf var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/80{--tw-gradient-from:#fefce8cc var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/85{--tw-gradient-from:#fefce8d9 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/90{--tw-gradient-from:#fefce8e6 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-50\/95{--tw-gradient-from:#fefce8f2 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500{--tw-gradient-from:#eab308 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/0{--tw-gradient-from:#eab30800 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/10{--tw-gradient-from:#eab3081a var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/100{--tw-gradient-from:#eab308 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/15{--tw-gradient-from:#eab30826 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/20{--tw-gradient-from:#eab30833 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/25{--tw-gradient-from:#eab30840 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/30{--tw-gradient-from:#eab3084d var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/35{--tw-gradient-from:#eab30859 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/40{--tw-gradient-from:#eab30866 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/45{--tw-gradient-from:#eab30873 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/5{--tw-gradient-from:#eab3080d var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/50{--tw-gradient-from:#eab30880 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/55{--tw-gradient-from:#eab3088c var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/60{--tw-gradient-from:#eab30899 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/65{--tw-gradient-from:#eab308a6 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/70{--tw-gradient-from:#eab308b3 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/75{--tw-gradient-from:#eab308bf var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/80{--tw-gradient-from:#eab308cc var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/85{--tw-gradient-from:#eab308d9 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/90{--tw-gradient-from:#eab308e6 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-500\/95{--tw-gradient-from:#eab308f2 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600{--tw-gradient-from:#ca8a04 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/0{--tw-gradient-from:#ca8a0400 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/10{--tw-gradient-from:#ca8a041a var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/100{--tw-gradient-from:#ca8a04 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/15{--tw-gradient-from:#ca8a0426 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/20{--tw-gradient-from:#ca8a0433 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/25{--tw-gradient-from:#ca8a0440 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/30{--tw-gradient-from:#ca8a044d var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/35{--tw-gradient-from:#ca8a0459 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/40{--tw-gradient-from:#ca8a0466 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/45{--tw-gradient-from:#ca8a0473 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/5{--tw-gradient-from:#ca8a040d var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/50{--tw-gradient-from:#ca8a0480 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/55{--tw-gradient-from:#ca8a048c var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/60{--tw-gradient-from:#ca8a0499 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/65{--tw-gradient-from:#ca8a04a6 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/70{--tw-gradient-from:#ca8a04b3 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/75{--tw-gradient-from:#ca8a04bf var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/80{--tw-gradient-from:#ca8a04cc var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/85{--tw-gradient-from:#ca8a04d9 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/90{--tw-gradient-from:#ca8a04e6 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-600\/95{--tw-gradient-from:#ca8a04f2 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700{--tw-gradient-from:#a16207 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/0{--tw-gradient-from:#a1620700 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/10{--tw-gradient-from:#a162071a var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/100{--tw-gradient-from:#a16207 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/15{--tw-gradient-from:#a1620726 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/20{--tw-gradient-from:#a1620733 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/25{--tw-gradient-from:#a1620740 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/30{--tw-gradient-from:#a162074d var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/35{--tw-gradient-from:#a1620759 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/40{--tw-gradient-from:#a1620766 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/45{--tw-gradient-from:#a1620773 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/5{--tw-gradient-from:#a162070d var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/50{--tw-gradient-from:#a1620780 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/55{--tw-gradient-from:#a162078c var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/60{--tw-gradient-from:#a1620799 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/65{--tw-gradient-from:#a16207a6 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/70{--tw-gradient-from:#a16207b3 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/75{--tw-gradient-from:#a16207bf var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/80{--tw-gradient-from:#a16207cc var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/85{--tw-gradient-from:#a16207d9 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/90{--tw-gradient-from:#a16207e6 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-700\/95{--tw-gradient-from:#a16207f2 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800{--tw-gradient-from:#854d0e var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/0{--tw-gradient-from:#854d0e00 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/10{--tw-gradient-from:#854d0e1a var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/100{--tw-gradient-from:#854d0e var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/15{--tw-gradient-from:#854d0e26 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/20{--tw-gradient-from:#854d0e33 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/25{--tw-gradient-from:#854d0e40 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/30{--tw-gradient-from:#854d0e4d var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/35{--tw-gradient-from:#854d0e59 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/40{--tw-gradient-from:#854d0e66 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/45{--tw-gradient-from:#854d0e73 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/5{--tw-gradient-from:#854d0e0d var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/50{--tw-gradient-from:#854d0e80 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/55{--tw-gradient-from:#854d0e8c var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/60{--tw-gradient-from:#854d0e99 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/65{--tw-gradient-from:#854d0ea6 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/70{--tw-gradient-from:#854d0eb3 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/75{--tw-gradient-from:#854d0ebf var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/80{--tw-gradient-from:#854d0ecc var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/85{--tw-gradient-from:#854d0ed9 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/90{--tw-gradient-from:#854d0ee6 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-800\/95{--tw-gradient-from:#854d0ef2 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900{--tw-gradient-from:#713f12 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/0{--tw-gradient-from:#713f1200 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/10{--tw-gradient-from:#713f121a var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/100{--tw-gradient-from:#713f12 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/15{--tw-gradient-from:#713f1226 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/20{--tw-gradient-from:#713f1233 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/25{--tw-gradient-from:#713f1240 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/30{--tw-gradient-from:#713f124d var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/35{--tw-gradient-from:#713f1259 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/40{--tw-gradient-from:#713f1266 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/45{--tw-gradient-from:#713f1273 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/5{--tw-gradient-from:#713f120d var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/50{--tw-gradient-from:#713f1280 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/55{--tw-gradient-from:#713f128c var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/60{--tw-gradient-from:#713f1299 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/65{--tw-gradient-from:#713f12a6 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/70{--tw-gradient-from:#713f12b3 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/75{--tw-gradient-from:#713f12bf var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/80{--tw-gradient-from:#713f12cc var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/85{--tw-gradient-from:#713f12d9 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/90{--tw-gradient-from:#713f12e6 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-900\/95{--tw-gradient-from:#713f12f2 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950{--tw-gradient-from:#422006 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/0{--tw-gradient-from:#42200600 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/10{--tw-gradient-from:#4220061a var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/100{--tw-gradient-from:#422006 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/15{--tw-gradient-from:#42200626 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/20{--tw-gradient-from:#42200633 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/25{--tw-gradient-from:#42200640 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/30{--tw-gradient-from:#4220064d var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/35{--tw-gradient-from:#42200659 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/40{--tw-gradient-from:#42200666 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/45{--tw-gradient-from:#42200673 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/5{--tw-gradient-from:#4220060d var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/50{--tw-gradient-from:#42200680 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/55{--tw-gradient-from:#4220068c var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/60{--tw-gradient-from:#42200699 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/65{--tw-gradient-from:#422006a6 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/70{--tw-gradient-from:#422006b3 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/75{--tw-gradient-from:#422006bf var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/80{--tw-gradient-from:#422006cc var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/85{--tw-gradient-from:#422006d9 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/90{--tw-gradient-from:#422006e6 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:from-yellow-950\/95{--tw-gradient-from:#422006f2 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.md\:via-yellow-100{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/0{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c300 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/10{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c31a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/100{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/15{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c326 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/20{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c333 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/25{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c340 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/30{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c34d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/35{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c359 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/40{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/45{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c373 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/5{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c30d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/50{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c380 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/55{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c38c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/60{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c399 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/65{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/70{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/75{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/80{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/85{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/90{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-100\/95{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/0{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/10{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a1a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/100{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/15{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a26 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/20{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a33 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/25{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a40 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/30{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a4d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/35{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a59 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/40{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a66 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/45{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a73 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/5{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a0d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/50{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a80 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/55{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a8c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/60{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a99 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/65{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08aa6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/70{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ab3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/75{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08abf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/80{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08acc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/85{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ad9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/90{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ae6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-200\/95{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08af2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/0{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/10{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0471a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/100{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/15{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04726 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/20{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04733 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/25{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04740 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/30{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0474d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/35{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04759 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/40{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04766 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/45{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04773 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/5{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0470d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/50{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04780 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/55{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0478c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/60{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04799 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/65{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/70{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/75{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/80{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/85{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/90{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-300\/95{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/0{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1500 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/10{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc151a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/100{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/15{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1526 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/20{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1533 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/25{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1540 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/30{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc154d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/35{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1559 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/40{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1566 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/45{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1573 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/5{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc150d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/50{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1580 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/55{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc158c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/60{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1599 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/65{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/70{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/75{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/80{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/85{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/90{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-400\/95{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/0{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce800 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/10{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce81a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/100{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/15{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce826 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/20{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce833 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/25{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce840 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/30{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce84d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/35{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce859 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/40{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce866 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/45{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce873 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/5{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce80d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/50{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce880 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/55{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce88c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/60{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/65{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/70{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/75{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/80{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/85{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/90{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-50\/95{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/0{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30800 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/10{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3081a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/100{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/15{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30826 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/20{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30833 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/25{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30840 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/30{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3084d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/35{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30859 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/40{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30866 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/45{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30873 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/5{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3080d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/50{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30880 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/55{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3088c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/60{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/65{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/70{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/75{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/80{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/85{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/90{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-500\/95{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/0{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0400 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/10{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a041a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/100{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/15{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0426 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/20{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0433 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/25{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0440 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/30{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a044d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/35{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0459 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/40{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0466 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/45{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0473 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/5{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a040d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/50{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0480 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/55{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a048c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/60{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0499 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/65{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/70{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/75{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/80{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/85{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/90{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-600\/95{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/0{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/10{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162071a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/100{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/15{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620726 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/20{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620733 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/25{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620740 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/30{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162074d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/35{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620759 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/40{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620766 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/45{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620773 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/5{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162070d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/50{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620780 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/55{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162078c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/60{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620799 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/65{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/70{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/75{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/80{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/85{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/90{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-700\/95{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/0{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/10{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e1a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/100{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/15{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e26 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/20{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e33 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/25{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e40 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/30{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e4d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/35{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e59 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/40{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e66 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/45{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e73 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/5{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e0d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/50{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e80 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/55{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e8c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/60{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e99 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/65{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ea6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/70{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0eb3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/75{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ebf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/80{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ecc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/85{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ed9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/90{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ee6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-800\/95{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ef2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/0{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1200 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/10{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f121a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/100{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/15{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1226 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/20{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1233 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/25{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1240 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/30{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f124d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/35{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1259 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/40{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1266 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/45{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1273 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/5{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f120d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/50{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1280 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/55{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f128c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/60{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1299 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/65{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/70{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/75{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/80{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/85{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/90{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-900\/95{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/0{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200600 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/10{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220061a var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/100{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/15{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200626 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/20{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200633 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/25{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200640 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/30{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220064d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/35{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200659 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/40{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200666 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/45{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200673 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/5{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220060d var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/50{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/55{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220068c var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/60{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200699 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/65{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/70{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/75{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/80{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/85{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/90{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:via-yellow-950\/95{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:to-yellow-100{--tw-gradient-to:#fef9c3 var(--tw-gradient-to-position)}.md\:to-yellow-100\/0{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position)}.md\:to-yellow-100\/10{--tw-gradient-to:#fef9c31a var(--tw-gradient-to-position)}.md\:to-yellow-100\/100{--tw-gradient-to:#fef9c3 var(--tw-gradient-to-position)}.md\:to-yellow-100\/15{--tw-gradient-to:#fef9c326 var(--tw-gradient-to-position)}.md\:to-yellow-100\/20{--tw-gradient-to:#fef9c333 var(--tw-gradient-to-position)}.md\:to-yellow-100\/25{--tw-gradient-to:#fef9c340 var(--tw-gradient-to-position)}.md\:to-yellow-100\/30{--tw-gradient-to:#fef9c34d var(--tw-gradient-to-position)}.md\:to-yellow-100\/35{--tw-gradient-to:#fef9c359 var(--tw-gradient-to-position)}.md\:to-yellow-100\/40{--tw-gradient-to:#fef9c366 var(--tw-gradient-to-position)}.md\:to-yellow-100\/45{--tw-gradient-to:#fef9c373 var(--tw-gradient-to-position)}.md\:to-yellow-100\/5{--tw-gradient-to:#fef9c30d var(--tw-gradient-to-position)}.md\:to-yellow-100\/50{--tw-gradient-to:#fef9c380 var(--tw-gradient-to-position)}.md\:to-yellow-100\/55{--tw-gradient-to:#fef9c38c var(--tw-gradient-to-position)}.md\:to-yellow-100\/60{--tw-gradient-to:#fef9c399 var(--tw-gradient-to-position)}.md\:to-yellow-100\/65{--tw-gradient-to:#fef9c3a6 var(--tw-gradient-to-position)}.md\:to-yellow-100\/70{--tw-gradient-to:#fef9c3b3 var(--tw-gradient-to-position)}.md\:to-yellow-100\/75{--tw-gradient-to:#fef9c3bf var(--tw-gradient-to-position)}.md\:to-yellow-100\/80{--tw-gradient-to:#fef9c3cc var(--tw-gradient-to-position)}.md\:to-yellow-100\/85{--tw-gradient-to:#fef9c3d9 var(--tw-gradient-to-position)}.md\:to-yellow-100\/90{--tw-gradient-to:#fef9c3e6 var(--tw-gradient-to-position)}.md\:to-yellow-100\/95{--tw-gradient-to:#fef9c3f2 var(--tw-gradient-to-position)}.md\:to-yellow-200{--tw-gradient-to:#fef08a var(--tw-gradient-to-position)}.md\:to-yellow-200\/0{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position)}.md\:to-yellow-200\/10{--tw-gradient-to:#fef08a1a var(--tw-gradient-to-position)}.md\:to-yellow-200\/100{--tw-gradient-to:#fef08a var(--tw-gradient-to-position)}.md\:to-yellow-200\/15{--tw-gradient-to:#fef08a26 var(--tw-gradient-to-position)}.md\:to-yellow-200\/20{--tw-gradient-to:#fef08a33 var(--tw-gradient-to-position)}.md\:to-yellow-200\/25{--tw-gradient-to:#fef08a40 var(--tw-gradient-to-position)}.md\:to-yellow-200\/30{--tw-gradient-to:#fef08a4d var(--tw-gradient-to-position)}.md\:to-yellow-200\/35{--tw-gradient-to:#fef08a59 var(--tw-gradient-to-position)}.md\:to-yellow-200\/40{--tw-gradient-to:#fef08a66 var(--tw-gradient-to-position)}.md\:to-yellow-200\/45{--tw-gradient-to:#fef08a73 var(--tw-gradient-to-position)}.md\:to-yellow-200\/5{--tw-gradient-to:#fef08a0d var(--tw-gradient-to-position)}.md\:to-yellow-200\/50{--tw-gradient-to:#fef08a80 var(--tw-gradient-to-position)}.md\:to-yellow-200\/55{--tw-gradient-to:#fef08a8c var(--tw-gradient-to-position)}.md\:to-yellow-200\/60{--tw-gradient-to:#fef08a99 var(--tw-gradient-to-position)}.md\:to-yellow-200\/65{--tw-gradient-to:#fef08aa6 var(--tw-gradient-to-position)}.md\:to-yellow-200\/70{--tw-gradient-to:#fef08ab3 var(--tw-gradient-to-position)}.md\:to-yellow-200\/75{--tw-gradient-to:#fef08abf var(--tw-gradient-to-position)}.md\:to-yellow-200\/80{--tw-gradient-to:#fef08acc var(--tw-gradient-to-position)}.md\:to-yellow-200\/85{--tw-gradient-to:#fef08ad9 var(--tw-gradient-to-position)}.md\:to-yellow-200\/90{--tw-gradient-to:#fef08ae6 var(--tw-gradient-to-position)}.md\:to-yellow-200\/95{--tw-gradient-to:#fef08af2 var(--tw-gradient-to-position)}.md\:to-yellow-300{--tw-gradient-to:#fde047 var(--tw-gradient-to-position)}.md\:to-yellow-300\/0{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position)}.md\:to-yellow-300\/10{--tw-gradient-to:#fde0471a var(--tw-gradient-to-position)}.md\:to-yellow-300\/100{--tw-gradient-to:#fde047 var(--tw-gradient-to-position)}.md\:to-yellow-300\/15{--tw-gradient-to:#fde04726 var(--tw-gradient-to-position)}.md\:to-yellow-300\/20{--tw-gradient-to:#fde04733 var(--tw-gradient-to-position)}.md\:to-yellow-300\/25{--tw-gradient-to:#fde04740 var(--tw-gradient-to-position)}.md\:to-yellow-300\/30{--tw-gradient-to:#fde0474d var(--tw-gradient-to-position)}.md\:to-yellow-300\/35{--tw-gradient-to:#fde04759 var(--tw-gradient-to-position)}.md\:to-yellow-300\/40{--tw-gradient-to:#fde04766 var(--tw-gradient-to-position)}.md\:to-yellow-300\/45{--tw-gradient-to:#fde04773 var(--tw-gradient-to-position)}.md\:to-yellow-300\/5{--tw-gradient-to:#fde0470d var(--tw-gradient-to-position)}.md\:to-yellow-300\/50{--tw-gradient-to:#fde04780 var(--tw-gradient-to-position)}.md\:to-yellow-300\/55{--tw-gradient-to:#fde0478c var(--tw-gradient-to-position)}.md\:to-yellow-300\/60{--tw-gradient-to:#fde04799 var(--tw-gradient-to-position)}.md\:to-yellow-300\/65{--tw-gradient-to:#fde047a6 var(--tw-gradient-to-position)}.md\:to-yellow-300\/70{--tw-gradient-to:#fde047b3 var(--tw-gradient-to-position)}.md\:to-yellow-300\/75{--tw-gradient-to:#fde047bf var(--tw-gradient-to-position)}.md\:to-yellow-300\/80{--tw-gradient-to:#fde047cc var(--tw-gradient-to-position)}.md\:to-yellow-300\/85{--tw-gradient-to:#fde047d9 var(--tw-gradient-to-position)}.md\:to-yellow-300\/90{--tw-gradient-to:#fde047e6 var(--tw-gradient-to-position)}.md\:to-yellow-300\/95{--tw-gradient-to:#fde047f2 var(--tw-gradient-to-position)}.md\:to-yellow-400{--tw-gradient-to:#facc15 var(--tw-gradient-to-position)}.md\:to-yellow-400\/0{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position)}.md\:to-yellow-400\/10{--tw-gradient-to:#facc151a var(--tw-gradient-to-position)}.md\:to-yellow-400\/100{--tw-gradient-to:#facc15 var(--tw-gradient-to-position)}.md\:to-yellow-400\/15{--tw-gradient-to:#facc1526 var(--tw-gradient-to-position)}.md\:to-yellow-400\/20{--tw-gradient-to:#facc1533 var(--tw-gradient-to-position)}.md\:to-yellow-400\/25{--tw-gradient-to:#facc1540 var(--tw-gradient-to-position)}.md\:to-yellow-400\/30{--tw-gradient-to:#facc154d var(--tw-gradient-to-position)}.md\:to-yellow-400\/35{--tw-gradient-to:#facc1559 var(--tw-gradient-to-position)}.md\:to-yellow-400\/40{--tw-gradient-to:#facc1566 var(--tw-gradient-to-position)}.md\:to-yellow-400\/45{--tw-gradient-to:#facc1573 var(--tw-gradient-to-position)}.md\:to-yellow-400\/5{--tw-gradient-to:#facc150d var(--tw-gradient-to-position)}.md\:to-yellow-400\/50{--tw-gradient-to:#facc1580 var(--tw-gradient-to-position)}.md\:to-yellow-400\/55{--tw-gradient-to:#facc158c var(--tw-gradient-to-position)}.md\:to-yellow-400\/60{--tw-gradient-to:#facc1599 var(--tw-gradient-to-position)}.md\:to-yellow-400\/65{--tw-gradient-to:#facc15a6 var(--tw-gradient-to-position)}.md\:to-yellow-400\/70{--tw-gradient-to:#facc15b3 var(--tw-gradient-to-position)}.md\:to-yellow-400\/75{--tw-gradient-to:#facc15bf var(--tw-gradient-to-position)}.md\:to-yellow-400\/80{--tw-gradient-to:#facc15cc var(--tw-gradient-to-position)}.md\:to-yellow-400\/85{--tw-gradient-to:#facc15d9 var(--tw-gradient-to-position)}.md\:to-yellow-400\/90{--tw-gradient-to:#facc15e6 var(--tw-gradient-to-position)}.md\:to-yellow-400\/95{--tw-gradient-to:#facc15f2 var(--tw-gradient-to-position)}.md\:to-yellow-50{--tw-gradient-to:#fefce8 var(--tw-gradient-to-position)}.md\:to-yellow-50\/0{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position)}.md\:to-yellow-50\/10{--tw-gradient-to:#fefce81a var(--tw-gradient-to-position)}.md\:to-yellow-50\/100{--tw-gradient-to:#fefce8 var(--tw-gradient-to-position)}.md\:to-yellow-50\/15{--tw-gradient-to:#fefce826 var(--tw-gradient-to-position)}.md\:to-yellow-50\/20{--tw-gradient-to:#fefce833 var(--tw-gradient-to-position)}.md\:to-yellow-50\/25{--tw-gradient-to:#fefce840 var(--tw-gradient-to-position)}.md\:to-yellow-50\/30{--tw-gradient-to:#fefce84d var(--tw-gradient-to-position)}.md\:to-yellow-50\/35{--tw-gradient-to:#fefce859 var(--tw-gradient-to-position)}.md\:to-yellow-50\/40{--tw-gradient-to:#fefce866 var(--tw-gradient-to-position)}.md\:to-yellow-50\/45{--tw-gradient-to:#fefce873 var(--tw-gradient-to-position)}.md\:to-yellow-50\/5{--tw-gradient-to:#fefce80d var(--tw-gradient-to-position)}.md\:to-yellow-50\/50{--tw-gradient-to:#fefce880 var(--tw-gradient-to-position)}.md\:to-yellow-50\/55{--tw-gradient-to:#fefce88c var(--tw-gradient-to-position)}.md\:to-yellow-50\/60{--tw-gradient-to:#fefce899 var(--tw-gradient-to-position)}.md\:to-yellow-50\/65{--tw-gradient-to:#fefce8a6 var(--tw-gradient-to-position)}.md\:to-yellow-50\/70{--tw-gradient-to:#fefce8b3 var(--tw-gradient-to-position)}.md\:to-yellow-50\/75{--tw-gradient-to:#fefce8bf var(--tw-gradient-to-position)}.md\:to-yellow-50\/80{--tw-gradient-to:#fefce8cc var(--tw-gradient-to-position)}.md\:to-yellow-50\/85{--tw-gradient-to:#fefce8d9 var(--tw-gradient-to-position)}.md\:to-yellow-50\/90{--tw-gradient-to:#fefce8e6 var(--tw-gradient-to-position)}.md\:to-yellow-50\/95{--tw-gradient-to:#fefce8f2 var(--tw-gradient-to-position)}.md\:to-yellow-500{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.md\:to-yellow-500\/0{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position)}.md\:to-yellow-500\/10{--tw-gradient-to:#eab3081a var(--tw-gradient-to-position)}.md\:to-yellow-500\/100{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.md\:to-yellow-500\/15{--tw-gradient-to:#eab30826 var(--tw-gradient-to-position)}.md\:to-yellow-500\/20{--tw-gradient-to:#eab30833 var(--tw-gradient-to-position)}.md\:to-yellow-500\/25{--tw-gradient-to:#eab30840 var(--tw-gradient-to-position)}.md\:to-yellow-500\/30{--tw-gradient-to:#eab3084d var(--tw-gradient-to-position)}.md\:to-yellow-500\/35{--tw-gradient-to:#eab30859 var(--tw-gradient-to-position)}.md\:to-yellow-500\/40{--tw-gradient-to:#eab30866 var(--tw-gradient-to-position)}.md\:to-yellow-500\/45{--tw-gradient-to:#eab30873 var(--tw-gradient-to-position)}.md\:to-yellow-500\/5{--tw-gradient-to:#eab3080d var(--tw-gradient-to-position)}.md\:to-yellow-500\/50{--tw-gradient-to:#eab30880 var(--tw-gradient-to-position)}.md\:to-yellow-500\/55{--tw-gradient-to:#eab3088c var(--tw-gradient-to-position)}.md\:to-yellow-500\/60{--tw-gradient-to:#eab30899 var(--tw-gradient-to-position)}.md\:to-yellow-500\/65{--tw-gradient-to:#eab308a6 var(--tw-gradient-to-position)}.md\:to-yellow-500\/70{--tw-gradient-to:#eab308b3 var(--tw-gradient-to-position)}.md\:to-yellow-500\/75{--tw-gradient-to:#eab308bf var(--tw-gradient-to-position)}.md\:to-yellow-500\/80{--tw-gradient-to:#eab308cc var(--tw-gradient-to-position)}.md\:to-yellow-500\/85{--tw-gradient-to:#eab308d9 var(--tw-gradient-to-position)}.md\:to-yellow-500\/90{--tw-gradient-to:#eab308e6 var(--tw-gradient-to-position)}.md\:to-yellow-500\/95{--tw-gradient-to:#eab308f2 var(--tw-gradient-to-position)}.md\:to-yellow-600{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.md\:to-yellow-600\/0{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position)}.md\:to-yellow-600\/10{--tw-gradient-to:#ca8a041a var(--tw-gradient-to-position)}.md\:to-yellow-600\/100{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.md\:to-yellow-600\/15{--tw-gradient-to:#ca8a0426 var(--tw-gradient-to-position)}.md\:to-yellow-600\/20{--tw-gradient-to:#ca8a0433 var(--tw-gradient-to-position)}.md\:to-yellow-600\/25{--tw-gradient-to:#ca8a0440 var(--tw-gradient-to-position)}.md\:to-yellow-600\/30{--tw-gradient-to:#ca8a044d var(--tw-gradient-to-position)}.md\:to-yellow-600\/35{--tw-gradient-to:#ca8a0459 var(--tw-gradient-to-position)}.md\:to-yellow-600\/40{--tw-gradient-to:#ca8a0466 var(--tw-gradient-to-position)}.md\:to-yellow-600\/45{--tw-gradient-to:#ca8a0473 var(--tw-gradient-to-position)}.md\:to-yellow-600\/5{--tw-gradient-to:#ca8a040d var(--tw-gradient-to-position)}.md\:to-yellow-600\/50{--tw-gradient-to:#ca8a0480 var(--tw-gradient-to-position)}.md\:to-yellow-600\/55{--tw-gradient-to:#ca8a048c var(--tw-gradient-to-position)}.md\:to-yellow-600\/60{--tw-gradient-to:#ca8a0499 var(--tw-gradient-to-position)}.md\:to-yellow-600\/65{--tw-gradient-to:#ca8a04a6 var(--tw-gradient-to-position)}.md\:to-yellow-600\/70{--tw-gradient-to:#ca8a04b3 var(--tw-gradient-to-position)}.md\:to-yellow-600\/75{--tw-gradient-to:#ca8a04bf var(--tw-gradient-to-position)}.md\:to-yellow-600\/80{--tw-gradient-to:#ca8a04cc var(--tw-gradient-to-position)}.md\:to-yellow-600\/85{--tw-gradient-to:#ca8a04d9 var(--tw-gradient-to-position)}.md\:to-yellow-600\/90{--tw-gradient-to:#ca8a04e6 var(--tw-gradient-to-position)}.md\:to-yellow-600\/95{--tw-gradient-to:#ca8a04f2 var(--tw-gradient-to-position)}.md\:to-yellow-700{--tw-gradient-to:#a16207 var(--tw-gradient-to-position)}.md\:to-yellow-700\/0{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position)}.md\:to-yellow-700\/10{--tw-gradient-to:#a162071a var(--tw-gradient-to-position)}.md\:to-yellow-700\/100{--tw-gradient-to:#a16207 var(--tw-gradient-to-position)}.md\:to-yellow-700\/15{--tw-gradient-to:#a1620726 var(--tw-gradient-to-position)}.md\:to-yellow-700\/20{--tw-gradient-to:#a1620733 var(--tw-gradient-to-position)}.md\:to-yellow-700\/25{--tw-gradient-to:#a1620740 var(--tw-gradient-to-position)}.md\:to-yellow-700\/30{--tw-gradient-to:#a162074d var(--tw-gradient-to-position)}.md\:to-yellow-700\/35{--tw-gradient-to:#a1620759 var(--tw-gradient-to-position)}.md\:to-yellow-700\/40{--tw-gradient-to:#a1620766 var(--tw-gradient-to-position)}.md\:to-yellow-700\/45{--tw-gradient-to:#a1620773 var(--tw-gradient-to-position)}.md\:to-yellow-700\/5{--tw-gradient-to:#a162070d var(--tw-gradient-to-position)}.md\:to-yellow-700\/50{--tw-gradient-to:#a1620780 var(--tw-gradient-to-position)}.md\:to-yellow-700\/55{--tw-gradient-to:#a162078c var(--tw-gradient-to-position)}.md\:to-yellow-700\/60{--tw-gradient-to:#a1620799 var(--tw-gradient-to-position)}.md\:to-yellow-700\/65{--tw-gradient-to:#a16207a6 var(--tw-gradient-to-position)}.md\:to-yellow-700\/70{--tw-gradient-to:#a16207b3 var(--tw-gradient-to-position)}.md\:to-yellow-700\/75{--tw-gradient-to:#a16207bf var(--tw-gradient-to-position)}.md\:to-yellow-700\/80{--tw-gradient-to:#a16207cc var(--tw-gradient-to-position)}.md\:to-yellow-700\/85{--tw-gradient-to:#a16207d9 var(--tw-gradient-to-position)}.md\:to-yellow-700\/90{--tw-gradient-to:#a16207e6 var(--tw-gradient-to-position)}.md\:to-yellow-700\/95{--tw-gradient-to:#a16207f2 var(--tw-gradient-to-position)}.md\:to-yellow-800{--tw-gradient-to:#854d0e var(--tw-gradient-to-position)}.md\:to-yellow-800\/0{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position)}.md\:to-yellow-800\/10{--tw-gradient-to:#854d0e1a var(--tw-gradient-to-position)}.md\:to-yellow-800\/100{--tw-gradient-to:#854d0e var(--tw-gradient-to-position)}.md\:to-yellow-800\/15{--tw-gradient-to:#854d0e26 var(--tw-gradient-to-position)}.md\:to-yellow-800\/20{--tw-gradient-to:#854d0e33 var(--tw-gradient-to-position)}.md\:to-yellow-800\/25{--tw-gradient-to:#854d0e40 var(--tw-gradient-to-position)}.md\:to-yellow-800\/30{--tw-gradient-to:#854d0e4d var(--tw-gradient-to-position)}.md\:to-yellow-800\/35{--tw-gradient-to:#854d0e59 var(--tw-gradient-to-position)}.md\:to-yellow-800\/40{--tw-gradient-to:#854d0e66 var(--tw-gradient-to-position)}.md\:to-yellow-800\/45{--tw-gradient-to:#854d0e73 var(--tw-gradient-to-position)}.md\:to-yellow-800\/5{--tw-gradient-to:#854d0e0d var(--tw-gradient-to-position)}.md\:to-yellow-800\/50{--tw-gradient-to:#854d0e80 var(--tw-gradient-to-position)}.md\:to-yellow-800\/55{--tw-gradient-to:#854d0e8c var(--tw-gradient-to-position)}.md\:to-yellow-800\/60{--tw-gradient-to:#854d0e99 var(--tw-gradient-to-position)}.md\:to-yellow-800\/65{--tw-gradient-to:#854d0ea6 var(--tw-gradient-to-position)}.md\:to-yellow-800\/70{--tw-gradient-to:#854d0eb3 var(--tw-gradient-to-position)}.md\:to-yellow-800\/75{--tw-gradient-to:#854d0ebf var(--tw-gradient-to-position)}.md\:to-yellow-800\/80{--tw-gradient-to:#854d0ecc var(--tw-gradient-to-position)}.md\:to-yellow-800\/85{--tw-gradient-to:#854d0ed9 var(--tw-gradient-to-position)}.md\:to-yellow-800\/90{--tw-gradient-to:#854d0ee6 var(--tw-gradient-to-position)}.md\:to-yellow-800\/95{--tw-gradient-to:#854d0ef2 var(--tw-gradient-to-position)}.md\:to-yellow-900{--tw-gradient-to:#713f12 var(--tw-gradient-to-position)}.md\:to-yellow-900\/0{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position)}.md\:to-yellow-900\/10{--tw-gradient-to:#713f121a var(--tw-gradient-to-position)}.md\:to-yellow-900\/100{--tw-gradient-to:#713f12 var(--tw-gradient-to-position)}.md\:to-yellow-900\/15{--tw-gradient-to:#713f1226 var(--tw-gradient-to-position)}.md\:to-yellow-900\/20{--tw-gradient-to:#713f1233 var(--tw-gradient-to-position)}.md\:to-yellow-900\/25{--tw-gradient-to:#713f1240 var(--tw-gradient-to-position)}.md\:to-yellow-900\/30{--tw-gradient-to:#713f124d var(--tw-gradient-to-position)}.md\:to-yellow-900\/35{--tw-gradient-to:#713f1259 var(--tw-gradient-to-position)}.md\:to-yellow-900\/40{--tw-gradient-to:#713f1266 var(--tw-gradient-to-position)}.md\:to-yellow-900\/45{--tw-gradient-to:#713f1273 var(--tw-gradient-to-position)}.md\:to-yellow-900\/5{--tw-gradient-to:#713f120d var(--tw-gradient-to-position)}.md\:to-yellow-900\/50{--tw-gradient-to:#713f1280 var(--tw-gradient-to-position)}.md\:to-yellow-900\/55{--tw-gradient-to:#713f128c var(--tw-gradient-to-position)}.md\:to-yellow-900\/60{--tw-gradient-to:#713f1299 var(--tw-gradient-to-position)}.md\:to-yellow-900\/65{--tw-gradient-to:#713f12a6 var(--tw-gradient-to-position)}.md\:to-yellow-900\/70{--tw-gradient-to:#713f12b3 var(--tw-gradient-to-position)}.md\:to-yellow-900\/75{--tw-gradient-to:#713f12bf var(--tw-gradient-to-position)}.md\:to-yellow-900\/80{--tw-gradient-to:#713f12cc var(--tw-gradient-to-position)}.md\:to-yellow-900\/85{--tw-gradient-to:#713f12d9 var(--tw-gradient-to-position)}.md\:to-yellow-900\/90{--tw-gradient-to:#713f12e6 var(--tw-gradient-to-position)}.md\:to-yellow-900\/95{--tw-gradient-to:#713f12f2 var(--tw-gradient-to-position)}.md\:to-yellow-950{--tw-gradient-to:#422006 var(--tw-gradient-to-position)}.md\:to-yellow-950\/0{--tw-gradient-to:#42200600 var(--tw-gradient-to-position)}.md\:to-yellow-950\/10{--tw-gradient-to:#4220061a var(--tw-gradient-to-position)}.md\:to-yellow-950\/100{--tw-gradient-to:#422006 var(--tw-gradient-to-position)}.md\:to-yellow-950\/15{--tw-gradient-to:#42200626 var(--tw-gradient-to-position)}.md\:to-yellow-950\/20{--tw-gradient-to:#42200633 var(--tw-gradient-to-position)}.md\:to-yellow-950\/25{--tw-gradient-to:#42200640 var(--tw-gradient-to-position)}.md\:to-yellow-950\/30{--tw-gradient-to:#4220064d var(--tw-gradient-to-position)}.md\:to-yellow-950\/35{--tw-gradient-to:#42200659 var(--tw-gradient-to-position)}.md\:to-yellow-950\/40{--tw-gradient-to:#42200666 var(--tw-gradient-to-position)}.md\:to-yellow-950\/45{--tw-gradient-to:#42200673 var(--tw-gradient-to-position)}.md\:to-yellow-950\/5{--tw-gradient-to:#4220060d var(--tw-gradient-to-position)}.md\:to-yellow-950\/50{--tw-gradient-to:#42200680 var(--tw-gradient-to-position)}.md\:to-yellow-950\/55{--tw-gradient-to:#4220068c var(--tw-gradient-to-position)}.md\:to-yellow-950\/60{--tw-gradient-to:#42200699 var(--tw-gradient-to-position)}.md\:to-yellow-950\/65{--tw-gradient-to:#422006a6 var(--tw-gradient-to-position)}.md\:to-yellow-950\/70{--tw-gradient-to:#422006b3 var(--tw-gradient-to-position)}.md\:to-yellow-950\/75{--tw-gradient-to:#422006bf var(--tw-gradient-to-position)}.md\:to-yellow-950\/80{--tw-gradient-to:#422006cc var(--tw-gradient-to-position)}.md\:to-yellow-950\/85{--tw-gradient-to:#422006d9 var(--tw-gradient-to-position)}.md\:to-yellow-950\/90{--tw-gradient-to:#422006e6 var(--tw-gradient-to-position)}.md\:to-yellow-950\/95{--tw-gradient-to:#422006f2 var(--tw-gradient-to-position)}.md\:fill-yellow-100{fill:#fef9c3}.md\:fill-yellow-100\/0{fill:#fef9c300}.md\:fill-yellow-100\/10{fill:#fef9c31a}.md\:fill-yellow-100\/100{fill:#fef9c3}.md\:fill-yellow-100\/15{fill:#fef9c326}.md\:fill-yellow-100\/20{fill:#fef9c333}.md\:fill-yellow-100\/25{fill:#fef9c340}.md\:fill-yellow-100\/30{fill:#fef9c34d}.md\:fill-yellow-100\/35{fill:#fef9c359}.md\:fill-yellow-100\/40{fill:#fef9c366}.md\:fill-yellow-100\/45{fill:#fef9c373}.md\:fill-yellow-100\/5{fill:#fef9c30d}.md\:fill-yellow-100\/50{fill:#fef9c380}.md\:fill-yellow-100\/55{fill:#fef9c38c}.md\:fill-yellow-100\/60{fill:#fef9c399}.md\:fill-yellow-100\/65{fill:#fef9c3a6}.md\:fill-yellow-100\/70{fill:#fef9c3b3}.md\:fill-yellow-100\/75{fill:#fef9c3bf}.md\:fill-yellow-100\/80{fill:#fef9c3cc}.md\:fill-yellow-100\/85{fill:#fef9c3d9}.md\:fill-yellow-100\/90{fill:#fef9c3e6}.md\:fill-yellow-100\/95{fill:#fef9c3f2}.md\:fill-yellow-200{fill:#fef08a}.md\:fill-yellow-200\/0{fill:#fef08a00}.md\:fill-yellow-200\/10{fill:#fef08a1a}.md\:fill-yellow-200\/100{fill:#fef08a}.md\:fill-yellow-200\/15{fill:#fef08a26}.md\:fill-yellow-200\/20{fill:#fef08a33}.md\:fill-yellow-200\/25{fill:#fef08a40}.md\:fill-yellow-200\/30{fill:#fef08a4d}.md\:fill-yellow-200\/35{fill:#fef08a59}.md\:fill-yellow-200\/40{fill:#fef08a66}.md\:fill-yellow-200\/45{fill:#fef08a73}.md\:fill-yellow-200\/5{fill:#fef08a0d}.md\:fill-yellow-200\/50{fill:#fef08a80}.md\:fill-yellow-200\/55{fill:#fef08a8c}.md\:fill-yellow-200\/60{fill:#fef08a99}.md\:fill-yellow-200\/65{fill:#fef08aa6}.md\:fill-yellow-200\/70{fill:#fef08ab3}.md\:fill-yellow-200\/75{fill:#fef08abf}.md\:fill-yellow-200\/80{fill:#fef08acc}.md\:fill-yellow-200\/85{fill:#fef08ad9}.md\:fill-yellow-200\/90{fill:#fef08ae6}.md\:fill-yellow-200\/95{fill:#fef08af2}.md\:fill-yellow-300{fill:#fde047}.md\:fill-yellow-300\/0{fill:#fde04700}.md\:fill-yellow-300\/10{fill:#fde0471a}.md\:fill-yellow-300\/100{fill:#fde047}.md\:fill-yellow-300\/15{fill:#fde04726}.md\:fill-yellow-300\/20{fill:#fde04733}.md\:fill-yellow-300\/25{fill:#fde04740}.md\:fill-yellow-300\/30{fill:#fde0474d}.md\:fill-yellow-300\/35{fill:#fde04759}.md\:fill-yellow-300\/40{fill:#fde04766}.md\:fill-yellow-300\/45{fill:#fde04773}.md\:fill-yellow-300\/5{fill:#fde0470d}.md\:fill-yellow-300\/50{fill:#fde04780}.md\:fill-yellow-300\/55{fill:#fde0478c}.md\:fill-yellow-300\/60{fill:#fde04799}.md\:fill-yellow-300\/65{fill:#fde047a6}.md\:fill-yellow-300\/70{fill:#fde047b3}.md\:fill-yellow-300\/75{fill:#fde047bf}.md\:fill-yellow-300\/80{fill:#fde047cc}.md\:fill-yellow-300\/85{fill:#fde047d9}.md\:fill-yellow-300\/90{fill:#fde047e6}.md\:fill-yellow-300\/95{fill:#fde047f2}.md\:fill-yellow-400{fill:#facc15}.md\:fill-yellow-400\/0{fill:#facc1500}.md\:fill-yellow-400\/10{fill:#facc151a}.md\:fill-yellow-400\/100{fill:#facc15}.md\:fill-yellow-400\/15{fill:#facc1526}.md\:fill-yellow-400\/20{fill:#facc1533}.md\:fill-yellow-400\/25{fill:#facc1540}.md\:fill-yellow-400\/30{fill:#facc154d}.md\:fill-yellow-400\/35{fill:#facc1559}.md\:fill-yellow-400\/40{fill:#facc1566}.md\:fill-yellow-400\/45{fill:#facc1573}.md\:fill-yellow-400\/5{fill:#facc150d}.md\:fill-yellow-400\/50{fill:#facc1580}.md\:fill-yellow-400\/55{fill:#facc158c}.md\:fill-yellow-400\/60{fill:#facc1599}.md\:fill-yellow-400\/65{fill:#facc15a6}.md\:fill-yellow-400\/70{fill:#facc15b3}.md\:fill-yellow-400\/75{fill:#facc15bf}.md\:fill-yellow-400\/80{fill:#facc15cc}.md\:fill-yellow-400\/85{fill:#facc15d9}.md\:fill-yellow-400\/90{fill:#facc15e6}.md\:fill-yellow-400\/95{fill:#facc15f2}.md\:fill-yellow-50{fill:#fefce8}.md\:fill-yellow-50\/0{fill:#fefce800}.md\:fill-yellow-50\/10{fill:#fefce81a}.md\:fill-yellow-50\/100{fill:#fefce8}.md\:fill-yellow-50\/15{fill:#fefce826}.md\:fill-yellow-50\/20{fill:#fefce833}.md\:fill-yellow-50\/25{fill:#fefce840}.md\:fill-yellow-50\/30{fill:#fefce84d}.md\:fill-yellow-50\/35{fill:#fefce859}.md\:fill-yellow-50\/40{fill:#fefce866}.md\:fill-yellow-50\/45{fill:#fefce873}.md\:fill-yellow-50\/5{fill:#fefce80d}.md\:fill-yellow-50\/50{fill:#fefce880}.md\:fill-yellow-50\/55{fill:#fefce88c}.md\:fill-yellow-50\/60{fill:#fefce899}.md\:fill-yellow-50\/65{fill:#fefce8a6}.md\:fill-yellow-50\/70{fill:#fefce8b3}.md\:fill-yellow-50\/75{fill:#fefce8bf}.md\:fill-yellow-50\/80{fill:#fefce8cc}.md\:fill-yellow-50\/85{fill:#fefce8d9}.md\:fill-yellow-50\/90{fill:#fefce8e6}.md\:fill-yellow-50\/95{fill:#fefce8f2}.md\:fill-yellow-500{fill:#eab308}.md\:fill-yellow-500\/0{fill:#eab30800}.md\:fill-yellow-500\/10{fill:#eab3081a}.md\:fill-yellow-500\/100{fill:#eab308}.md\:fill-yellow-500\/15{fill:#eab30826}.md\:fill-yellow-500\/20{fill:#eab30833}.md\:fill-yellow-500\/25{fill:#eab30840}.md\:fill-yellow-500\/30{fill:#eab3084d}.md\:fill-yellow-500\/35{fill:#eab30859}.md\:fill-yellow-500\/40{fill:#eab30866}.md\:fill-yellow-500\/45{fill:#eab30873}.md\:fill-yellow-500\/5{fill:#eab3080d}.md\:fill-yellow-500\/50{fill:#eab30880}.md\:fill-yellow-500\/55{fill:#eab3088c}.md\:fill-yellow-500\/60{fill:#eab30899}.md\:fill-yellow-500\/65{fill:#eab308a6}.md\:fill-yellow-500\/70{fill:#eab308b3}.md\:fill-yellow-500\/75{fill:#eab308bf}.md\:fill-yellow-500\/80{fill:#eab308cc}.md\:fill-yellow-500\/85{fill:#eab308d9}.md\:fill-yellow-500\/90{fill:#eab308e6}.md\:fill-yellow-500\/95{fill:#eab308f2}.md\:fill-yellow-600{fill:#ca8a04}.md\:fill-yellow-600\/0{fill:#ca8a0400}.md\:fill-yellow-600\/10{fill:#ca8a041a}.md\:fill-yellow-600\/100{fill:#ca8a04}.md\:fill-yellow-600\/15{fill:#ca8a0426}.md\:fill-yellow-600\/20{fill:#ca8a0433}.md\:fill-yellow-600\/25{fill:#ca8a0440}.md\:fill-yellow-600\/30{fill:#ca8a044d}.md\:fill-yellow-600\/35{fill:#ca8a0459}.md\:fill-yellow-600\/40{fill:#ca8a0466}.md\:fill-yellow-600\/45{fill:#ca8a0473}.md\:fill-yellow-600\/5{fill:#ca8a040d}.md\:fill-yellow-600\/50{fill:#ca8a0480}.md\:fill-yellow-600\/55{fill:#ca8a048c}.md\:fill-yellow-600\/60{fill:#ca8a0499}.md\:fill-yellow-600\/65{fill:#ca8a04a6}.md\:fill-yellow-600\/70{fill:#ca8a04b3}.md\:fill-yellow-600\/75{fill:#ca8a04bf}.md\:fill-yellow-600\/80{fill:#ca8a04cc}.md\:fill-yellow-600\/85{fill:#ca8a04d9}.md\:fill-yellow-600\/90{fill:#ca8a04e6}.md\:fill-yellow-600\/95{fill:#ca8a04f2}.md\:fill-yellow-700{fill:#a16207}.md\:fill-yellow-700\/0{fill:#a1620700}.md\:fill-yellow-700\/10{fill:#a162071a}.md\:fill-yellow-700\/100{fill:#a16207}.md\:fill-yellow-700\/15{fill:#a1620726}.md\:fill-yellow-700\/20{fill:#a1620733}.md\:fill-yellow-700\/25{fill:#a1620740}.md\:fill-yellow-700\/30{fill:#a162074d}.md\:fill-yellow-700\/35{fill:#a1620759}.md\:fill-yellow-700\/40{fill:#a1620766}.md\:fill-yellow-700\/45{fill:#a1620773}.md\:fill-yellow-700\/5{fill:#a162070d}.md\:fill-yellow-700\/50{fill:#a1620780}.md\:fill-yellow-700\/55{fill:#a162078c}.md\:fill-yellow-700\/60{fill:#a1620799}.md\:fill-yellow-700\/65{fill:#a16207a6}.md\:fill-yellow-700\/70{fill:#a16207b3}.md\:fill-yellow-700\/75{fill:#a16207bf}.md\:fill-yellow-700\/80{fill:#a16207cc}.md\:fill-yellow-700\/85{fill:#a16207d9}.md\:fill-yellow-700\/90{fill:#a16207e6}.md\:fill-yellow-700\/95{fill:#a16207f2}.md\:fill-yellow-800{fill:#854d0e}.md\:fill-yellow-800\/0{fill:#854d0e00}.md\:fill-yellow-800\/10{fill:#854d0e1a}.md\:fill-yellow-800\/100{fill:#854d0e}.md\:fill-yellow-800\/15{fill:#854d0e26}.md\:fill-yellow-800\/20{fill:#854d0e33}.md\:fill-yellow-800\/25{fill:#854d0e40}.md\:fill-yellow-800\/30{fill:#854d0e4d}.md\:fill-yellow-800\/35{fill:#854d0e59}.md\:fill-yellow-800\/40{fill:#854d0e66}.md\:fill-yellow-800\/45{fill:#854d0e73}.md\:fill-yellow-800\/5{fill:#854d0e0d}.md\:fill-yellow-800\/50{fill:#854d0e80}.md\:fill-yellow-800\/55{fill:#854d0e8c}.md\:fill-yellow-800\/60{fill:#854d0e99}.md\:fill-yellow-800\/65{fill:#854d0ea6}.md\:fill-yellow-800\/70{fill:#854d0eb3}.md\:fill-yellow-800\/75{fill:#854d0ebf}.md\:fill-yellow-800\/80{fill:#854d0ecc}.md\:fill-yellow-800\/85{fill:#854d0ed9}.md\:fill-yellow-800\/90{fill:#854d0ee6}.md\:fill-yellow-800\/95{fill:#854d0ef2}.md\:fill-yellow-900{fill:#713f12}.md\:fill-yellow-900\/0{fill:#713f1200}.md\:fill-yellow-900\/10{fill:#713f121a}.md\:fill-yellow-900\/100{fill:#713f12}.md\:fill-yellow-900\/15{fill:#713f1226}.md\:fill-yellow-900\/20{fill:#713f1233}.md\:fill-yellow-900\/25{fill:#713f1240}.md\:fill-yellow-900\/30{fill:#713f124d}.md\:fill-yellow-900\/35{fill:#713f1259}.md\:fill-yellow-900\/40{fill:#713f1266}.md\:fill-yellow-900\/45{fill:#713f1273}.md\:fill-yellow-900\/5{fill:#713f120d}.md\:fill-yellow-900\/50{fill:#713f1280}.md\:fill-yellow-900\/55{fill:#713f128c}.md\:fill-yellow-900\/60{fill:#713f1299}.md\:fill-yellow-900\/65{fill:#713f12a6}.md\:fill-yellow-900\/70{fill:#713f12b3}.md\:fill-yellow-900\/75{fill:#713f12bf}.md\:fill-yellow-900\/80{fill:#713f12cc}.md\:fill-yellow-900\/85{fill:#713f12d9}.md\:fill-yellow-900\/90{fill:#713f12e6}.md\:fill-yellow-900\/95{fill:#713f12f2}.md\:fill-yellow-950{fill:#422006}.md\:fill-yellow-950\/0{fill:#42200600}.md\:fill-yellow-950\/10{fill:#4220061a}.md\:fill-yellow-950\/100{fill:#422006}.md\:fill-yellow-950\/15{fill:#42200626}.md\:fill-yellow-950\/20{fill:#42200633}.md\:fill-yellow-950\/25{fill:#42200640}.md\:fill-yellow-950\/30{fill:#4220064d}.md\:fill-yellow-950\/35{fill:#42200659}.md\:fill-yellow-950\/40{fill:#42200666}.md\:fill-yellow-950\/45{fill:#42200673}.md\:fill-yellow-950\/5{fill:#4220060d}.md\:fill-yellow-950\/50{fill:#42200680}.md\:fill-yellow-950\/55{fill:#4220068c}.md\:fill-yellow-950\/60{fill:#42200699}.md\:fill-yellow-950\/65{fill:#422006a6}.md\:fill-yellow-950\/70{fill:#422006b3}.md\:fill-yellow-950\/75{fill:#422006bf}.md\:fill-yellow-950\/80{fill:#422006cc}.md\:fill-yellow-950\/85{fill:#422006d9}.md\:fill-yellow-950\/90{fill:#422006e6}.md\:fill-yellow-950\/95{fill:#422006f2}.md\:stroke-yellow-100{stroke:#fef9c3}.md\:stroke-yellow-100\/0{stroke:#fef9c300}.md\:stroke-yellow-100\/10{stroke:#fef9c31a}.md\:stroke-yellow-100\/100{stroke:#fef9c3}.md\:stroke-yellow-100\/15{stroke:#fef9c326}.md\:stroke-yellow-100\/20{stroke:#fef9c333}.md\:stroke-yellow-100\/25{stroke:#fef9c340}.md\:stroke-yellow-100\/30{stroke:#fef9c34d}.md\:stroke-yellow-100\/35{stroke:#fef9c359}.md\:stroke-yellow-100\/40{stroke:#fef9c366}.md\:stroke-yellow-100\/45{stroke:#fef9c373}.md\:stroke-yellow-100\/5{stroke:#fef9c30d}.md\:stroke-yellow-100\/50{stroke:#fef9c380}.md\:stroke-yellow-100\/55{stroke:#fef9c38c}.md\:stroke-yellow-100\/60{stroke:#fef9c399}.md\:stroke-yellow-100\/65{stroke:#fef9c3a6}.md\:stroke-yellow-100\/70{stroke:#fef9c3b3}.md\:stroke-yellow-100\/75{stroke:#fef9c3bf}.md\:stroke-yellow-100\/80{stroke:#fef9c3cc}.md\:stroke-yellow-100\/85{stroke:#fef9c3d9}.md\:stroke-yellow-100\/90{stroke:#fef9c3e6}.md\:stroke-yellow-100\/95{stroke:#fef9c3f2}.md\:stroke-yellow-200{stroke:#fef08a}.md\:stroke-yellow-200\/0{stroke:#fef08a00}.md\:stroke-yellow-200\/10{stroke:#fef08a1a}.md\:stroke-yellow-200\/100{stroke:#fef08a}.md\:stroke-yellow-200\/15{stroke:#fef08a26}.md\:stroke-yellow-200\/20{stroke:#fef08a33}.md\:stroke-yellow-200\/25{stroke:#fef08a40}.md\:stroke-yellow-200\/30{stroke:#fef08a4d}.md\:stroke-yellow-200\/35{stroke:#fef08a59}.md\:stroke-yellow-200\/40{stroke:#fef08a66}.md\:stroke-yellow-200\/45{stroke:#fef08a73}.md\:stroke-yellow-200\/5{stroke:#fef08a0d}.md\:stroke-yellow-200\/50{stroke:#fef08a80}.md\:stroke-yellow-200\/55{stroke:#fef08a8c}.md\:stroke-yellow-200\/60{stroke:#fef08a99}.md\:stroke-yellow-200\/65{stroke:#fef08aa6}.md\:stroke-yellow-200\/70{stroke:#fef08ab3}.md\:stroke-yellow-200\/75{stroke:#fef08abf}.md\:stroke-yellow-200\/80{stroke:#fef08acc}.md\:stroke-yellow-200\/85{stroke:#fef08ad9}.md\:stroke-yellow-200\/90{stroke:#fef08ae6}.md\:stroke-yellow-200\/95{stroke:#fef08af2}.md\:stroke-yellow-300{stroke:#fde047}.md\:stroke-yellow-300\/0{stroke:#fde04700}.md\:stroke-yellow-300\/10{stroke:#fde0471a}.md\:stroke-yellow-300\/100{stroke:#fde047}.md\:stroke-yellow-300\/15{stroke:#fde04726}.md\:stroke-yellow-300\/20{stroke:#fde04733}.md\:stroke-yellow-300\/25{stroke:#fde04740}.md\:stroke-yellow-300\/30{stroke:#fde0474d}.md\:stroke-yellow-300\/35{stroke:#fde04759}.md\:stroke-yellow-300\/40{stroke:#fde04766}.md\:stroke-yellow-300\/45{stroke:#fde04773}.md\:stroke-yellow-300\/5{stroke:#fde0470d}.md\:stroke-yellow-300\/50{stroke:#fde04780}.md\:stroke-yellow-300\/55{stroke:#fde0478c}.md\:stroke-yellow-300\/60{stroke:#fde04799}.md\:stroke-yellow-300\/65{stroke:#fde047a6}.md\:stroke-yellow-300\/70{stroke:#fde047b3}.md\:stroke-yellow-300\/75{stroke:#fde047bf}.md\:stroke-yellow-300\/80{stroke:#fde047cc}.md\:stroke-yellow-300\/85{stroke:#fde047d9}.md\:stroke-yellow-300\/90{stroke:#fde047e6}.md\:stroke-yellow-300\/95{stroke:#fde047f2}.md\:stroke-yellow-400{stroke:#facc15}.md\:stroke-yellow-400\/0{stroke:#facc1500}.md\:stroke-yellow-400\/10{stroke:#facc151a}.md\:stroke-yellow-400\/100{stroke:#facc15}.md\:stroke-yellow-400\/15{stroke:#facc1526}.md\:stroke-yellow-400\/20{stroke:#facc1533}.md\:stroke-yellow-400\/25{stroke:#facc1540}.md\:stroke-yellow-400\/30{stroke:#facc154d}.md\:stroke-yellow-400\/35{stroke:#facc1559}.md\:stroke-yellow-400\/40{stroke:#facc1566}.md\:stroke-yellow-400\/45{stroke:#facc1573}.md\:stroke-yellow-400\/5{stroke:#facc150d}.md\:stroke-yellow-400\/50{stroke:#facc1580}.md\:stroke-yellow-400\/55{stroke:#facc158c}.md\:stroke-yellow-400\/60{stroke:#facc1599}.md\:stroke-yellow-400\/65{stroke:#facc15a6}.md\:stroke-yellow-400\/70{stroke:#facc15b3}.md\:stroke-yellow-400\/75{stroke:#facc15bf}.md\:stroke-yellow-400\/80{stroke:#facc15cc}.md\:stroke-yellow-400\/85{stroke:#facc15d9}.md\:stroke-yellow-400\/90{stroke:#facc15e6}.md\:stroke-yellow-400\/95{stroke:#facc15f2}.md\:stroke-yellow-50{stroke:#fefce8}.md\:stroke-yellow-50\/0{stroke:#fefce800}.md\:stroke-yellow-50\/10{stroke:#fefce81a}.md\:stroke-yellow-50\/100{stroke:#fefce8}.md\:stroke-yellow-50\/15{stroke:#fefce826}.md\:stroke-yellow-50\/20{stroke:#fefce833}.md\:stroke-yellow-50\/25{stroke:#fefce840}.md\:stroke-yellow-50\/30{stroke:#fefce84d}.md\:stroke-yellow-50\/35{stroke:#fefce859}.md\:stroke-yellow-50\/40{stroke:#fefce866}.md\:stroke-yellow-50\/45{stroke:#fefce873}.md\:stroke-yellow-50\/5{stroke:#fefce80d}.md\:stroke-yellow-50\/50{stroke:#fefce880}.md\:stroke-yellow-50\/55{stroke:#fefce88c}.md\:stroke-yellow-50\/60{stroke:#fefce899}.md\:stroke-yellow-50\/65{stroke:#fefce8a6}.md\:stroke-yellow-50\/70{stroke:#fefce8b3}.md\:stroke-yellow-50\/75{stroke:#fefce8bf}.md\:stroke-yellow-50\/80{stroke:#fefce8cc}.md\:stroke-yellow-50\/85{stroke:#fefce8d9}.md\:stroke-yellow-50\/90{stroke:#fefce8e6}.md\:stroke-yellow-50\/95{stroke:#fefce8f2}.md\:stroke-yellow-500{stroke:#eab308}.md\:stroke-yellow-500\/0{stroke:#eab30800}.md\:stroke-yellow-500\/10{stroke:#eab3081a}.md\:stroke-yellow-500\/100{stroke:#eab308}.md\:stroke-yellow-500\/15{stroke:#eab30826}.md\:stroke-yellow-500\/20{stroke:#eab30833}.md\:stroke-yellow-500\/25{stroke:#eab30840}.md\:stroke-yellow-500\/30{stroke:#eab3084d}.md\:stroke-yellow-500\/35{stroke:#eab30859}.md\:stroke-yellow-500\/40{stroke:#eab30866}.md\:stroke-yellow-500\/45{stroke:#eab30873}.md\:stroke-yellow-500\/5{stroke:#eab3080d}.md\:stroke-yellow-500\/50{stroke:#eab30880}.md\:stroke-yellow-500\/55{stroke:#eab3088c}.md\:stroke-yellow-500\/60{stroke:#eab30899}.md\:stroke-yellow-500\/65{stroke:#eab308a6}.md\:stroke-yellow-500\/70{stroke:#eab308b3}.md\:stroke-yellow-500\/75{stroke:#eab308bf}.md\:stroke-yellow-500\/80{stroke:#eab308cc}.md\:stroke-yellow-500\/85{stroke:#eab308d9}.md\:stroke-yellow-500\/90{stroke:#eab308e6}.md\:stroke-yellow-500\/95{stroke:#eab308f2}.md\:stroke-yellow-600{stroke:#ca8a04}.md\:stroke-yellow-600\/0{stroke:#ca8a0400}.md\:stroke-yellow-600\/10{stroke:#ca8a041a}.md\:stroke-yellow-600\/100{stroke:#ca8a04}.md\:stroke-yellow-600\/15{stroke:#ca8a0426}.md\:stroke-yellow-600\/20{stroke:#ca8a0433}.md\:stroke-yellow-600\/25{stroke:#ca8a0440}.md\:stroke-yellow-600\/30{stroke:#ca8a044d}.md\:stroke-yellow-600\/35{stroke:#ca8a0459}.md\:stroke-yellow-600\/40{stroke:#ca8a0466}.md\:stroke-yellow-600\/45{stroke:#ca8a0473}.md\:stroke-yellow-600\/5{stroke:#ca8a040d}.md\:stroke-yellow-600\/50{stroke:#ca8a0480}.md\:stroke-yellow-600\/55{stroke:#ca8a048c}.md\:stroke-yellow-600\/60{stroke:#ca8a0499}.md\:stroke-yellow-600\/65{stroke:#ca8a04a6}.md\:stroke-yellow-600\/70{stroke:#ca8a04b3}.md\:stroke-yellow-600\/75{stroke:#ca8a04bf}.md\:stroke-yellow-600\/80{stroke:#ca8a04cc}.md\:stroke-yellow-600\/85{stroke:#ca8a04d9}.md\:stroke-yellow-600\/90{stroke:#ca8a04e6}.md\:stroke-yellow-600\/95{stroke:#ca8a04f2}.md\:stroke-yellow-700{stroke:#a16207}.md\:stroke-yellow-700\/0{stroke:#a1620700}.md\:stroke-yellow-700\/10{stroke:#a162071a}.md\:stroke-yellow-700\/100{stroke:#a16207}.md\:stroke-yellow-700\/15{stroke:#a1620726}.md\:stroke-yellow-700\/20{stroke:#a1620733}.md\:stroke-yellow-700\/25{stroke:#a1620740}.md\:stroke-yellow-700\/30{stroke:#a162074d}.md\:stroke-yellow-700\/35{stroke:#a1620759}.md\:stroke-yellow-700\/40{stroke:#a1620766}.md\:stroke-yellow-700\/45{stroke:#a1620773}.md\:stroke-yellow-700\/5{stroke:#a162070d}.md\:stroke-yellow-700\/50{stroke:#a1620780}.md\:stroke-yellow-700\/55{stroke:#a162078c}.md\:stroke-yellow-700\/60{stroke:#a1620799}.md\:stroke-yellow-700\/65{stroke:#a16207a6}.md\:stroke-yellow-700\/70{stroke:#a16207b3}.md\:stroke-yellow-700\/75{stroke:#a16207bf}.md\:stroke-yellow-700\/80{stroke:#a16207cc}.md\:stroke-yellow-700\/85{stroke:#a16207d9}.md\:stroke-yellow-700\/90{stroke:#a16207e6}.md\:stroke-yellow-700\/95{stroke:#a16207f2}.md\:stroke-yellow-800{stroke:#854d0e}.md\:stroke-yellow-800\/0{stroke:#854d0e00}.md\:stroke-yellow-800\/10{stroke:#854d0e1a}.md\:stroke-yellow-800\/100{stroke:#854d0e}.md\:stroke-yellow-800\/15{stroke:#854d0e26}.md\:stroke-yellow-800\/20{stroke:#854d0e33}.md\:stroke-yellow-800\/25{stroke:#854d0e40}.md\:stroke-yellow-800\/30{stroke:#854d0e4d}.md\:stroke-yellow-800\/35{stroke:#854d0e59}.md\:stroke-yellow-800\/40{stroke:#854d0e66}.md\:stroke-yellow-800\/45{stroke:#854d0e73}.md\:stroke-yellow-800\/5{stroke:#854d0e0d}.md\:stroke-yellow-800\/50{stroke:#854d0e80}.md\:stroke-yellow-800\/55{stroke:#854d0e8c}.md\:stroke-yellow-800\/60{stroke:#854d0e99}.md\:stroke-yellow-800\/65{stroke:#854d0ea6}.md\:stroke-yellow-800\/70{stroke:#854d0eb3}.md\:stroke-yellow-800\/75{stroke:#854d0ebf}.md\:stroke-yellow-800\/80{stroke:#854d0ecc}.md\:stroke-yellow-800\/85{stroke:#854d0ed9}.md\:stroke-yellow-800\/90{stroke:#854d0ee6}.md\:stroke-yellow-800\/95{stroke:#854d0ef2}.md\:stroke-yellow-900{stroke:#713f12}.md\:stroke-yellow-900\/0{stroke:#713f1200}.md\:stroke-yellow-900\/10{stroke:#713f121a}.md\:stroke-yellow-900\/100{stroke:#713f12}.md\:stroke-yellow-900\/15{stroke:#713f1226}.md\:stroke-yellow-900\/20{stroke:#713f1233}.md\:stroke-yellow-900\/25{stroke:#713f1240}.md\:stroke-yellow-900\/30{stroke:#713f124d}.md\:stroke-yellow-900\/35{stroke:#713f1259}.md\:stroke-yellow-900\/40{stroke:#713f1266}.md\:stroke-yellow-900\/45{stroke:#713f1273}.md\:stroke-yellow-900\/5{stroke:#713f120d}.md\:stroke-yellow-900\/50{stroke:#713f1280}.md\:stroke-yellow-900\/55{stroke:#713f128c}.md\:stroke-yellow-900\/60{stroke:#713f1299}.md\:stroke-yellow-900\/65{stroke:#713f12a6}.md\:stroke-yellow-900\/70{stroke:#713f12b3}.md\:stroke-yellow-900\/75{stroke:#713f12bf}.md\:stroke-yellow-900\/80{stroke:#713f12cc}.md\:stroke-yellow-900\/85{stroke:#713f12d9}.md\:stroke-yellow-900\/90{stroke:#713f12e6}.md\:stroke-yellow-900\/95{stroke:#713f12f2}.md\:stroke-yellow-950{stroke:#422006}.md\:stroke-yellow-950\/0{stroke:#42200600}.md\:stroke-yellow-950\/10{stroke:#4220061a}.md\:stroke-yellow-950\/100{stroke:#422006}.md\:stroke-yellow-950\/15{stroke:#42200626}.md\:stroke-yellow-950\/20{stroke:#42200633}.md\:stroke-yellow-950\/25{stroke:#42200640}.md\:stroke-yellow-950\/30{stroke:#4220064d}.md\:stroke-yellow-950\/35{stroke:#42200659}.md\:stroke-yellow-950\/40{stroke:#42200666}.md\:stroke-yellow-950\/45{stroke:#42200673}.md\:stroke-yellow-950\/5{stroke:#4220060d}.md\:stroke-yellow-950\/50{stroke:#42200680}.md\:stroke-yellow-950\/55{stroke:#4220068c}.md\:stroke-yellow-950\/60{stroke:#42200699}.md\:stroke-yellow-950\/65{stroke:#422006a6}.md\:stroke-yellow-950\/70{stroke:#422006b3}.md\:stroke-yellow-950\/75{stroke:#422006bf}.md\:stroke-yellow-950\/80{stroke:#422006cc}.md\:stroke-yellow-950\/85{stroke:#422006d9}.md\:stroke-yellow-950\/90{stroke:#422006e6}.md\:stroke-yellow-950\/95{stroke:#422006f2}.md\:p-8{padding:2rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:pr-4{padding-right:1rem}.md\:text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity,1))}.md\:text-yellow-100\/0{color:#fef9c300}.md\:text-yellow-100\/10{color:#fef9c31a}.md\:text-yellow-100\/100{color:#fef9c3}.md\:text-yellow-100\/15{color:#fef9c326}.md\:text-yellow-100\/20{color:#fef9c333}.md\:text-yellow-100\/25{color:#fef9c340}.md\:text-yellow-100\/30{color:#fef9c34d}.md\:text-yellow-100\/35{color:#fef9c359}.md\:text-yellow-100\/40{color:#fef9c366}.md\:text-yellow-100\/45{color:#fef9c373}.md\:text-yellow-100\/5{color:#fef9c30d}.md\:text-yellow-100\/50{color:#fef9c380}.md\:text-yellow-100\/55{color:#fef9c38c}.md\:text-yellow-100\/60{color:#fef9c399}.md\:text-yellow-100\/65{color:#fef9c3a6}.md\:text-yellow-100\/70{color:#fef9c3b3}.md\:text-yellow-100\/75{color:#fef9c3bf}.md\:text-yellow-100\/80{color:#fef9c3cc}.md\:text-yellow-100\/85{color:#fef9c3d9}.md\:text-yellow-100\/90{color:#fef9c3e6}.md\:text-yellow-100\/95{color:#fef9c3f2}.md\:text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.md\:text-yellow-200\/0{color:#fef08a00}.md\:text-yellow-200\/10{color:#fef08a1a}.md\:text-yellow-200\/100{color:#fef08a}.md\:text-yellow-200\/15{color:#fef08a26}.md\:text-yellow-200\/20{color:#fef08a33}.md\:text-yellow-200\/25{color:#fef08a40}.md\:text-yellow-200\/30{color:#fef08a4d}.md\:text-yellow-200\/35{color:#fef08a59}.md\:text-yellow-200\/40{color:#fef08a66}.md\:text-yellow-200\/45{color:#fef08a73}.md\:text-yellow-200\/5{color:#fef08a0d}.md\:text-yellow-200\/50{color:#fef08a80}.md\:text-yellow-200\/55{color:#fef08a8c}.md\:text-yellow-200\/60{color:#fef08a99}.md\:text-yellow-200\/65{color:#fef08aa6}.md\:text-yellow-200\/70{color:#fef08ab3}.md\:text-yellow-200\/75{color:#fef08abf}.md\:text-yellow-200\/80{color:#fef08acc}.md\:text-yellow-200\/85{color:#fef08ad9}.md\:text-yellow-200\/90{color:#fef08ae6}.md\:text-yellow-200\/95{color:#fef08af2}.md\:text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.md\:text-yellow-300\/0{color:#fde04700}.md\:text-yellow-300\/10{color:#fde0471a}.md\:text-yellow-300\/100{color:#fde047}.md\:text-yellow-300\/15{color:#fde04726}.md\:text-yellow-300\/20{color:#fde04733}.md\:text-yellow-300\/25{color:#fde04740}.md\:text-yellow-300\/30{color:#fde0474d}.md\:text-yellow-300\/35{color:#fde04759}.md\:text-yellow-300\/40{color:#fde04766}.md\:text-yellow-300\/45{color:#fde04773}.md\:text-yellow-300\/5{color:#fde0470d}.md\:text-yellow-300\/50{color:#fde04780}.md\:text-yellow-300\/55{color:#fde0478c}.md\:text-yellow-300\/60{color:#fde04799}.md\:text-yellow-300\/65{color:#fde047a6}.md\:text-yellow-300\/70{color:#fde047b3}.md\:text-yellow-300\/75{color:#fde047bf}.md\:text-yellow-300\/80{color:#fde047cc}.md\:text-yellow-300\/85{color:#fde047d9}.md\:text-yellow-300\/90{color:#fde047e6}.md\:text-yellow-300\/95{color:#fde047f2}.md\:text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.md\:text-yellow-400\/0{color:#facc1500}.md\:text-yellow-400\/10{color:#facc151a}.md\:text-yellow-400\/100{color:#facc15}.md\:text-yellow-400\/15{color:#facc1526}.md\:text-yellow-400\/20{color:#facc1533}.md\:text-yellow-400\/25{color:#facc1540}.md\:text-yellow-400\/30{color:#facc154d}.md\:text-yellow-400\/35{color:#facc1559}.md\:text-yellow-400\/40{color:#facc1566}.md\:text-yellow-400\/45{color:#facc1573}.md\:text-yellow-400\/5{color:#facc150d}.md\:text-yellow-400\/50{color:#facc1580}.md\:text-yellow-400\/55{color:#facc158c}.md\:text-yellow-400\/60{color:#facc1599}.md\:text-yellow-400\/65{color:#facc15a6}.md\:text-yellow-400\/70{color:#facc15b3}.md\:text-yellow-400\/75{color:#facc15bf}.md\:text-yellow-400\/80{color:#facc15cc}.md\:text-yellow-400\/85{color:#facc15d9}.md\:text-yellow-400\/90{color:#facc15e6}.md\:text-yellow-400\/95{color:#facc15f2}.md\:text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity,1))}.md\:text-yellow-50\/0{color:#fefce800}.md\:text-yellow-50\/10{color:#fefce81a}.md\:text-yellow-50\/100{color:#fefce8}.md\:text-yellow-50\/15{color:#fefce826}.md\:text-yellow-50\/20{color:#fefce833}.md\:text-yellow-50\/25{color:#fefce840}.md\:text-yellow-50\/30{color:#fefce84d}.md\:text-yellow-50\/35{color:#fefce859}.md\:text-yellow-50\/40{color:#fefce866}.md\:text-yellow-50\/45{color:#fefce873}.md\:text-yellow-50\/5{color:#fefce80d}.md\:text-yellow-50\/50{color:#fefce880}.md\:text-yellow-50\/55{color:#fefce88c}.md\:text-yellow-50\/60{color:#fefce899}.md\:text-yellow-50\/65{color:#fefce8a6}.md\:text-yellow-50\/70{color:#fefce8b3}.md\:text-yellow-50\/75{color:#fefce8bf}.md\:text-yellow-50\/80{color:#fefce8cc}.md\:text-yellow-50\/85{color:#fefce8d9}.md\:text-yellow-50\/90{color:#fefce8e6}.md\:text-yellow-50\/95{color:#fefce8f2}.md\:text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.md\:text-yellow-500\/0{color:#eab30800}.md\:text-yellow-500\/10{color:#eab3081a}.md\:text-yellow-500\/100{color:#eab308}.md\:text-yellow-500\/15{color:#eab30826}.md\:text-yellow-500\/20{color:#eab30833}.md\:text-yellow-500\/25{color:#eab30840}.md\:text-yellow-500\/30{color:#eab3084d}.md\:text-yellow-500\/35{color:#eab30859}.md\:text-yellow-500\/40{color:#eab30866}.md\:text-yellow-500\/45{color:#eab30873}.md\:text-yellow-500\/5{color:#eab3080d}.md\:text-yellow-500\/50{color:#eab30880}.md\:text-yellow-500\/55{color:#eab3088c}.md\:text-yellow-500\/60{color:#eab30899}.md\:text-yellow-500\/65{color:#eab308a6}.md\:text-yellow-500\/70{color:#eab308b3}.md\:text-yellow-500\/75{color:#eab308bf}.md\:text-yellow-500\/80{color:#eab308cc}.md\:text-yellow-500\/85{color:#eab308d9}.md\:text-yellow-500\/90{color:#eab308e6}.md\:text-yellow-500\/95{color:#eab308f2}.md\:text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.md\:text-yellow-600\/0{color:#ca8a0400}.md\:text-yellow-600\/10{color:#ca8a041a}.md\:text-yellow-600\/100{color:#ca8a04}.md\:text-yellow-600\/15{color:#ca8a0426}.md\:text-yellow-600\/20{color:#ca8a0433}.md\:text-yellow-600\/25{color:#ca8a0440}.md\:text-yellow-600\/30{color:#ca8a044d}.md\:text-yellow-600\/35{color:#ca8a0459}.md\:text-yellow-600\/40{color:#ca8a0466}.md\:text-yellow-600\/45{color:#ca8a0473}.md\:text-yellow-600\/5{color:#ca8a040d}.md\:text-yellow-600\/50{color:#ca8a0480}.md\:text-yellow-600\/55{color:#ca8a048c}.md\:text-yellow-600\/60{color:#ca8a0499}.md\:text-yellow-600\/65{color:#ca8a04a6}.md\:text-yellow-600\/70{color:#ca8a04b3}.md\:text-yellow-600\/75{color:#ca8a04bf}.md\:text-yellow-600\/80{color:#ca8a04cc}.md\:text-yellow-600\/85{color:#ca8a04d9}.md\:text-yellow-600\/90{color:#ca8a04e6}.md\:text-yellow-600\/95{color:#ca8a04f2}.md\:text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.md\:text-yellow-700\/0{color:#a1620700}.md\:text-yellow-700\/10{color:#a162071a}.md\:text-yellow-700\/100{color:#a16207}.md\:text-yellow-700\/15{color:#a1620726}.md\:text-yellow-700\/20{color:#a1620733}.md\:text-yellow-700\/25{color:#a1620740}.md\:text-yellow-700\/30{color:#a162074d}.md\:text-yellow-700\/35{color:#a1620759}.md\:text-yellow-700\/40{color:#a1620766}.md\:text-yellow-700\/45{color:#a1620773}.md\:text-yellow-700\/5{color:#a162070d}.md\:text-yellow-700\/50{color:#a1620780}.md\:text-yellow-700\/55{color:#a162078c}.md\:text-yellow-700\/60{color:#a1620799}.md\:text-yellow-700\/65{color:#a16207a6}.md\:text-yellow-700\/70{color:#a16207b3}.md\:text-yellow-700\/75{color:#a16207bf}.md\:text-yellow-700\/80{color:#a16207cc}.md\:text-yellow-700\/85{color:#a16207d9}.md\:text-yellow-700\/90{color:#a16207e6}.md\:text-yellow-700\/95{color:#a16207f2}.md\:text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.md\:text-yellow-800\/0{color:#854d0e00}.md\:text-yellow-800\/10{color:#854d0e1a}.md\:text-yellow-800\/100{color:#854d0e}.md\:text-yellow-800\/15{color:#854d0e26}.md\:text-yellow-800\/20{color:#854d0e33}.md\:text-yellow-800\/25{color:#854d0e40}.md\:text-yellow-800\/30{color:#854d0e4d}.md\:text-yellow-800\/35{color:#854d0e59}.md\:text-yellow-800\/40{color:#854d0e66}.md\:text-yellow-800\/45{color:#854d0e73}.md\:text-yellow-800\/5{color:#854d0e0d}.md\:text-yellow-800\/50{color:#854d0e80}.md\:text-yellow-800\/55{color:#854d0e8c}.md\:text-yellow-800\/60{color:#854d0e99}.md\:text-yellow-800\/65{color:#854d0ea6}.md\:text-yellow-800\/70{color:#854d0eb3}.md\:text-yellow-800\/75{color:#854d0ebf}.md\:text-yellow-800\/80{color:#854d0ecc}.md\:text-yellow-800\/85{color:#854d0ed9}.md\:text-yellow-800\/90{color:#854d0ee6}.md\:text-yellow-800\/95{color:#854d0ef2}.md\:text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity,1))}.md\:text-yellow-900\/0{color:#713f1200}.md\:text-yellow-900\/10{color:#713f121a}.md\:text-yellow-900\/100{color:#713f12}.md\:text-yellow-900\/15{color:#713f1226}.md\:text-yellow-900\/20{color:#713f1233}.md\:text-yellow-900\/25{color:#713f1240}.md\:text-yellow-900\/30{color:#713f124d}.md\:text-yellow-900\/35{color:#713f1259}.md\:text-yellow-900\/40{color:#713f1266}.md\:text-yellow-900\/45{color:#713f1273}.md\:text-yellow-900\/5{color:#713f120d}.md\:text-yellow-900\/50{color:#713f1280}.md\:text-yellow-900\/55{color:#713f128c}.md\:text-yellow-900\/60{color:#713f1299}.md\:text-yellow-900\/65{color:#713f12a6}.md\:text-yellow-900\/70{color:#713f12b3}.md\:text-yellow-900\/75{color:#713f12bf}.md\:text-yellow-900\/80{color:#713f12cc}.md\:text-yellow-900\/85{color:#713f12d9}.md\:text-yellow-900\/90{color:#713f12e6}.md\:text-yellow-900\/95{color:#713f12f2}.md\:text-yellow-950{--tw-text-opacity:1;color:rgb(66 32 6/var(--tw-text-opacity,1))}.md\:text-yellow-950\/0{color:#42200600}.md\:text-yellow-950\/10{color:#4220061a}.md\:text-yellow-950\/100{color:#422006}.md\:text-yellow-950\/15{color:#42200626}.md\:text-yellow-950\/20{color:#42200633}.md\:text-yellow-950\/25{color:#42200640}.md\:text-yellow-950\/30{color:#4220064d}.md\:text-yellow-950\/35{color:#42200659}.md\:text-yellow-950\/40{color:#42200666}.md\:text-yellow-950\/45{color:#42200673}.md\:text-yellow-950\/5{color:#4220060d}.md\:text-yellow-950\/50{color:#42200680}.md\:text-yellow-950\/55{color:#4220068c}.md\:text-yellow-950\/60{color:#42200699}.md\:text-yellow-950\/65{color:#422006a6}.md\:text-yellow-950\/70{color:#422006b3}.md\:text-yellow-950\/75{color:#422006bf}.md\:text-yellow-950\/80{color:#422006cc}.md\:text-yellow-950\/85{color:#422006d9}.md\:text-yellow-950\/90{color:#422006e6}.md\:text-yellow-950\/95{color:#422006f2}.md\:decoration-yellow-100{text-decoration-color:#fef9c3}.md\:decoration-yellow-100\/0{text-decoration-color:#fef9c300}.md\:decoration-yellow-100\/10{text-decoration-color:#fef9c31a}.md\:decoration-yellow-100\/100{text-decoration-color:#fef9c3}.md\:decoration-yellow-100\/15{text-decoration-color:#fef9c326}.md\:decoration-yellow-100\/20{text-decoration-color:#fef9c333}.md\:decoration-yellow-100\/25{text-decoration-color:#fef9c340}.md\:decoration-yellow-100\/30{text-decoration-color:#fef9c34d}.md\:decoration-yellow-100\/35{text-decoration-color:#fef9c359}.md\:decoration-yellow-100\/40{text-decoration-color:#fef9c366}.md\:decoration-yellow-100\/45{text-decoration-color:#fef9c373}.md\:decoration-yellow-100\/5{text-decoration-color:#fef9c30d}.md\:decoration-yellow-100\/50{text-decoration-color:#fef9c380}.md\:decoration-yellow-100\/55{text-decoration-color:#fef9c38c}.md\:decoration-yellow-100\/60{text-decoration-color:#fef9c399}.md\:decoration-yellow-100\/65{text-decoration-color:#fef9c3a6}.md\:decoration-yellow-100\/70{text-decoration-color:#fef9c3b3}.md\:decoration-yellow-100\/75{text-decoration-color:#fef9c3bf}.md\:decoration-yellow-100\/80{text-decoration-color:#fef9c3cc}.md\:decoration-yellow-100\/85{text-decoration-color:#fef9c3d9}.md\:decoration-yellow-100\/90{text-decoration-color:#fef9c3e6}.md\:decoration-yellow-100\/95{text-decoration-color:#fef9c3f2}.md\:decoration-yellow-200{text-decoration-color:#fef08a}.md\:decoration-yellow-200\/0{text-decoration-color:#fef08a00}.md\:decoration-yellow-200\/10{text-decoration-color:#fef08a1a}.md\:decoration-yellow-200\/100{text-decoration-color:#fef08a}.md\:decoration-yellow-200\/15{text-decoration-color:#fef08a26}.md\:decoration-yellow-200\/20{text-decoration-color:#fef08a33}.md\:decoration-yellow-200\/25{text-decoration-color:#fef08a40}.md\:decoration-yellow-200\/30{text-decoration-color:#fef08a4d}.md\:decoration-yellow-200\/35{text-decoration-color:#fef08a59}.md\:decoration-yellow-200\/40{text-decoration-color:#fef08a66}.md\:decoration-yellow-200\/45{text-decoration-color:#fef08a73}.md\:decoration-yellow-200\/5{text-decoration-color:#fef08a0d}.md\:decoration-yellow-200\/50{text-decoration-color:#fef08a80}.md\:decoration-yellow-200\/55{text-decoration-color:#fef08a8c}.md\:decoration-yellow-200\/60{text-decoration-color:#fef08a99}.md\:decoration-yellow-200\/65{text-decoration-color:#fef08aa6}.md\:decoration-yellow-200\/70{text-decoration-color:#fef08ab3}.md\:decoration-yellow-200\/75{text-decoration-color:#fef08abf}.md\:decoration-yellow-200\/80{text-decoration-color:#fef08acc}.md\:decoration-yellow-200\/85{text-decoration-color:#fef08ad9}.md\:decoration-yellow-200\/90{text-decoration-color:#fef08ae6}.md\:decoration-yellow-200\/95{text-decoration-color:#fef08af2}.md\:decoration-yellow-300{text-decoration-color:#fde047}.md\:decoration-yellow-300\/0{text-decoration-color:#fde04700}.md\:decoration-yellow-300\/10{text-decoration-color:#fde0471a}.md\:decoration-yellow-300\/100{text-decoration-color:#fde047}.md\:decoration-yellow-300\/15{text-decoration-color:#fde04726}.md\:decoration-yellow-300\/20{text-decoration-color:#fde04733}.md\:decoration-yellow-300\/25{text-decoration-color:#fde04740}.md\:decoration-yellow-300\/30{text-decoration-color:#fde0474d}.md\:decoration-yellow-300\/35{text-decoration-color:#fde04759}.md\:decoration-yellow-300\/40{text-decoration-color:#fde04766}.md\:decoration-yellow-300\/45{text-decoration-color:#fde04773}.md\:decoration-yellow-300\/5{text-decoration-color:#fde0470d}.md\:decoration-yellow-300\/50{text-decoration-color:#fde04780}.md\:decoration-yellow-300\/55{text-decoration-color:#fde0478c}.md\:decoration-yellow-300\/60{text-decoration-color:#fde04799}.md\:decoration-yellow-300\/65{text-decoration-color:#fde047a6}.md\:decoration-yellow-300\/70{text-decoration-color:#fde047b3}.md\:decoration-yellow-300\/75{text-decoration-color:#fde047bf}.md\:decoration-yellow-300\/80{text-decoration-color:#fde047cc}.md\:decoration-yellow-300\/85{text-decoration-color:#fde047d9}.md\:decoration-yellow-300\/90{text-decoration-color:#fde047e6}.md\:decoration-yellow-300\/95{text-decoration-color:#fde047f2}.md\:decoration-yellow-400{text-decoration-color:#facc15}.md\:decoration-yellow-400\/0{text-decoration-color:#facc1500}.md\:decoration-yellow-400\/10{text-decoration-color:#facc151a}.md\:decoration-yellow-400\/100{text-decoration-color:#facc15}.md\:decoration-yellow-400\/15{text-decoration-color:#facc1526}.md\:decoration-yellow-400\/20{text-decoration-color:#facc1533}.md\:decoration-yellow-400\/25{text-decoration-color:#facc1540}.md\:decoration-yellow-400\/30{text-decoration-color:#facc154d}.md\:decoration-yellow-400\/35{text-decoration-color:#facc1559}.md\:decoration-yellow-400\/40{text-decoration-color:#facc1566}.md\:decoration-yellow-400\/45{text-decoration-color:#facc1573}.md\:decoration-yellow-400\/5{text-decoration-color:#facc150d}.md\:decoration-yellow-400\/50{text-decoration-color:#facc1580}.md\:decoration-yellow-400\/55{text-decoration-color:#facc158c}.md\:decoration-yellow-400\/60{text-decoration-color:#facc1599}.md\:decoration-yellow-400\/65{text-decoration-color:#facc15a6}.md\:decoration-yellow-400\/70{text-decoration-color:#facc15b3}.md\:decoration-yellow-400\/75{text-decoration-color:#facc15bf}.md\:decoration-yellow-400\/80{text-decoration-color:#facc15cc}.md\:decoration-yellow-400\/85{text-decoration-color:#facc15d9}.md\:decoration-yellow-400\/90{text-decoration-color:#facc15e6}.md\:decoration-yellow-400\/95{text-decoration-color:#facc15f2}.md\:decoration-yellow-50{text-decoration-color:#fefce8}.md\:decoration-yellow-50\/0{text-decoration-color:#fefce800}.md\:decoration-yellow-50\/10{text-decoration-color:#fefce81a}.md\:decoration-yellow-50\/100{text-decoration-color:#fefce8}.md\:decoration-yellow-50\/15{text-decoration-color:#fefce826}.md\:decoration-yellow-50\/20{text-decoration-color:#fefce833}.md\:decoration-yellow-50\/25{text-decoration-color:#fefce840}.md\:decoration-yellow-50\/30{text-decoration-color:#fefce84d}.md\:decoration-yellow-50\/35{text-decoration-color:#fefce859}.md\:decoration-yellow-50\/40{text-decoration-color:#fefce866}.md\:decoration-yellow-50\/45{text-decoration-color:#fefce873}.md\:decoration-yellow-50\/5{text-decoration-color:#fefce80d}.md\:decoration-yellow-50\/50{text-decoration-color:#fefce880}.md\:decoration-yellow-50\/55{text-decoration-color:#fefce88c}.md\:decoration-yellow-50\/60{text-decoration-color:#fefce899}.md\:decoration-yellow-50\/65{text-decoration-color:#fefce8a6}.md\:decoration-yellow-50\/70{text-decoration-color:#fefce8b3}.md\:decoration-yellow-50\/75{text-decoration-color:#fefce8bf}.md\:decoration-yellow-50\/80{text-decoration-color:#fefce8cc}.md\:decoration-yellow-50\/85{text-decoration-color:#fefce8d9}.md\:decoration-yellow-50\/90{text-decoration-color:#fefce8e6}.md\:decoration-yellow-50\/95{text-decoration-color:#fefce8f2}.md\:decoration-yellow-500{text-decoration-color:#eab308}.md\:decoration-yellow-500\/0{text-decoration-color:#eab30800}.md\:decoration-yellow-500\/10{text-decoration-color:#eab3081a}.md\:decoration-yellow-500\/100{text-decoration-color:#eab308}.md\:decoration-yellow-500\/15{text-decoration-color:#eab30826}.md\:decoration-yellow-500\/20{text-decoration-color:#eab30833}.md\:decoration-yellow-500\/25{text-decoration-color:#eab30840}.md\:decoration-yellow-500\/30{text-decoration-color:#eab3084d}.md\:decoration-yellow-500\/35{text-decoration-color:#eab30859}.md\:decoration-yellow-500\/40{text-decoration-color:#eab30866}.md\:decoration-yellow-500\/45{text-decoration-color:#eab30873}.md\:decoration-yellow-500\/5{text-decoration-color:#eab3080d}.md\:decoration-yellow-500\/50{text-decoration-color:#eab30880}.md\:decoration-yellow-500\/55{text-decoration-color:#eab3088c}.md\:decoration-yellow-500\/60{text-decoration-color:#eab30899}.md\:decoration-yellow-500\/65{text-decoration-color:#eab308a6}.md\:decoration-yellow-500\/70{text-decoration-color:#eab308b3}.md\:decoration-yellow-500\/75{text-decoration-color:#eab308bf}.md\:decoration-yellow-500\/80{text-decoration-color:#eab308cc}.md\:decoration-yellow-500\/85{text-decoration-color:#eab308d9}.md\:decoration-yellow-500\/90{text-decoration-color:#eab308e6}.md\:decoration-yellow-500\/95{text-decoration-color:#eab308f2}.md\:decoration-yellow-600{text-decoration-color:#ca8a04}.md\:decoration-yellow-600\/0{text-decoration-color:#ca8a0400}.md\:decoration-yellow-600\/10{text-decoration-color:#ca8a041a}.md\:decoration-yellow-600\/100{text-decoration-color:#ca8a04}.md\:decoration-yellow-600\/15{text-decoration-color:#ca8a0426}.md\:decoration-yellow-600\/20{text-decoration-color:#ca8a0433}.md\:decoration-yellow-600\/25{text-decoration-color:#ca8a0440}.md\:decoration-yellow-600\/30{text-decoration-color:#ca8a044d}.md\:decoration-yellow-600\/35{text-decoration-color:#ca8a0459}.md\:decoration-yellow-600\/40{text-decoration-color:#ca8a0466}.md\:decoration-yellow-600\/45{text-decoration-color:#ca8a0473}.md\:decoration-yellow-600\/5{text-decoration-color:#ca8a040d}.md\:decoration-yellow-600\/50{text-decoration-color:#ca8a0480}.md\:decoration-yellow-600\/55{text-decoration-color:#ca8a048c}.md\:decoration-yellow-600\/60{text-decoration-color:#ca8a0499}.md\:decoration-yellow-600\/65{text-decoration-color:#ca8a04a6}.md\:decoration-yellow-600\/70{text-decoration-color:#ca8a04b3}.md\:decoration-yellow-600\/75{text-decoration-color:#ca8a04bf}.md\:decoration-yellow-600\/80{text-decoration-color:#ca8a04cc}.md\:decoration-yellow-600\/85{text-decoration-color:#ca8a04d9}.md\:decoration-yellow-600\/90{text-decoration-color:#ca8a04e6}.md\:decoration-yellow-600\/95{text-decoration-color:#ca8a04f2}.md\:decoration-yellow-700{text-decoration-color:#a16207}.md\:decoration-yellow-700\/0{text-decoration-color:#a1620700}.md\:decoration-yellow-700\/10{text-decoration-color:#a162071a}.md\:decoration-yellow-700\/100{text-decoration-color:#a16207}.md\:decoration-yellow-700\/15{text-decoration-color:#a1620726}.md\:decoration-yellow-700\/20{text-decoration-color:#a1620733}.md\:decoration-yellow-700\/25{text-decoration-color:#a1620740}.md\:decoration-yellow-700\/30{text-decoration-color:#a162074d}.md\:decoration-yellow-700\/35{text-decoration-color:#a1620759}.md\:decoration-yellow-700\/40{text-decoration-color:#a1620766}.md\:decoration-yellow-700\/45{text-decoration-color:#a1620773}.md\:decoration-yellow-700\/5{text-decoration-color:#a162070d}.md\:decoration-yellow-700\/50{text-decoration-color:#a1620780}.md\:decoration-yellow-700\/55{text-decoration-color:#a162078c}.md\:decoration-yellow-700\/60{text-decoration-color:#a1620799}.md\:decoration-yellow-700\/65{text-decoration-color:#a16207a6}.md\:decoration-yellow-700\/70{text-decoration-color:#a16207b3}.md\:decoration-yellow-700\/75{text-decoration-color:#a16207bf}.md\:decoration-yellow-700\/80{text-decoration-color:#a16207cc}.md\:decoration-yellow-700\/85{text-decoration-color:#a16207d9}.md\:decoration-yellow-700\/90{text-decoration-color:#a16207e6}.md\:decoration-yellow-700\/95{text-decoration-color:#a16207f2}.md\:decoration-yellow-800{text-decoration-color:#854d0e}.md\:decoration-yellow-800\/0{text-decoration-color:#854d0e00}.md\:decoration-yellow-800\/10{text-decoration-color:#854d0e1a}.md\:decoration-yellow-800\/100{text-decoration-color:#854d0e}.md\:decoration-yellow-800\/15{text-decoration-color:#854d0e26}.md\:decoration-yellow-800\/20{text-decoration-color:#854d0e33}.md\:decoration-yellow-800\/25{text-decoration-color:#854d0e40}.md\:decoration-yellow-800\/30{text-decoration-color:#854d0e4d}.md\:decoration-yellow-800\/35{text-decoration-color:#854d0e59}.md\:decoration-yellow-800\/40{text-decoration-color:#854d0e66}.md\:decoration-yellow-800\/45{text-decoration-color:#854d0e73}.md\:decoration-yellow-800\/5{text-decoration-color:#854d0e0d}.md\:decoration-yellow-800\/50{text-decoration-color:#854d0e80}.md\:decoration-yellow-800\/55{text-decoration-color:#854d0e8c}.md\:decoration-yellow-800\/60{text-decoration-color:#854d0e99}.md\:decoration-yellow-800\/65{text-decoration-color:#854d0ea6}.md\:decoration-yellow-800\/70{text-decoration-color:#854d0eb3}.md\:decoration-yellow-800\/75{text-decoration-color:#854d0ebf}.md\:decoration-yellow-800\/80{text-decoration-color:#854d0ecc}.md\:decoration-yellow-800\/85{text-decoration-color:#854d0ed9}.md\:decoration-yellow-800\/90{text-decoration-color:#854d0ee6}.md\:decoration-yellow-800\/95{text-decoration-color:#854d0ef2}.md\:decoration-yellow-900{text-decoration-color:#713f12}.md\:decoration-yellow-900\/0{text-decoration-color:#713f1200}.md\:decoration-yellow-900\/10{text-decoration-color:#713f121a}.md\:decoration-yellow-900\/100{text-decoration-color:#713f12}.md\:decoration-yellow-900\/15{text-decoration-color:#713f1226}.md\:decoration-yellow-900\/20{text-decoration-color:#713f1233}.md\:decoration-yellow-900\/25{text-decoration-color:#713f1240}.md\:decoration-yellow-900\/30{text-decoration-color:#713f124d}.md\:decoration-yellow-900\/35{text-decoration-color:#713f1259}.md\:decoration-yellow-900\/40{text-decoration-color:#713f1266}.md\:decoration-yellow-900\/45{text-decoration-color:#713f1273}.md\:decoration-yellow-900\/5{text-decoration-color:#713f120d}.md\:decoration-yellow-900\/50{text-decoration-color:#713f1280}.md\:decoration-yellow-900\/55{text-decoration-color:#713f128c}.md\:decoration-yellow-900\/60{text-decoration-color:#713f1299}.md\:decoration-yellow-900\/65{text-decoration-color:#713f12a6}.md\:decoration-yellow-900\/70{text-decoration-color:#713f12b3}.md\:decoration-yellow-900\/75{text-decoration-color:#713f12bf}.md\:decoration-yellow-900\/80{text-decoration-color:#713f12cc}.md\:decoration-yellow-900\/85{text-decoration-color:#713f12d9}.md\:decoration-yellow-900\/90{text-decoration-color:#713f12e6}.md\:decoration-yellow-900\/95{text-decoration-color:#713f12f2}.md\:decoration-yellow-950{text-decoration-color:#422006}.md\:decoration-yellow-950\/0{text-decoration-color:#42200600}.md\:decoration-yellow-950\/10{text-decoration-color:#4220061a}.md\:decoration-yellow-950\/100{text-decoration-color:#422006}.md\:decoration-yellow-950\/15{text-decoration-color:#42200626}.md\:decoration-yellow-950\/20{text-decoration-color:#42200633}.md\:decoration-yellow-950\/25{text-decoration-color:#42200640}.md\:decoration-yellow-950\/30{text-decoration-color:#4220064d}.md\:decoration-yellow-950\/35{text-decoration-color:#42200659}.md\:decoration-yellow-950\/40{text-decoration-color:#42200666}.md\:decoration-yellow-950\/45{text-decoration-color:#42200673}.md\:decoration-yellow-950\/5{text-decoration-color:#4220060d}.md\:decoration-yellow-950\/50{text-decoration-color:#42200680}.md\:decoration-yellow-950\/55{text-decoration-color:#4220068c}.md\:decoration-yellow-950\/60{text-decoration-color:#42200699}.md\:decoration-yellow-950\/65{text-decoration-color:#422006a6}.md\:decoration-yellow-950\/70{text-decoration-color:#422006b3}.md\:decoration-yellow-950\/75{text-decoration-color:#422006bf}.md\:decoration-yellow-950\/80{text-decoration-color:#422006cc}.md\:decoration-yellow-950\/85{text-decoration-color:#422006d9}.md\:decoration-yellow-950\/90{text-decoration-color:#422006e6}.md\:decoration-yellow-950\/95{text-decoration-color:#422006f2}.md\:placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgb(254 249 195/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-100\/0::placeholder{color:#fef9c300}.md\:placeholder-yellow-100\/10::placeholder{color:#fef9c31a}.md\:placeholder-yellow-100\/100::placeholder{color:#fef9c3}.md\:placeholder-yellow-100\/15::placeholder{color:#fef9c326}.md\:placeholder-yellow-100\/20::placeholder{color:#fef9c333}.md\:placeholder-yellow-100\/25::placeholder{color:#fef9c340}.md\:placeholder-yellow-100\/30::placeholder{color:#fef9c34d}.md\:placeholder-yellow-100\/35::placeholder{color:#fef9c359}.md\:placeholder-yellow-100\/40::placeholder{color:#fef9c366}.md\:placeholder-yellow-100\/45::placeholder{color:#fef9c373}.md\:placeholder-yellow-100\/5::placeholder{color:#fef9c30d}.md\:placeholder-yellow-100\/50::placeholder{color:#fef9c380}.md\:placeholder-yellow-100\/55::placeholder{color:#fef9c38c}.md\:placeholder-yellow-100\/60::placeholder{color:#fef9c399}.md\:placeholder-yellow-100\/65::placeholder{color:#fef9c3a6}.md\:placeholder-yellow-100\/70::placeholder{color:#fef9c3b3}.md\:placeholder-yellow-100\/75::placeholder{color:#fef9c3bf}.md\:placeholder-yellow-100\/80::placeholder{color:#fef9c3cc}.md\:placeholder-yellow-100\/85::placeholder{color:#fef9c3d9}.md\:placeholder-yellow-100\/90::placeholder{color:#fef9c3e6}.md\:placeholder-yellow-100\/95::placeholder{color:#fef9c3f2}.md\:placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgb(254 240 138/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-200\/0::placeholder{color:#fef08a00}.md\:placeholder-yellow-200\/10::placeholder{color:#fef08a1a}.md\:placeholder-yellow-200\/100::placeholder{color:#fef08a}.md\:placeholder-yellow-200\/15::placeholder{color:#fef08a26}.md\:placeholder-yellow-200\/20::placeholder{color:#fef08a33}.md\:placeholder-yellow-200\/25::placeholder{color:#fef08a40}.md\:placeholder-yellow-200\/30::placeholder{color:#fef08a4d}.md\:placeholder-yellow-200\/35::placeholder{color:#fef08a59}.md\:placeholder-yellow-200\/40::placeholder{color:#fef08a66}.md\:placeholder-yellow-200\/45::placeholder{color:#fef08a73}.md\:placeholder-yellow-200\/5::placeholder{color:#fef08a0d}.md\:placeholder-yellow-200\/50::placeholder{color:#fef08a80}.md\:placeholder-yellow-200\/55::placeholder{color:#fef08a8c}.md\:placeholder-yellow-200\/60::placeholder{color:#fef08a99}.md\:placeholder-yellow-200\/65::placeholder{color:#fef08aa6}.md\:placeholder-yellow-200\/70::placeholder{color:#fef08ab3}.md\:placeholder-yellow-200\/75::placeholder{color:#fef08abf}.md\:placeholder-yellow-200\/80::placeholder{color:#fef08acc}.md\:placeholder-yellow-200\/85::placeholder{color:#fef08ad9}.md\:placeholder-yellow-200\/90::placeholder{color:#fef08ae6}.md\:placeholder-yellow-200\/95::placeholder{color:#fef08af2}.md\:placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgb(253 224 71/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-300\/0::placeholder{color:#fde04700}.md\:placeholder-yellow-300\/10::placeholder{color:#fde0471a}.md\:placeholder-yellow-300\/100::placeholder{color:#fde047}.md\:placeholder-yellow-300\/15::placeholder{color:#fde04726}.md\:placeholder-yellow-300\/20::placeholder{color:#fde04733}.md\:placeholder-yellow-300\/25::placeholder{color:#fde04740}.md\:placeholder-yellow-300\/30::placeholder{color:#fde0474d}.md\:placeholder-yellow-300\/35::placeholder{color:#fde04759}.md\:placeholder-yellow-300\/40::placeholder{color:#fde04766}.md\:placeholder-yellow-300\/45::placeholder{color:#fde04773}.md\:placeholder-yellow-300\/5::placeholder{color:#fde0470d}.md\:placeholder-yellow-300\/50::placeholder{color:#fde04780}.md\:placeholder-yellow-300\/55::placeholder{color:#fde0478c}.md\:placeholder-yellow-300\/60::placeholder{color:#fde04799}.md\:placeholder-yellow-300\/65::placeholder{color:#fde047a6}.md\:placeholder-yellow-300\/70::placeholder{color:#fde047b3}.md\:placeholder-yellow-300\/75::placeholder{color:#fde047bf}.md\:placeholder-yellow-300\/80::placeholder{color:#fde047cc}.md\:placeholder-yellow-300\/85::placeholder{color:#fde047d9}.md\:placeholder-yellow-300\/90::placeholder{color:#fde047e6}.md\:placeholder-yellow-300\/95::placeholder{color:#fde047f2}.md\:placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgb(250 204 21/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-400\/0::placeholder{color:#facc1500}.md\:placeholder-yellow-400\/10::placeholder{color:#facc151a}.md\:placeholder-yellow-400\/100::placeholder{color:#facc15}.md\:placeholder-yellow-400\/15::placeholder{color:#facc1526}.md\:placeholder-yellow-400\/20::placeholder{color:#facc1533}.md\:placeholder-yellow-400\/25::placeholder{color:#facc1540}.md\:placeholder-yellow-400\/30::placeholder{color:#facc154d}.md\:placeholder-yellow-400\/35::placeholder{color:#facc1559}.md\:placeholder-yellow-400\/40::placeholder{color:#facc1566}.md\:placeholder-yellow-400\/45::placeholder{color:#facc1573}.md\:placeholder-yellow-400\/5::placeholder{color:#facc150d}.md\:placeholder-yellow-400\/50::placeholder{color:#facc1580}.md\:placeholder-yellow-400\/55::placeholder{color:#facc158c}.md\:placeholder-yellow-400\/60::placeholder{color:#facc1599}.md\:placeholder-yellow-400\/65::placeholder{color:#facc15a6}.md\:placeholder-yellow-400\/70::placeholder{color:#facc15b3}.md\:placeholder-yellow-400\/75::placeholder{color:#facc15bf}.md\:placeholder-yellow-400\/80::placeholder{color:#facc15cc}.md\:placeholder-yellow-400\/85::placeholder{color:#facc15d9}.md\:placeholder-yellow-400\/90::placeholder{color:#facc15e6}.md\:placeholder-yellow-400\/95::placeholder{color:#facc15f2}.md\:placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgb(254 252 232/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-50\/0::placeholder{color:#fefce800}.md\:placeholder-yellow-50\/10::placeholder{color:#fefce81a}.md\:placeholder-yellow-50\/100::placeholder{color:#fefce8}.md\:placeholder-yellow-50\/15::placeholder{color:#fefce826}.md\:placeholder-yellow-50\/20::placeholder{color:#fefce833}.md\:placeholder-yellow-50\/25::placeholder{color:#fefce840}.md\:placeholder-yellow-50\/30::placeholder{color:#fefce84d}.md\:placeholder-yellow-50\/35::placeholder{color:#fefce859}.md\:placeholder-yellow-50\/40::placeholder{color:#fefce866}.md\:placeholder-yellow-50\/45::placeholder{color:#fefce873}.md\:placeholder-yellow-50\/5::placeholder{color:#fefce80d}.md\:placeholder-yellow-50\/50::placeholder{color:#fefce880}.md\:placeholder-yellow-50\/55::placeholder{color:#fefce88c}.md\:placeholder-yellow-50\/60::placeholder{color:#fefce899}.md\:placeholder-yellow-50\/65::placeholder{color:#fefce8a6}.md\:placeholder-yellow-50\/70::placeholder{color:#fefce8b3}.md\:placeholder-yellow-50\/75::placeholder{color:#fefce8bf}.md\:placeholder-yellow-50\/80::placeholder{color:#fefce8cc}.md\:placeholder-yellow-50\/85::placeholder{color:#fefce8d9}.md\:placeholder-yellow-50\/90::placeholder{color:#fefce8e6}.md\:placeholder-yellow-50\/95::placeholder{color:#fefce8f2}.md\:placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgb(234 179 8/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-500\/0::placeholder{color:#eab30800}.md\:placeholder-yellow-500\/10::placeholder{color:#eab3081a}.md\:placeholder-yellow-500\/100::placeholder{color:#eab308}.md\:placeholder-yellow-500\/15::placeholder{color:#eab30826}.md\:placeholder-yellow-500\/20::placeholder{color:#eab30833}.md\:placeholder-yellow-500\/25::placeholder{color:#eab30840}.md\:placeholder-yellow-500\/30::placeholder{color:#eab3084d}.md\:placeholder-yellow-500\/35::placeholder{color:#eab30859}.md\:placeholder-yellow-500\/40::placeholder{color:#eab30866}.md\:placeholder-yellow-500\/45::placeholder{color:#eab30873}.md\:placeholder-yellow-500\/5::placeholder{color:#eab3080d}.md\:placeholder-yellow-500\/50::placeholder{color:#eab30880}.md\:placeholder-yellow-500\/55::placeholder{color:#eab3088c}.md\:placeholder-yellow-500\/60::placeholder{color:#eab30899}.md\:placeholder-yellow-500\/65::placeholder{color:#eab308a6}.md\:placeholder-yellow-500\/70::placeholder{color:#eab308b3}.md\:placeholder-yellow-500\/75::placeholder{color:#eab308bf}.md\:placeholder-yellow-500\/80::placeholder{color:#eab308cc}.md\:placeholder-yellow-500\/85::placeholder{color:#eab308d9}.md\:placeholder-yellow-500\/90::placeholder{color:#eab308e6}.md\:placeholder-yellow-500\/95::placeholder{color:#eab308f2}.md\:placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgb(202 138 4/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-600\/0::placeholder{color:#ca8a0400}.md\:placeholder-yellow-600\/10::placeholder{color:#ca8a041a}.md\:placeholder-yellow-600\/100::placeholder{color:#ca8a04}.md\:placeholder-yellow-600\/15::placeholder{color:#ca8a0426}.md\:placeholder-yellow-600\/20::placeholder{color:#ca8a0433}.md\:placeholder-yellow-600\/25::placeholder{color:#ca8a0440}.md\:placeholder-yellow-600\/30::placeholder{color:#ca8a044d}.md\:placeholder-yellow-600\/35::placeholder{color:#ca8a0459}.md\:placeholder-yellow-600\/40::placeholder{color:#ca8a0466}.md\:placeholder-yellow-600\/45::placeholder{color:#ca8a0473}.md\:placeholder-yellow-600\/5::placeholder{color:#ca8a040d}.md\:placeholder-yellow-600\/50::placeholder{color:#ca8a0480}.md\:placeholder-yellow-600\/55::placeholder{color:#ca8a048c}.md\:placeholder-yellow-600\/60::placeholder{color:#ca8a0499}.md\:placeholder-yellow-600\/65::placeholder{color:#ca8a04a6}.md\:placeholder-yellow-600\/70::placeholder{color:#ca8a04b3}.md\:placeholder-yellow-600\/75::placeholder{color:#ca8a04bf}.md\:placeholder-yellow-600\/80::placeholder{color:#ca8a04cc}.md\:placeholder-yellow-600\/85::placeholder{color:#ca8a04d9}.md\:placeholder-yellow-600\/90::placeholder{color:#ca8a04e6}.md\:placeholder-yellow-600\/95::placeholder{color:#ca8a04f2}.md\:placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgb(161 98 7/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-700\/0::placeholder{color:#a1620700}.md\:placeholder-yellow-700\/10::placeholder{color:#a162071a}.md\:placeholder-yellow-700\/100::placeholder{color:#a16207}.md\:placeholder-yellow-700\/15::placeholder{color:#a1620726}.md\:placeholder-yellow-700\/20::placeholder{color:#a1620733}.md\:placeholder-yellow-700\/25::placeholder{color:#a1620740}.md\:placeholder-yellow-700\/30::placeholder{color:#a162074d}.md\:placeholder-yellow-700\/35::placeholder{color:#a1620759}.md\:placeholder-yellow-700\/40::placeholder{color:#a1620766}.md\:placeholder-yellow-700\/45::placeholder{color:#a1620773}.md\:placeholder-yellow-700\/5::placeholder{color:#a162070d}.md\:placeholder-yellow-700\/50::placeholder{color:#a1620780}.md\:placeholder-yellow-700\/55::placeholder{color:#a162078c}.md\:placeholder-yellow-700\/60::placeholder{color:#a1620799}.md\:placeholder-yellow-700\/65::placeholder{color:#a16207a6}.md\:placeholder-yellow-700\/70::placeholder{color:#a16207b3}.md\:placeholder-yellow-700\/75::placeholder{color:#a16207bf}.md\:placeholder-yellow-700\/80::placeholder{color:#a16207cc}.md\:placeholder-yellow-700\/85::placeholder{color:#a16207d9}.md\:placeholder-yellow-700\/90::placeholder{color:#a16207e6}.md\:placeholder-yellow-700\/95::placeholder{color:#a16207f2}.md\:placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgb(133 77 14/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-800\/0::placeholder{color:#854d0e00}.md\:placeholder-yellow-800\/10::placeholder{color:#854d0e1a}.md\:placeholder-yellow-800\/100::placeholder{color:#854d0e}.md\:placeholder-yellow-800\/15::placeholder{color:#854d0e26}.md\:placeholder-yellow-800\/20::placeholder{color:#854d0e33}.md\:placeholder-yellow-800\/25::placeholder{color:#854d0e40}.md\:placeholder-yellow-800\/30::placeholder{color:#854d0e4d}.md\:placeholder-yellow-800\/35::placeholder{color:#854d0e59}.md\:placeholder-yellow-800\/40::placeholder{color:#854d0e66}.md\:placeholder-yellow-800\/45::placeholder{color:#854d0e73}.md\:placeholder-yellow-800\/5::placeholder{color:#854d0e0d}.md\:placeholder-yellow-800\/50::placeholder{color:#854d0e80}.md\:placeholder-yellow-800\/55::placeholder{color:#854d0e8c}.md\:placeholder-yellow-800\/60::placeholder{color:#854d0e99}.md\:placeholder-yellow-800\/65::placeholder{color:#854d0ea6}.md\:placeholder-yellow-800\/70::placeholder{color:#854d0eb3}.md\:placeholder-yellow-800\/75::placeholder{color:#854d0ebf}.md\:placeholder-yellow-800\/80::placeholder{color:#854d0ecc}.md\:placeholder-yellow-800\/85::placeholder{color:#854d0ed9}.md\:placeholder-yellow-800\/90::placeholder{color:#854d0ee6}.md\:placeholder-yellow-800\/95::placeholder{color:#854d0ef2}.md\:placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgb(113 63 18/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-900\/0::placeholder{color:#713f1200}.md\:placeholder-yellow-900\/10::placeholder{color:#713f121a}.md\:placeholder-yellow-900\/100::placeholder{color:#713f12}.md\:placeholder-yellow-900\/15::placeholder{color:#713f1226}.md\:placeholder-yellow-900\/20::placeholder{color:#713f1233}.md\:placeholder-yellow-900\/25::placeholder{color:#713f1240}.md\:placeholder-yellow-900\/30::placeholder{color:#713f124d}.md\:placeholder-yellow-900\/35::placeholder{color:#713f1259}.md\:placeholder-yellow-900\/40::placeholder{color:#713f1266}.md\:placeholder-yellow-900\/45::placeholder{color:#713f1273}.md\:placeholder-yellow-900\/5::placeholder{color:#713f120d}.md\:placeholder-yellow-900\/50::placeholder{color:#713f1280}.md\:placeholder-yellow-900\/55::placeholder{color:#713f128c}.md\:placeholder-yellow-900\/60::placeholder{color:#713f1299}.md\:placeholder-yellow-900\/65::placeholder{color:#713f12a6}.md\:placeholder-yellow-900\/70::placeholder{color:#713f12b3}.md\:placeholder-yellow-900\/75::placeholder{color:#713f12bf}.md\:placeholder-yellow-900\/80::placeholder{color:#713f12cc}.md\:placeholder-yellow-900\/85::placeholder{color:#713f12d9}.md\:placeholder-yellow-900\/90::placeholder{color:#713f12e6}.md\:placeholder-yellow-900\/95::placeholder{color:#713f12f2}.md\:placeholder-yellow-950::placeholder{--tw-placeholder-opacity:1;color:rgb(66 32 6/var(--tw-placeholder-opacity,1))}.md\:placeholder-yellow-950\/0::placeholder{color:#42200600}.md\:placeholder-yellow-950\/10::placeholder{color:#4220061a}.md\:placeholder-yellow-950\/100::placeholder{color:#422006}.md\:placeholder-yellow-950\/15::placeholder{color:#42200626}.md\:placeholder-yellow-950\/20::placeholder{color:#42200633}.md\:placeholder-yellow-950\/25::placeholder{color:#42200640}.md\:placeholder-yellow-950\/30::placeholder{color:#4220064d}.md\:placeholder-yellow-950\/35::placeholder{color:#42200659}.md\:placeholder-yellow-950\/40::placeholder{color:#42200666}.md\:placeholder-yellow-950\/45::placeholder{color:#42200673}.md\:placeholder-yellow-950\/5::placeholder{color:#4220060d}.md\:placeholder-yellow-950\/50::placeholder{color:#42200680}.md\:placeholder-yellow-950\/55::placeholder{color:#4220068c}.md\:placeholder-yellow-950\/60::placeholder{color:#42200699}.md\:placeholder-yellow-950\/65::placeholder{color:#422006a6}.md\:placeholder-yellow-950\/70::placeholder{color:#422006b3}.md\:placeholder-yellow-950\/75::placeholder{color:#422006bf}.md\:placeholder-yellow-950\/80::placeholder{color:#422006cc}.md\:placeholder-yellow-950\/85::placeholder{color:#422006d9}.md\:placeholder-yellow-950\/90::placeholder{color:#422006e6}.md\:placeholder-yellow-950\/95::placeholder{color:#422006f2}.md\:caret-yellow-100{caret-color:#fef9c3}.md\:caret-yellow-100\/0{caret-color:#fef9c300}.md\:caret-yellow-100\/10{caret-color:#fef9c31a}.md\:caret-yellow-100\/100{caret-color:#fef9c3}.md\:caret-yellow-100\/15{caret-color:#fef9c326}.md\:caret-yellow-100\/20{caret-color:#fef9c333}.md\:caret-yellow-100\/25{caret-color:#fef9c340}.md\:caret-yellow-100\/30{caret-color:#fef9c34d}.md\:caret-yellow-100\/35{caret-color:#fef9c359}.md\:caret-yellow-100\/40{caret-color:#fef9c366}.md\:caret-yellow-100\/45{caret-color:#fef9c373}.md\:caret-yellow-100\/5{caret-color:#fef9c30d}.md\:caret-yellow-100\/50{caret-color:#fef9c380}.md\:caret-yellow-100\/55{caret-color:#fef9c38c}.md\:caret-yellow-100\/60{caret-color:#fef9c399}.md\:caret-yellow-100\/65{caret-color:#fef9c3a6}.md\:caret-yellow-100\/70{caret-color:#fef9c3b3}.md\:caret-yellow-100\/75{caret-color:#fef9c3bf}.md\:caret-yellow-100\/80{caret-color:#fef9c3cc}.md\:caret-yellow-100\/85{caret-color:#fef9c3d9}.md\:caret-yellow-100\/90{caret-color:#fef9c3e6}.md\:caret-yellow-100\/95{caret-color:#fef9c3f2}.md\:caret-yellow-200{caret-color:#fef08a}.md\:caret-yellow-200\/0{caret-color:#fef08a00}.md\:caret-yellow-200\/10{caret-color:#fef08a1a}.md\:caret-yellow-200\/100{caret-color:#fef08a}.md\:caret-yellow-200\/15{caret-color:#fef08a26}.md\:caret-yellow-200\/20{caret-color:#fef08a33}.md\:caret-yellow-200\/25{caret-color:#fef08a40}.md\:caret-yellow-200\/30{caret-color:#fef08a4d}.md\:caret-yellow-200\/35{caret-color:#fef08a59}.md\:caret-yellow-200\/40{caret-color:#fef08a66}.md\:caret-yellow-200\/45{caret-color:#fef08a73}.md\:caret-yellow-200\/5{caret-color:#fef08a0d}.md\:caret-yellow-200\/50{caret-color:#fef08a80}.md\:caret-yellow-200\/55{caret-color:#fef08a8c}.md\:caret-yellow-200\/60{caret-color:#fef08a99}.md\:caret-yellow-200\/65{caret-color:#fef08aa6}.md\:caret-yellow-200\/70{caret-color:#fef08ab3}.md\:caret-yellow-200\/75{caret-color:#fef08abf}.md\:caret-yellow-200\/80{caret-color:#fef08acc}.md\:caret-yellow-200\/85{caret-color:#fef08ad9}.md\:caret-yellow-200\/90{caret-color:#fef08ae6}.md\:caret-yellow-200\/95{caret-color:#fef08af2}.md\:caret-yellow-300{caret-color:#fde047}.md\:caret-yellow-300\/0{caret-color:#fde04700}.md\:caret-yellow-300\/10{caret-color:#fde0471a}.md\:caret-yellow-300\/100{caret-color:#fde047}.md\:caret-yellow-300\/15{caret-color:#fde04726}.md\:caret-yellow-300\/20{caret-color:#fde04733}.md\:caret-yellow-300\/25{caret-color:#fde04740}.md\:caret-yellow-300\/30{caret-color:#fde0474d}.md\:caret-yellow-300\/35{caret-color:#fde04759}.md\:caret-yellow-300\/40{caret-color:#fde04766}.md\:caret-yellow-300\/45{caret-color:#fde04773}.md\:caret-yellow-300\/5{caret-color:#fde0470d}.md\:caret-yellow-300\/50{caret-color:#fde04780}.md\:caret-yellow-300\/55{caret-color:#fde0478c}.md\:caret-yellow-300\/60{caret-color:#fde04799}.md\:caret-yellow-300\/65{caret-color:#fde047a6}.md\:caret-yellow-300\/70{caret-color:#fde047b3}.md\:caret-yellow-300\/75{caret-color:#fde047bf}.md\:caret-yellow-300\/80{caret-color:#fde047cc}.md\:caret-yellow-300\/85{caret-color:#fde047d9}.md\:caret-yellow-300\/90{caret-color:#fde047e6}.md\:caret-yellow-300\/95{caret-color:#fde047f2}.md\:caret-yellow-400{caret-color:#facc15}.md\:caret-yellow-400\/0{caret-color:#facc1500}.md\:caret-yellow-400\/10{caret-color:#facc151a}.md\:caret-yellow-400\/100{caret-color:#facc15}.md\:caret-yellow-400\/15{caret-color:#facc1526}.md\:caret-yellow-400\/20{caret-color:#facc1533}.md\:caret-yellow-400\/25{caret-color:#facc1540}.md\:caret-yellow-400\/30{caret-color:#facc154d}.md\:caret-yellow-400\/35{caret-color:#facc1559}.md\:caret-yellow-400\/40{caret-color:#facc1566}.md\:caret-yellow-400\/45{caret-color:#facc1573}.md\:caret-yellow-400\/5{caret-color:#facc150d}.md\:caret-yellow-400\/50{caret-color:#facc1580}.md\:caret-yellow-400\/55{caret-color:#facc158c}.md\:caret-yellow-400\/60{caret-color:#facc1599}.md\:caret-yellow-400\/65{caret-color:#facc15a6}.md\:caret-yellow-400\/70{caret-color:#facc15b3}.md\:caret-yellow-400\/75{caret-color:#facc15bf}.md\:caret-yellow-400\/80{caret-color:#facc15cc}.md\:caret-yellow-400\/85{caret-color:#facc15d9}.md\:caret-yellow-400\/90{caret-color:#facc15e6}.md\:caret-yellow-400\/95{caret-color:#facc15f2}.md\:caret-yellow-50{caret-color:#fefce8}.md\:caret-yellow-50\/0{caret-color:#fefce800}.md\:caret-yellow-50\/10{caret-color:#fefce81a}.md\:caret-yellow-50\/100{caret-color:#fefce8}.md\:caret-yellow-50\/15{caret-color:#fefce826}.md\:caret-yellow-50\/20{caret-color:#fefce833}.md\:caret-yellow-50\/25{caret-color:#fefce840}.md\:caret-yellow-50\/30{caret-color:#fefce84d}.md\:caret-yellow-50\/35{caret-color:#fefce859}.md\:caret-yellow-50\/40{caret-color:#fefce866}.md\:caret-yellow-50\/45{caret-color:#fefce873}.md\:caret-yellow-50\/5{caret-color:#fefce80d}.md\:caret-yellow-50\/50{caret-color:#fefce880}.md\:caret-yellow-50\/55{caret-color:#fefce88c}.md\:caret-yellow-50\/60{caret-color:#fefce899}.md\:caret-yellow-50\/65{caret-color:#fefce8a6}.md\:caret-yellow-50\/70{caret-color:#fefce8b3}.md\:caret-yellow-50\/75{caret-color:#fefce8bf}.md\:caret-yellow-50\/80{caret-color:#fefce8cc}.md\:caret-yellow-50\/85{caret-color:#fefce8d9}.md\:caret-yellow-50\/90{caret-color:#fefce8e6}.md\:caret-yellow-50\/95{caret-color:#fefce8f2}.md\:caret-yellow-500{caret-color:#eab308}.md\:caret-yellow-500\/0{caret-color:#eab30800}.md\:caret-yellow-500\/10{caret-color:#eab3081a}.md\:caret-yellow-500\/100{caret-color:#eab308}.md\:caret-yellow-500\/15{caret-color:#eab30826}.md\:caret-yellow-500\/20{caret-color:#eab30833}.md\:caret-yellow-500\/25{caret-color:#eab30840}.md\:caret-yellow-500\/30{caret-color:#eab3084d}.md\:caret-yellow-500\/35{caret-color:#eab30859}.md\:caret-yellow-500\/40{caret-color:#eab30866}.md\:caret-yellow-500\/45{caret-color:#eab30873}.md\:caret-yellow-500\/5{caret-color:#eab3080d}.md\:caret-yellow-500\/50{caret-color:#eab30880}.md\:caret-yellow-500\/55{caret-color:#eab3088c}.md\:caret-yellow-500\/60{caret-color:#eab30899}.md\:caret-yellow-500\/65{caret-color:#eab308a6}.md\:caret-yellow-500\/70{caret-color:#eab308b3}.md\:caret-yellow-500\/75{caret-color:#eab308bf}.md\:caret-yellow-500\/80{caret-color:#eab308cc}.md\:caret-yellow-500\/85{caret-color:#eab308d9}.md\:caret-yellow-500\/90{caret-color:#eab308e6}.md\:caret-yellow-500\/95{caret-color:#eab308f2}.md\:caret-yellow-600{caret-color:#ca8a04}.md\:caret-yellow-600\/0{caret-color:#ca8a0400}.md\:caret-yellow-600\/10{caret-color:#ca8a041a}.md\:caret-yellow-600\/100{caret-color:#ca8a04}.md\:caret-yellow-600\/15{caret-color:#ca8a0426}.md\:caret-yellow-600\/20{caret-color:#ca8a0433}.md\:caret-yellow-600\/25{caret-color:#ca8a0440}.md\:caret-yellow-600\/30{caret-color:#ca8a044d}.md\:caret-yellow-600\/35{caret-color:#ca8a0459}.md\:caret-yellow-600\/40{caret-color:#ca8a0466}.md\:caret-yellow-600\/45{caret-color:#ca8a0473}.md\:caret-yellow-600\/5{caret-color:#ca8a040d}.md\:caret-yellow-600\/50{caret-color:#ca8a0480}.md\:caret-yellow-600\/55{caret-color:#ca8a048c}.md\:caret-yellow-600\/60{caret-color:#ca8a0499}.md\:caret-yellow-600\/65{caret-color:#ca8a04a6}.md\:caret-yellow-600\/70{caret-color:#ca8a04b3}.md\:caret-yellow-600\/75{caret-color:#ca8a04bf}.md\:caret-yellow-600\/80{caret-color:#ca8a04cc}.md\:caret-yellow-600\/85{caret-color:#ca8a04d9}.md\:caret-yellow-600\/90{caret-color:#ca8a04e6}.md\:caret-yellow-600\/95{caret-color:#ca8a04f2}.md\:caret-yellow-700{caret-color:#a16207}.md\:caret-yellow-700\/0{caret-color:#a1620700}.md\:caret-yellow-700\/10{caret-color:#a162071a}.md\:caret-yellow-700\/100{caret-color:#a16207}.md\:caret-yellow-700\/15{caret-color:#a1620726}.md\:caret-yellow-700\/20{caret-color:#a1620733}.md\:caret-yellow-700\/25{caret-color:#a1620740}.md\:caret-yellow-700\/30{caret-color:#a162074d}.md\:caret-yellow-700\/35{caret-color:#a1620759}.md\:caret-yellow-700\/40{caret-color:#a1620766}.md\:caret-yellow-700\/45{caret-color:#a1620773}.md\:caret-yellow-700\/5{caret-color:#a162070d}.md\:caret-yellow-700\/50{caret-color:#a1620780}.md\:caret-yellow-700\/55{caret-color:#a162078c}.md\:caret-yellow-700\/60{caret-color:#a1620799}.md\:caret-yellow-700\/65{caret-color:#a16207a6}.md\:caret-yellow-700\/70{caret-color:#a16207b3}.md\:caret-yellow-700\/75{caret-color:#a16207bf}.md\:caret-yellow-700\/80{caret-color:#a16207cc}.md\:caret-yellow-700\/85{caret-color:#a16207d9}.md\:caret-yellow-700\/90{caret-color:#a16207e6}.md\:caret-yellow-700\/95{caret-color:#a16207f2}.md\:caret-yellow-800{caret-color:#854d0e}.md\:caret-yellow-800\/0{caret-color:#854d0e00}.md\:caret-yellow-800\/10{caret-color:#854d0e1a}.md\:caret-yellow-800\/100{caret-color:#854d0e}.md\:caret-yellow-800\/15{caret-color:#854d0e26}.md\:caret-yellow-800\/20{caret-color:#854d0e33}.md\:caret-yellow-800\/25{caret-color:#854d0e40}.md\:caret-yellow-800\/30{caret-color:#854d0e4d}.md\:caret-yellow-800\/35{caret-color:#854d0e59}.md\:caret-yellow-800\/40{caret-color:#854d0e66}.md\:caret-yellow-800\/45{caret-color:#854d0e73}.md\:caret-yellow-800\/5{caret-color:#854d0e0d}.md\:caret-yellow-800\/50{caret-color:#854d0e80}.md\:caret-yellow-800\/55{caret-color:#854d0e8c}.md\:caret-yellow-800\/60{caret-color:#854d0e99}.md\:caret-yellow-800\/65{caret-color:#854d0ea6}.md\:caret-yellow-800\/70{caret-color:#854d0eb3}.md\:caret-yellow-800\/75{caret-color:#854d0ebf}.md\:caret-yellow-800\/80{caret-color:#854d0ecc}.md\:caret-yellow-800\/85{caret-color:#854d0ed9}.md\:caret-yellow-800\/90{caret-color:#854d0ee6}.md\:caret-yellow-800\/95{caret-color:#854d0ef2}.md\:caret-yellow-900{caret-color:#713f12}.md\:caret-yellow-900\/0{caret-color:#713f1200}.md\:caret-yellow-900\/10{caret-color:#713f121a}.md\:caret-yellow-900\/100{caret-color:#713f12}.md\:caret-yellow-900\/15{caret-color:#713f1226}.md\:caret-yellow-900\/20{caret-color:#713f1233}.md\:caret-yellow-900\/25{caret-color:#713f1240}.md\:caret-yellow-900\/30{caret-color:#713f124d}.md\:caret-yellow-900\/35{caret-color:#713f1259}.md\:caret-yellow-900\/40{caret-color:#713f1266}.md\:caret-yellow-900\/45{caret-color:#713f1273}.md\:caret-yellow-900\/5{caret-color:#713f120d}.md\:caret-yellow-900\/50{caret-color:#713f1280}.md\:caret-yellow-900\/55{caret-color:#713f128c}.md\:caret-yellow-900\/60{caret-color:#713f1299}.md\:caret-yellow-900\/65{caret-color:#713f12a6}.md\:caret-yellow-900\/70{caret-color:#713f12b3}.md\:caret-yellow-900\/75{caret-color:#713f12bf}.md\:caret-yellow-900\/80{caret-color:#713f12cc}.md\:caret-yellow-900\/85{caret-color:#713f12d9}.md\:caret-yellow-900\/90{caret-color:#713f12e6}.md\:caret-yellow-900\/95{caret-color:#713f12f2}.md\:caret-yellow-950{caret-color:#422006}.md\:caret-yellow-950\/0{caret-color:#42200600}.md\:caret-yellow-950\/10{caret-color:#4220061a}.md\:caret-yellow-950\/100{caret-color:#422006}.md\:caret-yellow-950\/15{caret-color:#42200626}.md\:caret-yellow-950\/20{caret-color:#42200633}.md\:caret-yellow-950\/25{caret-color:#42200640}.md\:caret-yellow-950\/30{caret-color:#4220064d}.md\:caret-yellow-950\/35{caret-color:#42200659}.md\:caret-yellow-950\/40{caret-color:#42200666}.md\:caret-yellow-950\/45{caret-color:#42200673}.md\:caret-yellow-950\/5{caret-color:#4220060d}.md\:caret-yellow-950\/50{caret-color:#42200680}.md\:caret-yellow-950\/55{caret-color:#4220068c}.md\:caret-yellow-950\/60{caret-color:#42200699}.md\:caret-yellow-950\/65{caret-color:#422006a6}.md\:caret-yellow-950\/70{caret-color:#422006b3}.md\:caret-yellow-950\/75{caret-color:#422006bf}.md\:caret-yellow-950\/80{caret-color:#422006cc}.md\:caret-yellow-950\/85{caret-color:#422006d9}.md\:caret-yellow-950\/90{caret-color:#422006e6}.md\:caret-yellow-950\/95{caret-color:#422006f2}.md\:accent-yellow-100{accent-color:#fef9c3}.md\:accent-yellow-100\/0{accent-color:#fef9c300}.md\:accent-yellow-100\/10{accent-color:#fef9c31a}.md\:accent-yellow-100\/100{accent-color:#fef9c3}.md\:accent-yellow-100\/15{accent-color:#fef9c326}.md\:accent-yellow-100\/20{accent-color:#fef9c333}.md\:accent-yellow-100\/25{accent-color:#fef9c340}.md\:accent-yellow-100\/30{accent-color:#fef9c34d}.md\:accent-yellow-100\/35{accent-color:#fef9c359}.md\:accent-yellow-100\/40{accent-color:#fef9c366}.md\:accent-yellow-100\/45{accent-color:#fef9c373}.md\:accent-yellow-100\/5{accent-color:#fef9c30d}.md\:accent-yellow-100\/50{accent-color:#fef9c380}.md\:accent-yellow-100\/55{accent-color:#fef9c38c}.md\:accent-yellow-100\/60{accent-color:#fef9c399}.md\:accent-yellow-100\/65{accent-color:#fef9c3a6}.md\:accent-yellow-100\/70{accent-color:#fef9c3b3}.md\:accent-yellow-100\/75{accent-color:#fef9c3bf}.md\:accent-yellow-100\/80{accent-color:#fef9c3cc}.md\:accent-yellow-100\/85{accent-color:#fef9c3d9}.md\:accent-yellow-100\/90{accent-color:#fef9c3e6}.md\:accent-yellow-100\/95{accent-color:#fef9c3f2}.md\:accent-yellow-200{accent-color:#fef08a}.md\:accent-yellow-200\/0{accent-color:#fef08a00}.md\:accent-yellow-200\/10{accent-color:#fef08a1a}.md\:accent-yellow-200\/100{accent-color:#fef08a}.md\:accent-yellow-200\/15{accent-color:#fef08a26}.md\:accent-yellow-200\/20{accent-color:#fef08a33}.md\:accent-yellow-200\/25{accent-color:#fef08a40}.md\:accent-yellow-200\/30{accent-color:#fef08a4d}.md\:accent-yellow-200\/35{accent-color:#fef08a59}.md\:accent-yellow-200\/40{accent-color:#fef08a66}.md\:accent-yellow-200\/45{accent-color:#fef08a73}.md\:accent-yellow-200\/5{accent-color:#fef08a0d}.md\:accent-yellow-200\/50{accent-color:#fef08a80}.md\:accent-yellow-200\/55{accent-color:#fef08a8c}.md\:accent-yellow-200\/60{accent-color:#fef08a99}.md\:accent-yellow-200\/65{accent-color:#fef08aa6}.md\:accent-yellow-200\/70{accent-color:#fef08ab3}.md\:accent-yellow-200\/75{accent-color:#fef08abf}.md\:accent-yellow-200\/80{accent-color:#fef08acc}.md\:accent-yellow-200\/85{accent-color:#fef08ad9}.md\:accent-yellow-200\/90{accent-color:#fef08ae6}.md\:accent-yellow-200\/95{accent-color:#fef08af2}.md\:accent-yellow-300{accent-color:#fde047}.md\:accent-yellow-300\/0{accent-color:#fde04700}.md\:accent-yellow-300\/10{accent-color:#fde0471a}.md\:accent-yellow-300\/100{accent-color:#fde047}.md\:accent-yellow-300\/15{accent-color:#fde04726}.md\:accent-yellow-300\/20{accent-color:#fde04733}.md\:accent-yellow-300\/25{accent-color:#fde04740}.md\:accent-yellow-300\/30{accent-color:#fde0474d}.md\:accent-yellow-300\/35{accent-color:#fde04759}.md\:accent-yellow-300\/40{accent-color:#fde04766}.md\:accent-yellow-300\/45{accent-color:#fde04773}.md\:accent-yellow-300\/5{accent-color:#fde0470d}.md\:accent-yellow-300\/50{accent-color:#fde04780}.md\:accent-yellow-300\/55{accent-color:#fde0478c}.md\:accent-yellow-300\/60{accent-color:#fde04799}.md\:accent-yellow-300\/65{accent-color:#fde047a6}.md\:accent-yellow-300\/70{accent-color:#fde047b3}.md\:accent-yellow-300\/75{accent-color:#fde047bf}.md\:accent-yellow-300\/80{accent-color:#fde047cc}.md\:accent-yellow-300\/85{accent-color:#fde047d9}.md\:accent-yellow-300\/90{accent-color:#fde047e6}.md\:accent-yellow-300\/95{accent-color:#fde047f2}.md\:accent-yellow-400{accent-color:#facc15}.md\:accent-yellow-400\/0{accent-color:#facc1500}.md\:accent-yellow-400\/10{accent-color:#facc151a}.md\:accent-yellow-400\/100{accent-color:#facc15}.md\:accent-yellow-400\/15{accent-color:#facc1526}.md\:accent-yellow-400\/20{accent-color:#facc1533}.md\:accent-yellow-400\/25{accent-color:#facc1540}.md\:accent-yellow-400\/30{accent-color:#facc154d}.md\:accent-yellow-400\/35{accent-color:#facc1559}.md\:accent-yellow-400\/40{accent-color:#facc1566}.md\:accent-yellow-400\/45{accent-color:#facc1573}.md\:accent-yellow-400\/5{accent-color:#facc150d}.md\:accent-yellow-400\/50{accent-color:#facc1580}.md\:accent-yellow-400\/55{accent-color:#facc158c}.md\:accent-yellow-400\/60{accent-color:#facc1599}.md\:accent-yellow-400\/65{accent-color:#facc15a6}.md\:accent-yellow-400\/70{accent-color:#facc15b3}.md\:accent-yellow-400\/75{accent-color:#facc15bf}.md\:accent-yellow-400\/80{accent-color:#facc15cc}.md\:accent-yellow-400\/85{accent-color:#facc15d9}.md\:accent-yellow-400\/90{accent-color:#facc15e6}.md\:accent-yellow-400\/95{accent-color:#facc15f2}.md\:accent-yellow-50{accent-color:#fefce8}.md\:accent-yellow-50\/0{accent-color:#fefce800}.md\:accent-yellow-50\/10{accent-color:#fefce81a}.md\:accent-yellow-50\/100{accent-color:#fefce8}.md\:accent-yellow-50\/15{accent-color:#fefce826}.md\:accent-yellow-50\/20{accent-color:#fefce833}.md\:accent-yellow-50\/25{accent-color:#fefce840}.md\:accent-yellow-50\/30{accent-color:#fefce84d}.md\:accent-yellow-50\/35{accent-color:#fefce859}.md\:accent-yellow-50\/40{accent-color:#fefce866}.md\:accent-yellow-50\/45{accent-color:#fefce873}.md\:accent-yellow-50\/5{accent-color:#fefce80d}.md\:accent-yellow-50\/50{accent-color:#fefce880}.md\:accent-yellow-50\/55{accent-color:#fefce88c}.md\:accent-yellow-50\/60{accent-color:#fefce899}.md\:accent-yellow-50\/65{accent-color:#fefce8a6}.md\:accent-yellow-50\/70{accent-color:#fefce8b3}.md\:accent-yellow-50\/75{accent-color:#fefce8bf}.md\:accent-yellow-50\/80{accent-color:#fefce8cc}.md\:accent-yellow-50\/85{accent-color:#fefce8d9}.md\:accent-yellow-50\/90{accent-color:#fefce8e6}.md\:accent-yellow-50\/95{accent-color:#fefce8f2}.md\:accent-yellow-500{accent-color:#eab308}.md\:accent-yellow-500\/0{accent-color:#eab30800}.md\:accent-yellow-500\/10{accent-color:#eab3081a}.md\:accent-yellow-500\/100{accent-color:#eab308}.md\:accent-yellow-500\/15{accent-color:#eab30826}.md\:accent-yellow-500\/20{accent-color:#eab30833}.md\:accent-yellow-500\/25{accent-color:#eab30840}.md\:accent-yellow-500\/30{accent-color:#eab3084d}.md\:accent-yellow-500\/35{accent-color:#eab30859}.md\:accent-yellow-500\/40{accent-color:#eab30866}.md\:accent-yellow-500\/45{accent-color:#eab30873}.md\:accent-yellow-500\/5{accent-color:#eab3080d}.md\:accent-yellow-500\/50{accent-color:#eab30880}.md\:accent-yellow-500\/55{accent-color:#eab3088c}.md\:accent-yellow-500\/60{accent-color:#eab30899}.md\:accent-yellow-500\/65{accent-color:#eab308a6}.md\:accent-yellow-500\/70{accent-color:#eab308b3}.md\:accent-yellow-500\/75{accent-color:#eab308bf}.md\:accent-yellow-500\/80{accent-color:#eab308cc}.md\:accent-yellow-500\/85{accent-color:#eab308d9}.md\:accent-yellow-500\/90{accent-color:#eab308e6}.md\:accent-yellow-500\/95{accent-color:#eab308f2}.md\:accent-yellow-600{accent-color:#ca8a04}.md\:accent-yellow-600\/0{accent-color:#ca8a0400}.md\:accent-yellow-600\/10{accent-color:#ca8a041a}.md\:accent-yellow-600\/100{accent-color:#ca8a04}.md\:accent-yellow-600\/15{accent-color:#ca8a0426}.md\:accent-yellow-600\/20{accent-color:#ca8a0433}.md\:accent-yellow-600\/25{accent-color:#ca8a0440}.md\:accent-yellow-600\/30{accent-color:#ca8a044d}.md\:accent-yellow-600\/35{accent-color:#ca8a0459}.md\:accent-yellow-600\/40{accent-color:#ca8a0466}.md\:accent-yellow-600\/45{accent-color:#ca8a0473}.md\:accent-yellow-600\/5{accent-color:#ca8a040d}.md\:accent-yellow-600\/50{accent-color:#ca8a0480}.md\:accent-yellow-600\/55{accent-color:#ca8a048c}.md\:accent-yellow-600\/60{accent-color:#ca8a0499}.md\:accent-yellow-600\/65{accent-color:#ca8a04a6}.md\:accent-yellow-600\/70{accent-color:#ca8a04b3}.md\:accent-yellow-600\/75{accent-color:#ca8a04bf}.md\:accent-yellow-600\/80{accent-color:#ca8a04cc}.md\:accent-yellow-600\/85{accent-color:#ca8a04d9}.md\:accent-yellow-600\/90{accent-color:#ca8a04e6}.md\:accent-yellow-600\/95{accent-color:#ca8a04f2}.md\:accent-yellow-700{accent-color:#a16207}.md\:accent-yellow-700\/0{accent-color:#a1620700}.md\:accent-yellow-700\/10{accent-color:#a162071a}.md\:accent-yellow-700\/100{accent-color:#a16207}.md\:accent-yellow-700\/15{accent-color:#a1620726}.md\:accent-yellow-700\/20{accent-color:#a1620733}.md\:accent-yellow-700\/25{accent-color:#a1620740}.md\:accent-yellow-700\/30{accent-color:#a162074d}.md\:accent-yellow-700\/35{accent-color:#a1620759}.md\:accent-yellow-700\/40{accent-color:#a1620766}.md\:accent-yellow-700\/45{accent-color:#a1620773}.md\:accent-yellow-700\/5{accent-color:#a162070d}.md\:accent-yellow-700\/50{accent-color:#a1620780}.md\:accent-yellow-700\/55{accent-color:#a162078c}.md\:accent-yellow-700\/60{accent-color:#a1620799}.md\:accent-yellow-700\/65{accent-color:#a16207a6}.md\:accent-yellow-700\/70{accent-color:#a16207b3}.md\:accent-yellow-700\/75{accent-color:#a16207bf}.md\:accent-yellow-700\/80{accent-color:#a16207cc}.md\:accent-yellow-700\/85{accent-color:#a16207d9}.md\:accent-yellow-700\/90{accent-color:#a16207e6}.md\:accent-yellow-700\/95{accent-color:#a16207f2}.md\:accent-yellow-800{accent-color:#854d0e}.md\:accent-yellow-800\/0{accent-color:#854d0e00}.md\:accent-yellow-800\/10{accent-color:#854d0e1a}.md\:accent-yellow-800\/100{accent-color:#854d0e}.md\:accent-yellow-800\/15{accent-color:#854d0e26}.md\:accent-yellow-800\/20{accent-color:#854d0e33}.md\:accent-yellow-800\/25{accent-color:#854d0e40}.md\:accent-yellow-800\/30{accent-color:#854d0e4d}.md\:accent-yellow-800\/35{accent-color:#854d0e59}.md\:accent-yellow-800\/40{accent-color:#854d0e66}.md\:accent-yellow-800\/45{accent-color:#854d0e73}.md\:accent-yellow-800\/5{accent-color:#854d0e0d}.md\:accent-yellow-800\/50{accent-color:#854d0e80}.md\:accent-yellow-800\/55{accent-color:#854d0e8c}.md\:accent-yellow-800\/60{accent-color:#854d0e99}.md\:accent-yellow-800\/65{accent-color:#854d0ea6}.md\:accent-yellow-800\/70{accent-color:#854d0eb3}.md\:accent-yellow-800\/75{accent-color:#854d0ebf}.md\:accent-yellow-800\/80{accent-color:#854d0ecc}.md\:accent-yellow-800\/85{accent-color:#854d0ed9}.md\:accent-yellow-800\/90{accent-color:#854d0ee6}.md\:accent-yellow-800\/95{accent-color:#854d0ef2}.md\:accent-yellow-900{accent-color:#713f12}.md\:accent-yellow-900\/0{accent-color:#713f1200}.md\:accent-yellow-900\/10{accent-color:#713f121a}.md\:accent-yellow-900\/100{accent-color:#713f12}.md\:accent-yellow-900\/15{accent-color:#713f1226}.md\:accent-yellow-900\/20{accent-color:#713f1233}.md\:accent-yellow-900\/25{accent-color:#713f1240}.md\:accent-yellow-900\/30{accent-color:#713f124d}.md\:accent-yellow-900\/35{accent-color:#713f1259}.md\:accent-yellow-900\/40{accent-color:#713f1266}.md\:accent-yellow-900\/45{accent-color:#713f1273}.md\:accent-yellow-900\/5{accent-color:#713f120d}.md\:accent-yellow-900\/50{accent-color:#713f1280}.md\:accent-yellow-900\/55{accent-color:#713f128c}.md\:accent-yellow-900\/60{accent-color:#713f1299}.md\:accent-yellow-900\/65{accent-color:#713f12a6}.md\:accent-yellow-900\/70{accent-color:#713f12b3}.md\:accent-yellow-900\/75{accent-color:#713f12bf}.md\:accent-yellow-900\/80{accent-color:#713f12cc}.md\:accent-yellow-900\/85{accent-color:#713f12d9}.md\:accent-yellow-900\/90{accent-color:#713f12e6}.md\:accent-yellow-900\/95{accent-color:#713f12f2}.md\:accent-yellow-950{accent-color:#422006}.md\:accent-yellow-950\/0{accent-color:#42200600}.md\:accent-yellow-950\/10{accent-color:#4220061a}.md\:accent-yellow-950\/100{accent-color:#422006}.md\:accent-yellow-950\/15{accent-color:#42200626}.md\:accent-yellow-950\/20{accent-color:#42200633}.md\:accent-yellow-950\/25{accent-color:#42200640}.md\:accent-yellow-950\/30{accent-color:#4220064d}.md\:accent-yellow-950\/35{accent-color:#42200659}.md\:accent-yellow-950\/40{accent-color:#42200666}.md\:accent-yellow-950\/45{accent-color:#42200673}.md\:accent-yellow-950\/5{accent-color:#4220060d}.md\:accent-yellow-950\/50{accent-color:#42200680}.md\:accent-yellow-950\/55{accent-color:#4220068c}.md\:accent-yellow-950\/60{accent-color:#42200699}.md\:accent-yellow-950\/65{accent-color:#422006a6}.md\:accent-yellow-950\/70{accent-color:#422006b3}.md\:accent-yellow-950\/75{accent-color:#422006bf}.md\:accent-yellow-950\/80{accent-color:#422006cc}.md\:accent-yellow-950\/85{accent-color:#422006d9}.md\:accent-yellow-950\/90{accent-color:#422006e6}.md\:accent-yellow-950\/95{accent-color:#422006f2}.md\:shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.md\:shadow-yellow-100{--tw-shadow-color:#fef9c3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/0{--tw-shadow-color:#fef9c300;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/10{--tw-shadow-color:#fef9c31a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/100{--tw-shadow-color:#fef9c3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/15{--tw-shadow-color:#fef9c326;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/20{--tw-shadow-color:#fef9c333;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/25{--tw-shadow-color:#fef9c340;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/30{--tw-shadow-color:#fef9c34d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/35{--tw-shadow-color:#fef9c359;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/40{--tw-shadow-color:#fef9c366;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/45{--tw-shadow-color:#fef9c373;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/5{--tw-shadow-color:#fef9c30d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/50{--tw-shadow-color:#fef9c380;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/55{--tw-shadow-color:#fef9c38c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/60{--tw-shadow-color:#fef9c399;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/65{--tw-shadow-color:#fef9c3a6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/70{--tw-shadow-color:#fef9c3b3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/75{--tw-shadow-color:#fef9c3bf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/80{--tw-shadow-color:#fef9c3cc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/85{--tw-shadow-color:#fef9c3d9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/90{--tw-shadow-color:#fef9c3e6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-100\/95{--tw-shadow-color:#fef9c3f2;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200{--tw-shadow-color:#fef08a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/0{--tw-shadow-color:#fef08a00;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/10{--tw-shadow-color:#fef08a1a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/100{--tw-shadow-color:#fef08a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/15{--tw-shadow-color:#fef08a26;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/20{--tw-shadow-color:#fef08a33;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/25{--tw-shadow-color:#fef08a40;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/30{--tw-shadow-color:#fef08a4d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/35{--tw-shadow-color:#fef08a59;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/40{--tw-shadow-color:#fef08a66;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/45{--tw-shadow-color:#fef08a73;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/5{--tw-shadow-color:#fef08a0d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/50{--tw-shadow-color:#fef08a80;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/55{--tw-shadow-color:#fef08a8c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/60{--tw-shadow-color:#fef08a99;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/65{--tw-shadow-color:#fef08aa6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/70{--tw-shadow-color:#fef08ab3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/75{--tw-shadow-color:#fef08abf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/80{--tw-shadow-color:#fef08acc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/85{--tw-shadow-color:#fef08ad9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/90{--tw-shadow-color:#fef08ae6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-200\/95{--tw-shadow-color:#fef08af2;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300{--tw-shadow-color:#fde047;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/0{--tw-shadow-color:#fde04700;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/10{--tw-shadow-color:#fde0471a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/100{--tw-shadow-color:#fde047;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/15{--tw-shadow-color:#fde04726;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/20{--tw-shadow-color:#fde04733;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/25{--tw-shadow-color:#fde04740;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/30{--tw-shadow-color:#fde0474d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/35{--tw-shadow-color:#fde04759;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/40{--tw-shadow-color:#fde04766;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/45{--tw-shadow-color:#fde04773;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/5{--tw-shadow-color:#fde0470d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/50{--tw-shadow-color:#fde04780;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/55{--tw-shadow-color:#fde0478c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/60{--tw-shadow-color:#fde04799;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/65{--tw-shadow-color:#fde047a6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/70{--tw-shadow-color:#fde047b3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/75{--tw-shadow-color:#fde047bf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/80{--tw-shadow-color:#fde047cc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/85{--tw-shadow-color:#fde047d9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/90{--tw-shadow-color:#fde047e6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-300\/95{--tw-shadow-color:#fde047f2;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400{--tw-shadow-color:#facc15;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/0{--tw-shadow-color:#facc1500;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/10{--tw-shadow-color:#facc151a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/100{--tw-shadow-color:#facc15;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/15{--tw-shadow-color:#facc1526;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/20{--tw-shadow-color:#facc1533;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/25{--tw-shadow-color:#facc1540;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/30{--tw-shadow-color:#facc154d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/35{--tw-shadow-color:#facc1559;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/40{--tw-shadow-color:#facc1566;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/45{--tw-shadow-color:#facc1573;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/5{--tw-shadow-color:#facc150d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/50{--tw-shadow-color:#facc1580;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/55{--tw-shadow-color:#facc158c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/60{--tw-shadow-color:#facc1599;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/65{--tw-shadow-color:#facc15a6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/70{--tw-shadow-color:#facc15b3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/75{--tw-shadow-color:#facc15bf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/80{--tw-shadow-color:#facc15cc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/85{--tw-shadow-color:#facc15d9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/90{--tw-shadow-color:#facc15e6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-400\/95{--tw-shadow-color:#facc15f2;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50{--tw-shadow-color:#fefce8;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/0{--tw-shadow-color:#fefce800;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/10{--tw-shadow-color:#fefce81a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/100{--tw-shadow-color:#fefce8;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/15{--tw-shadow-color:#fefce826;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/20{--tw-shadow-color:#fefce833;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/25{--tw-shadow-color:#fefce840;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/30{--tw-shadow-color:#fefce84d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/35{--tw-shadow-color:#fefce859;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/40{--tw-shadow-color:#fefce866;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/45{--tw-shadow-color:#fefce873;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/5{--tw-shadow-color:#fefce80d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/50{--tw-shadow-color:#fefce880;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/55{--tw-shadow-color:#fefce88c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/60{--tw-shadow-color:#fefce899;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/65{--tw-shadow-color:#fefce8a6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/70{--tw-shadow-color:#fefce8b3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/75{--tw-shadow-color:#fefce8bf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/80{--tw-shadow-color:#fefce8cc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/85{--tw-shadow-color:#fefce8d9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/90{--tw-shadow-color:#fefce8e6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-50\/95{--tw-shadow-color:#fefce8f2;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500{--tw-shadow-color:#eab308;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/0{--tw-shadow-color:#eab30800;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/10{--tw-shadow-color:#eab3081a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/100{--tw-shadow-color:#eab308;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/15{--tw-shadow-color:#eab30826;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/20{--tw-shadow-color:#eab30833;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/25{--tw-shadow-color:#eab30840;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/30{--tw-shadow-color:#eab3084d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/35{--tw-shadow-color:#eab30859;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/40{--tw-shadow-color:#eab30866;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/45{--tw-shadow-color:#eab30873;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/5{--tw-shadow-color:#eab3080d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/50{--tw-shadow-color:#eab30880;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/55{--tw-shadow-color:#eab3088c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/60{--tw-shadow-color:#eab30899;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/65{--tw-shadow-color:#eab308a6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/70{--tw-shadow-color:#eab308b3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/75{--tw-shadow-color:#eab308bf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/80{--tw-shadow-color:#eab308cc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/85{--tw-shadow-color:#eab308d9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/90{--tw-shadow-color:#eab308e6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-500\/95{--tw-shadow-color:#eab308f2;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600{--tw-shadow-color:#ca8a04;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/0{--tw-shadow-color:#ca8a0400;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/10{--tw-shadow-color:#ca8a041a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/100{--tw-shadow-color:#ca8a04;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/15{--tw-shadow-color:#ca8a0426;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/20{--tw-shadow-color:#ca8a0433;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/25{--tw-shadow-color:#ca8a0440;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/30{--tw-shadow-color:#ca8a044d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/35{--tw-shadow-color:#ca8a0459;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/40{--tw-shadow-color:#ca8a0466;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/45{--tw-shadow-color:#ca8a0473;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/5{--tw-shadow-color:#ca8a040d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/50{--tw-shadow-color:#ca8a0480;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/55{--tw-shadow-color:#ca8a048c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/60{--tw-shadow-color:#ca8a0499;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/65{--tw-shadow-color:#ca8a04a6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/70{--tw-shadow-color:#ca8a04b3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/75{--tw-shadow-color:#ca8a04bf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/80{--tw-shadow-color:#ca8a04cc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/85{--tw-shadow-color:#ca8a04d9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/90{--tw-shadow-color:#ca8a04e6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-600\/95{--tw-shadow-color:#ca8a04f2;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700{--tw-shadow-color:#a16207;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/0{--tw-shadow-color:#a1620700;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/10{--tw-shadow-color:#a162071a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/100{--tw-shadow-color:#a16207;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/15{--tw-shadow-color:#a1620726;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/20{--tw-shadow-color:#a1620733;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/25{--tw-shadow-color:#a1620740;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/30{--tw-shadow-color:#a162074d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/35{--tw-shadow-color:#a1620759;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/40{--tw-shadow-color:#a1620766;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/45{--tw-shadow-color:#a1620773;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/5{--tw-shadow-color:#a162070d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/50{--tw-shadow-color:#a1620780;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/55{--tw-shadow-color:#a162078c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/60{--tw-shadow-color:#a1620799;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/65{--tw-shadow-color:#a16207a6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/70{--tw-shadow-color:#a16207b3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/75{--tw-shadow-color:#a16207bf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/80{--tw-shadow-color:#a16207cc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/85{--tw-shadow-color:#a16207d9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/90{--tw-shadow-color:#a16207e6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-700\/95{--tw-shadow-color:#a16207f2;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800{--tw-shadow-color:#854d0e;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/0{--tw-shadow-color:#854d0e00;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/10{--tw-shadow-color:#854d0e1a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/100{--tw-shadow-color:#854d0e;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/15{--tw-shadow-color:#854d0e26;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/20{--tw-shadow-color:#854d0e33;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/25{--tw-shadow-color:#854d0e40;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/30{--tw-shadow-color:#854d0e4d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/35{--tw-shadow-color:#854d0e59;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/40{--tw-shadow-color:#854d0e66;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/45{--tw-shadow-color:#854d0e73;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/5{--tw-shadow-color:#854d0e0d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/50{--tw-shadow-color:#854d0e80;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/55{--tw-shadow-color:#854d0e8c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/60{--tw-shadow-color:#854d0e99;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/65{--tw-shadow-color:#854d0ea6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/70{--tw-shadow-color:#854d0eb3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/75{--tw-shadow-color:#854d0ebf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/80{--tw-shadow-color:#854d0ecc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/85{--tw-shadow-color:#854d0ed9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/90{--tw-shadow-color:#854d0ee6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-800\/95{--tw-shadow-color:#854d0ef2;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900{--tw-shadow-color:#713f12;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/0{--tw-shadow-color:#713f1200;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/10{--tw-shadow-color:#713f121a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/100{--tw-shadow-color:#713f12;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/15{--tw-shadow-color:#713f1226;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/20{--tw-shadow-color:#713f1233;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/25{--tw-shadow-color:#713f1240;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/30{--tw-shadow-color:#713f124d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/35{--tw-shadow-color:#713f1259;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/40{--tw-shadow-color:#713f1266;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/45{--tw-shadow-color:#713f1273;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/5{--tw-shadow-color:#713f120d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/50{--tw-shadow-color:#713f1280;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/55{--tw-shadow-color:#713f128c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/60{--tw-shadow-color:#713f1299;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/65{--tw-shadow-color:#713f12a6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/70{--tw-shadow-color:#713f12b3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/75{--tw-shadow-color:#713f12bf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/80{--tw-shadow-color:#713f12cc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/85{--tw-shadow-color:#713f12d9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/90{--tw-shadow-color:#713f12e6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-900\/95{--tw-shadow-color:#713f12f2;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950{--tw-shadow-color:#422006;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/0{--tw-shadow-color:#42200600;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/10{--tw-shadow-color:#4220061a;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/100{--tw-shadow-color:#422006;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/15{--tw-shadow-color:#42200626;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/20{--tw-shadow-color:#42200633;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/25{--tw-shadow-color:#42200640;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/30{--tw-shadow-color:#4220064d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/35{--tw-shadow-color:#42200659;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/40{--tw-shadow-color:#42200666;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/45{--tw-shadow-color:#42200673;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/5{--tw-shadow-color:#4220060d;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/50{--tw-shadow-color:#42200680;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/55{--tw-shadow-color:#4220068c;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/60{--tw-shadow-color:#42200699;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/65{--tw-shadow-color:#422006a6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/70{--tw-shadow-color:#422006b3;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/75{--tw-shadow-color:#422006bf;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/80{--tw-shadow-color:#422006cc;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/85{--tw-shadow-color:#422006d9;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/90{--tw-shadow-color:#422006e6;--tw-shadow:var(--tw-shadow-colored)}.md\:shadow-yellow-950\/95{--tw-shadow-color:#422006f2;--tw-shadow:var(--tw-shadow-colored)}.md\:outline-yellow-100{outline-color:#fef9c3}.md\:outline-yellow-100\/0{outline-color:#fef9c300}.md\:outline-yellow-100\/10{outline-color:#fef9c31a}.md\:outline-yellow-100\/100{outline-color:#fef9c3}.md\:outline-yellow-100\/15{outline-color:#fef9c326}.md\:outline-yellow-100\/20{outline-color:#fef9c333}.md\:outline-yellow-100\/25{outline-color:#fef9c340}.md\:outline-yellow-100\/30{outline-color:#fef9c34d}.md\:outline-yellow-100\/35{outline-color:#fef9c359}.md\:outline-yellow-100\/40{outline-color:#fef9c366}.md\:outline-yellow-100\/45{outline-color:#fef9c373}.md\:outline-yellow-100\/5{outline-color:#fef9c30d}.md\:outline-yellow-100\/50{outline-color:#fef9c380}.md\:outline-yellow-100\/55{outline-color:#fef9c38c}.md\:outline-yellow-100\/60{outline-color:#fef9c399}.md\:outline-yellow-100\/65{outline-color:#fef9c3a6}.md\:outline-yellow-100\/70{outline-color:#fef9c3b3}.md\:outline-yellow-100\/75{outline-color:#fef9c3bf}.md\:outline-yellow-100\/80{outline-color:#fef9c3cc}.md\:outline-yellow-100\/85{outline-color:#fef9c3d9}.md\:outline-yellow-100\/90{outline-color:#fef9c3e6}.md\:outline-yellow-100\/95{outline-color:#fef9c3f2}.md\:outline-yellow-200{outline-color:#fef08a}.md\:outline-yellow-200\/0{outline-color:#fef08a00}.md\:outline-yellow-200\/10{outline-color:#fef08a1a}.md\:outline-yellow-200\/100{outline-color:#fef08a}.md\:outline-yellow-200\/15{outline-color:#fef08a26}.md\:outline-yellow-200\/20{outline-color:#fef08a33}.md\:outline-yellow-200\/25{outline-color:#fef08a40}.md\:outline-yellow-200\/30{outline-color:#fef08a4d}.md\:outline-yellow-200\/35{outline-color:#fef08a59}.md\:outline-yellow-200\/40{outline-color:#fef08a66}.md\:outline-yellow-200\/45{outline-color:#fef08a73}.md\:outline-yellow-200\/5{outline-color:#fef08a0d}.md\:outline-yellow-200\/50{outline-color:#fef08a80}.md\:outline-yellow-200\/55{outline-color:#fef08a8c}.md\:outline-yellow-200\/60{outline-color:#fef08a99}.md\:outline-yellow-200\/65{outline-color:#fef08aa6}.md\:outline-yellow-200\/70{outline-color:#fef08ab3}.md\:outline-yellow-200\/75{outline-color:#fef08abf}.md\:outline-yellow-200\/80{outline-color:#fef08acc}.md\:outline-yellow-200\/85{outline-color:#fef08ad9}.md\:outline-yellow-200\/90{outline-color:#fef08ae6}.md\:outline-yellow-200\/95{outline-color:#fef08af2}.md\:outline-yellow-300{outline-color:#fde047}.md\:outline-yellow-300\/0{outline-color:#fde04700}.md\:outline-yellow-300\/10{outline-color:#fde0471a}.md\:outline-yellow-300\/100{outline-color:#fde047}.md\:outline-yellow-300\/15{outline-color:#fde04726}.md\:outline-yellow-300\/20{outline-color:#fde04733}.md\:outline-yellow-300\/25{outline-color:#fde04740}.md\:outline-yellow-300\/30{outline-color:#fde0474d}.md\:outline-yellow-300\/35{outline-color:#fde04759}.md\:outline-yellow-300\/40{outline-color:#fde04766}.md\:outline-yellow-300\/45{outline-color:#fde04773}.md\:outline-yellow-300\/5{outline-color:#fde0470d}.md\:outline-yellow-300\/50{outline-color:#fde04780}.md\:outline-yellow-300\/55{outline-color:#fde0478c}.md\:outline-yellow-300\/60{outline-color:#fde04799}.md\:outline-yellow-300\/65{outline-color:#fde047a6}.md\:outline-yellow-300\/70{outline-color:#fde047b3}.md\:outline-yellow-300\/75{outline-color:#fde047bf}.md\:outline-yellow-300\/80{outline-color:#fde047cc}.md\:outline-yellow-300\/85{outline-color:#fde047d9}.md\:outline-yellow-300\/90{outline-color:#fde047e6}.md\:outline-yellow-300\/95{outline-color:#fde047f2}.md\:outline-yellow-400{outline-color:#facc15}.md\:outline-yellow-400\/0{outline-color:#facc1500}.md\:outline-yellow-400\/10{outline-color:#facc151a}.md\:outline-yellow-400\/100{outline-color:#facc15}.md\:outline-yellow-400\/15{outline-color:#facc1526}.md\:outline-yellow-400\/20{outline-color:#facc1533}.md\:outline-yellow-400\/25{outline-color:#facc1540}.md\:outline-yellow-400\/30{outline-color:#facc154d}.md\:outline-yellow-400\/35{outline-color:#facc1559}.md\:outline-yellow-400\/40{outline-color:#facc1566}.md\:outline-yellow-400\/45{outline-color:#facc1573}.md\:outline-yellow-400\/5{outline-color:#facc150d}.md\:outline-yellow-400\/50{outline-color:#facc1580}.md\:outline-yellow-400\/55{outline-color:#facc158c}.md\:outline-yellow-400\/60{outline-color:#facc1599}.md\:outline-yellow-400\/65{outline-color:#facc15a6}.md\:outline-yellow-400\/70{outline-color:#facc15b3}.md\:outline-yellow-400\/75{outline-color:#facc15bf}.md\:outline-yellow-400\/80{outline-color:#facc15cc}.md\:outline-yellow-400\/85{outline-color:#facc15d9}.md\:outline-yellow-400\/90{outline-color:#facc15e6}.md\:outline-yellow-400\/95{outline-color:#facc15f2}.md\:outline-yellow-50{outline-color:#fefce8}.md\:outline-yellow-50\/0{outline-color:#fefce800}.md\:outline-yellow-50\/10{outline-color:#fefce81a}.md\:outline-yellow-50\/100{outline-color:#fefce8}.md\:outline-yellow-50\/15{outline-color:#fefce826}.md\:outline-yellow-50\/20{outline-color:#fefce833}.md\:outline-yellow-50\/25{outline-color:#fefce840}.md\:outline-yellow-50\/30{outline-color:#fefce84d}.md\:outline-yellow-50\/35{outline-color:#fefce859}.md\:outline-yellow-50\/40{outline-color:#fefce866}.md\:outline-yellow-50\/45{outline-color:#fefce873}.md\:outline-yellow-50\/5{outline-color:#fefce80d}.md\:outline-yellow-50\/50{outline-color:#fefce880}.md\:outline-yellow-50\/55{outline-color:#fefce88c}.md\:outline-yellow-50\/60{outline-color:#fefce899}.md\:outline-yellow-50\/65{outline-color:#fefce8a6}.md\:outline-yellow-50\/70{outline-color:#fefce8b3}.md\:outline-yellow-50\/75{outline-color:#fefce8bf}.md\:outline-yellow-50\/80{outline-color:#fefce8cc}.md\:outline-yellow-50\/85{outline-color:#fefce8d9}.md\:outline-yellow-50\/90{outline-color:#fefce8e6}.md\:outline-yellow-50\/95{outline-color:#fefce8f2}.md\:outline-yellow-500{outline-color:#eab308}.md\:outline-yellow-500\/0{outline-color:#eab30800}.md\:outline-yellow-500\/10{outline-color:#eab3081a}.md\:outline-yellow-500\/100{outline-color:#eab308}.md\:outline-yellow-500\/15{outline-color:#eab30826}.md\:outline-yellow-500\/20{outline-color:#eab30833}.md\:outline-yellow-500\/25{outline-color:#eab30840}.md\:outline-yellow-500\/30{outline-color:#eab3084d}.md\:outline-yellow-500\/35{outline-color:#eab30859}.md\:outline-yellow-500\/40{outline-color:#eab30866}.md\:outline-yellow-500\/45{outline-color:#eab30873}.md\:outline-yellow-500\/5{outline-color:#eab3080d}.md\:outline-yellow-500\/50{outline-color:#eab30880}.md\:outline-yellow-500\/55{outline-color:#eab3088c}.md\:outline-yellow-500\/60{outline-color:#eab30899}.md\:outline-yellow-500\/65{outline-color:#eab308a6}.md\:outline-yellow-500\/70{outline-color:#eab308b3}.md\:outline-yellow-500\/75{outline-color:#eab308bf}.md\:outline-yellow-500\/80{outline-color:#eab308cc}.md\:outline-yellow-500\/85{outline-color:#eab308d9}.md\:outline-yellow-500\/90{outline-color:#eab308e6}.md\:outline-yellow-500\/95{outline-color:#eab308f2}.md\:outline-yellow-600{outline-color:#ca8a04}.md\:outline-yellow-600\/0{outline-color:#ca8a0400}.md\:outline-yellow-600\/10{outline-color:#ca8a041a}.md\:outline-yellow-600\/100{outline-color:#ca8a04}.md\:outline-yellow-600\/15{outline-color:#ca8a0426}.md\:outline-yellow-600\/20{outline-color:#ca8a0433}.md\:outline-yellow-600\/25{outline-color:#ca8a0440}.md\:outline-yellow-600\/30{outline-color:#ca8a044d}.md\:outline-yellow-600\/35{outline-color:#ca8a0459}.md\:outline-yellow-600\/40{outline-color:#ca8a0466}.md\:outline-yellow-600\/45{outline-color:#ca8a0473}.md\:outline-yellow-600\/5{outline-color:#ca8a040d}.md\:outline-yellow-600\/50{outline-color:#ca8a0480}.md\:outline-yellow-600\/55{outline-color:#ca8a048c}.md\:outline-yellow-600\/60{outline-color:#ca8a0499}.md\:outline-yellow-600\/65{outline-color:#ca8a04a6}.md\:outline-yellow-600\/70{outline-color:#ca8a04b3}.md\:outline-yellow-600\/75{outline-color:#ca8a04bf}.md\:outline-yellow-600\/80{outline-color:#ca8a04cc}.md\:outline-yellow-600\/85{outline-color:#ca8a04d9}.md\:outline-yellow-600\/90{outline-color:#ca8a04e6}.md\:outline-yellow-600\/95{outline-color:#ca8a04f2}.md\:outline-yellow-700{outline-color:#a16207}.md\:outline-yellow-700\/0{outline-color:#a1620700}.md\:outline-yellow-700\/10{outline-color:#a162071a}.md\:outline-yellow-700\/100{outline-color:#a16207}.md\:outline-yellow-700\/15{outline-color:#a1620726}.md\:outline-yellow-700\/20{outline-color:#a1620733}.md\:outline-yellow-700\/25{outline-color:#a1620740}.md\:outline-yellow-700\/30{outline-color:#a162074d}.md\:outline-yellow-700\/35{outline-color:#a1620759}.md\:outline-yellow-700\/40{outline-color:#a1620766}.md\:outline-yellow-700\/45{outline-color:#a1620773}.md\:outline-yellow-700\/5{outline-color:#a162070d}.md\:outline-yellow-700\/50{outline-color:#a1620780}.md\:outline-yellow-700\/55{outline-color:#a162078c}.md\:outline-yellow-700\/60{outline-color:#a1620799}.md\:outline-yellow-700\/65{outline-color:#a16207a6}.md\:outline-yellow-700\/70{outline-color:#a16207b3}.md\:outline-yellow-700\/75{outline-color:#a16207bf}.md\:outline-yellow-700\/80{outline-color:#a16207cc}.md\:outline-yellow-700\/85{outline-color:#a16207d9}.md\:outline-yellow-700\/90{outline-color:#a16207e6}.md\:outline-yellow-700\/95{outline-color:#a16207f2}.md\:outline-yellow-800{outline-color:#854d0e}.md\:outline-yellow-800\/0{outline-color:#854d0e00}.md\:outline-yellow-800\/10{outline-color:#854d0e1a}.md\:outline-yellow-800\/100{outline-color:#854d0e}.md\:outline-yellow-800\/15{outline-color:#854d0e26}.md\:outline-yellow-800\/20{outline-color:#854d0e33}.md\:outline-yellow-800\/25{outline-color:#854d0e40}.md\:outline-yellow-800\/30{outline-color:#854d0e4d}.md\:outline-yellow-800\/35{outline-color:#854d0e59}.md\:outline-yellow-800\/40{outline-color:#854d0e66}.md\:outline-yellow-800\/45{outline-color:#854d0e73}.md\:outline-yellow-800\/5{outline-color:#854d0e0d}.md\:outline-yellow-800\/50{outline-color:#854d0e80}.md\:outline-yellow-800\/55{outline-color:#854d0e8c}.md\:outline-yellow-800\/60{outline-color:#854d0e99}.md\:outline-yellow-800\/65{outline-color:#854d0ea6}.md\:outline-yellow-800\/70{outline-color:#854d0eb3}.md\:outline-yellow-800\/75{outline-color:#854d0ebf}.md\:outline-yellow-800\/80{outline-color:#854d0ecc}.md\:outline-yellow-800\/85{outline-color:#854d0ed9}.md\:outline-yellow-800\/90{outline-color:#854d0ee6}.md\:outline-yellow-800\/95{outline-color:#854d0ef2}.md\:outline-yellow-900{outline-color:#713f12}.md\:outline-yellow-900\/0{outline-color:#713f1200}.md\:outline-yellow-900\/10{outline-color:#713f121a}.md\:outline-yellow-900\/100{outline-color:#713f12}.md\:outline-yellow-900\/15{outline-color:#713f1226}.md\:outline-yellow-900\/20{outline-color:#713f1233}.md\:outline-yellow-900\/25{outline-color:#713f1240}.md\:outline-yellow-900\/30{outline-color:#713f124d}.md\:outline-yellow-900\/35{outline-color:#713f1259}.md\:outline-yellow-900\/40{outline-color:#713f1266}.md\:outline-yellow-900\/45{outline-color:#713f1273}.md\:outline-yellow-900\/5{outline-color:#713f120d}.md\:outline-yellow-900\/50{outline-color:#713f1280}.md\:outline-yellow-900\/55{outline-color:#713f128c}.md\:outline-yellow-900\/60{outline-color:#713f1299}.md\:outline-yellow-900\/65{outline-color:#713f12a6}.md\:outline-yellow-900\/70{outline-color:#713f12b3}.md\:outline-yellow-900\/75{outline-color:#713f12bf}.md\:outline-yellow-900\/80{outline-color:#713f12cc}.md\:outline-yellow-900\/85{outline-color:#713f12d9}.md\:outline-yellow-900\/90{outline-color:#713f12e6}.md\:outline-yellow-900\/95{outline-color:#713f12f2}.md\:outline-yellow-950{outline-color:#422006}.md\:outline-yellow-950\/0{outline-color:#42200600}.md\:outline-yellow-950\/10{outline-color:#4220061a}.md\:outline-yellow-950\/100{outline-color:#422006}.md\:outline-yellow-950\/15{outline-color:#42200626}.md\:outline-yellow-950\/20{outline-color:#42200633}.md\:outline-yellow-950\/25{outline-color:#42200640}.md\:outline-yellow-950\/30{outline-color:#4220064d}.md\:outline-yellow-950\/35{outline-color:#42200659}.md\:outline-yellow-950\/40{outline-color:#42200666}.md\:outline-yellow-950\/45{outline-color:#42200673}.md\:outline-yellow-950\/5{outline-color:#4220060d}.md\:outline-yellow-950\/50{outline-color:#42200680}.md\:outline-yellow-950\/55{outline-color:#4220068c}.md\:outline-yellow-950\/60{outline-color:#42200699}.md\:outline-yellow-950\/65{outline-color:#422006a6}.md\:outline-yellow-950\/70{outline-color:#422006b3}.md\:outline-yellow-950\/75{outline-color:#422006bf}.md\:outline-yellow-950\/80{outline-color:#422006cc}.md\:outline-yellow-950\/85{outline-color:#422006d9}.md\:outline-yellow-950\/90{outline-color:#422006e6}.md\:outline-yellow-950\/95{outline-color:#422006f2}.md\:ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 249 195/var(--tw-ring-opacity,1))}.md\:ring-yellow-100\/0{--tw-ring-color:#fef9c300}.md\:ring-yellow-100\/10{--tw-ring-color:#fef9c31a}.md\:ring-yellow-100\/100{--tw-ring-color:#fef9c3}.md\:ring-yellow-100\/15{--tw-ring-color:#fef9c326}.md\:ring-yellow-100\/20{--tw-ring-color:#fef9c333}.md\:ring-yellow-100\/25{--tw-ring-color:#fef9c340}.md\:ring-yellow-100\/30{--tw-ring-color:#fef9c34d}.md\:ring-yellow-100\/35{--tw-ring-color:#fef9c359}.md\:ring-yellow-100\/40{--tw-ring-color:#fef9c366}.md\:ring-yellow-100\/45{--tw-ring-color:#fef9c373}.md\:ring-yellow-100\/5{--tw-ring-color:#fef9c30d}.md\:ring-yellow-100\/50{--tw-ring-color:#fef9c380}.md\:ring-yellow-100\/55{--tw-ring-color:#fef9c38c}.md\:ring-yellow-100\/60{--tw-ring-color:#fef9c399}.md\:ring-yellow-100\/65{--tw-ring-color:#fef9c3a6}.md\:ring-yellow-100\/70{--tw-ring-color:#fef9c3b3}.md\:ring-yellow-100\/75{--tw-ring-color:#fef9c3bf}.md\:ring-yellow-100\/80{--tw-ring-color:#fef9c3cc}.md\:ring-yellow-100\/85{--tw-ring-color:#fef9c3d9}.md\:ring-yellow-100\/90{--tw-ring-color:#fef9c3e6}.md\:ring-yellow-100\/95{--tw-ring-color:#fef9c3f2}.md\:ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 240 138/var(--tw-ring-opacity,1))}.md\:ring-yellow-200\/0{--tw-ring-color:#fef08a00}.md\:ring-yellow-200\/10{--tw-ring-color:#fef08a1a}.md\:ring-yellow-200\/100{--tw-ring-color:#fef08a}.md\:ring-yellow-200\/15{--tw-ring-color:#fef08a26}.md\:ring-yellow-200\/20{--tw-ring-color:#fef08a33}.md\:ring-yellow-200\/25{--tw-ring-color:#fef08a40}.md\:ring-yellow-200\/30{--tw-ring-color:#fef08a4d}.md\:ring-yellow-200\/35{--tw-ring-color:#fef08a59}.md\:ring-yellow-200\/40{--tw-ring-color:#fef08a66}.md\:ring-yellow-200\/45{--tw-ring-color:#fef08a73}.md\:ring-yellow-200\/5{--tw-ring-color:#fef08a0d}.md\:ring-yellow-200\/50{--tw-ring-color:#fef08a80}.md\:ring-yellow-200\/55{--tw-ring-color:#fef08a8c}.md\:ring-yellow-200\/60{--tw-ring-color:#fef08a99}.md\:ring-yellow-200\/65{--tw-ring-color:#fef08aa6}.md\:ring-yellow-200\/70{--tw-ring-color:#fef08ab3}.md\:ring-yellow-200\/75{--tw-ring-color:#fef08abf}.md\:ring-yellow-200\/80{--tw-ring-color:#fef08acc}.md\:ring-yellow-200\/85{--tw-ring-color:#fef08ad9}.md\:ring-yellow-200\/90{--tw-ring-color:#fef08ae6}.md\:ring-yellow-200\/95{--tw-ring-color:#fef08af2}.md\:ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 224 71/var(--tw-ring-opacity,1))}.md\:ring-yellow-300\/0{--tw-ring-color:#fde04700}.md\:ring-yellow-300\/10{--tw-ring-color:#fde0471a}.md\:ring-yellow-300\/100{--tw-ring-color:#fde047}.md\:ring-yellow-300\/15{--tw-ring-color:#fde04726}.md\:ring-yellow-300\/20{--tw-ring-color:#fde04733}.md\:ring-yellow-300\/25{--tw-ring-color:#fde04740}.md\:ring-yellow-300\/30{--tw-ring-color:#fde0474d}.md\:ring-yellow-300\/35{--tw-ring-color:#fde04759}.md\:ring-yellow-300\/40{--tw-ring-color:#fde04766}.md\:ring-yellow-300\/45{--tw-ring-color:#fde04773}.md\:ring-yellow-300\/5{--tw-ring-color:#fde0470d}.md\:ring-yellow-300\/50{--tw-ring-color:#fde04780}.md\:ring-yellow-300\/55{--tw-ring-color:#fde0478c}.md\:ring-yellow-300\/60{--tw-ring-color:#fde04799}.md\:ring-yellow-300\/65{--tw-ring-color:#fde047a6}.md\:ring-yellow-300\/70{--tw-ring-color:#fde047b3}.md\:ring-yellow-300\/75{--tw-ring-color:#fde047bf}.md\:ring-yellow-300\/80{--tw-ring-color:#fde047cc}.md\:ring-yellow-300\/85{--tw-ring-color:#fde047d9}.md\:ring-yellow-300\/90{--tw-ring-color:#fde047e6}.md\:ring-yellow-300\/95{--tw-ring-color:#fde047f2}.md\:ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgb(250 204 21/var(--tw-ring-opacity,1))}.md\:ring-yellow-400\/0{--tw-ring-color:#facc1500}.md\:ring-yellow-400\/10{--tw-ring-color:#facc151a}.md\:ring-yellow-400\/100{--tw-ring-color:#facc15}.md\:ring-yellow-400\/15{--tw-ring-color:#facc1526}.md\:ring-yellow-400\/20{--tw-ring-color:#facc1533}.md\:ring-yellow-400\/25{--tw-ring-color:#facc1540}.md\:ring-yellow-400\/30{--tw-ring-color:#facc154d}.md\:ring-yellow-400\/35{--tw-ring-color:#facc1559}.md\:ring-yellow-400\/40{--tw-ring-color:#facc1566}.md\:ring-yellow-400\/45{--tw-ring-color:#facc1573}.md\:ring-yellow-400\/5{--tw-ring-color:#facc150d}.md\:ring-yellow-400\/50{--tw-ring-color:#facc1580}.md\:ring-yellow-400\/55{--tw-ring-color:#facc158c}.md\:ring-yellow-400\/60{--tw-ring-color:#facc1599}.md\:ring-yellow-400\/65{--tw-ring-color:#facc15a6}.md\:ring-yellow-400\/70{--tw-ring-color:#facc15b3}.md\:ring-yellow-400\/75{--tw-ring-color:#facc15bf}.md\:ring-yellow-400\/80{--tw-ring-color:#facc15cc}.md\:ring-yellow-400\/85{--tw-ring-color:#facc15d9}.md\:ring-yellow-400\/90{--tw-ring-color:#facc15e6}.md\:ring-yellow-400\/95{--tw-ring-color:#facc15f2}.md\:ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgb(254 252 232/var(--tw-ring-opacity,1))}.md\:ring-yellow-50\/0{--tw-ring-color:#fefce800}.md\:ring-yellow-50\/10{--tw-ring-color:#fefce81a}.md\:ring-yellow-50\/100{--tw-ring-color:#fefce8}.md\:ring-yellow-50\/15{--tw-ring-color:#fefce826}.md\:ring-yellow-50\/20{--tw-ring-color:#fefce833}.md\:ring-yellow-50\/25{--tw-ring-color:#fefce840}.md\:ring-yellow-50\/30{--tw-ring-color:#fefce84d}.md\:ring-yellow-50\/35{--tw-ring-color:#fefce859}.md\:ring-yellow-50\/40{--tw-ring-color:#fefce866}.md\:ring-yellow-50\/45{--tw-ring-color:#fefce873}.md\:ring-yellow-50\/5{--tw-ring-color:#fefce80d}.md\:ring-yellow-50\/50{--tw-ring-color:#fefce880}.md\:ring-yellow-50\/55{--tw-ring-color:#fefce88c}.md\:ring-yellow-50\/60{--tw-ring-color:#fefce899}.md\:ring-yellow-50\/65{--tw-ring-color:#fefce8a6}.md\:ring-yellow-50\/70{--tw-ring-color:#fefce8b3}.md\:ring-yellow-50\/75{--tw-ring-color:#fefce8bf}.md\:ring-yellow-50\/80{--tw-ring-color:#fefce8cc}.md\:ring-yellow-50\/85{--tw-ring-color:#fefce8d9}.md\:ring-yellow-50\/90{--tw-ring-color:#fefce8e6}.md\:ring-yellow-50\/95{--tw-ring-color:#fefce8f2}.md\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity,1))}.md\:ring-yellow-500\/0{--tw-ring-color:#eab30800}.md\:ring-yellow-500\/10{--tw-ring-color:#eab3081a}.md\:ring-yellow-500\/100{--tw-ring-color:#eab308}.md\:ring-yellow-500\/15{--tw-ring-color:#eab30826}.md\:ring-yellow-500\/20{--tw-ring-color:#eab30833}.md\:ring-yellow-500\/25{--tw-ring-color:#eab30840}.md\:ring-yellow-500\/30{--tw-ring-color:#eab3084d}.md\:ring-yellow-500\/35{--tw-ring-color:#eab30859}.md\:ring-yellow-500\/40{--tw-ring-color:#eab30866}.md\:ring-yellow-500\/45{--tw-ring-color:#eab30873}.md\:ring-yellow-500\/5{--tw-ring-color:#eab3080d}.md\:ring-yellow-500\/50{--tw-ring-color:#eab30880}.md\:ring-yellow-500\/55{--tw-ring-color:#eab3088c}.md\:ring-yellow-500\/60{--tw-ring-color:#eab30899}.md\:ring-yellow-500\/65{--tw-ring-color:#eab308a6}.md\:ring-yellow-500\/70{--tw-ring-color:#eab308b3}.md\:ring-yellow-500\/75{--tw-ring-color:#eab308bf}.md\:ring-yellow-500\/80{--tw-ring-color:#eab308cc}.md\:ring-yellow-500\/85{--tw-ring-color:#eab308d9}.md\:ring-yellow-500\/90{--tw-ring-color:#eab308e6}.md\:ring-yellow-500\/95{--tw-ring-color:#eab308f2}.md\:ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgb(202 138 4/var(--tw-ring-opacity,1))}.md\:ring-yellow-600\/0{--tw-ring-color:#ca8a0400}.md\:ring-yellow-600\/10{--tw-ring-color:#ca8a041a}.md\:ring-yellow-600\/100{--tw-ring-color:#ca8a04}.md\:ring-yellow-600\/15{--tw-ring-color:#ca8a0426}.md\:ring-yellow-600\/20{--tw-ring-color:#ca8a0433}.md\:ring-yellow-600\/25{--tw-ring-color:#ca8a0440}.md\:ring-yellow-600\/30{--tw-ring-color:#ca8a044d}.md\:ring-yellow-600\/35{--tw-ring-color:#ca8a0459}.md\:ring-yellow-600\/40{--tw-ring-color:#ca8a0466}.md\:ring-yellow-600\/45{--tw-ring-color:#ca8a0473}.md\:ring-yellow-600\/5{--tw-ring-color:#ca8a040d}.md\:ring-yellow-600\/50{--tw-ring-color:#ca8a0480}.md\:ring-yellow-600\/55{--tw-ring-color:#ca8a048c}.md\:ring-yellow-600\/60{--tw-ring-color:#ca8a0499}.md\:ring-yellow-600\/65{--tw-ring-color:#ca8a04a6}.md\:ring-yellow-600\/70{--tw-ring-color:#ca8a04b3}.md\:ring-yellow-600\/75{--tw-ring-color:#ca8a04bf}.md\:ring-yellow-600\/80{--tw-ring-color:#ca8a04cc}.md\:ring-yellow-600\/85{--tw-ring-color:#ca8a04d9}.md\:ring-yellow-600\/90{--tw-ring-color:#ca8a04e6}.md\:ring-yellow-600\/95{--tw-ring-color:#ca8a04f2}.md\:ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgb(161 98 7/var(--tw-ring-opacity,1))}.md\:ring-yellow-700\/0{--tw-ring-color:#a1620700}.md\:ring-yellow-700\/10{--tw-ring-color:#a162071a}.md\:ring-yellow-700\/100{--tw-ring-color:#a16207}.md\:ring-yellow-700\/15{--tw-ring-color:#a1620726}.md\:ring-yellow-700\/20{--tw-ring-color:#a1620733}.md\:ring-yellow-700\/25{--tw-ring-color:#a1620740}.md\:ring-yellow-700\/30{--tw-ring-color:#a162074d}.md\:ring-yellow-700\/35{--tw-ring-color:#a1620759}.md\:ring-yellow-700\/40{--tw-ring-color:#a1620766}.md\:ring-yellow-700\/45{--tw-ring-color:#a1620773}.md\:ring-yellow-700\/5{--tw-ring-color:#a162070d}.md\:ring-yellow-700\/50{--tw-ring-color:#a1620780}.md\:ring-yellow-700\/55{--tw-ring-color:#a162078c}.md\:ring-yellow-700\/60{--tw-ring-color:#a1620799}.md\:ring-yellow-700\/65{--tw-ring-color:#a16207a6}.md\:ring-yellow-700\/70{--tw-ring-color:#a16207b3}.md\:ring-yellow-700\/75{--tw-ring-color:#a16207bf}.md\:ring-yellow-700\/80{--tw-ring-color:#a16207cc}.md\:ring-yellow-700\/85{--tw-ring-color:#a16207d9}.md\:ring-yellow-700\/90{--tw-ring-color:#a16207e6}.md\:ring-yellow-700\/95{--tw-ring-color:#a16207f2}.md\:ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgb(133 77 14/var(--tw-ring-opacity,1))}.md\:ring-yellow-800\/0{--tw-ring-color:#854d0e00}.md\:ring-yellow-800\/10{--tw-ring-color:#854d0e1a}.md\:ring-yellow-800\/100{--tw-ring-color:#854d0e}.md\:ring-yellow-800\/15{--tw-ring-color:#854d0e26}.md\:ring-yellow-800\/20{--tw-ring-color:#854d0e33}.md\:ring-yellow-800\/25{--tw-ring-color:#854d0e40}.md\:ring-yellow-800\/30{--tw-ring-color:#854d0e4d}.md\:ring-yellow-800\/35{--tw-ring-color:#854d0e59}.md\:ring-yellow-800\/40{--tw-ring-color:#854d0e66}.md\:ring-yellow-800\/45{--tw-ring-color:#854d0e73}.md\:ring-yellow-800\/5{--tw-ring-color:#854d0e0d}.md\:ring-yellow-800\/50{--tw-ring-color:#854d0e80}.md\:ring-yellow-800\/55{--tw-ring-color:#854d0e8c}.md\:ring-yellow-800\/60{--tw-ring-color:#854d0e99}.md\:ring-yellow-800\/65{--tw-ring-color:#854d0ea6}.md\:ring-yellow-800\/70{--tw-ring-color:#854d0eb3}.md\:ring-yellow-800\/75{--tw-ring-color:#854d0ebf}.md\:ring-yellow-800\/80{--tw-ring-color:#854d0ecc}.md\:ring-yellow-800\/85{--tw-ring-color:#854d0ed9}.md\:ring-yellow-800\/90{--tw-ring-color:#854d0ee6}.md\:ring-yellow-800\/95{--tw-ring-color:#854d0ef2}.md\:ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgb(113 63 18/var(--tw-ring-opacity,1))}.md\:ring-yellow-900\/0{--tw-ring-color:#713f1200}.md\:ring-yellow-900\/10{--tw-ring-color:#713f121a}.md\:ring-yellow-900\/100{--tw-ring-color:#713f12}.md\:ring-yellow-900\/15{--tw-ring-color:#713f1226}.md\:ring-yellow-900\/20{--tw-ring-color:#713f1233}.md\:ring-yellow-900\/25{--tw-ring-color:#713f1240}.md\:ring-yellow-900\/30{--tw-ring-color:#713f124d}.md\:ring-yellow-900\/35{--tw-ring-color:#713f1259}.md\:ring-yellow-900\/40{--tw-ring-color:#713f1266}.md\:ring-yellow-900\/45{--tw-ring-color:#713f1273}.md\:ring-yellow-900\/5{--tw-ring-color:#713f120d}.md\:ring-yellow-900\/50{--tw-ring-color:#713f1280}.md\:ring-yellow-900\/55{--tw-ring-color:#713f128c}.md\:ring-yellow-900\/60{--tw-ring-color:#713f1299}.md\:ring-yellow-900\/65{--tw-ring-color:#713f12a6}.md\:ring-yellow-900\/70{--tw-ring-color:#713f12b3}.md\:ring-yellow-900\/75{--tw-ring-color:#713f12bf}.md\:ring-yellow-900\/80{--tw-ring-color:#713f12cc}.md\:ring-yellow-900\/85{--tw-ring-color:#713f12d9}.md\:ring-yellow-900\/90{--tw-ring-color:#713f12e6}.md\:ring-yellow-900\/95{--tw-ring-color:#713f12f2}.md\:ring-yellow-950{--tw-ring-opacity:1;--tw-ring-color:rgb(66 32 6/var(--tw-ring-opacity,1))}.md\:ring-yellow-950\/0{--tw-ring-color:#42200600}.md\:ring-yellow-950\/10{--tw-ring-color:#4220061a}.md\:ring-yellow-950\/100{--tw-ring-color:#422006}.md\:ring-yellow-950\/15{--tw-ring-color:#42200626}.md\:ring-yellow-950\/20{--tw-ring-color:#42200633}.md\:ring-yellow-950\/25{--tw-ring-color:#42200640}.md\:ring-yellow-950\/30{--tw-ring-color:#4220064d}.md\:ring-yellow-950\/35{--tw-ring-color:#42200659}.md\:ring-yellow-950\/40{--tw-ring-color:#42200666}.md\:ring-yellow-950\/45{--tw-ring-color:#42200673}.md\:ring-yellow-950\/5{--tw-ring-color:#4220060d}.md\:ring-yellow-950\/50{--tw-ring-color:#42200680}.md\:ring-yellow-950\/55{--tw-ring-color:#4220068c}.md\:ring-yellow-950\/60{--tw-ring-color:#42200699}.md\:ring-yellow-950\/65{--tw-ring-color:#422006a6}.md\:ring-yellow-950\/70{--tw-ring-color:#422006b3}.md\:ring-yellow-950\/75{--tw-ring-color:#422006bf}.md\:ring-yellow-950\/80{--tw-ring-color:#422006cc}.md\:ring-yellow-950\/85{--tw-ring-color:#422006d9}.md\:ring-yellow-950\/90{--tw-ring-color:#422006e6}.md\:ring-yellow-950\/95{--tw-ring-color:#422006f2}.md\:ring-offset-yellow-100{--tw-ring-offset-color:#fef9c3}.md\:ring-offset-yellow-100\/0{--tw-ring-offset-color:#fef9c300}.md\:ring-offset-yellow-100\/10{--tw-ring-offset-color:#fef9c31a}.md\:ring-offset-yellow-100\/100{--tw-ring-offset-color:#fef9c3}.md\:ring-offset-yellow-100\/15{--tw-ring-offset-color:#fef9c326}.md\:ring-offset-yellow-100\/20{--tw-ring-offset-color:#fef9c333}.md\:ring-offset-yellow-100\/25{--tw-ring-offset-color:#fef9c340}.md\:ring-offset-yellow-100\/30{--tw-ring-offset-color:#fef9c34d}.md\:ring-offset-yellow-100\/35{--tw-ring-offset-color:#fef9c359}.md\:ring-offset-yellow-100\/40{--tw-ring-offset-color:#fef9c366}.md\:ring-offset-yellow-100\/45{--tw-ring-offset-color:#fef9c373}.md\:ring-offset-yellow-100\/5{--tw-ring-offset-color:#fef9c30d}.md\:ring-offset-yellow-100\/50{--tw-ring-offset-color:#fef9c380}.md\:ring-offset-yellow-100\/55{--tw-ring-offset-color:#fef9c38c}.md\:ring-offset-yellow-100\/60{--tw-ring-offset-color:#fef9c399}.md\:ring-offset-yellow-100\/65{--tw-ring-offset-color:#fef9c3a6}.md\:ring-offset-yellow-100\/70{--tw-ring-offset-color:#fef9c3b3}.md\:ring-offset-yellow-100\/75{--tw-ring-offset-color:#fef9c3bf}.md\:ring-offset-yellow-100\/80{--tw-ring-offset-color:#fef9c3cc}.md\:ring-offset-yellow-100\/85{--tw-ring-offset-color:#fef9c3d9}.md\:ring-offset-yellow-100\/90{--tw-ring-offset-color:#fef9c3e6}.md\:ring-offset-yellow-100\/95{--tw-ring-offset-color:#fef9c3f2}.md\:ring-offset-yellow-200{--tw-ring-offset-color:#fef08a}.md\:ring-offset-yellow-200\/0{--tw-ring-offset-color:#fef08a00}.md\:ring-offset-yellow-200\/10{--tw-ring-offset-color:#fef08a1a}.md\:ring-offset-yellow-200\/100{--tw-ring-offset-color:#fef08a}.md\:ring-offset-yellow-200\/15{--tw-ring-offset-color:#fef08a26}.md\:ring-offset-yellow-200\/20{--tw-ring-offset-color:#fef08a33}.md\:ring-offset-yellow-200\/25{--tw-ring-offset-color:#fef08a40}.md\:ring-offset-yellow-200\/30{--tw-ring-offset-color:#fef08a4d}.md\:ring-offset-yellow-200\/35{--tw-ring-offset-color:#fef08a59}.md\:ring-offset-yellow-200\/40{--tw-ring-offset-color:#fef08a66}.md\:ring-offset-yellow-200\/45{--tw-ring-offset-color:#fef08a73}.md\:ring-offset-yellow-200\/5{--tw-ring-offset-color:#fef08a0d}.md\:ring-offset-yellow-200\/50{--tw-ring-offset-color:#fef08a80}.md\:ring-offset-yellow-200\/55{--tw-ring-offset-color:#fef08a8c}.md\:ring-offset-yellow-200\/60{--tw-ring-offset-color:#fef08a99}.md\:ring-offset-yellow-200\/65{--tw-ring-offset-color:#fef08aa6}.md\:ring-offset-yellow-200\/70{--tw-ring-offset-color:#fef08ab3}.md\:ring-offset-yellow-200\/75{--tw-ring-offset-color:#fef08abf}.md\:ring-offset-yellow-200\/80{--tw-ring-offset-color:#fef08acc}.md\:ring-offset-yellow-200\/85{--tw-ring-offset-color:#fef08ad9}.md\:ring-offset-yellow-200\/90{--tw-ring-offset-color:#fef08ae6}.md\:ring-offset-yellow-200\/95{--tw-ring-offset-color:#fef08af2}.md\:ring-offset-yellow-300{--tw-ring-offset-color:#fde047}.md\:ring-offset-yellow-300\/0{--tw-ring-offset-color:#fde04700}.md\:ring-offset-yellow-300\/10{--tw-ring-offset-color:#fde0471a}.md\:ring-offset-yellow-300\/100{--tw-ring-offset-color:#fde047}.md\:ring-offset-yellow-300\/15{--tw-ring-offset-color:#fde04726}.md\:ring-offset-yellow-300\/20{--tw-ring-offset-color:#fde04733}.md\:ring-offset-yellow-300\/25{--tw-ring-offset-color:#fde04740}.md\:ring-offset-yellow-300\/30{--tw-ring-offset-color:#fde0474d}.md\:ring-offset-yellow-300\/35{--tw-ring-offset-color:#fde04759}.md\:ring-offset-yellow-300\/40{--tw-ring-offset-color:#fde04766}.md\:ring-offset-yellow-300\/45{--tw-ring-offset-color:#fde04773}.md\:ring-offset-yellow-300\/5{--tw-ring-offset-color:#fde0470d}.md\:ring-offset-yellow-300\/50{--tw-ring-offset-color:#fde04780}.md\:ring-offset-yellow-300\/55{--tw-ring-offset-color:#fde0478c}.md\:ring-offset-yellow-300\/60{--tw-ring-offset-color:#fde04799}.md\:ring-offset-yellow-300\/65{--tw-ring-offset-color:#fde047a6}.md\:ring-offset-yellow-300\/70{--tw-ring-offset-color:#fde047b3}.md\:ring-offset-yellow-300\/75{--tw-ring-offset-color:#fde047bf}.md\:ring-offset-yellow-300\/80{--tw-ring-offset-color:#fde047cc}.md\:ring-offset-yellow-300\/85{--tw-ring-offset-color:#fde047d9}.md\:ring-offset-yellow-300\/90{--tw-ring-offset-color:#fde047e6}.md\:ring-offset-yellow-300\/95{--tw-ring-offset-color:#fde047f2}.md\:ring-offset-yellow-400{--tw-ring-offset-color:#facc15}.md\:ring-offset-yellow-400\/0{--tw-ring-offset-color:#facc1500}.md\:ring-offset-yellow-400\/10{--tw-ring-offset-color:#facc151a}.md\:ring-offset-yellow-400\/100{--tw-ring-offset-color:#facc15}.md\:ring-offset-yellow-400\/15{--tw-ring-offset-color:#facc1526}.md\:ring-offset-yellow-400\/20{--tw-ring-offset-color:#facc1533}.md\:ring-offset-yellow-400\/25{--tw-ring-offset-color:#facc1540}.md\:ring-offset-yellow-400\/30{--tw-ring-offset-color:#facc154d}.md\:ring-offset-yellow-400\/35{--tw-ring-offset-color:#facc1559}.md\:ring-offset-yellow-400\/40{--tw-ring-offset-color:#facc1566}.md\:ring-offset-yellow-400\/45{--tw-ring-offset-color:#facc1573}.md\:ring-offset-yellow-400\/5{--tw-ring-offset-color:#facc150d}.md\:ring-offset-yellow-400\/50{--tw-ring-offset-color:#facc1580}.md\:ring-offset-yellow-400\/55{--tw-ring-offset-color:#facc158c}.md\:ring-offset-yellow-400\/60{--tw-ring-offset-color:#facc1599}.md\:ring-offset-yellow-400\/65{--tw-ring-offset-color:#facc15a6}.md\:ring-offset-yellow-400\/70{--tw-ring-offset-color:#facc15b3}.md\:ring-offset-yellow-400\/75{--tw-ring-offset-color:#facc15bf}.md\:ring-offset-yellow-400\/80{--tw-ring-offset-color:#facc15cc}.md\:ring-offset-yellow-400\/85{--tw-ring-offset-color:#facc15d9}.md\:ring-offset-yellow-400\/90{--tw-ring-offset-color:#facc15e6}.md\:ring-offset-yellow-400\/95{--tw-ring-offset-color:#facc15f2}.md\:ring-offset-yellow-50{--tw-ring-offset-color:#fefce8}.md\:ring-offset-yellow-50\/0{--tw-ring-offset-color:#fefce800}.md\:ring-offset-yellow-50\/10{--tw-ring-offset-color:#fefce81a}.md\:ring-offset-yellow-50\/100{--tw-ring-offset-color:#fefce8}.md\:ring-offset-yellow-50\/15{--tw-ring-offset-color:#fefce826}.md\:ring-offset-yellow-50\/20{--tw-ring-offset-color:#fefce833}.md\:ring-offset-yellow-50\/25{--tw-ring-offset-color:#fefce840}.md\:ring-offset-yellow-50\/30{--tw-ring-offset-color:#fefce84d}.md\:ring-offset-yellow-50\/35{--tw-ring-offset-color:#fefce859}.md\:ring-offset-yellow-50\/40{--tw-ring-offset-color:#fefce866}.md\:ring-offset-yellow-50\/45{--tw-ring-offset-color:#fefce873}.md\:ring-offset-yellow-50\/5{--tw-ring-offset-color:#fefce80d}.md\:ring-offset-yellow-50\/50{--tw-ring-offset-color:#fefce880}.md\:ring-offset-yellow-50\/55{--tw-ring-offset-color:#fefce88c}.md\:ring-offset-yellow-50\/60{--tw-ring-offset-color:#fefce899}.md\:ring-offset-yellow-50\/65{--tw-ring-offset-color:#fefce8a6}.md\:ring-offset-yellow-50\/70{--tw-ring-offset-color:#fefce8b3}.md\:ring-offset-yellow-50\/75{--tw-ring-offset-color:#fefce8bf}.md\:ring-offset-yellow-50\/80{--tw-ring-offset-color:#fefce8cc}.md\:ring-offset-yellow-50\/85{--tw-ring-offset-color:#fefce8d9}.md\:ring-offset-yellow-50\/90{--tw-ring-offset-color:#fefce8e6}.md\:ring-offset-yellow-50\/95{--tw-ring-offset-color:#fefce8f2}.md\:ring-offset-yellow-500{--tw-ring-offset-color:#eab308}.md\:ring-offset-yellow-500\/0{--tw-ring-offset-color:#eab30800}.md\:ring-offset-yellow-500\/10{--tw-ring-offset-color:#eab3081a}.md\:ring-offset-yellow-500\/100{--tw-ring-offset-color:#eab308}.md\:ring-offset-yellow-500\/15{--tw-ring-offset-color:#eab30826}.md\:ring-offset-yellow-500\/20{--tw-ring-offset-color:#eab30833}.md\:ring-offset-yellow-500\/25{--tw-ring-offset-color:#eab30840}.md\:ring-offset-yellow-500\/30{--tw-ring-offset-color:#eab3084d}.md\:ring-offset-yellow-500\/35{--tw-ring-offset-color:#eab30859}.md\:ring-offset-yellow-500\/40{--tw-ring-offset-color:#eab30866}.md\:ring-offset-yellow-500\/45{--tw-ring-offset-color:#eab30873}.md\:ring-offset-yellow-500\/5{--tw-ring-offset-color:#eab3080d}.md\:ring-offset-yellow-500\/50{--tw-ring-offset-color:#eab30880}.md\:ring-offset-yellow-500\/55{--tw-ring-offset-color:#eab3088c}.md\:ring-offset-yellow-500\/60{--tw-ring-offset-color:#eab30899}.md\:ring-offset-yellow-500\/65{--tw-ring-offset-color:#eab308a6}.md\:ring-offset-yellow-500\/70{--tw-ring-offset-color:#eab308b3}.md\:ring-offset-yellow-500\/75{--tw-ring-offset-color:#eab308bf}.md\:ring-offset-yellow-500\/80{--tw-ring-offset-color:#eab308cc}.md\:ring-offset-yellow-500\/85{--tw-ring-offset-color:#eab308d9}.md\:ring-offset-yellow-500\/90{--tw-ring-offset-color:#eab308e6}.md\:ring-offset-yellow-500\/95{--tw-ring-offset-color:#eab308f2}.md\:ring-offset-yellow-600{--tw-ring-offset-color:#ca8a04}.md\:ring-offset-yellow-600\/0{--tw-ring-offset-color:#ca8a0400}.md\:ring-offset-yellow-600\/10{--tw-ring-offset-color:#ca8a041a}.md\:ring-offset-yellow-600\/100{--tw-ring-offset-color:#ca8a04}.md\:ring-offset-yellow-600\/15{--tw-ring-offset-color:#ca8a0426}.md\:ring-offset-yellow-600\/20{--tw-ring-offset-color:#ca8a0433}.md\:ring-offset-yellow-600\/25{--tw-ring-offset-color:#ca8a0440}.md\:ring-offset-yellow-600\/30{--tw-ring-offset-color:#ca8a044d}.md\:ring-offset-yellow-600\/35{--tw-ring-offset-color:#ca8a0459}.md\:ring-offset-yellow-600\/40{--tw-ring-offset-color:#ca8a0466}.md\:ring-offset-yellow-600\/45{--tw-ring-offset-color:#ca8a0473}.md\:ring-offset-yellow-600\/5{--tw-ring-offset-color:#ca8a040d}.md\:ring-offset-yellow-600\/50{--tw-ring-offset-color:#ca8a0480}.md\:ring-offset-yellow-600\/55{--tw-ring-offset-color:#ca8a048c}.md\:ring-offset-yellow-600\/60{--tw-ring-offset-color:#ca8a0499}.md\:ring-offset-yellow-600\/65{--tw-ring-offset-color:#ca8a04a6}.md\:ring-offset-yellow-600\/70{--tw-ring-offset-color:#ca8a04b3}.md\:ring-offset-yellow-600\/75{--tw-ring-offset-color:#ca8a04bf}.md\:ring-offset-yellow-600\/80{--tw-ring-offset-color:#ca8a04cc}.md\:ring-offset-yellow-600\/85{--tw-ring-offset-color:#ca8a04d9}.md\:ring-offset-yellow-600\/90{--tw-ring-offset-color:#ca8a04e6}.md\:ring-offset-yellow-600\/95{--tw-ring-offset-color:#ca8a04f2}.md\:ring-offset-yellow-700{--tw-ring-offset-color:#a16207}.md\:ring-offset-yellow-700\/0{--tw-ring-offset-color:#a1620700}.md\:ring-offset-yellow-700\/10{--tw-ring-offset-color:#a162071a}.md\:ring-offset-yellow-700\/100{--tw-ring-offset-color:#a16207}.md\:ring-offset-yellow-700\/15{--tw-ring-offset-color:#a1620726}.md\:ring-offset-yellow-700\/20{--tw-ring-offset-color:#a1620733}.md\:ring-offset-yellow-700\/25{--tw-ring-offset-color:#a1620740}.md\:ring-offset-yellow-700\/30{--tw-ring-offset-color:#a162074d}.md\:ring-offset-yellow-700\/35{--tw-ring-offset-color:#a1620759}.md\:ring-offset-yellow-700\/40{--tw-ring-offset-color:#a1620766}.md\:ring-offset-yellow-700\/45{--tw-ring-offset-color:#a1620773}.md\:ring-offset-yellow-700\/5{--tw-ring-offset-color:#a162070d}.md\:ring-offset-yellow-700\/50{--tw-ring-offset-color:#a1620780}.md\:ring-offset-yellow-700\/55{--tw-ring-offset-color:#a162078c}.md\:ring-offset-yellow-700\/60{--tw-ring-offset-color:#a1620799}.md\:ring-offset-yellow-700\/65{--tw-ring-offset-color:#a16207a6}.md\:ring-offset-yellow-700\/70{--tw-ring-offset-color:#a16207b3}.md\:ring-offset-yellow-700\/75{--tw-ring-offset-color:#a16207bf}.md\:ring-offset-yellow-700\/80{--tw-ring-offset-color:#a16207cc}.md\:ring-offset-yellow-700\/85{--tw-ring-offset-color:#a16207d9}.md\:ring-offset-yellow-700\/90{--tw-ring-offset-color:#a16207e6}.md\:ring-offset-yellow-700\/95{--tw-ring-offset-color:#a16207f2}.md\:ring-offset-yellow-800{--tw-ring-offset-color:#854d0e}.md\:ring-offset-yellow-800\/0{--tw-ring-offset-color:#854d0e00}.md\:ring-offset-yellow-800\/10{--tw-ring-offset-color:#854d0e1a}.md\:ring-offset-yellow-800\/100{--tw-ring-offset-color:#854d0e}.md\:ring-offset-yellow-800\/15{--tw-ring-offset-color:#854d0e26}.md\:ring-offset-yellow-800\/20{--tw-ring-offset-color:#854d0e33}.md\:ring-offset-yellow-800\/25{--tw-ring-offset-color:#854d0e40}.md\:ring-offset-yellow-800\/30{--tw-ring-offset-color:#854d0e4d}.md\:ring-offset-yellow-800\/35{--tw-ring-offset-color:#854d0e59}.md\:ring-offset-yellow-800\/40{--tw-ring-offset-color:#854d0e66}.md\:ring-offset-yellow-800\/45{--tw-ring-offset-color:#854d0e73}.md\:ring-offset-yellow-800\/5{--tw-ring-offset-color:#854d0e0d}.md\:ring-offset-yellow-800\/50{--tw-ring-offset-color:#854d0e80}.md\:ring-offset-yellow-800\/55{--tw-ring-offset-color:#854d0e8c}.md\:ring-offset-yellow-800\/60{--tw-ring-offset-color:#854d0e99}.md\:ring-offset-yellow-800\/65{--tw-ring-offset-color:#854d0ea6}.md\:ring-offset-yellow-800\/70{--tw-ring-offset-color:#854d0eb3}.md\:ring-offset-yellow-800\/75{--tw-ring-offset-color:#854d0ebf}.md\:ring-offset-yellow-800\/80{--tw-ring-offset-color:#854d0ecc}.md\:ring-offset-yellow-800\/85{--tw-ring-offset-color:#854d0ed9}.md\:ring-offset-yellow-800\/90{--tw-ring-offset-color:#854d0ee6}.md\:ring-offset-yellow-800\/95{--tw-ring-offset-color:#854d0ef2}.md\:ring-offset-yellow-900{--tw-ring-offset-color:#713f12}.md\:ring-offset-yellow-900\/0{--tw-ring-offset-color:#713f1200}.md\:ring-offset-yellow-900\/10{--tw-ring-offset-color:#713f121a}.md\:ring-offset-yellow-900\/100{--tw-ring-offset-color:#713f12}.md\:ring-offset-yellow-900\/15{--tw-ring-offset-color:#713f1226}.md\:ring-offset-yellow-900\/20{--tw-ring-offset-color:#713f1233}.md\:ring-offset-yellow-900\/25{--tw-ring-offset-color:#713f1240}.md\:ring-offset-yellow-900\/30{--tw-ring-offset-color:#713f124d}.md\:ring-offset-yellow-900\/35{--tw-ring-offset-color:#713f1259}.md\:ring-offset-yellow-900\/40{--tw-ring-offset-color:#713f1266}.md\:ring-offset-yellow-900\/45{--tw-ring-offset-color:#713f1273}.md\:ring-offset-yellow-900\/5{--tw-ring-offset-color:#713f120d}.md\:ring-offset-yellow-900\/50{--tw-ring-offset-color:#713f1280}.md\:ring-offset-yellow-900\/55{--tw-ring-offset-color:#713f128c}.md\:ring-offset-yellow-900\/60{--tw-ring-offset-color:#713f1299}.md\:ring-offset-yellow-900\/65{--tw-ring-offset-color:#713f12a6}.md\:ring-offset-yellow-900\/70{--tw-ring-offset-color:#713f12b3}.md\:ring-offset-yellow-900\/75{--tw-ring-offset-color:#713f12bf}.md\:ring-offset-yellow-900\/80{--tw-ring-offset-color:#713f12cc}.md\:ring-offset-yellow-900\/85{--tw-ring-offset-color:#713f12d9}.md\:ring-offset-yellow-900\/90{--tw-ring-offset-color:#713f12e6}.md\:ring-offset-yellow-900\/95{--tw-ring-offset-color:#713f12f2}.md\:ring-offset-yellow-950{--tw-ring-offset-color:#422006}.md\:ring-offset-yellow-950\/0{--tw-ring-offset-color:#42200600}.md\:ring-offset-yellow-950\/10{--tw-ring-offset-color:#4220061a}.md\:ring-offset-yellow-950\/100{--tw-ring-offset-color:#422006}.md\:ring-offset-yellow-950\/15{--tw-ring-offset-color:#42200626}.md\:ring-offset-yellow-950\/20{--tw-ring-offset-color:#42200633}.md\:ring-offset-yellow-950\/25{--tw-ring-offset-color:#42200640}.md\:ring-offset-yellow-950\/30{--tw-ring-offset-color:#4220064d}.md\:ring-offset-yellow-950\/35{--tw-ring-offset-color:#42200659}.md\:ring-offset-yellow-950\/40{--tw-ring-offset-color:#42200666}.md\:ring-offset-yellow-950\/45{--tw-ring-offset-color:#42200673}.md\:ring-offset-yellow-950\/5{--tw-ring-offset-color:#4220060d}.md\:ring-offset-yellow-950\/50{--tw-ring-offset-color:#42200680}.md\:ring-offset-yellow-950\/55{--tw-ring-offset-color:#4220068c}.md\:ring-offset-yellow-950\/60{--tw-ring-offset-color:#42200699}.md\:ring-offset-yellow-950\/65{--tw-ring-offset-color:#422006a6}.md\:ring-offset-yellow-950\/70{--tw-ring-offset-color:#422006b3}.md\:ring-offset-yellow-950\/75{--tw-ring-offset-color:#422006bf}.md\:ring-offset-yellow-950\/80{--tw-ring-offset-color:#422006cc}.md\:ring-offset-yellow-950\/85{--tw-ring-offset-color:#422006d9}.md\:ring-offset-yellow-950\/90{--tw-ring-offset-color:#422006e6}.md\:ring-offset-yellow-950\/95{--tw-ring-offset-color:#422006f2}.md\:drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px #00000026);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}}@media (width>=1024px){.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-10{grid-column:span 10/span 10}.lg\:col-span-11{grid-column:span 11/span 11}.lg\:col-span-12{grid-column:span 12/span 12}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-9{grid-column:span 9/span 9}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:ml-6{margin-left:1.5rem}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-28{height:7rem}.lg\:w-1{width:.25rem}.lg\:w-1\.5{width:.375rem}.lg\:w-1\/12{width:8.33333%}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.3333%}.lg\:w-1\/4{width:25%}.lg\:w-1\/5{width:20%}.lg\:w-1\/6{width:16.6667%}.lg\:w-10{width:2.5rem}.lg\:w-10\/12{width:83.3333%}.lg\:w-11{width:2.75rem}.lg\:w-11\/12{width:91.6667%}.lg\:w-12{width:3rem}.lg\:w-14{width:3.5rem}.lg\:w-16{width:4rem}.lg\:w-2{width:.5rem}.lg\:w-2\.5{width:.625rem}.lg\:w-2\/12{width:16.6667%}.lg\:w-2\/3{width:66.6667%}.lg\:w-2\/4{width:50%}.lg\:w-2\/5{width:40%}.lg\:w-2\/6{width:33.3333%}.lg\:w-20{width:5rem}.lg\:w-24{width:6rem}.lg\:w-28{width:7rem}.lg\:w-3{width:.75rem}.lg\:w-3\.5{width:.875rem}.lg\:w-3\/12{width:25%}.lg\:w-3\/4{width:75%}.lg\:w-3\/5{width:60%}.lg\:w-3\/6{width:50%}.lg\:w-32{width:8rem}.lg\:w-36{width:9rem}.lg\:w-4{width:1rem}.lg\:w-4\/12{width:33.3333%}.lg\:w-4\/5{width:80%}.lg\:w-4\/6{width:66.6667%}.lg\:w-40{width:10rem}.lg\:w-44{width:11rem}.lg\:w-48{width:12rem}.lg\:w-5{width:1.25rem}.lg\:w-5\/12{width:41.6667%}.lg\:w-5\/6{width:83.3333%}.lg\:w-52{width:13rem}.lg\:w-56{width:14rem}.lg\:w-6{width:1.5rem}.lg\:w-6\/12{width:50%}.lg\:w-60{width:15rem}.lg\:w-64{width:16rem}.lg\:w-7{width:1.75rem}.lg\:w-7\/12{width:58.3333%}.lg\:w-72{width:18rem}.lg\:w-8{width:2rem}.lg\:w-8\/12{width:66.6667%}.lg\:w-80{width:20rem}.lg\:w-9{width:2.25rem}.lg\:w-9\/12{width:75%}.lg\:w-96{width:24rem}.lg\:min-w-1{min-width:.25rem}.lg\:min-w-1\.5{min-width:.375rem}.lg\:min-w-10{min-width:2.5rem}.lg\:min-w-11{min-width:2.75rem}.lg\:min-w-12{min-width:3rem}.lg\:min-w-14{min-width:3.5rem}.lg\:min-w-16{min-width:4rem}.lg\:min-w-2{min-width:.5rem}.lg\:min-w-2\.5{min-width:.625rem}.lg\:min-w-20{min-width:5rem}.lg\:min-w-24{min-width:6rem}.lg\:min-w-28{min-width:7rem}.lg\:min-w-3{min-width:.75rem}.lg\:min-w-3\.5{min-width:.875rem}.lg\:min-w-32{min-width:8rem}.lg\:min-w-36{min-width:9rem}.lg\:min-w-4{min-width:1rem}.lg\:min-w-40{min-width:10rem}.lg\:min-w-44{min-width:11rem}.lg\:min-w-48{min-width:12rem}.lg\:min-w-5{min-width:1.25rem}.lg\:min-w-52{min-width:13rem}.lg\:min-w-56{min-width:14rem}.lg\:min-w-6{min-width:1.5rem}.lg\:min-w-60{min-width:15rem}.lg\:min-w-64{min-width:16rem}.lg\:min-w-7{min-width:1.75rem}.lg\:min-w-72{min-width:18rem}.lg\:min-w-8{min-width:2rem}.lg\:min-w-80{min-width:20rem}.lg\:min-w-9{min-width:2.25rem}.lg\:min-w-96{min-width:24rem}.lg\:max-w-1{max-width:.25rem}.lg\:max-w-1\.5{max-width:.375rem}.lg\:max-w-10{max-width:2.5rem}.lg\:max-w-11{max-width:2.75rem}.lg\:max-w-12{max-width:3rem}.lg\:max-w-14{max-width:3.5rem}.lg\:max-w-16{max-width:4rem}.lg\:max-w-2{max-width:.5rem}.lg\:max-w-2\.5{max-width:.625rem}.lg\:max-w-20{max-width:5rem}.lg\:max-w-24{max-width:6rem}.lg\:max-w-28{max-width:7rem}.lg\:max-w-2xl{max-width:42rem}.lg\:max-w-3{max-width:.75rem}.lg\:max-w-3\.5{max-width:.875rem}.lg\:max-w-32{max-width:8rem}.lg\:max-w-36{max-width:9rem}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-4{max-width:1rem}.lg\:max-w-40{max-width:10rem}.lg\:max-w-44{max-width:11rem}.lg\:max-w-48{max-width:12rem}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-5{max-width:1.25rem}.lg\:max-w-52{max-width:13rem}.lg\:max-w-56{max-width:14rem}.lg\:max-w-5xl{max-width:64rem}.lg\:max-w-6{max-width:1.5rem}.lg\:max-w-60{max-width:15rem}.lg\:max-w-64{max-width:16rem}.lg\:max-w-6xl{max-width:72rem}.lg\:max-w-7{max-width:1.75rem}.lg\:max-w-72{max-width:18rem}.lg\:max-w-7xl{max-width:80rem}.lg\:max-w-8{max-width:2rem}.lg\:max-w-80{max-width:20rem}.lg\:max-w-9{max-width:2.25rem}.lg\:max-w-96{max-width:24rem}.lg\:max-w-none{max-width:none}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:items-center{align-items:center}.lg\:space-x-3\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.875rem * var(--tw-space-x-reverse));margin-left:calc(.875rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.lg\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.lg\:divide-yellow-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 249 195/var(--tw-divide-opacity,1))}.lg\:divide-yellow-100\/0>:not([hidden])~:not([hidden]){border-color:#fef9c300}.lg\:divide-yellow-100\/10>:not([hidden])~:not([hidden]){border-color:#fef9c31a}.lg\:divide-yellow-100\/100>:not([hidden])~:not([hidden]){border-color:#fef9c3}.lg\:divide-yellow-100\/15>:not([hidden])~:not([hidden]){border-color:#fef9c326}.lg\:divide-yellow-100\/20>:not([hidden])~:not([hidden]){border-color:#fef9c333}.lg\:divide-yellow-100\/25>:not([hidden])~:not([hidden]){border-color:#fef9c340}.lg\:divide-yellow-100\/30>:not([hidden])~:not([hidden]){border-color:#fef9c34d}.lg\:divide-yellow-100\/35>:not([hidden])~:not([hidden]){border-color:#fef9c359}.lg\:divide-yellow-100\/40>:not([hidden])~:not([hidden]){border-color:#fef9c366}.lg\:divide-yellow-100\/45>:not([hidden])~:not([hidden]){border-color:#fef9c373}.lg\:divide-yellow-100\/5>:not([hidden])~:not([hidden]){border-color:#fef9c30d}.lg\:divide-yellow-100\/50>:not([hidden])~:not([hidden]){border-color:#fef9c380}.lg\:divide-yellow-100\/55>:not([hidden])~:not([hidden]){border-color:#fef9c38c}.lg\:divide-yellow-100\/60>:not([hidden])~:not([hidden]){border-color:#fef9c399}.lg\:divide-yellow-100\/65>:not([hidden])~:not([hidden]){border-color:#fef9c3a6}.lg\:divide-yellow-100\/70>:not([hidden])~:not([hidden]){border-color:#fef9c3b3}.lg\:divide-yellow-100\/75>:not([hidden])~:not([hidden]){border-color:#fef9c3bf}.lg\:divide-yellow-100\/80>:not([hidden])~:not([hidden]){border-color:#fef9c3cc}.lg\:divide-yellow-100\/85>:not([hidden])~:not([hidden]){border-color:#fef9c3d9}.lg\:divide-yellow-100\/90>:not([hidden])~:not([hidden]){border-color:#fef9c3e6}.lg\:divide-yellow-100\/95>:not([hidden])~:not([hidden]){border-color:#fef9c3f2}.lg\:divide-yellow-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 240 138/var(--tw-divide-opacity,1))}.lg\:divide-yellow-200\/0>:not([hidden])~:not([hidden]){border-color:#fef08a00}.lg\:divide-yellow-200\/10>:not([hidden])~:not([hidden]){border-color:#fef08a1a}.lg\:divide-yellow-200\/100>:not([hidden])~:not([hidden]){border-color:#fef08a}.lg\:divide-yellow-200\/15>:not([hidden])~:not([hidden]){border-color:#fef08a26}.lg\:divide-yellow-200\/20>:not([hidden])~:not([hidden]){border-color:#fef08a33}.lg\:divide-yellow-200\/25>:not([hidden])~:not([hidden]){border-color:#fef08a40}.lg\:divide-yellow-200\/30>:not([hidden])~:not([hidden]){border-color:#fef08a4d}.lg\:divide-yellow-200\/35>:not([hidden])~:not([hidden]){border-color:#fef08a59}.lg\:divide-yellow-200\/40>:not([hidden])~:not([hidden]){border-color:#fef08a66}.lg\:divide-yellow-200\/45>:not([hidden])~:not([hidden]){border-color:#fef08a73}.lg\:divide-yellow-200\/5>:not([hidden])~:not([hidden]){border-color:#fef08a0d}.lg\:divide-yellow-200\/50>:not([hidden])~:not([hidden]){border-color:#fef08a80}.lg\:divide-yellow-200\/55>:not([hidden])~:not([hidden]){border-color:#fef08a8c}.lg\:divide-yellow-200\/60>:not([hidden])~:not([hidden]){border-color:#fef08a99}.lg\:divide-yellow-200\/65>:not([hidden])~:not([hidden]){border-color:#fef08aa6}.lg\:divide-yellow-200\/70>:not([hidden])~:not([hidden]){border-color:#fef08ab3}.lg\:divide-yellow-200\/75>:not([hidden])~:not([hidden]){border-color:#fef08abf}.lg\:divide-yellow-200\/80>:not([hidden])~:not([hidden]){border-color:#fef08acc}.lg\:divide-yellow-200\/85>:not([hidden])~:not([hidden]){border-color:#fef08ad9}.lg\:divide-yellow-200\/90>:not([hidden])~:not([hidden]){border-color:#fef08ae6}.lg\:divide-yellow-200\/95>:not([hidden])~:not([hidden]){border-color:#fef08af2}.lg\:divide-yellow-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 224 71/var(--tw-divide-opacity,1))}.lg\:divide-yellow-300\/0>:not([hidden])~:not([hidden]){border-color:#fde04700}.lg\:divide-yellow-300\/10>:not([hidden])~:not([hidden]){border-color:#fde0471a}.lg\:divide-yellow-300\/100>:not([hidden])~:not([hidden]){border-color:#fde047}.lg\:divide-yellow-300\/15>:not([hidden])~:not([hidden]){border-color:#fde04726}.lg\:divide-yellow-300\/20>:not([hidden])~:not([hidden]){border-color:#fde04733}.lg\:divide-yellow-300\/25>:not([hidden])~:not([hidden]){border-color:#fde04740}.lg\:divide-yellow-300\/30>:not([hidden])~:not([hidden]){border-color:#fde0474d}.lg\:divide-yellow-300\/35>:not([hidden])~:not([hidden]){border-color:#fde04759}.lg\:divide-yellow-300\/40>:not([hidden])~:not([hidden]){border-color:#fde04766}.lg\:divide-yellow-300\/45>:not([hidden])~:not([hidden]){border-color:#fde04773}.lg\:divide-yellow-300\/5>:not([hidden])~:not([hidden]){border-color:#fde0470d}.lg\:divide-yellow-300\/50>:not([hidden])~:not([hidden]){border-color:#fde04780}.lg\:divide-yellow-300\/55>:not([hidden])~:not([hidden]){border-color:#fde0478c}.lg\:divide-yellow-300\/60>:not([hidden])~:not([hidden]){border-color:#fde04799}.lg\:divide-yellow-300\/65>:not([hidden])~:not([hidden]){border-color:#fde047a6}.lg\:divide-yellow-300\/70>:not([hidden])~:not([hidden]){border-color:#fde047b3}.lg\:divide-yellow-300\/75>:not([hidden])~:not([hidden]){border-color:#fde047bf}.lg\:divide-yellow-300\/80>:not([hidden])~:not([hidden]){border-color:#fde047cc}.lg\:divide-yellow-300\/85>:not([hidden])~:not([hidden]){border-color:#fde047d9}.lg\:divide-yellow-300\/90>:not([hidden])~:not([hidden]){border-color:#fde047e6}.lg\:divide-yellow-300\/95>:not([hidden])~:not([hidden]){border-color:#fde047f2}.lg\:divide-yellow-400>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(250 204 21/var(--tw-divide-opacity,1))}.lg\:divide-yellow-400\/0>:not([hidden])~:not([hidden]){border-color:#facc1500}.lg\:divide-yellow-400\/10>:not([hidden])~:not([hidden]){border-color:#facc151a}.lg\:divide-yellow-400\/100>:not([hidden])~:not([hidden]){border-color:#facc15}.lg\:divide-yellow-400\/15>:not([hidden])~:not([hidden]){border-color:#facc1526}.lg\:divide-yellow-400\/20>:not([hidden])~:not([hidden]){border-color:#facc1533}.lg\:divide-yellow-400\/25>:not([hidden])~:not([hidden]){border-color:#facc1540}.lg\:divide-yellow-400\/30>:not([hidden])~:not([hidden]){border-color:#facc154d}.lg\:divide-yellow-400\/35>:not([hidden])~:not([hidden]){border-color:#facc1559}.lg\:divide-yellow-400\/40>:not([hidden])~:not([hidden]){border-color:#facc1566}.lg\:divide-yellow-400\/45>:not([hidden])~:not([hidden]){border-color:#facc1573}.lg\:divide-yellow-400\/5>:not([hidden])~:not([hidden]){border-color:#facc150d}.lg\:divide-yellow-400\/50>:not([hidden])~:not([hidden]){border-color:#facc1580}.lg\:divide-yellow-400\/55>:not([hidden])~:not([hidden]){border-color:#facc158c}.lg\:divide-yellow-400\/60>:not([hidden])~:not([hidden]){border-color:#facc1599}.lg\:divide-yellow-400\/65>:not([hidden])~:not([hidden]){border-color:#facc15a6}.lg\:divide-yellow-400\/70>:not([hidden])~:not([hidden]){border-color:#facc15b3}.lg\:divide-yellow-400\/75>:not([hidden])~:not([hidden]){border-color:#facc15bf}.lg\:divide-yellow-400\/80>:not([hidden])~:not([hidden]){border-color:#facc15cc}.lg\:divide-yellow-400\/85>:not([hidden])~:not([hidden]){border-color:#facc15d9}.lg\:divide-yellow-400\/90>:not([hidden])~:not([hidden]){border-color:#facc15e6}.lg\:divide-yellow-400\/95>:not([hidden])~:not([hidden]){border-color:#facc15f2}.lg\:divide-yellow-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 252 232/var(--tw-divide-opacity,1))}.lg\:divide-yellow-50\/0>:not([hidden])~:not([hidden]){border-color:#fefce800}.lg\:divide-yellow-50\/10>:not([hidden])~:not([hidden]){border-color:#fefce81a}.lg\:divide-yellow-50\/100>:not([hidden])~:not([hidden]){border-color:#fefce8}.lg\:divide-yellow-50\/15>:not([hidden])~:not([hidden]){border-color:#fefce826}.lg\:divide-yellow-50\/20>:not([hidden])~:not([hidden]){border-color:#fefce833}.lg\:divide-yellow-50\/25>:not([hidden])~:not([hidden]){border-color:#fefce840}.lg\:divide-yellow-50\/30>:not([hidden])~:not([hidden]){border-color:#fefce84d}.lg\:divide-yellow-50\/35>:not([hidden])~:not([hidden]){border-color:#fefce859}.lg\:divide-yellow-50\/40>:not([hidden])~:not([hidden]){border-color:#fefce866}.lg\:divide-yellow-50\/45>:not([hidden])~:not([hidden]){border-color:#fefce873}.lg\:divide-yellow-50\/5>:not([hidden])~:not([hidden]){border-color:#fefce80d}.lg\:divide-yellow-50\/50>:not([hidden])~:not([hidden]){border-color:#fefce880}.lg\:divide-yellow-50\/55>:not([hidden])~:not([hidden]){border-color:#fefce88c}.lg\:divide-yellow-50\/60>:not([hidden])~:not([hidden]){border-color:#fefce899}.lg\:divide-yellow-50\/65>:not([hidden])~:not([hidden]){border-color:#fefce8a6}.lg\:divide-yellow-50\/70>:not([hidden])~:not([hidden]){border-color:#fefce8b3}.lg\:divide-yellow-50\/75>:not([hidden])~:not([hidden]){border-color:#fefce8bf}.lg\:divide-yellow-50\/80>:not([hidden])~:not([hidden]){border-color:#fefce8cc}.lg\:divide-yellow-50\/85>:not([hidden])~:not([hidden]){border-color:#fefce8d9}.lg\:divide-yellow-50\/90>:not([hidden])~:not([hidden]){border-color:#fefce8e6}.lg\:divide-yellow-50\/95>:not([hidden])~:not([hidden]){border-color:#fefce8f2}.lg\:divide-yellow-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(234 179 8/var(--tw-divide-opacity,1))}.lg\:divide-yellow-500\/0>:not([hidden])~:not([hidden]){border-color:#eab30800}.lg\:divide-yellow-500\/10>:not([hidden])~:not([hidden]){border-color:#eab3081a}.lg\:divide-yellow-500\/100>:not([hidden])~:not([hidden]){border-color:#eab308}.lg\:divide-yellow-500\/15>:not([hidden])~:not([hidden]){border-color:#eab30826}.lg\:divide-yellow-500\/20>:not([hidden])~:not([hidden]){border-color:#eab30833}.lg\:divide-yellow-500\/25>:not([hidden])~:not([hidden]){border-color:#eab30840}.lg\:divide-yellow-500\/30>:not([hidden])~:not([hidden]){border-color:#eab3084d}.lg\:divide-yellow-500\/35>:not([hidden])~:not([hidden]){border-color:#eab30859}.lg\:divide-yellow-500\/40>:not([hidden])~:not([hidden]){border-color:#eab30866}.lg\:divide-yellow-500\/45>:not([hidden])~:not([hidden]){border-color:#eab30873}.lg\:divide-yellow-500\/5>:not([hidden])~:not([hidden]){border-color:#eab3080d}.lg\:divide-yellow-500\/50>:not([hidden])~:not([hidden]){border-color:#eab30880}.lg\:divide-yellow-500\/55>:not([hidden])~:not([hidden]){border-color:#eab3088c}.lg\:divide-yellow-500\/60>:not([hidden])~:not([hidden]){border-color:#eab30899}.lg\:divide-yellow-500\/65>:not([hidden])~:not([hidden]){border-color:#eab308a6}.lg\:divide-yellow-500\/70>:not([hidden])~:not([hidden]){border-color:#eab308b3}.lg\:divide-yellow-500\/75>:not([hidden])~:not([hidden]){border-color:#eab308bf}.lg\:divide-yellow-500\/80>:not([hidden])~:not([hidden]){border-color:#eab308cc}.lg\:divide-yellow-500\/85>:not([hidden])~:not([hidden]){border-color:#eab308d9}.lg\:divide-yellow-500\/90>:not([hidden])~:not([hidden]){border-color:#eab308e6}.lg\:divide-yellow-500\/95>:not([hidden])~:not([hidden]){border-color:#eab308f2}.lg\:divide-yellow-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(202 138 4/var(--tw-divide-opacity,1))}.lg\:divide-yellow-600\/0>:not([hidden])~:not([hidden]){border-color:#ca8a0400}.lg\:divide-yellow-600\/10>:not([hidden])~:not([hidden]){border-color:#ca8a041a}.lg\:divide-yellow-600\/100>:not([hidden])~:not([hidden]){border-color:#ca8a04}.lg\:divide-yellow-600\/15>:not([hidden])~:not([hidden]){border-color:#ca8a0426}.lg\:divide-yellow-600\/20>:not([hidden])~:not([hidden]){border-color:#ca8a0433}.lg\:divide-yellow-600\/25>:not([hidden])~:not([hidden]){border-color:#ca8a0440}.lg\:divide-yellow-600\/30>:not([hidden])~:not([hidden]){border-color:#ca8a044d}.lg\:divide-yellow-600\/35>:not([hidden])~:not([hidden]){border-color:#ca8a0459}.lg\:divide-yellow-600\/40>:not([hidden])~:not([hidden]){border-color:#ca8a0466}.lg\:divide-yellow-600\/45>:not([hidden])~:not([hidden]){border-color:#ca8a0473}.lg\:divide-yellow-600\/5>:not([hidden])~:not([hidden]){border-color:#ca8a040d}.lg\:divide-yellow-600\/50>:not([hidden])~:not([hidden]){border-color:#ca8a0480}.lg\:divide-yellow-600\/55>:not([hidden])~:not([hidden]){border-color:#ca8a048c}.lg\:divide-yellow-600\/60>:not([hidden])~:not([hidden]){border-color:#ca8a0499}.lg\:divide-yellow-600\/65>:not([hidden])~:not([hidden]){border-color:#ca8a04a6}.lg\:divide-yellow-600\/70>:not([hidden])~:not([hidden]){border-color:#ca8a04b3}.lg\:divide-yellow-600\/75>:not([hidden])~:not([hidden]){border-color:#ca8a04bf}.lg\:divide-yellow-600\/80>:not([hidden])~:not([hidden]){border-color:#ca8a04cc}.lg\:divide-yellow-600\/85>:not([hidden])~:not([hidden]){border-color:#ca8a04d9}.lg\:divide-yellow-600\/90>:not([hidden])~:not([hidden]){border-color:#ca8a04e6}.lg\:divide-yellow-600\/95>:not([hidden])~:not([hidden]){border-color:#ca8a04f2}.lg\:divide-yellow-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(161 98 7/var(--tw-divide-opacity,1))}.lg\:divide-yellow-700\/0>:not([hidden])~:not([hidden]){border-color:#a1620700}.lg\:divide-yellow-700\/10>:not([hidden])~:not([hidden]){border-color:#a162071a}.lg\:divide-yellow-700\/100>:not([hidden])~:not([hidden]){border-color:#a16207}.lg\:divide-yellow-700\/15>:not([hidden])~:not([hidden]){border-color:#a1620726}.lg\:divide-yellow-700\/20>:not([hidden])~:not([hidden]){border-color:#a1620733}.lg\:divide-yellow-700\/25>:not([hidden])~:not([hidden]){border-color:#a1620740}.lg\:divide-yellow-700\/30>:not([hidden])~:not([hidden]){border-color:#a162074d}.lg\:divide-yellow-700\/35>:not([hidden])~:not([hidden]){border-color:#a1620759}.lg\:divide-yellow-700\/40>:not([hidden])~:not([hidden]){border-color:#a1620766}.lg\:divide-yellow-700\/45>:not([hidden])~:not([hidden]){border-color:#a1620773}.lg\:divide-yellow-700\/5>:not([hidden])~:not([hidden]){border-color:#a162070d}.lg\:divide-yellow-700\/50>:not([hidden])~:not([hidden]){border-color:#a1620780}.lg\:divide-yellow-700\/55>:not([hidden])~:not([hidden]){border-color:#a162078c}.lg\:divide-yellow-700\/60>:not([hidden])~:not([hidden]){border-color:#a1620799}.lg\:divide-yellow-700\/65>:not([hidden])~:not([hidden]){border-color:#a16207a6}.lg\:divide-yellow-700\/70>:not([hidden])~:not([hidden]){border-color:#a16207b3}.lg\:divide-yellow-700\/75>:not([hidden])~:not([hidden]){border-color:#a16207bf}.lg\:divide-yellow-700\/80>:not([hidden])~:not([hidden]){border-color:#a16207cc}.lg\:divide-yellow-700\/85>:not([hidden])~:not([hidden]){border-color:#a16207d9}.lg\:divide-yellow-700\/90>:not([hidden])~:not([hidden]){border-color:#a16207e6}.lg\:divide-yellow-700\/95>:not([hidden])~:not([hidden]){border-color:#a16207f2}.lg\:divide-yellow-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(133 77 14/var(--tw-divide-opacity,1))}.lg\:divide-yellow-800\/0>:not([hidden])~:not([hidden]){border-color:#854d0e00}.lg\:divide-yellow-800\/10>:not([hidden])~:not([hidden]){border-color:#854d0e1a}.lg\:divide-yellow-800\/100>:not([hidden])~:not([hidden]){border-color:#854d0e}.lg\:divide-yellow-800\/15>:not([hidden])~:not([hidden]){border-color:#854d0e26}.lg\:divide-yellow-800\/20>:not([hidden])~:not([hidden]){border-color:#854d0e33}.lg\:divide-yellow-800\/25>:not([hidden])~:not([hidden]){border-color:#854d0e40}.lg\:divide-yellow-800\/30>:not([hidden])~:not([hidden]){border-color:#854d0e4d}.lg\:divide-yellow-800\/35>:not([hidden])~:not([hidden]){border-color:#854d0e59}.lg\:divide-yellow-800\/40>:not([hidden])~:not([hidden]){border-color:#854d0e66}.lg\:divide-yellow-800\/45>:not([hidden])~:not([hidden]){border-color:#854d0e73}.lg\:divide-yellow-800\/5>:not([hidden])~:not([hidden]){border-color:#854d0e0d}.lg\:divide-yellow-800\/50>:not([hidden])~:not([hidden]){border-color:#854d0e80}.lg\:divide-yellow-800\/55>:not([hidden])~:not([hidden]){border-color:#854d0e8c}.lg\:divide-yellow-800\/60>:not([hidden])~:not([hidden]){border-color:#854d0e99}.lg\:divide-yellow-800\/65>:not([hidden])~:not([hidden]){border-color:#854d0ea6}.lg\:divide-yellow-800\/70>:not([hidden])~:not([hidden]){border-color:#854d0eb3}.lg\:divide-yellow-800\/75>:not([hidden])~:not([hidden]){border-color:#854d0ebf}.lg\:divide-yellow-800\/80>:not([hidden])~:not([hidden]){border-color:#854d0ecc}.lg\:divide-yellow-800\/85>:not([hidden])~:not([hidden]){border-color:#854d0ed9}.lg\:divide-yellow-800\/90>:not([hidden])~:not([hidden]){border-color:#854d0ee6}.lg\:divide-yellow-800\/95>:not([hidden])~:not([hidden]){border-color:#854d0ef2}.lg\:divide-yellow-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(113 63 18/var(--tw-divide-opacity,1))}.lg\:divide-yellow-900\/0>:not([hidden])~:not([hidden]){border-color:#713f1200}.lg\:divide-yellow-900\/10>:not([hidden])~:not([hidden]){border-color:#713f121a}.lg\:divide-yellow-900\/100>:not([hidden])~:not([hidden]){border-color:#713f12}.lg\:divide-yellow-900\/15>:not([hidden])~:not([hidden]){border-color:#713f1226}.lg\:divide-yellow-900\/20>:not([hidden])~:not([hidden]){border-color:#713f1233}.lg\:divide-yellow-900\/25>:not([hidden])~:not([hidden]){border-color:#713f1240}.lg\:divide-yellow-900\/30>:not([hidden])~:not([hidden]){border-color:#713f124d}.lg\:divide-yellow-900\/35>:not([hidden])~:not([hidden]){border-color:#713f1259}.lg\:divide-yellow-900\/40>:not([hidden])~:not([hidden]){border-color:#713f1266}.lg\:divide-yellow-900\/45>:not([hidden])~:not([hidden]){border-color:#713f1273}.lg\:divide-yellow-900\/5>:not([hidden])~:not([hidden]){border-color:#713f120d}.lg\:divide-yellow-900\/50>:not([hidden])~:not([hidden]){border-color:#713f1280}.lg\:divide-yellow-900\/55>:not([hidden])~:not([hidden]){border-color:#713f128c}.lg\:divide-yellow-900\/60>:not([hidden])~:not([hidden]){border-color:#713f1299}.lg\:divide-yellow-900\/65>:not([hidden])~:not([hidden]){border-color:#713f12a6}.lg\:divide-yellow-900\/70>:not([hidden])~:not([hidden]){border-color:#713f12b3}.lg\:divide-yellow-900\/75>:not([hidden])~:not([hidden]){border-color:#713f12bf}.lg\:divide-yellow-900\/80>:not([hidden])~:not([hidden]){border-color:#713f12cc}.lg\:divide-yellow-900\/85>:not([hidden])~:not([hidden]){border-color:#713f12d9}.lg\:divide-yellow-900\/90>:not([hidden])~:not([hidden]){border-color:#713f12e6}.lg\:divide-yellow-900\/95>:not([hidden])~:not([hidden]){border-color:#713f12f2}.lg\:divide-yellow-950>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(66 32 6/var(--tw-divide-opacity,1))}.lg\:divide-yellow-950\/0>:not([hidden])~:not([hidden]){border-color:#42200600}.lg\:divide-yellow-950\/10>:not([hidden])~:not([hidden]){border-color:#4220061a}.lg\:divide-yellow-950\/100>:not([hidden])~:not([hidden]){border-color:#422006}.lg\:divide-yellow-950\/15>:not([hidden])~:not([hidden]){border-color:#42200626}.lg\:divide-yellow-950\/20>:not([hidden])~:not([hidden]){border-color:#42200633}.lg\:divide-yellow-950\/25>:not([hidden])~:not([hidden]){border-color:#42200640}.lg\:divide-yellow-950\/30>:not([hidden])~:not([hidden]){border-color:#4220064d}.lg\:divide-yellow-950\/35>:not([hidden])~:not([hidden]){border-color:#42200659}.lg\:divide-yellow-950\/40>:not([hidden])~:not([hidden]){border-color:#42200666}.lg\:divide-yellow-950\/45>:not([hidden])~:not([hidden]){border-color:#42200673}.lg\:divide-yellow-950\/5>:not([hidden])~:not([hidden]){border-color:#4220060d}.lg\:divide-yellow-950\/50>:not([hidden])~:not([hidden]){border-color:#42200680}.lg\:divide-yellow-950\/55>:not([hidden])~:not([hidden]){border-color:#4220068c}.lg\:divide-yellow-950\/60>:not([hidden])~:not([hidden]){border-color:#42200699}.lg\:divide-yellow-950\/65>:not([hidden])~:not([hidden]){border-color:#422006a6}.lg\:divide-yellow-950\/70>:not([hidden])~:not([hidden]){border-color:#422006b3}.lg\:divide-yellow-950\/75>:not([hidden])~:not([hidden]){border-color:#422006bf}.lg\:divide-yellow-950\/80>:not([hidden])~:not([hidden]){border-color:#422006cc}.lg\:divide-yellow-950\/85>:not([hidden])~:not([hidden]){border-color:#422006d9}.lg\:divide-yellow-950\/90>:not([hidden])~:not([hidden]){border-color:#422006e6}.lg\:divide-yellow-950\/95>:not([hidden])~:not([hidden]){border-color:#422006f2}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-x-hidden{overflow-x:hidden}.lg\:overflow-y-hidden{overflow-y:hidden}.lg\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.lg\:border-t{border-top-width:1px}.lg\:border-hidden{border-style:hidden}.lg\:border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.lg\:border-yellow-100{--tw-border-opacity:1;border-color:rgb(254 249 195/var(--tw-border-opacity,1))}.lg\:border-yellow-100\/0{border-color:#fef9c300}.lg\:border-yellow-100\/10{border-color:#fef9c31a}.lg\:border-yellow-100\/100{border-color:#fef9c3}.lg\:border-yellow-100\/15{border-color:#fef9c326}.lg\:border-yellow-100\/20{border-color:#fef9c333}.lg\:border-yellow-100\/25{border-color:#fef9c340}.lg\:border-yellow-100\/30{border-color:#fef9c34d}.lg\:border-yellow-100\/35{border-color:#fef9c359}.lg\:border-yellow-100\/40{border-color:#fef9c366}.lg\:border-yellow-100\/45{border-color:#fef9c373}.lg\:border-yellow-100\/5{border-color:#fef9c30d}.lg\:border-yellow-100\/50{border-color:#fef9c380}.lg\:border-yellow-100\/55{border-color:#fef9c38c}.lg\:border-yellow-100\/60{border-color:#fef9c399}.lg\:border-yellow-100\/65{border-color:#fef9c3a6}.lg\:border-yellow-100\/70{border-color:#fef9c3b3}.lg\:border-yellow-100\/75{border-color:#fef9c3bf}.lg\:border-yellow-100\/80{border-color:#fef9c3cc}.lg\:border-yellow-100\/85{border-color:#fef9c3d9}.lg\:border-yellow-100\/90{border-color:#fef9c3e6}.lg\:border-yellow-100\/95{border-color:#fef9c3f2}.lg\:border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.lg\:border-yellow-200\/0{border-color:#fef08a00}.lg\:border-yellow-200\/10{border-color:#fef08a1a}.lg\:border-yellow-200\/100{border-color:#fef08a}.lg\:border-yellow-200\/15{border-color:#fef08a26}.lg\:border-yellow-200\/20{border-color:#fef08a33}.lg\:border-yellow-200\/25{border-color:#fef08a40}.lg\:border-yellow-200\/30{border-color:#fef08a4d}.lg\:border-yellow-200\/35{border-color:#fef08a59}.lg\:border-yellow-200\/40{border-color:#fef08a66}.lg\:border-yellow-200\/45{border-color:#fef08a73}.lg\:border-yellow-200\/5{border-color:#fef08a0d}.lg\:border-yellow-200\/50{border-color:#fef08a80}.lg\:border-yellow-200\/55{border-color:#fef08a8c}.lg\:border-yellow-200\/60{border-color:#fef08a99}.lg\:border-yellow-200\/65{border-color:#fef08aa6}.lg\:border-yellow-200\/70{border-color:#fef08ab3}.lg\:border-yellow-200\/75{border-color:#fef08abf}.lg\:border-yellow-200\/80{border-color:#fef08acc}.lg\:border-yellow-200\/85{border-color:#fef08ad9}.lg\:border-yellow-200\/90{border-color:#fef08ae6}.lg\:border-yellow-200\/95{border-color:#fef08af2}.lg\:border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.lg\:border-yellow-300\/0{border-color:#fde04700}.lg\:border-yellow-300\/10{border-color:#fde0471a}.lg\:border-yellow-300\/100{border-color:#fde047}.lg\:border-yellow-300\/15{border-color:#fde04726}.lg\:border-yellow-300\/20{border-color:#fde04733}.lg\:border-yellow-300\/25{border-color:#fde04740}.lg\:border-yellow-300\/30{border-color:#fde0474d}.lg\:border-yellow-300\/35{border-color:#fde04759}.lg\:border-yellow-300\/40{border-color:#fde04766}.lg\:border-yellow-300\/45{border-color:#fde04773}.lg\:border-yellow-300\/5{border-color:#fde0470d}.lg\:border-yellow-300\/50{border-color:#fde04780}.lg\:border-yellow-300\/55{border-color:#fde0478c}.lg\:border-yellow-300\/60{border-color:#fde04799}.lg\:border-yellow-300\/65{border-color:#fde047a6}.lg\:border-yellow-300\/70{border-color:#fde047b3}.lg\:border-yellow-300\/75{border-color:#fde047bf}.lg\:border-yellow-300\/80{border-color:#fde047cc}.lg\:border-yellow-300\/85{border-color:#fde047d9}.lg\:border-yellow-300\/90{border-color:#fde047e6}.lg\:border-yellow-300\/95{border-color:#fde047f2}.lg\:border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity,1))}.lg\:border-yellow-400\/0{border-color:#facc1500}.lg\:border-yellow-400\/10{border-color:#facc151a}.lg\:border-yellow-400\/100{border-color:#facc15}.lg\:border-yellow-400\/15{border-color:#facc1526}.lg\:border-yellow-400\/20{border-color:#facc1533}.lg\:border-yellow-400\/25{border-color:#facc1540}.lg\:border-yellow-400\/30{border-color:#facc154d}.lg\:border-yellow-400\/35{border-color:#facc1559}.lg\:border-yellow-400\/40{border-color:#facc1566}.lg\:border-yellow-400\/45{border-color:#facc1573}.lg\:border-yellow-400\/5{border-color:#facc150d}.lg\:border-yellow-400\/50{border-color:#facc1580}.lg\:border-yellow-400\/55{border-color:#facc158c}.lg\:border-yellow-400\/60{border-color:#facc1599}.lg\:border-yellow-400\/65{border-color:#facc15a6}.lg\:border-yellow-400\/70{border-color:#facc15b3}.lg\:border-yellow-400\/75{border-color:#facc15bf}.lg\:border-yellow-400\/80{border-color:#facc15cc}.lg\:border-yellow-400\/85{border-color:#facc15d9}.lg\:border-yellow-400\/90{border-color:#facc15e6}.lg\:border-yellow-400\/95{border-color:#facc15f2}.lg\:border-yellow-50{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity,1))}.lg\:border-yellow-50\/0{border-color:#fefce800}.lg\:border-yellow-50\/10{border-color:#fefce81a}.lg\:border-yellow-50\/100{border-color:#fefce8}.lg\:border-yellow-50\/15{border-color:#fefce826}.lg\:border-yellow-50\/20{border-color:#fefce833}.lg\:border-yellow-50\/25{border-color:#fefce840}.lg\:border-yellow-50\/30{border-color:#fefce84d}.lg\:border-yellow-50\/35{border-color:#fefce859}.lg\:border-yellow-50\/40{border-color:#fefce866}.lg\:border-yellow-50\/45{border-color:#fefce873}.lg\:border-yellow-50\/5{border-color:#fefce80d}.lg\:border-yellow-50\/50{border-color:#fefce880}.lg\:border-yellow-50\/55{border-color:#fefce88c}.lg\:border-yellow-50\/60{border-color:#fefce899}.lg\:border-yellow-50\/65{border-color:#fefce8a6}.lg\:border-yellow-50\/70{border-color:#fefce8b3}.lg\:border-yellow-50\/75{border-color:#fefce8bf}.lg\:border-yellow-50\/80{border-color:#fefce8cc}.lg\:border-yellow-50\/85{border-color:#fefce8d9}.lg\:border-yellow-50\/90{border-color:#fefce8e6}.lg\:border-yellow-50\/95{border-color:#fefce8f2}.lg\:border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.lg\:border-yellow-500\/0{border-color:#eab30800}.lg\:border-yellow-500\/10{border-color:#eab3081a}.lg\:border-yellow-500\/100{border-color:#eab308}.lg\:border-yellow-500\/15{border-color:#eab30826}.lg\:border-yellow-500\/20{border-color:#eab30833}.lg\:border-yellow-500\/25{border-color:#eab30840}.lg\:border-yellow-500\/30{border-color:#eab3084d}.lg\:border-yellow-500\/35{border-color:#eab30859}.lg\:border-yellow-500\/40{border-color:#eab30866}.lg\:border-yellow-500\/45{border-color:#eab30873}.lg\:border-yellow-500\/5{border-color:#eab3080d}.lg\:border-yellow-500\/50{border-color:#eab30880}.lg\:border-yellow-500\/55{border-color:#eab3088c}.lg\:border-yellow-500\/60{border-color:#eab30899}.lg\:border-yellow-500\/65{border-color:#eab308a6}.lg\:border-yellow-500\/70{border-color:#eab308b3}.lg\:border-yellow-500\/75{border-color:#eab308bf}.lg\:border-yellow-500\/80{border-color:#eab308cc}.lg\:border-yellow-500\/85{border-color:#eab308d9}.lg\:border-yellow-500\/90{border-color:#eab308e6}.lg\:border-yellow-500\/95{border-color:#eab308f2}.lg\:border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity,1))}.lg\:border-yellow-600\/0{border-color:#ca8a0400}.lg\:border-yellow-600\/10{border-color:#ca8a041a}.lg\:border-yellow-600\/100{border-color:#ca8a04}.lg\:border-yellow-600\/15{border-color:#ca8a0426}.lg\:border-yellow-600\/20{border-color:#ca8a0433}.lg\:border-yellow-600\/25{border-color:#ca8a0440}.lg\:border-yellow-600\/30{border-color:#ca8a044d}.lg\:border-yellow-600\/35{border-color:#ca8a0459}.lg\:border-yellow-600\/40{border-color:#ca8a0466}.lg\:border-yellow-600\/45{border-color:#ca8a0473}.lg\:border-yellow-600\/5{border-color:#ca8a040d}.lg\:border-yellow-600\/50{border-color:#ca8a0480}.lg\:border-yellow-600\/55{border-color:#ca8a048c}.lg\:border-yellow-600\/60{border-color:#ca8a0499}.lg\:border-yellow-600\/65{border-color:#ca8a04a6}.lg\:border-yellow-600\/70{border-color:#ca8a04b3}.lg\:border-yellow-600\/75{border-color:#ca8a04bf}.lg\:border-yellow-600\/80{border-color:#ca8a04cc}.lg\:border-yellow-600\/85{border-color:#ca8a04d9}.lg\:border-yellow-600\/90{border-color:#ca8a04e6}.lg\:border-yellow-600\/95{border-color:#ca8a04f2}.lg\:border-yellow-700{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity,1))}.lg\:border-yellow-700\/0{border-color:#a1620700}.lg\:border-yellow-700\/10{border-color:#a162071a}.lg\:border-yellow-700\/100{border-color:#a16207}.lg\:border-yellow-700\/15{border-color:#a1620726}.lg\:border-yellow-700\/20{border-color:#a1620733}.lg\:border-yellow-700\/25{border-color:#a1620740}.lg\:border-yellow-700\/30{border-color:#a162074d}.lg\:border-yellow-700\/35{border-color:#a1620759}.lg\:border-yellow-700\/40{border-color:#a1620766}.lg\:border-yellow-700\/45{border-color:#a1620773}.lg\:border-yellow-700\/5{border-color:#a162070d}.lg\:border-yellow-700\/50{border-color:#a1620780}.lg\:border-yellow-700\/55{border-color:#a162078c}.lg\:border-yellow-700\/60{border-color:#a1620799}.lg\:border-yellow-700\/65{border-color:#a16207a6}.lg\:border-yellow-700\/70{border-color:#a16207b3}.lg\:border-yellow-700\/75{border-color:#a16207bf}.lg\:border-yellow-700\/80{border-color:#a16207cc}.lg\:border-yellow-700\/85{border-color:#a16207d9}.lg\:border-yellow-700\/90{border-color:#a16207e6}.lg\:border-yellow-700\/95{border-color:#a16207f2}.lg\:border-yellow-800{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity,1))}.lg\:border-yellow-800\/0{border-color:#854d0e00}.lg\:border-yellow-800\/10{border-color:#854d0e1a}.lg\:border-yellow-800\/100{border-color:#854d0e}.lg\:border-yellow-800\/15{border-color:#854d0e26}.lg\:border-yellow-800\/20{border-color:#854d0e33}.lg\:border-yellow-800\/25{border-color:#854d0e40}.lg\:border-yellow-800\/30{border-color:#854d0e4d}.lg\:border-yellow-800\/35{border-color:#854d0e59}.lg\:border-yellow-800\/40{border-color:#854d0e66}.lg\:border-yellow-800\/45{border-color:#854d0e73}.lg\:border-yellow-800\/5{border-color:#854d0e0d}.lg\:border-yellow-800\/50{border-color:#854d0e80}.lg\:border-yellow-800\/55{border-color:#854d0e8c}.lg\:border-yellow-800\/60{border-color:#854d0e99}.lg\:border-yellow-800\/65{border-color:#854d0ea6}.lg\:border-yellow-800\/70{border-color:#854d0eb3}.lg\:border-yellow-800\/75{border-color:#854d0ebf}.lg\:border-yellow-800\/80{border-color:#854d0ecc}.lg\:border-yellow-800\/85{border-color:#854d0ed9}.lg\:border-yellow-800\/90{border-color:#854d0ee6}.lg\:border-yellow-800\/95{border-color:#854d0ef2}.lg\:border-yellow-900{--tw-border-opacity:1;border-color:rgb(113 63 18/var(--tw-border-opacity,1))}.lg\:border-yellow-900\/0{border-color:#713f1200}.lg\:border-yellow-900\/10{border-color:#713f121a}.lg\:border-yellow-900\/100{border-color:#713f12}.lg\:border-yellow-900\/15{border-color:#713f1226}.lg\:border-yellow-900\/20{border-color:#713f1233}.lg\:border-yellow-900\/25{border-color:#713f1240}.lg\:border-yellow-900\/30{border-color:#713f124d}.lg\:border-yellow-900\/35{border-color:#713f1259}.lg\:border-yellow-900\/40{border-color:#713f1266}.lg\:border-yellow-900\/45{border-color:#713f1273}.lg\:border-yellow-900\/5{border-color:#713f120d}.lg\:border-yellow-900\/50{border-color:#713f1280}.lg\:border-yellow-900\/55{border-color:#713f128c}.lg\:border-yellow-900\/60{border-color:#713f1299}.lg\:border-yellow-900\/65{border-color:#713f12a6}.lg\:border-yellow-900\/70{border-color:#713f12b3}.lg\:border-yellow-900\/75{border-color:#713f12bf}.lg\:border-yellow-900\/80{border-color:#713f12cc}.lg\:border-yellow-900\/85{border-color:#713f12d9}.lg\:border-yellow-900\/90{border-color:#713f12e6}.lg\:border-yellow-900\/95{border-color:#713f12f2}.lg\:border-yellow-950{--tw-border-opacity:1;border-color:rgb(66 32 6/var(--tw-border-opacity,1))}.lg\:border-yellow-950\/0{border-color:#42200600}.lg\:border-yellow-950\/10{border-color:#4220061a}.lg\:border-yellow-950\/100{border-color:#422006}.lg\:border-yellow-950\/15{border-color:#42200626}.lg\:border-yellow-950\/20{border-color:#42200633}.lg\:border-yellow-950\/25{border-color:#42200640}.lg\:border-yellow-950\/30{border-color:#4220064d}.lg\:border-yellow-950\/35{border-color:#42200659}.lg\:border-yellow-950\/40{border-color:#42200666}.lg\:border-yellow-950\/45{border-color:#42200673}.lg\:border-yellow-950\/5{border-color:#4220060d}.lg\:border-yellow-950\/50{border-color:#42200680}.lg\:border-yellow-950\/55{border-color:#4220068c}.lg\:border-yellow-950\/60{border-color:#42200699}.lg\:border-yellow-950\/65{border-color:#422006a6}.lg\:border-yellow-950\/70{border-color:#422006b3}.lg\:border-yellow-950\/75{border-color:#422006bf}.lg\:border-yellow-950\/80{border-color:#422006cc}.lg\:border-yellow-950\/85{border-color:#422006d9}.lg\:border-yellow-950\/90{border-color:#422006e6}.lg\:border-yellow-950\/95{border-color:#422006f2}.lg\:border-x-yellow-100{--tw-border-opacity:1;border-left-color:rgb(254 249 195/var(--tw-border-opacity,1));border-right-color:rgb(254 249 195/var(--tw-border-opacity,1))}.lg\:border-x-yellow-100\/0{border-left-color:#fef9c300;border-right-color:#fef9c300}.lg\:border-x-yellow-100\/10{border-left-color:#fef9c31a;border-right-color:#fef9c31a}.lg\:border-x-yellow-100\/100{border-left-color:#fef9c3;border-right-color:#fef9c3}.lg\:border-x-yellow-100\/15{border-left-color:#fef9c326;border-right-color:#fef9c326}.lg\:border-x-yellow-100\/20{border-left-color:#fef9c333;border-right-color:#fef9c333}.lg\:border-x-yellow-100\/25{border-left-color:#fef9c340;border-right-color:#fef9c340}.lg\:border-x-yellow-100\/30{border-left-color:#fef9c34d;border-right-color:#fef9c34d}.lg\:border-x-yellow-100\/35{border-left-color:#fef9c359;border-right-color:#fef9c359}.lg\:border-x-yellow-100\/40{border-left-color:#fef9c366;border-right-color:#fef9c366}.lg\:border-x-yellow-100\/45{border-left-color:#fef9c373;border-right-color:#fef9c373}.lg\:border-x-yellow-100\/5{border-left-color:#fef9c30d;border-right-color:#fef9c30d}.lg\:border-x-yellow-100\/50{border-left-color:#fef9c380;border-right-color:#fef9c380}.lg\:border-x-yellow-100\/55{border-left-color:#fef9c38c;border-right-color:#fef9c38c}.lg\:border-x-yellow-100\/60{border-left-color:#fef9c399;border-right-color:#fef9c399}.lg\:border-x-yellow-100\/65{border-left-color:#fef9c3a6;border-right-color:#fef9c3a6}.lg\:border-x-yellow-100\/70{border-left-color:#fef9c3b3;border-right-color:#fef9c3b3}.lg\:border-x-yellow-100\/75{border-left-color:#fef9c3bf;border-right-color:#fef9c3bf}.lg\:border-x-yellow-100\/80{border-left-color:#fef9c3cc;border-right-color:#fef9c3cc}.lg\:border-x-yellow-100\/85{border-left-color:#fef9c3d9;border-right-color:#fef9c3d9}.lg\:border-x-yellow-100\/90{border-left-color:#fef9c3e6;border-right-color:#fef9c3e6}.lg\:border-x-yellow-100\/95{border-left-color:#fef9c3f2;border-right-color:#fef9c3f2}.lg\:border-x-yellow-200{--tw-border-opacity:1;border-left-color:rgb(254 240 138/var(--tw-border-opacity,1));border-right-color:rgb(254 240 138/var(--tw-border-opacity,1))}.lg\:border-x-yellow-200\/0{border-left-color:#fef08a00;border-right-color:#fef08a00}.lg\:border-x-yellow-200\/10{border-left-color:#fef08a1a;border-right-color:#fef08a1a}.lg\:border-x-yellow-200\/100{border-left-color:#fef08a;border-right-color:#fef08a}.lg\:border-x-yellow-200\/15{border-left-color:#fef08a26;border-right-color:#fef08a26}.lg\:border-x-yellow-200\/20{border-left-color:#fef08a33;border-right-color:#fef08a33}.lg\:border-x-yellow-200\/25{border-left-color:#fef08a40;border-right-color:#fef08a40}.lg\:border-x-yellow-200\/30{border-left-color:#fef08a4d;border-right-color:#fef08a4d}.lg\:border-x-yellow-200\/35{border-left-color:#fef08a59;border-right-color:#fef08a59}.lg\:border-x-yellow-200\/40{border-left-color:#fef08a66;border-right-color:#fef08a66}.lg\:border-x-yellow-200\/45{border-left-color:#fef08a73;border-right-color:#fef08a73}.lg\:border-x-yellow-200\/5{border-left-color:#fef08a0d;border-right-color:#fef08a0d}.lg\:border-x-yellow-200\/50{border-left-color:#fef08a80;border-right-color:#fef08a80}.lg\:border-x-yellow-200\/55{border-left-color:#fef08a8c;border-right-color:#fef08a8c}.lg\:border-x-yellow-200\/60{border-left-color:#fef08a99;border-right-color:#fef08a99}.lg\:border-x-yellow-200\/65{border-left-color:#fef08aa6;border-right-color:#fef08aa6}.lg\:border-x-yellow-200\/70{border-left-color:#fef08ab3;border-right-color:#fef08ab3}.lg\:border-x-yellow-200\/75{border-left-color:#fef08abf;border-right-color:#fef08abf}.lg\:border-x-yellow-200\/80{border-left-color:#fef08acc;border-right-color:#fef08acc}.lg\:border-x-yellow-200\/85{border-left-color:#fef08ad9;border-right-color:#fef08ad9}.lg\:border-x-yellow-200\/90{border-left-color:#fef08ae6;border-right-color:#fef08ae6}.lg\:border-x-yellow-200\/95{border-left-color:#fef08af2;border-right-color:#fef08af2}.lg\:border-x-yellow-300{--tw-border-opacity:1;border-left-color:rgb(253 224 71/var(--tw-border-opacity,1));border-right-color:rgb(253 224 71/var(--tw-border-opacity,1))}.lg\:border-x-yellow-300\/0{border-left-color:#fde04700;border-right-color:#fde04700}.lg\:border-x-yellow-300\/10{border-left-color:#fde0471a;border-right-color:#fde0471a}.lg\:border-x-yellow-300\/100{border-left-color:#fde047;border-right-color:#fde047}.lg\:border-x-yellow-300\/15{border-left-color:#fde04726;border-right-color:#fde04726}.lg\:border-x-yellow-300\/20{border-left-color:#fde04733;border-right-color:#fde04733}.lg\:border-x-yellow-300\/25{border-left-color:#fde04740;border-right-color:#fde04740}.lg\:border-x-yellow-300\/30{border-left-color:#fde0474d;border-right-color:#fde0474d}.lg\:border-x-yellow-300\/35{border-left-color:#fde04759;border-right-color:#fde04759}.lg\:border-x-yellow-300\/40{border-left-color:#fde04766;border-right-color:#fde04766}.lg\:border-x-yellow-300\/45{border-left-color:#fde04773;border-right-color:#fde04773}.lg\:border-x-yellow-300\/5{border-left-color:#fde0470d;border-right-color:#fde0470d}.lg\:border-x-yellow-300\/50{border-left-color:#fde04780;border-right-color:#fde04780}.lg\:border-x-yellow-300\/55{border-left-color:#fde0478c;border-right-color:#fde0478c}.lg\:border-x-yellow-300\/60{border-left-color:#fde04799;border-right-color:#fde04799}.lg\:border-x-yellow-300\/65{border-left-color:#fde047a6;border-right-color:#fde047a6}.lg\:border-x-yellow-300\/70{border-left-color:#fde047b3;border-right-color:#fde047b3}.lg\:border-x-yellow-300\/75{border-left-color:#fde047bf;border-right-color:#fde047bf}.lg\:border-x-yellow-300\/80{border-left-color:#fde047cc;border-right-color:#fde047cc}.lg\:border-x-yellow-300\/85{border-left-color:#fde047d9;border-right-color:#fde047d9}.lg\:border-x-yellow-300\/90{border-left-color:#fde047e6;border-right-color:#fde047e6}.lg\:border-x-yellow-300\/95{border-left-color:#fde047f2;border-right-color:#fde047f2}.lg\:border-x-yellow-400{--tw-border-opacity:1;border-left-color:rgb(250 204 21/var(--tw-border-opacity,1));border-right-color:rgb(250 204 21/var(--tw-border-opacity,1))}.lg\:border-x-yellow-400\/0{border-left-color:#facc1500;border-right-color:#facc1500}.lg\:border-x-yellow-400\/10{border-left-color:#facc151a;border-right-color:#facc151a}.lg\:border-x-yellow-400\/100{border-left-color:#facc15;border-right-color:#facc15}.lg\:border-x-yellow-400\/15{border-left-color:#facc1526;border-right-color:#facc1526}.lg\:border-x-yellow-400\/20{border-left-color:#facc1533;border-right-color:#facc1533}.lg\:border-x-yellow-400\/25{border-left-color:#facc1540;border-right-color:#facc1540}.lg\:border-x-yellow-400\/30{border-left-color:#facc154d;border-right-color:#facc154d}.lg\:border-x-yellow-400\/35{border-left-color:#facc1559;border-right-color:#facc1559}.lg\:border-x-yellow-400\/40{border-left-color:#facc1566;border-right-color:#facc1566}.lg\:border-x-yellow-400\/45{border-left-color:#facc1573;border-right-color:#facc1573}.lg\:border-x-yellow-400\/5{border-left-color:#facc150d;border-right-color:#facc150d}.lg\:border-x-yellow-400\/50{border-left-color:#facc1580;border-right-color:#facc1580}.lg\:border-x-yellow-400\/55{border-left-color:#facc158c;border-right-color:#facc158c}.lg\:border-x-yellow-400\/60{border-left-color:#facc1599;border-right-color:#facc1599}.lg\:border-x-yellow-400\/65{border-left-color:#facc15a6;border-right-color:#facc15a6}.lg\:border-x-yellow-400\/70{border-left-color:#facc15b3;border-right-color:#facc15b3}.lg\:border-x-yellow-400\/75{border-left-color:#facc15bf;border-right-color:#facc15bf}.lg\:border-x-yellow-400\/80{border-left-color:#facc15cc;border-right-color:#facc15cc}.lg\:border-x-yellow-400\/85{border-left-color:#facc15d9;border-right-color:#facc15d9}.lg\:border-x-yellow-400\/90{border-left-color:#facc15e6;border-right-color:#facc15e6}.lg\:border-x-yellow-400\/95{border-left-color:#facc15f2;border-right-color:#facc15f2}.lg\:border-x-yellow-50{--tw-border-opacity:1;border-left-color:rgb(254 252 232/var(--tw-border-opacity,1));border-right-color:rgb(254 252 232/var(--tw-border-opacity,1))}.lg\:border-x-yellow-50\/0{border-left-color:#fefce800;border-right-color:#fefce800}.lg\:border-x-yellow-50\/10{border-left-color:#fefce81a;border-right-color:#fefce81a}.lg\:border-x-yellow-50\/100{border-left-color:#fefce8;border-right-color:#fefce8}.lg\:border-x-yellow-50\/15{border-left-color:#fefce826;border-right-color:#fefce826}.lg\:border-x-yellow-50\/20{border-left-color:#fefce833;border-right-color:#fefce833}.lg\:border-x-yellow-50\/25{border-left-color:#fefce840;border-right-color:#fefce840}.lg\:border-x-yellow-50\/30{border-left-color:#fefce84d;border-right-color:#fefce84d}.lg\:border-x-yellow-50\/35{border-left-color:#fefce859;border-right-color:#fefce859}.lg\:border-x-yellow-50\/40{border-left-color:#fefce866;border-right-color:#fefce866}.lg\:border-x-yellow-50\/45{border-left-color:#fefce873;border-right-color:#fefce873}.lg\:border-x-yellow-50\/5{border-left-color:#fefce80d;border-right-color:#fefce80d}.lg\:border-x-yellow-50\/50{border-left-color:#fefce880;border-right-color:#fefce880}.lg\:border-x-yellow-50\/55{border-left-color:#fefce88c;border-right-color:#fefce88c}.lg\:border-x-yellow-50\/60{border-left-color:#fefce899;border-right-color:#fefce899}.lg\:border-x-yellow-50\/65{border-left-color:#fefce8a6;border-right-color:#fefce8a6}.lg\:border-x-yellow-50\/70{border-left-color:#fefce8b3;border-right-color:#fefce8b3}.lg\:border-x-yellow-50\/75{border-left-color:#fefce8bf;border-right-color:#fefce8bf}.lg\:border-x-yellow-50\/80{border-left-color:#fefce8cc;border-right-color:#fefce8cc}.lg\:border-x-yellow-50\/85{border-left-color:#fefce8d9;border-right-color:#fefce8d9}.lg\:border-x-yellow-50\/90{border-left-color:#fefce8e6;border-right-color:#fefce8e6}.lg\:border-x-yellow-50\/95{border-left-color:#fefce8f2;border-right-color:#fefce8f2}.lg\:border-x-yellow-500{--tw-border-opacity:1;border-left-color:rgb(234 179 8/var(--tw-border-opacity,1));border-right-color:rgb(234 179 8/var(--tw-border-opacity,1))}.lg\:border-x-yellow-500\/0{border-left-color:#eab30800;border-right-color:#eab30800}.lg\:border-x-yellow-500\/10{border-left-color:#eab3081a;border-right-color:#eab3081a}.lg\:border-x-yellow-500\/100{border-left-color:#eab308;border-right-color:#eab308}.lg\:border-x-yellow-500\/15{border-left-color:#eab30826;border-right-color:#eab30826}.lg\:border-x-yellow-500\/20{border-left-color:#eab30833;border-right-color:#eab30833}.lg\:border-x-yellow-500\/25{border-left-color:#eab30840;border-right-color:#eab30840}.lg\:border-x-yellow-500\/30{border-left-color:#eab3084d;border-right-color:#eab3084d}.lg\:border-x-yellow-500\/35{border-left-color:#eab30859;border-right-color:#eab30859}.lg\:border-x-yellow-500\/40{border-left-color:#eab30866;border-right-color:#eab30866}.lg\:border-x-yellow-500\/45{border-left-color:#eab30873;border-right-color:#eab30873}.lg\:border-x-yellow-500\/5{border-left-color:#eab3080d;border-right-color:#eab3080d}.lg\:border-x-yellow-500\/50{border-left-color:#eab30880;border-right-color:#eab30880}.lg\:border-x-yellow-500\/55{border-left-color:#eab3088c;border-right-color:#eab3088c}.lg\:border-x-yellow-500\/60{border-left-color:#eab30899;border-right-color:#eab30899}.lg\:border-x-yellow-500\/65{border-left-color:#eab308a6;border-right-color:#eab308a6}.lg\:border-x-yellow-500\/70{border-left-color:#eab308b3;border-right-color:#eab308b3}.lg\:border-x-yellow-500\/75{border-left-color:#eab308bf;border-right-color:#eab308bf}.lg\:border-x-yellow-500\/80{border-left-color:#eab308cc;border-right-color:#eab308cc}.lg\:border-x-yellow-500\/85{border-left-color:#eab308d9;border-right-color:#eab308d9}.lg\:border-x-yellow-500\/90{border-left-color:#eab308e6;border-right-color:#eab308e6}.lg\:border-x-yellow-500\/95{border-left-color:#eab308f2;border-right-color:#eab308f2}.lg\:border-x-yellow-600{--tw-border-opacity:1;border-left-color:rgb(202 138 4/var(--tw-border-opacity,1));border-right-color:rgb(202 138 4/var(--tw-border-opacity,1))}.lg\:border-x-yellow-600\/0{border-left-color:#ca8a0400;border-right-color:#ca8a0400}.lg\:border-x-yellow-600\/10{border-left-color:#ca8a041a;border-right-color:#ca8a041a}.lg\:border-x-yellow-600\/100{border-left-color:#ca8a04;border-right-color:#ca8a04}.lg\:border-x-yellow-600\/15{border-left-color:#ca8a0426;border-right-color:#ca8a0426}.lg\:border-x-yellow-600\/20{border-left-color:#ca8a0433;border-right-color:#ca8a0433}.lg\:border-x-yellow-600\/25{border-left-color:#ca8a0440;border-right-color:#ca8a0440}.lg\:border-x-yellow-600\/30{border-left-color:#ca8a044d;border-right-color:#ca8a044d}.lg\:border-x-yellow-600\/35{border-left-color:#ca8a0459;border-right-color:#ca8a0459}.lg\:border-x-yellow-600\/40{border-left-color:#ca8a0466;border-right-color:#ca8a0466}.lg\:border-x-yellow-600\/45{border-left-color:#ca8a0473;border-right-color:#ca8a0473}.lg\:border-x-yellow-600\/5{border-left-color:#ca8a040d;border-right-color:#ca8a040d}.lg\:border-x-yellow-600\/50{border-left-color:#ca8a0480;border-right-color:#ca8a0480}.lg\:border-x-yellow-600\/55{border-left-color:#ca8a048c;border-right-color:#ca8a048c}.lg\:border-x-yellow-600\/60{border-left-color:#ca8a0499;border-right-color:#ca8a0499}.lg\:border-x-yellow-600\/65{border-left-color:#ca8a04a6;border-right-color:#ca8a04a6}.lg\:border-x-yellow-600\/70{border-left-color:#ca8a04b3;border-right-color:#ca8a04b3}.lg\:border-x-yellow-600\/75{border-left-color:#ca8a04bf;border-right-color:#ca8a04bf}.lg\:border-x-yellow-600\/80{border-left-color:#ca8a04cc;border-right-color:#ca8a04cc}.lg\:border-x-yellow-600\/85{border-left-color:#ca8a04d9;border-right-color:#ca8a04d9}.lg\:border-x-yellow-600\/90{border-left-color:#ca8a04e6;border-right-color:#ca8a04e6}.lg\:border-x-yellow-600\/95{border-left-color:#ca8a04f2;border-right-color:#ca8a04f2}.lg\:border-x-yellow-700{--tw-border-opacity:1;border-left-color:rgb(161 98 7/var(--tw-border-opacity,1));border-right-color:rgb(161 98 7/var(--tw-border-opacity,1))}.lg\:border-x-yellow-700\/0{border-left-color:#a1620700;border-right-color:#a1620700}.lg\:border-x-yellow-700\/10{border-left-color:#a162071a;border-right-color:#a162071a}.lg\:border-x-yellow-700\/100{border-left-color:#a16207;border-right-color:#a16207}.lg\:border-x-yellow-700\/15{border-left-color:#a1620726;border-right-color:#a1620726}.lg\:border-x-yellow-700\/20{border-left-color:#a1620733;border-right-color:#a1620733}.lg\:border-x-yellow-700\/25{border-left-color:#a1620740;border-right-color:#a1620740}.lg\:border-x-yellow-700\/30{border-left-color:#a162074d;border-right-color:#a162074d}.lg\:border-x-yellow-700\/35{border-left-color:#a1620759;border-right-color:#a1620759}.lg\:border-x-yellow-700\/40{border-left-color:#a1620766;border-right-color:#a1620766}.lg\:border-x-yellow-700\/45{border-left-color:#a1620773;border-right-color:#a1620773}.lg\:border-x-yellow-700\/5{border-left-color:#a162070d;border-right-color:#a162070d}.lg\:border-x-yellow-700\/50{border-left-color:#a1620780;border-right-color:#a1620780}.lg\:border-x-yellow-700\/55{border-left-color:#a162078c;border-right-color:#a162078c}.lg\:border-x-yellow-700\/60{border-left-color:#a1620799;border-right-color:#a1620799}.lg\:border-x-yellow-700\/65{border-left-color:#a16207a6;border-right-color:#a16207a6}.lg\:border-x-yellow-700\/70{border-left-color:#a16207b3;border-right-color:#a16207b3}.lg\:border-x-yellow-700\/75{border-left-color:#a16207bf;border-right-color:#a16207bf}.lg\:border-x-yellow-700\/80{border-left-color:#a16207cc;border-right-color:#a16207cc}.lg\:border-x-yellow-700\/85{border-left-color:#a16207d9;border-right-color:#a16207d9}.lg\:border-x-yellow-700\/90{border-left-color:#a16207e6;border-right-color:#a16207e6}.lg\:border-x-yellow-700\/95{border-left-color:#a16207f2;border-right-color:#a16207f2}.lg\:border-x-yellow-800{--tw-border-opacity:1;border-left-color:rgb(133 77 14/var(--tw-border-opacity,1));border-right-color:rgb(133 77 14/var(--tw-border-opacity,1))}.lg\:border-x-yellow-800\/0{border-left-color:#854d0e00;border-right-color:#854d0e00}.lg\:border-x-yellow-800\/10{border-left-color:#854d0e1a;border-right-color:#854d0e1a}.lg\:border-x-yellow-800\/100{border-left-color:#854d0e;border-right-color:#854d0e}.lg\:border-x-yellow-800\/15{border-left-color:#854d0e26;border-right-color:#854d0e26}.lg\:border-x-yellow-800\/20{border-left-color:#854d0e33;border-right-color:#854d0e33}.lg\:border-x-yellow-800\/25{border-left-color:#854d0e40;border-right-color:#854d0e40}.lg\:border-x-yellow-800\/30{border-left-color:#854d0e4d;border-right-color:#854d0e4d}.lg\:border-x-yellow-800\/35{border-left-color:#854d0e59;border-right-color:#854d0e59}.lg\:border-x-yellow-800\/40{border-left-color:#854d0e66;border-right-color:#854d0e66}.lg\:border-x-yellow-800\/45{border-left-color:#854d0e73;border-right-color:#854d0e73}.lg\:border-x-yellow-800\/5{border-left-color:#854d0e0d;border-right-color:#854d0e0d}.lg\:border-x-yellow-800\/50{border-left-color:#854d0e80;border-right-color:#854d0e80}.lg\:border-x-yellow-800\/55{border-left-color:#854d0e8c;border-right-color:#854d0e8c}.lg\:border-x-yellow-800\/60{border-left-color:#854d0e99;border-right-color:#854d0e99}.lg\:border-x-yellow-800\/65{border-left-color:#854d0ea6;border-right-color:#854d0ea6}.lg\:border-x-yellow-800\/70{border-left-color:#854d0eb3;border-right-color:#854d0eb3}.lg\:border-x-yellow-800\/75{border-left-color:#854d0ebf;border-right-color:#854d0ebf}.lg\:border-x-yellow-800\/80{border-left-color:#854d0ecc;border-right-color:#854d0ecc}.lg\:border-x-yellow-800\/85{border-left-color:#854d0ed9;border-right-color:#854d0ed9}.lg\:border-x-yellow-800\/90{border-left-color:#854d0ee6;border-right-color:#854d0ee6}.lg\:border-x-yellow-800\/95{border-left-color:#854d0ef2;border-right-color:#854d0ef2}.lg\:border-x-yellow-900{--tw-border-opacity:1;border-left-color:rgb(113 63 18/var(--tw-border-opacity,1));border-right-color:rgb(113 63 18/var(--tw-border-opacity,1))}.lg\:border-x-yellow-900\/0{border-left-color:#713f1200;border-right-color:#713f1200}.lg\:border-x-yellow-900\/10{border-left-color:#713f121a;border-right-color:#713f121a}.lg\:border-x-yellow-900\/100{border-left-color:#713f12;border-right-color:#713f12}.lg\:border-x-yellow-900\/15{border-left-color:#713f1226;border-right-color:#713f1226}.lg\:border-x-yellow-900\/20{border-left-color:#713f1233;border-right-color:#713f1233}.lg\:border-x-yellow-900\/25{border-left-color:#713f1240;border-right-color:#713f1240}.lg\:border-x-yellow-900\/30{border-left-color:#713f124d;border-right-color:#713f124d}.lg\:border-x-yellow-900\/35{border-left-color:#713f1259;border-right-color:#713f1259}.lg\:border-x-yellow-900\/40{border-left-color:#713f1266;border-right-color:#713f1266}.lg\:border-x-yellow-900\/45{border-left-color:#713f1273;border-right-color:#713f1273}.lg\:border-x-yellow-900\/5{border-left-color:#713f120d;border-right-color:#713f120d}.lg\:border-x-yellow-900\/50{border-left-color:#713f1280;border-right-color:#713f1280}.lg\:border-x-yellow-900\/55{border-left-color:#713f128c;border-right-color:#713f128c}.lg\:border-x-yellow-900\/60{border-left-color:#713f1299;border-right-color:#713f1299}.lg\:border-x-yellow-900\/65{border-left-color:#713f12a6;border-right-color:#713f12a6}.lg\:border-x-yellow-900\/70{border-left-color:#713f12b3;border-right-color:#713f12b3}.lg\:border-x-yellow-900\/75{border-left-color:#713f12bf;border-right-color:#713f12bf}.lg\:border-x-yellow-900\/80{border-left-color:#713f12cc;border-right-color:#713f12cc}.lg\:border-x-yellow-900\/85{border-left-color:#713f12d9;border-right-color:#713f12d9}.lg\:border-x-yellow-900\/90{border-left-color:#713f12e6;border-right-color:#713f12e6}.lg\:border-x-yellow-900\/95{border-left-color:#713f12f2;border-right-color:#713f12f2}.lg\:border-x-yellow-950{--tw-border-opacity:1;border-left-color:rgb(66 32 6/var(--tw-border-opacity,1));border-right-color:rgb(66 32 6/var(--tw-border-opacity,1))}.lg\:border-x-yellow-950\/0{border-left-color:#42200600;border-right-color:#42200600}.lg\:border-x-yellow-950\/10{border-left-color:#4220061a;border-right-color:#4220061a}.lg\:border-x-yellow-950\/100{border-left-color:#422006;border-right-color:#422006}.lg\:border-x-yellow-950\/15{border-left-color:#42200626;border-right-color:#42200626}.lg\:border-x-yellow-950\/20{border-left-color:#42200633;border-right-color:#42200633}.lg\:border-x-yellow-950\/25{border-left-color:#42200640;border-right-color:#42200640}.lg\:border-x-yellow-950\/30{border-left-color:#4220064d;border-right-color:#4220064d}.lg\:border-x-yellow-950\/35{border-left-color:#42200659;border-right-color:#42200659}.lg\:border-x-yellow-950\/40{border-left-color:#42200666;border-right-color:#42200666}.lg\:border-x-yellow-950\/45{border-left-color:#42200673;border-right-color:#42200673}.lg\:border-x-yellow-950\/5{border-left-color:#4220060d;border-right-color:#4220060d}.lg\:border-x-yellow-950\/50{border-left-color:#42200680;border-right-color:#42200680}.lg\:border-x-yellow-950\/55{border-left-color:#4220068c;border-right-color:#4220068c}.lg\:border-x-yellow-950\/60{border-left-color:#42200699;border-right-color:#42200699}.lg\:border-x-yellow-950\/65{border-left-color:#422006a6;border-right-color:#422006a6}.lg\:border-x-yellow-950\/70{border-left-color:#422006b3;border-right-color:#422006b3}.lg\:border-x-yellow-950\/75{border-left-color:#422006bf;border-right-color:#422006bf}.lg\:border-x-yellow-950\/80{border-left-color:#422006cc;border-right-color:#422006cc}.lg\:border-x-yellow-950\/85{border-left-color:#422006d9;border-right-color:#422006d9}.lg\:border-x-yellow-950\/90{border-left-color:#422006e6;border-right-color:#422006e6}.lg\:border-x-yellow-950\/95{border-left-color:#422006f2;border-right-color:#422006f2}.lg\:border-y-yellow-100{--tw-border-opacity:1;border-top-color:rgb(254 249 195/var(--tw-border-opacity,1));border-bottom-color:rgb(254 249 195/var(--tw-border-opacity,1))}.lg\:border-y-yellow-100\/0{border-top-color:#fef9c300;border-bottom-color:#fef9c300}.lg\:border-y-yellow-100\/10{border-top-color:#fef9c31a;border-bottom-color:#fef9c31a}.lg\:border-y-yellow-100\/100{border-top-color:#fef9c3;border-bottom-color:#fef9c3}.lg\:border-y-yellow-100\/15{border-top-color:#fef9c326;border-bottom-color:#fef9c326}.lg\:border-y-yellow-100\/20{border-top-color:#fef9c333;border-bottom-color:#fef9c333}.lg\:border-y-yellow-100\/25{border-top-color:#fef9c340;border-bottom-color:#fef9c340}.lg\:border-y-yellow-100\/30{border-top-color:#fef9c34d;border-bottom-color:#fef9c34d}.lg\:border-y-yellow-100\/35{border-top-color:#fef9c359;border-bottom-color:#fef9c359}.lg\:border-y-yellow-100\/40{border-top-color:#fef9c366;border-bottom-color:#fef9c366}.lg\:border-y-yellow-100\/45{border-top-color:#fef9c373;border-bottom-color:#fef9c373}.lg\:border-y-yellow-100\/5{border-top-color:#fef9c30d;border-bottom-color:#fef9c30d}.lg\:border-y-yellow-100\/50{border-top-color:#fef9c380;border-bottom-color:#fef9c380}.lg\:border-y-yellow-100\/55{border-top-color:#fef9c38c;border-bottom-color:#fef9c38c}.lg\:border-y-yellow-100\/60{border-top-color:#fef9c399;border-bottom-color:#fef9c399}.lg\:border-y-yellow-100\/65{border-top-color:#fef9c3a6;border-bottom-color:#fef9c3a6}.lg\:border-y-yellow-100\/70{border-top-color:#fef9c3b3;border-bottom-color:#fef9c3b3}.lg\:border-y-yellow-100\/75{border-top-color:#fef9c3bf;border-bottom-color:#fef9c3bf}.lg\:border-y-yellow-100\/80{border-top-color:#fef9c3cc;border-bottom-color:#fef9c3cc}.lg\:border-y-yellow-100\/85{border-top-color:#fef9c3d9;border-bottom-color:#fef9c3d9}.lg\:border-y-yellow-100\/90{border-top-color:#fef9c3e6;border-bottom-color:#fef9c3e6}.lg\:border-y-yellow-100\/95{border-top-color:#fef9c3f2;border-bottom-color:#fef9c3f2}.lg\:border-y-yellow-200{--tw-border-opacity:1;border-top-color:rgb(254 240 138/var(--tw-border-opacity,1));border-bottom-color:rgb(254 240 138/var(--tw-border-opacity,1))}.lg\:border-y-yellow-200\/0{border-top-color:#fef08a00;border-bottom-color:#fef08a00}.lg\:border-y-yellow-200\/10{border-top-color:#fef08a1a;border-bottom-color:#fef08a1a}.lg\:border-y-yellow-200\/100{border-top-color:#fef08a;border-bottom-color:#fef08a}.lg\:border-y-yellow-200\/15{border-top-color:#fef08a26;border-bottom-color:#fef08a26}.lg\:border-y-yellow-200\/20{border-top-color:#fef08a33;border-bottom-color:#fef08a33}.lg\:border-y-yellow-200\/25{border-top-color:#fef08a40;border-bottom-color:#fef08a40}.lg\:border-y-yellow-200\/30{border-top-color:#fef08a4d;border-bottom-color:#fef08a4d}.lg\:border-y-yellow-200\/35{border-top-color:#fef08a59;border-bottom-color:#fef08a59}.lg\:border-y-yellow-200\/40{border-top-color:#fef08a66;border-bottom-color:#fef08a66}.lg\:border-y-yellow-200\/45{border-top-color:#fef08a73;border-bottom-color:#fef08a73}.lg\:border-y-yellow-200\/5{border-top-color:#fef08a0d;border-bottom-color:#fef08a0d}.lg\:border-y-yellow-200\/50{border-top-color:#fef08a80;border-bottom-color:#fef08a80}.lg\:border-y-yellow-200\/55{border-top-color:#fef08a8c;border-bottom-color:#fef08a8c}.lg\:border-y-yellow-200\/60{border-top-color:#fef08a99;border-bottom-color:#fef08a99}.lg\:border-y-yellow-200\/65{border-top-color:#fef08aa6;border-bottom-color:#fef08aa6}.lg\:border-y-yellow-200\/70{border-top-color:#fef08ab3;border-bottom-color:#fef08ab3}.lg\:border-y-yellow-200\/75{border-top-color:#fef08abf;border-bottom-color:#fef08abf}.lg\:border-y-yellow-200\/80{border-top-color:#fef08acc;border-bottom-color:#fef08acc}.lg\:border-y-yellow-200\/85{border-top-color:#fef08ad9;border-bottom-color:#fef08ad9}.lg\:border-y-yellow-200\/90{border-top-color:#fef08ae6;border-bottom-color:#fef08ae6}.lg\:border-y-yellow-200\/95{border-top-color:#fef08af2;border-bottom-color:#fef08af2}.lg\:border-y-yellow-300{--tw-border-opacity:1;border-top-color:rgb(253 224 71/var(--tw-border-opacity,1));border-bottom-color:rgb(253 224 71/var(--tw-border-opacity,1))}.lg\:border-y-yellow-300\/0{border-top-color:#fde04700;border-bottom-color:#fde04700}.lg\:border-y-yellow-300\/10{border-top-color:#fde0471a;border-bottom-color:#fde0471a}.lg\:border-y-yellow-300\/100{border-top-color:#fde047;border-bottom-color:#fde047}.lg\:border-y-yellow-300\/15{border-top-color:#fde04726;border-bottom-color:#fde04726}.lg\:border-y-yellow-300\/20{border-top-color:#fde04733;border-bottom-color:#fde04733}.lg\:border-y-yellow-300\/25{border-top-color:#fde04740;border-bottom-color:#fde04740}.lg\:border-y-yellow-300\/30{border-top-color:#fde0474d;border-bottom-color:#fde0474d}.lg\:border-y-yellow-300\/35{border-top-color:#fde04759;border-bottom-color:#fde04759}.lg\:border-y-yellow-300\/40{border-top-color:#fde04766;border-bottom-color:#fde04766}.lg\:border-y-yellow-300\/45{border-top-color:#fde04773;border-bottom-color:#fde04773}.lg\:border-y-yellow-300\/5{border-top-color:#fde0470d;border-bottom-color:#fde0470d}.lg\:border-y-yellow-300\/50{border-top-color:#fde04780;border-bottom-color:#fde04780}.lg\:border-y-yellow-300\/55{border-top-color:#fde0478c;border-bottom-color:#fde0478c}.lg\:border-y-yellow-300\/60{border-top-color:#fde04799;border-bottom-color:#fde04799}.lg\:border-y-yellow-300\/65{border-top-color:#fde047a6;border-bottom-color:#fde047a6}.lg\:border-y-yellow-300\/70{border-top-color:#fde047b3;border-bottom-color:#fde047b3}.lg\:border-y-yellow-300\/75{border-top-color:#fde047bf;border-bottom-color:#fde047bf}.lg\:border-y-yellow-300\/80{border-top-color:#fde047cc;border-bottom-color:#fde047cc}.lg\:border-y-yellow-300\/85{border-top-color:#fde047d9;border-bottom-color:#fde047d9}.lg\:border-y-yellow-300\/90{border-top-color:#fde047e6;border-bottom-color:#fde047e6}.lg\:border-y-yellow-300\/95{border-top-color:#fde047f2;border-bottom-color:#fde047f2}.lg\:border-y-yellow-400{--tw-border-opacity:1;border-top-color:rgb(250 204 21/var(--tw-border-opacity,1));border-bottom-color:rgb(250 204 21/var(--tw-border-opacity,1))}.lg\:border-y-yellow-400\/0{border-top-color:#facc1500;border-bottom-color:#facc1500}.lg\:border-y-yellow-400\/10{border-top-color:#facc151a;border-bottom-color:#facc151a}.lg\:border-y-yellow-400\/100{border-top-color:#facc15;border-bottom-color:#facc15}.lg\:border-y-yellow-400\/15{border-top-color:#facc1526;border-bottom-color:#facc1526}.lg\:border-y-yellow-400\/20{border-top-color:#facc1533;border-bottom-color:#facc1533}.lg\:border-y-yellow-400\/25{border-top-color:#facc1540;border-bottom-color:#facc1540}.lg\:border-y-yellow-400\/30{border-top-color:#facc154d;border-bottom-color:#facc154d}.lg\:border-y-yellow-400\/35{border-top-color:#facc1559;border-bottom-color:#facc1559}.lg\:border-y-yellow-400\/40{border-top-color:#facc1566;border-bottom-color:#facc1566}.lg\:border-y-yellow-400\/45{border-top-color:#facc1573;border-bottom-color:#facc1573}.lg\:border-y-yellow-400\/5{border-top-color:#facc150d;border-bottom-color:#facc150d}.lg\:border-y-yellow-400\/50{border-top-color:#facc1580;border-bottom-color:#facc1580}.lg\:border-y-yellow-400\/55{border-top-color:#facc158c;border-bottom-color:#facc158c}.lg\:border-y-yellow-400\/60{border-top-color:#facc1599;border-bottom-color:#facc1599}.lg\:border-y-yellow-400\/65{border-top-color:#facc15a6;border-bottom-color:#facc15a6}.lg\:border-y-yellow-400\/70{border-top-color:#facc15b3;border-bottom-color:#facc15b3}.lg\:border-y-yellow-400\/75{border-top-color:#facc15bf;border-bottom-color:#facc15bf}.lg\:border-y-yellow-400\/80{border-top-color:#facc15cc;border-bottom-color:#facc15cc}.lg\:border-y-yellow-400\/85{border-top-color:#facc15d9;border-bottom-color:#facc15d9}.lg\:border-y-yellow-400\/90{border-top-color:#facc15e6;border-bottom-color:#facc15e6}.lg\:border-y-yellow-400\/95{border-top-color:#facc15f2;border-bottom-color:#facc15f2}.lg\:border-y-yellow-50{--tw-border-opacity:1;border-top-color:rgb(254 252 232/var(--tw-border-opacity,1));border-bottom-color:rgb(254 252 232/var(--tw-border-opacity,1))}.lg\:border-y-yellow-50\/0{border-top-color:#fefce800;border-bottom-color:#fefce800}.lg\:border-y-yellow-50\/10{border-top-color:#fefce81a;border-bottom-color:#fefce81a}.lg\:border-y-yellow-50\/100{border-top-color:#fefce8;border-bottom-color:#fefce8}.lg\:border-y-yellow-50\/15{border-top-color:#fefce826;border-bottom-color:#fefce826}.lg\:border-y-yellow-50\/20{border-top-color:#fefce833;border-bottom-color:#fefce833}.lg\:border-y-yellow-50\/25{border-top-color:#fefce840;border-bottom-color:#fefce840}.lg\:border-y-yellow-50\/30{border-top-color:#fefce84d;border-bottom-color:#fefce84d}.lg\:border-y-yellow-50\/35{border-top-color:#fefce859;border-bottom-color:#fefce859}.lg\:border-y-yellow-50\/40{border-top-color:#fefce866;border-bottom-color:#fefce866}.lg\:border-y-yellow-50\/45{border-top-color:#fefce873;border-bottom-color:#fefce873}.lg\:border-y-yellow-50\/5{border-top-color:#fefce80d;border-bottom-color:#fefce80d}.lg\:border-y-yellow-50\/50{border-top-color:#fefce880;border-bottom-color:#fefce880}.lg\:border-y-yellow-50\/55{border-top-color:#fefce88c;border-bottom-color:#fefce88c}.lg\:border-y-yellow-50\/60{border-top-color:#fefce899;border-bottom-color:#fefce899}.lg\:border-y-yellow-50\/65{border-top-color:#fefce8a6;border-bottom-color:#fefce8a6}.lg\:border-y-yellow-50\/70{border-top-color:#fefce8b3;border-bottom-color:#fefce8b3}.lg\:border-y-yellow-50\/75{border-top-color:#fefce8bf;border-bottom-color:#fefce8bf}.lg\:border-y-yellow-50\/80{border-top-color:#fefce8cc;border-bottom-color:#fefce8cc}.lg\:border-y-yellow-50\/85{border-top-color:#fefce8d9;border-bottom-color:#fefce8d9}.lg\:border-y-yellow-50\/90{border-top-color:#fefce8e6;border-bottom-color:#fefce8e6}.lg\:border-y-yellow-50\/95{border-top-color:#fefce8f2;border-bottom-color:#fefce8f2}.lg\:border-y-yellow-500{--tw-border-opacity:1;border-top-color:rgb(234 179 8/var(--tw-border-opacity,1));border-bottom-color:rgb(234 179 8/var(--tw-border-opacity,1))}.lg\:border-y-yellow-500\/0{border-top-color:#eab30800;border-bottom-color:#eab30800}.lg\:border-y-yellow-500\/10{border-top-color:#eab3081a;border-bottom-color:#eab3081a}.lg\:border-y-yellow-500\/100{border-top-color:#eab308;border-bottom-color:#eab308}.lg\:border-y-yellow-500\/15{border-top-color:#eab30826;border-bottom-color:#eab30826}.lg\:border-y-yellow-500\/20{border-top-color:#eab30833;border-bottom-color:#eab30833}.lg\:border-y-yellow-500\/25{border-top-color:#eab30840;border-bottom-color:#eab30840}.lg\:border-y-yellow-500\/30{border-top-color:#eab3084d;border-bottom-color:#eab3084d}.lg\:border-y-yellow-500\/35{border-top-color:#eab30859;border-bottom-color:#eab30859}.lg\:border-y-yellow-500\/40{border-top-color:#eab30866;border-bottom-color:#eab30866}.lg\:border-y-yellow-500\/45{border-top-color:#eab30873;border-bottom-color:#eab30873}.lg\:border-y-yellow-500\/5{border-top-color:#eab3080d;border-bottom-color:#eab3080d}.lg\:border-y-yellow-500\/50{border-top-color:#eab30880;border-bottom-color:#eab30880}.lg\:border-y-yellow-500\/55{border-top-color:#eab3088c;border-bottom-color:#eab3088c}.lg\:border-y-yellow-500\/60{border-top-color:#eab30899;border-bottom-color:#eab30899}.lg\:border-y-yellow-500\/65{border-top-color:#eab308a6;border-bottom-color:#eab308a6}.lg\:border-y-yellow-500\/70{border-top-color:#eab308b3;border-bottom-color:#eab308b3}.lg\:border-y-yellow-500\/75{border-top-color:#eab308bf;border-bottom-color:#eab308bf}.lg\:border-y-yellow-500\/80{border-top-color:#eab308cc;border-bottom-color:#eab308cc}.lg\:border-y-yellow-500\/85{border-top-color:#eab308d9;border-bottom-color:#eab308d9}.lg\:border-y-yellow-500\/90{border-top-color:#eab308e6;border-bottom-color:#eab308e6}.lg\:border-y-yellow-500\/95{border-top-color:#eab308f2;border-bottom-color:#eab308f2}.lg\:border-y-yellow-600{--tw-border-opacity:1;border-top-color:rgb(202 138 4/var(--tw-border-opacity,1));border-bottom-color:rgb(202 138 4/var(--tw-border-opacity,1))}.lg\:border-y-yellow-600\/0{border-top-color:#ca8a0400;border-bottom-color:#ca8a0400}.lg\:border-y-yellow-600\/10{border-top-color:#ca8a041a;border-bottom-color:#ca8a041a}.lg\:border-y-yellow-600\/100{border-top-color:#ca8a04;border-bottom-color:#ca8a04}.lg\:border-y-yellow-600\/15{border-top-color:#ca8a0426;border-bottom-color:#ca8a0426}.lg\:border-y-yellow-600\/20{border-top-color:#ca8a0433;border-bottom-color:#ca8a0433}.lg\:border-y-yellow-600\/25{border-top-color:#ca8a0440;border-bottom-color:#ca8a0440}.lg\:border-y-yellow-600\/30{border-top-color:#ca8a044d;border-bottom-color:#ca8a044d}.lg\:border-y-yellow-600\/35{border-top-color:#ca8a0459;border-bottom-color:#ca8a0459}.lg\:border-y-yellow-600\/40{border-top-color:#ca8a0466;border-bottom-color:#ca8a0466}.lg\:border-y-yellow-600\/45{border-top-color:#ca8a0473;border-bottom-color:#ca8a0473}.lg\:border-y-yellow-600\/5{border-top-color:#ca8a040d;border-bottom-color:#ca8a040d}.lg\:border-y-yellow-600\/50{border-top-color:#ca8a0480;border-bottom-color:#ca8a0480}.lg\:border-y-yellow-600\/55{border-top-color:#ca8a048c;border-bottom-color:#ca8a048c}.lg\:border-y-yellow-600\/60{border-top-color:#ca8a0499;border-bottom-color:#ca8a0499}.lg\:border-y-yellow-600\/65{border-top-color:#ca8a04a6;border-bottom-color:#ca8a04a6}.lg\:border-y-yellow-600\/70{border-top-color:#ca8a04b3;border-bottom-color:#ca8a04b3}.lg\:border-y-yellow-600\/75{border-top-color:#ca8a04bf;border-bottom-color:#ca8a04bf}.lg\:border-y-yellow-600\/80{border-top-color:#ca8a04cc;border-bottom-color:#ca8a04cc}.lg\:border-y-yellow-600\/85{border-top-color:#ca8a04d9;border-bottom-color:#ca8a04d9}.lg\:border-y-yellow-600\/90{border-top-color:#ca8a04e6;border-bottom-color:#ca8a04e6}.lg\:border-y-yellow-600\/95{border-top-color:#ca8a04f2;border-bottom-color:#ca8a04f2}.lg\:border-y-yellow-700{--tw-border-opacity:1;border-top-color:rgb(161 98 7/var(--tw-border-opacity,1));border-bottom-color:rgb(161 98 7/var(--tw-border-opacity,1))}.lg\:border-y-yellow-700\/0{border-top-color:#a1620700;border-bottom-color:#a1620700}.lg\:border-y-yellow-700\/10{border-top-color:#a162071a;border-bottom-color:#a162071a}.lg\:border-y-yellow-700\/100{border-top-color:#a16207;border-bottom-color:#a16207}.lg\:border-y-yellow-700\/15{border-top-color:#a1620726;border-bottom-color:#a1620726}.lg\:border-y-yellow-700\/20{border-top-color:#a1620733;border-bottom-color:#a1620733}.lg\:border-y-yellow-700\/25{border-top-color:#a1620740;border-bottom-color:#a1620740}.lg\:border-y-yellow-700\/30{border-top-color:#a162074d;border-bottom-color:#a162074d}.lg\:border-y-yellow-700\/35{border-top-color:#a1620759;border-bottom-color:#a1620759}.lg\:border-y-yellow-700\/40{border-top-color:#a1620766;border-bottom-color:#a1620766}.lg\:border-y-yellow-700\/45{border-top-color:#a1620773;border-bottom-color:#a1620773}.lg\:border-y-yellow-700\/5{border-top-color:#a162070d;border-bottom-color:#a162070d}.lg\:border-y-yellow-700\/50{border-top-color:#a1620780;border-bottom-color:#a1620780}.lg\:border-y-yellow-700\/55{border-top-color:#a162078c;border-bottom-color:#a162078c}.lg\:border-y-yellow-700\/60{border-top-color:#a1620799;border-bottom-color:#a1620799}.lg\:border-y-yellow-700\/65{border-top-color:#a16207a6;border-bottom-color:#a16207a6}.lg\:border-y-yellow-700\/70{border-top-color:#a16207b3;border-bottom-color:#a16207b3}.lg\:border-y-yellow-700\/75{border-top-color:#a16207bf;border-bottom-color:#a16207bf}.lg\:border-y-yellow-700\/80{border-top-color:#a16207cc;border-bottom-color:#a16207cc}.lg\:border-y-yellow-700\/85{border-top-color:#a16207d9;border-bottom-color:#a16207d9}.lg\:border-y-yellow-700\/90{border-top-color:#a16207e6;border-bottom-color:#a16207e6}.lg\:border-y-yellow-700\/95{border-top-color:#a16207f2;border-bottom-color:#a16207f2}.lg\:border-y-yellow-800{--tw-border-opacity:1;border-top-color:rgb(133 77 14/var(--tw-border-opacity,1));border-bottom-color:rgb(133 77 14/var(--tw-border-opacity,1))}.lg\:border-y-yellow-800\/0{border-top-color:#854d0e00;border-bottom-color:#854d0e00}.lg\:border-y-yellow-800\/10{border-top-color:#854d0e1a;border-bottom-color:#854d0e1a}.lg\:border-y-yellow-800\/100{border-top-color:#854d0e;border-bottom-color:#854d0e}.lg\:border-y-yellow-800\/15{border-top-color:#854d0e26;border-bottom-color:#854d0e26}.lg\:border-y-yellow-800\/20{border-top-color:#854d0e33;border-bottom-color:#854d0e33}.lg\:border-y-yellow-800\/25{border-top-color:#854d0e40;border-bottom-color:#854d0e40}.lg\:border-y-yellow-800\/30{border-top-color:#854d0e4d;border-bottom-color:#854d0e4d}.lg\:border-y-yellow-800\/35{border-top-color:#854d0e59;border-bottom-color:#854d0e59}.lg\:border-y-yellow-800\/40{border-top-color:#854d0e66;border-bottom-color:#854d0e66}.lg\:border-y-yellow-800\/45{border-top-color:#854d0e73;border-bottom-color:#854d0e73}.lg\:border-y-yellow-800\/5{border-top-color:#854d0e0d;border-bottom-color:#854d0e0d}.lg\:border-y-yellow-800\/50{border-top-color:#854d0e80;border-bottom-color:#854d0e80}.lg\:border-y-yellow-800\/55{border-top-color:#854d0e8c;border-bottom-color:#854d0e8c}.lg\:border-y-yellow-800\/60{border-top-color:#854d0e99;border-bottom-color:#854d0e99}.lg\:border-y-yellow-800\/65{border-top-color:#854d0ea6;border-bottom-color:#854d0ea6}.lg\:border-y-yellow-800\/70{border-top-color:#854d0eb3;border-bottom-color:#854d0eb3}.lg\:border-y-yellow-800\/75{border-top-color:#854d0ebf;border-bottom-color:#854d0ebf}.lg\:border-y-yellow-800\/80{border-top-color:#854d0ecc;border-bottom-color:#854d0ecc}.lg\:border-y-yellow-800\/85{border-top-color:#854d0ed9;border-bottom-color:#854d0ed9}.lg\:border-y-yellow-800\/90{border-top-color:#854d0ee6;border-bottom-color:#854d0ee6}.lg\:border-y-yellow-800\/95{border-top-color:#854d0ef2;border-bottom-color:#854d0ef2}.lg\:border-y-yellow-900{--tw-border-opacity:1;border-top-color:rgb(113 63 18/var(--tw-border-opacity,1));border-bottom-color:rgb(113 63 18/var(--tw-border-opacity,1))}.lg\:border-y-yellow-900\/0{border-top-color:#713f1200;border-bottom-color:#713f1200}.lg\:border-y-yellow-900\/10{border-top-color:#713f121a;border-bottom-color:#713f121a}.lg\:border-y-yellow-900\/100{border-top-color:#713f12;border-bottom-color:#713f12}.lg\:border-y-yellow-900\/15{border-top-color:#713f1226;border-bottom-color:#713f1226}.lg\:border-y-yellow-900\/20{border-top-color:#713f1233;border-bottom-color:#713f1233}.lg\:border-y-yellow-900\/25{border-top-color:#713f1240;border-bottom-color:#713f1240}.lg\:border-y-yellow-900\/30{border-top-color:#713f124d;border-bottom-color:#713f124d}.lg\:border-y-yellow-900\/35{border-top-color:#713f1259;border-bottom-color:#713f1259}.lg\:border-y-yellow-900\/40{border-top-color:#713f1266;border-bottom-color:#713f1266}.lg\:border-y-yellow-900\/45{border-top-color:#713f1273;border-bottom-color:#713f1273}.lg\:border-y-yellow-900\/5{border-top-color:#713f120d;border-bottom-color:#713f120d}.lg\:border-y-yellow-900\/50{border-top-color:#713f1280;border-bottom-color:#713f1280}.lg\:border-y-yellow-900\/55{border-top-color:#713f128c;border-bottom-color:#713f128c}.lg\:border-y-yellow-900\/60{border-top-color:#713f1299;border-bottom-color:#713f1299}.lg\:border-y-yellow-900\/65{border-top-color:#713f12a6;border-bottom-color:#713f12a6}.lg\:border-y-yellow-900\/70{border-top-color:#713f12b3;border-bottom-color:#713f12b3}.lg\:border-y-yellow-900\/75{border-top-color:#713f12bf;border-bottom-color:#713f12bf}.lg\:border-y-yellow-900\/80{border-top-color:#713f12cc;border-bottom-color:#713f12cc}.lg\:border-y-yellow-900\/85{border-top-color:#713f12d9;border-bottom-color:#713f12d9}.lg\:border-y-yellow-900\/90{border-top-color:#713f12e6;border-bottom-color:#713f12e6}.lg\:border-y-yellow-900\/95{border-top-color:#713f12f2;border-bottom-color:#713f12f2}.lg\:border-y-yellow-950{--tw-border-opacity:1;border-top-color:rgb(66 32 6/var(--tw-border-opacity,1));border-bottom-color:rgb(66 32 6/var(--tw-border-opacity,1))}.lg\:border-y-yellow-950\/0{border-top-color:#42200600;border-bottom-color:#42200600}.lg\:border-y-yellow-950\/10{border-top-color:#4220061a;border-bottom-color:#4220061a}.lg\:border-y-yellow-950\/100{border-top-color:#422006;border-bottom-color:#422006}.lg\:border-y-yellow-950\/15{border-top-color:#42200626;border-bottom-color:#42200626}.lg\:border-y-yellow-950\/20{border-top-color:#42200633;border-bottom-color:#42200633}.lg\:border-y-yellow-950\/25{border-top-color:#42200640;border-bottom-color:#42200640}.lg\:border-y-yellow-950\/30{border-top-color:#4220064d;border-bottom-color:#4220064d}.lg\:border-y-yellow-950\/35{border-top-color:#42200659;border-bottom-color:#42200659}.lg\:border-y-yellow-950\/40{border-top-color:#42200666;border-bottom-color:#42200666}.lg\:border-y-yellow-950\/45{border-top-color:#42200673;border-bottom-color:#42200673}.lg\:border-y-yellow-950\/5{border-top-color:#4220060d;border-bottom-color:#4220060d}.lg\:border-y-yellow-950\/50{border-top-color:#42200680;border-bottom-color:#42200680}.lg\:border-y-yellow-950\/55{border-top-color:#4220068c;border-bottom-color:#4220068c}.lg\:border-y-yellow-950\/60{border-top-color:#42200699;border-bottom-color:#42200699}.lg\:border-y-yellow-950\/65{border-top-color:#422006a6;border-bottom-color:#422006a6}.lg\:border-y-yellow-950\/70{border-top-color:#422006b3;border-bottom-color:#422006b3}.lg\:border-y-yellow-950\/75{border-top-color:#422006bf;border-bottom-color:#422006bf}.lg\:border-y-yellow-950\/80{border-top-color:#422006cc;border-bottom-color:#422006cc}.lg\:border-y-yellow-950\/85{border-top-color:#422006d9;border-bottom-color:#422006d9}.lg\:border-y-yellow-950\/90{border-top-color:#422006e6;border-bottom-color:#422006e6}.lg\:border-y-yellow-950\/95{border-top-color:#422006f2;border-bottom-color:#422006f2}.lg\:border-b-yellow-100{--tw-border-opacity:1;border-bottom-color:rgb(254 249 195/var(--tw-border-opacity,1))}.lg\:border-b-yellow-100\/0{border-bottom-color:#fef9c300}.lg\:border-b-yellow-100\/10{border-bottom-color:#fef9c31a}.lg\:border-b-yellow-100\/100{border-bottom-color:#fef9c3}.lg\:border-b-yellow-100\/15{border-bottom-color:#fef9c326}.lg\:border-b-yellow-100\/20{border-bottom-color:#fef9c333}.lg\:border-b-yellow-100\/25{border-bottom-color:#fef9c340}.lg\:border-b-yellow-100\/30{border-bottom-color:#fef9c34d}.lg\:border-b-yellow-100\/35{border-bottom-color:#fef9c359}.lg\:border-b-yellow-100\/40{border-bottom-color:#fef9c366}.lg\:border-b-yellow-100\/45{border-bottom-color:#fef9c373}.lg\:border-b-yellow-100\/5{border-bottom-color:#fef9c30d}.lg\:border-b-yellow-100\/50{border-bottom-color:#fef9c380}.lg\:border-b-yellow-100\/55{border-bottom-color:#fef9c38c}.lg\:border-b-yellow-100\/60{border-bottom-color:#fef9c399}.lg\:border-b-yellow-100\/65{border-bottom-color:#fef9c3a6}.lg\:border-b-yellow-100\/70{border-bottom-color:#fef9c3b3}.lg\:border-b-yellow-100\/75{border-bottom-color:#fef9c3bf}.lg\:border-b-yellow-100\/80{border-bottom-color:#fef9c3cc}.lg\:border-b-yellow-100\/85{border-bottom-color:#fef9c3d9}.lg\:border-b-yellow-100\/90{border-bottom-color:#fef9c3e6}.lg\:border-b-yellow-100\/95{border-bottom-color:#fef9c3f2}.lg\:border-b-yellow-200{--tw-border-opacity:1;border-bottom-color:rgb(254 240 138/var(--tw-border-opacity,1))}.lg\:border-b-yellow-200\/0{border-bottom-color:#fef08a00}.lg\:border-b-yellow-200\/10{border-bottom-color:#fef08a1a}.lg\:border-b-yellow-200\/100{border-bottom-color:#fef08a}.lg\:border-b-yellow-200\/15{border-bottom-color:#fef08a26}.lg\:border-b-yellow-200\/20{border-bottom-color:#fef08a33}.lg\:border-b-yellow-200\/25{border-bottom-color:#fef08a40}.lg\:border-b-yellow-200\/30{border-bottom-color:#fef08a4d}.lg\:border-b-yellow-200\/35{border-bottom-color:#fef08a59}.lg\:border-b-yellow-200\/40{border-bottom-color:#fef08a66}.lg\:border-b-yellow-200\/45{border-bottom-color:#fef08a73}.lg\:border-b-yellow-200\/5{border-bottom-color:#fef08a0d}.lg\:border-b-yellow-200\/50{border-bottom-color:#fef08a80}.lg\:border-b-yellow-200\/55{border-bottom-color:#fef08a8c}.lg\:border-b-yellow-200\/60{border-bottom-color:#fef08a99}.lg\:border-b-yellow-200\/65{border-bottom-color:#fef08aa6}.lg\:border-b-yellow-200\/70{border-bottom-color:#fef08ab3}.lg\:border-b-yellow-200\/75{border-bottom-color:#fef08abf}.lg\:border-b-yellow-200\/80{border-bottom-color:#fef08acc}.lg\:border-b-yellow-200\/85{border-bottom-color:#fef08ad9}.lg\:border-b-yellow-200\/90{border-bottom-color:#fef08ae6}.lg\:border-b-yellow-200\/95{border-bottom-color:#fef08af2}.lg\:border-b-yellow-300{--tw-border-opacity:1;border-bottom-color:rgb(253 224 71/var(--tw-border-opacity,1))}.lg\:border-b-yellow-300\/0{border-bottom-color:#fde04700}.lg\:border-b-yellow-300\/10{border-bottom-color:#fde0471a}.lg\:border-b-yellow-300\/100{border-bottom-color:#fde047}.lg\:border-b-yellow-300\/15{border-bottom-color:#fde04726}.lg\:border-b-yellow-300\/20{border-bottom-color:#fde04733}.lg\:border-b-yellow-300\/25{border-bottom-color:#fde04740}.lg\:border-b-yellow-300\/30{border-bottom-color:#fde0474d}.lg\:border-b-yellow-300\/35{border-bottom-color:#fde04759}.lg\:border-b-yellow-300\/40{border-bottom-color:#fde04766}.lg\:border-b-yellow-300\/45{border-bottom-color:#fde04773}.lg\:border-b-yellow-300\/5{border-bottom-color:#fde0470d}.lg\:border-b-yellow-300\/50{border-bottom-color:#fde04780}.lg\:border-b-yellow-300\/55{border-bottom-color:#fde0478c}.lg\:border-b-yellow-300\/60{border-bottom-color:#fde04799}.lg\:border-b-yellow-300\/65{border-bottom-color:#fde047a6}.lg\:border-b-yellow-300\/70{border-bottom-color:#fde047b3}.lg\:border-b-yellow-300\/75{border-bottom-color:#fde047bf}.lg\:border-b-yellow-300\/80{border-bottom-color:#fde047cc}.lg\:border-b-yellow-300\/85{border-bottom-color:#fde047d9}.lg\:border-b-yellow-300\/90{border-bottom-color:#fde047e6}.lg\:border-b-yellow-300\/95{border-bottom-color:#fde047f2}.lg\:border-b-yellow-400{--tw-border-opacity:1;border-bottom-color:rgb(250 204 21/var(--tw-border-opacity,1))}.lg\:border-b-yellow-400\/0{border-bottom-color:#facc1500}.lg\:border-b-yellow-400\/10{border-bottom-color:#facc151a}.lg\:border-b-yellow-400\/100{border-bottom-color:#facc15}.lg\:border-b-yellow-400\/15{border-bottom-color:#facc1526}.lg\:border-b-yellow-400\/20{border-bottom-color:#facc1533}.lg\:border-b-yellow-400\/25{border-bottom-color:#facc1540}.lg\:border-b-yellow-400\/30{border-bottom-color:#facc154d}.lg\:border-b-yellow-400\/35{border-bottom-color:#facc1559}.lg\:border-b-yellow-400\/40{border-bottom-color:#facc1566}.lg\:border-b-yellow-400\/45{border-bottom-color:#facc1573}.lg\:border-b-yellow-400\/5{border-bottom-color:#facc150d}.lg\:border-b-yellow-400\/50{border-bottom-color:#facc1580}.lg\:border-b-yellow-400\/55{border-bottom-color:#facc158c}.lg\:border-b-yellow-400\/60{border-bottom-color:#facc1599}.lg\:border-b-yellow-400\/65{border-bottom-color:#facc15a6}.lg\:border-b-yellow-400\/70{border-bottom-color:#facc15b3}.lg\:border-b-yellow-400\/75{border-bottom-color:#facc15bf}.lg\:border-b-yellow-400\/80{border-bottom-color:#facc15cc}.lg\:border-b-yellow-400\/85{border-bottom-color:#facc15d9}.lg\:border-b-yellow-400\/90{border-bottom-color:#facc15e6}.lg\:border-b-yellow-400\/95{border-bottom-color:#facc15f2}.lg\:border-b-yellow-50{--tw-border-opacity:1;border-bottom-color:rgb(254 252 232/var(--tw-border-opacity,1))}.lg\:border-b-yellow-50\/0{border-bottom-color:#fefce800}.lg\:border-b-yellow-50\/10{border-bottom-color:#fefce81a}.lg\:border-b-yellow-50\/100{border-bottom-color:#fefce8}.lg\:border-b-yellow-50\/15{border-bottom-color:#fefce826}.lg\:border-b-yellow-50\/20{border-bottom-color:#fefce833}.lg\:border-b-yellow-50\/25{border-bottom-color:#fefce840}.lg\:border-b-yellow-50\/30{border-bottom-color:#fefce84d}.lg\:border-b-yellow-50\/35{border-bottom-color:#fefce859}.lg\:border-b-yellow-50\/40{border-bottom-color:#fefce866}.lg\:border-b-yellow-50\/45{border-bottom-color:#fefce873}.lg\:border-b-yellow-50\/5{border-bottom-color:#fefce80d}.lg\:border-b-yellow-50\/50{border-bottom-color:#fefce880}.lg\:border-b-yellow-50\/55{border-bottom-color:#fefce88c}.lg\:border-b-yellow-50\/60{border-bottom-color:#fefce899}.lg\:border-b-yellow-50\/65{border-bottom-color:#fefce8a6}.lg\:border-b-yellow-50\/70{border-bottom-color:#fefce8b3}.lg\:border-b-yellow-50\/75{border-bottom-color:#fefce8bf}.lg\:border-b-yellow-50\/80{border-bottom-color:#fefce8cc}.lg\:border-b-yellow-50\/85{border-bottom-color:#fefce8d9}.lg\:border-b-yellow-50\/90{border-bottom-color:#fefce8e6}.lg\:border-b-yellow-50\/95{border-bottom-color:#fefce8f2}.lg\:border-b-yellow-500{--tw-border-opacity:1;border-bottom-color:rgb(234 179 8/var(--tw-border-opacity,1))}.lg\:border-b-yellow-500\/0{border-bottom-color:#eab30800}.lg\:border-b-yellow-500\/10{border-bottom-color:#eab3081a}.lg\:border-b-yellow-500\/100{border-bottom-color:#eab308}.lg\:border-b-yellow-500\/15{border-bottom-color:#eab30826}.lg\:border-b-yellow-500\/20{border-bottom-color:#eab30833}.lg\:border-b-yellow-500\/25{border-bottom-color:#eab30840}.lg\:border-b-yellow-500\/30{border-bottom-color:#eab3084d}.lg\:border-b-yellow-500\/35{border-bottom-color:#eab30859}.lg\:border-b-yellow-500\/40{border-bottom-color:#eab30866}.lg\:border-b-yellow-500\/45{border-bottom-color:#eab30873}.lg\:border-b-yellow-500\/5{border-bottom-color:#eab3080d}.lg\:border-b-yellow-500\/50{border-bottom-color:#eab30880}.lg\:border-b-yellow-500\/55{border-bottom-color:#eab3088c}.lg\:border-b-yellow-500\/60{border-bottom-color:#eab30899}.lg\:border-b-yellow-500\/65{border-bottom-color:#eab308a6}.lg\:border-b-yellow-500\/70{border-bottom-color:#eab308b3}.lg\:border-b-yellow-500\/75{border-bottom-color:#eab308bf}.lg\:border-b-yellow-500\/80{border-bottom-color:#eab308cc}.lg\:border-b-yellow-500\/85{border-bottom-color:#eab308d9}.lg\:border-b-yellow-500\/90{border-bottom-color:#eab308e6}.lg\:border-b-yellow-500\/95{border-bottom-color:#eab308f2}.lg\:border-b-yellow-600{--tw-border-opacity:1;border-bottom-color:rgb(202 138 4/var(--tw-border-opacity,1))}.lg\:border-b-yellow-600\/0{border-bottom-color:#ca8a0400}.lg\:border-b-yellow-600\/10{border-bottom-color:#ca8a041a}.lg\:border-b-yellow-600\/100{border-bottom-color:#ca8a04}.lg\:border-b-yellow-600\/15{border-bottom-color:#ca8a0426}.lg\:border-b-yellow-600\/20{border-bottom-color:#ca8a0433}.lg\:border-b-yellow-600\/25{border-bottom-color:#ca8a0440}.lg\:border-b-yellow-600\/30{border-bottom-color:#ca8a044d}.lg\:border-b-yellow-600\/35{border-bottom-color:#ca8a0459}.lg\:border-b-yellow-600\/40{border-bottom-color:#ca8a0466}.lg\:border-b-yellow-600\/45{border-bottom-color:#ca8a0473}.lg\:border-b-yellow-600\/5{border-bottom-color:#ca8a040d}.lg\:border-b-yellow-600\/50{border-bottom-color:#ca8a0480}.lg\:border-b-yellow-600\/55{border-bottom-color:#ca8a048c}.lg\:border-b-yellow-600\/60{border-bottom-color:#ca8a0499}.lg\:border-b-yellow-600\/65{border-bottom-color:#ca8a04a6}.lg\:border-b-yellow-600\/70{border-bottom-color:#ca8a04b3}.lg\:border-b-yellow-600\/75{border-bottom-color:#ca8a04bf}.lg\:border-b-yellow-600\/80{border-bottom-color:#ca8a04cc}.lg\:border-b-yellow-600\/85{border-bottom-color:#ca8a04d9}.lg\:border-b-yellow-600\/90{border-bottom-color:#ca8a04e6}.lg\:border-b-yellow-600\/95{border-bottom-color:#ca8a04f2}.lg\:border-b-yellow-700{--tw-border-opacity:1;border-bottom-color:rgb(161 98 7/var(--tw-border-opacity,1))}.lg\:border-b-yellow-700\/0{border-bottom-color:#a1620700}.lg\:border-b-yellow-700\/10{border-bottom-color:#a162071a}.lg\:border-b-yellow-700\/100{border-bottom-color:#a16207}.lg\:border-b-yellow-700\/15{border-bottom-color:#a1620726}.lg\:border-b-yellow-700\/20{border-bottom-color:#a1620733}.lg\:border-b-yellow-700\/25{border-bottom-color:#a1620740}.lg\:border-b-yellow-700\/30{border-bottom-color:#a162074d}.lg\:border-b-yellow-700\/35{border-bottom-color:#a1620759}.lg\:border-b-yellow-700\/40{border-bottom-color:#a1620766}.lg\:border-b-yellow-700\/45{border-bottom-color:#a1620773}.lg\:border-b-yellow-700\/5{border-bottom-color:#a162070d}.lg\:border-b-yellow-700\/50{border-bottom-color:#a1620780}.lg\:border-b-yellow-700\/55{border-bottom-color:#a162078c}.lg\:border-b-yellow-700\/60{border-bottom-color:#a1620799}.lg\:border-b-yellow-700\/65{border-bottom-color:#a16207a6}.lg\:border-b-yellow-700\/70{border-bottom-color:#a16207b3}.lg\:border-b-yellow-700\/75{border-bottom-color:#a16207bf}.lg\:border-b-yellow-700\/80{border-bottom-color:#a16207cc}.lg\:border-b-yellow-700\/85{border-bottom-color:#a16207d9}.lg\:border-b-yellow-700\/90{border-bottom-color:#a16207e6}.lg\:border-b-yellow-700\/95{border-bottom-color:#a16207f2}.lg\:border-b-yellow-800{--tw-border-opacity:1;border-bottom-color:rgb(133 77 14/var(--tw-border-opacity,1))}.lg\:border-b-yellow-800\/0{border-bottom-color:#854d0e00}.lg\:border-b-yellow-800\/10{border-bottom-color:#854d0e1a}.lg\:border-b-yellow-800\/100{border-bottom-color:#854d0e}.lg\:border-b-yellow-800\/15{border-bottom-color:#854d0e26}.lg\:border-b-yellow-800\/20{border-bottom-color:#854d0e33}.lg\:border-b-yellow-800\/25{border-bottom-color:#854d0e40}.lg\:border-b-yellow-800\/30{border-bottom-color:#854d0e4d}.lg\:border-b-yellow-800\/35{border-bottom-color:#854d0e59}.lg\:border-b-yellow-800\/40{border-bottom-color:#854d0e66}.lg\:border-b-yellow-800\/45{border-bottom-color:#854d0e73}.lg\:border-b-yellow-800\/5{border-bottom-color:#854d0e0d}.lg\:border-b-yellow-800\/50{border-bottom-color:#854d0e80}.lg\:border-b-yellow-800\/55{border-bottom-color:#854d0e8c}.lg\:border-b-yellow-800\/60{border-bottom-color:#854d0e99}.lg\:border-b-yellow-800\/65{border-bottom-color:#854d0ea6}.lg\:border-b-yellow-800\/70{border-bottom-color:#854d0eb3}.lg\:border-b-yellow-800\/75{border-bottom-color:#854d0ebf}.lg\:border-b-yellow-800\/80{border-bottom-color:#854d0ecc}.lg\:border-b-yellow-800\/85{border-bottom-color:#854d0ed9}.lg\:border-b-yellow-800\/90{border-bottom-color:#854d0ee6}.lg\:border-b-yellow-800\/95{border-bottom-color:#854d0ef2}.lg\:border-b-yellow-900{--tw-border-opacity:1;border-bottom-color:rgb(113 63 18/var(--tw-border-opacity,1))}.lg\:border-b-yellow-900\/0{border-bottom-color:#713f1200}.lg\:border-b-yellow-900\/10{border-bottom-color:#713f121a}.lg\:border-b-yellow-900\/100{border-bottom-color:#713f12}.lg\:border-b-yellow-900\/15{border-bottom-color:#713f1226}.lg\:border-b-yellow-900\/20{border-bottom-color:#713f1233}.lg\:border-b-yellow-900\/25{border-bottom-color:#713f1240}.lg\:border-b-yellow-900\/30{border-bottom-color:#713f124d}.lg\:border-b-yellow-900\/35{border-bottom-color:#713f1259}.lg\:border-b-yellow-900\/40{border-bottom-color:#713f1266}.lg\:border-b-yellow-900\/45{border-bottom-color:#713f1273}.lg\:border-b-yellow-900\/5{border-bottom-color:#713f120d}.lg\:border-b-yellow-900\/50{border-bottom-color:#713f1280}.lg\:border-b-yellow-900\/55{border-bottom-color:#713f128c}.lg\:border-b-yellow-900\/60{border-bottom-color:#713f1299}.lg\:border-b-yellow-900\/65{border-bottom-color:#713f12a6}.lg\:border-b-yellow-900\/70{border-bottom-color:#713f12b3}.lg\:border-b-yellow-900\/75{border-bottom-color:#713f12bf}.lg\:border-b-yellow-900\/80{border-bottom-color:#713f12cc}.lg\:border-b-yellow-900\/85{border-bottom-color:#713f12d9}.lg\:border-b-yellow-900\/90{border-bottom-color:#713f12e6}.lg\:border-b-yellow-900\/95{border-bottom-color:#713f12f2}.lg\:border-b-yellow-950{--tw-border-opacity:1;border-bottom-color:rgb(66 32 6/var(--tw-border-opacity,1))}.lg\:border-b-yellow-950\/0{border-bottom-color:#42200600}.lg\:border-b-yellow-950\/10{border-bottom-color:#4220061a}.lg\:border-b-yellow-950\/100{border-bottom-color:#422006}.lg\:border-b-yellow-950\/15{border-bottom-color:#42200626}.lg\:border-b-yellow-950\/20{border-bottom-color:#42200633}.lg\:border-b-yellow-950\/25{border-bottom-color:#42200640}.lg\:border-b-yellow-950\/30{border-bottom-color:#4220064d}.lg\:border-b-yellow-950\/35{border-bottom-color:#42200659}.lg\:border-b-yellow-950\/40{border-bottom-color:#42200666}.lg\:border-b-yellow-950\/45{border-bottom-color:#42200673}.lg\:border-b-yellow-950\/5{border-bottom-color:#4220060d}.lg\:border-b-yellow-950\/50{border-bottom-color:#42200680}.lg\:border-b-yellow-950\/55{border-bottom-color:#4220068c}.lg\:border-b-yellow-950\/60{border-bottom-color:#42200699}.lg\:border-b-yellow-950\/65{border-bottom-color:#422006a6}.lg\:border-b-yellow-950\/70{border-bottom-color:#422006b3}.lg\:border-b-yellow-950\/75{border-bottom-color:#422006bf}.lg\:border-b-yellow-950\/80{border-bottom-color:#422006cc}.lg\:border-b-yellow-950\/85{border-bottom-color:#422006d9}.lg\:border-b-yellow-950\/90{border-bottom-color:#422006e6}.lg\:border-b-yellow-950\/95{border-bottom-color:#422006f2}.lg\:border-e-yellow-100{--tw-border-opacity:1;border-inline-end-color:rgb(254 249 195/var(--tw-border-opacity,1))}.lg\:border-e-yellow-100\/0{border-inline-end-color:#fef9c300}.lg\:border-e-yellow-100\/10{border-inline-end-color:#fef9c31a}.lg\:border-e-yellow-100\/100{border-inline-end-color:#fef9c3}.lg\:border-e-yellow-100\/15{border-inline-end-color:#fef9c326}.lg\:border-e-yellow-100\/20{border-inline-end-color:#fef9c333}.lg\:border-e-yellow-100\/25{border-inline-end-color:#fef9c340}.lg\:border-e-yellow-100\/30{border-inline-end-color:#fef9c34d}.lg\:border-e-yellow-100\/35{border-inline-end-color:#fef9c359}.lg\:border-e-yellow-100\/40{border-inline-end-color:#fef9c366}.lg\:border-e-yellow-100\/45{border-inline-end-color:#fef9c373}.lg\:border-e-yellow-100\/5{border-inline-end-color:#fef9c30d}.lg\:border-e-yellow-100\/50{border-inline-end-color:#fef9c380}.lg\:border-e-yellow-100\/55{border-inline-end-color:#fef9c38c}.lg\:border-e-yellow-100\/60{border-inline-end-color:#fef9c399}.lg\:border-e-yellow-100\/65{border-inline-end-color:#fef9c3a6}.lg\:border-e-yellow-100\/70{border-inline-end-color:#fef9c3b3}.lg\:border-e-yellow-100\/75{border-inline-end-color:#fef9c3bf}.lg\:border-e-yellow-100\/80{border-inline-end-color:#fef9c3cc}.lg\:border-e-yellow-100\/85{border-inline-end-color:#fef9c3d9}.lg\:border-e-yellow-100\/90{border-inline-end-color:#fef9c3e6}.lg\:border-e-yellow-100\/95{border-inline-end-color:#fef9c3f2}.lg\:border-e-yellow-200{--tw-border-opacity:1;border-inline-end-color:rgb(254 240 138/var(--tw-border-opacity,1))}.lg\:border-e-yellow-200\/0{border-inline-end-color:#fef08a00}.lg\:border-e-yellow-200\/10{border-inline-end-color:#fef08a1a}.lg\:border-e-yellow-200\/100{border-inline-end-color:#fef08a}.lg\:border-e-yellow-200\/15{border-inline-end-color:#fef08a26}.lg\:border-e-yellow-200\/20{border-inline-end-color:#fef08a33}.lg\:border-e-yellow-200\/25{border-inline-end-color:#fef08a40}.lg\:border-e-yellow-200\/30{border-inline-end-color:#fef08a4d}.lg\:border-e-yellow-200\/35{border-inline-end-color:#fef08a59}.lg\:border-e-yellow-200\/40{border-inline-end-color:#fef08a66}.lg\:border-e-yellow-200\/45{border-inline-end-color:#fef08a73}.lg\:border-e-yellow-200\/5{border-inline-end-color:#fef08a0d}.lg\:border-e-yellow-200\/50{border-inline-end-color:#fef08a80}.lg\:border-e-yellow-200\/55{border-inline-end-color:#fef08a8c}.lg\:border-e-yellow-200\/60{border-inline-end-color:#fef08a99}.lg\:border-e-yellow-200\/65{border-inline-end-color:#fef08aa6}.lg\:border-e-yellow-200\/70{border-inline-end-color:#fef08ab3}.lg\:border-e-yellow-200\/75{border-inline-end-color:#fef08abf}.lg\:border-e-yellow-200\/80{border-inline-end-color:#fef08acc}.lg\:border-e-yellow-200\/85{border-inline-end-color:#fef08ad9}.lg\:border-e-yellow-200\/90{border-inline-end-color:#fef08ae6}.lg\:border-e-yellow-200\/95{border-inline-end-color:#fef08af2}.lg\:border-e-yellow-300{--tw-border-opacity:1;border-inline-end-color:rgb(253 224 71/var(--tw-border-opacity,1))}.lg\:border-e-yellow-300\/0{border-inline-end-color:#fde04700}.lg\:border-e-yellow-300\/10{border-inline-end-color:#fde0471a}.lg\:border-e-yellow-300\/100{border-inline-end-color:#fde047}.lg\:border-e-yellow-300\/15{border-inline-end-color:#fde04726}.lg\:border-e-yellow-300\/20{border-inline-end-color:#fde04733}.lg\:border-e-yellow-300\/25{border-inline-end-color:#fde04740}.lg\:border-e-yellow-300\/30{border-inline-end-color:#fde0474d}.lg\:border-e-yellow-300\/35{border-inline-end-color:#fde04759}.lg\:border-e-yellow-300\/40{border-inline-end-color:#fde04766}.lg\:border-e-yellow-300\/45{border-inline-end-color:#fde04773}.lg\:border-e-yellow-300\/5{border-inline-end-color:#fde0470d}.lg\:border-e-yellow-300\/50{border-inline-end-color:#fde04780}.lg\:border-e-yellow-300\/55{border-inline-end-color:#fde0478c}.lg\:border-e-yellow-300\/60{border-inline-end-color:#fde04799}.lg\:border-e-yellow-300\/65{border-inline-end-color:#fde047a6}.lg\:border-e-yellow-300\/70{border-inline-end-color:#fde047b3}.lg\:border-e-yellow-300\/75{border-inline-end-color:#fde047bf}.lg\:border-e-yellow-300\/80{border-inline-end-color:#fde047cc}.lg\:border-e-yellow-300\/85{border-inline-end-color:#fde047d9}.lg\:border-e-yellow-300\/90{border-inline-end-color:#fde047e6}.lg\:border-e-yellow-300\/95{border-inline-end-color:#fde047f2}.lg\:border-e-yellow-400{--tw-border-opacity:1;border-inline-end-color:rgb(250 204 21/var(--tw-border-opacity,1))}.lg\:border-e-yellow-400\/0{border-inline-end-color:#facc1500}.lg\:border-e-yellow-400\/10{border-inline-end-color:#facc151a}.lg\:border-e-yellow-400\/100{border-inline-end-color:#facc15}.lg\:border-e-yellow-400\/15{border-inline-end-color:#facc1526}.lg\:border-e-yellow-400\/20{border-inline-end-color:#facc1533}.lg\:border-e-yellow-400\/25{border-inline-end-color:#facc1540}.lg\:border-e-yellow-400\/30{border-inline-end-color:#facc154d}.lg\:border-e-yellow-400\/35{border-inline-end-color:#facc1559}.lg\:border-e-yellow-400\/40{border-inline-end-color:#facc1566}.lg\:border-e-yellow-400\/45{border-inline-end-color:#facc1573}.lg\:border-e-yellow-400\/5{border-inline-end-color:#facc150d}.lg\:border-e-yellow-400\/50{border-inline-end-color:#facc1580}.lg\:border-e-yellow-400\/55{border-inline-end-color:#facc158c}.lg\:border-e-yellow-400\/60{border-inline-end-color:#facc1599}.lg\:border-e-yellow-400\/65{border-inline-end-color:#facc15a6}.lg\:border-e-yellow-400\/70{border-inline-end-color:#facc15b3}.lg\:border-e-yellow-400\/75{border-inline-end-color:#facc15bf}.lg\:border-e-yellow-400\/80{border-inline-end-color:#facc15cc}.lg\:border-e-yellow-400\/85{border-inline-end-color:#facc15d9}.lg\:border-e-yellow-400\/90{border-inline-end-color:#facc15e6}.lg\:border-e-yellow-400\/95{border-inline-end-color:#facc15f2}.lg\:border-e-yellow-50{--tw-border-opacity:1;border-inline-end-color:rgb(254 252 232/var(--tw-border-opacity,1))}.lg\:border-e-yellow-50\/0{border-inline-end-color:#fefce800}.lg\:border-e-yellow-50\/10{border-inline-end-color:#fefce81a}.lg\:border-e-yellow-50\/100{border-inline-end-color:#fefce8}.lg\:border-e-yellow-50\/15{border-inline-end-color:#fefce826}.lg\:border-e-yellow-50\/20{border-inline-end-color:#fefce833}.lg\:border-e-yellow-50\/25{border-inline-end-color:#fefce840}.lg\:border-e-yellow-50\/30{border-inline-end-color:#fefce84d}.lg\:border-e-yellow-50\/35{border-inline-end-color:#fefce859}.lg\:border-e-yellow-50\/40{border-inline-end-color:#fefce866}.lg\:border-e-yellow-50\/45{border-inline-end-color:#fefce873}.lg\:border-e-yellow-50\/5{border-inline-end-color:#fefce80d}.lg\:border-e-yellow-50\/50{border-inline-end-color:#fefce880}.lg\:border-e-yellow-50\/55{border-inline-end-color:#fefce88c}.lg\:border-e-yellow-50\/60{border-inline-end-color:#fefce899}.lg\:border-e-yellow-50\/65{border-inline-end-color:#fefce8a6}.lg\:border-e-yellow-50\/70{border-inline-end-color:#fefce8b3}.lg\:border-e-yellow-50\/75{border-inline-end-color:#fefce8bf}.lg\:border-e-yellow-50\/80{border-inline-end-color:#fefce8cc}.lg\:border-e-yellow-50\/85{border-inline-end-color:#fefce8d9}.lg\:border-e-yellow-50\/90{border-inline-end-color:#fefce8e6}.lg\:border-e-yellow-50\/95{border-inline-end-color:#fefce8f2}.lg\:border-e-yellow-500{--tw-border-opacity:1;border-inline-end-color:rgb(234 179 8/var(--tw-border-opacity,1))}.lg\:border-e-yellow-500\/0{border-inline-end-color:#eab30800}.lg\:border-e-yellow-500\/10{border-inline-end-color:#eab3081a}.lg\:border-e-yellow-500\/100{border-inline-end-color:#eab308}.lg\:border-e-yellow-500\/15{border-inline-end-color:#eab30826}.lg\:border-e-yellow-500\/20{border-inline-end-color:#eab30833}.lg\:border-e-yellow-500\/25{border-inline-end-color:#eab30840}.lg\:border-e-yellow-500\/30{border-inline-end-color:#eab3084d}.lg\:border-e-yellow-500\/35{border-inline-end-color:#eab30859}.lg\:border-e-yellow-500\/40{border-inline-end-color:#eab30866}.lg\:border-e-yellow-500\/45{border-inline-end-color:#eab30873}.lg\:border-e-yellow-500\/5{border-inline-end-color:#eab3080d}.lg\:border-e-yellow-500\/50{border-inline-end-color:#eab30880}.lg\:border-e-yellow-500\/55{border-inline-end-color:#eab3088c}.lg\:border-e-yellow-500\/60{border-inline-end-color:#eab30899}.lg\:border-e-yellow-500\/65{border-inline-end-color:#eab308a6}.lg\:border-e-yellow-500\/70{border-inline-end-color:#eab308b3}.lg\:border-e-yellow-500\/75{border-inline-end-color:#eab308bf}.lg\:border-e-yellow-500\/80{border-inline-end-color:#eab308cc}.lg\:border-e-yellow-500\/85{border-inline-end-color:#eab308d9}.lg\:border-e-yellow-500\/90{border-inline-end-color:#eab308e6}.lg\:border-e-yellow-500\/95{border-inline-end-color:#eab308f2}.lg\:border-e-yellow-600{--tw-border-opacity:1;border-inline-end-color:rgb(202 138 4/var(--tw-border-opacity,1))}.lg\:border-e-yellow-600\/0{border-inline-end-color:#ca8a0400}.lg\:border-e-yellow-600\/10{border-inline-end-color:#ca8a041a}.lg\:border-e-yellow-600\/100{border-inline-end-color:#ca8a04}.lg\:border-e-yellow-600\/15{border-inline-end-color:#ca8a0426}.lg\:border-e-yellow-600\/20{border-inline-end-color:#ca8a0433}.lg\:border-e-yellow-600\/25{border-inline-end-color:#ca8a0440}.lg\:border-e-yellow-600\/30{border-inline-end-color:#ca8a044d}.lg\:border-e-yellow-600\/35{border-inline-end-color:#ca8a0459}.lg\:border-e-yellow-600\/40{border-inline-end-color:#ca8a0466}.lg\:border-e-yellow-600\/45{border-inline-end-color:#ca8a0473}.lg\:border-e-yellow-600\/5{border-inline-end-color:#ca8a040d}.lg\:border-e-yellow-600\/50{border-inline-end-color:#ca8a0480}.lg\:border-e-yellow-600\/55{border-inline-end-color:#ca8a048c}.lg\:border-e-yellow-600\/60{border-inline-end-color:#ca8a0499}.lg\:border-e-yellow-600\/65{border-inline-end-color:#ca8a04a6}.lg\:border-e-yellow-600\/70{border-inline-end-color:#ca8a04b3}.lg\:border-e-yellow-600\/75{border-inline-end-color:#ca8a04bf}.lg\:border-e-yellow-600\/80{border-inline-end-color:#ca8a04cc}.lg\:border-e-yellow-600\/85{border-inline-end-color:#ca8a04d9}.lg\:border-e-yellow-600\/90{border-inline-end-color:#ca8a04e6}.lg\:border-e-yellow-600\/95{border-inline-end-color:#ca8a04f2}.lg\:border-e-yellow-700{--tw-border-opacity:1;border-inline-end-color:rgb(161 98 7/var(--tw-border-opacity,1))}.lg\:border-e-yellow-700\/0{border-inline-end-color:#a1620700}.lg\:border-e-yellow-700\/10{border-inline-end-color:#a162071a}.lg\:border-e-yellow-700\/100{border-inline-end-color:#a16207}.lg\:border-e-yellow-700\/15{border-inline-end-color:#a1620726}.lg\:border-e-yellow-700\/20{border-inline-end-color:#a1620733}.lg\:border-e-yellow-700\/25{border-inline-end-color:#a1620740}.lg\:border-e-yellow-700\/30{border-inline-end-color:#a162074d}.lg\:border-e-yellow-700\/35{border-inline-end-color:#a1620759}.lg\:border-e-yellow-700\/40{border-inline-end-color:#a1620766}.lg\:border-e-yellow-700\/45{border-inline-end-color:#a1620773}.lg\:border-e-yellow-700\/5{border-inline-end-color:#a162070d}.lg\:border-e-yellow-700\/50{border-inline-end-color:#a1620780}.lg\:border-e-yellow-700\/55{border-inline-end-color:#a162078c}.lg\:border-e-yellow-700\/60{border-inline-end-color:#a1620799}.lg\:border-e-yellow-700\/65{border-inline-end-color:#a16207a6}.lg\:border-e-yellow-700\/70{border-inline-end-color:#a16207b3}.lg\:border-e-yellow-700\/75{border-inline-end-color:#a16207bf}.lg\:border-e-yellow-700\/80{border-inline-end-color:#a16207cc}.lg\:border-e-yellow-700\/85{border-inline-end-color:#a16207d9}.lg\:border-e-yellow-700\/90{border-inline-end-color:#a16207e6}.lg\:border-e-yellow-700\/95{border-inline-end-color:#a16207f2}.lg\:border-e-yellow-800{--tw-border-opacity:1;border-inline-end-color:rgb(133 77 14/var(--tw-border-opacity,1))}.lg\:border-e-yellow-800\/0{border-inline-end-color:#854d0e00}.lg\:border-e-yellow-800\/10{border-inline-end-color:#854d0e1a}.lg\:border-e-yellow-800\/100{border-inline-end-color:#854d0e}.lg\:border-e-yellow-800\/15{border-inline-end-color:#854d0e26}.lg\:border-e-yellow-800\/20{border-inline-end-color:#854d0e33}.lg\:border-e-yellow-800\/25{border-inline-end-color:#854d0e40}.lg\:border-e-yellow-800\/30{border-inline-end-color:#854d0e4d}.lg\:border-e-yellow-800\/35{border-inline-end-color:#854d0e59}.lg\:border-e-yellow-800\/40{border-inline-end-color:#854d0e66}.lg\:border-e-yellow-800\/45{border-inline-end-color:#854d0e73}.lg\:border-e-yellow-800\/5{border-inline-end-color:#854d0e0d}.lg\:border-e-yellow-800\/50{border-inline-end-color:#854d0e80}.lg\:border-e-yellow-800\/55{border-inline-end-color:#854d0e8c}.lg\:border-e-yellow-800\/60{border-inline-end-color:#854d0e99}.lg\:border-e-yellow-800\/65{border-inline-end-color:#854d0ea6}.lg\:border-e-yellow-800\/70{border-inline-end-color:#854d0eb3}.lg\:border-e-yellow-800\/75{border-inline-end-color:#854d0ebf}.lg\:border-e-yellow-800\/80{border-inline-end-color:#854d0ecc}.lg\:border-e-yellow-800\/85{border-inline-end-color:#854d0ed9}.lg\:border-e-yellow-800\/90{border-inline-end-color:#854d0ee6}.lg\:border-e-yellow-800\/95{border-inline-end-color:#854d0ef2}.lg\:border-e-yellow-900{--tw-border-opacity:1;border-inline-end-color:rgb(113 63 18/var(--tw-border-opacity,1))}.lg\:border-e-yellow-900\/0{border-inline-end-color:#713f1200}.lg\:border-e-yellow-900\/10{border-inline-end-color:#713f121a}.lg\:border-e-yellow-900\/100{border-inline-end-color:#713f12}.lg\:border-e-yellow-900\/15{border-inline-end-color:#713f1226}.lg\:border-e-yellow-900\/20{border-inline-end-color:#713f1233}.lg\:border-e-yellow-900\/25{border-inline-end-color:#713f1240}.lg\:border-e-yellow-900\/30{border-inline-end-color:#713f124d}.lg\:border-e-yellow-900\/35{border-inline-end-color:#713f1259}.lg\:border-e-yellow-900\/40{border-inline-end-color:#713f1266}.lg\:border-e-yellow-900\/45{border-inline-end-color:#713f1273}.lg\:border-e-yellow-900\/5{border-inline-end-color:#713f120d}.lg\:border-e-yellow-900\/50{border-inline-end-color:#713f1280}.lg\:border-e-yellow-900\/55{border-inline-end-color:#713f128c}.lg\:border-e-yellow-900\/60{border-inline-end-color:#713f1299}.lg\:border-e-yellow-900\/65{border-inline-end-color:#713f12a6}.lg\:border-e-yellow-900\/70{border-inline-end-color:#713f12b3}.lg\:border-e-yellow-900\/75{border-inline-end-color:#713f12bf}.lg\:border-e-yellow-900\/80{border-inline-end-color:#713f12cc}.lg\:border-e-yellow-900\/85{border-inline-end-color:#713f12d9}.lg\:border-e-yellow-900\/90{border-inline-end-color:#713f12e6}.lg\:border-e-yellow-900\/95{border-inline-end-color:#713f12f2}.lg\:border-e-yellow-950{--tw-border-opacity:1;border-inline-end-color:rgb(66 32 6/var(--tw-border-opacity,1))}.lg\:border-e-yellow-950\/0{border-inline-end-color:#42200600}.lg\:border-e-yellow-950\/10{border-inline-end-color:#4220061a}.lg\:border-e-yellow-950\/100{border-inline-end-color:#422006}.lg\:border-e-yellow-950\/15{border-inline-end-color:#42200626}.lg\:border-e-yellow-950\/20{border-inline-end-color:#42200633}.lg\:border-e-yellow-950\/25{border-inline-end-color:#42200640}.lg\:border-e-yellow-950\/30{border-inline-end-color:#4220064d}.lg\:border-e-yellow-950\/35{border-inline-end-color:#42200659}.lg\:border-e-yellow-950\/40{border-inline-end-color:#42200666}.lg\:border-e-yellow-950\/45{border-inline-end-color:#42200673}.lg\:border-e-yellow-950\/5{border-inline-end-color:#4220060d}.lg\:border-e-yellow-950\/50{border-inline-end-color:#42200680}.lg\:border-e-yellow-950\/55{border-inline-end-color:#4220068c}.lg\:border-e-yellow-950\/60{border-inline-end-color:#42200699}.lg\:border-e-yellow-950\/65{border-inline-end-color:#422006a6}.lg\:border-e-yellow-950\/70{border-inline-end-color:#422006b3}.lg\:border-e-yellow-950\/75{border-inline-end-color:#422006bf}.lg\:border-e-yellow-950\/80{border-inline-end-color:#422006cc}.lg\:border-e-yellow-950\/85{border-inline-end-color:#422006d9}.lg\:border-e-yellow-950\/90{border-inline-end-color:#422006e6}.lg\:border-e-yellow-950\/95{border-inline-end-color:#422006f2}.lg\:border-l-yellow-100{--tw-border-opacity:1;border-left-color:rgb(254 249 195/var(--tw-border-opacity,1))}.lg\:border-l-yellow-100\/0{border-left-color:#fef9c300}.lg\:border-l-yellow-100\/10{border-left-color:#fef9c31a}.lg\:border-l-yellow-100\/100{border-left-color:#fef9c3}.lg\:border-l-yellow-100\/15{border-left-color:#fef9c326}.lg\:border-l-yellow-100\/20{border-left-color:#fef9c333}.lg\:border-l-yellow-100\/25{border-left-color:#fef9c340}.lg\:border-l-yellow-100\/30{border-left-color:#fef9c34d}.lg\:border-l-yellow-100\/35{border-left-color:#fef9c359}.lg\:border-l-yellow-100\/40{border-left-color:#fef9c366}.lg\:border-l-yellow-100\/45{border-left-color:#fef9c373}.lg\:border-l-yellow-100\/5{border-left-color:#fef9c30d}.lg\:border-l-yellow-100\/50{border-left-color:#fef9c380}.lg\:border-l-yellow-100\/55{border-left-color:#fef9c38c}.lg\:border-l-yellow-100\/60{border-left-color:#fef9c399}.lg\:border-l-yellow-100\/65{border-left-color:#fef9c3a6}.lg\:border-l-yellow-100\/70{border-left-color:#fef9c3b3}.lg\:border-l-yellow-100\/75{border-left-color:#fef9c3bf}.lg\:border-l-yellow-100\/80{border-left-color:#fef9c3cc}.lg\:border-l-yellow-100\/85{border-left-color:#fef9c3d9}.lg\:border-l-yellow-100\/90{border-left-color:#fef9c3e6}.lg\:border-l-yellow-100\/95{border-left-color:#fef9c3f2}.lg\:border-l-yellow-200{--tw-border-opacity:1;border-left-color:rgb(254 240 138/var(--tw-border-opacity,1))}.lg\:border-l-yellow-200\/0{border-left-color:#fef08a00}.lg\:border-l-yellow-200\/10{border-left-color:#fef08a1a}.lg\:border-l-yellow-200\/100{border-left-color:#fef08a}.lg\:border-l-yellow-200\/15{border-left-color:#fef08a26}.lg\:border-l-yellow-200\/20{border-left-color:#fef08a33}.lg\:border-l-yellow-200\/25{border-left-color:#fef08a40}.lg\:border-l-yellow-200\/30{border-left-color:#fef08a4d}.lg\:border-l-yellow-200\/35{border-left-color:#fef08a59}.lg\:border-l-yellow-200\/40{border-left-color:#fef08a66}.lg\:border-l-yellow-200\/45{border-left-color:#fef08a73}.lg\:border-l-yellow-200\/5{border-left-color:#fef08a0d}.lg\:border-l-yellow-200\/50{border-left-color:#fef08a80}.lg\:border-l-yellow-200\/55{border-left-color:#fef08a8c}.lg\:border-l-yellow-200\/60{border-left-color:#fef08a99}.lg\:border-l-yellow-200\/65{border-left-color:#fef08aa6}.lg\:border-l-yellow-200\/70{border-left-color:#fef08ab3}.lg\:border-l-yellow-200\/75{border-left-color:#fef08abf}.lg\:border-l-yellow-200\/80{border-left-color:#fef08acc}.lg\:border-l-yellow-200\/85{border-left-color:#fef08ad9}.lg\:border-l-yellow-200\/90{border-left-color:#fef08ae6}.lg\:border-l-yellow-200\/95{border-left-color:#fef08af2}.lg\:border-l-yellow-300{--tw-border-opacity:1;border-left-color:rgb(253 224 71/var(--tw-border-opacity,1))}.lg\:border-l-yellow-300\/0{border-left-color:#fde04700}.lg\:border-l-yellow-300\/10{border-left-color:#fde0471a}.lg\:border-l-yellow-300\/100{border-left-color:#fde047}.lg\:border-l-yellow-300\/15{border-left-color:#fde04726}.lg\:border-l-yellow-300\/20{border-left-color:#fde04733}.lg\:border-l-yellow-300\/25{border-left-color:#fde04740}.lg\:border-l-yellow-300\/30{border-left-color:#fde0474d}.lg\:border-l-yellow-300\/35{border-left-color:#fde04759}.lg\:border-l-yellow-300\/40{border-left-color:#fde04766}.lg\:border-l-yellow-300\/45{border-left-color:#fde04773}.lg\:border-l-yellow-300\/5{border-left-color:#fde0470d}.lg\:border-l-yellow-300\/50{border-left-color:#fde04780}.lg\:border-l-yellow-300\/55{border-left-color:#fde0478c}.lg\:border-l-yellow-300\/60{border-left-color:#fde04799}.lg\:border-l-yellow-300\/65{border-left-color:#fde047a6}.lg\:border-l-yellow-300\/70{border-left-color:#fde047b3}.lg\:border-l-yellow-300\/75{border-left-color:#fde047bf}.lg\:border-l-yellow-300\/80{border-left-color:#fde047cc}.lg\:border-l-yellow-300\/85{border-left-color:#fde047d9}.lg\:border-l-yellow-300\/90{border-left-color:#fde047e6}.lg\:border-l-yellow-300\/95{border-left-color:#fde047f2}.lg\:border-l-yellow-400{--tw-border-opacity:1;border-left-color:rgb(250 204 21/var(--tw-border-opacity,1))}.lg\:border-l-yellow-400\/0{border-left-color:#facc1500}.lg\:border-l-yellow-400\/10{border-left-color:#facc151a}.lg\:border-l-yellow-400\/100{border-left-color:#facc15}.lg\:border-l-yellow-400\/15{border-left-color:#facc1526}.lg\:border-l-yellow-400\/20{border-left-color:#facc1533}.lg\:border-l-yellow-400\/25{border-left-color:#facc1540}.lg\:border-l-yellow-400\/30{border-left-color:#facc154d}.lg\:border-l-yellow-400\/35{border-left-color:#facc1559}.lg\:border-l-yellow-400\/40{border-left-color:#facc1566}.lg\:border-l-yellow-400\/45{border-left-color:#facc1573}.lg\:border-l-yellow-400\/5{border-left-color:#facc150d}.lg\:border-l-yellow-400\/50{border-left-color:#facc1580}.lg\:border-l-yellow-400\/55{border-left-color:#facc158c}.lg\:border-l-yellow-400\/60{border-left-color:#facc1599}.lg\:border-l-yellow-400\/65{border-left-color:#facc15a6}.lg\:border-l-yellow-400\/70{border-left-color:#facc15b3}.lg\:border-l-yellow-400\/75{border-left-color:#facc15bf}.lg\:border-l-yellow-400\/80{border-left-color:#facc15cc}.lg\:border-l-yellow-400\/85{border-left-color:#facc15d9}.lg\:border-l-yellow-400\/90{border-left-color:#facc15e6}.lg\:border-l-yellow-400\/95{border-left-color:#facc15f2}.lg\:border-l-yellow-50{--tw-border-opacity:1;border-left-color:rgb(254 252 232/var(--tw-border-opacity,1))}.lg\:border-l-yellow-50\/0{border-left-color:#fefce800}.lg\:border-l-yellow-50\/10{border-left-color:#fefce81a}.lg\:border-l-yellow-50\/100{border-left-color:#fefce8}.lg\:border-l-yellow-50\/15{border-left-color:#fefce826}.lg\:border-l-yellow-50\/20{border-left-color:#fefce833}.lg\:border-l-yellow-50\/25{border-left-color:#fefce840}.lg\:border-l-yellow-50\/30{border-left-color:#fefce84d}.lg\:border-l-yellow-50\/35{border-left-color:#fefce859}.lg\:border-l-yellow-50\/40{border-left-color:#fefce866}.lg\:border-l-yellow-50\/45{border-left-color:#fefce873}.lg\:border-l-yellow-50\/5{border-left-color:#fefce80d}.lg\:border-l-yellow-50\/50{border-left-color:#fefce880}.lg\:border-l-yellow-50\/55{border-left-color:#fefce88c}.lg\:border-l-yellow-50\/60{border-left-color:#fefce899}.lg\:border-l-yellow-50\/65{border-left-color:#fefce8a6}.lg\:border-l-yellow-50\/70{border-left-color:#fefce8b3}.lg\:border-l-yellow-50\/75{border-left-color:#fefce8bf}.lg\:border-l-yellow-50\/80{border-left-color:#fefce8cc}.lg\:border-l-yellow-50\/85{border-left-color:#fefce8d9}.lg\:border-l-yellow-50\/90{border-left-color:#fefce8e6}.lg\:border-l-yellow-50\/95{border-left-color:#fefce8f2}.lg\:border-l-yellow-500{--tw-border-opacity:1;border-left-color:rgb(234 179 8/var(--tw-border-opacity,1))}.lg\:border-l-yellow-500\/0{border-left-color:#eab30800}.lg\:border-l-yellow-500\/10{border-left-color:#eab3081a}.lg\:border-l-yellow-500\/100{border-left-color:#eab308}.lg\:border-l-yellow-500\/15{border-left-color:#eab30826}.lg\:border-l-yellow-500\/20{border-left-color:#eab30833}.lg\:border-l-yellow-500\/25{border-left-color:#eab30840}.lg\:border-l-yellow-500\/30{border-left-color:#eab3084d}.lg\:border-l-yellow-500\/35{border-left-color:#eab30859}.lg\:border-l-yellow-500\/40{border-left-color:#eab30866}.lg\:border-l-yellow-500\/45{border-left-color:#eab30873}.lg\:border-l-yellow-500\/5{border-left-color:#eab3080d}.lg\:border-l-yellow-500\/50{border-left-color:#eab30880}.lg\:border-l-yellow-500\/55{border-left-color:#eab3088c}.lg\:border-l-yellow-500\/60{border-left-color:#eab30899}.lg\:border-l-yellow-500\/65{border-left-color:#eab308a6}.lg\:border-l-yellow-500\/70{border-left-color:#eab308b3}.lg\:border-l-yellow-500\/75{border-left-color:#eab308bf}.lg\:border-l-yellow-500\/80{border-left-color:#eab308cc}.lg\:border-l-yellow-500\/85{border-left-color:#eab308d9}.lg\:border-l-yellow-500\/90{border-left-color:#eab308e6}.lg\:border-l-yellow-500\/95{border-left-color:#eab308f2}.lg\:border-l-yellow-600{--tw-border-opacity:1;border-left-color:rgb(202 138 4/var(--tw-border-opacity,1))}.lg\:border-l-yellow-600\/0{border-left-color:#ca8a0400}.lg\:border-l-yellow-600\/10{border-left-color:#ca8a041a}.lg\:border-l-yellow-600\/100{border-left-color:#ca8a04}.lg\:border-l-yellow-600\/15{border-left-color:#ca8a0426}.lg\:border-l-yellow-600\/20{border-left-color:#ca8a0433}.lg\:border-l-yellow-600\/25{border-left-color:#ca8a0440}.lg\:border-l-yellow-600\/30{border-left-color:#ca8a044d}.lg\:border-l-yellow-600\/35{border-left-color:#ca8a0459}.lg\:border-l-yellow-600\/40{border-left-color:#ca8a0466}.lg\:border-l-yellow-600\/45{border-left-color:#ca8a0473}.lg\:border-l-yellow-600\/5{border-left-color:#ca8a040d}.lg\:border-l-yellow-600\/50{border-left-color:#ca8a0480}.lg\:border-l-yellow-600\/55{border-left-color:#ca8a048c}.lg\:border-l-yellow-600\/60{border-left-color:#ca8a0499}.lg\:border-l-yellow-600\/65{border-left-color:#ca8a04a6}.lg\:border-l-yellow-600\/70{border-left-color:#ca8a04b3}.lg\:border-l-yellow-600\/75{border-left-color:#ca8a04bf}.lg\:border-l-yellow-600\/80{border-left-color:#ca8a04cc}.lg\:border-l-yellow-600\/85{border-left-color:#ca8a04d9}.lg\:border-l-yellow-600\/90{border-left-color:#ca8a04e6}.lg\:border-l-yellow-600\/95{border-left-color:#ca8a04f2}.lg\:border-l-yellow-700{--tw-border-opacity:1;border-left-color:rgb(161 98 7/var(--tw-border-opacity,1))}.lg\:border-l-yellow-700\/0{border-left-color:#a1620700}.lg\:border-l-yellow-700\/10{border-left-color:#a162071a}.lg\:border-l-yellow-700\/100{border-left-color:#a16207}.lg\:border-l-yellow-700\/15{border-left-color:#a1620726}.lg\:border-l-yellow-700\/20{border-left-color:#a1620733}.lg\:border-l-yellow-700\/25{border-left-color:#a1620740}.lg\:border-l-yellow-700\/30{border-left-color:#a162074d}.lg\:border-l-yellow-700\/35{border-left-color:#a1620759}.lg\:border-l-yellow-700\/40{border-left-color:#a1620766}.lg\:border-l-yellow-700\/45{border-left-color:#a1620773}.lg\:border-l-yellow-700\/5{border-left-color:#a162070d}.lg\:border-l-yellow-700\/50{border-left-color:#a1620780}.lg\:border-l-yellow-700\/55{border-left-color:#a162078c}.lg\:border-l-yellow-700\/60{border-left-color:#a1620799}.lg\:border-l-yellow-700\/65{border-left-color:#a16207a6}.lg\:border-l-yellow-700\/70{border-left-color:#a16207b3}.lg\:border-l-yellow-700\/75{border-left-color:#a16207bf}.lg\:border-l-yellow-700\/80{border-left-color:#a16207cc}.lg\:border-l-yellow-700\/85{border-left-color:#a16207d9}.lg\:border-l-yellow-700\/90{border-left-color:#a16207e6}.lg\:border-l-yellow-700\/95{border-left-color:#a16207f2}.lg\:border-l-yellow-800{--tw-border-opacity:1;border-left-color:rgb(133 77 14/var(--tw-border-opacity,1))}.lg\:border-l-yellow-800\/0{border-left-color:#854d0e00}.lg\:border-l-yellow-800\/10{border-left-color:#854d0e1a}.lg\:border-l-yellow-800\/100{border-left-color:#854d0e}.lg\:border-l-yellow-800\/15{border-left-color:#854d0e26}.lg\:border-l-yellow-800\/20{border-left-color:#854d0e33}.lg\:border-l-yellow-800\/25{border-left-color:#854d0e40}.lg\:border-l-yellow-800\/30{border-left-color:#854d0e4d}.lg\:border-l-yellow-800\/35{border-left-color:#854d0e59}.lg\:border-l-yellow-800\/40{border-left-color:#854d0e66}.lg\:border-l-yellow-800\/45{border-left-color:#854d0e73}.lg\:border-l-yellow-800\/5{border-left-color:#854d0e0d}.lg\:border-l-yellow-800\/50{border-left-color:#854d0e80}.lg\:border-l-yellow-800\/55{border-left-color:#854d0e8c}.lg\:border-l-yellow-800\/60{border-left-color:#854d0e99}.lg\:border-l-yellow-800\/65{border-left-color:#854d0ea6}.lg\:border-l-yellow-800\/70{border-left-color:#854d0eb3}.lg\:border-l-yellow-800\/75{border-left-color:#854d0ebf}.lg\:border-l-yellow-800\/80{border-left-color:#854d0ecc}.lg\:border-l-yellow-800\/85{border-left-color:#854d0ed9}.lg\:border-l-yellow-800\/90{border-left-color:#854d0ee6}.lg\:border-l-yellow-800\/95{border-left-color:#854d0ef2}.lg\:border-l-yellow-900{--tw-border-opacity:1;border-left-color:rgb(113 63 18/var(--tw-border-opacity,1))}.lg\:border-l-yellow-900\/0{border-left-color:#713f1200}.lg\:border-l-yellow-900\/10{border-left-color:#713f121a}.lg\:border-l-yellow-900\/100{border-left-color:#713f12}.lg\:border-l-yellow-900\/15{border-left-color:#713f1226}.lg\:border-l-yellow-900\/20{border-left-color:#713f1233}.lg\:border-l-yellow-900\/25{border-left-color:#713f1240}.lg\:border-l-yellow-900\/30{border-left-color:#713f124d}.lg\:border-l-yellow-900\/35{border-left-color:#713f1259}.lg\:border-l-yellow-900\/40{border-left-color:#713f1266}.lg\:border-l-yellow-900\/45{border-left-color:#713f1273}.lg\:border-l-yellow-900\/5{border-left-color:#713f120d}.lg\:border-l-yellow-900\/50{border-left-color:#713f1280}.lg\:border-l-yellow-900\/55{border-left-color:#713f128c}.lg\:border-l-yellow-900\/60{border-left-color:#713f1299}.lg\:border-l-yellow-900\/65{border-left-color:#713f12a6}.lg\:border-l-yellow-900\/70{border-left-color:#713f12b3}.lg\:border-l-yellow-900\/75{border-left-color:#713f12bf}.lg\:border-l-yellow-900\/80{border-left-color:#713f12cc}.lg\:border-l-yellow-900\/85{border-left-color:#713f12d9}.lg\:border-l-yellow-900\/90{border-left-color:#713f12e6}.lg\:border-l-yellow-900\/95{border-left-color:#713f12f2}.lg\:border-l-yellow-950{--tw-border-opacity:1;border-left-color:rgb(66 32 6/var(--tw-border-opacity,1))}.lg\:border-l-yellow-950\/0{border-left-color:#42200600}.lg\:border-l-yellow-950\/10{border-left-color:#4220061a}.lg\:border-l-yellow-950\/100{border-left-color:#422006}.lg\:border-l-yellow-950\/15{border-left-color:#42200626}.lg\:border-l-yellow-950\/20{border-left-color:#42200633}.lg\:border-l-yellow-950\/25{border-left-color:#42200640}.lg\:border-l-yellow-950\/30{border-left-color:#4220064d}.lg\:border-l-yellow-950\/35{border-left-color:#42200659}.lg\:border-l-yellow-950\/40{border-left-color:#42200666}.lg\:border-l-yellow-950\/45{border-left-color:#42200673}.lg\:border-l-yellow-950\/5{border-left-color:#4220060d}.lg\:border-l-yellow-950\/50{border-left-color:#42200680}.lg\:border-l-yellow-950\/55{border-left-color:#4220068c}.lg\:border-l-yellow-950\/60{border-left-color:#42200699}.lg\:border-l-yellow-950\/65{border-left-color:#422006a6}.lg\:border-l-yellow-950\/70{border-left-color:#422006b3}.lg\:border-l-yellow-950\/75{border-left-color:#422006bf}.lg\:border-l-yellow-950\/80{border-left-color:#422006cc}.lg\:border-l-yellow-950\/85{border-left-color:#422006d9}.lg\:border-l-yellow-950\/90{border-left-color:#422006e6}.lg\:border-l-yellow-950\/95{border-left-color:#422006f2}.lg\:border-r-yellow-100{--tw-border-opacity:1;border-right-color:rgb(254 249 195/var(--tw-border-opacity,1))}.lg\:border-r-yellow-100\/0{border-right-color:#fef9c300}.lg\:border-r-yellow-100\/10{border-right-color:#fef9c31a}.lg\:border-r-yellow-100\/100{border-right-color:#fef9c3}.lg\:border-r-yellow-100\/15{border-right-color:#fef9c326}.lg\:border-r-yellow-100\/20{border-right-color:#fef9c333}.lg\:border-r-yellow-100\/25{border-right-color:#fef9c340}.lg\:border-r-yellow-100\/30{border-right-color:#fef9c34d}.lg\:border-r-yellow-100\/35{border-right-color:#fef9c359}.lg\:border-r-yellow-100\/40{border-right-color:#fef9c366}.lg\:border-r-yellow-100\/45{border-right-color:#fef9c373}.lg\:border-r-yellow-100\/5{border-right-color:#fef9c30d}.lg\:border-r-yellow-100\/50{border-right-color:#fef9c380}.lg\:border-r-yellow-100\/55{border-right-color:#fef9c38c}.lg\:border-r-yellow-100\/60{border-right-color:#fef9c399}.lg\:border-r-yellow-100\/65{border-right-color:#fef9c3a6}.lg\:border-r-yellow-100\/70{border-right-color:#fef9c3b3}.lg\:border-r-yellow-100\/75{border-right-color:#fef9c3bf}.lg\:border-r-yellow-100\/80{border-right-color:#fef9c3cc}.lg\:border-r-yellow-100\/85{border-right-color:#fef9c3d9}.lg\:border-r-yellow-100\/90{border-right-color:#fef9c3e6}.lg\:border-r-yellow-100\/95{border-right-color:#fef9c3f2}.lg\:border-r-yellow-200{--tw-border-opacity:1;border-right-color:rgb(254 240 138/var(--tw-border-opacity,1))}.lg\:border-r-yellow-200\/0{border-right-color:#fef08a00}.lg\:border-r-yellow-200\/10{border-right-color:#fef08a1a}.lg\:border-r-yellow-200\/100{border-right-color:#fef08a}.lg\:border-r-yellow-200\/15{border-right-color:#fef08a26}.lg\:border-r-yellow-200\/20{border-right-color:#fef08a33}.lg\:border-r-yellow-200\/25{border-right-color:#fef08a40}.lg\:border-r-yellow-200\/30{border-right-color:#fef08a4d}.lg\:border-r-yellow-200\/35{border-right-color:#fef08a59}.lg\:border-r-yellow-200\/40{border-right-color:#fef08a66}.lg\:border-r-yellow-200\/45{border-right-color:#fef08a73}.lg\:border-r-yellow-200\/5{border-right-color:#fef08a0d}.lg\:border-r-yellow-200\/50{border-right-color:#fef08a80}.lg\:border-r-yellow-200\/55{border-right-color:#fef08a8c}.lg\:border-r-yellow-200\/60{border-right-color:#fef08a99}.lg\:border-r-yellow-200\/65{border-right-color:#fef08aa6}.lg\:border-r-yellow-200\/70{border-right-color:#fef08ab3}.lg\:border-r-yellow-200\/75{border-right-color:#fef08abf}.lg\:border-r-yellow-200\/80{border-right-color:#fef08acc}.lg\:border-r-yellow-200\/85{border-right-color:#fef08ad9}.lg\:border-r-yellow-200\/90{border-right-color:#fef08ae6}.lg\:border-r-yellow-200\/95{border-right-color:#fef08af2}.lg\:border-r-yellow-300{--tw-border-opacity:1;border-right-color:rgb(253 224 71/var(--tw-border-opacity,1))}.lg\:border-r-yellow-300\/0{border-right-color:#fde04700}.lg\:border-r-yellow-300\/10{border-right-color:#fde0471a}.lg\:border-r-yellow-300\/100{border-right-color:#fde047}.lg\:border-r-yellow-300\/15{border-right-color:#fde04726}.lg\:border-r-yellow-300\/20{border-right-color:#fde04733}.lg\:border-r-yellow-300\/25{border-right-color:#fde04740}.lg\:border-r-yellow-300\/30{border-right-color:#fde0474d}.lg\:border-r-yellow-300\/35{border-right-color:#fde04759}.lg\:border-r-yellow-300\/40{border-right-color:#fde04766}.lg\:border-r-yellow-300\/45{border-right-color:#fde04773}.lg\:border-r-yellow-300\/5{border-right-color:#fde0470d}.lg\:border-r-yellow-300\/50{border-right-color:#fde04780}.lg\:border-r-yellow-300\/55{border-right-color:#fde0478c}.lg\:border-r-yellow-300\/60{border-right-color:#fde04799}.lg\:border-r-yellow-300\/65{border-right-color:#fde047a6}.lg\:border-r-yellow-300\/70{border-right-color:#fde047b3}.lg\:border-r-yellow-300\/75{border-right-color:#fde047bf}.lg\:border-r-yellow-300\/80{border-right-color:#fde047cc}.lg\:border-r-yellow-300\/85{border-right-color:#fde047d9}.lg\:border-r-yellow-300\/90{border-right-color:#fde047e6}.lg\:border-r-yellow-300\/95{border-right-color:#fde047f2}.lg\:border-r-yellow-400{--tw-border-opacity:1;border-right-color:rgb(250 204 21/var(--tw-border-opacity,1))}.lg\:border-r-yellow-400\/0{border-right-color:#facc1500}.lg\:border-r-yellow-400\/10{border-right-color:#facc151a}.lg\:border-r-yellow-400\/100{border-right-color:#facc15}.lg\:border-r-yellow-400\/15{border-right-color:#facc1526}.lg\:border-r-yellow-400\/20{border-right-color:#facc1533}.lg\:border-r-yellow-400\/25{border-right-color:#facc1540}.lg\:border-r-yellow-400\/30{border-right-color:#facc154d}.lg\:border-r-yellow-400\/35{border-right-color:#facc1559}.lg\:border-r-yellow-400\/40{border-right-color:#facc1566}.lg\:border-r-yellow-400\/45{border-right-color:#facc1573}.lg\:border-r-yellow-400\/5{border-right-color:#facc150d}.lg\:border-r-yellow-400\/50{border-right-color:#facc1580}.lg\:border-r-yellow-400\/55{border-right-color:#facc158c}.lg\:border-r-yellow-400\/60{border-right-color:#facc1599}.lg\:border-r-yellow-400\/65{border-right-color:#facc15a6}.lg\:border-r-yellow-400\/70{border-right-color:#facc15b3}.lg\:border-r-yellow-400\/75{border-right-color:#facc15bf}.lg\:border-r-yellow-400\/80{border-right-color:#facc15cc}.lg\:border-r-yellow-400\/85{border-right-color:#facc15d9}.lg\:border-r-yellow-400\/90{border-right-color:#facc15e6}.lg\:border-r-yellow-400\/95{border-right-color:#facc15f2}.lg\:border-r-yellow-50{--tw-border-opacity:1;border-right-color:rgb(254 252 232/var(--tw-border-opacity,1))}.lg\:border-r-yellow-50\/0{border-right-color:#fefce800}.lg\:border-r-yellow-50\/10{border-right-color:#fefce81a}.lg\:border-r-yellow-50\/100{border-right-color:#fefce8}.lg\:border-r-yellow-50\/15{border-right-color:#fefce826}.lg\:border-r-yellow-50\/20{border-right-color:#fefce833}.lg\:border-r-yellow-50\/25{border-right-color:#fefce840}.lg\:border-r-yellow-50\/30{border-right-color:#fefce84d}.lg\:border-r-yellow-50\/35{border-right-color:#fefce859}.lg\:border-r-yellow-50\/40{border-right-color:#fefce866}.lg\:border-r-yellow-50\/45{border-right-color:#fefce873}.lg\:border-r-yellow-50\/5{border-right-color:#fefce80d}.lg\:border-r-yellow-50\/50{border-right-color:#fefce880}.lg\:border-r-yellow-50\/55{border-right-color:#fefce88c}.lg\:border-r-yellow-50\/60{border-right-color:#fefce899}.lg\:border-r-yellow-50\/65{border-right-color:#fefce8a6}.lg\:border-r-yellow-50\/70{border-right-color:#fefce8b3}.lg\:border-r-yellow-50\/75{border-right-color:#fefce8bf}.lg\:border-r-yellow-50\/80{border-right-color:#fefce8cc}.lg\:border-r-yellow-50\/85{border-right-color:#fefce8d9}.lg\:border-r-yellow-50\/90{border-right-color:#fefce8e6}.lg\:border-r-yellow-50\/95{border-right-color:#fefce8f2}.lg\:border-r-yellow-500{--tw-border-opacity:1;border-right-color:rgb(234 179 8/var(--tw-border-opacity,1))}.lg\:border-r-yellow-500\/0{border-right-color:#eab30800}.lg\:border-r-yellow-500\/10{border-right-color:#eab3081a}.lg\:border-r-yellow-500\/100{border-right-color:#eab308}.lg\:border-r-yellow-500\/15{border-right-color:#eab30826}.lg\:border-r-yellow-500\/20{border-right-color:#eab30833}.lg\:border-r-yellow-500\/25{border-right-color:#eab30840}.lg\:border-r-yellow-500\/30{border-right-color:#eab3084d}.lg\:border-r-yellow-500\/35{border-right-color:#eab30859}.lg\:border-r-yellow-500\/40{border-right-color:#eab30866}.lg\:border-r-yellow-500\/45{border-right-color:#eab30873}.lg\:border-r-yellow-500\/5{border-right-color:#eab3080d}.lg\:border-r-yellow-500\/50{border-right-color:#eab30880}.lg\:border-r-yellow-500\/55{border-right-color:#eab3088c}.lg\:border-r-yellow-500\/60{border-right-color:#eab30899}.lg\:border-r-yellow-500\/65{border-right-color:#eab308a6}.lg\:border-r-yellow-500\/70{border-right-color:#eab308b3}.lg\:border-r-yellow-500\/75{border-right-color:#eab308bf}.lg\:border-r-yellow-500\/80{border-right-color:#eab308cc}.lg\:border-r-yellow-500\/85{border-right-color:#eab308d9}.lg\:border-r-yellow-500\/90{border-right-color:#eab308e6}.lg\:border-r-yellow-500\/95{border-right-color:#eab308f2}.lg\:border-r-yellow-600{--tw-border-opacity:1;border-right-color:rgb(202 138 4/var(--tw-border-opacity,1))}.lg\:border-r-yellow-600\/0{border-right-color:#ca8a0400}.lg\:border-r-yellow-600\/10{border-right-color:#ca8a041a}.lg\:border-r-yellow-600\/100{border-right-color:#ca8a04}.lg\:border-r-yellow-600\/15{border-right-color:#ca8a0426}.lg\:border-r-yellow-600\/20{border-right-color:#ca8a0433}.lg\:border-r-yellow-600\/25{border-right-color:#ca8a0440}.lg\:border-r-yellow-600\/30{border-right-color:#ca8a044d}.lg\:border-r-yellow-600\/35{border-right-color:#ca8a0459}.lg\:border-r-yellow-600\/40{border-right-color:#ca8a0466}.lg\:border-r-yellow-600\/45{border-right-color:#ca8a0473}.lg\:border-r-yellow-600\/5{border-right-color:#ca8a040d}.lg\:border-r-yellow-600\/50{border-right-color:#ca8a0480}.lg\:border-r-yellow-600\/55{border-right-color:#ca8a048c}.lg\:border-r-yellow-600\/60{border-right-color:#ca8a0499}.lg\:border-r-yellow-600\/65{border-right-color:#ca8a04a6}.lg\:border-r-yellow-600\/70{border-right-color:#ca8a04b3}.lg\:border-r-yellow-600\/75{border-right-color:#ca8a04bf}.lg\:border-r-yellow-600\/80{border-right-color:#ca8a04cc}.lg\:border-r-yellow-600\/85{border-right-color:#ca8a04d9}.lg\:border-r-yellow-600\/90{border-right-color:#ca8a04e6}.lg\:border-r-yellow-600\/95{border-right-color:#ca8a04f2}.lg\:border-r-yellow-700{--tw-border-opacity:1;border-right-color:rgb(161 98 7/var(--tw-border-opacity,1))}.lg\:border-r-yellow-700\/0{border-right-color:#a1620700}.lg\:border-r-yellow-700\/10{border-right-color:#a162071a}.lg\:border-r-yellow-700\/100{border-right-color:#a16207}.lg\:border-r-yellow-700\/15{border-right-color:#a1620726}.lg\:border-r-yellow-700\/20{border-right-color:#a1620733}.lg\:border-r-yellow-700\/25{border-right-color:#a1620740}.lg\:border-r-yellow-700\/30{border-right-color:#a162074d}.lg\:border-r-yellow-700\/35{border-right-color:#a1620759}.lg\:border-r-yellow-700\/40{border-right-color:#a1620766}.lg\:border-r-yellow-700\/45{border-right-color:#a1620773}.lg\:border-r-yellow-700\/5{border-right-color:#a162070d}.lg\:border-r-yellow-700\/50{border-right-color:#a1620780}.lg\:border-r-yellow-700\/55{border-right-color:#a162078c}.lg\:border-r-yellow-700\/60{border-right-color:#a1620799}.lg\:border-r-yellow-700\/65{border-right-color:#a16207a6}.lg\:border-r-yellow-700\/70{border-right-color:#a16207b3}.lg\:border-r-yellow-700\/75{border-right-color:#a16207bf}.lg\:border-r-yellow-700\/80{border-right-color:#a16207cc}.lg\:border-r-yellow-700\/85{border-right-color:#a16207d9}.lg\:border-r-yellow-700\/90{border-right-color:#a16207e6}.lg\:border-r-yellow-700\/95{border-right-color:#a16207f2}.lg\:border-r-yellow-800{--tw-border-opacity:1;border-right-color:rgb(133 77 14/var(--tw-border-opacity,1))}.lg\:border-r-yellow-800\/0{border-right-color:#854d0e00}.lg\:border-r-yellow-800\/10{border-right-color:#854d0e1a}.lg\:border-r-yellow-800\/100{border-right-color:#854d0e}.lg\:border-r-yellow-800\/15{border-right-color:#854d0e26}.lg\:border-r-yellow-800\/20{border-right-color:#854d0e33}.lg\:border-r-yellow-800\/25{border-right-color:#854d0e40}.lg\:border-r-yellow-800\/30{border-right-color:#854d0e4d}.lg\:border-r-yellow-800\/35{border-right-color:#854d0e59}.lg\:border-r-yellow-800\/40{border-right-color:#854d0e66}.lg\:border-r-yellow-800\/45{border-right-color:#854d0e73}.lg\:border-r-yellow-800\/5{border-right-color:#854d0e0d}.lg\:border-r-yellow-800\/50{border-right-color:#854d0e80}.lg\:border-r-yellow-800\/55{border-right-color:#854d0e8c}.lg\:border-r-yellow-800\/60{border-right-color:#854d0e99}.lg\:border-r-yellow-800\/65{border-right-color:#854d0ea6}.lg\:border-r-yellow-800\/70{border-right-color:#854d0eb3}.lg\:border-r-yellow-800\/75{border-right-color:#854d0ebf}.lg\:border-r-yellow-800\/80{border-right-color:#854d0ecc}.lg\:border-r-yellow-800\/85{border-right-color:#854d0ed9}.lg\:border-r-yellow-800\/90{border-right-color:#854d0ee6}.lg\:border-r-yellow-800\/95{border-right-color:#854d0ef2}.lg\:border-r-yellow-900{--tw-border-opacity:1;border-right-color:rgb(113 63 18/var(--tw-border-opacity,1))}.lg\:border-r-yellow-900\/0{border-right-color:#713f1200}.lg\:border-r-yellow-900\/10{border-right-color:#713f121a}.lg\:border-r-yellow-900\/100{border-right-color:#713f12}.lg\:border-r-yellow-900\/15{border-right-color:#713f1226}.lg\:border-r-yellow-900\/20{border-right-color:#713f1233}.lg\:border-r-yellow-900\/25{border-right-color:#713f1240}.lg\:border-r-yellow-900\/30{border-right-color:#713f124d}.lg\:border-r-yellow-900\/35{border-right-color:#713f1259}.lg\:border-r-yellow-900\/40{border-right-color:#713f1266}.lg\:border-r-yellow-900\/45{border-right-color:#713f1273}.lg\:border-r-yellow-900\/5{border-right-color:#713f120d}.lg\:border-r-yellow-900\/50{border-right-color:#713f1280}.lg\:border-r-yellow-900\/55{border-right-color:#713f128c}.lg\:border-r-yellow-900\/60{border-right-color:#713f1299}.lg\:border-r-yellow-900\/65{border-right-color:#713f12a6}.lg\:border-r-yellow-900\/70{border-right-color:#713f12b3}.lg\:border-r-yellow-900\/75{border-right-color:#713f12bf}.lg\:border-r-yellow-900\/80{border-right-color:#713f12cc}.lg\:border-r-yellow-900\/85{border-right-color:#713f12d9}.lg\:border-r-yellow-900\/90{border-right-color:#713f12e6}.lg\:border-r-yellow-900\/95{border-right-color:#713f12f2}.lg\:border-r-yellow-950{--tw-border-opacity:1;border-right-color:rgb(66 32 6/var(--tw-border-opacity,1))}.lg\:border-r-yellow-950\/0{border-right-color:#42200600}.lg\:border-r-yellow-950\/10{border-right-color:#4220061a}.lg\:border-r-yellow-950\/100{border-right-color:#422006}.lg\:border-r-yellow-950\/15{border-right-color:#42200626}.lg\:border-r-yellow-950\/20{border-right-color:#42200633}.lg\:border-r-yellow-950\/25{border-right-color:#42200640}.lg\:border-r-yellow-950\/30{border-right-color:#4220064d}.lg\:border-r-yellow-950\/35{border-right-color:#42200659}.lg\:border-r-yellow-950\/40{border-right-color:#42200666}.lg\:border-r-yellow-950\/45{border-right-color:#42200673}.lg\:border-r-yellow-950\/5{border-right-color:#4220060d}.lg\:border-r-yellow-950\/50{border-right-color:#42200680}.lg\:border-r-yellow-950\/55{border-right-color:#4220068c}.lg\:border-r-yellow-950\/60{border-right-color:#42200699}.lg\:border-r-yellow-950\/65{border-right-color:#422006a6}.lg\:border-r-yellow-950\/70{border-right-color:#422006b3}.lg\:border-r-yellow-950\/75{border-right-color:#422006bf}.lg\:border-r-yellow-950\/80{border-right-color:#422006cc}.lg\:border-r-yellow-950\/85{border-right-color:#422006d9}.lg\:border-r-yellow-950\/90{border-right-color:#422006e6}.lg\:border-r-yellow-950\/95{border-right-color:#422006f2}.lg\:border-s-yellow-100{--tw-border-opacity:1;border-inline-start-color:rgb(254 249 195/var(--tw-border-opacity,1))}.lg\:border-s-yellow-100\/0{border-inline-start-color:#fef9c300}.lg\:border-s-yellow-100\/10{border-inline-start-color:#fef9c31a}.lg\:border-s-yellow-100\/100{border-inline-start-color:#fef9c3}.lg\:border-s-yellow-100\/15{border-inline-start-color:#fef9c326}.lg\:border-s-yellow-100\/20{border-inline-start-color:#fef9c333}.lg\:border-s-yellow-100\/25{border-inline-start-color:#fef9c340}.lg\:border-s-yellow-100\/30{border-inline-start-color:#fef9c34d}.lg\:border-s-yellow-100\/35{border-inline-start-color:#fef9c359}.lg\:border-s-yellow-100\/40{border-inline-start-color:#fef9c366}.lg\:border-s-yellow-100\/45{border-inline-start-color:#fef9c373}.lg\:border-s-yellow-100\/5{border-inline-start-color:#fef9c30d}.lg\:border-s-yellow-100\/50{border-inline-start-color:#fef9c380}.lg\:border-s-yellow-100\/55{border-inline-start-color:#fef9c38c}.lg\:border-s-yellow-100\/60{border-inline-start-color:#fef9c399}.lg\:border-s-yellow-100\/65{border-inline-start-color:#fef9c3a6}.lg\:border-s-yellow-100\/70{border-inline-start-color:#fef9c3b3}.lg\:border-s-yellow-100\/75{border-inline-start-color:#fef9c3bf}.lg\:border-s-yellow-100\/80{border-inline-start-color:#fef9c3cc}.lg\:border-s-yellow-100\/85{border-inline-start-color:#fef9c3d9}.lg\:border-s-yellow-100\/90{border-inline-start-color:#fef9c3e6}.lg\:border-s-yellow-100\/95{border-inline-start-color:#fef9c3f2}.lg\:border-s-yellow-200{--tw-border-opacity:1;border-inline-start-color:rgb(254 240 138/var(--tw-border-opacity,1))}.lg\:border-s-yellow-200\/0{border-inline-start-color:#fef08a00}.lg\:border-s-yellow-200\/10{border-inline-start-color:#fef08a1a}.lg\:border-s-yellow-200\/100{border-inline-start-color:#fef08a}.lg\:border-s-yellow-200\/15{border-inline-start-color:#fef08a26}.lg\:border-s-yellow-200\/20{border-inline-start-color:#fef08a33}.lg\:border-s-yellow-200\/25{border-inline-start-color:#fef08a40}.lg\:border-s-yellow-200\/30{border-inline-start-color:#fef08a4d}.lg\:border-s-yellow-200\/35{border-inline-start-color:#fef08a59}.lg\:border-s-yellow-200\/40{border-inline-start-color:#fef08a66}.lg\:border-s-yellow-200\/45{border-inline-start-color:#fef08a73}.lg\:border-s-yellow-200\/5{border-inline-start-color:#fef08a0d}.lg\:border-s-yellow-200\/50{border-inline-start-color:#fef08a80}.lg\:border-s-yellow-200\/55{border-inline-start-color:#fef08a8c}.lg\:border-s-yellow-200\/60{border-inline-start-color:#fef08a99}.lg\:border-s-yellow-200\/65{border-inline-start-color:#fef08aa6}.lg\:border-s-yellow-200\/70{border-inline-start-color:#fef08ab3}.lg\:border-s-yellow-200\/75{border-inline-start-color:#fef08abf}.lg\:border-s-yellow-200\/80{border-inline-start-color:#fef08acc}.lg\:border-s-yellow-200\/85{border-inline-start-color:#fef08ad9}.lg\:border-s-yellow-200\/90{border-inline-start-color:#fef08ae6}.lg\:border-s-yellow-200\/95{border-inline-start-color:#fef08af2}.lg\:border-s-yellow-300{--tw-border-opacity:1;border-inline-start-color:rgb(253 224 71/var(--tw-border-opacity,1))}.lg\:border-s-yellow-300\/0{border-inline-start-color:#fde04700}.lg\:border-s-yellow-300\/10{border-inline-start-color:#fde0471a}.lg\:border-s-yellow-300\/100{border-inline-start-color:#fde047}.lg\:border-s-yellow-300\/15{border-inline-start-color:#fde04726}.lg\:border-s-yellow-300\/20{border-inline-start-color:#fde04733}.lg\:border-s-yellow-300\/25{border-inline-start-color:#fde04740}.lg\:border-s-yellow-300\/30{border-inline-start-color:#fde0474d}.lg\:border-s-yellow-300\/35{border-inline-start-color:#fde04759}.lg\:border-s-yellow-300\/40{border-inline-start-color:#fde04766}.lg\:border-s-yellow-300\/45{border-inline-start-color:#fde04773}.lg\:border-s-yellow-300\/5{border-inline-start-color:#fde0470d}.lg\:border-s-yellow-300\/50{border-inline-start-color:#fde04780}.lg\:border-s-yellow-300\/55{border-inline-start-color:#fde0478c}.lg\:border-s-yellow-300\/60{border-inline-start-color:#fde04799}.lg\:border-s-yellow-300\/65{border-inline-start-color:#fde047a6}.lg\:border-s-yellow-300\/70{border-inline-start-color:#fde047b3}.lg\:border-s-yellow-300\/75{border-inline-start-color:#fde047bf}.lg\:border-s-yellow-300\/80{border-inline-start-color:#fde047cc}.lg\:border-s-yellow-300\/85{border-inline-start-color:#fde047d9}.lg\:border-s-yellow-300\/90{border-inline-start-color:#fde047e6}.lg\:border-s-yellow-300\/95{border-inline-start-color:#fde047f2}.lg\:border-s-yellow-400{--tw-border-opacity:1;border-inline-start-color:rgb(250 204 21/var(--tw-border-opacity,1))}.lg\:border-s-yellow-400\/0{border-inline-start-color:#facc1500}.lg\:border-s-yellow-400\/10{border-inline-start-color:#facc151a}.lg\:border-s-yellow-400\/100{border-inline-start-color:#facc15}.lg\:border-s-yellow-400\/15{border-inline-start-color:#facc1526}.lg\:border-s-yellow-400\/20{border-inline-start-color:#facc1533}.lg\:border-s-yellow-400\/25{border-inline-start-color:#facc1540}.lg\:border-s-yellow-400\/30{border-inline-start-color:#facc154d}.lg\:border-s-yellow-400\/35{border-inline-start-color:#facc1559}.lg\:border-s-yellow-400\/40{border-inline-start-color:#facc1566}.lg\:border-s-yellow-400\/45{border-inline-start-color:#facc1573}.lg\:border-s-yellow-400\/5{border-inline-start-color:#facc150d}.lg\:border-s-yellow-400\/50{border-inline-start-color:#facc1580}.lg\:border-s-yellow-400\/55{border-inline-start-color:#facc158c}.lg\:border-s-yellow-400\/60{border-inline-start-color:#facc1599}.lg\:border-s-yellow-400\/65{border-inline-start-color:#facc15a6}.lg\:border-s-yellow-400\/70{border-inline-start-color:#facc15b3}.lg\:border-s-yellow-400\/75{border-inline-start-color:#facc15bf}.lg\:border-s-yellow-400\/80{border-inline-start-color:#facc15cc}.lg\:border-s-yellow-400\/85{border-inline-start-color:#facc15d9}.lg\:border-s-yellow-400\/90{border-inline-start-color:#facc15e6}.lg\:border-s-yellow-400\/95{border-inline-start-color:#facc15f2}.lg\:border-s-yellow-50{--tw-border-opacity:1;border-inline-start-color:rgb(254 252 232/var(--tw-border-opacity,1))}.lg\:border-s-yellow-50\/0{border-inline-start-color:#fefce800}.lg\:border-s-yellow-50\/10{border-inline-start-color:#fefce81a}.lg\:border-s-yellow-50\/100{border-inline-start-color:#fefce8}.lg\:border-s-yellow-50\/15{border-inline-start-color:#fefce826}.lg\:border-s-yellow-50\/20{border-inline-start-color:#fefce833}.lg\:border-s-yellow-50\/25{border-inline-start-color:#fefce840}.lg\:border-s-yellow-50\/30{border-inline-start-color:#fefce84d}.lg\:border-s-yellow-50\/35{border-inline-start-color:#fefce859}.lg\:border-s-yellow-50\/40{border-inline-start-color:#fefce866}.lg\:border-s-yellow-50\/45{border-inline-start-color:#fefce873}.lg\:border-s-yellow-50\/5{border-inline-start-color:#fefce80d}.lg\:border-s-yellow-50\/50{border-inline-start-color:#fefce880}.lg\:border-s-yellow-50\/55{border-inline-start-color:#fefce88c}.lg\:border-s-yellow-50\/60{border-inline-start-color:#fefce899}.lg\:border-s-yellow-50\/65{border-inline-start-color:#fefce8a6}.lg\:border-s-yellow-50\/70{border-inline-start-color:#fefce8b3}.lg\:border-s-yellow-50\/75{border-inline-start-color:#fefce8bf}.lg\:border-s-yellow-50\/80{border-inline-start-color:#fefce8cc}.lg\:border-s-yellow-50\/85{border-inline-start-color:#fefce8d9}.lg\:border-s-yellow-50\/90{border-inline-start-color:#fefce8e6}.lg\:border-s-yellow-50\/95{border-inline-start-color:#fefce8f2}.lg\:border-s-yellow-500{--tw-border-opacity:1;border-inline-start-color:rgb(234 179 8/var(--tw-border-opacity,1))}.lg\:border-s-yellow-500\/0{border-inline-start-color:#eab30800}.lg\:border-s-yellow-500\/10{border-inline-start-color:#eab3081a}.lg\:border-s-yellow-500\/100{border-inline-start-color:#eab308}.lg\:border-s-yellow-500\/15{border-inline-start-color:#eab30826}.lg\:border-s-yellow-500\/20{border-inline-start-color:#eab30833}.lg\:border-s-yellow-500\/25{border-inline-start-color:#eab30840}.lg\:border-s-yellow-500\/30{border-inline-start-color:#eab3084d}.lg\:border-s-yellow-500\/35{border-inline-start-color:#eab30859}.lg\:border-s-yellow-500\/40{border-inline-start-color:#eab30866}.lg\:border-s-yellow-500\/45{border-inline-start-color:#eab30873}.lg\:border-s-yellow-500\/5{border-inline-start-color:#eab3080d}.lg\:border-s-yellow-500\/50{border-inline-start-color:#eab30880}.lg\:border-s-yellow-500\/55{border-inline-start-color:#eab3088c}.lg\:border-s-yellow-500\/60{border-inline-start-color:#eab30899}.lg\:border-s-yellow-500\/65{border-inline-start-color:#eab308a6}.lg\:border-s-yellow-500\/70{border-inline-start-color:#eab308b3}.lg\:border-s-yellow-500\/75{border-inline-start-color:#eab308bf}.lg\:border-s-yellow-500\/80{border-inline-start-color:#eab308cc}.lg\:border-s-yellow-500\/85{border-inline-start-color:#eab308d9}.lg\:border-s-yellow-500\/90{border-inline-start-color:#eab308e6}.lg\:border-s-yellow-500\/95{border-inline-start-color:#eab308f2}.lg\:border-s-yellow-600{--tw-border-opacity:1;border-inline-start-color:rgb(202 138 4/var(--tw-border-opacity,1))}.lg\:border-s-yellow-600\/0{border-inline-start-color:#ca8a0400}.lg\:border-s-yellow-600\/10{border-inline-start-color:#ca8a041a}.lg\:border-s-yellow-600\/100{border-inline-start-color:#ca8a04}.lg\:border-s-yellow-600\/15{border-inline-start-color:#ca8a0426}.lg\:border-s-yellow-600\/20{border-inline-start-color:#ca8a0433}.lg\:border-s-yellow-600\/25{border-inline-start-color:#ca8a0440}.lg\:border-s-yellow-600\/30{border-inline-start-color:#ca8a044d}.lg\:border-s-yellow-600\/35{border-inline-start-color:#ca8a0459}.lg\:border-s-yellow-600\/40{border-inline-start-color:#ca8a0466}.lg\:border-s-yellow-600\/45{border-inline-start-color:#ca8a0473}.lg\:border-s-yellow-600\/5{border-inline-start-color:#ca8a040d}.lg\:border-s-yellow-600\/50{border-inline-start-color:#ca8a0480}.lg\:border-s-yellow-600\/55{border-inline-start-color:#ca8a048c}.lg\:border-s-yellow-600\/60{border-inline-start-color:#ca8a0499}.lg\:border-s-yellow-600\/65{border-inline-start-color:#ca8a04a6}.lg\:border-s-yellow-600\/70{border-inline-start-color:#ca8a04b3}.lg\:border-s-yellow-600\/75{border-inline-start-color:#ca8a04bf}.lg\:border-s-yellow-600\/80{border-inline-start-color:#ca8a04cc}.lg\:border-s-yellow-600\/85{border-inline-start-color:#ca8a04d9}.lg\:border-s-yellow-600\/90{border-inline-start-color:#ca8a04e6}.lg\:border-s-yellow-600\/95{border-inline-start-color:#ca8a04f2}.lg\:border-s-yellow-700{--tw-border-opacity:1;border-inline-start-color:rgb(161 98 7/var(--tw-border-opacity,1))}.lg\:border-s-yellow-700\/0{border-inline-start-color:#a1620700}.lg\:border-s-yellow-700\/10{border-inline-start-color:#a162071a}.lg\:border-s-yellow-700\/100{border-inline-start-color:#a16207}.lg\:border-s-yellow-700\/15{border-inline-start-color:#a1620726}.lg\:border-s-yellow-700\/20{border-inline-start-color:#a1620733}.lg\:border-s-yellow-700\/25{border-inline-start-color:#a1620740}.lg\:border-s-yellow-700\/30{border-inline-start-color:#a162074d}.lg\:border-s-yellow-700\/35{border-inline-start-color:#a1620759}.lg\:border-s-yellow-700\/40{border-inline-start-color:#a1620766}.lg\:border-s-yellow-700\/45{border-inline-start-color:#a1620773}.lg\:border-s-yellow-700\/5{border-inline-start-color:#a162070d}.lg\:border-s-yellow-700\/50{border-inline-start-color:#a1620780}.lg\:border-s-yellow-700\/55{border-inline-start-color:#a162078c}.lg\:border-s-yellow-700\/60{border-inline-start-color:#a1620799}.lg\:border-s-yellow-700\/65{border-inline-start-color:#a16207a6}.lg\:border-s-yellow-700\/70{border-inline-start-color:#a16207b3}.lg\:border-s-yellow-700\/75{border-inline-start-color:#a16207bf}.lg\:border-s-yellow-700\/80{border-inline-start-color:#a16207cc}.lg\:border-s-yellow-700\/85{border-inline-start-color:#a16207d9}.lg\:border-s-yellow-700\/90{border-inline-start-color:#a16207e6}.lg\:border-s-yellow-700\/95{border-inline-start-color:#a16207f2}.lg\:border-s-yellow-800{--tw-border-opacity:1;border-inline-start-color:rgb(133 77 14/var(--tw-border-opacity,1))}.lg\:border-s-yellow-800\/0{border-inline-start-color:#854d0e00}.lg\:border-s-yellow-800\/10{border-inline-start-color:#854d0e1a}.lg\:border-s-yellow-800\/100{border-inline-start-color:#854d0e}.lg\:border-s-yellow-800\/15{border-inline-start-color:#854d0e26}.lg\:border-s-yellow-800\/20{border-inline-start-color:#854d0e33}.lg\:border-s-yellow-800\/25{border-inline-start-color:#854d0e40}.lg\:border-s-yellow-800\/30{border-inline-start-color:#854d0e4d}.lg\:border-s-yellow-800\/35{border-inline-start-color:#854d0e59}.lg\:border-s-yellow-800\/40{border-inline-start-color:#854d0e66}.lg\:border-s-yellow-800\/45{border-inline-start-color:#854d0e73}.lg\:border-s-yellow-800\/5{border-inline-start-color:#854d0e0d}.lg\:border-s-yellow-800\/50{border-inline-start-color:#854d0e80}.lg\:border-s-yellow-800\/55{border-inline-start-color:#854d0e8c}.lg\:border-s-yellow-800\/60{border-inline-start-color:#854d0e99}.lg\:border-s-yellow-800\/65{border-inline-start-color:#854d0ea6}.lg\:border-s-yellow-800\/70{border-inline-start-color:#854d0eb3}.lg\:border-s-yellow-800\/75{border-inline-start-color:#854d0ebf}.lg\:border-s-yellow-800\/80{border-inline-start-color:#854d0ecc}.lg\:border-s-yellow-800\/85{border-inline-start-color:#854d0ed9}.lg\:border-s-yellow-800\/90{border-inline-start-color:#854d0ee6}.lg\:border-s-yellow-800\/95{border-inline-start-color:#854d0ef2}.lg\:border-s-yellow-900{--tw-border-opacity:1;border-inline-start-color:rgb(113 63 18/var(--tw-border-opacity,1))}.lg\:border-s-yellow-900\/0{border-inline-start-color:#713f1200}.lg\:border-s-yellow-900\/10{border-inline-start-color:#713f121a}.lg\:border-s-yellow-900\/100{border-inline-start-color:#713f12}.lg\:border-s-yellow-900\/15{border-inline-start-color:#713f1226}.lg\:border-s-yellow-900\/20{border-inline-start-color:#713f1233}.lg\:border-s-yellow-900\/25{border-inline-start-color:#713f1240}.lg\:border-s-yellow-900\/30{border-inline-start-color:#713f124d}.lg\:border-s-yellow-900\/35{border-inline-start-color:#713f1259}.lg\:border-s-yellow-900\/40{border-inline-start-color:#713f1266}.lg\:border-s-yellow-900\/45{border-inline-start-color:#713f1273}.lg\:border-s-yellow-900\/5{border-inline-start-color:#713f120d}.lg\:border-s-yellow-900\/50{border-inline-start-color:#713f1280}.lg\:border-s-yellow-900\/55{border-inline-start-color:#713f128c}.lg\:border-s-yellow-900\/60{border-inline-start-color:#713f1299}.lg\:border-s-yellow-900\/65{border-inline-start-color:#713f12a6}.lg\:border-s-yellow-900\/70{border-inline-start-color:#713f12b3}.lg\:border-s-yellow-900\/75{border-inline-start-color:#713f12bf}.lg\:border-s-yellow-900\/80{border-inline-start-color:#713f12cc}.lg\:border-s-yellow-900\/85{border-inline-start-color:#713f12d9}.lg\:border-s-yellow-900\/90{border-inline-start-color:#713f12e6}.lg\:border-s-yellow-900\/95{border-inline-start-color:#713f12f2}.lg\:border-s-yellow-950{--tw-border-opacity:1;border-inline-start-color:rgb(66 32 6/var(--tw-border-opacity,1))}.lg\:border-s-yellow-950\/0{border-inline-start-color:#42200600}.lg\:border-s-yellow-950\/10{border-inline-start-color:#4220061a}.lg\:border-s-yellow-950\/100{border-inline-start-color:#422006}.lg\:border-s-yellow-950\/15{border-inline-start-color:#42200626}.lg\:border-s-yellow-950\/20{border-inline-start-color:#42200633}.lg\:border-s-yellow-950\/25{border-inline-start-color:#42200640}.lg\:border-s-yellow-950\/30{border-inline-start-color:#4220064d}.lg\:border-s-yellow-950\/35{border-inline-start-color:#42200659}.lg\:border-s-yellow-950\/40{border-inline-start-color:#42200666}.lg\:border-s-yellow-950\/45{border-inline-start-color:#42200673}.lg\:border-s-yellow-950\/5{border-inline-start-color:#4220060d}.lg\:border-s-yellow-950\/50{border-inline-start-color:#42200680}.lg\:border-s-yellow-950\/55{border-inline-start-color:#4220068c}.lg\:border-s-yellow-950\/60{border-inline-start-color:#42200699}.lg\:border-s-yellow-950\/65{border-inline-start-color:#422006a6}.lg\:border-s-yellow-950\/70{border-inline-start-color:#422006b3}.lg\:border-s-yellow-950\/75{border-inline-start-color:#422006bf}.lg\:border-s-yellow-950\/80{border-inline-start-color:#422006cc}.lg\:border-s-yellow-950\/85{border-inline-start-color:#422006d9}.lg\:border-s-yellow-950\/90{border-inline-start-color:#422006e6}.lg\:border-s-yellow-950\/95{border-inline-start-color:#422006f2}.lg\:border-t-yellow-100{--tw-border-opacity:1;border-top-color:rgb(254 249 195/var(--tw-border-opacity,1))}.lg\:border-t-yellow-100\/0{border-top-color:#fef9c300}.lg\:border-t-yellow-100\/10{border-top-color:#fef9c31a}.lg\:border-t-yellow-100\/100{border-top-color:#fef9c3}.lg\:border-t-yellow-100\/15{border-top-color:#fef9c326}.lg\:border-t-yellow-100\/20{border-top-color:#fef9c333}.lg\:border-t-yellow-100\/25{border-top-color:#fef9c340}.lg\:border-t-yellow-100\/30{border-top-color:#fef9c34d}.lg\:border-t-yellow-100\/35{border-top-color:#fef9c359}.lg\:border-t-yellow-100\/40{border-top-color:#fef9c366}.lg\:border-t-yellow-100\/45{border-top-color:#fef9c373}.lg\:border-t-yellow-100\/5{border-top-color:#fef9c30d}.lg\:border-t-yellow-100\/50{border-top-color:#fef9c380}.lg\:border-t-yellow-100\/55{border-top-color:#fef9c38c}.lg\:border-t-yellow-100\/60{border-top-color:#fef9c399}.lg\:border-t-yellow-100\/65{border-top-color:#fef9c3a6}.lg\:border-t-yellow-100\/70{border-top-color:#fef9c3b3}.lg\:border-t-yellow-100\/75{border-top-color:#fef9c3bf}.lg\:border-t-yellow-100\/80{border-top-color:#fef9c3cc}.lg\:border-t-yellow-100\/85{border-top-color:#fef9c3d9}.lg\:border-t-yellow-100\/90{border-top-color:#fef9c3e6}.lg\:border-t-yellow-100\/95{border-top-color:#fef9c3f2}.lg\:border-t-yellow-200{--tw-border-opacity:1;border-top-color:rgb(254 240 138/var(--tw-border-opacity,1))}.lg\:border-t-yellow-200\/0{border-top-color:#fef08a00}.lg\:border-t-yellow-200\/10{border-top-color:#fef08a1a}.lg\:border-t-yellow-200\/100{border-top-color:#fef08a}.lg\:border-t-yellow-200\/15{border-top-color:#fef08a26}.lg\:border-t-yellow-200\/20{border-top-color:#fef08a33}.lg\:border-t-yellow-200\/25{border-top-color:#fef08a40}.lg\:border-t-yellow-200\/30{border-top-color:#fef08a4d}.lg\:border-t-yellow-200\/35{border-top-color:#fef08a59}.lg\:border-t-yellow-200\/40{border-top-color:#fef08a66}.lg\:border-t-yellow-200\/45{border-top-color:#fef08a73}.lg\:border-t-yellow-200\/5{border-top-color:#fef08a0d}.lg\:border-t-yellow-200\/50{border-top-color:#fef08a80}.lg\:border-t-yellow-200\/55{border-top-color:#fef08a8c}.lg\:border-t-yellow-200\/60{border-top-color:#fef08a99}.lg\:border-t-yellow-200\/65{border-top-color:#fef08aa6}.lg\:border-t-yellow-200\/70{border-top-color:#fef08ab3}.lg\:border-t-yellow-200\/75{border-top-color:#fef08abf}.lg\:border-t-yellow-200\/80{border-top-color:#fef08acc}.lg\:border-t-yellow-200\/85{border-top-color:#fef08ad9}.lg\:border-t-yellow-200\/90{border-top-color:#fef08ae6}.lg\:border-t-yellow-200\/95{border-top-color:#fef08af2}.lg\:border-t-yellow-300{--tw-border-opacity:1;border-top-color:rgb(253 224 71/var(--tw-border-opacity,1))}.lg\:border-t-yellow-300\/0{border-top-color:#fde04700}.lg\:border-t-yellow-300\/10{border-top-color:#fde0471a}.lg\:border-t-yellow-300\/100{border-top-color:#fde047}.lg\:border-t-yellow-300\/15{border-top-color:#fde04726}.lg\:border-t-yellow-300\/20{border-top-color:#fde04733}.lg\:border-t-yellow-300\/25{border-top-color:#fde04740}.lg\:border-t-yellow-300\/30{border-top-color:#fde0474d}.lg\:border-t-yellow-300\/35{border-top-color:#fde04759}.lg\:border-t-yellow-300\/40{border-top-color:#fde04766}.lg\:border-t-yellow-300\/45{border-top-color:#fde04773}.lg\:border-t-yellow-300\/5{border-top-color:#fde0470d}.lg\:border-t-yellow-300\/50{border-top-color:#fde04780}.lg\:border-t-yellow-300\/55{border-top-color:#fde0478c}.lg\:border-t-yellow-300\/60{border-top-color:#fde04799}.lg\:border-t-yellow-300\/65{border-top-color:#fde047a6}.lg\:border-t-yellow-300\/70{border-top-color:#fde047b3}.lg\:border-t-yellow-300\/75{border-top-color:#fde047bf}.lg\:border-t-yellow-300\/80{border-top-color:#fde047cc}.lg\:border-t-yellow-300\/85{border-top-color:#fde047d9}.lg\:border-t-yellow-300\/90{border-top-color:#fde047e6}.lg\:border-t-yellow-300\/95{border-top-color:#fde047f2}.lg\:border-t-yellow-400{--tw-border-opacity:1;border-top-color:rgb(250 204 21/var(--tw-border-opacity,1))}.lg\:border-t-yellow-400\/0{border-top-color:#facc1500}.lg\:border-t-yellow-400\/10{border-top-color:#facc151a}.lg\:border-t-yellow-400\/100{border-top-color:#facc15}.lg\:border-t-yellow-400\/15{border-top-color:#facc1526}.lg\:border-t-yellow-400\/20{border-top-color:#facc1533}.lg\:border-t-yellow-400\/25{border-top-color:#facc1540}.lg\:border-t-yellow-400\/30{border-top-color:#facc154d}.lg\:border-t-yellow-400\/35{border-top-color:#facc1559}.lg\:border-t-yellow-400\/40{border-top-color:#facc1566}.lg\:border-t-yellow-400\/45{border-top-color:#facc1573}.lg\:border-t-yellow-400\/5{border-top-color:#facc150d}.lg\:border-t-yellow-400\/50{border-top-color:#facc1580}.lg\:border-t-yellow-400\/55{border-top-color:#facc158c}.lg\:border-t-yellow-400\/60{border-top-color:#facc1599}.lg\:border-t-yellow-400\/65{border-top-color:#facc15a6}.lg\:border-t-yellow-400\/70{border-top-color:#facc15b3}.lg\:border-t-yellow-400\/75{border-top-color:#facc15bf}.lg\:border-t-yellow-400\/80{border-top-color:#facc15cc}.lg\:border-t-yellow-400\/85{border-top-color:#facc15d9}.lg\:border-t-yellow-400\/90{border-top-color:#facc15e6}.lg\:border-t-yellow-400\/95{border-top-color:#facc15f2}.lg\:border-t-yellow-50{--tw-border-opacity:1;border-top-color:rgb(254 252 232/var(--tw-border-opacity,1))}.lg\:border-t-yellow-50\/0{border-top-color:#fefce800}.lg\:border-t-yellow-50\/10{border-top-color:#fefce81a}.lg\:border-t-yellow-50\/100{border-top-color:#fefce8}.lg\:border-t-yellow-50\/15{border-top-color:#fefce826}.lg\:border-t-yellow-50\/20{border-top-color:#fefce833}.lg\:border-t-yellow-50\/25{border-top-color:#fefce840}.lg\:border-t-yellow-50\/30{border-top-color:#fefce84d}.lg\:border-t-yellow-50\/35{border-top-color:#fefce859}.lg\:border-t-yellow-50\/40{border-top-color:#fefce866}.lg\:border-t-yellow-50\/45{border-top-color:#fefce873}.lg\:border-t-yellow-50\/5{border-top-color:#fefce80d}.lg\:border-t-yellow-50\/50{border-top-color:#fefce880}.lg\:border-t-yellow-50\/55{border-top-color:#fefce88c}.lg\:border-t-yellow-50\/60{border-top-color:#fefce899}.lg\:border-t-yellow-50\/65{border-top-color:#fefce8a6}.lg\:border-t-yellow-50\/70{border-top-color:#fefce8b3}.lg\:border-t-yellow-50\/75{border-top-color:#fefce8bf}.lg\:border-t-yellow-50\/80{border-top-color:#fefce8cc}.lg\:border-t-yellow-50\/85{border-top-color:#fefce8d9}.lg\:border-t-yellow-50\/90{border-top-color:#fefce8e6}.lg\:border-t-yellow-50\/95{border-top-color:#fefce8f2}.lg\:border-t-yellow-500{--tw-border-opacity:1;border-top-color:rgb(234 179 8/var(--tw-border-opacity,1))}.lg\:border-t-yellow-500\/0{border-top-color:#eab30800}.lg\:border-t-yellow-500\/10{border-top-color:#eab3081a}.lg\:border-t-yellow-500\/100{border-top-color:#eab308}.lg\:border-t-yellow-500\/15{border-top-color:#eab30826}.lg\:border-t-yellow-500\/20{border-top-color:#eab30833}.lg\:border-t-yellow-500\/25{border-top-color:#eab30840}.lg\:border-t-yellow-500\/30{border-top-color:#eab3084d}.lg\:border-t-yellow-500\/35{border-top-color:#eab30859}.lg\:border-t-yellow-500\/40{border-top-color:#eab30866}.lg\:border-t-yellow-500\/45{border-top-color:#eab30873}.lg\:border-t-yellow-500\/5{border-top-color:#eab3080d}.lg\:border-t-yellow-500\/50{border-top-color:#eab30880}.lg\:border-t-yellow-500\/55{border-top-color:#eab3088c}.lg\:border-t-yellow-500\/60{border-top-color:#eab30899}.lg\:border-t-yellow-500\/65{border-top-color:#eab308a6}.lg\:border-t-yellow-500\/70{border-top-color:#eab308b3}.lg\:border-t-yellow-500\/75{border-top-color:#eab308bf}.lg\:border-t-yellow-500\/80{border-top-color:#eab308cc}.lg\:border-t-yellow-500\/85{border-top-color:#eab308d9}.lg\:border-t-yellow-500\/90{border-top-color:#eab308e6}.lg\:border-t-yellow-500\/95{border-top-color:#eab308f2}.lg\:border-t-yellow-600{--tw-border-opacity:1;border-top-color:rgb(202 138 4/var(--tw-border-opacity,1))}.lg\:border-t-yellow-600\/0{border-top-color:#ca8a0400}.lg\:border-t-yellow-600\/10{border-top-color:#ca8a041a}.lg\:border-t-yellow-600\/100{border-top-color:#ca8a04}.lg\:border-t-yellow-600\/15{border-top-color:#ca8a0426}.lg\:border-t-yellow-600\/20{border-top-color:#ca8a0433}.lg\:border-t-yellow-600\/25{border-top-color:#ca8a0440}.lg\:border-t-yellow-600\/30{border-top-color:#ca8a044d}.lg\:border-t-yellow-600\/35{border-top-color:#ca8a0459}.lg\:border-t-yellow-600\/40{border-top-color:#ca8a0466}.lg\:border-t-yellow-600\/45{border-top-color:#ca8a0473}.lg\:border-t-yellow-600\/5{border-top-color:#ca8a040d}.lg\:border-t-yellow-600\/50{border-top-color:#ca8a0480}.lg\:border-t-yellow-600\/55{border-top-color:#ca8a048c}.lg\:border-t-yellow-600\/60{border-top-color:#ca8a0499}.lg\:border-t-yellow-600\/65{border-top-color:#ca8a04a6}.lg\:border-t-yellow-600\/70{border-top-color:#ca8a04b3}.lg\:border-t-yellow-600\/75{border-top-color:#ca8a04bf}.lg\:border-t-yellow-600\/80{border-top-color:#ca8a04cc}.lg\:border-t-yellow-600\/85{border-top-color:#ca8a04d9}.lg\:border-t-yellow-600\/90{border-top-color:#ca8a04e6}.lg\:border-t-yellow-600\/95{border-top-color:#ca8a04f2}.lg\:border-t-yellow-700{--tw-border-opacity:1;border-top-color:rgb(161 98 7/var(--tw-border-opacity,1))}.lg\:border-t-yellow-700\/0{border-top-color:#a1620700}.lg\:border-t-yellow-700\/10{border-top-color:#a162071a}.lg\:border-t-yellow-700\/100{border-top-color:#a16207}.lg\:border-t-yellow-700\/15{border-top-color:#a1620726}.lg\:border-t-yellow-700\/20{border-top-color:#a1620733}.lg\:border-t-yellow-700\/25{border-top-color:#a1620740}.lg\:border-t-yellow-700\/30{border-top-color:#a162074d}.lg\:border-t-yellow-700\/35{border-top-color:#a1620759}.lg\:border-t-yellow-700\/40{border-top-color:#a1620766}.lg\:border-t-yellow-700\/45{border-top-color:#a1620773}.lg\:border-t-yellow-700\/5{border-top-color:#a162070d}.lg\:border-t-yellow-700\/50{border-top-color:#a1620780}.lg\:border-t-yellow-700\/55{border-top-color:#a162078c}.lg\:border-t-yellow-700\/60{border-top-color:#a1620799}.lg\:border-t-yellow-700\/65{border-top-color:#a16207a6}.lg\:border-t-yellow-700\/70{border-top-color:#a16207b3}.lg\:border-t-yellow-700\/75{border-top-color:#a16207bf}.lg\:border-t-yellow-700\/80{border-top-color:#a16207cc}.lg\:border-t-yellow-700\/85{border-top-color:#a16207d9}.lg\:border-t-yellow-700\/90{border-top-color:#a16207e6}.lg\:border-t-yellow-700\/95{border-top-color:#a16207f2}.lg\:border-t-yellow-800{--tw-border-opacity:1;border-top-color:rgb(133 77 14/var(--tw-border-opacity,1))}.lg\:border-t-yellow-800\/0{border-top-color:#854d0e00}.lg\:border-t-yellow-800\/10{border-top-color:#854d0e1a}.lg\:border-t-yellow-800\/100{border-top-color:#854d0e}.lg\:border-t-yellow-800\/15{border-top-color:#854d0e26}.lg\:border-t-yellow-800\/20{border-top-color:#854d0e33}.lg\:border-t-yellow-800\/25{border-top-color:#854d0e40}.lg\:border-t-yellow-800\/30{border-top-color:#854d0e4d}.lg\:border-t-yellow-800\/35{border-top-color:#854d0e59}.lg\:border-t-yellow-800\/40{border-top-color:#854d0e66}.lg\:border-t-yellow-800\/45{border-top-color:#854d0e73}.lg\:border-t-yellow-800\/5{border-top-color:#854d0e0d}.lg\:border-t-yellow-800\/50{border-top-color:#854d0e80}.lg\:border-t-yellow-800\/55{border-top-color:#854d0e8c}.lg\:border-t-yellow-800\/60{border-top-color:#854d0e99}.lg\:border-t-yellow-800\/65{border-top-color:#854d0ea6}.lg\:border-t-yellow-800\/70{border-top-color:#854d0eb3}.lg\:border-t-yellow-800\/75{border-top-color:#854d0ebf}.lg\:border-t-yellow-800\/80{border-top-color:#854d0ecc}.lg\:border-t-yellow-800\/85{border-top-color:#854d0ed9}.lg\:border-t-yellow-800\/90{border-top-color:#854d0ee6}.lg\:border-t-yellow-800\/95{border-top-color:#854d0ef2}.lg\:border-t-yellow-900{--tw-border-opacity:1;border-top-color:rgb(113 63 18/var(--tw-border-opacity,1))}.lg\:border-t-yellow-900\/0{border-top-color:#713f1200}.lg\:border-t-yellow-900\/10{border-top-color:#713f121a}.lg\:border-t-yellow-900\/100{border-top-color:#713f12}.lg\:border-t-yellow-900\/15{border-top-color:#713f1226}.lg\:border-t-yellow-900\/20{border-top-color:#713f1233}.lg\:border-t-yellow-900\/25{border-top-color:#713f1240}.lg\:border-t-yellow-900\/30{border-top-color:#713f124d}.lg\:border-t-yellow-900\/35{border-top-color:#713f1259}.lg\:border-t-yellow-900\/40{border-top-color:#713f1266}.lg\:border-t-yellow-900\/45{border-top-color:#713f1273}.lg\:border-t-yellow-900\/5{border-top-color:#713f120d}.lg\:border-t-yellow-900\/50{border-top-color:#713f1280}.lg\:border-t-yellow-900\/55{border-top-color:#713f128c}.lg\:border-t-yellow-900\/60{border-top-color:#713f1299}.lg\:border-t-yellow-900\/65{border-top-color:#713f12a6}.lg\:border-t-yellow-900\/70{border-top-color:#713f12b3}.lg\:border-t-yellow-900\/75{border-top-color:#713f12bf}.lg\:border-t-yellow-900\/80{border-top-color:#713f12cc}.lg\:border-t-yellow-900\/85{border-top-color:#713f12d9}.lg\:border-t-yellow-900\/90{border-top-color:#713f12e6}.lg\:border-t-yellow-900\/95{border-top-color:#713f12f2}.lg\:border-t-yellow-950{--tw-border-opacity:1;border-top-color:rgb(66 32 6/var(--tw-border-opacity,1))}.lg\:border-t-yellow-950\/0{border-top-color:#42200600}.lg\:border-t-yellow-950\/10{border-top-color:#4220061a}.lg\:border-t-yellow-950\/100{border-top-color:#422006}.lg\:border-t-yellow-950\/15{border-top-color:#42200626}.lg\:border-t-yellow-950\/20{border-top-color:#42200633}.lg\:border-t-yellow-950\/25{border-top-color:#42200640}.lg\:border-t-yellow-950\/30{border-top-color:#4220064d}.lg\:border-t-yellow-950\/35{border-top-color:#42200659}.lg\:border-t-yellow-950\/40{border-top-color:#42200666}.lg\:border-t-yellow-950\/45{border-top-color:#42200673}.lg\:border-t-yellow-950\/5{border-top-color:#4220060d}.lg\:border-t-yellow-950\/50{border-top-color:#42200680}.lg\:border-t-yellow-950\/55{border-top-color:#4220068c}.lg\:border-t-yellow-950\/60{border-top-color:#42200699}.lg\:border-t-yellow-950\/65{border-top-color:#422006a6}.lg\:border-t-yellow-950\/70{border-top-color:#422006b3}.lg\:border-t-yellow-950\/75{border-top-color:#422006bf}.lg\:border-t-yellow-950\/80{border-top-color:#422006cc}.lg\:border-t-yellow-950\/85{border-top-color:#422006d9}.lg\:border-t-yellow-950\/90{border-top-color:#422006e6}.lg\:border-t-yellow-950\/95{border-top-color:#422006f2}.lg\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.lg\:bg-yellow-100\/0{background-color:#fef9c300}.lg\:bg-yellow-100\/10{background-color:#fef9c31a}.lg\:bg-yellow-100\/100{background-color:#fef9c3}.lg\:bg-yellow-100\/15{background-color:#fef9c326}.lg\:bg-yellow-100\/20{background-color:#fef9c333}.lg\:bg-yellow-100\/25{background-color:#fef9c340}.lg\:bg-yellow-100\/30{background-color:#fef9c34d}.lg\:bg-yellow-100\/35{background-color:#fef9c359}.lg\:bg-yellow-100\/40{background-color:#fef9c366}.lg\:bg-yellow-100\/45{background-color:#fef9c373}.lg\:bg-yellow-100\/5{background-color:#fef9c30d}.lg\:bg-yellow-100\/50{background-color:#fef9c380}.lg\:bg-yellow-100\/55{background-color:#fef9c38c}.lg\:bg-yellow-100\/60{background-color:#fef9c399}.lg\:bg-yellow-100\/65{background-color:#fef9c3a6}.lg\:bg-yellow-100\/70{background-color:#fef9c3b3}.lg\:bg-yellow-100\/75{background-color:#fef9c3bf}.lg\:bg-yellow-100\/80{background-color:#fef9c3cc}.lg\:bg-yellow-100\/85{background-color:#fef9c3d9}.lg\:bg-yellow-100\/90{background-color:#fef9c3e6}.lg\:bg-yellow-100\/95{background-color:#fef9c3f2}.lg\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.lg\:bg-yellow-200\/0{background-color:#fef08a00}.lg\:bg-yellow-200\/10{background-color:#fef08a1a}.lg\:bg-yellow-200\/100{background-color:#fef08a}.lg\:bg-yellow-200\/15{background-color:#fef08a26}.lg\:bg-yellow-200\/20{background-color:#fef08a33}.lg\:bg-yellow-200\/25{background-color:#fef08a40}.lg\:bg-yellow-200\/30{background-color:#fef08a4d}.lg\:bg-yellow-200\/35{background-color:#fef08a59}.lg\:bg-yellow-200\/40{background-color:#fef08a66}.lg\:bg-yellow-200\/45{background-color:#fef08a73}.lg\:bg-yellow-200\/5{background-color:#fef08a0d}.lg\:bg-yellow-200\/50{background-color:#fef08a80}.lg\:bg-yellow-200\/55{background-color:#fef08a8c}.lg\:bg-yellow-200\/60{background-color:#fef08a99}.lg\:bg-yellow-200\/65{background-color:#fef08aa6}.lg\:bg-yellow-200\/70{background-color:#fef08ab3}.lg\:bg-yellow-200\/75{background-color:#fef08abf}.lg\:bg-yellow-200\/80{background-color:#fef08acc}.lg\:bg-yellow-200\/85{background-color:#fef08ad9}.lg\:bg-yellow-200\/90{background-color:#fef08ae6}.lg\:bg-yellow-200\/95{background-color:#fef08af2}.lg\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity,1))}.lg\:bg-yellow-300\/0{background-color:#fde04700}.lg\:bg-yellow-300\/10{background-color:#fde0471a}.lg\:bg-yellow-300\/100{background-color:#fde047}.lg\:bg-yellow-300\/15{background-color:#fde04726}.lg\:bg-yellow-300\/20{background-color:#fde04733}.lg\:bg-yellow-300\/25{background-color:#fde04740}.lg\:bg-yellow-300\/30{background-color:#fde0474d}.lg\:bg-yellow-300\/35{background-color:#fde04759}.lg\:bg-yellow-300\/40{background-color:#fde04766}.lg\:bg-yellow-300\/45{background-color:#fde04773}.lg\:bg-yellow-300\/5{background-color:#fde0470d}.lg\:bg-yellow-300\/50{background-color:#fde04780}.lg\:bg-yellow-300\/55{background-color:#fde0478c}.lg\:bg-yellow-300\/60{background-color:#fde04799}.lg\:bg-yellow-300\/65{background-color:#fde047a6}.lg\:bg-yellow-300\/70{background-color:#fde047b3}.lg\:bg-yellow-300\/75{background-color:#fde047bf}.lg\:bg-yellow-300\/80{background-color:#fde047cc}.lg\:bg-yellow-300\/85{background-color:#fde047d9}.lg\:bg-yellow-300\/90{background-color:#fde047e6}.lg\:bg-yellow-300\/95{background-color:#fde047f2}.lg\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.lg\:bg-yellow-400\/0{background-color:#facc1500}.lg\:bg-yellow-400\/10{background-color:#facc151a}.lg\:bg-yellow-400\/100{background-color:#facc15}.lg\:bg-yellow-400\/15{background-color:#facc1526}.lg\:bg-yellow-400\/20{background-color:#facc1533}.lg\:bg-yellow-400\/25{background-color:#facc1540}.lg\:bg-yellow-400\/30{background-color:#facc154d}.lg\:bg-yellow-400\/35{background-color:#facc1559}.lg\:bg-yellow-400\/40{background-color:#facc1566}.lg\:bg-yellow-400\/45{background-color:#facc1573}.lg\:bg-yellow-400\/5{background-color:#facc150d}.lg\:bg-yellow-400\/50{background-color:#facc1580}.lg\:bg-yellow-400\/55{background-color:#facc158c}.lg\:bg-yellow-400\/60{background-color:#facc1599}.lg\:bg-yellow-400\/65{background-color:#facc15a6}.lg\:bg-yellow-400\/70{background-color:#facc15b3}.lg\:bg-yellow-400\/75{background-color:#facc15bf}.lg\:bg-yellow-400\/80{background-color:#facc15cc}.lg\:bg-yellow-400\/85{background-color:#facc15d9}.lg\:bg-yellow-400\/90{background-color:#facc15e6}.lg\:bg-yellow-400\/95{background-color:#facc15f2}.lg\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.lg\:bg-yellow-50\/0{background-color:#fefce800}.lg\:bg-yellow-50\/10{background-color:#fefce81a}.lg\:bg-yellow-50\/100{background-color:#fefce8}.lg\:bg-yellow-50\/15{background-color:#fefce826}.lg\:bg-yellow-50\/20{background-color:#fefce833}.lg\:bg-yellow-50\/25{background-color:#fefce840}.lg\:bg-yellow-50\/30{background-color:#fefce84d}.lg\:bg-yellow-50\/35{background-color:#fefce859}.lg\:bg-yellow-50\/40{background-color:#fefce866}.lg\:bg-yellow-50\/45{background-color:#fefce873}.lg\:bg-yellow-50\/5{background-color:#fefce80d}.lg\:bg-yellow-50\/50{background-color:#fefce880}.lg\:bg-yellow-50\/55{background-color:#fefce88c}.lg\:bg-yellow-50\/60{background-color:#fefce899}.lg\:bg-yellow-50\/65{background-color:#fefce8a6}.lg\:bg-yellow-50\/70{background-color:#fefce8b3}.lg\:bg-yellow-50\/75{background-color:#fefce8bf}.lg\:bg-yellow-50\/80{background-color:#fefce8cc}.lg\:bg-yellow-50\/85{background-color:#fefce8d9}.lg\:bg-yellow-50\/90{background-color:#fefce8e6}.lg\:bg-yellow-50\/95{background-color:#fefce8f2}.lg\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.lg\:bg-yellow-500\/0{background-color:#eab30800}.lg\:bg-yellow-500\/10{background-color:#eab3081a}.lg\:bg-yellow-500\/100{background-color:#eab308}.lg\:bg-yellow-500\/15{background-color:#eab30826}.lg\:bg-yellow-500\/20{background-color:#eab30833}.lg\:bg-yellow-500\/25{background-color:#eab30840}.lg\:bg-yellow-500\/30{background-color:#eab3084d}.lg\:bg-yellow-500\/35{background-color:#eab30859}.lg\:bg-yellow-500\/40{background-color:#eab30866}.lg\:bg-yellow-500\/45{background-color:#eab30873}.lg\:bg-yellow-500\/5{background-color:#eab3080d}.lg\:bg-yellow-500\/50{background-color:#eab30880}.lg\:bg-yellow-500\/55{background-color:#eab3088c}.lg\:bg-yellow-500\/60{background-color:#eab30899}.lg\:bg-yellow-500\/65{background-color:#eab308a6}.lg\:bg-yellow-500\/70{background-color:#eab308b3}.lg\:bg-yellow-500\/75{background-color:#eab308bf}.lg\:bg-yellow-500\/80{background-color:#eab308cc}.lg\:bg-yellow-500\/85{background-color:#eab308d9}.lg\:bg-yellow-500\/90{background-color:#eab308e6}.lg\:bg-yellow-500\/95{background-color:#eab308f2}.lg\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.lg\:bg-yellow-600\/0{background-color:#ca8a0400}.lg\:bg-yellow-600\/10{background-color:#ca8a041a}.lg\:bg-yellow-600\/100{background-color:#ca8a04}.lg\:bg-yellow-600\/15{background-color:#ca8a0426}.lg\:bg-yellow-600\/20{background-color:#ca8a0433}.lg\:bg-yellow-600\/25{background-color:#ca8a0440}.lg\:bg-yellow-600\/30{background-color:#ca8a044d}.lg\:bg-yellow-600\/35{background-color:#ca8a0459}.lg\:bg-yellow-600\/40{background-color:#ca8a0466}.lg\:bg-yellow-600\/45{background-color:#ca8a0473}.lg\:bg-yellow-600\/5{background-color:#ca8a040d}.lg\:bg-yellow-600\/50{background-color:#ca8a0480}.lg\:bg-yellow-600\/55{background-color:#ca8a048c}.lg\:bg-yellow-600\/60{background-color:#ca8a0499}.lg\:bg-yellow-600\/65{background-color:#ca8a04a6}.lg\:bg-yellow-600\/70{background-color:#ca8a04b3}.lg\:bg-yellow-600\/75{background-color:#ca8a04bf}.lg\:bg-yellow-600\/80{background-color:#ca8a04cc}.lg\:bg-yellow-600\/85{background-color:#ca8a04d9}.lg\:bg-yellow-600\/90{background-color:#ca8a04e6}.lg\:bg-yellow-600\/95{background-color:#ca8a04f2}.lg\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.lg\:bg-yellow-700\/0{background-color:#a1620700}.lg\:bg-yellow-700\/10{background-color:#a162071a}.lg\:bg-yellow-700\/100{background-color:#a16207}.lg\:bg-yellow-700\/15{background-color:#a1620726}.lg\:bg-yellow-700\/20{background-color:#a1620733}.lg\:bg-yellow-700\/25{background-color:#a1620740}.lg\:bg-yellow-700\/30{background-color:#a162074d}.lg\:bg-yellow-700\/35{background-color:#a1620759}.lg\:bg-yellow-700\/40{background-color:#a1620766}.lg\:bg-yellow-700\/45{background-color:#a1620773}.lg\:bg-yellow-700\/5{background-color:#a162070d}.lg\:bg-yellow-700\/50{background-color:#a1620780}.lg\:bg-yellow-700\/55{background-color:#a162078c}.lg\:bg-yellow-700\/60{background-color:#a1620799}.lg\:bg-yellow-700\/65{background-color:#a16207a6}.lg\:bg-yellow-700\/70{background-color:#a16207b3}.lg\:bg-yellow-700\/75{background-color:#a16207bf}.lg\:bg-yellow-700\/80{background-color:#a16207cc}.lg\:bg-yellow-700\/85{background-color:#a16207d9}.lg\:bg-yellow-700\/90{background-color:#a16207e6}.lg\:bg-yellow-700\/95{background-color:#a16207f2}.lg\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity,1))}.lg\:bg-yellow-800\/0{background-color:#854d0e00}.lg\:bg-yellow-800\/10{background-color:#854d0e1a}.lg\:bg-yellow-800\/100{background-color:#854d0e}.lg\:bg-yellow-800\/15{background-color:#854d0e26}.lg\:bg-yellow-800\/20{background-color:#854d0e33}.lg\:bg-yellow-800\/25{background-color:#854d0e40}.lg\:bg-yellow-800\/30{background-color:#854d0e4d}.lg\:bg-yellow-800\/35{background-color:#854d0e59}.lg\:bg-yellow-800\/40{background-color:#854d0e66}.lg\:bg-yellow-800\/45{background-color:#854d0e73}.lg\:bg-yellow-800\/5{background-color:#854d0e0d}.lg\:bg-yellow-800\/50{background-color:#854d0e80}.lg\:bg-yellow-800\/55{background-color:#854d0e8c}.lg\:bg-yellow-800\/60{background-color:#854d0e99}.lg\:bg-yellow-800\/65{background-color:#854d0ea6}.lg\:bg-yellow-800\/70{background-color:#854d0eb3}.lg\:bg-yellow-800\/75{background-color:#854d0ebf}.lg\:bg-yellow-800\/80{background-color:#854d0ecc}.lg\:bg-yellow-800\/85{background-color:#854d0ed9}.lg\:bg-yellow-800\/90{background-color:#854d0ee6}.lg\:bg-yellow-800\/95{background-color:#854d0ef2}.lg\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity,1))}.lg\:bg-yellow-900\/0{background-color:#713f1200}.lg\:bg-yellow-900\/10{background-color:#713f121a}.lg\:bg-yellow-900\/100{background-color:#713f12}.lg\:bg-yellow-900\/15{background-color:#713f1226}.lg\:bg-yellow-900\/20{background-color:#713f1233}.lg\:bg-yellow-900\/25{background-color:#713f1240}.lg\:bg-yellow-900\/30{background-color:#713f124d}.lg\:bg-yellow-900\/35{background-color:#713f1259}.lg\:bg-yellow-900\/40{background-color:#713f1266}.lg\:bg-yellow-900\/45{background-color:#713f1273}.lg\:bg-yellow-900\/5{background-color:#713f120d}.lg\:bg-yellow-900\/50{background-color:#713f1280}.lg\:bg-yellow-900\/55{background-color:#713f128c}.lg\:bg-yellow-900\/60{background-color:#713f1299}.lg\:bg-yellow-900\/65{background-color:#713f12a6}.lg\:bg-yellow-900\/70{background-color:#713f12b3}.lg\:bg-yellow-900\/75{background-color:#713f12bf}.lg\:bg-yellow-900\/80{background-color:#713f12cc}.lg\:bg-yellow-900\/85{background-color:#713f12d9}.lg\:bg-yellow-900\/90{background-color:#713f12e6}.lg\:bg-yellow-900\/95{background-color:#713f12f2}.lg\:bg-yellow-950{--tw-bg-opacity:1;background-color:rgb(66 32 6/var(--tw-bg-opacity,1))}.lg\:bg-yellow-950\/0{background-color:#42200600}.lg\:bg-yellow-950\/10{background-color:#4220061a}.lg\:bg-yellow-950\/100{background-color:#422006}.lg\:bg-yellow-950\/15{background-color:#42200626}.lg\:bg-yellow-950\/20{background-color:#42200633}.lg\:bg-yellow-950\/25{background-color:#42200640}.lg\:bg-yellow-950\/30{background-color:#4220064d}.lg\:bg-yellow-950\/35{background-color:#42200659}.lg\:bg-yellow-950\/40{background-color:#42200666}.lg\:bg-yellow-950\/45{background-color:#42200673}.lg\:bg-yellow-950\/5{background-color:#4220060d}.lg\:bg-yellow-950\/50{background-color:#42200680}.lg\:bg-yellow-950\/55{background-color:#4220068c}.lg\:bg-yellow-950\/60{background-color:#42200699}.lg\:bg-yellow-950\/65{background-color:#422006a6}.lg\:bg-yellow-950\/70{background-color:#422006b3}.lg\:bg-yellow-950\/75{background-color:#422006bf}.lg\:bg-yellow-950\/80{background-color:#422006cc}.lg\:bg-yellow-950\/85{background-color:#422006d9}.lg\:bg-yellow-950\/90{background-color:#422006e6}.lg\:bg-yellow-950\/95{background-color:#422006f2}.lg\:from-yellow-100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/0{--tw-gradient-from:#fef9c300 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/10{--tw-gradient-from:#fef9c31a var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/15{--tw-gradient-from:#fef9c326 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/20{--tw-gradient-from:#fef9c333 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/25{--tw-gradient-from:#fef9c340 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/30{--tw-gradient-from:#fef9c34d var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/35{--tw-gradient-from:#fef9c359 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/40{--tw-gradient-from:#fef9c366 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/45{--tw-gradient-from:#fef9c373 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/5{--tw-gradient-from:#fef9c30d var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/50{--tw-gradient-from:#fef9c380 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/55{--tw-gradient-from:#fef9c38c var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/60{--tw-gradient-from:#fef9c399 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/65{--tw-gradient-from:#fef9c3a6 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/70{--tw-gradient-from:#fef9c3b3 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/75{--tw-gradient-from:#fef9c3bf var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/80{--tw-gradient-from:#fef9c3cc var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/85{--tw-gradient-from:#fef9c3d9 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/90{--tw-gradient-from:#fef9c3e6 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-100\/95{--tw-gradient-from:#fef9c3f2 var(--tw-gradient-from-position);--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200{--tw-gradient-from:#fef08a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/0{--tw-gradient-from:#fef08a00 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/10{--tw-gradient-from:#fef08a1a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/100{--tw-gradient-from:#fef08a var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/15{--tw-gradient-from:#fef08a26 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/20{--tw-gradient-from:#fef08a33 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/25{--tw-gradient-from:#fef08a40 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/30{--tw-gradient-from:#fef08a4d var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/35{--tw-gradient-from:#fef08a59 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/40{--tw-gradient-from:#fef08a66 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/45{--tw-gradient-from:#fef08a73 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/5{--tw-gradient-from:#fef08a0d var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/50{--tw-gradient-from:#fef08a80 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/55{--tw-gradient-from:#fef08a8c var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/60{--tw-gradient-from:#fef08a99 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/65{--tw-gradient-from:#fef08aa6 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/70{--tw-gradient-from:#fef08ab3 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/75{--tw-gradient-from:#fef08abf var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/80{--tw-gradient-from:#fef08acc var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/85{--tw-gradient-from:#fef08ad9 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/90{--tw-gradient-from:#fef08ae6 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-200\/95{--tw-gradient-from:#fef08af2 var(--tw-gradient-from-position);--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300{--tw-gradient-from:#fde047 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/0{--tw-gradient-from:#fde04700 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/10{--tw-gradient-from:#fde0471a var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/100{--tw-gradient-from:#fde047 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/15{--tw-gradient-from:#fde04726 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/20{--tw-gradient-from:#fde04733 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/25{--tw-gradient-from:#fde04740 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/30{--tw-gradient-from:#fde0474d var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/35{--tw-gradient-from:#fde04759 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/40{--tw-gradient-from:#fde04766 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/45{--tw-gradient-from:#fde04773 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/5{--tw-gradient-from:#fde0470d var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/50{--tw-gradient-from:#fde04780 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/55{--tw-gradient-from:#fde0478c var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/60{--tw-gradient-from:#fde04799 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/65{--tw-gradient-from:#fde047a6 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/70{--tw-gradient-from:#fde047b3 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/75{--tw-gradient-from:#fde047bf var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/80{--tw-gradient-from:#fde047cc var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/85{--tw-gradient-from:#fde047d9 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/90{--tw-gradient-from:#fde047e6 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-300\/95{--tw-gradient-from:#fde047f2 var(--tw-gradient-from-position);--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/0{--tw-gradient-from:#facc1500 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/10{--tw-gradient-from:#facc151a var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/100{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/15{--tw-gradient-from:#facc1526 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/20{--tw-gradient-from:#facc1533 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/25{--tw-gradient-from:#facc1540 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/30{--tw-gradient-from:#facc154d var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/35{--tw-gradient-from:#facc1559 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/40{--tw-gradient-from:#facc1566 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/45{--tw-gradient-from:#facc1573 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/5{--tw-gradient-from:#facc150d var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/50{--tw-gradient-from:#facc1580 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/55{--tw-gradient-from:#facc158c var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/60{--tw-gradient-from:#facc1599 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/65{--tw-gradient-from:#facc15a6 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/70{--tw-gradient-from:#facc15b3 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/75{--tw-gradient-from:#facc15bf var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/80{--tw-gradient-from:#facc15cc var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/85{--tw-gradient-from:#facc15d9 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/90{--tw-gradient-from:#facc15e6 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-400\/95{--tw-gradient-from:#facc15f2 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/0{--tw-gradient-from:#fefce800 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/10{--tw-gradient-from:#fefce81a var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/100{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/15{--tw-gradient-from:#fefce826 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/20{--tw-gradient-from:#fefce833 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/25{--tw-gradient-from:#fefce840 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/30{--tw-gradient-from:#fefce84d var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/35{--tw-gradient-from:#fefce859 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/40{--tw-gradient-from:#fefce866 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/45{--tw-gradient-from:#fefce873 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/5{--tw-gradient-from:#fefce80d var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/50{--tw-gradient-from:#fefce880 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/55{--tw-gradient-from:#fefce88c var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/60{--tw-gradient-from:#fefce899 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/65{--tw-gradient-from:#fefce8a6 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/70{--tw-gradient-from:#fefce8b3 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/75{--tw-gradient-from:#fefce8bf var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/80{--tw-gradient-from:#fefce8cc var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/85{--tw-gradient-from:#fefce8d9 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/90{--tw-gradient-from:#fefce8e6 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-50\/95{--tw-gradient-from:#fefce8f2 var(--tw-gradient-from-position);--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500{--tw-gradient-from:#eab308 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/0{--tw-gradient-from:#eab30800 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/10{--tw-gradient-from:#eab3081a var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/100{--tw-gradient-from:#eab308 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/15{--tw-gradient-from:#eab30826 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/20{--tw-gradient-from:#eab30833 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/25{--tw-gradient-from:#eab30840 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/30{--tw-gradient-from:#eab3084d var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/35{--tw-gradient-from:#eab30859 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/40{--tw-gradient-from:#eab30866 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/45{--tw-gradient-from:#eab30873 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/5{--tw-gradient-from:#eab3080d var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/50{--tw-gradient-from:#eab30880 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/55{--tw-gradient-from:#eab3088c var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/60{--tw-gradient-from:#eab30899 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/65{--tw-gradient-from:#eab308a6 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/70{--tw-gradient-from:#eab308b3 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/75{--tw-gradient-from:#eab308bf var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/80{--tw-gradient-from:#eab308cc var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/85{--tw-gradient-from:#eab308d9 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/90{--tw-gradient-from:#eab308e6 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-500\/95{--tw-gradient-from:#eab308f2 var(--tw-gradient-from-position);--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600{--tw-gradient-from:#ca8a04 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/0{--tw-gradient-from:#ca8a0400 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/10{--tw-gradient-from:#ca8a041a var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/100{--tw-gradient-from:#ca8a04 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/15{--tw-gradient-from:#ca8a0426 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/20{--tw-gradient-from:#ca8a0433 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/25{--tw-gradient-from:#ca8a0440 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/30{--tw-gradient-from:#ca8a044d var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/35{--tw-gradient-from:#ca8a0459 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/40{--tw-gradient-from:#ca8a0466 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/45{--tw-gradient-from:#ca8a0473 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/5{--tw-gradient-from:#ca8a040d var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/50{--tw-gradient-from:#ca8a0480 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/55{--tw-gradient-from:#ca8a048c var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/60{--tw-gradient-from:#ca8a0499 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/65{--tw-gradient-from:#ca8a04a6 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/70{--tw-gradient-from:#ca8a04b3 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/75{--tw-gradient-from:#ca8a04bf var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/80{--tw-gradient-from:#ca8a04cc var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/85{--tw-gradient-from:#ca8a04d9 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/90{--tw-gradient-from:#ca8a04e6 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-600\/95{--tw-gradient-from:#ca8a04f2 var(--tw-gradient-from-position);--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700{--tw-gradient-from:#a16207 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/0{--tw-gradient-from:#a1620700 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/10{--tw-gradient-from:#a162071a var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/100{--tw-gradient-from:#a16207 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/15{--tw-gradient-from:#a1620726 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/20{--tw-gradient-from:#a1620733 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/25{--tw-gradient-from:#a1620740 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/30{--tw-gradient-from:#a162074d var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/35{--tw-gradient-from:#a1620759 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/40{--tw-gradient-from:#a1620766 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/45{--tw-gradient-from:#a1620773 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/5{--tw-gradient-from:#a162070d var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/50{--tw-gradient-from:#a1620780 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/55{--tw-gradient-from:#a162078c var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/60{--tw-gradient-from:#a1620799 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/65{--tw-gradient-from:#a16207a6 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/70{--tw-gradient-from:#a16207b3 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/75{--tw-gradient-from:#a16207bf var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/80{--tw-gradient-from:#a16207cc var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/85{--tw-gradient-from:#a16207d9 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/90{--tw-gradient-from:#a16207e6 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-700\/95{--tw-gradient-from:#a16207f2 var(--tw-gradient-from-position);--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800{--tw-gradient-from:#854d0e var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/0{--tw-gradient-from:#854d0e00 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/10{--tw-gradient-from:#854d0e1a var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/100{--tw-gradient-from:#854d0e var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/15{--tw-gradient-from:#854d0e26 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/20{--tw-gradient-from:#854d0e33 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/25{--tw-gradient-from:#854d0e40 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/30{--tw-gradient-from:#854d0e4d var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/35{--tw-gradient-from:#854d0e59 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/40{--tw-gradient-from:#854d0e66 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/45{--tw-gradient-from:#854d0e73 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/5{--tw-gradient-from:#854d0e0d var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/50{--tw-gradient-from:#854d0e80 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/55{--tw-gradient-from:#854d0e8c var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/60{--tw-gradient-from:#854d0e99 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/65{--tw-gradient-from:#854d0ea6 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/70{--tw-gradient-from:#854d0eb3 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/75{--tw-gradient-from:#854d0ebf var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/80{--tw-gradient-from:#854d0ecc var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/85{--tw-gradient-from:#854d0ed9 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/90{--tw-gradient-from:#854d0ee6 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-800\/95{--tw-gradient-from:#854d0ef2 var(--tw-gradient-from-position);--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900{--tw-gradient-from:#713f12 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/0{--tw-gradient-from:#713f1200 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/10{--tw-gradient-from:#713f121a var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/100{--tw-gradient-from:#713f12 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/15{--tw-gradient-from:#713f1226 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/20{--tw-gradient-from:#713f1233 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/25{--tw-gradient-from:#713f1240 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/30{--tw-gradient-from:#713f124d var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/35{--tw-gradient-from:#713f1259 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/40{--tw-gradient-from:#713f1266 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/45{--tw-gradient-from:#713f1273 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/5{--tw-gradient-from:#713f120d var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/50{--tw-gradient-from:#713f1280 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/55{--tw-gradient-from:#713f128c var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/60{--tw-gradient-from:#713f1299 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/65{--tw-gradient-from:#713f12a6 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/70{--tw-gradient-from:#713f12b3 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/75{--tw-gradient-from:#713f12bf var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/80{--tw-gradient-from:#713f12cc var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/85{--tw-gradient-from:#713f12d9 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/90{--tw-gradient-from:#713f12e6 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-900\/95{--tw-gradient-from:#713f12f2 var(--tw-gradient-from-position);--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950{--tw-gradient-from:#422006 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/0{--tw-gradient-from:#42200600 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/10{--tw-gradient-from:#4220061a var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/100{--tw-gradient-from:#422006 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/15{--tw-gradient-from:#42200626 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/20{--tw-gradient-from:#42200633 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/25{--tw-gradient-from:#42200640 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/30{--tw-gradient-from:#4220064d var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/35{--tw-gradient-from:#42200659 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/40{--tw-gradient-from:#42200666 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/45{--tw-gradient-from:#42200673 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/5{--tw-gradient-from:#4220060d var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/50{--tw-gradient-from:#42200680 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/55{--tw-gradient-from:#4220068c var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/60{--tw-gradient-from:#42200699 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/65{--tw-gradient-from:#422006a6 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/70{--tw-gradient-from:#422006b3 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/75{--tw-gradient-from:#422006bf var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/80{--tw-gradient-from:#422006cc var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/85{--tw-gradient-from:#422006d9 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/90{--tw-gradient-from:#422006e6 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:from-yellow-950\/95{--tw-gradient-from:#422006f2 var(--tw-gradient-from-position);--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.lg\:via-yellow-100{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/0{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c300 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/10{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c31a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/100{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/15{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c326 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/20{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c333 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/25{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c340 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/30{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c34d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/35{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c359 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/40{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c366 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/45{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c373 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/5{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c30d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/50{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c380 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/55{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c38c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/60{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c399 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/65{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/70{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/75{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/80{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/85{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/90{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-100\/95{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef9c3f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/0{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/10{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a1a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/100{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/15{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a26 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/20{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a33 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/25{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a40 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/30{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a4d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/35{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a59 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/40{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a66 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/45{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a73 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/5{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a0d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/50{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a80 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/55{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a8c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/60{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08a99 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/65{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08aa6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/70{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ab3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/75{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08abf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/80{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08acc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/85{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ad9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/90{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08ae6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-200\/95{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef08af2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/0{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/10{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0471a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/100{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/15{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04726 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/20{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04733 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/25{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04740 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/30{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0474d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/35{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04759 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/40{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04766 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/45{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04773 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/5{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0470d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/50{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04780 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/55{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde0478c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/60{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde04799 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/65{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/70{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/75{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/80{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/85{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/90{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-300\/95{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde047f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/0{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1500 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/10{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc151a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/100{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/15{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1526 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/20{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1533 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/25{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1540 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/30{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc154d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/35{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1559 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/40{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1566 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/45{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1573 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/5{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc150d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/50{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1580 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/55{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc158c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/60{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc1599 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/65{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/70{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/75{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/80{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/85{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/90{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-400\/95{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #facc15f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/0{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce800 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/10{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce81a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/100{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/15{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce826 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/20{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce833 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/25{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce840 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/30{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce84d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/35{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce859 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/40{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce866 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/45{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce873 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/5{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce80d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/50{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce880 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/55{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce88c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/60{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/65{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/70{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/75{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/80{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/85{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/90{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-50\/95{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fefce8f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/0{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30800 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/10{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3081a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/100{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/15{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30826 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/20{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30833 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/25{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30840 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/30{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3084d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/35{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30859 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/40{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30866 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/45{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30873 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/5{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3080d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/50{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30880 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/55{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab3088c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/60{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab30899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/65{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/70{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/75{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/80{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/85{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/90{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-500\/95{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #eab308f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/0{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0400 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/10{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a041a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/100{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/15{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0426 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/20{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0433 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/25{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0440 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/30{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a044d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/35{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0459 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/40{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0466 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/45{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0473 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/5{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a040d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/50{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0480 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/55{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a048c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/60{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a0499 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/65{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/70{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/75{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/80{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/85{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/90{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-600\/95{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ca8a04f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/0{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620700 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/10{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162071a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/100{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/15{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620726 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/20{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620733 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/25{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620740 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/30{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162074d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/35{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620759 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/40{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620766 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/45{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620773 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/5{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162070d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/50{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620780 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/55{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a162078c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/60{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a1620799 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/65{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/70{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/75{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/80{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/85{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/90{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-700\/95{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a16207f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/0{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e00 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/10{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e1a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/100{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/15{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e26 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/20{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e33 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/25{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e40 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/30{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e4d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/35{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e59 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/40{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e66 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/45{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e73 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/5{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e0d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/50{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e80 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/55{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e8c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/60{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0e99 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/65{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ea6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/70{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0eb3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/75{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ebf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/80{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ecc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/85{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ed9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/90{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ee6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-800\/95{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #854d0ef2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/0{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1200 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/10{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f121a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/100{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/15{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1226 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/20{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1233 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/25{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1240 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/30{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f124d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/35{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1259 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/40{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1266 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/45{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1273 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/5{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f120d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/50{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1280 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/55{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f128c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/60{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f1299 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/65{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/70{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/75{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/80{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/85{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/90{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-900\/95{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #713f12f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/0{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200600 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/10{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220061a var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/100{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/15{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200626 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/20{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200633 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/25{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200640 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/30{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220064d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/35{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200659 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/40{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200666 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/45{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200673 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/5{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220060d var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/50{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200680 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/55{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4220068c var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/60{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #42200699 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/65{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/70{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006b3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/75{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006bf var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/80{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006cc var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/85{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/90{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006e6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:via-yellow-950\/95{--tw-gradient-to:#42200600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #422006f2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.lg\:to-yellow-100{--tw-gradient-to:#fef9c3 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/0{--tw-gradient-to:#fef9c300 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/10{--tw-gradient-to:#fef9c31a var(--tw-gradient-to-position)}.lg\:to-yellow-100\/100{--tw-gradient-to:#fef9c3 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/15{--tw-gradient-to:#fef9c326 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/20{--tw-gradient-to:#fef9c333 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/25{--tw-gradient-to:#fef9c340 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/30{--tw-gradient-to:#fef9c34d var(--tw-gradient-to-position)}.lg\:to-yellow-100\/35{--tw-gradient-to:#fef9c359 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/40{--tw-gradient-to:#fef9c366 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/45{--tw-gradient-to:#fef9c373 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/5{--tw-gradient-to:#fef9c30d var(--tw-gradient-to-position)}.lg\:to-yellow-100\/50{--tw-gradient-to:#fef9c380 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/55{--tw-gradient-to:#fef9c38c var(--tw-gradient-to-position)}.lg\:to-yellow-100\/60{--tw-gradient-to:#fef9c399 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/65{--tw-gradient-to:#fef9c3a6 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/70{--tw-gradient-to:#fef9c3b3 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/75{--tw-gradient-to:#fef9c3bf var(--tw-gradient-to-position)}.lg\:to-yellow-100\/80{--tw-gradient-to:#fef9c3cc var(--tw-gradient-to-position)}.lg\:to-yellow-100\/85{--tw-gradient-to:#fef9c3d9 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/90{--tw-gradient-to:#fef9c3e6 var(--tw-gradient-to-position)}.lg\:to-yellow-100\/95{--tw-gradient-to:#fef9c3f2 var(--tw-gradient-to-position)}.lg\:to-yellow-200{--tw-gradient-to:#fef08a var(--tw-gradient-to-position)}.lg\:to-yellow-200\/0{--tw-gradient-to:#fef08a00 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/10{--tw-gradient-to:#fef08a1a var(--tw-gradient-to-position)}.lg\:to-yellow-200\/100{--tw-gradient-to:#fef08a var(--tw-gradient-to-position)}.lg\:to-yellow-200\/15{--tw-gradient-to:#fef08a26 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/20{--tw-gradient-to:#fef08a33 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/25{--tw-gradient-to:#fef08a40 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/30{--tw-gradient-to:#fef08a4d var(--tw-gradient-to-position)}.lg\:to-yellow-200\/35{--tw-gradient-to:#fef08a59 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/40{--tw-gradient-to:#fef08a66 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/45{--tw-gradient-to:#fef08a73 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/5{--tw-gradient-to:#fef08a0d var(--tw-gradient-to-position)}.lg\:to-yellow-200\/50{--tw-gradient-to:#fef08a80 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/55{--tw-gradient-to:#fef08a8c var(--tw-gradient-to-position)}.lg\:to-yellow-200\/60{--tw-gradient-to:#fef08a99 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/65{--tw-gradient-to:#fef08aa6 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/70{--tw-gradient-to:#fef08ab3 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/75{--tw-gradient-to:#fef08abf var(--tw-gradient-to-position)}.lg\:to-yellow-200\/80{--tw-gradient-to:#fef08acc var(--tw-gradient-to-position)}.lg\:to-yellow-200\/85{--tw-gradient-to:#fef08ad9 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/90{--tw-gradient-to:#fef08ae6 var(--tw-gradient-to-position)}.lg\:to-yellow-200\/95{--tw-gradient-to:#fef08af2 var(--tw-gradient-to-position)}.lg\:to-yellow-300{--tw-gradient-to:#fde047 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/0{--tw-gradient-to:#fde04700 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/10{--tw-gradient-to:#fde0471a var(--tw-gradient-to-position)}.lg\:to-yellow-300\/100{--tw-gradient-to:#fde047 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/15{--tw-gradient-to:#fde04726 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/20{--tw-gradient-to:#fde04733 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/25{--tw-gradient-to:#fde04740 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/30{--tw-gradient-to:#fde0474d var(--tw-gradient-to-position)}.lg\:to-yellow-300\/35{--tw-gradient-to:#fde04759 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/40{--tw-gradient-to:#fde04766 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/45{--tw-gradient-to:#fde04773 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/5{--tw-gradient-to:#fde0470d var(--tw-gradient-to-position)}.lg\:to-yellow-300\/50{--tw-gradient-to:#fde04780 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/55{--tw-gradient-to:#fde0478c var(--tw-gradient-to-position)}.lg\:to-yellow-300\/60{--tw-gradient-to:#fde04799 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/65{--tw-gradient-to:#fde047a6 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/70{--tw-gradient-to:#fde047b3 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/75{--tw-gradient-to:#fde047bf var(--tw-gradient-to-position)}.lg\:to-yellow-300\/80{--tw-gradient-to:#fde047cc var(--tw-gradient-to-position)}.lg\:to-yellow-300\/85{--tw-gradient-to:#fde047d9 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/90{--tw-gradient-to:#fde047e6 var(--tw-gradient-to-position)}.lg\:to-yellow-300\/95{--tw-gradient-to:#fde047f2 var(--tw-gradient-to-position)}.lg\:to-yellow-400{--tw-gradient-to:#facc15 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/0{--tw-gradient-to:#facc1500 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/10{--tw-gradient-to:#facc151a var(--tw-gradient-to-position)}.lg\:to-yellow-400\/100{--tw-gradient-to:#facc15 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/15{--tw-gradient-to:#facc1526 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/20{--tw-gradient-to:#facc1533 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/25{--tw-gradient-to:#facc1540 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/30{--tw-gradient-to:#facc154d var(--tw-gradient-to-position)}.lg\:to-yellow-400\/35{--tw-gradient-to:#facc1559 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/40{--tw-gradient-to:#facc1566 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/45{--tw-gradient-to:#facc1573 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/5{--tw-gradient-to:#facc150d var(--tw-gradient-to-position)}.lg\:to-yellow-400\/50{--tw-gradient-to:#facc1580 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/55{--tw-gradient-to:#facc158c var(--tw-gradient-to-position)}.lg\:to-yellow-400\/60{--tw-gradient-to:#facc1599 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/65{--tw-gradient-to:#facc15a6 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/70{--tw-gradient-to:#facc15b3 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/75{--tw-gradient-to:#facc15bf var(--tw-gradient-to-position)}.lg\:to-yellow-400\/80{--tw-gradient-to:#facc15cc var(--tw-gradient-to-position)}.lg\:to-yellow-400\/85{--tw-gradient-to:#facc15d9 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/90{--tw-gradient-to:#facc15e6 var(--tw-gradient-to-position)}.lg\:to-yellow-400\/95{--tw-gradient-to:#facc15f2 var(--tw-gradient-to-position)}.lg\:to-yellow-50{--tw-gradient-to:#fefce8 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/0{--tw-gradient-to:#fefce800 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/10{--tw-gradient-to:#fefce81a var(--tw-gradient-to-position)}.lg\:to-yellow-50\/100{--tw-gradient-to:#fefce8 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/15{--tw-gradient-to:#fefce826 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/20{--tw-gradient-to:#fefce833 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/25{--tw-gradient-to:#fefce840 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/30{--tw-gradient-to:#fefce84d var(--tw-gradient-to-position)}.lg\:to-yellow-50\/35{--tw-gradient-to:#fefce859 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/40{--tw-gradient-to:#fefce866 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/45{--tw-gradient-to:#fefce873 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/5{--tw-gradient-to:#fefce80d var(--tw-gradient-to-position)}.lg\:to-yellow-50\/50{--tw-gradient-to:#fefce880 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/55{--tw-gradient-to:#fefce88c var(--tw-gradient-to-position)}.lg\:to-yellow-50\/60{--tw-gradient-to:#fefce899 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/65{--tw-gradient-to:#fefce8a6 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/70{--tw-gradient-to:#fefce8b3 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/75{--tw-gradient-to:#fefce8bf var(--tw-gradient-to-position)}.lg\:to-yellow-50\/80{--tw-gradient-to:#fefce8cc var(--tw-gradient-to-position)}.lg\:to-yellow-50\/85{--tw-gradient-to:#fefce8d9 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/90{--tw-gradient-to:#fefce8e6 var(--tw-gradient-to-position)}.lg\:to-yellow-50\/95{--tw-gradient-to:#fefce8f2 var(--tw-gradient-to-position)}.lg\:to-yellow-500{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/0{--tw-gradient-to:#eab30800 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/10{--tw-gradient-to:#eab3081a var(--tw-gradient-to-position)}.lg\:to-yellow-500\/100{--tw-gradient-to:#eab308 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/15{--tw-gradient-to:#eab30826 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/20{--tw-gradient-to:#eab30833 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/25{--tw-gradient-to:#eab30840 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/30{--tw-gradient-to:#eab3084d var(--tw-gradient-to-position)}.lg\:to-yellow-500\/35{--tw-gradient-to:#eab30859 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/40{--tw-gradient-to:#eab30866 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/45{--tw-gradient-to:#eab30873 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/5{--tw-gradient-to:#eab3080d var(--tw-gradient-to-position)}.lg\:to-yellow-500\/50{--tw-gradient-to:#eab30880 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/55{--tw-gradient-to:#eab3088c var(--tw-gradient-to-position)}.lg\:to-yellow-500\/60{--tw-gradient-to:#eab30899 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/65{--tw-gradient-to:#eab308a6 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/70{--tw-gradient-to:#eab308b3 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/75{--tw-gradient-to:#eab308bf var(--tw-gradient-to-position)}.lg\:to-yellow-500\/80{--tw-gradient-to:#eab308cc var(--tw-gradient-to-position)}.lg\:to-yellow-500\/85{--tw-gradient-to:#eab308d9 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/90{--tw-gradient-to:#eab308e6 var(--tw-gradient-to-position)}.lg\:to-yellow-500\/95{--tw-gradient-to:#eab308f2 var(--tw-gradient-to-position)}.lg\:to-yellow-600{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/0{--tw-gradient-to:#ca8a0400 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/10{--tw-gradient-to:#ca8a041a var(--tw-gradient-to-position)}.lg\:to-yellow-600\/100{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/15{--tw-gradient-to:#ca8a0426 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/20{--tw-gradient-to:#ca8a0433 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/25{--tw-gradient-to:#ca8a0440 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/30{--tw-gradient-to:#ca8a044d var(--tw-gradient-to-position)}.lg\:to-yellow-600\/35{--tw-gradient-to:#ca8a0459 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/40{--tw-gradient-to:#ca8a0466 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/45{--tw-gradient-to:#ca8a0473 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/5{--tw-gradient-to:#ca8a040d var(--tw-gradient-to-position)}.lg\:to-yellow-600\/50{--tw-gradient-to:#ca8a0480 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/55{--tw-gradient-to:#ca8a048c var(--tw-gradient-to-position)}.lg\:to-yellow-600\/60{--tw-gradient-to:#ca8a0499 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/65{--tw-gradient-to:#ca8a04a6 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/70{--tw-gradient-to:#ca8a04b3 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/75{--tw-gradient-to:#ca8a04bf var(--tw-gradient-to-position)}.lg\:to-yellow-600\/80{--tw-gradient-to:#ca8a04cc var(--tw-gradient-to-position)}.lg\:to-yellow-600\/85{--tw-gradient-to:#ca8a04d9 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/90{--tw-gradient-to:#ca8a04e6 var(--tw-gradient-to-position)}.lg\:to-yellow-600\/95{--tw-gradient-to:#ca8a04f2 var(--tw-gradient-to-position)}.lg\:to-yellow-700{--tw-gradient-to:#a16207 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/0{--tw-gradient-to:#a1620700 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/10{--tw-gradient-to:#a162071a var(--tw-gradient-to-position)}.lg\:to-yellow-700\/100{--tw-gradient-to:#a16207 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/15{--tw-gradient-to:#a1620726 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/20{--tw-gradient-to:#a1620733 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/25{--tw-gradient-to:#a1620740 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/30{--tw-gradient-to:#a162074d var(--tw-gradient-to-position)}.lg\:to-yellow-700\/35{--tw-gradient-to:#a1620759 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/40{--tw-gradient-to:#a1620766 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/45{--tw-gradient-to:#a1620773 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/5{--tw-gradient-to:#a162070d var(--tw-gradient-to-position)}.lg\:to-yellow-700\/50{--tw-gradient-to:#a1620780 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/55{--tw-gradient-to:#a162078c var(--tw-gradient-to-position)}.lg\:to-yellow-700\/60{--tw-gradient-to:#a1620799 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/65{--tw-gradient-to:#a16207a6 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/70{--tw-gradient-to:#a16207b3 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/75{--tw-gradient-to:#a16207bf var(--tw-gradient-to-position)}.lg\:to-yellow-700\/80{--tw-gradient-to:#a16207cc var(--tw-gradient-to-position)}.lg\:to-yellow-700\/85{--tw-gradient-to:#a16207d9 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/90{--tw-gradient-to:#a16207e6 var(--tw-gradient-to-position)}.lg\:to-yellow-700\/95{--tw-gradient-to:#a16207f2 var(--tw-gradient-to-position)}.lg\:to-yellow-800{--tw-gradient-to:#854d0e var(--tw-gradient-to-position)}.lg\:to-yellow-800\/0{--tw-gradient-to:#854d0e00 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/10{--tw-gradient-to:#854d0e1a var(--tw-gradient-to-position)}.lg\:to-yellow-800\/100{--tw-gradient-to:#854d0e var(--tw-gradient-to-position)}.lg\:to-yellow-800\/15{--tw-gradient-to:#854d0e26 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/20{--tw-gradient-to:#854d0e33 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/25{--tw-gradient-to:#854d0e40 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/30{--tw-gradient-to:#854d0e4d var(--tw-gradient-to-position)}.lg\:to-yellow-800\/35{--tw-gradient-to:#854d0e59 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/40{--tw-gradient-to:#854d0e66 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/45{--tw-gradient-to:#854d0e73 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/5{--tw-gradient-to:#854d0e0d var(--tw-gradient-to-position)}.lg\:to-yellow-800\/50{--tw-gradient-to:#854d0e80 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/55{--tw-gradient-to:#854d0e8c var(--tw-gradient-to-position)}.lg\:to-yellow-800\/60{--tw-gradient-to:#854d0e99 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/65{--tw-gradient-to:#854d0ea6 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/70{--tw-gradient-to:#854d0eb3 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/75{--tw-gradient-to:#854d0ebf var(--tw-gradient-to-position)}.lg\:to-yellow-800\/80{--tw-gradient-to:#854d0ecc var(--tw-gradient-to-position)}.lg\:to-yellow-800\/85{--tw-gradient-to:#854d0ed9 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/90{--tw-gradient-to:#854d0ee6 var(--tw-gradient-to-position)}.lg\:to-yellow-800\/95{--tw-gradient-to:#854d0ef2 var(--tw-gradient-to-position)}.lg\:to-yellow-900{--tw-gradient-to:#713f12 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/0{--tw-gradient-to:#713f1200 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/10{--tw-gradient-to:#713f121a var(--tw-gradient-to-position)}.lg\:to-yellow-900\/100{--tw-gradient-to:#713f12 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/15{--tw-gradient-to:#713f1226 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/20{--tw-gradient-to:#713f1233 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/25{--tw-gradient-to:#713f1240 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/30{--tw-gradient-to:#713f124d var(--tw-gradient-to-position)}.lg\:to-yellow-900\/35{--tw-gradient-to:#713f1259 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/40{--tw-gradient-to:#713f1266 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/45{--tw-gradient-to:#713f1273 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/5{--tw-gradient-to:#713f120d var(--tw-gradient-to-position)}.lg\:to-yellow-900\/50{--tw-gradient-to:#713f1280 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/55{--tw-gradient-to:#713f128c var(--tw-gradient-to-position)}.lg\:to-yellow-900\/60{--tw-gradient-to:#713f1299 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/65{--tw-gradient-to:#713f12a6 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/70{--tw-gradient-to:#713f12b3 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/75{--tw-gradient-to:#713f12bf var(--tw-gradient-to-position)}.lg\:to-yellow-900\/80{--tw-gradient-to:#713f12cc var(--tw-gradient-to-position)}.lg\:to-yellow-900\/85{--tw-gradient-to:#713f12d9 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/90{--tw-gradient-to:#713f12e6 var(--tw-gradient-to-position)}.lg\:to-yellow-900\/95{--tw-gradient-to:#713f12f2 var(--tw-gradient-to-position)}.lg\:to-yellow-950{--tw-gradient-to:#422006 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/0{--tw-gradient-to:#42200600 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/10{--tw-gradient-to:#4220061a var(--tw-gradient-to-position)}.lg\:to-yellow-950\/100{--tw-gradient-to:#422006 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/15{--tw-gradient-to:#42200626 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/20{--tw-gradient-to:#42200633 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/25{--tw-gradient-to:#42200640 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/30{--tw-gradient-to:#4220064d var(--tw-gradient-to-position)}.lg\:to-yellow-950\/35{--tw-gradient-to:#42200659 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/40{--tw-gradient-to:#42200666 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/45{--tw-gradient-to:#42200673 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/5{--tw-gradient-to:#4220060d var(--tw-gradient-to-position)}.lg\:to-yellow-950\/50{--tw-gradient-to:#42200680 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/55{--tw-gradient-to:#4220068c var(--tw-gradient-to-position)}.lg\:to-yellow-950\/60{--tw-gradient-to:#42200699 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/65{--tw-gradient-to:#422006a6 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/70{--tw-gradient-to:#422006b3 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/75{--tw-gradient-to:#422006bf var(--tw-gradient-to-position)}.lg\:to-yellow-950\/80{--tw-gradient-to:#422006cc var(--tw-gradient-to-position)}.lg\:to-yellow-950\/85{--tw-gradient-to:#422006d9 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/90{--tw-gradient-to:#422006e6 var(--tw-gradient-to-position)}.lg\:to-yellow-950\/95{--tw-gradient-to:#422006f2 var(--tw-gradient-to-position)}.lg\:fill-yellow-100{fill:#fef9c3}.lg\:fill-yellow-100\/0{fill:#fef9c300}.lg\:fill-yellow-100\/10{fill:#fef9c31a}.lg\:fill-yellow-100\/100{fill:#fef9c3}.lg\:fill-yellow-100\/15{fill:#fef9c326}.lg\:fill-yellow-100\/20{fill:#fef9c333}.lg\:fill-yellow-100\/25{fill:#fef9c340}.lg\:fill-yellow-100\/30{fill:#fef9c34d}.lg\:fill-yellow-100\/35{fill:#fef9c359}.lg\:fill-yellow-100\/40{fill:#fef9c366}.lg\:fill-yellow-100\/45{fill:#fef9c373}.lg\:fill-yellow-100\/5{fill:#fef9c30d}.lg\:fill-yellow-100\/50{fill:#fef9c380}.lg\:fill-yellow-100\/55{fill:#fef9c38c}.lg\:fill-yellow-100\/60{fill:#fef9c399}.lg\:fill-yellow-100\/65{fill:#fef9c3a6}.lg\:fill-yellow-100\/70{fill:#fef9c3b3}.lg\:fill-yellow-100\/75{fill:#fef9c3bf}.lg\:fill-yellow-100\/80{fill:#fef9c3cc}.lg\:fill-yellow-100\/85{fill:#fef9c3d9}.lg\:fill-yellow-100\/90{fill:#fef9c3e6}.lg\:fill-yellow-100\/95{fill:#fef9c3f2}.lg\:fill-yellow-200{fill:#fef08a}.lg\:fill-yellow-200\/0{fill:#fef08a00}.lg\:fill-yellow-200\/10{fill:#fef08a1a}.lg\:fill-yellow-200\/100{fill:#fef08a}.lg\:fill-yellow-200\/15{fill:#fef08a26}.lg\:fill-yellow-200\/20{fill:#fef08a33}.lg\:fill-yellow-200\/25{fill:#fef08a40}.lg\:fill-yellow-200\/30{fill:#fef08a4d}.lg\:fill-yellow-200\/35{fill:#fef08a59}.lg\:fill-yellow-200\/40{fill:#fef08a66}.lg\:fill-yellow-200\/45{fill:#fef08a73}.lg\:fill-yellow-200\/5{fill:#fef08a0d}.lg\:fill-yellow-200\/50{fill:#fef08a80}.lg\:fill-yellow-200\/55{fill:#fef08a8c}.lg\:fill-yellow-200\/60{fill:#fef08a99}.lg\:fill-yellow-200\/65{fill:#fef08aa6}.lg\:fill-yellow-200\/70{fill:#fef08ab3}.lg\:fill-yellow-200\/75{fill:#fef08abf}.lg\:fill-yellow-200\/80{fill:#fef08acc}.lg\:fill-yellow-200\/85{fill:#fef08ad9}.lg\:fill-yellow-200\/90{fill:#fef08ae6}.lg\:fill-yellow-200\/95{fill:#fef08af2}.lg\:fill-yellow-300{fill:#fde047}.lg\:fill-yellow-300\/0{fill:#fde04700}.lg\:fill-yellow-300\/10{fill:#fde0471a}.lg\:fill-yellow-300\/100{fill:#fde047}.lg\:fill-yellow-300\/15{fill:#fde04726}.lg\:fill-yellow-300\/20{fill:#fde04733}.lg\:fill-yellow-300\/25{fill:#fde04740}.lg\:fill-yellow-300\/30{fill:#fde0474d}.lg\:fill-yellow-300\/35{fill:#fde04759}.lg\:fill-yellow-300\/40{fill:#fde04766}.lg\:fill-yellow-300\/45{fill:#fde04773}.lg\:fill-yellow-300\/5{fill:#fde0470d}.lg\:fill-yellow-300\/50{fill:#fde04780}.lg\:fill-yellow-300\/55{fill:#fde0478c}.lg\:fill-yellow-300\/60{fill:#fde04799}.lg\:fill-yellow-300\/65{fill:#fde047a6}.lg\:fill-yellow-300\/70{fill:#fde047b3}.lg\:fill-yellow-300\/75{fill:#fde047bf}.lg\:fill-yellow-300\/80{fill:#fde047cc}.lg\:fill-yellow-300\/85{fill:#fde047d9}.lg\:fill-yellow-300\/90{fill:#fde047e6}.lg\:fill-yellow-300\/95{fill:#fde047f2}.lg\:fill-yellow-400{fill:#facc15}.lg\:fill-yellow-400\/0{fill:#facc1500}.lg\:fill-yellow-400\/10{fill:#facc151a}.lg\:fill-yellow-400\/100{fill:#facc15}.lg\:fill-yellow-400\/15{fill:#facc1526}.lg\:fill-yellow-400\/20{fill:#facc1533}.lg\:fill-yellow-400\/25{fill:#facc1540}.lg\:fill-yellow-400\/30{fill:#facc154d}.lg\:fill-yellow-400\/35{fill:#facc1559}.lg\:fill-yellow-400\/40{fill:#facc1566}.lg\:fill-yellow-400\/45{fill:#facc1573}.lg\:fill-yellow-400\/5{fill:#facc150d}.lg\:fill-yellow-400\/50{fill:#facc1580}.lg\:fill-yellow-400\/55{fill:#facc158c}.lg\:fill-yellow-400\/60{fill:#facc1599}.lg\:fill-yellow-400\/65{fill:#facc15a6}.lg\:fill-yellow-400\/70{fill:#facc15b3}.lg\:fill-yellow-400\/75{fill:#facc15bf}.lg\:fill-yellow-400\/80{fill:#facc15cc}.lg\:fill-yellow-400\/85{fill:#facc15d9}.lg\:fill-yellow-400\/90{fill:#facc15e6}.lg\:fill-yellow-400\/95{fill:#facc15f2}.lg\:fill-yellow-50{fill:#fefce8}.lg\:fill-yellow-50\/0{fill:#fefce800}.lg\:fill-yellow-50\/10{fill:#fefce81a}.lg\:fill-yellow-50\/100{fill:#fefce8}.lg\:fill-yellow-50\/15{fill:#fefce826}.lg\:fill-yellow-50\/20{fill:#fefce833}.lg\:fill-yellow-50\/25{fill:#fefce840}.lg\:fill-yellow-50\/30{fill:#fefce84d}.lg\:fill-yellow-50\/35{fill:#fefce859}.lg\:fill-yellow-50\/40{fill:#fefce866}.lg\:fill-yellow-50\/45{fill:#fefce873}.lg\:fill-yellow-50\/5{fill:#fefce80d}.lg\:fill-yellow-50\/50{fill:#fefce880}.lg\:fill-yellow-50\/55{fill:#fefce88c}.lg\:fill-yellow-50\/60{fill:#fefce899}.lg\:fill-yellow-50\/65{fill:#fefce8a6}.lg\:fill-yellow-50\/70{fill:#fefce8b3}.lg\:fill-yellow-50\/75{fill:#fefce8bf}.lg\:fill-yellow-50\/80{fill:#fefce8cc}.lg\:fill-yellow-50\/85{fill:#fefce8d9}.lg\:fill-yellow-50\/90{fill:#fefce8e6}.lg\:fill-yellow-50\/95{fill:#fefce8f2}.lg\:fill-yellow-500{fill:#eab308}.lg\:fill-yellow-500\/0{fill:#eab30800}.lg\:fill-yellow-500\/10{fill:#eab3081a}.lg\:fill-yellow-500\/100{fill:#eab308}.lg\:fill-yellow-500\/15{fill:#eab30826}.lg\:fill-yellow-500\/20{fill:#eab30833}.lg\:fill-yellow-500\/25{fill:#eab30840}.lg\:fill-yellow-500\/30{fill:#eab3084d}.lg\:fill-yellow-500\/35{fill:#eab30859}.lg\:fill-yellow-500\/40{fill:#eab30866}.lg\:fill-yellow-500\/45{fill:#eab30873}.lg\:fill-yellow-500\/5{fill:#eab3080d}.lg\:fill-yellow-500\/50{fill:#eab30880}.lg\:fill-yellow-500\/55{fill:#eab3088c}.lg\:fill-yellow-500\/60{fill:#eab30899}.lg\:fill-yellow-500\/65{fill:#eab308a6}.lg\:fill-yellow-500\/70{fill:#eab308b3}.lg\:fill-yellow-500\/75{fill:#eab308bf}.lg\:fill-yellow-500\/80{fill:#eab308cc}.lg\:fill-yellow-500\/85{fill:#eab308d9}.lg\:fill-yellow-500\/90{fill:#eab308e6}.lg\:fill-yellow-500\/95{fill:#eab308f2}.lg\:fill-yellow-600{fill:#ca8a04}.lg\:fill-yellow-600\/0{fill:#ca8a0400}.lg\:fill-yellow-600\/10{fill:#ca8a041a}.lg\:fill-yellow-600\/100{fill:#ca8a04}.lg\:fill-yellow-600\/15{fill:#ca8a0426}.lg\:fill-yellow-600\/20{fill:#ca8a0433}.lg\:fill-yellow-600\/25{fill:#ca8a0440}.lg\:fill-yellow-600\/30{fill:#ca8a044d}.lg\:fill-yellow-600\/35{fill:#ca8a0459}.lg\:fill-yellow-600\/40{fill:#ca8a0466}.lg\:fill-yellow-600\/45{fill:#ca8a0473}.lg\:fill-yellow-600\/5{fill:#ca8a040d}.lg\:fill-yellow-600\/50{fill:#ca8a0480}.lg\:fill-yellow-600\/55{fill:#ca8a048c}.lg\:fill-yellow-600\/60{fill:#ca8a0499}.lg\:fill-yellow-600\/65{fill:#ca8a04a6}.lg\:fill-yellow-600\/70{fill:#ca8a04b3}.lg\:fill-yellow-600\/75{fill:#ca8a04bf}.lg\:fill-yellow-600\/80{fill:#ca8a04cc}.lg\:fill-yellow-600\/85{fill:#ca8a04d9}.lg\:fill-yellow-600\/90{fill:#ca8a04e6}.lg\:fill-yellow-600\/95{fill:#ca8a04f2}.lg\:fill-yellow-700{fill:#a16207}.lg\:fill-yellow-700\/0{fill:#a1620700}.lg\:fill-yellow-700\/10{fill:#a162071a}.lg\:fill-yellow-700\/100{fill:#a16207}.lg\:fill-yellow-700\/15{fill:#a1620726}.lg\:fill-yellow-700\/20{fill:#a1620733}.lg\:fill-yellow-700\/25{fill:#a1620740}.lg\:fill-yellow-700\/30{fill:#a162074d}.lg\:fill-yellow-700\/35{fill:#a1620759}.lg\:fill-yellow-700\/40{fill:#a1620766}.lg\:fill-yellow-700\/45{fill:#a1620773}.lg\:fill-yellow-700\/5{fill:#a162070d}.lg\:fill-yellow-700\/50{fill:#a1620780}.lg\:fill-yellow-700\/55{fill:#a162078c}.lg\:fill-yellow-700\/60{fill:#a1620799}.lg\:fill-yellow-700\/65{fill:#a16207a6}.lg\:fill-yellow-700\/70{fill:#a16207b3}.lg\:fill-yellow-700\/75{fill:#a16207bf}.lg\:fill-yellow-700\/80{fill:#a16207cc}.lg\:fill-yellow-700\/85{fill:#a16207d9}.lg\:fill-yellow-700\/90{fill:#a16207e6}.lg\:fill-yellow-700\/95{fill:#a16207f2}.lg\:fill-yellow-800{fill:#854d0e}.lg\:fill-yellow-800\/0{fill:#854d0e00}.lg\:fill-yellow-800\/10{fill:#854d0e1a}.lg\:fill-yellow-800\/100{fill:#854d0e}.lg\:fill-yellow-800\/15{fill:#854d0e26}.lg\:fill-yellow-800\/20{fill:#854d0e33}.lg\:fill-yellow-800\/25{fill:#854d0e40}.lg\:fill-yellow-800\/30{fill:#854d0e4d}.lg\:fill-yellow-800\/35{fill:#854d0e59}.lg\:fill-yellow-800\/40{fill:#854d0e66}.lg\:fill-yellow-800\/45{fill:#854d0e73}.lg\:fill-yellow-800\/5{fill:#854d0e0d}.lg\:fill-yellow-800\/50{fill:#854d0e80}.lg\:fill-yellow-800\/55{fill:#854d0e8c}.lg\:fill-yellow-800\/60{fill:#854d0e99}.lg\:fill-yellow-800\/65{fill:#854d0ea6}.lg\:fill-yellow-800\/70{fill:#854d0eb3}.lg\:fill-yellow-800\/75{fill:#854d0ebf}.lg\:fill-yellow-800\/80{fill:#854d0ecc}.lg\:fill-yellow-800\/85{fill:#854d0ed9}.lg\:fill-yellow-800\/90{fill:#854d0ee6}.lg\:fill-yellow-800\/95{fill:#854d0ef2}.lg\:fill-yellow-900{fill:#713f12}.lg\:fill-yellow-900\/0{fill:#713f1200}.lg\:fill-yellow-900\/10{fill:#713f121a}.lg\:fill-yellow-900\/100{fill:#713f12}.lg\:fill-yellow-900\/15{fill:#713f1226}.lg\:fill-yellow-900\/20{fill:#713f1233}.lg\:fill-yellow-900\/25{fill:#713f1240}.lg\:fill-yellow-900\/30{fill:#713f124d}.lg\:fill-yellow-900\/35{fill:#713f1259}.lg\:fill-yellow-900\/40{fill:#713f1266}.lg\:fill-yellow-900\/45{fill:#713f1273}.lg\:fill-yellow-900\/5{fill:#713f120d}.lg\:fill-yellow-900\/50{fill:#713f1280}.lg\:fill-yellow-900\/55{fill:#713f128c}.lg\:fill-yellow-900\/60{fill:#713f1299}.lg\:fill-yellow-900\/65{fill:#713f12a6}.lg\:fill-yellow-900\/70{fill:#713f12b3}.lg\:fill-yellow-900\/75{fill:#713f12bf}.lg\:fill-yellow-900\/80{fill:#713f12cc}.lg\:fill-yellow-900\/85{fill:#713f12d9}.lg\:fill-yellow-900\/90{fill:#713f12e6}.lg\:fill-yellow-900\/95{fill:#713f12f2}.lg\:fill-yellow-950{fill:#422006}.lg\:fill-yellow-950\/0{fill:#42200600}.lg\:fill-yellow-950\/10{fill:#4220061a}.lg\:fill-yellow-950\/100{fill:#422006}.lg\:fill-yellow-950\/15{fill:#42200626}.lg\:fill-yellow-950\/20{fill:#42200633}.lg\:fill-yellow-950\/25{fill:#42200640}.lg\:fill-yellow-950\/30{fill:#4220064d}.lg\:fill-yellow-950\/35{fill:#42200659}.lg\:fill-yellow-950\/40{fill:#42200666}.lg\:fill-yellow-950\/45{fill:#42200673}.lg\:fill-yellow-950\/5{fill:#4220060d}.lg\:fill-yellow-950\/50{fill:#42200680}.lg\:fill-yellow-950\/55{fill:#4220068c}.lg\:fill-yellow-950\/60{fill:#42200699}.lg\:fill-yellow-950\/65{fill:#422006a6}.lg\:fill-yellow-950\/70{fill:#422006b3}.lg\:fill-yellow-950\/75{fill:#422006bf}.lg\:fill-yellow-950\/80{fill:#422006cc}.lg\:fill-yellow-950\/85{fill:#422006d9}.lg\:fill-yellow-950\/90{fill:#422006e6}.lg\:fill-yellow-950\/95{fill:#422006f2}.lg\:stroke-yellow-100{stroke:#fef9c3}.lg\:stroke-yellow-100\/0{stroke:#fef9c300}.lg\:stroke-yellow-100\/10{stroke:#fef9c31a}.lg\:stroke-yellow-100\/100{stroke:#fef9c3}.lg\:stroke-yellow-100\/15{stroke:#fef9c326}.lg\:stroke-yellow-100\/20{stroke:#fef9c333}.lg\:stroke-yellow-100\/25{stroke:#fef9c340}.lg\:stroke-yellow-100\/30{stroke:#fef9c34d}.lg\:stroke-yellow-100\/35{stroke:#fef9c359}.lg\:stroke-yellow-100\/40{stroke:#fef9c366}.lg\:stroke-yellow-100\/45{stroke:#fef9c373}.lg\:stroke-yellow-100\/5{stroke:#fef9c30d}.lg\:stroke-yellow-100\/50{stroke:#fef9c380}.lg\:stroke-yellow-100\/55{stroke:#fef9c38c}.lg\:stroke-yellow-100\/60{stroke:#fef9c399}.lg\:stroke-yellow-100\/65{stroke:#fef9c3a6}.lg\:stroke-yellow-100\/70{stroke:#fef9c3b3}.lg\:stroke-yellow-100\/75{stroke:#fef9c3bf}.lg\:stroke-yellow-100\/80{stroke:#fef9c3cc}.lg\:stroke-yellow-100\/85{stroke:#fef9c3d9}.lg\:stroke-yellow-100\/90{stroke:#fef9c3e6}.lg\:stroke-yellow-100\/95{stroke:#fef9c3f2}.lg\:stroke-yellow-200{stroke:#fef08a}.lg\:stroke-yellow-200\/0{stroke:#fef08a00}.lg\:stroke-yellow-200\/10{stroke:#fef08a1a}.lg\:stroke-yellow-200\/100{stroke:#fef08a}.lg\:stroke-yellow-200\/15{stroke:#fef08a26}.lg\:stroke-yellow-200\/20{stroke:#fef08a33}.lg\:stroke-yellow-200\/25{stroke:#fef08a40}.lg\:stroke-yellow-200\/30{stroke:#fef08a4d}.lg\:stroke-yellow-200\/35{stroke:#fef08a59}.lg\:stroke-yellow-200\/40{stroke:#fef08a66}.lg\:stroke-yellow-200\/45{stroke:#fef08a73}.lg\:stroke-yellow-200\/5{stroke:#fef08a0d}.lg\:stroke-yellow-200\/50{stroke:#fef08a80}.lg\:stroke-yellow-200\/55{stroke:#fef08a8c}.lg\:stroke-yellow-200\/60{stroke:#fef08a99}.lg\:stroke-yellow-200\/65{stroke:#fef08aa6}.lg\:stroke-yellow-200\/70{stroke:#fef08ab3}.lg\:stroke-yellow-200\/75{stroke:#fef08abf}.lg\:stroke-yellow-200\/80{stroke:#fef08acc}.lg\:stroke-yellow-200\/85{stroke:#fef08ad9}.lg\:stroke-yellow-200\/90{stroke:#fef08ae6}.lg\:stroke-yellow-200\/95{stroke:#fef08af2}.lg\:stroke-yellow-300{stroke:#fde047}.lg\:stroke-yellow-300\/0{stroke:#fde04700}.lg\:stroke-yellow-300\/10{stroke:#fde0471a}.lg\:stroke-yellow-300\/100{stroke:#fde047}.lg\:stroke-yellow-300\/15{stroke:#fde04726}.lg\:stroke-yellow-300\/20{stroke:#fde04733}.lg\:stroke-yellow-300\/25{stroke:#fde04740}.lg\:stroke-yellow-300\/30{stroke:#fde0474d}.lg\:stroke-yellow-300\/35{stroke:#fde04759}.lg\:stroke-yellow-300\/40{stroke:#fde04766}.lg\:stroke-yellow-300\/45{stroke:#fde04773}.lg\:stroke-yellow-300\/5{stroke:#fde0470d}.lg\:stroke-yellow-300\/50{stroke:#fde04780}.lg\:stroke-yellow-300\/55{stroke:#fde0478c}.lg\:stroke-yellow-300\/60{stroke:#fde04799}.lg\:stroke-yellow-300\/65{stroke:#fde047a6}.lg\:stroke-yellow-300\/70{stroke:#fde047b3}.lg\:stroke-yellow-300\/75{stroke:#fde047bf}.lg\:stroke-yellow-300\/80{stroke:#fde047cc}.lg\:stroke-yellow-300\/85{stroke:#fde047d9}.lg\:stroke-yellow-300\/90{stroke:#fde047e6}.lg\:stroke-yellow-300\/95{stroke:#fde047f2}.lg\:stroke-yellow-400{stroke:#facc15}.lg\:stroke-yellow-400\/0{stroke:#facc1500}.lg\:stroke-yellow-400\/10{stroke:#facc151a}.lg\:stroke-yellow-400\/100{stroke:#facc15}.lg\:stroke-yellow-400\/15{stroke:#facc1526}.lg\:stroke-yellow-400\/20{stroke:#facc1533}.lg\:stroke-yellow-400\/25{stroke:#facc1540}.lg\:stroke-yellow-400\/30{stroke:#facc154d}.lg\:stroke-yellow-400\/35{stroke:#facc1559}.lg\:stroke-yellow-400\/40{stroke:#facc1566}.lg\:stroke-yellow-400\/45{stroke:#facc1573}.lg\:stroke-yellow-400\/5{stroke:#facc150d}.lg\:stroke-yellow-400\/50{stroke:#facc1580}.lg\:stroke-yellow-400\/55{stroke:#facc158c}.lg\:stroke-yellow-400\/60{stroke:#facc1599}.lg\:stroke-yellow-400\/65{stroke:#facc15a6}.lg\:stroke-yellow-400\/70{stroke:#facc15b3}.lg\:stroke-yellow-400\/75{stroke:#facc15bf}.lg\:stroke-yellow-400\/80{stroke:#facc15cc}.lg\:stroke-yellow-400\/85{stroke:#facc15d9}.lg\:stroke-yellow-400\/90{stroke:#facc15e6}.lg\:stroke-yellow-400\/95{stroke:#facc15f2}.lg\:stroke-yellow-50{stroke:#fefce8}.lg\:stroke-yellow-50\/0{stroke:#fefce800}.lg\:stroke-yellow-50\/10{stroke:#fefce81a}.lg\:stroke-yellow-50\/100{stroke:#fefce8}.lg\:stroke-yellow-50\/15{stroke:#fefce826}.lg\:stroke-yellow-50\/20{stroke:#fefce833}.lg\:stroke-yellow-50\/25{stroke:#fefce840}.lg\:stroke-yellow-50\/30{stroke:#fefce84d}.lg\:stroke-yellow-50\/35{stroke:#fefce859}.lg\:stroke-yellow-50\/40{stroke:#fefce866}.lg\:stroke-yellow-50\/45{stroke:#fefce873}.lg\:stroke-yellow-50\/5{stroke:#fefce80d}.lg\:stroke-yellow-50\/50{stroke:#fefce880}.lg\:stroke-yellow-50\/55{stroke:#fefce88c}.lg\:stroke-yellow-50\/60{stroke:#fefce899}.lg\:stroke-yellow-50\/65{stroke:#fefce8a6}.lg\:stroke-yellow-50\/70{stroke:#fefce8b3}.lg\:stroke-yellow-50\/75{stroke:#fefce8bf}.lg\:stroke-yellow-50\/80{stroke:#fefce8cc}.lg\:stroke-yellow-50\/85{stroke:#fefce8d9}.lg\:stroke-yellow-50\/90{stroke:#fefce8e6}.lg\:stroke-yellow-50\/95{stroke:#fefce8f2}.lg\:stroke-yellow-500{stroke:#eab308}.lg\:stroke-yellow-500\/0{stroke:#eab30800}.lg\:stroke-yellow-500\/10{stroke:#eab3081a}.lg\:stroke-yellow-500\/100{stroke:#eab308}.lg\:stroke-yellow-500\/15{stroke:#eab30826}.lg\:stroke-yellow-500\/20{stroke:#eab30833}.lg\:stroke-yellow-500\/25{stroke:#eab30840}.lg\:stroke-yellow-500\/30{stroke:#eab3084d}.lg\:stroke-yellow-500\/35{stroke:#eab30859}.lg\:stroke-yellow-500\/40{stroke:#eab30866}.lg\:stroke-yellow-500\/45{stroke:#eab30873}.lg\:stroke-yellow-500\/5{stroke:#eab3080d}.lg\:stroke-yellow-500\/50{stroke:#eab30880}.lg\:stroke-yellow-500\/55{stroke:#eab3088c}.lg\:stroke-yellow-500\/60{stroke:#eab30899}.lg\:stroke-yellow-500\/65{stroke:#eab308a6}.lg\:stroke-yellow-500\/70{stroke:#eab308b3}.lg\:stroke-yellow-500\/75{stroke:#eab308bf}.lg\:stroke-yellow-500\/80{stroke:#eab308cc}.lg\:stroke-yellow-500\/85{stroke:#eab308d9}.lg\:stroke-yellow-500\/90{stroke:#eab308e6}.lg\:stroke-yellow-500\/95{stroke:#eab308f2}.lg\:stroke-yellow-600{stroke:#ca8a04}.lg\:stroke-yellow-600\/0{stroke:#ca8a0400}.lg\:stroke-yellow-600\/10{stroke:#ca8a041a}.lg\:stroke-yellow-600\/100{stroke:#ca8a04}.lg\:stroke-yellow-600\/15{stroke:#ca8a0426}.lg\:stroke-yellow-600\/20{stroke:#ca8a0433}.lg\:stroke-yellow-600\/25{stroke:#ca8a0440}.lg\:stroke-yellow-600\/30{stroke:#ca8a044d}.lg\:stroke-yellow-600\/35{stroke:#ca8a0459}.lg\:stroke-yellow-600\/40{stroke:#ca8a0466}.lg\:stroke-yellow-600\/45{stroke:#ca8a0473}.lg\:stroke-yellow-600\/5{stroke:#ca8a040d}.lg\:stroke-yellow-600\/50{stroke:#ca8a0480}.lg\:stroke-yellow-600\/55{stroke:#ca8a048c}.lg\:stroke-yellow-600\/60{stroke:#ca8a0499}.lg\:stroke-yellow-600\/65{stroke:#ca8a04a6}.lg\:stroke-yellow-600\/70{stroke:#ca8a04b3}.lg\:stroke-yellow-600\/75{stroke:#ca8a04bf}.lg\:stroke-yellow-600\/80{stroke:#ca8a04cc}.lg\:stroke-yellow-600\/85{stroke:#ca8a04d9}.lg\:stroke-yellow-600\/90{stroke:#ca8a04e6}.lg\:stroke-yellow-600\/95{stroke:#ca8a04f2}.lg\:stroke-yellow-700{stroke:#a16207}.lg\:stroke-yellow-700\/0{stroke:#a1620700}.lg\:stroke-yellow-700\/10{stroke:#a162071a}.lg\:stroke-yellow-700\/100{stroke:#a16207}.lg\:stroke-yellow-700\/15{stroke:#a1620726}.lg\:stroke-yellow-700\/20{stroke:#a1620733}.lg\:stroke-yellow-700\/25{stroke:#a1620740}.lg\:stroke-yellow-700\/30{stroke:#a162074d}.lg\:stroke-yellow-700\/35{stroke:#a1620759}.lg\:stroke-yellow-700\/40{stroke:#a1620766}.lg\:stroke-yellow-700\/45{stroke:#a1620773}.lg\:stroke-yellow-700\/5{stroke:#a162070d}.lg\:stroke-yellow-700\/50{stroke:#a1620780}.lg\:stroke-yellow-700\/55{stroke:#a162078c}.lg\:stroke-yellow-700\/60{stroke:#a1620799}.lg\:stroke-yellow-700\/65{stroke:#a16207a6}.lg\:stroke-yellow-700\/70{stroke:#a16207b3}.lg\:stroke-yellow-700\/75{stroke:#a16207bf}.lg\:stroke-yellow-700\/80{stroke:#a16207cc}.lg\:stroke-yellow-700\/85{stroke:#a16207d9}.lg\:stroke-yellow-700\/90{stroke:#a16207e6}.lg\:stroke-yellow-700\/95{stroke:#a16207f2}.lg\:stroke-yellow-800{stroke:#854d0e}.lg\:stroke-yellow-800\/0{stroke:#854d0e00}.lg\:stroke-yellow-800\/10{stroke:#854d0e1a}.lg\:stroke-yellow-800\/100{stroke:#854d0e}.lg\:stroke-yellow-800\/15{stroke:#854d0e26}.lg\:stroke-yellow-800\/20{stroke:#854d0e33}.lg\:stroke-yellow-800\/25{stroke:#854d0e40}.lg\:stroke-yellow-800\/30{stroke:#854d0e4d}.lg\:stroke-yellow-800\/35{stroke:#854d0e59}.lg\:stroke-yellow-800\/40{stroke:#854d0e66}.lg\:stroke-yellow-800\/45{stroke:#854d0e73}.lg\:stroke-yellow-800\/5{stroke:#854d0e0d}.lg\:stroke-yellow-800\/50{stroke:#854d0e80}.lg\:stroke-yellow-800\/55{stroke:#854d0e8c}.lg\:stroke-yellow-800\/60{stroke:#854d0e99}.lg\:stroke-yellow-800\/65{stroke:#854d0ea6}.lg\:stroke-yellow-800\/70{stroke:#854d0eb3}.lg\:stroke-yellow-800\/75{stroke:#854d0ebf}.lg\:stroke-yellow-800\/80{stroke:#854d0ecc}.lg\:stroke-yellow-800\/85{stroke:#854d0ed9}.lg\:stroke-yellow-800\/90{stroke:#854d0ee6}.lg\:stroke-yellow-800\/95{stroke:#854d0ef2}.lg\:stroke-yellow-900{stroke:#713f12}.lg\:stroke-yellow-900\/0{stroke:#713f1200}.lg\:stroke-yellow-900\/10{stroke:#713f121a}.lg\:stroke-yellow-900\/100{stroke:#713f12}.lg\:stroke-yellow-900\/15{stroke:#713f1226}.lg\:stroke-yellow-900\/20{stroke:#713f1233}.lg\:stroke-yellow-900\/25{stroke:#713f1240}.lg\:stroke-yellow-900\/30{stroke:#713f124d}.lg\:stroke-yellow-900\/35{stroke:#713f1259}.lg\:stroke-yellow-900\/40{stroke:#713f1266}.lg\:stroke-yellow-900\/45{stroke:#713f1273}.lg\:stroke-yellow-900\/5{stroke:#713f120d}.lg\:stroke-yellow-900\/50{stroke:#713f1280}.lg\:stroke-yellow-900\/55{stroke:#713f128c}.lg\:stroke-yellow-900\/60{stroke:#713f1299}.lg\:stroke-yellow-900\/65{stroke:#713f12a6}.lg\:stroke-yellow-900\/70{stroke:#713f12b3}.lg\:stroke-yellow-900\/75{stroke:#713f12bf}.lg\:stroke-yellow-900\/80{stroke:#713f12cc}.lg\:stroke-yellow-900\/85{stroke:#713f12d9}.lg\:stroke-yellow-900\/90{stroke:#713f12e6}.lg\:stroke-yellow-900\/95{stroke:#713f12f2}.lg\:stroke-yellow-950{stroke:#422006}.lg\:stroke-yellow-950\/0{stroke:#42200600}.lg\:stroke-yellow-950\/10{stroke:#4220061a}.lg\:stroke-yellow-950\/100{stroke:#422006}.lg\:stroke-yellow-950\/15{stroke:#42200626}.lg\:stroke-yellow-950\/20{stroke:#42200633}.lg\:stroke-yellow-950\/25{stroke:#42200640}.lg\:stroke-yellow-950\/30{stroke:#4220064d}.lg\:stroke-yellow-950\/35{stroke:#42200659}.lg\:stroke-yellow-950\/40{stroke:#42200666}.lg\:stroke-yellow-950\/45{stroke:#42200673}.lg\:stroke-yellow-950\/5{stroke:#4220060d}.lg\:stroke-yellow-950\/50{stroke:#42200680}.lg\:stroke-yellow-950\/55{stroke:#4220068c}.lg\:stroke-yellow-950\/60{stroke:#42200699}.lg\:stroke-yellow-950\/65{stroke:#422006a6}.lg\:stroke-yellow-950\/70{stroke:#422006b3}.lg\:stroke-yellow-950\/75{stroke:#422006bf}.lg\:stroke-yellow-950\/80{stroke:#422006cc}.lg\:stroke-yellow-950\/85{stroke:#422006d9}.lg\:stroke-yellow-950\/90{stroke:#422006e6}.lg\:stroke-yellow-950\/95{stroke:#422006f2}.lg\:p-4{padding:1rem}.lg\:px-1{padding-left:.25rem;padding-right:.25rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pt-8{padding-top:2rem}.lg\:text-base{font-size:1rem}.lg\:text-sm{font-size:.875rem}.lg\:text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195/var(--tw-text-opacity,1))}.lg\:text-yellow-100\/0{color:#fef9c300}.lg\:text-yellow-100\/10{color:#fef9c31a}.lg\:text-yellow-100\/100{color:#fef9c3}.lg\:text-yellow-100\/15{color:#fef9c326}.lg\:text-yellow-100\/20{color:#fef9c333}.lg\:text-yellow-100\/25{color:#fef9c340}.lg\:text-yellow-100\/30{color:#fef9c34d}.lg\:text-yellow-100\/35{color:#fef9c359}.lg\:text-yellow-100\/40{color:#fef9c366}.lg\:text-yellow-100\/45{color:#fef9c373}.lg\:text-yellow-100\/5{color:#fef9c30d}.lg\:text-yellow-100\/50{color:#fef9c380}.lg\:text-yellow-100\/55{color:#fef9c38c}.lg\:text-yellow-100\/60{color:#fef9c399}.lg\:text-yellow-100\/65{color:#fef9c3a6}.lg\:text-yellow-100\/70{color:#fef9c3b3}.lg\:text-yellow-100\/75{color:#fef9c3bf}.lg\:text-yellow-100\/80{color:#fef9c3cc}.lg\:text-yellow-100\/85{color:#fef9c3d9}.lg\:text-yellow-100\/90{color:#fef9c3e6}.lg\:text-yellow-100\/95{color:#fef9c3f2}.lg\:text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.lg\:text-yellow-200\/0{color:#fef08a00}.lg\:text-yellow-200\/10{color:#fef08a1a}.lg\:text-yellow-200\/100{color:#fef08a}.lg\:text-yellow-200\/15{color:#fef08a26}.lg\:text-yellow-200\/20{color:#fef08a33}.lg\:text-yellow-200\/25{color:#fef08a40}.lg\:text-yellow-200\/30{color:#fef08a4d}.lg\:text-yellow-200\/35{color:#fef08a59}.lg\:text-yellow-200\/40{color:#fef08a66}.lg\:text-yellow-200\/45{color:#fef08a73}.lg\:text-yellow-200\/5{color:#fef08a0d}.lg\:text-yellow-200\/50{color:#fef08a80}.lg\:text-yellow-200\/55{color:#fef08a8c}.lg\:text-yellow-200\/60{color:#fef08a99}.lg\:text-yellow-200\/65{color:#fef08aa6}.lg\:text-yellow-200\/70{color:#fef08ab3}.lg\:text-yellow-200\/75{color:#fef08abf}.lg\:text-yellow-200\/80{color:#fef08acc}.lg\:text-yellow-200\/85{color:#fef08ad9}.lg\:text-yellow-200\/90{color:#fef08ae6}.lg\:text-yellow-200\/95{color:#fef08af2}.lg\:text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.lg\:text-yellow-300\/0{color:#fde04700}.lg\:text-yellow-300\/10{color:#fde0471a}.lg\:text-yellow-300\/100{color:#fde047}.lg\:text-yellow-300\/15{color:#fde04726}.lg\:text-yellow-300\/20{color:#fde04733}.lg\:text-yellow-300\/25{color:#fde04740}.lg\:text-yellow-300\/30{color:#fde0474d}.lg\:text-yellow-300\/35{color:#fde04759}.lg\:text-yellow-300\/40{color:#fde04766}.lg\:text-yellow-300\/45{color:#fde04773}.lg\:text-yellow-300\/5{color:#fde0470d}.lg\:text-yellow-300\/50{color:#fde04780}.lg\:text-yellow-300\/55{color:#fde0478c}.lg\:text-yellow-300\/60{color:#fde04799}.lg\:text-yellow-300\/65{color:#fde047a6}.lg\:text-yellow-300\/70{color:#fde047b3}.lg\:text-yellow-300\/75{color:#fde047bf}.lg\:text-yellow-300\/80{color:#fde047cc}.lg\:text-yellow-300\/85{color:#fde047d9}.lg\:text-yellow-300\/90{color:#fde047e6}.lg\:text-yellow-300\/95{color:#fde047f2}.lg\:text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.lg\:text-yellow-400\/0{color:#facc1500}.lg\:text-yellow-400\/10{color:#facc151a}.lg\:text-yellow-400\/100{color:#facc15}.lg\:text-yellow-400\/15{color:#facc1526}.lg\:text-yellow-400\/20{color:#facc1533}.lg\:text-yellow-400\/25{color:#facc1540}.lg\:text-yellow-400\/30{color:#facc154d}.lg\:text-yellow-400\/35{color:#facc1559}.lg\:text-yellow-400\/40{color:#facc1566}.lg\:text-yellow-400\/45{color:#facc1573}.lg\:text-yellow-400\/5{color:#facc150d}.lg\:text-yellow-400\/50{color:#facc1580}.lg\:text-yellow-400\/55{color:#facc158c}.lg\:text-yellow-400\/60{color:#facc1599}.lg\:text-yellow-400\/65{color:#facc15a6}.lg\:text-yellow-400\/70{color:#facc15b3}.lg\:text-yellow-400\/75{color:#facc15bf}.lg\:text-yellow-400\/80{color:#facc15cc}.lg\:text-yellow-400\/85{color:#facc15d9}.lg\:text-yellow-400\/90{color:#facc15e6}.lg\:text-yellow-400\/95{color:#facc15f2}.lg\:text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity,1))}.lg\:text-yellow-50\/0{color:#fefce800}.lg\:text-yellow-50\/10{color:#fefce81a}.lg\:text-yellow-50\/100{color:#fefce8}.lg\:text-yellow-50\/15{color:#fefce826}.lg\:text-yellow-50\/20{color:#fefce833}.lg\:text-yellow-50\/25{color:#fefce840}.lg\:text-yellow-50\/30{color:#fefce84d}.lg\:text-yellow-50\/35{color:#fefce859}.lg\:text-yellow-50\/40{color:#fefce866}.lg\:text-yellow-50\/45{color:#fefce873}.lg\:text-yellow-50\/5{color:#fefce80d}.lg\:text-yellow-50\/50{color:#fefce880}.lg\:text-yellow-50\/55{color:#fefce88c}.lg\:text-yellow-50\/60{color:#fefce899}.lg\:text-yellow-50\/65{color:#fefce8a6}.lg\:text-yellow-50\/70{color:#fefce8b3}.lg\:text-yellow-50\/75{color:#fefce8bf}.lg\:text-yellow-50\/80{color:#fefce8cc}.lg\:text-yellow-50\/85{color:#fefce8d9}.lg\:text-yellow-50\/90{color:#fefce8e6}.lg\:text-yellow-50\/95{color:#fefce8f2}.lg\:text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.lg\:text-yellow-500\/0{color:#eab30800}.lg\:text-yellow-500\/10{color:#eab3081a}.lg\:text-yellow-500\/100{color:#eab308}.lg\:text-yellow-500\/15{color:#eab30826}.lg\:text-yellow-500\/20{color:#eab30833}.lg\:text-yellow-500\/25{color:#eab30840}.lg\:text-yellow-500\/30{color:#eab3084d}.lg\:text-yellow-500\/35{color:#eab30859}.lg\:text-yellow-500\/40{color:#eab30866}.lg\:text-yellow-500\/45{color:#eab30873}.lg\:text-yellow-500\/5{color:#eab3080d}.lg\:text-yellow-500\/50{color:#eab30880}.lg\:text-yellow-500\/55{color:#eab3088c}.lg\:text-yellow-500\/60{color:#eab30899}.lg\:text-yellow-500\/65{color:#eab308a6}.lg\:text-yellow-500\/70{color:#eab308b3}.lg\:text-yellow-500\/75{color:#eab308bf}.lg\:text-yellow-500\/80{color:#eab308cc}.lg\:text-yellow-500\/85{color:#eab308d9}.lg\:text-yellow-500\/90{color:#eab308e6}.lg\:text-yellow-500\/95{color:#eab308f2}.lg\:text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.lg\:text-yellow-600\/0{color:#ca8a0400}.lg\:text-yellow-600\/10{color:#ca8a041a}.lg\:text-yellow-600\/100{color:#ca8a04}.lg\:text-yellow-600\/15{color:#ca8a0426}.lg\:text-yellow-600\/20{color:#ca8a0433}.lg\:text-yellow-600\/25{color:#ca8a0440}.lg\:text-yellow-600\/30{color:#ca8a044d}.lg\:text-yellow-600\/35{color:#ca8a0459}.lg\:text-yellow-600\/40{color:#ca8a0466}.lg\:text-yellow-600\/45{color:#ca8a0473}.lg\:text-yellow-600\/5{color:#ca8a040d}.lg\:text-yellow-600\/50{color:#ca8a0480}.lg\:text-yellow-600\/55{color:#ca8a048c}.lg\:text-yellow-600\/60{color:#ca8a0499}.lg\:text-yellow-600\/65{color:#ca8a04a6}.lg\:text-yellow-600\/70{color:#ca8a04b3}.lg\:text-yellow-600\/75{color:#ca8a04bf}.lg\:text-yellow-600\/80{color:#ca8a04cc}.lg\:text-yellow-600\/85{color:#ca8a04d9}.lg\:text-yellow-600\/90{color:#ca8a04e6}.lg\:text-yellow-600\/95{color:#ca8a04f2}.lg\:text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.lg\:text-yellow-700\/0{color:#a1620700}.lg\:text-yellow-700\/10{color:#a162071a}.lg\:text-yellow-700\/100{color:#a16207}.lg\:text-yellow-700\/15{color:#a1620726}.lg\:text-yellow-700\/20{color:#a1620733}.lg\:text-yellow-700\/25{color:#a1620740}.lg\:text-yellow-700\/30{color:#a162074d}.lg\:text-yellow-700\/35{color:#a1620759}.lg\:text-yellow-700\/40{color:#a1620766}.lg\:text-yellow-700\/45{color:#a1620773}.lg\:text-yellow-700\/5{color:#a162070d}.lg\:text-yellow-700\/50{color:#a1620780}.lg\:text-yellow-700\/55{color:#a162078c}.lg\:text-yellow-700\/60{color:#a1620799}.lg\:text-yellow-700\/65{color:#a16207a6}.lg\:text-yellow-700\/70{color:#a16207b3}.lg\:text-yellow-700\/75{color:#a16207bf}.lg\:text-yellow-700\/80{color:#a16207cc}.lg\:text-yellow-700\/85{color:#a16207d9}.lg\:text-yellow-700\/90{color:#a16207e6}.lg\:text-yellow-700\/95{color:#a16207f2}.lg\:text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.lg\:text-yellow-800\/0{color:#854d0e00}.lg\:text-yellow-800\/10{color:#854d0e1a}.lg\:text-yellow-800\/100{color:#854d0e}.lg\:text-yellow-800\/15{color:#854d0e26}.lg\:text-yellow-800\/20{color:#854d0e33}.lg\:text-yellow-800\/25{color:#854d0e40}.lg\:text-yellow-800\/30{color:#854d0e4d}.lg\:text-yellow-800\/35{color:#854d0e59}.lg\:text-yellow-800\/40{color:#854d0e66}.lg\:text-yellow-800\/45{color:#854d0e73}.lg\:text-yellow-800\/5{color:#854d0e0d}.lg\:text-yellow-800\/50{color:#854d0e80}.lg\:text-yellow-800\/55{color:#854d0e8c}.lg\:text-yellow-800\/60{color:#854d0e99}.lg\:text-yellow-800\/65{color:#854d0ea6}.lg\:text-yellow-800\/70{color:#854d0eb3}.lg\:text-yellow-800\/75{color:#854d0ebf}.lg\:text-yellow-800\/80{color:#854d0ecc}.lg\:text-yellow-800\/85{color:#854d0ed9}.lg\:text-yellow-800\/90{color:#854d0ee6}.lg\:text-yellow-800\/95{color:#854d0ef2}.lg\:text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity,1))}.lg\:text-yellow-900\/0{color:#713f1200}.lg\:text-yellow-900\/10{color:#713f121a}.lg\:text-yellow-900\/100{color:#713f12}.lg\:text-yellow-900\/15{color:#713f1226}.lg\:text-yellow-900\/20{color:#713f1233}.lg\:text-yellow-900\/25{color:#713f1240}.lg\:text-yellow-900\/30{color:#713f124d}.lg\:text-yellow-900\/35{color:#713f1259}.lg\:text-yellow-900\/40{color:#713f1266}.lg\:text-yellow-900\/45{color:#713f1273}.lg\:text-yellow-900\/5{color:#713f120d}.lg\:text-yellow-900\/50{color:#713f1280}.lg\:text-yellow-900\/55{color:#713f128c}.lg\:text-yellow-900\/60{color:#713f1299}.lg\:text-yellow-900\/65{color:#713f12a6}.lg\:text-yellow-900\/70{color:#713f12b3}.lg\:text-yellow-900\/75{color:#713f12bf}.lg\:text-yellow-900\/80{color:#713f12cc}.lg\:text-yellow-900\/85{color:#713f12d9}.lg\:text-yellow-900\/90{color:#713f12e6}.lg\:text-yellow-900\/95{color:#713f12f2}.lg\:text-yellow-950{--tw-text-opacity:1;color:rgb(66 32 6/var(--tw-text-opacity,1))}.lg\:text-yellow-950\/0{color:#42200600}.lg\:text-yellow-950\/10{color:#4220061a}.lg\:text-yellow-950\/100{color:#422006}.lg\:text-yellow-950\/15{color:#42200626}.lg\:text-yellow-950\/20{color:#42200633}.lg\:text-yellow-950\/25{color:#42200640}.lg\:text-yellow-950\/30{color:#4220064d}.lg\:text-yellow-950\/35{color:#42200659}.lg\:text-yellow-950\/40{color:#42200666}.lg\:text-yellow-950\/45{color:#42200673}.lg\:text-yellow-950\/5{color:#4220060d}.lg\:text-yellow-950\/50{color:#42200680}.lg\:text-yellow-950\/55{color:#4220068c}.lg\:text-yellow-950\/60{color:#42200699}.lg\:text-yellow-950\/65{color:#422006a6}.lg\:text-yellow-950\/70{color:#422006b3}.lg\:text-yellow-950\/75{color:#422006bf}.lg\:text-yellow-950\/80{color:#422006cc}.lg\:text-yellow-950\/85{color:#422006d9}.lg\:text-yellow-950\/90{color:#422006e6}.lg\:text-yellow-950\/95{color:#422006f2}.lg\:decoration-yellow-100{text-decoration-color:#fef9c3}.lg\:decoration-yellow-100\/0{text-decoration-color:#fef9c300}.lg\:decoration-yellow-100\/10{text-decoration-color:#fef9c31a}.lg\:decoration-yellow-100\/100{text-decoration-color:#fef9c3}.lg\:decoration-yellow-100\/15{text-decoration-color:#fef9c326}.lg\:decoration-yellow-100\/20{text-decoration-color:#fef9c333}.lg\:decoration-yellow-100\/25{text-decoration-color:#fef9c340}.lg\:decoration-yellow-100\/30{text-decoration-color:#fef9c34d}.lg\:decoration-yellow-100\/35{text-decoration-color:#fef9c359}.lg\:decoration-yellow-100\/40{text-decoration-color:#fef9c366}.lg\:decoration-yellow-100\/45{text-decoration-color:#fef9c373}.lg\:decoration-yellow-100\/5{text-decoration-color:#fef9c30d}.lg\:decoration-yellow-100\/50{text-decoration-color:#fef9c380}.lg\:decoration-yellow-100\/55{text-decoration-color:#fef9c38c}.lg\:decoration-yellow-100\/60{text-decoration-color:#fef9c399}.lg\:decoration-yellow-100\/65{text-decoration-color:#fef9c3a6}.lg\:decoration-yellow-100\/70{text-decoration-color:#fef9c3b3}.lg\:decoration-yellow-100\/75{text-decoration-color:#fef9c3bf}.lg\:decoration-yellow-100\/80{text-decoration-color:#fef9c3cc}.lg\:decoration-yellow-100\/85{text-decoration-color:#fef9c3d9}.lg\:decoration-yellow-100\/90{text-decoration-color:#fef9c3e6}.lg\:decoration-yellow-100\/95{text-decoration-color:#fef9c3f2}.lg\:decoration-yellow-200{text-decoration-color:#fef08a}.lg\:decoration-yellow-200\/0{text-decoration-color:#fef08a00}.lg\:decoration-yellow-200\/10{text-decoration-color:#fef08a1a}.lg\:decoration-yellow-200\/100{text-decoration-color:#fef08a}.lg\:decoration-yellow-200\/15{text-decoration-color:#fef08a26}.lg\:decoration-yellow-200\/20{text-decoration-color:#fef08a33}.lg\:decoration-yellow-200\/25{text-decoration-color:#fef08a40}.lg\:decoration-yellow-200\/30{text-decoration-color:#fef08a4d}.lg\:decoration-yellow-200\/35{text-decoration-color:#fef08a59}.lg\:decoration-yellow-200\/40{text-decoration-color:#fef08a66}.lg\:decoration-yellow-200\/45{text-decoration-color:#fef08a73}.lg\:decoration-yellow-200\/5{text-decoration-color:#fef08a0d}.lg\:decoration-yellow-200\/50{text-decoration-color:#fef08a80}.lg\:decoration-yellow-200\/55{text-decoration-color:#fef08a8c}.lg\:decoration-yellow-200\/60{text-decoration-color:#fef08a99}.lg\:decoration-yellow-200\/65{text-decoration-color:#fef08aa6}.lg\:decoration-yellow-200\/70{text-decoration-color:#fef08ab3}.lg\:decoration-yellow-200\/75{text-decoration-color:#fef08abf}.lg\:decoration-yellow-200\/80{text-decoration-color:#fef08acc}.lg\:decoration-yellow-200\/85{text-decoration-color:#fef08ad9}.lg\:decoration-yellow-200\/90{text-decoration-color:#fef08ae6}.lg\:decoration-yellow-200\/95{text-decoration-color:#fef08af2}.lg\:decoration-yellow-300{text-decoration-color:#fde047}.lg\:decoration-yellow-300\/0{text-decoration-color:#fde04700}.lg\:decoration-yellow-300\/10{text-decoration-color:#fde0471a}.lg\:decoration-yellow-300\/100{text-decoration-color:#fde047}.lg\:decoration-yellow-300\/15{text-decoration-color:#fde04726}.lg\:decoration-yellow-300\/20{text-decoration-color:#fde04733}.lg\:decoration-yellow-300\/25{text-decoration-color:#fde04740}.lg\:decoration-yellow-300\/30{text-decoration-color:#fde0474d}.lg\:decoration-yellow-300\/35{text-decoration-color:#fde04759}.lg\:decoration-yellow-300\/40{text-decoration-color:#fde04766}.lg\:decoration-yellow-300\/45{text-decoration-color:#fde04773}.lg\:decoration-yellow-300\/5{text-decoration-color:#fde0470d}.lg\:decoration-yellow-300\/50{text-decoration-color:#fde04780}.lg\:decoration-yellow-300\/55{text-decoration-color:#fde0478c}.lg\:decoration-yellow-300\/60{text-decoration-color:#fde04799}.lg\:decoration-yellow-300\/65{text-decoration-color:#fde047a6}.lg\:decoration-yellow-300\/70{text-decoration-color:#fde047b3}.lg\:decoration-yellow-300\/75{text-decoration-color:#fde047bf}.lg\:decoration-yellow-300\/80{text-decoration-color:#fde047cc}.lg\:decoration-yellow-300\/85{text-decoration-color:#fde047d9}.lg\:decoration-yellow-300\/90{text-decoration-color:#fde047e6}.lg\:decoration-yellow-300\/95{text-decoration-color:#fde047f2}.lg\:decoration-yellow-400{text-decoration-color:#facc15}.lg\:decoration-yellow-400\/0{text-decoration-color:#facc1500}.lg\:decoration-yellow-400\/10{text-decoration-color:#facc151a}.lg\:decoration-yellow-400\/100{text-decoration-color:#facc15}.lg\:decoration-yellow-400\/15{text-decoration-color:#facc1526}.lg\:decoration-yellow-400\/20{text-decoration-color:#facc1533}.lg\:decoration-yellow-400\/25{text-decoration-color:#facc1540}.lg\:decoration-yellow-400\/30{text-decoration-color:#facc154d}.lg\:decoration-yellow-400\/35{text-decoration-color:#facc1559}.lg\:decoration-yellow-400\/40{text-decoration-color:#facc1566}.lg\:decoration-yellow-400\/45{text-decoration-color:#facc1573}.lg\:decoration-yellow-400\/5{text-decoration-color:#facc150d}.lg\:decoration-yellow-400\/50{text-decoration-color:#facc1580}.lg\:decoration-yellow-400\/55{text-decoration-color:#facc158c}.lg\:decoration-yellow-400\/60{text-decoration-color:#facc1599}.lg\:decoration-yellow-400\/65{text-decoration-color:#facc15a6}.lg\:decoration-yellow-400\/70{text-decoration-color:#facc15b3}.lg\:decoration-yellow-400\/75{text-decoration-color:#facc15bf}.lg\:decoration-yellow-400\/80{text-decoration-color:#facc15cc}.lg\:decoration-yellow-400\/85{text-decoration-color:#facc15d9}.lg\:decoration-yellow-400\/90{text-decoration-color:#facc15e6}.lg\:decoration-yellow-400\/95{text-decoration-color:#facc15f2}.lg\:decoration-yellow-50{text-decoration-color:#fefce8}.lg\:decoration-yellow-50\/0{text-decoration-color:#fefce800}.lg\:decoration-yellow-50\/10{text-decoration-color:#fefce81a}.lg\:decoration-yellow-50\/100{text-decoration-color:#fefce8}.lg\:decoration-yellow-50\/15{text-decoration-color:#fefce826}.lg\:decoration-yellow-50\/20{text-decoration-color:#fefce833}.lg\:decoration-yellow-50\/25{text-decoration-color:#fefce840}.lg\:decoration-yellow-50\/30{text-decoration-color:#fefce84d}.lg\:decoration-yellow-50\/35{text-decoration-color:#fefce859}.lg\:decoration-yellow-50\/40{text-decoration-color:#fefce866}.lg\:decoration-yellow-50\/45{text-decoration-color:#fefce873}.lg\:decoration-yellow-50\/5{text-decoration-color:#fefce80d}.lg\:decoration-yellow-50\/50{text-decoration-color:#fefce880}.lg\:decoration-yellow-50\/55{text-decoration-color:#fefce88c}.lg\:decoration-yellow-50\/60{text-decoration-color:#fefce899}.lg\:decoration-yellow-50\/65{text-decoration-color:#fefce8a6}.lg\:decoration-yellow-50\/70{text-decoration-color:#fefce8b3}.lg\:decoration-yellow-50\/75{text-decoration-color:#fefce8bf}.lg\:decoration-yellow-50\/80{text-decoration-color:#fefce8cc}.lg\:decoration-yellow-50\/85{text-decoration-color:#fefce8d9}.lg\:decoration-yellow-50\/90{text-decoration-color:#fefce8e6}.lg\:decoration-yellow-50\/95{text-decoration-color:#fefce8f2}.lg\:decoration-yellow-500{text-decoration-color:#eab308}.lg\:decoration-yellow-500\/0{text-decoration-color:#eab30800}.lg\:decoration-yellow-500\/10{text-decoration-color:#eab3081a}.lg\:decoration-yellow-500\/100{text-decoration-color:#eab308}.lg\:decoration-yellow-500\/15{text-decoration-color:#eab30826}.lg\:decoration-yellow-500\/20{text-decoration-color:#eab30833}.lg\:decoration-yellow-500\/25{text-decoration-color:#eab30840}.lg\:decoration-yellow-500\/30{text-decoration-color:#eab3084d}.lg\:decoration-yellow-500\/35{text-decoration-color:#eab30859}.lg\:decoration-yellow-500\/40{text-decoration-color:#eab30866}.lg\:decoration-yellow-500\/45{text-decoration-color:#eab30873}.lg\:decoration-yellow-500\/5{text-decoration-color:#eab3080d}.lg\:decoration-yellow-500\/50{text-decoration-color:#eab30880}.lg\:decoration-yellow-500\/55{text-decoration-color:#eab3088c}.lg\:decoration-yellow-500\/60{text-decoration-color:#eab30899}.lg\:decoration-yellow-500\/65{text-decoration-color:#eab308a6}.lg\:decoration-yellow-500\/70{text-decoration-color:#eab308b3}.lg\:decoration-yellow-500\/75{text-decoration-color:#eab308bf}.lg\:decoration-yellow-500\/80{text-decoration-color:#eab308cc}.lg\:decoration-yellow-500\/85{text-decoration-color:#eab308d9}.lg\:decoration-yellow-500\/90{text-decoration-color:#eab308e6}.lg\:decoration-yellow-500\/95{text-decoration-color:#eab308f2}.lg\:decoration-yellow-600{text-decoration-color:#ca8a04}.lg\:decoration-yellow-600\/0{text-decoration-color:#ca8a0400}.lg\:decoration-yellow-600\/10{text-decoration-color:#ca8a041a}.lg\:decoration-yellow-600\/100{text-decoration-color:#ca8a04}.lg\:decoration-yellow-600\/15{text-decoration-color:#ca8a0426}.lg\:decoration-yellow-600\/20{text-decoration-color:#ca8a0433}.lg\:decoration-yellow-600\/25{text-decoration-color:#ca8a0440}.lg\:decoration-yellow-600\/30{text-decoration-color:#ca8a044d}.lg\:decoration-yellow-600\/35{text-decoration-color:#ca8a0459}.lg\:decoration-yellow-600\/40{text-decoration-color:#ca8a0466}.lg\:decoration-yellow-600\/45{text-decoration-color:#ca8a0473}.lg\:decoration-yellow-600\/5{text-decoration-color:#ca8a040d}.lg\:decoration-yellow-600\/50{text-decoration-color:#ca8a0480}.lg\:decoration-yellow-600\/55{text-decoration-color:#ca8a048c}.lg\:decoration-yellow-600\/60{text-decoration-color:#ca8a0499}.lg\:decoration-yellow-600\/65{text-decoration-color:#ca8a04a6}.lg\:decoration-yellow-600\/70{text-decoration-color:#ca8a04b3}.lg\:decoration-yellow-600\/75{text-decoration-color:#ca8a04bf}.lg\:decoration-yellow-600\/80{text-decoration-color:#ca8a04cc}.lg\:decoration-yellow-600\/85{text-decoration-color:#ca8a04d9}.lg\:decoration-yellow-600\/90{text-decoration-color:#ca8a04e6}.lg\:decoration-yellow-600\/95{text-decoration-color:#ca8a04f2}.lg\:decoration-yellow-700{text-decoration-color:#a16207}.lg\:decoration-yellow-700\/0{text-decoration-color:#a1620700}.lg\:decoration-yellow-700\/10{text-decoration-color:#a162071a}.lg\:decoration-yellow-700\/100{text-decoration-color:#a16207}.lg\:decoration-yellow-700\/15{text-decoration-color:#a1620726}.lg\:decoration-yellow-700\/20{text-decoration-color:#a1620733}.lg\:decoration-yellow-700\/25{text-decoration-color:#a1620740}.lg\:decoration-yellow-700\/30{text-decoration-color:#a162074d}.lg\:decoration-yellow-700\/35{text-decoration-color:#a1620759}.lg\:decoration-yellow-700\/40{text-decoration-color:#a1620766}.lg\:decoration-yellow-700\/45{text-decoration-color:#a1620773}.lg\:decoration-yellow-700\/5{text-decoration-color:#a162070d}.lg\:decoration-yellow-700\/50{text-decoration-color:#a1620780}.lg\:decoration-yellow-700\/55{text-decoration-color:#a162078c}.lg\:decoration-yellow-700\/60{text-decoration-color:#a1620799}.lg\:decoration-yellow-700\/65{text-decoration-color:#a16207a6}.lg\:decoration-yellow-700\/70{text-decoration-color:#a16207b3}.lg\:decoration-yellow-700\/75{text-decoration-color:#a16207bf}.lg\:decoration-yellow-700\/80{text-decoration-color:#a16207cc}.lg\:decoration-yellow-700\/85{text-decoration-color:#a16207d9}.lg\:decoration-yellow-700\/90{text-decoration-color:#a16207e6}.lg\:decoration-yellow-700\/95{text-decoration-color:#a16207f2}.lg\:decoration-yellow-800{text-decoration-color:#854d0e}.lg\:decoration-yellow-800\/0{text-decoration-color:#854d0e00}.lg\:decoration-yellow-800\/10{text-decoration-color:#854d0e1a}.lg\:decoration-yellow-800\/100{text-decoration-color:#854d0e}.lg\:decoration-yellow-800\/15{text-decoration-color:#854d0e26}.lg\:decoration-yellow-800\/20{text-decoration-color:#854d0e33}.lg\:decoration-yellow-800\/25{text-decoration-color:#854d0e40}.lg\:decoration-yellow-800\/30{text-decoration-color:#854d0e4d}.lg\:decoration-yellow-800\/35{text-decoration-color:#854d0e59}.lg\:decoration-yellow-800\/40{text-decoration-color:#854d0e66}.lg\:decoration-yellow-800\/45{text-decoration-color:#854d0e73}.lg\:decoration-yellow-800\/5{text-decoration-color:#854d0e0d}.lg\:decoration-yellow-800\/50{text-decoration-color:#854d0e80}.lg\:decoration-yellow-800\/55{text-decoration-color:#854d0e8c}.lg\:decoration-yellow-800\/60{text-decoration-color:#854d0e99}.lg\:decoration-yellow-800\/65{text-decoration-color:#854d0ea6}.lg\:decoration-yellow-800\/70{text-decoration-color:#854d0eb3}.lg\:decoration-yellow-800\/75{text-decoration-color:#854d0ebf}.lg\:decoration-yellow-800\/80{text-decoration-color:#854d0ecc}.lg\:decoration-yellow-800\/85{text-decoration-color:#854d0ed9}.lg\:decoration-yellow-800\/90{text-decoration-color:#854d0ee6}.lg\:decoration-yellow-800\/95{text-decoration-color:#854d0ef2}.lg\:decoration-yellow-900{text-decoration-color:#713f12}.lg\:decoration-yellow-900\/0{text-decoration-color:#713f1200}.lg\:decoration-yellow-900\/10{text-decoration-color:#713f121a}.lg\:decoration-yellow-900\/100{text-decoration-color:#713f12}.lg\:decoration-yellow-900\/15{text-decoration-color:#713f1226}.lg\:decoration-yellow-900\/20{text-decoration-color:#713f1233}.lg\:decoration-yellow-900\/25{text-decoration-color:#713f1240}.lg\:decoration-yellow-900\/30{text-decoration-color:#713f124d}.lg\:decoration-yellow-900\/35{text-decoration-color:#713f1259}.lg\:decoration-yellow-900\/40{text-decoration-color:#713f1266}.lg\:decoration-yellow-900\/45{text-decoration-color:#713f1273}.lg\:decoration-yellow-900\/5{text-decoration-color:#713f120d}.lg\:decoration-yellow-900\/50{text-decoration-color:#713f1280}.lg\:decoration-yellow-900\/55{text-decoration-color:#713f128c}.lg\:decoration-yellow-900\/60{text-decoration-color:#713f1299}.lg\:decoration-yellow-900\/65{text-decoration-color:#713f12a6}.lg\:decoration-yellow-900\/70{text-decoration-color:#713f12b3}.lg\:decoration-yellow-900\/75{text-decoration-color:#713f12bf}.lg\:decoration-yellow-900\/80{text-decoration-color:#713f12cc}.lg\:decoration-yellow-900\/85{text-decoration-color:#713f12d9}.lg\:decoration-yellow-900\/90{text-decoration-color:#713f12e6}.lg\:decoration-yellow-900\/95{text-decoration-color:#713f12f2}.lg\:decoration-yellow-950{text-decoration-color:#422006}.lg\:decoration-yellow-950\/0{text-decoration-color:#42200600}.lg\:decoration-yellow-950\/10{text-decoration-color:#4220061a}.lg\:decoration-yellow-950\/100{text-decoration-color:#422006}.lg\:decoration-yellow-950\/15{text-decoration-color:#42200626}.lg\:decoration-yellow-950\/20{text-decoration-color:#42200633}.lg\:decoration-yellow-950\/25{text-decoration-color:#42200640}.lg\:decoration-yellow-950\/30{text-decoration-color:#4220064d}.lg\:decoration-yellow-950\/35{text-decoration-color:#42200659}.lg\:decoration-yellow-950\/40{text-decoration-color:#42200666}.lg\:decoration-yellow-950\/45{text-decoration-color:#42200673}.lg\:decoration-yellow-950\/5{text-decoration-color:#4220060d}.lg\:decoration-yellow-950\/50{text-decoration-color:#42200680}.lg\:decoration-yellow-950\/55{text-decoration-color:#4220068c}.lg\:decoration-yellow-950\/60{text-decoration-color:#42200699}.lg\:decoration-yellow-950\/65{text-decoration-color:#422006a6}.lg\:decoration-yellow-950\/70{text-decoration-color:#422006b3}.lg\:decoration-yellow-950\/75{text-decoration-color:#422006bf}.lg\:decoration-yellow-950\/80{text-decoration-color:#422006cc}.lg\:decoration-yellow-950\/85{text-decoration-color:#422006d9}.lg\:decoration-yellow-950\/90{text-decoration-color:#422006e6}.lg\:decoration-yellow-950\/95{text-decoration-color:#422006f2}.lg\:placeholder-yellow-100::placeholder{--tw-placeholder-opacity:1;color:rgb(254 249 195/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-100\/0::placeholder{color:#fef9c300}.lg\:placeholder-yellow-100\/10::placeholder{color:#fef9c31a}.lg\:placeholder-yellow-100\/100::placeholder{color:#fef9c3}.lg\:placeholder-yellow-100\/15::placeholder{color:#fef9c326}.lg\:placeholder-yellow-100\/20::placeholder{color:#fef9c333}.lg\:placeholder-yellow-100\/25::placeholder{color:#fef9c340}.lg\:placeholder-yellow-100\/30::placeholder{color:#fef9c34d}.lg\:placeholder-yellow-100\/35::placeholder{color:#fef9c359}.lg\:placeholder-yellow-100\/40::placeholder{color:#fef9c366}.lg\:placeholder-yellow-100\/45::placeholder{color:#fef9c373}.lg\:placeholder-yellow-100\/5::placeholder{color:#fef9c30d}.lg\:placeholder-yellow-100\/50::placeholder{color:#fef9c380}.lg\:placeholder-yellow-100\/55::placeholder{color:#fef9c38c}.lg\:placeholder-yellow-100\/60::placeholder{color:#fef9c399}.lg\:placeholder-yellow-100\/65::placeholder{color:#fef9c3a6}.lg\:placeholder-yellow-100\/70::placeholder{color:#fef9c3b3}.lg\:placeholder-yellow-100\/75::placeholder{color:#fef9c3bf}.lg\:placeholder-yellow-100\/80::placeholder{color:#fef9c3cc}.lg\:placeholder-yellow-100\/85::placeholder{color:#fef9c3d9}.lg\:placeholder-yellow-100\/90::placeholder{color:#fef9c3e6}.lg\:placeholder-yellow-100\/95::placeholder{color:#fef9c3f2}.lg\:placeholder-yellow-200::placeholder{--tw-placeholder-opacity:1;color:rgb(254 240 138/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-200\/0::placeholder{color:#fef08a00}.lg\:placeholder-yellow-200\/10::placeholder{color:#fef08a1a}.lg\:placeholder-yellow-200\/100::placeholder{color:#fef08a}.lg\:placeholder-yellow-200\/15::placeholder{color:#fef08a26}.lg\:placeholder-yellow-200\/20::placeholder{color:#fef08a33}.lg\:placeholder-yellow-200\/25::placeholder{color:#fef08a40}.lg\:placeholder-yellow-200\/30::placeholder{color:#fef08a4d}.lg\:placeholder-yellow-200\/35::placeholder{color:#fef08a59}.lg\:placeholder-yellow-200\/40::placeholder{color:#fef08a66}.lg\:placeholder-yellow-200\/45::placeholder{color:#fef08a73}.lg\:placeholder-yellow-200\/5::placeholder{color:#fef08a0d}.lg\:placeholder-yellow-200\/50::placeholder{color:#fef08a80}.lg\:placeholder-yellow-200\/55::placeholder{color:#fef08a8c}.lg\:placeholder-yellow-200\/60::placeholder{color:#fef08a99}.lg\:placeholder-yellow-200\/65::placeholder{color:#fef08aa6}.lg\:placeholder-yellow-200\/70::placeholder{color:#fef08ab3}.lg\:placeholder-yellow-200\/75::placeholder{color:#fef08abf}.lg\:placeholder-yellow-200\/80::placeholder{color:#fef08acc}.lg\:placeholder-yellow-200\/85::placeholder{color:#fef08ad9}.lg\:placeholder-yellow-200\/90::placeholder{color:#fef08ae6}.lg\:placeholder-yellow-200\/95::placeholder{color:#fef08af2}.lg\:placeholder-yellow-300::placeholder{--tw-placeholder-opacity:1;color:rgb(253 224 71/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-300\/0::placeholder{color:#fde04700}.lg\:placeholder-yellow-300\/10::placeholder{color:#fde0471a}.lg\:placeholder-yellow-300\/100::placeholder{color:#fde047}.lg\:placeholder-yellow-300\/15::placeholder{color:#fde04726}.lg\:placeholder-yellow-300\/20::placeholder{color:#fde04733}.lg\:placeholder-yellow-300\/25::placeholder{color:#fde04740}.lg\:placeholder-yellow-300\/30::placeholder{color:#fde0474d}.lg\:placeholder-yellow-300\/35::placeholder{color:#fde04759}.lg\:placeholder-yellow-300\/40::placeholder{color:#fde04766}.lg\:placeholder-yellow-300\/45::placeholder{color:#fde04773}.lg\:placeholder-yellow-300\/5::placeholder{color:#fde0470d}.lg\:placeholder-yellow-300\/50::placeholder{color:#fde04780}.lg\:placeholder-yellow-300\/55::placeholder{color:#fde0478c}.lg\:placeholder-yellow-300\/60::placeholder{color:#fde04799}.lg\:placeholder-yellow-300\/65::placeholder{color:#fde047a6}.lg\:placeholder-yellow-300\/70::placeholder{color:#fde047b3}.lg\:placeholder-yellow-300\/75::placeholder{color:#fde047bf}.lg\:placeholder-yellow-300\/80::placeholder{color:#fde047cc}.lg\:placeholder-yellow-300\/85::placeholder{color:#fde047d9}.lg\:placeholder-yellow-300\/90::placeholder{color:#fde047e6}.lg\:placeholder-yellow-300\/95::placeholder{color:#fde047f2}.lg\:placeholder-yellow-400::placeholder{--tw-placeholder-opacity:1;color:rgb(250 204 21/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-400\/0::placeholder{color:#facc1500}.lg\:placeholder-yellow-400\/10::placeholder{color:#facc151a}.lg\:placeholder-yellow-400\/100::placeholder{color:#facc15}.lg\:placeholder-yellow-400\/15::placeholder{color:#facc1526}.lg\:placeholder-yellow-400\/20::placeholder{color:#facc1533}.lg\:placeholder-yellow-400\/25::placeholder{color:#facc1540}.lg\:placeholder-yellow-400\/30::placeholder{color:#facc154d}.lg\:placeholder-yellow-400\/35::placeholder{color:#facc1559}.lg\:placeholder-yellow-400\/40::placeholder{color:#facc1566}.lg\:placeholder-yellow-400\/45::placeholder{color:#facc1573}.lg\:placeholder-yellow-400\/5::placeholder{color:#facc150d}.lg\:placeholder-yellow-400\/50::placeholder{color:#facc1580}.lg\:placeholder-yellow-400\/55::placeholder{color:#facc158c}.lg\:placeholder-yellow-400\/60::placeholder{color:#facc1599}.lg\:placeholder-yellow-400\/65::placeholder{color:#facc15a6}.lg\:placeholder-yellow-400\/70::placeholder{color:#facc15b3}.lg\:placeholder-yellow-400\/75::placeholder{color:#facc15bf}.lg\:placeholder-yellow-400\/80::placeholder{color:#facc15cc}.lg\:placeholder-yellow-400\/85::placeholder{color:#facc15d9}.lg\:placeholder-yellow-400\/90::placeholder{color:#facc15e6}.lg\:placeholder-yellow-400\/95::placeholder{color:#facc15f2}.lg\:placeholder-yellow-50::placeholder{--tw-placeholder-opacity:1;color:rgb(254 252 232/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-50\/0::placeholder{color:#fefce800}.lg\:placeholder-yellow-50\/10::placeholder{color:#fefce81a}.lg\:placeholder-yellow-50\/100::placeholder{color:#fefce8}.lg\:placeholder-yellow-50\/15::placeholder{color:#fefce826}.lg\:placeholder-yellow-50\/20::placeholder{color:#fefce833}.lg\:placeholder-yellow-50\/25::placeholder{color:#fefce840}.lg\:placeholder-yellow-50\/30::placeholder{color:#fefce84d}.lg\:placeholder-yellow-50\/35::placeholder{color:#fefce859}.lg\:placeholder-yellow-50\/40::placeholder{color:#fefce866}.lg\:placeholder-yellow-50\/45::placeholder{color:#fefce873}.lg\:placeholder-yellow-50\/5::placeholder{color:#fefce80d}.lg\:placeholder-yellow-50\/50::placeholder{color:#fefce880}.lg\:placeholder-yellow-50\/55::placeholder{color:#fefce88c}.lg\:placeholder-yellow-50\/60::placeholder{color:#fefce899}.lg\:placeholder-yellow-50\/65::placeholder{color:#fefce8a6}.lg\:placeholder-yellow-50\/70::placeholder{color:#fefce8b3}.lg\:placeholder-yellow-50\/75::placeholder{color:#fefce8bf}.lg\:placeholder-yellow-50\/80::placeholder{color:#fefce8cc}.lg\:placeholder-yellow-50\/85::placeholder{color:#fefce8d9}.lg\:placeholder-yellow-50\/90::placeholder{color:#fefce8e6}.lg\:placeholder-yellow-50\/95::placeholder{color:#fefce8f2}.lg\:placeholder-yellow-500::placeholder{--tw-placeholder-opacity:1;color:rgb(234 179 8/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-500\/0::placeholder{color:#eab30800}.lg\:placeholder-yellow-500\/10::placeholder{color:#eab3081a}.lg\:placeholder-yellow-500\/100::placeholder{color:#eab308}.lg\:placeholder-yellow-500\/15::placeholder{color:#eab30826}.lg\:placeholder-yellow-500\/20::placeholder{color:#eab30833}.lg\:placeholder-yellow-500\/25::placeholder{color:#eab30840}.lg\:placeholder-yellow-500\/30::placeholder{color:#eab3084d}.lg\:placeholder-yellow-500\/35::placeholder{color:#eab30859}.lg\:placeholder-yellow-500\/40::placeholder{color:#eab30866}.lg\:placeholder-yellow-500\/45::placeholder{color:#eab30873}.lg\:placeholder-yellow-500\/5::placeholder{color:#eab3080d}.lg\:placeholder-yellow-500\/50::placeholder{color:#eab30880}.lg\:placeholder-yellow-500\/55::placeholder{color:#eab3088c}.lg\:placeholder-yellow-500\/60::placeholder{color:#eab30899}.lg\:placeholder-yellow-500\/65::placeholder{color:#eab308a6}.lg\:placeholder-yellow-500\/70::placeholder{color:#eab308b3}.lg\:placeholder-yellow-500\/75::placeholder{color:#eab308bf}.lg\:placeholder-yellow-500\/80::placeholder{color:#eab308cc}.lg\:placeholder-yellow-500\/85::placeholder{color:#eab308d9}.lg\:placeholder-yellow-500\/90::placeholder{color:#eab308e6}.lg\:placeholder-yellow-500\/95::placeholder{color:#eab308f2}.lg\:placeholder-yellow-600::placeholder{--tw-placeholder-opacity:1;color:rgb(202 138 4/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-600\/0::placeholder{color:#ca8a0400}.lg\:placeholder-yellow-600\/10::placeholder{color:#ca8a041a}.lg\:placeholder-yellow-600\/100::placeholder{color:#ca8a04}.lg\:placeholder-yellow-600\/15::placeholder{color:#ca8a0426}.lg\:placeholder-yellow-600\/20::placeholder{color:#ca8a0433}.lg\:placeholder-yellow-600\/25::placeholder{color:#ca8a0440}.lg\:placeholder-yellow-600\/30::placeholder{color:#ca8a044d}.lg\:placeholder-yellow-600\/35::placeholder{color:#ca8a0459}.lg\:placeholder-yellow-600\/40::placeholder{color:#ca8a0466}.lg\:placeholder-yellow-600\/45::placeholder{color:#ca8a0473}.lg\:placeholder-yellow-600\/5::placeholder{color:#ca8a040d}.lg\:placeholder-yellow-600\/50::placeholder{color:#ca8a0480}.lg\:placeholder-yellow-600\/55::placeholder{color:#ca8a048c}.lg\:placeholder-yellow-600\/60::placeholder{color:#ca8a0499}.lg\:placeholder-yellow-600\/65::placeholder{color:#ca8a04a6}.lg\:placeholder-yellow-600\/70::placeholder{color:#ca8a04b3}.lg\:placeholder-yellow-600\/75::placeholder{color:#ca8a04bf}.lg\:placeholder-yellow-600\/80::placeholder{color:#ca8a04cc}.lg\:placeholder-yellow-600\/85::placeholder{color:#ca8a04d9}.lg\:placeholder-yellow-600\/90::placeholder{color:#ca8a04e6}.lg\:placeholder-yellow-600\/95::placeholder{color:#ca8a04f2}.lg\:placeholder-yellow-700::placeholder{--tw-placeholder-opacity:1;color:rgb(161 98 7/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-700\/0::placeholder{color:#a1620700}.lg\:placeholder-yellow-700\/10::placeholder{color:#a162071a}.lg\:placeholder-yellow-700\/100::placeholder{color:#a16207}.lg\:placeholder-yellow-700\/15::placeholder{color:#a1620726}.lg\:placeholder-yellow-700\/20::placeholder{color:#a1620733}.lg\:placeholder-yellow-700\/25::placeholder{color:#a1620740}.lg\:placeholder-yellow-700\/30::placeholder{color:#a162074d}.lg\:placeholder-yellow-700\/35::placeholder{color:#a1620759}.lg\:placeholder-yellow-700\/40::placeholder{color:#a1620766}.lg\:placeholder-yellow-700\/45::placeholder{color:#a1620773}.lg\:placeholder-yellow-700\/5::placeholder{color:#a162070d}.lg\:placeholder-yellow-700\/50::placeholder{color:#a1620780}.lg\:placeholder-yellow-700\/55::placeholder{color:#a162078c}.lg\:placeholder-yellow-700\/60::placeholder{color:#a1620799}.lg\:placeholder-yellow-700\/65::placeholder{color:#a16207a6}.lg\:placeholder-yellow-700\/70::placeholder{color:#a16207b3}.lg\:placeholder-yellow-700\/75::placeholder{color:#a16207bf}.lg\:placeholder-yellow-700\/80::placeholder{color:#a16207cc}.lg\:placeholder-yellow-700\/85::placeholder{color:#a16207d9}.lg\:placeholder-yellow-700\/90::placeholder{color:#a16207e6}.lg\:placeholder-yellow-700\/95::placeholder{color:#a16207f2}.lg\:placeholder-yellow-800::placeholder{--tw-placeholder-opacity:1;color:rgb(133 77 14/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-800\/0::placeholder{color:#854d0e00}.lg\:placeholder-yellow-800\/10::placeholder{color:#854d0e1a}.lg\:placeholder-yellow-800\/100::placeholder{color:#854d0e}.lg\:placeholder-yellow-800\/15::placeholder{color:#854d0e26}.lg\:placeholder-yellow-800\/20::placeholder{color:#854d0e33}.lg\:placeholder-yellow-800\/25::placeholder{color:#854d0e40}.lg\:placeholder-yellow-800\/30::placeholder{color:#854d0e4d}.lg\:placeholder-yellow-800\/35::placeholder{color:#854d0e59}.lg\:placeholder-yellow-800\/40::placeholder{color:#854d0e66}.lg\:placeholder-yellow-800\/45::placeholder{color:#854d0e73}.lg\:placeholder-yellow-800\/5::placeholder{color:#854d0e0d}.lg\:placeholder-yellow-800\/50::placeholder{color:#854d0e80}.lg\:placeholder-yellow-800\/55::placeholder{color:#854d0e8c}.lg\:placeholder-yellow-800\/60::placeholder{color:#854d0e99}.lg\:placeholder-yellow-800\/65::placeholder{color:#854d0ea6}.lg\:placeholder-yellow-800\/70::placeholder{color:#854d0eb3}.lg\:placeholder-yellow-800\/75::placeholder{color:#854d0ebf}.lg\:placeholder-yellow-800\/80::placeholder{color:#854d0ecc}.lg\:placeholder-yellow-800\/85::placeholder{color:#854d0ed9}.lg\:placeholder-yellow-800\/90::placeholder{color:#854d0ee6}.lg\:placeholder-yellow-800\/95::placeholder{color:#854d0ef2}.lg\:placeholder-yellow-900::placeholder{--tw-placeholder-opacity:1;color:rgb(113 63 18/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-900\/0::placeholder{color:#713f1200}.lg\:placeholder-yellow-900\/10::placeholder{color:#713f121a}.lg\:placeholder-yellow-900\/100::placeholder{color:#713f12}.lg\:placeholder-yellow-900\/15::placeholder{color:#713f1226}.lg\:placeholder-yellow-900\/20::placeholder{color:#713f1233}.lg\:placeholder-yellow-900\/25::placeholder{color:#713f1240}.lg\:placeholder-yellow-900\/30::placeholder{color:#713f124d}.lg\:placeholder-yellow-900\/35::placeholder{color:#713f1259}.lg\:placeholder-yellow-900\/40::placeholder{color:#713f1266}.lg\:placeholder-yellow-900\/45::placeholder{color:#713f1273}.lg\:placeholder-yellow-900\/5::placeholder{color:#713f120d}.lg\:placeholder-yellow-900\/50::placeholder{color:#713f1280}.lg\:placeholder-yellow-900\/55::placeholder{color:#713f128c}.lg\:placeholder-yellow-900\/60::placeholder{color:#713f1299}.lg\:placeholder-yellow-900\/65::placeholder{color:#713f12a6}.lg\:placeholder-yellow-900\/70::placeholder{color:#713f12b3}.lg\:placeholder-yellow-900\/75::placeholder{color:#713f12bf}.lg\:placeholder-yellow-900\/80::placeholder{color:#713f12cc}.lg\:placeholder-yellow-900\/85::placeholder{color:#713f12d9}.lg\:placeholder-yellow-900\/90::placeholder{color:#713f12e6}.lg\:placeholder-yellow-900\/95::placeholder{color:#713f12f2}.lg\:placeholder-yellow-950::placeholder{--tw-placeholder-opacity:1;color:rgb(66 32 6/var(--tw-placeholder-opacity,1))}.lg\:placeholder-yellow-950\/0::placeholder{color:#42200600}.lg\:placeholder-yellow-950\/10::placeholder{color:#4220061a}.lg\:placeholder-yellow-950\/100::placeholder{color:#422006}.lg\:placeholder-yellow-950\/15::placeholder{color:#42200626}.lg\:placeholder-yellow-950\/20::placeholder{color:#42200633}.lg\:placeholder-yellow-950\/25::placeholder{color:#42200640}.lg\:placeholder-yellow-950\/30::placeholder{color:#4220064d}.lg\:placeholder-yellow-950\/35::placeholder{color:#42200659}.lg\:placeholder-yellow-950\/40::placeholder{color:#42200666}.lg\:placeholder-yellow-950\/45::placeholder{color:#42200673}.lg\:placeholder-yellow-950\/5::placeholder{color:#4220060d}.lg\:placeholder-yellow-950\/50::placeholder{color:#42200680}.lg\:placeholder-yellow-950\/55::placeholder{color:#4220068c}.lg\:placeholder-yellow-950\/60::placeholder{color:#42200699}.lg\:placeholder-yellow-950\/65::placeholder{color:#422006a6}.lg\:placeholder-yellow-950\/70::placeholder{color:#422006b3}.lg\:placeholder-yellow-950\/75::placeholder{color:#422006bf}.lg\:placeholder-yellow-950\/80::placeholder{color:#422006cc}.lg\:placeholder-yellow-950\/85::placeholder{color:#422006d9}.lg\:placeholder-yellow-950\/90::placeholder{color:#422006e6}.lg\:placeholder-yellow-950\/95::placeholder{color:#422006f2}.lg\:caret-yellow-100{caret-color:#fef9c3}.lg\:caret-yellow-100\/0{caret-color:#fef9c300}.lg\:caret-yellow-100\/10{caret-color:#fef9c31a}.lg\:caret-yellow-100\/100{caret-color:#fef9c3}.lg\:caret-yellow-100\/15{caret-color:#fef9c326}.lg\:caret-yellow-100\/20{caret-color:#fef9c333}.lg\:caret-yellow-100\/25{caret-color:#fef9c340}.lg\:caret-yellow-100\/30{caret-color:#fef9c34d}.lg\:caret-yellow-100\/35{caret-color:#fef9c359}.lg\:caret-yellow-100\/40{caret-color:#fef9c366}.lg\:caret-yellow-100\/45{caret-color:#fef9c373}.lg\:caret-yellow-100\/5{caret-color:#fef9c30d}.lg\:caret-yellow-100\/50{caret-color:#fef9c380}.lg\:caret-yellow-100\/55{caret-color:#fef9c38c}.lg\:caret-yellow-100\/60{caret-color:#fef9c399}.lg\:caret-yellow-100\/65{caret-color:#fef9c3a6}.lg\:caret-yellow-100\/70{caret-color:#fef9c3b3}.lg\:caret-yellow-100\/75{caret-color:#fef9c3bf}.lg\:caret-yellow-100\/80{caret-color:#fef9c3cc}.lg\:caret-yellow-100\/85{caret-color:#fef9c3d9}.lg\:caret-yellow-100\/90{caret-color:#fef9c3e6}.lg\:caret-yellow-100\/95{caret-color:#fef9c3f2}.lg\:caret-yellow-200{caret-color:#fef08a}.lg\:caret-yellow-200\/0{caret-color:#fef08a00}.lg\:caret-yellow-200\/10{caret-color:#fef08a1a}.lg\:caret-yellow-200\/100{caret-color:#fef08a}.lg\:caret-yellow-200\/15{caret-color:#fef08a26}.lg\:caret-yellow-200\/20{caret-color:#fef08a33}.lg\:caret-yellow-200\/25{caret-color:#fef08a40}.lg\:caret-yellow-200\/30{caret-color:#fef08a4d}.lg\:caret-yellow-200\/35{caret-color:#fef08a59}.lg\:caret-yellow-200\/40{caret-color:#fef08a66}.lg\:caret-yellow-200\/45{caret-color:#fef08a73}.lg\:caret-yellow-200\/5{caret-color:#fef08a0d}.lg\:caret-yellow-200\/50{caret-color:#fef08a80}.lg\:caret-yellow-200\/55{caret-color:#fef08a8c}.lg\:caret-yellow-200\/60{caret-color:#fef08a99}.lg\:caret-yellow-200\/65{caret-color:#fef08aa6}.lg\:caret-yellow-200\/70{caret-color:#fef08ab3}.lg\:caret-yellow-200\/75{caret-color:#fef08abf}.lg\:caret-yellow-200\/80{caret-color:#fef08acc}.lg\:caret-yellow-200\/85{caret-color:#fef08ad9}.lg\:caret-yellow-200\/90{caret-color:#fef08ae6}.lg\:caret-yellow-200\/95{caret-color:#fef08af2}.lg\:caret-yellow-300{caret-color:#fde047}.lg\:caret-yellow-300\/0{caret-color:#fde04700}.lg\:caret-yellow-300\/10{caret-color:#fde0471a}.lg\:caret-yellow-300\/100{caret-color:#fde047}.lg\:caret-yellow-300\/15{caret-color:#fde04726}.lg\:caret-yellow-300\/20{caret-color:#fde04733}.lg\:caret-yellow-300\/25{caret-color:#fde04740}.lg\:caret-yellow-300\/30{caret-color:#fde0474d}.lg\:caret-yellow-300\/35{caret-color:#fde04759}.lg\:caret-yellow-300\/40{caret-color:#fde04766}.lg\:caret-yellow-300\/45{caret-color:#fde04773}.lg\:caret-yellow-300\/5{caret-color:#fde0470d}.lg\:caret-yellow-300\/50{caret-color:#fde04780}.lg\:caret-yellow-300\/55{caret-color:#fde0478c}.lg\:caret-yellow-300\/60{caret-color:#fde04799}.lg\:caret-yellow-300\/65{caret-color:#fde047a6}.lg\:caret-yellow-300\/70{caret-color:#fde047b3}.lg\:caret-yellow-300\/75{caret-color:#fde047bf}.lg\:caret-yellow-300\/80{caret-color:#fde047cc}.lg\:caret-yellow-300\/85{caret-color:#fde047d9}.lg\:caret-yellow-300\/90{caret-color:#fde047e6}.lg\:caret-yellow-300\/95{caret-color:#fde047f2}.lg\:caret-yellow-400{caret-color:#facc15}.lg\:caret-yellow-400\/0{caret-color:#facc1500}.lg\:caret-yellow-400\/10{caret-color:#facc151a}.lg\:caret-yellow-400\/100{caret-color:#facc15}.lg\:caret-yellow-400\/15{caret-color:#facc1526}.lg\:caret-yellow-400\/20{caret-color:#facc1533}.lg\:caret-yellow-400\/25{caret-color:#facc1540}.lg\:caret-yellow-400\/30{caret-color:#facc154d}.lg\:caret-yellow-400\/35{caret-color:#facc1559}.lg\:caret-yellow-400\/40{caret-color:#facc1566}.lg\:caret-yellow-400\/45{caret-color:#facc1573}.lg\:caret-yellow-400\/5{caret-color:#facc150d}.lg\:caret-yellow-400\/50{caret-color:#facc1580}.lg\:caret-yellow-400\/55{caret-color:#facc158c}.lg\:caret-yellow-400\/60{caret-color:#facc1599}.lg\:caret-yellow-400\/65{caret-color:#facc15a6}.lg\:caret-yellow-400\/70{caret-color:#facc15b3}.lg\:caret-yellow-400\/75{caret-color:#facc15bf}.lg\:caret-yellow-400\/80{caret-color:#facc15cc}.lg\:caret-yellow-400\/85{caret-color:#facc15d9}.lg\:caret-yellow-400\/90{caret-color:#facc15e6}.lg\:caret-yellow-400\/95{caret-color:#facc15f2}.lg\:caret-yellow-50{caret-color:#fefce8}.lg\:caret-yellow-50\/0{caret-color:#fefce800}.lg\:caret-yellow-50\/10{caret-color:#fefce81a}.lg\:caret-yellow-50\/100{caret-color:#fefce8}.lg\:caret-yellow-50\/15{caret-color:#fefce826}.lg\:caret-yellow-50\/20{caret-color:#fefce833}.lg\:caret-yellow-50\/25{caret-color:#fefce840}.lg\:caret-yellow-50\/30{caret-color:#fefce84d}.lg\:caret-yellow-50\/35{caret-color:#fefce859}.lg\:caret-yellow-50\/40{caret-color:#fefce866}.lg\:caret-yellow-50\/45{caret-color:#fefce873}.lg\:caret-yellow-50\/5{caret-color:#fefce80d}.lg\:caret-yellow-50\/50{caret-color:#fefce880}.lg\:caret-yellow-50\/55{caret-color:#fefce88c}.lg\:caret-yellow-50\/60{caret-color:#fefce899}.lg\:caret-yellow-50\/65{caret-color:#fefce8a6}.lg\:caret-yellow-50\/70{caret-color:#fefce8b3}.lg\:caret-yellow-50\/75{caret-color:#fefce8bf}.lg\:caret-yellow-50\/80{caret-color:#fefce8cc}.lg\:caret-yellow-50\/85{caret-color:#fefce8d9}.lg\:caret-yellow-50\/90{caret-color:#fefce8e6}.lg\:caret-yellow-50\/95{caret-color:#fefce8f2}.lg\:caret-yellow-500{caret-color:#eab308}.lg\:caret-yellow-500\/0{caret-color:#eab30800}.lg\:caret-yellow-500\/10{caret-color:#eab3081a}.lg\:caret-yellow-500\/100{caret-color:#eab308}.lg\:caret-yellow-500\/15{caret-color:#eab30826}.lg\:caret-yellow-500\/20{caret-color:#eab30833}.lg\:caret-yellow-500\/25{caret-color:#eab30840}.lg\:caret-yellow-500\/30{caret-color:#eab3084d}.lg\:caret-yellow-500\/35{caret-color:#eab30859}.lg\:caret-yellow-500\/40{caret-color:#eab30866}.lg\:caret-yellow-500\/45{caret-color:#eab30873}.lg\:caret-yellow-500\/5{caret-color:#eab3080d}.lg\:caret-yellow-500\/50{caret-color:#eab30880}.lg\:caret-yellow-500\/55{caret-color:#eab3088c}.lg\:caret-yellow-500\/60{caret-color:#eab30899}.lg\:caret-yellow-500\/65{caret-color:#eab308a6}.lg\:caret-yellow-500\/70{caret-color:#eab308b3}.lg\:caret-yellow-500\/75{caret-color:#eab308bf}.lg\:caret-yellow-500\/80{caret-color:#eab308cc}.lg\:caret-yellow-500\/85{caret-color:#eab308d9}.lg\:caret-yellow-500\/90{caret-color:#eab308e6}.lg\:caret-yellow-500\/95{caret-color:#eab308f2}.lg\:caret-yellow-600{caret-color:#ca8a04}.lg\:caret-yellow-600\/0{caret-color:#ca8a0400}.lg\:caret-yellow-600\/10{caret-color:#ca8a041a}.lg\:caret-yellow-600\/100{caret-color:#ca8a04}.lg\:caret-yellow-600\/15{caret-color:#ca8a0426}.lg\:caret-yellow-600\/20{caret-color:#ca8a0433}.lg\:caret-yellow-600\/25{caret-color:#ca8a0440}.lg\:caret-yellow-600\/30{caret-color:#ca8a044d}.lg\:caret-yellow-600\/35{caret-color:#ca8a0459}.lg\:caret-yellow-600\/40{caret-color:#ca8a0466}.lg\:caret-yellow-600\/45{caret-color:#ca8a0473}.lg\:caret-yellow-600\/5{caret-color:#ca8a040d}.lg\:caret-yellow-600\/50{caret-color:#ca8a0480}.lg\:caret-yellow-600\/55{caret-color:#ca8a048c}.lg\:caret-yellow-600\/60{caret-color:#ca8a0499}.lg\:caret-yellow-600\/65{caret-color:#ca8a04a6}.lg\:caret-yellow-600\/70{caret-color:#ca8a04b3}.lg\:caret-yellow-600\/75{caret-color:#ca8a04bf}.lg\:caret-yellow-600\/80{caret-color:#ca8a04cc}.lg\:caret-yellow-600\/85{caret-color:#ca8a04d9}.lg\:caret-yellow-600\/90{caret-color:#ca8a04e6}.lg\:caret-yellow-600\/95{caret-color:#ca8a04f2}.lg\:caret-yellow-700{caret-color:#a16207}.lg\:caret-yellow-700\/0{caret-color:#a1620700}.lg\:caret-yellow-700\/10{caret-color:#a162071a}.lg\:caret-yellow-700\/100{caret-color:#a16207}.lg\:caret-yellow-700\/15{caret-color:#a1620726}.lg\:caret-yellow-700\/20{caret-color:#a1620733}.lg\:caret-yellow-700\/25{caret-color:#a1620740}.lg\:caret-yellow-700\/30{caret-color:#a162074d}.lg\:caret-yellow-700\/35{caret-color:#a1620759}.lg\:caret-yellow-700\/40{caret-color:#a1620766}.lg\:caret-yellow-700\/45{caret-color:#a1620773}.lg\:caret-yellow-700\/5{caret-color:#a162070d}.lg\:caret-yellow-700\/50{caret-color:#a1620780}.lg\:caret-yellow-700\/55{caret-color:#a162078c}.lg\:caret-yellow-700\/60{caret-color:#a1620799}.lg\:caret-yellow-700\/65{caret-color:#a16207a6}.lg\:caret-yellow-700\/70{caret-color:#a16207b3}.lg\:caret-yellow-700\/75{caret-color:#a16207bf}.lg\:caret-yellow-700\/80{caret-color:#a16207cc}.lg\:caret-yellow-700\/85{caret-color:#a16207d9}.lg\:caret-yellow-700\/90{caret-color:#a16207e6}.lg\:caret-yellow-700\/95{caret-color:#a16207f2}.lg\:caret-yellow-800{caret-color:#854d0e}.lg\:caret-yellow-800\/0{caret-color:#854d0e00}.lg\:caret-yellow-800\/10{caret-color:#854d0e1a}.lg\:caret-yellow-800\/100{caret-color:#854d0e}.lg\:caret-yellow-800\/15{caret-color:#854d0e26}.lg\:caret-yellow-800\/20{caret-color:#854d0e33}.lg\:caret-yellow-800\/25{caret-color:#854d0e40}.lg\:caret-yellow-800\/30{caret-color:#854d0e4d}.lg\:caret-yellow-800\/35{caret-color:#854d0e59}.lg\:caret-yellow-800\/40{caret-color:#854d0e66}.lg\:caret-yellow-800\/45{caret-color:#854d0e73}.lg\:caret-yellow-800\/5{caret-color:#854d0e0d}.lg\:caret-yellow-800\/50{caret-color:#854d0e80}.lg\:caret-yellow-800\/55{caret-color:#854d0e8c}.lg\:caret-yellow-800\/60{caret-color:#854d0e99}.lg\:caret-yellow-800\/65{caret-color:#854d0ea6}.lg\:caret-yellow-800\/70{caret-color:#854d0eb3}.lg\:caret-yellow-800\/75{caret-color:#854d0ebf}.lg\:caret-yellow-800\/80{caret-color:#854d0ecc}.lg\:caret-yellow-800\/85{caret-color:#854d0ed9}.lg\:caret-yellow-800\/90{caret-color:#854d0ee6}.lg\:caret-yellow-800\/95{caret-color:#854d0ef2}.lg\:caret-yellow-900{caret-color:#713f12}.lg\:caret-yellow-900\/0{caret-color:#713f1200}.lg\:caret-yellow-900\/10{caret-color:#713f121a}.lg\:caret-yellow-900\/100{caret-color:#713f12}.lg\:caret-yellow-900\/15{caret-color:#713f1226}.lg\:caret-yellow-900\/20{caret-color:#713f1233}.lg\:caret-yellow-900\/25{caret-color:#713f1240}.lg\:caret-yellow-900\/30{caret-color:#713f124d}.lg\:caret-yellow-900\/35{caret-color:#713f1259}.lg\:caret-yellow-900\/40{caret-color:#713f1266}.lg\:caret-yellow-900\/45{caret-color:#713f1273}.lg\:caret-yellow-900\/5{caret-color:#713f120d}.lg\:caret-yellow-900\/50{caret-color:#713f1280}.lg\:caret-yellow-900\/55{caret-color:#713f128c}.lg\:caret-yellow-900\/60{caret-color:#713f1299}.lg\:caret-yellow-900\/65{caret-color:#713f12a6}.lg\:caret-yellow-900\/70{caret-color:#713f12b3}.lg\:caret-yellow-900\/75{caret-color:#713f12bf}.lg\:caret-yellow-900\/80{caret-color:#713f12cc}.lg\:caret-yellow-900\/85{caret-color:#713f12d9}.lg\:caret-yellow-900\/90{caret-color:#713f12e6}.lg\:caret-yellow-900\/95{caret-color:#713f12f2}.lg\:caret-yellow-950{caret-color:#422006}.lg\:caret-yellow-950\/0{caret-color:#42200600}.lg\:caret-yellow-950\/10{caret-color:#4220061a}.lg\:caret-yellow-950\/100{caret-color:#422006}.lg\:caret-yellow-950\/15{caret-color:#42200626}.lg\:caret-yellow-950\/20{caret-color:#42200633}.lg\:caret-yellow-950\/25{caret-color:#42200640}.lg\:caret-yellow-950\/30{caret-color:#4220064d}.lg\:caret-yellow-950\/35{caret-color:#42200659}.lg\:caret-yellow-950\/40{caret-color:#42200666}.lg\:caret-yellow-950\/45{caret-color:#42200673}.lg\:caret-yellow-950\/5{caret-color:#4220060d}.lg\:caret-yellow-950\/50{caret-color:#42200680}.lg\:caret-yellow-950\/55{caret-color:#4220068c}.lg\:caret-yellow-950\/60{caret-color:#42200699}.lg\:caret-yellow-950\/65{caret-color:#422006a6}.lg\:caret-yellow-950\/70{caret-color:#422006b3}.lg\:caret-yellow-950\/75{caret-color:#422006bf}.lg\:caret-yellow-950\/80{caret-color:#422006cc}.lg\:caret-yellow-950\/85{caret-color:#422006d9}.lg\:caret-yellow-950\/90{caret-color:#422006e6}.lg\:caret-yellow-950\/95{caret-color:#422006f2}.lg\:accent-yellow-100{accent-color:#fef9c3}.lg\:accent-yellow-100\/0{accent-color:#fef9c300}.lg\:accent-yellow-100\/10{accent-color:#fef9c31a}.lg\:accent-yellow-100\/100{accent-color:#fef9c3}.lg\:accent-yellow-100\/15{accent-color:#fef9c326}.lg\:accent-yellow-100\/20{accent-color:#fef9c333}.lg\:accent-yellow-100\/25{accent-color:#fef9c340}.lg\:accent-yellow-100\/30{accent-color:#fef9c34d}.lg\:accent-yellow-100\/35{accent-color:#fef9c359}.lg\:accent-yellow-100\/40{accent-color:#fef9c366}.lg\:accent-yellow-100\/45{accent-color:#fef9c373}.lg\:accent-yellow-100\/5{accent-color:#fef9c30d}.lg\:accent-yellow-100\/50{accent-color:#fef9c380}.lg\:accent-yellow-100\/55{accent-color:#fef9c38c}.lg\:accent-yellow-100\/60{accent-color:#fef9c399}.lg\:accent-yellow-100\/65{accent-color:#fef9c3a6}.lg\:accent-yellow-100\/70{accent-color:#fef9c3b3}.lg\:accent-yellow-100\/75{accent-color:#fef9c3bf}.lg\:accent-yellow-100\/80{accent-color:#fef9c3cc}.lg\:accent-yellow-100\/85{accent-color:#fef9c3d9}.lg\:accent-yellow-100\/90{accent-color:#fef9c3e6}.lg\:accent-yellow-100\/95{accent-color:#fef9c3f2}.lg\:accent-yellow-200{accent-color:#fef08a}.lg\:accent-yellow-200\/0{accent-color:#fef08a00}.lg\:accent-yellow-200\/10{accent-color:#fef08a1a}.lg\:accent-yellow-200\/100{accent-color:#fef08a}.lg\:accent-yellow-200\/15{accent-color:#fef08a26}.lg\:accent-yellow-200\/20{accent-color:#fef08a33}.lg\:accent-yellow-200\/25{accent-color:#fef08a40}.lg\:accent-yellow-200\/30{accent-color:#fef08a4d}.lg\:accent-yellow-200\/35{accent-color:#fef08a59}.lg\:accent-yellow-200\/40{accent-color:#fef08a66}.lg\:accent-yellow-200\/45{accent-color:#fef08a73}.lg\:accent-yellow-200\/5{accent-color:#fef08a0d}.lg\:accent-yellow-200\/50{accent-color:#fef08a80}.lg\:accent-yellow-200\/55{accent-color:#fef08a8c}.lg\:accent-yellow-200\/60{accent-color:#fef08a99}.lg\:accent-yellow-200\/65{accent-color:#fef08aa6}.lg\:accent-yellow-200\/70{accent-color:#fef08ab3}.lg\:accent-yellow-200\/75{accent-color:#fef08abf}.lg\:accent-yellow-200\/80{accent-color:#fef08acc}.lg\:accent-yellow-200\/85{accent-color:#fef08ad9}.lg\:accent-yellow-200\/90{accent-color:#fef08ae6}.lg\:accent-yellow-200\/95{accent-color:#fef08af2}.lg\:accent-yellow-300{accent-color:#fde047}.lg\:accent-yellow-300\/0{accent-color:#fde04700}.lg\:accent-yellow-300\/10{accent-color:#fde0471a}.lg\:accent-yellow-300\/100{accent-color:#fde047}.lg\:accent-yellow-300\/15{accent-color:#fde04726}.lg\:accent-yellow-300\/20{accent-color:#fde04733}.lg\:accent-yellow-300\/25{accent-color:#fde04740}.lg\:accent-yellow-300\/30{accent-color:#fde0474d}.lg\:accent-yellow-300\/35{accent-color:#fde04759}.lg\:accent-yellow-300\/40{accent-color:#fde04766}.lg\:accent-yellow-300\/45{accent-color:#fde04773}.lg\:accent-yellow-300\/5{accent-color:#fde0470d}.lg\:accent-yellow-300\/50{accent-color:#fde04780}.lg\:accent-yellow-300\/55{accent-color:#fde0478c}.lg\:accent-yellow-300\/60{accent-color:#fde04799}.lg\:accent-yellow-300\/65{accent-color:#fde047a6}.lg\:accent-yellow-300\/70{accent-color:#fde047b3}.lg\:accent-yellow-300\/75{accent-color:#fde047bf}.lg\:accent-yellow-300\/80{accent-color:#fde047cc}.lg\:accent-yellow-300\/85{accent-color:#fde047d9}.lg\:accent-yellow-300\/90{accent-color:#fde047e6}.lg\:accent-yellow-300\/95{accent-color:#fde047f2}.lg\:accent-yellow-400{accent-color:#facc15}.lg\:accent-yellow-400\/0{accent-color:#facc1500}.lg\:accent-yellow-400\/10{accent-color:#facc151a}.lg\:accent-yellow-400\/100{accent-color:#facc15}.lg\:accent-yellow-400\/15{accent-color:#facc1526}.lg\:accent-yellow-400\/20{accent-color:#facc1533}.lg\:accent-yellow-400\/25{accent-color:#facc1540}.lg\:accent-yellow-400\/30{accent-color:#facc154d}.lg\:accent-yellow-400\/35{accent-color:#facc1559}.lg\:accent-yellow-400\/40{accent-color:#facc1566}.lg\:accent-yellow-400\/45{accent-color:#facc1573}.lg\:accent-yellow-400\/5{accent-color:#facc150d}.lg\:accent-yellow-400\/50{accent-color:#facc1580}.lg\:accent-yellow-400\/55{accent-color:#facc158c}.lg\:accent-yellow-400\/60{accent-color:#facc1599}.lg\:accent-yellow-400\/65{accent-color:#facc15a6}.lg\:accent-yellow-400\/70{accent-color:#facc15b3}.lg\:accent-yellow-400\/75{accent-color:#facc15bf}.lg\:accent-yellow-400\/80{accent-color:#facc15cc}.lg\:accent-yellow-400\/85{accent-color:#facc15d9}.lg\:accent-yellow-400\/90{accent-color:#facc15e6}.lg\:accent-yellow-400\/95{accent-color:#facc15f2}.lg\:accent-yellow-50{accent-color:#fefce8}.lg\:accent-yellow-50\/0{accent-color:#fefce800}.lg\:accent-yellow-50\/10{accent-color:#fefce81a}.lg\:accent-yellow-50\/100{accent-color:#fefce8}.lg\:accent-yellow-50\/15{accent-color:#fefce826}.lg\:accent-yellow-50\/20{accent-color:#fefce833}.lg\:accent-yellow-50\/25{accent-color:#fefce840}.lg\:accent-yellow-50\/30{accent-color:#fefce84d}.lg\:accent-yellow-50\/35{accent-color:#fefce859}.lg\:accent-yellow-50\/40{accent-color:#fefce866}.lg\:accent-yellow-50\/45{accent-color:#fefce873}.lg\:accent-yellow-50\/5{accent-color:#fefce80d}.lg\:accent-yellow-50\/50{accent-color:#fefce880}.lg\:accent-yellow-50\/55{accent-color:#fefce88c}.lg\:accent-yellow-50\/60{accent-color:#fefce899}.lg\:accent-yellow-50\/65{accent-color:#fefce8a6}.lg\:accent-yellow-50\/70{accent-color:#fefce8b3}.lg\:accent-yellow-50\/75{accent-color:#fefce8bf}.lg\:accent-yellow-50\/80{accent-color:#fefce8cc}.lg\:accent-yellow-50\/85{accent-color:#fefce8d9}.lg\:accent-yellow-50\/90{accent-color:#fefce8e6}.lg\:accent-yellow-50\/95{accent-color:#fefce8f2}.lg\:accent-yellow-500{accent-color:#eab308}.lg\:accent-yellow-500\/0{accent-color:#eab30800}.lg\:accent-yellow-500\/10{accent-color:#eab3081a}.lg\:accent-yellow-500\/100{accent-color:#eab308}.lg\:accent-yellow-500\/15{accent-color:#eab30826}.lg\:accent-yellow-500\/20{accent-color:#eab30833}.lg\:accent-yellow-500\/25{accent-color:#eab30840}.lg\:accent-yellow-500\/30{accent-color:#eab3084d}.lg\:accent-yellow-500\/35{accent-color:#eab30859}.lg\:accent-yellow-500\/40{accent-color:#eab30866}.lg\:accent-yellow-500\/45{accent-color:#eab30873}.lg\:accent-yellow-500\/5{accent-color:#eab3080d}.lg\:accent-yellow-500\/50{accent-color:#eab30880}.lg\:accent-yellow-500\/55{accent-color:#eab3088c}.lg\:accent-yellow-500\/60{accent-color:#eab30899}.lg\:accent-yellow-500\/65{accent-color:#eab308a6}.lg\:accent-yellow-500\/70{accent-color:#eab308b3}.lg\:accent-yellow-500\/75{accent-color:#eab308bf}.lg\:accent-yellow-500\/80{accent-color:#eab308cc}.lg\:accent-yellow-500\/85{accent-color:#eab308d9}.lg\:accent-yellow-500\/90{accent-color:#eab308e6}.lg\:accent-yellow-500\/95{accent-color:#eab308f2}.lg\:accent-yellow-600{accent-color:#ca8a04}.lg\:accent-yellow-600\/0{accent-color:#ca8a0400}.lg\:accent-yellow-600\/10{accent-color:#ca8a041a}.lg\:accent-yellow-600\/100{accent-color:#ca8a04}.lg\:accent-yellow-600\/15{accent-color:#ca8a0426}.lg\:accent-yellow-600\/20{accent-color:#ca8a0433}.lg\:accent-yellow-600\/25{accent-color:#ca8a0440}.lg\:accent-yellow-600\/30{accent-color:#ca8a044d}.lg\:accent-yellow-600\/35{accent-color:#ca8a0459}.lg\:accent-yellow-600\/40{accent-color:#ca8a0466}.lg\:accent-yellow-600\/45{accent-color:#ca8a0473}.lg\:accent-yellow-600\/5{accent-color:#ca8a040d}.lg\:accent-yellow-600\/50{accent-color:#ca8a0480}.lg\:accent-yellow-600\/55{accent-color:#ca8a048c}.lg\:accent-yellow-600\/60{accent-color:#ca8a0499}.lg\:accent-yellow-600\/65{accent-color:#ca8a04a6}.lg\:accent-yellow-600\/70{accent-color:#ca8a04b3}.lg\:accent-yellow-600\/75{accent-color:#ca8a04bf}.lg\:accent-yellow-600\/80{accent-color:#ca8a04cc}.lg\:accent-yellow-600\/85{accent-color:#ca8a04d9}.lg\:accent-yellow-600\/90{accent-color:#ca8a04e6}.lg\:accent-yellow-600\/95{accent-color:#ca8a04f2}.lg\:accent-yellow-700{accent-color:#a16207}.lg\:accent-yellow-700\/0{accent-color:#a1620700}.lg\:accent-yellow-700\/10{accent-color:#a162071a}.lg\:accent-yellow-700\/100{accent-color:#a16207}.lg\:accent-yellow-700\/15{accent-color:#a1620726}.lg\:accent-yellow-700\/20{accent-color:#a1620733}.lg\:accent-yellow-700\/25{accent-color:#a1620740}.lg\:accent-yellow-700\/30{accent-color:#a162074d}.lg\:accent-yellow-700\/35{accent-color:#a1620759}.lg\:accent-yellow-700\/40{accent-color:#a1620766}.lg\:accent-yellow-700\/45{accent-color:#a1620773}.lg\:accent-yellow-700\/5{accent-color:#a162070d}.lg\:accent-yellow-700\/50{accent-color:#a1620780}.lg\:accent-yellow-700\/55{accent-color:#a162078c}.lg\:accent-yellow-700\/60{accent-color:#a1620799}.lg\:accent-yellow-700\/65{accent-color:#a16207a6}.lg\:accent-yellow-700\/70{accent-color:#a16207b3}.lg\:accent-yellow-700\/75{accent-color:#a16207bf}.lg\:accent-yellow-700\/80{accent-color:#a16207cc}.lg\:accent-yellow-700\/85{accent-color:#a16207d9}.lg\:accent-yellow-700\/90{accent-color:#a16207e6}.lg\:accent-yellow-700\/95{accent-color:#a16207f2}.lg\:accent-yellow-800{accent-color:#854d0e}.lg\:accent-yellow-800\/0{accent-color:#854d0e00}.lg\:accent-yellow-800\/10{accent-color:#854d0e1a}.lg\:accent-yellow-800\/100{accent-color:#854d0e}.lg\:accent-yellow-800\/15{accent-color:#854d0e26}.lg\:accent-yellow-800\/20{accent-color:#854d0e33}.lg\:accent-yellow-800\/25{accent-color:#854d0e40}.lg\:accent-yellow-800\/30{accent-color:#854d0e4d}.lg\:accent-yellow-800\/35{accent-color:#854d0e59}.lg\:accent-yellow-800\/40{accent-color:#854d0e66}.lg\:accent-yellow-800\/45{accent-color:#854d0e73}.lg\:accent-yellow-800\/5{accent-color:#854d0e0d}.lg\:accent-yellow-800\/50{accent-color:#854d0e80}.lg\:accent-yellow-800\/55{accent-color:#854d0e8c}.lg\:accent-yellow-800\/60{accent-color:#854d0e99}.lg\:accent-yellow-800\/65{accent-color:#854d0ea6}.lg\:accent-yellow-800\/70{accent-color:#854d0eb3}.lg\:accent-yellow-800\/75{accent-color:#854d0ebf}.lg\:accent-yellow-800\/80{accent-color:#854d0ecc}.lg\:accent-yellow-800\/85{accent-color:#854d0ed9}.lg\:accent-yellow-800\/90{accent-color:#854d0ee6}.lg\:accent-yellow-800\/95{accent-color:#854d0ef2}.lg\:accent-yellow-900{accent-color:#713f12}.lg\:accent-yellow-900\/0{accent-color:#713f1200}.lg\:accent-yellow-900\/10{accent-color:#713f121a}.lg\:accent-yellow-900\/100{accent-color:#713f12}.lg\:accent-yellow-900\/15{accent-color:#713f1226}.lg\:accent-yellow-900\/20{accent-color:#713f1233}.lg\:accent-yellow-900\/25{accent-color:#713f1240}.lg\:accent-yellow-900\/30{accent-color:#713f124d}.lg\:accent-yellow-900\/35{accent-color:#713f1259}.lg\:accent-yellow-900\/40{accent-color:#713f1266}.lg\:accent-yellow-900\/45{accent-color:#713f1273}.lg\:accent-yellow-900\/5{accent-color:#713f120d}.lg\:accent-yellow-900\/50{accent-color:#713f1280}.lg\:accent-yellow-900\/55{accent-color:#713f128c}.lg\:accent-yellow-900\/60{accent-color:#713f1299}.lg\:accent-yellow-900\/65{accent-color:#713f12a6}.lg\:accent-yellow-900\/70{accent-color:#713f12b3}.lg\:accent-yellow-900\/75{accent-color:#713f12bf}.lg\:accent-yellow-900\/80{accent-color:#713f12cc}.lg\:accent-yellow-900\/85{accent-color:#713f12d9}.lg\:accent-yellow-900\/90{accent-color:#713f12e6}.lg\:accent-yellow-900\/95{accent-color:#713f12f2}.lg\:accent-yellow-950{accent-color:#422006}.lg\:accent-yellow-950\/0{accent-color:#42200600}.lg\:accent-yellow-950\/10{accent-color:#4220061a}.lg\:accent-yellow-950\/100{accent-color:#422006}.lg\:accent-yellow-950\/15{accent-color:#42200626}.lg\:accent-yellow-950\/20{accent-color:#42200633}.lg\:accent-yellow-950\/25{accent-color:#42200640}.lg\:accent-yellow-950\/30{accent-color:#4220064d}.lg\:accent-yellow-950\/35{accent-color:#42200659}.lg\:accent-yellow-950\/40{accent-color:#42200666}.lg\:accent-yellow-950\/45{accent-color:#42200673}.lg\:accent-yellow-950\/5{accent-color:#4220060d}.lg\:accent-yellow-950\/50{accent-color:#42200680}.lg\:accent-yellow-950\/55{accent-color:#4220068c}.lg\:accent-yellow-950\/60{accent-color:#42200699}.lg\:accent-yellow-950\/65{accent-color:#422006a6}.lg\:accent-yellow-950\/70{accent-color:#422006b3}.lg\:accent-yellow-950\/75{accent-color:#422006bf}.lg\:accent-yellow-950\/80{accent-color:#422006cc}.lg\:accent-yellow-950\/85{accent-color:#422006d9}.lg\:accent-yellow-950\/90{accent-color:#422006e6}.lg\:accent-yellow-950\/95{accent-color:#422006f2}.lg\:shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.lg\:shadow-yellow-100{--tw-shadow-color:#fef9c3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/0{--tw-shadow-color:#fef9c300;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/10{--tw-shadow-color:#fef9c31a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/100{--tw-shadow-color:#fef9c3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/15{--tw-shadow-color:#fef9c326;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/20{--tw-shadow-color:#fef9c333;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/25{--tw-shadow-color:#fef9c340;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/30{--tw-shadow-color:#fef9c34d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/35{--tw-shadow-color:#fef9c359;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/40{--tw-shadow-color:#fef9c366;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/45{--tw-shadow-color:#fef9c373;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/5{--tw-shadow-color:#fef9c30d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/50{--tw-shadow-color:#fef9c380;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/55{--tw-shadow-color:#fef9c38c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/60{--tw-shadow-color:#fef9c399;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/65{--tw-shadow-color:#fef9c3a6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/70{--tw-shadow-color:#fef9c3b3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/75{--tw-shadow-color:#fef9c3bf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/80{--tw-shadow-color:#fef9c3cc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/85{--tw-shadow-color:#fef9c3d9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/90{--tw-shadow-color:#fef9c3e6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-100\/95{--tw-shadow-color:#fef9c3f2;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200{--tw-shadow-color:#fef08a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/0{--tw-shadow-color:#fef08a00;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/10{--tw-shadow-color:#fef08a1a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/100{--tw-shadow-color:#fef08a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/15{--tw-shadow-color:#fef08a26;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/20{--tw-shadow-color:#fef08a33;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/25{--tw-shadow-color:#fef08a40;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/30{--tw-shadow-color:#fef08a4d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/35{--tw-shadow-color:#fef08a59;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/40{--tw-shadow-color:#fef08a66;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/45{--tw-shadow-color:#fef08a73;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/5{--tw-shadow-color:#fef08a0d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/50{--tw-shadow-color:#fef08a80;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/55{--tw-shadow-color:#fef08a8c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/60{--tw-shadow-color:#fef08a99;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/65{--tw-shadow-color:#fef08aa6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/70{--tw-shadow-color:#fef08ab3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/75{--tw-shadow-color:#fef08abf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/80{--tw-shadow-color:#fef08acc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/85{--tw-shadow-color:#fef08ad9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/90{--tw-shadow-color:#fef08ae6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-200\/95{--tw-shadow-color:#fef08af2;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300{--tw-shadow-color:#fde047;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/0{--tw-shadow-color:#fde04700;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/10{--tw-shadow-color:#fde0471a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/100{--tw-shadow-color:#fde047;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/15{--tw-shadow-color:#fde04726;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/20{--tw-shadow-color:#fde04733;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/25{--tw-shadow-color:#fde04740;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/30{--tw-shadow-color:#fde0474d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/35{--tw-shadow-color:#fde04759;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/40{--tw-shadow-color:#fde04766;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/45{--tw-shadow-color:#fde04773;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/5{--tw-shadow-color:#fde0470d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/50{--tw-shadow-color:#fde04780;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/55{--tw-shadow-color:#fde0478c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/60{--tw-shadow-color:#fde04799;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/65{--tw-shadow-color:#fde047a6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/70{--tw-shadow-color:#fde047b3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/75{--tw-shadow-color:#fde047bf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/80{--tw-shadow-color:#fde047cc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/85{--tw-shadow-color:#fde047d9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/90{--tw-shadow-color:#fde047e6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-300\/95{--tw-shadow-color:#fde047f2;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400{--tw-shadow-color:#facc15;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/0{--tw-shadow-color:#facc1500;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/10{--tw-shadow-color:#facc151a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/100{--tw-shadow-color:#facc15;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/15{--tw-shadow-color:#facc1526;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/20{--tw-shadow-color:#facc1533;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/25{--tw-shadow-color:#facc1540;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/30{--tw-shadow-color:#facc154d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/35{--tw-shadow-color:#facc1559;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/40{--tw-shadow-color:#facc1566;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/45{--tw-shadow-color:#facc1573;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/5{--tw-shadow-color:#facc150d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/50{--tw-shadow-color:#facc1580;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/55{--tw-shadow-color:#facc158c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/60{--tw-shadow-color:#facc1599;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/65{--tw-shadow-color:#facc15a6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/70{--tw-shadow-color:#facc15b3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/75{--tw-shadow-color:#facc15bf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/80{--tw-shadow-color:#facc15cc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/85{--tw-shadow-color:#facc15d9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/90{--tw-shadow-color:#facc15e6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-400\/95{--tw-shadow-color:#facc15f2;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50{--tw-shadow-color:#fefce8;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/0{--tw-shadow-color:#fefce800;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/10{--tw-shadow-color:#fefce81a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/100{--tw-shadow-color:#fefce8;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/15{--tw-shadow-color:#fefce826;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/20{--tw-shadow-color:#fefce833;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/25{--tw-shadow-color:#fefce840;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/30{--tw-shadow-color:#fefce84d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/35{--tw-shadow-color:#fefce859;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/40{--tw-shadow-color:#fefce866;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/45{--tw-shadow-color:#fefce873;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/5{--tw-shadow-color:#fefce80d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/50{--tw-shadow-color:#fefce880;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/55{--tw-shadow-color:#fefce88c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/60{--tw-shadow-color:#fefce899;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/65{--tw-shadow-color:#fefce8a6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/70{--tw-shadow-color:#fefce8b3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/75{--tw-shadow-color:#fefce8bf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/80{--tw-shadow-color:#fefce8cc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/85{--tw-shadow-color:#fefce8d9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/90{--tw-shadow-color:#fefce8e6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-50\/95{--tw-shadow-color:#fefce8f2;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500{--tw-shadow-color:#eab308;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/0{--tw-shadow-color:#eab30800;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/10{--tw-shadow-color:#eab3081a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/100{--tw-shadow-color:#eab308;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/15{--tw-shadow-color:#eab30826;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/20{--tw-shadow-color:#eab30833;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/25{--tw-shadow-color:#eab30840;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/30{--tw-shadow-color:#eab3084d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/35{--tw-shadow-color:#eab30859;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/40{--tw-shadow-color:#eab30866;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/45{--tw-shadow-color:#eab30873;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/5{--tw-shadow-color:#eab3080d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/50{--tw-shadow-color:#eab30880;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/55{--tw-shadow-color:#eab3088c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/60{--tw-shadow-color:#eab30899;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/65{--tw-shadow-color:#eab308a6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/70{--tw-shadow-color:#eab308b3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/75{--tw-shadow-color:#eab308bf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/80{--tw-shadow-color:#eab308cc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/85{--tw-shadow-color:#eab308d9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/90{--tw-shadow-color:#eab308e6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-500\/95{--tw-shadow-color:#eab308f2;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600{--tw-shadow-color:#ca8a04;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/0{--tw-shadow-color:#ca8a0400;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/10{--tw-shadow-color:#ca8a041a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/100{--tw-shadow-color:#ca8a04;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/15{--tw-shadow-color:#ca8a0426;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/20{--tw-shadow-color:#ca8a0433;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/25{--tw-shadow-color:#ca8a0440;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/30{--tw-shadow-color:#ca8a044d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/35{--tw-shadow-color:#ca8a0459;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/40{--tw-shadow-color:#ca8a0466;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/45{--tw-shadow-color:#ca8a0473;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/5{--tw-shadow-color:#ca8a040d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/50{--tw-shadow-color:#ca8a0480;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/55{--tw-shadow-color:#ca8a048c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/60{--tw-shadow-color:#ca8a0499;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/65{--tw-shadow-color:#ca8a04a6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/70{--tw-shadow-color:#ca8a04b3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/75{--tw-shadow-color:#ca8a04bf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/80{--tw-shadow-color:#ca8a04cc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/85{--tw-shadow-color:#ca8a04d9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/90{--tw-shadow-color:#ca8a04e6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-600\/95{--tw-shadow-color:#ca8a04f2;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700{--tw-shadow-color:#a16207;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/0{--tw-shadow-color:#a1620700;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/10{--tw-shadow-color:#a162071a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/100{--tw-shadow-color:#a16207;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/15{--tw-shadow-color:#a1620726;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/20{--tw-shadow-color:#a1620733;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/25{--tw-shadow-color:#a1620740;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/30{--tw-shadow-color:#a162074d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/35{--tw-shadow-color:#a1620759;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/40{--tw-shadow-color:#a1620766;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/45{--tw-shadow-color:#a1620773;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/5{--tw-shadow-color:#a162070d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/50{--tw-shadow-color:#a1620780;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/55{--tw-shadow-color:#a162078c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/60{--tw-shadow-color:#a1620799;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/65{--tw-shadow-color:#a16207a6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/70{--tw-shadow-color:#a16207b3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/75{--tw-shadow-color:#a16207bf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/80{--tw-shadow-color:#a16207cc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/85{--tw-shadow-color:#a16207d9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/90{--tw-shadow-color:#a16207e6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-700\/95{--tw-shadow-color:#a16207f2;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800{--tw-shadow-color:#854d0e;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/0{--tw-shadow-color:#854d0e00;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/10{--tw-shadow-color:#854d0e1a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/100{--tw-shadow-color:#854d0e;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/15{--tw-shadow-color:#854d0e26;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/20{--tw-shadow-color:#854d0e33;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/25{--tw-shadow-color:#854d0e40;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/30{--tw-shadow-color:#854d0e4d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/35{--tw-shadow-color:#854d0e59;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/40{--tw-shadow-color:#854d0e66;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/45{--tw-shadow-color:#854d0e73;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/5{--tw-shadow-color:#854d0e0d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/50{--tw-shadow-color:#854d0e80;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/55{--tw-shadow-color:#854d0e8c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/60{--tw-shadow-color:#854d0e99;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/65{--tw-shadow-color:#854d0ea6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/70{--tw-shadow-color:#854d0eb3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/75{--tw-shadow-color:#854d0ebf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/80{--tw-shadow-color:#854d0ecc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/85{--tw-shadow-color:#854d0ed9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/90{--tw-shadow-color:#854d0ee6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-800\/95{--tw-shadow-color:#854d0ef2;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900{--tw-shadow-color:#713f12;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/0{--tw-shadow-color:#713f1200;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/10{--tw-shadow-color:#713f121a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/100{--tw-shadow-color:#713f12;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/15{--tw-shadow-color:#713f1226;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/20{--tw-shadow-color:#713f1233;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/25{--tw-shadow-color:#713f1240;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/30{--tw-shadow-color:#713f124d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/35{--tw-shadow-color:#713f1259;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/40{--tw-shadow-color:#713f1266;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/45{--tw-shadow-color:#713f1273;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/5{--tw-shadow-color:#713f120d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/50{--tw-shadow-color:#713f1280;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/55{--tw-shadow-color:#713f128c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/60{--tw-shadow-color:#713f1299;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/65{--tw-shadow-color:#713f12a6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/70{--tw-shadow-color:#713f12b3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/75{--tw-shadow-color:#713f12bf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/80{--tw-shadow-color:#713f12cc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/85{--tw-shadow-color:#713f12d9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/90{--tw-shadow-color:#713f12e6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-900\/95{--tw-shadow-color:#713f12f2;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950{--tw-shadow-color:#422006;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/0{--tw-shadow-color:#42200600;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/10{--tw-shadow-color:#4220061a;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/100{--tw-shadow-color:#422006;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/15{--tw-shadow-color:#42200626;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/20{--tw-shadow-color:#42200633;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/25{--tw-shadow-color:#42200640;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/30{--tw-shadow-color:#4220064d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/35{--tw-shadow-color:#42200659;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/40{--tw-shadow-color:#42200666;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/45{--tw-shadow-color:#42200673;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/5{--tw-shadow-color:#4220060d;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/50{--tw-shadow-color:#42200680;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/55{--tw-shadow-color:#4220068c;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/60{--tw-shadow-color:#42200699;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/65{--tw-shadow-color:#422006a6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/70{--tw-shadow-color:#422006b3;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/75{--tw-shadow-color:#422006bf;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/80{--tw-shadow-color:#422006cc;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/85{--tw-shadow-color:#422006d9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/90{--tw-shadow-color:#422006e6;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-yellow-950\/95{--tw-shadow-color:#422006f2;--tw-shadow:var(--tw-shadow-colored)}.lg\:outline-yellow-100{outline-color:#fef9c3}.lg\:outline-yellow-100\/0{outline-color:#fef9c300}.lg\:outline-yellow-100\/10{outline-color:#fef9c31a}.lg\:outline-yellow-100\/100{outline-color:#fef9c3}.lg\:outline-yellow-100\/15{outline-color:#fef9c326}.lg\:outline-yellow-100\/20{outline-color:#fef9c333}.lg\:outline-yellow-100\/25{outline-color:#fef9c340}.lg\:outline-yellow-100\/30{outline-color:#fef9c34d}.lg\:outline-yellow-100\/35{outline-color:#fef9c359}.lg\:outline-yellow-100\/40{outline-color:#fef9c366}.lg\:outline-yellow-100\/45{outline-color:#fef9c373}.lg\:outline-yellow-100\/5{outline-color:#fef9c30d}.lg\:outline-yellow-100\/50{outline-color:#fef9c380}.lg\:outline-yellow-100\/55{outline-color:#fef9c38c}.lg\:outline-yellow-100\/60{outline-color:#fef9c399}.lg\:outline-yellow-100\/65{outline-color:#fef9c3a6}.lg\:outline-yellow-100\/70{outline-color:#fef9c3b3}.lg\:outline-yellow-100\/75{outline-color:#fef9c3bf}.lg\:outline-yellow-100\/80{outline-color:#fef9c3cc}.lg\:outline-yellow-100\/85{outline-color:#fef9c3d9}.lg\:outline-yellow-100\/90{outline-color:#fef9c3e6}.lg\:outline-yellow-100\/95{outline-color:#fef9c3f2}.lg\:outline-yellow-200{outline-color:#fef08a}.lg\:outline-yellow-200\/0{outline-color:#fef08a00}.lg\:outline-yellow-200\/10{outline-color:#fef08a1a}.lg\:outline-yellow-200\/100{outline-color:#fef08a}.lg\:outline-yellow-200\/15{outline-color:#fef08a26}.lg\:outline-yellow-200\/20{outline-color:#fef08a33}.lg\:outline-yellow-200\/25{outline-color:#fef08a40}.lg\:outline-yellow-200\/30{outline-color:#fef08a4d}.lg\:outline-yellow-200\/35{outline-color:#fef08a59}.lg\:outline-yellow-200\/40{outline-color:#fef08a66}.lg\:outline-yellow-200\/45{outline-color:#fef08a73}.lg\:outline-yellow-200\/5{outline-color:#fef08a0d}.lg\:outline-yellow-200\/50{outline-color:#fef08a80}.lg\:outline-yellow-200\/55{outline-color:#fef08a8c}.lg\:outline-yellow-200\/60{outline-color:#fef08a99}.lg\:outline-yellow-200\/65{outline-color:#fef08aa6}.lg\:outline-yellow-200\/70{outline-color:#fef08ab3}.lg\:outline-yellow-200\/75{outline-color:#fef08abf}.lg\:outline-yellow-200\/80{outline-color:#fef08acc}.lg\:outline-yellow-200\/85{outline-color:#fef08ad9}.lg\:outline-yellow-200\/90{outline-color:#fef08ae6}.lg\:outline-yellow-200\/95{outline-color:#fef08af2}.lg\:outline-yellow-300{outline-color:#fde047}.lg\:outline-yellow-300\/0{outline-color:#fde04700}.lg\:outline-yellow-300\/10{outline-color:#fde0471a}.lg\:outline-yellow-300\/100{outline-color:#fde047}.lg\:outline-yellow-300\/15{outline-color:#fde04726}.lg\:outline-yellow-300\/20{outline-color:#fde04733}.lg\:outline-yellow-300\/25{outline-color:#fde04740}.lg\:outline-yellow-300\/30{outline-color:#fde0474d}.lg\:outline-yellow-300\/35{outline-color:#fde04759}.lg\:outline-yellow-300\/40{outline-color:#fde04766}.lg\:outline-yellow-300\/45{outline-color:#fde04773}.lg\:outline-yellow-300\/5{outline-color:#fde0470d}.lg\:outline-yellow-300\/50{outline-color:#fde04780}.lg\:outline-yellow-300\/55{outline-color:#fde0478c}.lg\:outline-yellow-300\/60{outline-color:#fde04799}.lg\:outline-yellow-300\/65{outline-color:#fde047a6}.lg\:outline-yellow-300\/70{outline-color:#fde047b3}.lg\:outline-yellow-300\/75{outline-color:#fde047bf}.lg\:outline-yellow-300\/80{outline-color:#fde047cc}.lg\:outline-yellow-300\/85{outline-color:#fde047d9}.lg\:outline-yellow-300\/90{outline-color:#fde047e6}.lg\:outline-yellow-300\/95{outline-color:#fde047f2}.lg\:outline-yellow-400{outline-color:#facc15}.lg\:outline-yellow-400\/0{outline-color:#facc1500}.lg\:outline-yellow-400\/10{outline-color:#facc151a}.lg\:outline-yellow-400\/100{outline-color:#facc15}.lg\:outline-yellow-400\/15{outline-color:#facc1526}.lg\:outline-yellow-400\/20{outline-color:#facc1533}.lg\:outline-yellow-400\/25{outline-color:#facc1540}.lg\:outline-yellow-400\/30{outline-color:#facc154d}.lg\:outline-yellow-400\/35{outline-color:#facc1559}.lg\:outline-yellow-400\/40{outline-color:#facc1566}.lg\:outline-yellow-400\/45{outline-color:#facc1573}.lg\:outline-yellow-400\/5{outline-color:#facc150d}.lg\:outline-yellow-400\/50{outline-color:#facc1580}.lg\:outline-yellow-400\/55{outline-color:#facc158c}.lg\:outline-yellow-400\/60{outline-color:#facc1599}.lg\:outline-yellow-400\/65{outline-color:#facc15a6}.lg\:outline-yellow-400\/70{outline-color:#facc15b3}.lg\:outline-yellow-400\/75{outline-color:#facc15bf}.lg\:outline-yellow-400\/80{outline-color:#facc15cc}.lg\:outline-yellow-400\/85{outline-color:#facc15d9}.lg\:outline-yellow-400\/90{outline-color:#facc15e6}.lg\:outline-yellow-400\/95{outline-color:#facc15f2}.lg\:outline-yellow-50{outline-color:#fefce8}.lg\:outline-yellow-50\/0{outline-color:#fefce800}.lg\:outline-yellow-50\/10{outline-color:#fefce81a}.lg\:outline-yellow-50\/100{outline-color:#fefce8}.lg\:outline-yellow-50\/15{outline-color:#fefce826}.lg\:outline-yellow-50\/20{outline-color:#fefce833}.lg\:outline-yellow-50\/25{outline-color:#fefce840}.lg\:outline-yellow-50\/30{outline-color:#fefce84d}.lg\:outline-yellow-50\/35{outline-color:#fefce859}.lg\:outline-yellow-50\/40{outline-color:#fefce866}.lg\:outline-yellow-50\/45{outline-color:#fefce873}.lg\:outline-yellow-50\/5{outline-color:#fefce80d}.lg\:outline-yellow-50\/50{outline-color:#fefce880}.lg\:outline-yellow-50\/55{outline-color:#fefce88c}.lg\:outline-yellow-50\/60{outline-color:#fefce899}.lg\:outline-yellow-50\/65{outline-color:#fefce8a6}.lg\:outline-yellow-50\/70{outline-color:#fefce8b3}.lg\:outline-yellow-50\/75{outline-color:#fefce8bf}.lg\:outline-yellow-50\/80{outline-color:#fefce8cc}.lg\:outline-yellow-50\/85{outline-color:#fefce8d9}.lg\:outline-yellow-50\/90{outline-color:#fefce8e6}.lg\:outline-yellow-50\/95{outline-color:#fefce8f2}.lg\:outline-yellow-500{outline-color:#eab308}.lg\:outline-yellow-500\/0{outline-color:#eab30800}.lg\:outline-yellow-500\/10{outline-color:#eab3081a}.lg\:outline-yellow-500\/100{outline-color:#eab308}.lg\:outline-yellow-500\/15{outline-color:#eab30826}.lg\:outline-yellow-500\/20{outline-color:#eab30833}.lg\:outline-yellow-500\/25{outline-color:#eab30840}.lg\:outline-yellow-500\/30{outline-color:#eab3084d}.lg\:outline-yellow-500\/35{outline-color:#eab30859}.lg\:outline-yellow-500\/40{outline-color:#eab30866}.lg\:outline-yellow-500\/45{outline-color:#eab30873}.lg\:outline-yellow-500\/5{outline-color:#eab3080d}.lg\:outline-yellow-500\/50{outline-color:#eab30880}.lg\:outline-yellow-500\/55{outline-color:#eab3088c}.lg\:outline-yellow-500\/60{outline-color:#eab30899}.lg\:outline-yellow-500\/65{outline-color:#eab308a6}.lg\:outline-yellow-500\/70{outline-color:#eab308b3}.lg\:outline-yellow-500\/75{outline-color:#eab308bf}.lg\:outline-yellow-500\/80{outline-color:#eab308cc}.lg\:outline-yellow-500\/85{outline-color:#eab308d9}.lg\:outline-yellow-500\/90{outline-color:#eab308e6}.lg\:outline-yellow-500\/95{outline-color:#eab308f2}.lg\:outline-yellow-600{outline-color:#ca8a04}.lg\:outline-yellow-600\/0{outline-color:#ca8a0400}.lg\:outline-yellow-600\/10{outline-color:#ca8a041a}.lg\:outline-yellow-600\/100{outline-color:#ca8a04}.lg\:outline-yellow-600\/15{outline-color:#ca8a0426}.lg\:outline-yellow-600\/20{outline-color:#ca8a0433}.lg\:outline-yellow-600\/25{outline-color:#ca8a0440}.lg\:outline-yellow-600\/30{outline-color:#ca8a044d}.lg\:outline-yellow-600\/35{outline-color:#ca8a0459}.lg\:outline-yellow-600\/40{outline-color:#ca8a0466}.lg\:outline-yellow-600\/45{outline-color:#ca8a0473}.lg\:outline-yellow-600\/5{outline-color:#ca8a040d}.lg\:outline-yellow-600\/50{outline-color:#ca8a0480}.lg\:outline-yellow-600\/55{outline-color:#ca8a048c}.lg\:outline-yellow-600\/60{outline-color:#ca8a0499}.lg\:outline-yellow-600\/65{outline-color:#ca8a04a6}.lg\:outline-yellow-600\/70{outline-color:#ca8a04b3}.lg\:outline-yellow-600\/75{outline-color:#ca8a04bf}.lg\:outline-yellow-600\/80{outline-color:#ca8a04cc}.lg\:outline-yellow-600\/85{outline-color:#ca8a04d9}.lg\:outline-yellow-600\/90{outline-color:#ca8a04e6}.lg\:outline-yellow-600\/95{outline-color:#ca8a04f2}.lg\:outline-yellow-700{outline-color:#a16207}.lg\:outline-yellow-700\/0{outline-color:#a1620700}.lg\:outline-yellow-700\/10{outline-color:#a162071a}.lg\:outline-yellow-700\/100{outline-color:#a16207}.lg\:outline-yellow-700\/15{outline-color:#a1620726}.lg\:outline-yellow-700\/20{outline-color:#a1620733}.lg\:outline-yellow-700\/25{outline-color:#a1620740}.lg\:outline-yellow-700\/30{outline-color:#a162074d}.lg\:outline-yellow-700\/35{outline-color:#a1620759}.lg\:outline-yellow-700\/40{outline-color:#a1620766}.lg\:outline-yellow-700\/45{outline-color:#a1620773}.lg\:outline-yellow-700\/5{outline-color:#a162070d}.lg\:outline-yellow-700\/50{outline-color:#a1620780}.lg\:outline-yellow-700\/55{outline-color:#a162078c}.lg\:outline-yellow-700\/60{outline-color:#a1620799}.lg\:outline-yellow-700\/65{outline-color:#a16207a6}.lg\:outline-yellow-700\/70{outline-color:#a16207b3}.lg\:outline-yellow-700\/75{outline-color:#a16207bf}.lg\:outline-yellow-700\/80{outline-color:#a16207cc}.lg\:outline-yellow-700\/85{outline-color:#a16207d9}.lg\:outline-yellow-700\/90{outline-color:#a16207e6}.lg\:outline-yellow-700\/95{outline-color:#a16207f2}.lg\:outline-yellow-800{outline-color:#854d0e}.lg\:outline-yellow-800\/0{outline-color:#854d0e00}.lg\:outline-yellow-800\/10{outline-color:#854d0e1a}.lg\:outline-yellow-800\/100{outline-color:#854d0e}.lg\:outline-yellow-800\/15{outline-color:#854d0e26}.lg\:outline-yellow-800\/20{outline-color:#854d0e33}.lg\:outline-yellow-800\/25{outline-color:#854d0e40}.lg\:outline-yellow-800\/30{outline-color:#854d0e4d}.lg\:outline-yellow-800\/35{outline-color:#854d0e59}.lg\:outline-yellow-800\/40{outline-color:#854d0e66}.lg\:outline-yellow-800\/45{outline-color:#854d0e73}.lg\:outline-yellow-800\/5{outline-color:#854d0e0d}.lg\:outline-yellow-800\/50{outline-color:#854d0e80}.lg\:outline-yellow-800\/55{outline-color:#854d0e8c}.lg\:outline-yellow-800\/60{outline-color:#854d0e99}.lg\:outline-yellow-800\/65{outline-color:#854d0ea6}.lg\:outline-yellow-800\/70{outline-color:#854d0eb3}.lg\:outline-yellow-800\/75{outline-color:#854d0ebf}.lg\:outline-yellow-800\/80{outline-color:#854d0ecc}.lg\:outline-yellow-800\/85{outline-color:#854d0ed9}.lg\:outline-yellow-800\/90{outline-color:#854d0ee6}.lg\:outline-yellow-800\/95{outline-color:#854d0ef2}.lg\:outline-yellow-900{outline-color:#713f12}.lg\:outline-yellow-900\/0{outline-color:#713f1200}.lg\:outline-yellow-900\/10{outline-color:#713f121a}.lg\:outline-yellow-900\/100{outline-color:#713f12}.lg\:outline-yellow-900\/15{outline-color:#713f1226}.lg\:outline-yellow-900\/20{outline-color:#713f1233}.lg\:outline-yellow-900\/25{outline-color:#713f1240}.lg\:outline-yellow-900\/30{outline-color:#713f124d}.lg\:outline-yellow-900\/35{outline-color:#713f1259}.lg\:outline-yellow-900\/40{outline-color:#713f1266}.lg\:outline-yellow-900\/45{outline-color:#713f1273}.lg\:outline-yellow-900\/5{outline-color:#713f120d}.lg\:outline-yellow-900\/50{outline-color:#713f1280}.lg\:outline-yellow-900\/55{outline-color:#713f128c}.lg\:outline-yellow-900\/60{outline-color:#713f1299}.lg\:outline-yellow-900\/65{outline-color:#713f12a6}.lg\:outline-yellow-900\/70{outline-color:#713f12b3}.lg\:outline-yellow-900\/75{outline-color:#713f12bf}.lg\:outline-yellow-900\/80{outline-color:#713f12cc}.lg\:outline-yellow-900\/85{outline-color:#713f12d9}.lg\:outline-yellow-900\/90{outline-color:#713f12e6}.lg\:outline-yellow-900\/95{outline-color:#713f12f2}.lg\:outline-yellow-950{outline-color:#422006}.lg\:outline-yellow-950\/0{outline-color:#42200600}.lg\:outline-yellow-950\/10{outline-color:#4220061a}.lg\:outline-yellow-950\/100{outline-color:#422006}.lg\:outline-yellow-950\/15{outline-color:#42200626}.lg\:outline-yellow-950\/20{outline-color:#42200633}.lg\:outline-yellow-950\/25{outline-color:#42200640}.lg\:outline-yellow-950\/30{outline-color:#4220064d}.lg\:outline-yellow-950\/35{outline-color:#42200659}.lg\:outline-yellow-950\/40{outline-color:#42200666}.lg\:outline-yellow-950\/45{outline-color:#42200673}.lg\:outline-yellow-950\/5{outline-color:#4220060d}.lg\:outline-yellow-950\/50{outline-color:#42200680}.lg\:outline-yellow-950\/55{outline-color:#4220068c}.lg\:outline-yellow-950\/60{outline-color:#42200699}.lg\:outline-yellow-950\/65{outline-color:#422006a6}.lg\:outline-yellow-950\/70{outline-color:#422006b3}.lg\:outline-yellow-950\/75{outline-color:#422006bf}.lg\:outline-yellow-950\/80{outline-color:#422006cc}.lg\:outline-yellow-950\/85{outline-color:#422006d9}.lg\:outline-yellow-950\/90{outline-color:#422006e6}.lg\:outline-yellow-950\/95{outline-color:#422006f2}.lg\:ring-yellow-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 249 195/var(--tw-ring-opacity,1))}.lg\:ring-yellow-100\/0{--tw-ring-color:#fef9c300}.lg\:ring-yellow-100\/10{--tw-ring-color:#fef9c31a}.lg\:ring-yellow-100\/100{--tw-ring-color:#fef9c3}.lg\:ring-yellow-100\/15{--tw-ring-color:#fef9c326}.lg\:ring-yellow-100\/20{--tw-ring-color:#fef9c333}.lg\:ring-yellow-100\/25{--tw-ring-color:#fef9c340}.lg\:ring-yellow-100\/30{--tw-ring-color:#fef9c34d}.lg\:ring-yellow-100\/35{--tw-ring-color:#fef9c359}.lg\:ring-yellow-100\/40{--tw-ring-color:#fef9c366}.lg\:ring-yellow-100\/45{--tw-ring-color:#fef9c373}.lg\:ring-yellow-100\/5{--tw-ring-color:#fef9c30d}.lg\:ring-yellow-100\/50{--tw-ring-color:#fef9c380}.lg\:ring-yellow-100\/55{--tw-ring-color:#fef9c38c}.lg\:ring-yellow-100\/60{--tw-ring-color:#fef9c399}.lg\:ring-yellow-100\/65{--tw-ring-color:#fef9c3a6}.lg\:ring-yellow-100\/70{--tw-ring-color:#fef9c3b3}.lg\:ring-yellow-100\/75{--tw-ring-color:#fef9c3bf}.lg\:ring-yellow-100\/80{--tw-ring-color:#fef9c3cc}.lg\:ring-yellow-100\/85{--tw-ring-color:#fef9c3d9}.lg\:ring-yellow-100\/90{--tw-ring-color:#fef9c3e6}.lg\:ring-yellow-100\/95{--tw-ring-color:#fef9c3f2}.lg\:ring-yellow-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 240 138/var(--tw-ring-opacity,1))}.lg\:ring-yellow-200\/0{--tw-ring-color:#fef08a00}.lg\:ring-yellow-200\/10{--tw-ring-color:#fef08a1a}.lg\:ring-yellow-200\/100{--tw-ring-color:#fef08a}.lg\:ring-yellow-200\/15{--tw-ring-color:#fef08a26}.lg\:ring-yellow-200\/20{--tw-ring-color:#fef08a33}.lg\:ring-yellow-200\/25{--tw-ring-color:#fef08a40}.lg\:ring-yellow-200\/30{--tw-ring-color:#fef08a4d}.lg\:ring-yellow-200\/35{--tw-ring-color:#fef08a59}.lg\:ring-yellow-200\/40{--tw-ring-color:#fef08a66}.lg\:ring-yellow-200\/45{--tw-ring-color:#fef08a73}.lg\:ring-yellow-200\/5{--tw-ring-color:#fef08a0d}.lg\:ring-yellow-200\/50{--tw-ring-color:#fef08a80}.lg\:ring-yellow-200\/55{--tw-ring-color:#fef08a8c}.lg\:ring-yellow-200\/60{--tw-ring-color:#fef08a99}.lg\:ring-yellow-200\/65{--tw-ring-color:#fef08aa6}.lg\:ring-yellow-200\/70{--tw-ring-color:#fef08ab3}.lg\:ring-yellow-200\/75{--tw-ring-color:#fef08abf}.lg\:ring-yellow-200\/80{--tw-ring-color:#fef08acc}.lg\:ring-yellow-200\/85{--tw-ring-color:#fef08ad9}.lg\:ring-yellow-200\/90{--tw-ring-color:#fef08ae6}.lg\:ring-yellow-200\/95{--tw-ring-color:#fef08af2}.lg\:ring-yellow-300{--tw-ring-opacity:1;--tw-ring-color:rgb(253 224 71/var(--tw-ring-opacity,1))}.lg\:ring-yellow-300\/0{--tw-ring-color:#fde04700}.lg\:ring-yellow-300\/10{--tw-ring-color:#fde0471a}.lg\:ring-yellow-300\/100{--tw-ring-color:#fde047}.lg\:ring-yellow-300\/15{--tw-ring-color:#fde04726}.lg\:ring-yellow-300\/20{--tw-ring-color:#fde04733}.lg\:ring-yellow-300\/25{--tw-ring-color:#fde04740}.lg\:ring-yellow-300\/30{--tw-ring-color:#fde0474d}.lg\:ring-yellow-300\/35{--tw-ring-color:#fde04759}.lg\:ring-yellow-300\/40{--tw-ring-color:#fde04766}.lg\:ring-yellow-300\/45{--tw-ring-color:#fde04773}.lg\:ring-yellow-300\/5{--tw-ring-color:#fde0470d}.lg\:ring-yellow-300\/50{--tw-ring-color:#fde04780}.lg\:ring-yellow-300\/55{--tw-ring-color:#fde0478c}.lg\:ring-yellow-300\/60{--tw-ring-color:#fde04799}.lg\:ring-yellow-300\/65{--tw-ring-color:#fde047a6}.lg\:ring-yellow-300\/70{--tw-ring-color:#fde047b3}.lg\:ring-yellow-300\/75{--tw-ring-color:#fde047bf}.lg\:ring-yellow-300\/80{--tw-ring-color:#fde047cc}.lg\:ring-yellow-300\/85{--tw-ring-color:#fde047d9}.lg\:ring-yellow-300\/90{--tw-ring-color:#fde047e6}.lg\:ring-yellow-300\/95{--tw-ring-color:#fde047f2}.lg\:ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgb(250 204 21/var(--tw-ring-opacity,1))}.lg\:ring-yellow-400\/0{--tw-ring-color:#facc1500}.lg\:ring-yellow-400\/10{--tw-ring-color:#facc151a}.lg\:ring-yellow-400\/100{--tw-ring-color:#facc15}.lg\:ring-yellow-400\/15{--tw-ring-color:#facc1526}.lg\:ring-yellow-400\/20{--tw-ring-color:#facc1533}.lg\:ring-yellow-400\/25{--tw-ring-color:#facc1540}.lg\:ring-yellow-400\/30{--tw-ring-color:#facc154d}.lg\:ring-yellow-400\/35{--tw-ring-color:#facc1559}.lg\:ring-yellow-400\/40{--tw-ring-color:#facc1566}.lg\:ring-yellow-400\/45{--tw-ring-color:#facc1573}.lg\:ring-yellow-400\/5{--tw-ring-color:#facc150d}.lg\:ring-yellow-400\/50{--tw-ring-color:#facc1580}.lg\:ring-yellow-400\/55{--tw-ring-color:#facc158c}.lg\:ring-yellow-400\/60{--tw-ring-color:#facc1599}.lg\:ring-yellow-400\/65{--tw-ring-color:#facc15a6}.lg\:ring-yellow-400\/70{--tw-ring-color:#facc15b3}.lg\:ring-yellow-400\/75{--tw-ring-color:#facc15bf}.lg\:ring-yellow-400\/80{--tw-ring-color:#facc15cc}.lg\:ring-yellow-400\/85{--tw-ring-color:#facc15d9}.lg\:ring-yellow-400\/90{--tw-ring-color:#facc15e6}.lg\:ring-yellow-400\/95{--tw-ring-color:#facc15f2}.lg\:ring-yellow-50{--tw-ring-opacity:1;--tw-ring-color:rgb(254 252 232/var(--tw-ring-opacity,1))}.lg\:ring-yellow-50\/0{--tw-ring-color:#fefce800}.lg\:ring-yellow-50\/10{--tw-ring-color:#fefce81a}.lg\:ring-yellow-50\/100{--tw-ring-color:#fefce8}.lg\:ring-yellow-50\/15{--tw-ring-color:#fefce826}.lg\:ring-yellow-50\/20{--tw-ring-color:#fefce833}.lg\:ring-yellow-50\/25{--tw-ring-color:#fefce840}.lg\:ring-yellow-50\/30{--tw-ring-color:#fefce84d}.lg\:ring-yellow-50\/35{--tw-ring-color:#fefce859}.lg\:ring-yellow-50\/40{--tw-ring-color:#fefce866}.lg\:ring-yellow-50\/45{--tw-ring-color:#fefce873}.lg\:ring-yellow-50\/5{--tw-ring-color:#fefce80d}.lg\:ring-yellow-50\/50{--tw-ring-color:#fefce880}.lg\:ring-yellow-50\/55{--tw-ring-color:#fefce88c}.lg\:ring-yellow-50\/60{--tw-ring-color:#fefce899}.lg\:ring-yellow-50\/65{--tw-ring-color:#fefce8a6}.lg\:ring-yellow-50\/70{--tw-ring-color:#fefce8b3}.lg\:ring-yellow-50\/75{--tw-ring-color:#fefce8bf}.lg\:ring-yellow-50\/80{--tw-ring-color:#fefce8cc}.lg\:ring-yellow-50\/85{--tw-ring-color:#fefce8d9}.lg\:ring-yellow-50\/90{--tw-ring-color:#fefce8e6}.lg\:ring-yellow-50\/95{--tw-ring-color:#fefce8f2}.lg\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity,1))}.lg\:ring-yellow-500\/0{--tw-ring-color:#eab30800}.lg\:ring-yellow-500\/10{--tw-ring-color:#eab3081a}.lg\:ring-yellow-500\/100{--tw-ring-color:#eab308}.lg\:ring-yellow-500\/15{--tw-ring-color:#eab30826}.lg\:ring-yellow-500\/20{--tw-ring-color:#eab30833}.lg\:ring-yellow-500\/25{--tw-ring-color:#eab30840}.lg\:ring-yellow-500\/30{--tw-ring-color:#eab3084d}.lg\:ring-yellow-500\/35{--tw-ring-color:#eab30859}.lg\:ring-yellow-500\/40{--tw-ring-color:#eab30866}.lg\:ring-yellow-500\/45{--tw-ring-color:#eab30873}.lg\:ring-yellow-500\/5{--tw-ring-color:#eab3080d}.lg\:ring-yellow-500\/50{--tw-ring-color:#eab30880}.lg\:ring-yellow-500\/55{--tw-ring-color:#eab3088c}.lg\:ring-yellow-500\/60{--tw-ring-color:#eab30899}.lg\:ring-yellow-500\/65{--tw-ring-color:#eab308a6}.lg\:ring-yellow-500\/70{--tw-ring-color:#eab308b3}.lg\:ring-yellow-500\/75{--tw-ring-color:#eab308bf}.lg\:ring-yellow-500\/80{--tw-ring-color:#eab308cc}.lg\:ring-yellow-500\/85{--tw-ring-color:#eab308d9}.lg\:ring-yellow-500\/90{--tw-ring-color:#eab308e6}.lg\:ring-yellow-500\/95{--tw-ring-color:#eab308f2}.lg\:ring-yellow-600{--tw-ring-opacity:1;--tw-ring-color:rgb(202 138 4/var(--tw-ring-opacity,1))}.lg\:ring-yellow-600\/0{--tw-ring-color:#ca8a0400}.lg\:ring-yellow-600\/10{--tw-ring-color:#ca8a041a}.lg\:ring-yellow-600\/100{--tw-ring-color:#ca8a04}.lg\:ring-yellow-600\/15{--tw-ring-color:#ca8a0426}.lg\:ring-yellow-600\/20{--tw-ring-color:#ca8a0433}.lg\:ring-yellow-600\/25{--tw-ring-color:#ca8a0440}.lg\:ring-yellow-600\/30{--tw-ring-color:#ca8a044d}.lg\:ring-yellow-600\/35{--tw-ring-color:#ca8a0459}.lg\:ring-yellow-600\/40{--tw-ring-color:#ca8a0466}.lg\:ring-yellow-600\/45{--tw-ring-color:#ca8a0473}.lg\:ring-yellow-600\/5{--tw-ring-color:#ca8a040d}.lg\:ring-yellow-600\/50{--tw-ring-color:#ca8a0480}.lg\:ring-yellow-600\/55{--tw-ring-color:#ca8a048c}.lg\:ring-yellow-600\/60{--tw-ring-color:#ca8a0499}.lg\:ring-yellow-600\/65{--tw-ring-color:#ca8a04a6}.lg\:ring-yellow-600\/70{--tw-ring-color:#ca8a04b3}.lg\:ring-yellow-600\/75{--tw-ring-color:#ca8a04bf}.lg\:ring-yellow-600\/80{--tw-ring-color:#ca8a04cc}.lg\:ring-yellow-600\/85{--tw-ring-color:#ca8a04d9}.lg\:ring-yellow-600\/90{--tw-ring-color:#ca8a04e6}.lg\:ring-yellow-600\/95{--tw-ring-color:#ca8a04f2}.lg\:ring-yellow-700{--tw-ring-opacity:1;--tw-ring-color:rgb(161 98 7/var(--tw-ring-opacity,1))}.lg\:ring-yellow-700\/0{--tw-ring-color:#a1620700}.lg\:ring-yellow-700\/10{--tw-ring-color:#a162071a}.lg\:ring-yellow-700\/100{--tw-ring-color:#a16207}.lg\:ring-yellow-700\/15{--tw-ring-color:#a1620726}.lg\:ring-yellow-700\/20{--tw-ring-color:#a1620733}.lg\:ring-yellow-700\/25{--tw-ring-color:#a1620740}.lg\:ring-yellow-700\/30{--tw-ring-color:#a162074d}.lg\:ring-yellow-700\/35{--tw-ring-color:#a1620759}.lg\:ring-yellow-700\/40{--tw-ring-color:#a1620766}.lg\:ring-yellow-700\/45{--tw-ring-color:#a1620773}.lg\:ring-yellow-700\/5{--tw-ring-color:#a162070d}.lg\:ring-yellow-700\/50{--tw-ring-color:#a1620780}.lg\:ring-yellow-700\/55{--tw-ring-color:#a162078c}.lg\:ring-yellow-700\/60{--tw-ring-color:#a1620799}.lg\:ring-yellow-700\/65{--tw-ring-color:#a16207a6}.lg\:ring-yellow-700\/70{--tw-ring-color:#a16207b3}.lg\:ring-yellow-700\/75{--tw-ring-color:#a16207bf}.lg\:ring-yellow-700\/80{--tw-ring-color:#a16207cc}.lg\:ring-yellow-700\/85{--tw-ring-color:#a16207d9}.lg\:ring-yellow-700\/90{--tw-ring-color:#a16207e6}.lg\:ring-yellow-700\/95{--tw-ring-color:#a16207f2}.lg\:ring-yellow-800{--tw-ring-opacity:1;--tw-ring-color:rgb(133 77 14/var(--tw-ring-opacity,1))}.lg\:ring-yellow-800\/0{--tw-ring-color:#854d0e00}.lg\:ring-yellow-800\/10{--tw-ring-color:#854d0e1a}.lg\:ring-yellow-800\/100{--tw-ring-color:#854d0e}.lg\:ring-yellow-800\/15{--tw-ring-color:#854d0e26}.lg\:ring-yellow-800\/20{--tw-ring-color:#854d0e33}.lg\:ring-yellow-800\/25{--tw-ring-color:#854d0e40}.lg\:ring-yellow-800\/30{--tw-ring-color:#854d0e4d}.lg\:ring-yellow-800\/35{--tw-ring-color:#854d0e59}.lg\:ring-yellow-800\/40{--tw-ring-color:#854d0e66}.lg\:ring-yellow-800\/45{--tw-ring-color:#854d0e73}.lg\:ring-yellow-800\/5{--tw-ring-color:#854d0e0d}.lg\:ring-yellow-800\/50{--tw-ring-color:#854d0e80}.lg\:ring-yellow-800\/55{--tw-ring-color:#854d0e8c}.lg\:ring-yellow-800\/60{--tw-ring-color:#854d0e99}.lg\:ring-yellow-800\/65{--tw-ring-color:#854d0ea6}.lg\:ring-yellow-800\/70{--tw-ring-color:#854d0eb3}.lg\:ring-yellow-800\/75{--tw-ring-color:#854d0ebf}.lg\:ring-yellow-800\/80{--tw-ring-color:#854d0ecc}.lg\:ring-yellow-800\/85{--tw-ring-color:#854d0ed9}.lg\:ring-yellow-800\/90{--tw-ring-color:#854d0ee6}.lg\:ring-yellow-800\/95{--tw-ring-color:#854d0ef2}.lg\:ring-yellow-900{--tw-ring-opacity:1;--tw-ring-color:rgb(113 63 18/var(--tw-ring-opacity,1))}.lg\:ring-yellow-900\/0{--tw-ring-color:#713f1200}.lg\:ring-yellow-900\/10{--tw-ring-color:#713f121a}.lg\:ring-yellow-900\/100{--tw-ring-color:#713f12}.lg\:ring-yellow-900\/15{--tw-ring-color:#713f1226}.lg\:ring-yellow-900\/20{--tw-ring-color:#713f1233}.lg\:ring-yellow-900\/25{--tw-ring-color:#713f1240}.lg\:ring-yellow-900\/30{--tw-ring-color:#713f124d}.lg\:ring-yellow-900\/35{--tw-ring-color:#713f1259}.lg\:ring-yellow-900\/40{--tw-ring-color:#713f1266}.lg\:ring-yellow-900\/45{--tw-ring-color:#713f1273}.lg\:ring-yellow-900\/5{--tw-ring-color:#713f120d}.lg\:ring-yellow-900\/50{--tw-ring-color:#713f1280}.lg\:ring-yellow-900\/55{--tw-ring-color:#713f128c}.lg\:ring-yellow-900\/60{--tw-ring-color:#713f1299}.lg\:ring-yellow-900\/65{--tw-ring-color:#713f12a6}.lg\:ring-yellow-900\/70{--tw-ring-color:#713f12b3}.lg\:ring-yellow-900\/75{--tw-ring-color:#713f12bf}.lg\:ring-yellow-900\/80{--tw-ring-color:#713f12cc}.lg\:ring-yellow-900\/85{--tw-ring-color:#713f12d9}.lg\:ring-yellow-900\/90{--tw-ring-color:#713f12e6}.lg\:ring-yellow-900\/95{--tw-ring-color:#713f12f2}.lg\:ring-yellow-950{--tw-ring-opacity:1;--tw-ring-color:rgb(66 32 6/var(--tw-ring-opacity,1))}.lg\:ring-yellow-950\/0{--tw-ring-color:#42200600}.lg\:ring-yellow-950\/10{--tw-ring-color:#4220061a}.lg\:ring-yellow-950\/100{--tw-ring-color:#422006}.lg\:ring-yellow-950\/15{--tw-ring-color:#42200626}.lg\:ring-yellow-950\/20{--tw-ring-color:#42200633}.lg\:ring-yellow-950\/25{--tw-ring-color:#42200640}.lg\:ring-yellow-950\/30{--tw-ring-color:#4220064d}.lg\:ring-yellow-950\/35{--tw-ring-color:#42200659}.lg\:ring-yellow-950\/40{--tw-ring-color:#42200666}.lg\:ring-yellow-950\/45{--tw-ring-color:#42200673}.lg\:ring-yellow-950\/5{--tw-ring-color:#4220060d}.lg\:ring-yellow-950\/50{--tw-ring-color:#42200680}.lg\:ring-yellow-950\/55{--tw-ring-color:#4220068c}.lg\:ring-yellow-950\/60{--tw-ring-color:#42200699}.lg\:ring-yellow-950\/65{--tw-ring-color:#422006a6}.lg\:ring-yellow-950\/70{--tw-ring-color:#422006b3}.lg\:ring-yellow-950\/75{--tw-ring-color:#422006bf}.lg\:ring-yellow-950\/80{--tw-ring-color:#422006cc}.lg\:ring-yellow-950\/85{--tw-ring-color:#422006d9}.lg\:ring-yellow-950\/90{--tw-ring-color:#422006e6}.lg\:ring-yellow-950\/95{--tw-ring-color:#422006f2}.lg\:ring-offset-yellow-100{--tw-ring-offset-color:#fef9c3}.lg\:ring-offset-yellow-100\/0{--tw-ring-offset-color:#fef9c300}.lg\:ring-offset-yellow-100\/10{--tw-ring-offset-color:#fef9c31a}.lg\:ring-offset-yellow-100\/100{--tw-ring-offset-color:#fef9c3}.lg\:ring-offset-yellow-100\/15{--tw-ring-offset-color:#fef9c326}.lg\:ring-offset-yellow-100\/20{--tw-ring-offset-color:#fef9c333}.lg\:ring-offset-yellow-100\/25{--tw-ring-offset-color:#fef9c340}.lg\:ring-offset-yellow-100\/30{--tw-ring-offset-color:#fef9c34d}.lg\:ring-offset-yellow-100\/35{--tw-ring-offset-color:#fef9c359}.lg\:ring-offset-yellow-100\/40{--tw-ring-offset-color:#fef9c366}.lg\:ring-offset-yellow-100\/45{--tw-ring-offset-color:#fef9c373}.lg\:ring-offset-yellow-100\/5{--tw-ring-offset-color:#fef9c30d}.lg\:ring-offset-yellow-100\/50{--tw-ring-offset-color:#fef9c380}.lg\:ring-offset-yellow-100\/55{--tw-ring-offset-color:#fef9c38c}.lg\:ring-offset-yellow-100\/60{--tw-ring-offset-color:#fef9c399}.lg\:ring-offset-yellow-100\/65{--tw-ring-offset-color:#fef9c3a6}.lg\:ring-offset-yellow-100\/70{--tw-ring-offset-color:#fef9c3b3}.lg\:ring-offset-yellow-100\/75{--tw-ring-offset-color:#fef9c3bf}.lg\:ring-offset-yellow-100\/80{--tw-ring-offset-color:#fef9c3cc}.lg\:ring-offset-yellow-100\/85{--tw-ring-offset-color:#fef9c3d9}.lg\:ring-offset-yellow-100\/90{--tw-ring-offset-color:#fef9c3e6}.lg\:ring-offset-yellow-100\/95{--tw-ring-offset-color:#fef9c3f2}.lg\:ring-offset-yellow-200{--tw-ring-offset-color:#fef08a}.lg\:ring-offset-yellow-200\/0{--tw-ring-offset-color:#fef08a00}.lg\:ring-offset-yellow-200\/10{--tw-ring-offset-color:#fef08a1a}.lg\:ring-offset-yellow-200\/100{--tw-ring-offset-color:#fef08a}.lg\:ring-offset-yellow-200\/15{--tw-ring-offset-color:#fef08a26}.lg\:ring-offset-yellow-200\/20{--tw-ring-offset-color:#fef08a33}.lg\:ring-offset-yellow-200\/25{--tw-ring-offset-color:#fef08a40}.lg\:ring-offset-yellow-200\/30{--tw-ring-offset-color:#fef08a4d}.lg\:ring-offset-yellow-200\/35{--tw-ring-offset-color:#fef08a59}.lg\:ring-offset-yellow-200\/40{--tw-ring-offset-color:#fef08a66}.lg\:ring-offset-yellow-200\/45{--tw-ring-offset-color:#fef08a73}.lg\:ring-offset-yellow-200\/5{--tw-ring-offset-color:#fef08a0d}.lg\:ring-offset-yellow-200\/50{--tw-ring-offset-color:#fef08a80}.lg\:ring-offset-yellow-200\/55{--tw-ring-offset-color:#fef08a8c}.lg\:ring-offset-yellow-200\/60{--tw-ring-offset-color:#fef08a99}.lg\:ring-offset-yellow-200\/65{--tw-ring-offset-color:#fef08aa6}.lg\:ring-offset-yellow-200\/70{--tw-ring-offset-color:#fef08ab3}.lg\:ring-offset-yellow-200\/75{--tw-ring-offset-color:#fef08abf}.lg\:ring-offset-yellow-200\/80{--tw-ring-offset-color:#fef08acc}.lg\:ring-offset-yellow-200\/85{--tw-ring-offset-color:#fef08ad9}.lg\:ring-offset-yellow-200\/90{--tw-ring-offset-color:#fef08ae6}.lg\:ring-offset-yellow-200\/95{--tw-ring-offset-color:#fef08af2}.lg\:ring-offset-yellow-300{--tw-ring-offset-color:#fde047}.lg\:ring-offset-yellow-300\/0{--tw-ring-offset-color:#fde04700}.lg\:ring-offset-yellow-300\/10{--tw-ring-offset-color:#fde0471a}.lg\:ring-offset-yellow-300\/100{--tw-ring-offset-color:#fde047}.lg\:ring-offset-yellow-300\/15{--tw-ring-offset-color:#fde04726}.lg\:ring-offset-yellow-300\/20{--tw-ring-offset-color:#fde04733}.lg\:ring-offset-yellow-300\/25{--tw-ring-offset-color:#fde04740}.lg\:ring-offset-yellow-300\/30{--tw-ring-offset-color:#fde0474d}.lg\:ring-offset-yellow-300\/35{--tw-ring-offset-color:#fde04759}.lg\:ring-offset-yellow-300\/40{--tw-ring-offset-color:#fde04766}.lg\:ring-offset-yellow-300\/45{--tw-ring-offset-color:#fde04773}.lg\:ring-offset-yellow-300\/5{--tw-ring-offset-color:#fde0470d}.lg\:ring-offset-yellow-300\/50{--tw-ring-offset-color:#fde04780}.lg\:ring-offset-yellow-300\/55{--tw-ring-offset-color:#fde0478c}.lg\:ring-offset-yellow-300\/60{--tw-ring-offset-color:#fde04799}.lg\:ring-offset-yellow-300\/65{--tw-ring-offset-color:#fde047a6}.lg\:ring-offset-yellow-300\/70{--tw-ring-offset-color:#fde047b3}.lg\:ring-offset-yellow-300\/75{--tw-ring-offset-color:#fde047bf}.lg\:ring-offset-yellow-300\/80{--tw-ring-offset-color:#fde047cc}.lg\:ring-offset-yellow-300\/85{--tw-ring-offset-color:#fde047d9}.lg\:ring-offset-yellow-300\/90{--tw-ring-offset-color:#fde047e6}.lg\:ring-offset-yellow-300\/95{--tw-ring-offset-color:#fde047f2}.lg\:ring-offset-yellow-400{--tw-ring-offset-color:#facc15}.lg\:ring-offset-yellow-400\/0{--tw-ring-offset-color:#facc1500}.lg\:ring-offset-yellow-400\/10{--tw-ring-offset-color:#facc151a}.lg\:ring-offset-yellow-400\/100{--tw-ring-offset-color:#facc15}.lg\:ring-offset-yellow-400\/15{--tw-ring-offset-color:#facc1526}.lg\:ring-offset-yellow-400\/20{--tw-ring-offset-color:#facc1533}.lg\:ring-offset-yellow-400\/25{--tw-ring-offset-color:#facc1540}.lg\:ring-offset-yellow-400\/30{--tw-ring-offset-color:#facc154d}.lg\:ring-offset-yellow-400\/35{--tw-ring-offset-color:#facc1559}.lg\:ring-offset-yellow-400\/40{--tw-ring-offset-color:#facc1566}.lg\:ring-offset-yellow-400\/45{--tw-ring-offset-color:#facc1573}.lg\:ring-offset-yellow-400\/5{--tw-ring-offset-color:#facc150d}.lg\:ring-offset-yellow-400\/50{--tw-ring-offset-color:#facc1580}.lg\:ring-offset-yellow-400\/55{--tw-ring-offset-color:#facc158c}.lg\:ring-offset-yellow-400\/60{--tw-ring-offset-color:#facc1599}.lg\:ring-offset-yellow-400\/65{--tw-ring-offset-color:#facc15a6}.lg\:ring-offset-yellow-400\/70{--tw-ring-offset-color:#facc15b3}.lg\:ring-offset-yellow-400\/75{--tw-ring-offset-color:#facc15bf}.lg\:ring-offset-yellow-400\/80{--tw-ring-offset-color:#facc15cc}.lg\:ring-offset-yellow-400\/85{--tw-ring-offset-color:#facc15d9}.lg\:ring-offset-yellow-400\/90{--tw-ring-offset-color:#facc15e6}.lg\:ring-offset-yellow-400\/95{--tw-ring-offset-color:#facc15f2}.lg\:ring-offset-yellow-50{--tw-ring-offset-color:#fefce8}.lg\:ring-offset-yellow-50\/0{--tw-ring-offset-color:#fefce800}.lg\:ring-offset-yellow-50\/10{--tw-ring-offset-color:#fefce81a}.lg\:ring-offset-yellow-50\/100{--tw-ring-offset-color:#fefce8}.lg\:ring-offset-yellow-50\/15{--tw-ring-offset-color:#fefce826}.lg\:ring-offset-yellow-50\/20{--tw-ring-offset-color:#fefce833}.lg\:ring-offset-yellow-50\/25{--tw-ring-offset-color:#fefce840}.lg\:ring-offset-yellow-50\/30{--tw-ring-offset-color:#fefce84d}.lg\:ring-offset-yellow-50\/35{--tw-ring-offset-color:#fefce859}.lg\:ring-offset-yellow-50\/40{--tw-ring-offset-color:#fefce866}.lg\:ring-offset-yellow-50\/45{--tw-ring-offset-color:#fefce873}.lg\:ring-offset-yellow-50\/5{--tw-ring-offset-color:#fefce80d}.lg\:ring-offset-yellow-50\/50{--tw-ring-offset-color:#fefce880}.lg\:ring-offset-yellow-50\/55{--tw-ring-offset-color:#fefce88c}.lg\:ring-offset-yellow-50\/60{--tw-ring-offset-color:#fefce899}.lg\:ring-offset-yellow-50\/65{--tw-ring-offset-color:#fefce8a6}.lg\:ring-offset-yellow-50\/70{--tw-ring-offset-color:#fefce8b3}.lg\:ring-offset-yellow-50\/75{--tw-ring-offset-color:#fefce8bf}.lg\:ring-offset-yellow-50\/80{--tw-ring-offset-color:#fefce8cc}.lg\:ring-offset-yellow-50\/85{--tw-ring-offset-color:#fefce8d9}.lg\:ring-offset-yellow-50\/90{--tw-ring-offset-color:#fefce8e6}.lg\:ring-offset-yellow-50\/95{--tw-ring-offset-color:#fefce8f2}.lg\:ring-offset-yellow-500{--tw-ring-offset-color:#eab308}.lg\:ring-offset-yellow-500\/0{--tw-ring-offset-color:#eab30800}.lg\:ring-offset-yellow-500\/10{--tw-ring-offset-color:#eab3081a}.lg\:ring-offset-yellow-500\/100{--tw-ring-offset-color:#eab308}.lg\:ring-offset-yellow-500\/15{--tw-ring-offset-color:#eab30826}.lg\:ring-offset-yellow-500\/20{--tw-ring-offset-color:#eab30833}.lg\:ring-offset-yellow-500\/25{--tw-ring-offset-color:#eab30840}.lg\:ring-offset-yellow-500\/30{--tw-ring-offset-color:#eab3084d}.lg\:ring-offset-yellow-500\/35{--tw-ring-offset-color:#eab30859}.lg\:ring-offset-yellow-500\/40{--tw-ring-offset-color:#eab30866}.lg\:ring-offset-yellow-500\/45{--tw-ring-offset-color:#eab30873}.lg\:ring-offset-yellow-500\/5{--tw-ring-offset-color:#eab3080d}.lg\:ring-offset-yellow-500\/50{--tw-ring-offset-color:#eab30880}.lg\:ring-offset-yellow-500\/55{--tw-ring-offset-color:#eab3088c}.lg\:ring-offset-yellow-500\/60{--tw-ring-offset-color:#eab30899}.lg\:ring-offset-yellow-500\/65{--tw-ring-offset-color:#eab308a6}.lg\:ring-offset-yellow-500\/70{--tw-ring-offset-color:#eab308b3}.lg\:ring-offset-yellow-500\/75{--tw-ring-offset-color:#eab308bf}.lg\:ring-offset-yellow-500\/80{--tw-ring-offset-color:#eab308cc}.lg\:ring-offset-yellow-500\/85{--tw-ring-offset-color:#eab308d9}.lg\:ring-offset-yellow-500\/90{--tw-ring-offset-color:#eab308e6}.lg\:ring-offset-yellow-500\/95{--tw-ring-offset-color:#eab308f2}.lg\:ring-offset-yellow-600{--tw-ring-offset-color:#ca8a04}.lg\:ring-offset-yellow-600\/0{--tw-ring-offset-color:#ca8a0400}.lg\:ring-offset-yellow-600\/10{--tw-ring-offset-color:#ca8a041a}.lg\:ring-offset-yellow-600\/100{--tw-ring-offset-color:#ca8a04}.lg\:ring-offset-yellow-600\/15{--tw-ring-offset-color:#ca8a0426}.lg\:ring-offset-yellow-600\/20{--tw-ring-offset-color:#ca8a0433}.lg\:ring-offset-yellow-600\/25{--tw-ring-offset-color:#ca8a0440}.lg\:ring-offset-yellow-600\/30{--tw-ring-offset-color:#ca8a044d}.lg\:ring-offset-yellow-600\/35{--tw-ring-offset-color:#ca8a0459}.lg\:ring-offset-yellow-600\/40{--tw-ring-offset-color:#ca8a0466}.lg\:ring-offset-yellow-600\/45{--tw-ring-offset-color:#ca8a0473}.lg\:ring-offset-yellow-600\/5{--tw-ring-offset-color:#ca8a040d}.lg\:ring-offset-yellow-600\/50{--tw-ring-offset-color:#ca8a0480}.lg\:ring-offset-yellow-600\/55{--tw-ring-offset-color:#ca8a048c}.lg\:ring-offset-yellow-600\/60{--tw-ring-offset-color:#ca8a0499}.lg\:ring-offset-yellow-600\/65{--tw-ring-offset-color:#ca8a04a6}.lg\:ring-offset-yellow-600\/70{--tw-ring-offset-color:#ca8a04b3}.lg\:ring-offset-yellow-600\/75{--tw-ring-offset-color:#ca8a04bf}.lg\:ring-offset-yellow-600\/80{--tw-ring-offset-color:#ca8a04cc}.lg\:ring-offset-yellow-600\/85{--tw-ring-offset-color:#ca8a04d9}.lg\:ring-offset-yellow-600\/90{--tw-ring-offset-color:#ca8a04e6}.lg\:ring-offset-yellow-600\/95{--tw-ring-offset-color:#ca8a04f2}.lg\:ring-offset-yellow-700{--tw-ring-offset-color:#a16207}.lg\:ring-offset-yellow-700\/0{--tw-ring-offset-color:#a1620700}.lg\:ring-offset-yellow-700\/10{--tw-ring-offset-color:#a162071a}.lg\:ring-offset-yellow-700\/100{--tw-ring-offset-color:#a16207}.lg\:ring-offset-yellow-700\/15{--tw-ring-offset-color:#a1620726}.lg\:ring-offset-yellow-700\/20{--tw-ring-offset-color:#a1620733}.lg\:ring-offset-yellow-700\/25{--tw-ring-offset-color:#a1620740}.lg\:ring-offset-yellow-700\/30{--tw-ring-offset-color:#a162074d}.lg\:ring-offset-yellow-700\/35{--tw-ring-offset-color:#a1620759}.lg\:ring-offset-yellow-700\/40{--tw-ring-offset-color:#a1620766}.lg\:ring-offset-yellow-700\/45{--tw-ring-offset-color:#a1620773}.lg\:ring-offset-yellow-700\/5{--tw-ring-offset-color:#a162070d}.lg\:ring-offset-yellow-700\/50{--tw-ring-offset-color:#a1620780}.lg\:ring-offset-yellow-700\/55{--tw-ring-offset-color:#a162078c}.lg\:ring-offset-yellow-700\/60{--tw-ring-offset-color:#a1620799}.lg\:ring-offset-yellow-700\/65{--tw-ring-offset-color:#a16207a6}.lg\:ring-offset-yellow-700\/70{--tw-ring-offset-color:#a16207b3}.lg\:ring-offset-yellow-700\/75{--tw-ring-offset-color:#a16207bf}.lg\:ring-offset-yellow-700\/80{--tw-ring-offset-color:#a16207cc}.lg\:ring-offset-yellow-700\/85{--tw-ring-offset-color:#a16207d9}.lg\:ring-offset-yellow-700\/90{--tw-ring-offset-color:#a16207e6}.lg\:ring-offset-yellow-700\/95{--tw-ring-offset-color:#a16207f2}.lg\:ring-offset-yellow-800{--tw-ring-offset-color:#854d0e}.lg\:ring-offset-yellow-800\/0{--tw-ring-offset-color:#854d0e00}.lg\:ring-offset-yellow-800\/10{--tw-ring-offset-color:#854d0e1a}.lg\:ring-offset-yellow-800\/100{--tw-ring-offset-color:#854d0e}.lg\:ring-offset-yellow-800\/15{--tw-ring-offset-color:#854d0e26}.lg\:ring-offset-yellow-800\/20{--tw-ring-offset-color:#854d0e33}.lg\:ring-offset-yellow-800\/25{--tw-ring-offset-color:#854d0e40}.lg\:ring-offset-yellow-800\/30{--tw-ring-offset-color:#854d0e4d}.lg\:ring-offset-yellow-800\/35{--tw-ring-offset-color:#854d0e59}.lg\:ring-offset-yellow-800\/40{--tw-ring-offset-color:#854d0e66}.lg\:ring-offset-yellow-800\/45{--tw-ring-offset-color:#854d0e73}.lg\:ring-offset-yellow-800\/5{--tw-ring-offset-color:#854d0e0d}.lg\:ring-offset-yellow-800\/50{--tw-ring-offset-color:#854d0e80}.lg\:ring-offset-yellow-800\/55{--tw-ring-offset-color:#854d0e8c}.lg\:ring-offset-yellow-800\/60{--tw-ring-offset-color:#854d0e99}.lg\:ring-offset-yellow-800\/65{--tw-ring-offset-color:#854d0ea6}.lg\:ring-offset-yellow-800\/70{--tw-ring-offset-color:#854d0eb3}.lg\:ring-offset-yellow-800\/75{--tw-ring-offset-color:#854d0ebf}.lg\:ring-offset-yellow-800\/80{--tw-ring-offset-color:#854d0ecc}.lg\:ring-offset-yellow-800\/85{--tw-ring-offset-color:#854d0ed9}.lg\:ring-offset-yellow-800\/90{--tw-ring-offset-color:#854d0ee6}.lg\:ring-offset-yellow-800\/95{--tw-ring-offset-color:#854d0ef2}.lg\:ring-offset-yellow-900{--tw-ring-offset-color:#713f12}.lg\:ring-offset-yellow-900\/0{--tw-ring-offset-color:#713f1200}.lg\:ring-offset-yellow-900\/10{--tw-ring-offset-color:#713f121a}.lg\:ring-offset-yellow-900\/100{--tw-ring-offset-color:#713f12}.lg\:ring-offset-yellow-900\/15{--tw-ring-offset-color:#713f1226}.lg\:ring-offset-yellow-900\/20{--tw-ring-offset-color:#713f1233}.lg\:ring-offset-yellow-900\/25{--tw-ring-offset-color:#713f1240}.lg\:ring-offset-yellow-900\/30{--tw-ring-offset-color:#713f124d}.lg\:ring-offset-yellow-900\/35{--tw-ring-offset-color:#713f1259}.lg\:ring-offset-yellow-900\/40{--tw-ring-offset-color:#713f1266}.lg\:ring-offset-yellow-900\/45{--tw-ring-offset-color:#713f1273}.lg\:ring-offset-yellow-900\/5{--tw-ring-offset-color:#713f120d}.lg\:ring-offset-yellow-900\/50{--tw-ring-offset-color:#713f1280}.lg\:ring-offset-yellow-900\/55{--tw-ring-offset-color:#713f128c}.lg\:ring-offset-yellow-900\/60{--tw-ring-offset-color:#713f1299}.lg\:ring-offset-yellow-900\/65{--tw-ring-offset-color:#713f12a6}.lg\:ring-offset-yellow-900\/70{--tw-ring-offset-color:#713f12b3}.lg\:ring-offset-yellow-900\/75{--tw-ring-offset-color:#713f12bf}.lg\:ring-offset-yellow-900\/80{--tw-ring-offset-color:#713f12cc}.lg\:ring-offset-yellow-900\/85{--tw-ring-offset-color:#713f12d9}.lg\:ring-offset-yellow-900\/90{--tw-ring-offset-color:#713f12e6}.lg\:ring-offset-yellow-900\/95{--tw-ring-offset-color:#713f12f2}.lg\:ring-offset-yellow-950{--tw-ring-offset-color:#422006}.lg\:ring-offset-yellow-950\/0{--tw-ring-offset-color:#42200600}.lg\:ring-offset-yellow-950\/10{--tw-ring-offset-color:#4220061a}.lg\:ring-offset-yellow-950\/100{--tw-ring-offset-color:#422006}.lg\:ring-offset-yellow-950\/15{--tw-ring-offset-color:#42200626}.lg\:ring-offset-yellow-950\/20{--tw-ring-offset-color:#42200633}.lg\:ring-offset-yellow-950\/25{--tw-ring-offset-color:#42200640}.lg\:ring-offset-yellow-950\/30{--tw-ring-offset-color:#4220064d}.lg\:ring-offset-yellow-950\/35{--tw-ring-offset-color:#42200659}.lg\:ring-offset-yellow-950\/40{--tw-ring-offset-color:#42200666}.lg\:ring-offset-yellow-950\/45{--tw-ring-offset-color:#42200673}.lg\:ring-offset-yellow-950\/5{--tw-ring-offset-color:#4220060d}.lg\:ring-offset-yellow-950\/50{--tw-ring-offset-color:#42200680}.lg\:ring-offset-yellow-950\/55{--tw-ring-offset-color:#4220068c}.lg\:ring-offset-yellow-950\/60{--tw-ring-offset-color:#42200699}.lg\:ring-offset-yellow-950\/65{--tw-ring-offset-color:#422006a6}.lg\:ring-offset-yellow-950\/70{--tw-ring-offset-color:#422006b3}.lg\:ring-offset-yellow-950\/75{--tw-ring-offset-color:#422006bf}.lg\:ring-offset-yellow-950\/80{--tw-ring-offset-color:#422006cc}.lg\:ring-offset-yellow-950\/85{--tw-ring-offset-color:#422006d9}.lg\:ring-offset-yellow-950\/90{--tw-ring-offset-color:#422006e6}.lg\:ring-offset-yellow-950\/95{--tw-ring-offset-color:#422006f2}.lg\:drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px #00000026);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}}@media (width>=1280px){.xl\:mb-0{margin-bottom:0}.xl\:ml-0{margin-left:0}.xl\:mt-20{margin-top:5rem}.xl\:mt-3{margin-top:.75rem}.xl\:mt-5{margin-top:1.25rem}.xl\:block{display:block}.xl\:hidden{display:none}.xl\:w-1\/2,.xl\:w-6\/12{width:50%}.xl\:w-full{width:100%}.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-col{flex-direction:column}.xl\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.xl\:border-r-2{border-right-width:2px}.xl\:border-au_bordercolor{--tw-border-opacity:1;border-color:rgb(232 232 232/var(--tw-border-opacity,1))}.xl\:p-8{padding:2rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:pl-5{padding-left:1.25rem}.xl\:pr-5{padding-right:1.25rem}.xl\:text-base{font-size:1rem}.xl\:text-lg{font-size:1.125rem}.xl\:text-xl{font-size:1.25rem}}@media (width>=1536px){.\32 xl\:w-3\/5{width:60%}.\32 xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32 xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-color-scheme:dark){.dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:bg-\[\#dde4e7\]{--tw-bg-opacity:1;background-color:rgb(221 228 231/var(--tw-bg-opacity,1))}.dark\:bg-\[\#dff6e5\]{--tw-bg-opacity:1;background-color:rgb(223 246 229/var(--tw-bg-opacity,1))}.dark\:bg-\[\#f8d4d3\]{--tw-bg-opacity:1;background-color:rgb(248 212 211/var(--tw-bg-opacity,1))}.dark\:bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\:bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:bg-lime-400{--tw-bg-opacity:1;background-color:rgb(163 230 53/var(--tw-bg-opacity,1))}.dark\:text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-lime-400{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity,1))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.dark\:hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.dark\:focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.dark\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.dark\:focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(30 64 175/var(--tw-ring-opacity,1))}}
