﻿@layer tailwindcss, midwest, tidy;@layer tidy.components.activity{#activity-popover{transition:opacity .25s ease-in-out,transform .25s ease-in-out,overlay allow-discrete .25s ease-in-out,display allow-discrete .25s ease-in-out;opacity:0;transform:translateY(100%)}#activity-popover::backdrop{transition:display allow-discrete .25s,overlay allow-discrete .25s,backdrop-filter .25s;backdrop-filter:blur(0) grayscale(0)}#activity-popover:popover-open{opacity:1;transform:translateY(0)}#activity-popover:popover-open::backdrop{backdrop-filter:blur(10px) grayscale(1)}@starting-style{#activity-popover:popover-open{opacity:0;transform:translateY(100%)}#activity-popover:popover-open::backdrop{backdrop-filter:blur(0) grayscale(0)}}}@layer tidy.typography{@font-face{font-family:Scouts Hand;src:url(/BNScoutsHand.otf) format("opentype")}:root{--tourney:"Scouts Hand",cursive;--work-sans:"Work Sans",sans-serif;font-synthesis:none;font-size:max(1rem,16px)}html{font-family:var(--work-sans)}input:is([type=checkbox],[type=radio]){color:rgb(var(--theme-6-channels)/100%)}p{font-size:max(1rem,16px)}h1{font-size:3.75rem;font-size:max(3.75rem,32px)}h1,h2{line-height:1}h2{font-size:3rem;font-size:max(3rem,28px)}h3{font-size:2.25rem;line-height:2.5rem;font-size:max(2.25rem,24px)}h4{font-size:1.875rem;line-height:2.25rem;font-size:max(1.875rem,22px)}h5{font-size:1.5rem;line-height:2rem;font-size:max(1.5rem,20px)}h6{font-size:1.25rem;line-height:1.75rem;font-size:max(1.25rem,18px)}h1,h2,h3,h4,h5,h6{font-stretch:100%;font-optical-sizing:none;text-align:start;line-height:normal;opacity:1}}.text-xs{font-size:max(.75rem,14px)}.text-sm{font-size:max(.875rem,15px)}.text-base{font-size:max(1rem,16px)}.text-lg{font-size:max(1.125rem,17px)}.text-xl{font-size:max(1.25rem,18px)}.text-2xl{font-size:max(1.5rem,20px)}.text-3xl{font-size:max(1.875rem,22px)}.text-4xl{font-size:max(2.25rem,24px)}.text-5xl{font-size:max(3rem,28px)}.text-6xl{font-size:max(3.75rem,32px)}.text-7xl{font-size:max(4.5rem,36px)}.text-8xl{font-size:max(6rem,48px)}.text-9xl{font-size:max(8rem,64px)}@layer tidy.prose{.midwest-prose{color:rgb(var(--complement-6-channels)/100%)}.midwest-prose:is(.dark){color:rgb(var(--complement-6-channels)/100%)}.midwest-prose h1,.midwest-prose h2,.midwest-prose h3,.midwest-prose h4,.midwest-prose h5,.midwest-prose h6{--tw-text-opacity:1;color:rgb(var(--theme-6-channels)/var(--tw-text-opacity, 1))}.midwest-prose h1:is(.dark *),.midwest-prose h2:is(.dark *),.midwest-prose h3:is(.dark *),.midwest-prose h4:is(.dark *),.midwest-prose h5:is(.dark *),.midwest-prose h6:is(.dark *){--tw-text-opacity:1;color:rgb(var(--complement-6-channels)/var(--tw-text-opacity, 1))}.midwest-prose ol,.midwest-prose p,.midwest-prose ul{--tw-text-opacity:1;color:rgb(var(--complement-11-channels)/var(--tw-text-opacity, 1))}.midwest-prose ol:is(.dark *),.midwest-prose p:is(.dark *),.midwest-prose ul:is(.dark *){--tw-text-opacity:1;color:rgb(var(--complement-2-channels)/var(--tw-text-opacity, 1))}h1,h2,h3,h4,h5,h6{--tw-text-opacity:1;color:rgb(var(--complement-6-channels)/var(--tw-text-opacity, 1))}h1:is(.dark *),h2:is(.dark *),h3:is(.dark *),h4:is(.dark *),h5:is(.dark *),h6:is(.dark *){--tw-text-opacity:1;color:rgb(var(--complement-6-channels)/var(--tw-text-opacity, 1))}h1,h2,h3,h4,h5,h6{text-transform:uppercase;font-family:var(--tourney);letter-spacing:.1em;font-variation-settings:"wght" 600;line-height:1.4}h1{animation:embiggen .75s cubic-bezier(0.77, 0, 0.18, 1) both}h3,h4{font-variation-settings:"wght" 450}h5,h6{font-variation-settings:"wght" 900}.fs-massive{font-size:clamp(3rem,11vw,6rem);line-height:1}.embiggen{animation:embiggen .75s cubic-bezier(0.77, 0, 0.18, 1) both}@keyframes embiggen{0%{font-variation-settings:"wght" 400;font-stretch:100%}to{font-variation-settings:"wght" 600;font-stretch:125%}}}@layer tidy.badge{.midwest-badge span{font-size:.75rem;line-height:1rem;font-size:max(.75rem,14px);padding:calc(.25em + 1px) .5em .25em}.midwest-badge.has-support{padding:.25rem}.midwest-badge.has-support span{font-size:.75rem;line-height:1rem;font-size:max(.75rem,14px);padding:calc(.125em + 1px) .75em .125em .5em}.midwest-badge.has-support span:first-of-type{padding:calc(.125em + 1px) .5em .125em .75em}}@layer tidy.background{.hero{background-image:url(/topographic.svg);background-size:250%;background-attachment:fixed;background-position:50% -400px;background-repeat:no-repeat;background-blend-mode:soft-light;background-color:rgb(var(--theme-3-channels)/100%);animation:hero-bg-animation 100s cubic-bezier(0.1, -0.6, 0.2, 0) infinite;outline:1px solid rgb(var(--theme-12-channels)/100%)}.hero .midwest-banner{margin:-1rem -1rem 1rem;width:calc(100% + 2rem)}.hero h1{text-align:center}.dark .hero,.hero.dark{background-image:url(/topographic.svg);background-blend-mode:soft-light;background-color:rgb(var(--theme-9-channels)/100%)}@media(width <= 800px){.hero{background-size:200vh;background-position:50% -400px}}@keyframes hero-bg-animation{0%{background-position:50% -400px;background-size:250%}25%{background-position:55% -350px}50%{background-position:45% -400px;background-size:275%}75%{background-position:50% -350px}to{background-position:50% -400px;background-size:250%}}}@layer tidy.button{.midwest-button{font-size:.875rem;line-height:1.25rem;letter-spacing:.1em;font-size:max(.875rem,15px);font-family:var(--tourney);padding:.5em 1.25em}.midwest-button:not(.variant-ghost){border-radius:0;--corners:0.5rem;clip-path:polygon(var(--corners) 0, calc(100% - var(--corners)) 0, 100% var(--corners), 100% calc(100% - var(--corners)), calc(100% - var(--corners)) 100%, var(--corners) 100%, 0 calc(100% - var(--corners)), 0 var(--corners));transition:all .15s ease-out 0ms;box-shadow:inset 0 0 0 0 rgb(var(--theme-8-channels)/100%)}.midwest-button:not(.variant-ghost):focus-visible,.midwest-button:not(.variant-ghost):hover{--corners:0.125rem!important;border-radius:.25rem;box-shadow:inset 0 0 0 3px rgb(var(--theme-8-channels)/100%)}.midwest-button.variant-outline{background:rgba(0,0,0,0);--corners:0.125rem;color:rgb(var(--theme-6-channels)/100%)}}@layer tidy.main{main{min-height:calc(100vh - 8.75rem)}@media(width < 700px){.barcamp-header.has-mobile-nav{display:none}}.midwest-dropdown-item.as-nested{text-transform:uppercase;font-family:var(--tourney);letter-spacing:.1em}@media(width < 700px){body,html{height:auto;padding-bottom:2rem}}}body.turbo-native{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);overscroll-behavior:none}body.turbo-native footer,body.turbo-native header,body.turbo-native nav[data-web-only]{display:none !important}body.turbo-native main{padding-top:0}@layer tidy.utilities{.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-left-5{left:-1.25rem}.-left-7{left:-1.75rem}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.left-0{left:0}.left-3{left:.75rem}.left-\[1\.1875rem\]{left:1.1875rem}.right-0{right:0}.right-3{right:.75rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-5{top:1.25rem}.top-auto{top:auto}.z-0{z-index:0}.z-10{z-index:10}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.col-span-2{grid-column:span 2/span 2}.m-0{margin:0}.m-auto{margin:auto}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-3{margin-bottom:-0.75rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.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-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.\!block{display:block !important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[1\/1\]{aspect-ratio:1/1}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-32{max-height:8rem}.max-h-96{max-height:24rem}.min-h-48{min-height:12rem}.w-0\.5{width:.125rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0}.min-w-\[24rem\]{min-width:24rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-rotate-1{--tw-rotate:-1deg}.-rotate-1,.-rotate-2{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))}.-rotate-2{--tw-rotate:-2deg}.-rotate-3{--tw-rotate:-3deg}.-rotate-3,.rotate-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))}.rotate-1{--tw-rotate:1deg}.rotate-2{--tw-rotate:2deg}.rotate-2,.rotate-3{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))}.rotate-3{--tw-rotate:3deg}.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))}.transform-none{transform:none}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize{resize:both}.list-none{list-style-type:none}.columns-1{-moz-columns:1;column-count:1}.break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.grid-cols-1{grid-template-columns:repeat(1, 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))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.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-items-end{justify-items:end}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-1{row-gap:.25rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-theme-1>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(var(--theme-1-channels)/var(--tw-divide-opacity, 1))}.divide-theme-10>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(var(--theme-10-channels)/var(--tw-divide-opacity, 1))}.self-end{align-self:flex-end}.self-center{align-self:center}.self-baseline{align-self:baseline}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-theme-1{--tw-border-opacity:1;border-color:rgb(var(--theme-1-channels)/var(--tw-border-opacity, 1))}.border-theme-10{--tw-border-opacity:1;border-color:rgb(var(--theme-10-channels)/var(--tw-border-opacity, 1))}.border-theme-2{--tw-border-opacity:1;border-color:rgb(var(--theme-2-channels)/var(--tw-border-opacity, 1))}.border-theme-3{--tw-border-opacity:1;border-color:rgb(var(--theme-3-channels)/var(--tw-border-opacity, 1))}.border-theme-4{--tw-border-opacity:1;border-color:rgb(var(--theme-4-channels)/var(--tw-border-opacity, 1))}.border-theme-6{--tw-border-opacity:1;border-color:rgb(var(--theme-6-channels)/var(--tw-border-opacity, 1))}.border-theme-8{--tw-border-opacity:1;border-color:rgb(var(--theme-8-channels)/var(--tw-border-opacity, 1))}.border-theme-9{--tw-border-opacity:1;border-color:rgb(var(--theme-9-channels)/var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity:1;border-color:rgb(255, 255, 255, var(--tw-border-opacity, 1))}.bg-complement-3{--tw-bg-opacity:1;background-color:rgb(var(--complement-3-channels)/var(--tw-bg-opacity, 1))}.bg-complement-6{--tw-bg-opacity:1;background-color:rgb(var(--complement-6-channels)/var(--tw-bg-opacity, 1))}.bg-gray-2{--tw-bg-opacity:1;background-color:rgb(var(--gray-2-channels)/var(--tw-bg-opacity, 1))}.bg-theme-0{--tw-bg-opacity:1;background-color:rgb(var(--theme-0-channels)/var(--tw-bg-opacity, 1))}.bg-theme-1{--tw-bg-opacity:1;background-color:rgb(var(--theme-1-channels)/var(--tw-bg-opacity, 1))}.bg-theme-10{--tw-bg-opacity:1;background-color:rgb(var(--theme-10-channels)/var(--tw-bg-opacity, 1))}.bg-theme-11{--tw-bg-opacity:1;background-color:rgb(var(--theme-11-channels)/var(--tw-bg-opacity, 1))}.bg-theme-12{--tw-bg-opacity:1;background-color:rgb(var(--theme-12-channels)/var(--tw-bg-opacity, 1))}.bg-theme-2{--tw-bg-opacity:1;background-color:rgb(var(--theme-2-channels)/var(--tw-bg-opacity, 1))}.bg-theme-3{--tw-bg-opacity:1;background-color:rgb(var(--theme-3-channels)/var(--tw-bg-opacity, 1))}.bg-theme-5{--tw-bg-opacity:1;background-color:rgb(var(--theme-5-channels)/var(--tw-bg-opacity, 1))}.bg-theme-6{--tw-bg-opacity:1;background-color:rgb(var(--theme-6-channels)/var(--tw-bg-opacity, 1))}.bg-theme-7{--tw-bg-opacity:1;background-color:rgb(var(--theme-7-channels)/var(--tw-bg-opacity, 1))}.bg-theme-8{--tw-bg-opacity:1;background-color:rgb(var(--theme-8-channels)/var(--tw-bg-opacity, 1))}.bg-theme-9{--tw-bg-opacity:1;background-color:rgb(var(--theme-9-channels)/var(--tw-bg-opacity, 1))}.bg-transparent{background-color:rgba(0,0,0,0)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255, 255, 255, var(--tw-bg-opacity, 1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom, var(--tw-gradient-stops))}.from-complement-5{--tw-gradient-from:rgb(var(--complement-5-channels)) var(--tw-gradient-from-position);--tw-gradient-to:rgb(var(--complement-5-channels)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-theme-1\/60{--tw-gradient-to:rgb(var(--theme-1-channels)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(var(--theme-1-channels)/0.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-theme-4{--tw-gradient-to:rgb(var(--theme-4-channels)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(var(--theme-4-channels)) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-complement-5{--tw-gradient-to:rgb(var(--complement-5-channels)) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.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}.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-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-4{padding-right:1rem}.pt-12{padding-top:3rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.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}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.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}.normal-case{text-transform:none}.italic{font-style:italic}.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-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-complement-10{--tw-text-opacity:1;color:rgb(var(--complement-10-channels)/var(--tw-text-opacity, 1))}.text-complement-11{--tw-text-opacity:1;color:rgb(var(--complement-11-channels)/var(--tw-text-opacity, 1))}.text-complement-5{--tw-text-opacity:1;color:rgb(var(--complement-5-channels)/var(--tw-text-opacity, 1))}.text-complement-6{--tw-text-opacity:1;color:rgb(var(--complement-6-channels)/var(--tw-text-opacity, 1))}.text-complement-7{--tw-text-opacity:1;color:rgb(var(--complement-7-channels)/var(--tw-text-opacity, 1))}.text-complement-8{--tw-text-opacity:1;color:rgb(var(--complement-8-channels)/var(--tw-text-opacity, 1))}.text-complement-9{--tw-text-opacity:1;color:rgb(var(--complement-9-channels)/var(--tw-text-opacity, 1))}.text-theme-0{--tw-text-opacity:1;color:rgb(var(--theme-0-channels)/var(--tw-text-opacity, 1))}.text-theme-1{--tw-text-opacity:1;color:rgb(var(--theme-1-channels)/var(--tw-text-opacity, 1))}.text-theme-10{--tw-text-opacity:1;color:rgb(var(--theme-10-channels)/var(--tw-text-opacity, 1))}.text-theme-11{--tw-text-opacity:1;color:rgb(var(--theme-11-channels)/var(--tw-text-opacity, 1))}.text-theme-12{--tw-text-opacity:1;color:rgb(var(--theme-12-channels)/var(--tw-text-opacity, 1))}.text-theme-2{--tw-text-opacity:1;color:rgb(var(--theme-2-channels)/var(--tw-text-opacity, 1))}.text-theme-3{--tw-text-opacity:1;color:rgb(var(--theme-3-channels)/var(--tw-text-opacity, 1))}.text-theme-4{--tw-text-opacity:1;color:rgb(var(--theme-4-channels)/var(--tw-text-opacity, 1))}.text-theme-5{--tw-text-opacity:1;color:rgb(var(--theme-5-channels)/var(--tw-text-opacity, 1))}.text-theme-6{--tw-text-opacity:1;color:rgb(var(--theme-6-channels)/var(--tw-text-opacity, 1))}.text-theme-7{--tw-text-opacity:1;color:rgb(var(--theme-7-channels)/var(--tw-text-opacity, 1))}.text-theme-8{--tw-text-opacity:1;color:rgb(var(--theme-8-channels)/var(--tw-text-opacity, 1))}.text-theme-9{--tw-text-opacity:1;color:rgb(var(--theme-9-channels)/var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255, 255, 255, var(--tw-text-opacity, 1))}.text-white\/60{color:hsla(0,0%,100%,.6)}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.outline{outline-style:solid}.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 rgba(0, 0, 0, 0))}.ring-theme-10{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--theme-10-channels)/var(--tw-ring-opacity,1))}.ring-theme-4{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--theme-4-channels)/var(--tw-ring-opacity,1))}.ring-offset-2{--tw-ring-offset-width:2px}.ring-offset-theme-0{--tw-ring-offset-color:rgb(var(--theme-0-channels))}.blur{--tw-blur:blur(8px)}.blur,.brightness-50{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)}.brightness-50{--tw-brightness:brightness(.5)}.grayscale{--tw-grayscale:grayscale(100%)}.grayscale,.invert{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)}.invert{--tw-invert:invert(100%)}.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{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,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.duration-150,.transition-shadow{transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-3,.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-4{-webkit-line-clamp:4}}@layer tidy.actiontext.editor{trix-editor{border:1px solid var(--theme-4);border-radius:3px;margin:0;padding:.4em .6em;min-height:5em;outline:none;background-color:var(--theme-1);color:var(--theme-12)}.dark trix-editor{background-color:var(--theme-11);color:var(--theme-0);border-color:var(--theme-8)}trix-toolbar *{box-sizing:border-box}trix-toolbar .trix-button-row{display:flex;flex-wrap:nowrap;justify-content:space-between;overflow-x:auto}trix-toolbar .trix-button-group{display:flex;margin-bottom:10px;border-left:1px solid var(--theme-4);border-bottom-color:var(--theme-4);border-right:1px solid var(--theme-4);border-top-color:var(--theme-4);border-top:1px solid var(--theme-3);border-bottom:1px solid var(--theme-6);border-radius:3px}trix-toolbar .trix-button-group:not(:first-child){margin-left:1.5vw}@media(width <= 768px){trix-toolbar .trix-button-group:not(:first-child){margin-left:0}}.dark trix-toolbar .trix-button-group{border-color:var(--theme-8);border-top-color:var(--theme-9);border-bottom-color:var(--theme-7)}trix-toolbar .trix-button-group-spacer{flex-grow:1}@media(width <= 768px){trix-toolbar .trix-button-group-spacer{display:none}}trix-toolbar .trix-button{position:relative;float:left;color:var(--theme-9);font-size:.75em;font-weight:600;white-space:nowrap;padding:0 .5em;margin:0;outline:none;border:none;border-bottom:1px solid var(--theme-3);border-radius:0;background:rgba(0,0,0,0)}trix-toolbar .trix-button:not(:first-child){border-left:1px solid var(--theme-4)}trix-toolbar .trix-button.trix-active{background:var(--theme-3);color:var(--theme-12)}trix-toolbar .trix-button:not(:disabled){cursor:pointer}trix-toolbar .trix-button:disabled{color:var(--theme-5);opacity:.5}@media(width <= 768px){trix-toolbar .trix-button{letter-spacing:-0.01em;padding:0 .3em}}.dark trix-toolbar .trix-button{color:var(--theme-4);border-bottom-color:var(--theme-9)}.dark trix-toolbar .trix-button:not(:first-child){border-left-color:var(--theme-8)}.dark trix-toolbar .trix-button.trix-active{background:var(--theme-9);color:var(--theme-0)}.dark trix-toolbar .trix-button:disabled{color:var(--theme-7)}trix-toolbar .trix-button--icon{font-size:inherit;width:2.6em;height:1.6em;max-width:calc(.8em + 4vw);text-indent:-9999px}@media(width <= 768px){trix-toolbar .trix-button--icon{height:2em;max-width:calc(.8em + 3.5vw)}}trix-toolbar .trix-button--icon:before{display:inline-block;position:absolute;inset:0;opacity:.6;content:"";background-position:50%;background-repeat:no-repeat;background-size:contain}@media(width <= 768px){trix-toolbar .trix-button--icon:before{right:6%;left:6%}}trix-toolbar .trix-button--icon.trix-active:before{opacity:1}trix-toolbar .trix-button--icon:disabled:before{opacity:.25}.dark trix-toolbar .trix-button--icon:before{filter:invert(1)}trix-toolbar .trix-button--icon-attach:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M10.5 18V7.5c0-2.25 3-2.25 3 0V18c0 4.125-6 4.125-6 0V7.5c0-6.375 9-6.375 9 0V18'/%3E%3C/svg%3E");top:8%;bottom:4%}trix-toolbar .trix-button--icon-bold:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6.522 19.242a.5.5 0 0 1-.5-.5V5.35a.5.5 0 0 1 .5-.5h5.783c1.347 0 2.46.345 3.24.982.783.64 1.216 1.562 1.216 2.683 0 1.13-.587 2.129-1.476 2.71a.35.35 0 0 0 .049.613c1.259.56 2.101 1.742 2.101 3.22 0 1.282-.483 2.334-1.363 3.063-.876.726-2.132 1.12-3.66 1.12zM9.27 7.347v3.362h1.97c.766 0 1.347-.17 1.733-.464.38-.291.587-.716.587-1.27 0-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43zm0 5.606v3.791h2.389c.832 0 1.448-.177 1.853-.497.399-.315.614-.786.614-1.423 0-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486z' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-italic:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M9 5h6.5v2h-2.23l-2.31 10H13v2H6v-2h2.461l2.306-10H9z' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M18.948 5.258a4.337 4.337 0 0 0-6.108 0L11.217 6.87a.993.993 0 0 0 0 1.41c.392.39 1.027.39 1.418 0l1.623-1.613a2.323 2.323 0 0 1 3.271 0 2.29 2.29 0 0 1 0 3.251l-2.393 2.38a3.02 3.02 0 0 1-4.255 0l-.05-.049a1.007 1.007 0 0 0-1.418 0 .993.993 0 0 0 0 1.41l.05.049a5.036 5.036 0 0 0 7.091 0l2.394-2.38a4.275 4.275 0 0 0 0-6.072Zm-13.683 13.6a4.337 4.337 0 0 0 6.108 0l1.262-1.255a.993.993 0 0 0 0-1.41 1.007 1.007 0 0 0-1.418 0L9.954 17.45a2.323 2.323 0 0 1-3.27 0 2.29 2.29 0 0 1 0-3.251l2.344-2.331a2.58 2.58 0 0 1 3.631 0c.392.39 1.027.39 1.419 0a.993.993 0 0 0 0-1.41 4.593 4.593 0 0 0-6.468 0l-2.345 2.33a4.275 4.275 0 0 0 0 6.072Z' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-strike:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6 14.986c.088 2.647 2.246 4.258 5.635 4.258 3.496 0 5.713-1.728 5.713-4.463q0-.413-.062-.781h-3.461c.398.293.573.654.573 1.123 0 1.035-1.074 1.787-2.646 1.787-1.563 0-2.773-.762-2.91-1.924zM6.432 10h3.763c-.632-.314-.914-.715-.914-1.273 0-1.045.977-1.739 2.432-1.739 1.475 0 2.52.723 2.617 1.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145 0-5.392 1.719-5.392 4.316q0 .544.12 1.02M4 11a1 1 0 1 0 0 2h15a1 1 0 1 0 0-2z' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-quote:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' d='M4.581 8.471c.44-.5 1.056-.834 1.758-.995C8.074 7.17 9.201 7.822 10 8.752c1.354 1.578 1.33 3.555.394 5.277-.941 1.731-2.788 3.163-4.988 3.56a.62.62 0 0 1-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02 3.02 0 0 1-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419 0c.44-.5 1.055-.834 1.758-.995 1.734-.306 2.862.346 3.66 1.276 1.355 1.578 1.33 3.555.395 5.277-.941 1.731-2.789 3.163-4.988 3.56a.62.62 0 0 1-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02 3.02 0 0 1-1.672-2.701c0-.905.283-1.59.72-2.088'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-heading-1:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M21.5 7.5v-3h-12v3H14v13h3v-13zM9 13.5h3.5v-3h-10v3H6v7h3z' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-code:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M3.293 11.293a1 1 0 0 0 0 1.414l4 4a1 1 0 1 0 1.414-1.414L5.414 12l3.293-3.293a1 1 0 0 0-1.414-1.414zm13.414 5.414 4-4a1 1 0 0 0 0-1.414l-4-4a1 1 0 1 0-1.414 1.414L18.586 12l-3.293 3.293a1 1 0 0 0 1.414 1.414' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-bullet-list:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5 7.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M8 6a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m1 5a1 1 0 1 0 0 2h11a1 1 0 1 0 0-2zm0 6a1 1 0 1 0 0 2h11a1 1 0 1 0 0-2zm-2.5-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M5 19.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-number-list:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M3 4h2v4H4V5H3zm5 2a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m1 5a1 1 0 1 0 0 2h11a1 1 0 1 0 0-2zm0 6a1 1 0 1 0 0 2h11a1 1 0 1 0 0-2zm-3.5-7H6v1l-1.5 2H6v1H3v-1l1.667-2H3v-1zM3 17v-1h3v4H3v-1h2v-.5H4v-1h1V17z' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-undo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M3 14a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2H6.257c2.247-2.764 5.151-3.668 7.579-3.264 2.589.432 4.739 2.356 5.174 5.405a1 1 0 0 0 1.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084 7.25 7.63 8.377 5 11.39V8a1 1 0 0 0-2 0zm2-1' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-redo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M21 14a1 1 0 0 1-1 1h-6a1 1 0 1 1 0-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739 2.356-5.174 5.405a1 1 0 0 1-1.98-.283c.564-3.95 3.415-6.526 6.826-7.095 3.08-.513 6.534.614 9.164 3.626V8a1 1 0 1 1 2 0zm-2-1' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-decrease-nesting-level:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5 6a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1m4 5a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2zm-3 6a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2zm-3.707-5.707a1 1 0 0 0 0 1.414l2 2a1 1 0 1 0 1.414-1.414L4.414 12l1.293-1.293a1 1 0 0 0-1.414-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-button--icon-increase-nesting-level:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M5 6a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1m4 5a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2zm-3 6a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2zm-2.293-2.293 2-2a1 1 0 0 0 0-1.414l-2-2a1 1 0 1 0-1.414 1.414L3.586 12l-1.293 1.293a1 1 0 1 0 1.414 1.414' clip-rule='evenodd'/%3E%3C/svg%3E")}trix-toolbar .trix-dialogs{position:relative}trix-toolbar .trix-dialog{position:absolute;top:0;left:0;right:0;font-size:.75em;padding:15px 10px;background:var(--theme-1);color:var(--theme-12);box-shadow:0 .3em 1em var(--theme-4);border-top:2px solid var(--theme-7);border-radius:5px;z-index:5}.dark trix-toolbar .trix-dialog{background:var(--theme-10);color:var(--theme-1);box-shadow:0 .3em 1em var(--theme-9);border-top-color:var(--theme-6)}trix-toolbar .trix-input--dialog{font-size:inherit;font-weight:400;padding:.5em .8em;margin:0 10px 0 0;border-radius:3px;border:1px solid var(--theme-4);background-color:var(--theme-0);color:var(--theme-12);box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}trix-toolbar .trix-input--dialog.validate:invalid{box-shadow:var(--complement-8) 0 0 1.5px 1px}.dark trix-toolbar .trix-input--dialog{background-color:var(--theme-11);color:var(--theme-0);border-color:var(--theme-7)}trix-toolbar .trix-button--dialog{font-size:inherit;padding:.5em;border-bottom:none}trix-toolbar .trix-dialog--link{max-width:600px}trix-toolbar .trix-dialog__link-fields{display:flex;align-items:baseline}trix-toolbar .trix-dialog__link-fields .trix-input{flex:1}trix-toolbar .trix-dialog__link-fields .trix-button-group{flex:0 0 content;margin:0}trix-editor [data-trix-mutable]:not(.attachment__caption-editor){-webkit-user-select:none;-moz-user-select:none;user-select:none}trix-editor [data-trix-cursor-target]::-moz-selection,trix-editor [data-trix-mutable] ::-moz-selection,trix-editor [data-trix-mutable]::-moz-selection{background:none}trix-editor [data-trix-cursor-target]::selection,trix-editor [data-trix-mutable] ::selection,trix-editor [data-trix-mutable]::selection{background:none}trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection{background:highlight}trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection{background:highlight}trix-editor [data-trix-mutable].attachment.attachment--file{box-shadow:0 0 0 2px highlight;border-color:rgba(0,0,0,0)}trix-editor [data-trix-mutable].attachment img{box-shadow:0 0 0 2px highlight}trix-editor .attachment{position:relative}trix-editor .attachment:hover{cursor:default}trix-editor .attachment--preview .attachment__caption:hover{cursor:text}trix-editor .attachment__progress{position:absolute;z-index:1;height:20px;top:calc(50% - 10px);left:5%;width:90%;opacity:.9;transition:opacity .2s ease-in}trix-editor .attachment__progress[value="100"]{opacity:0}trix-editor .attachment__caption-editor{display:inline-block;width:100%;margin:0;padding:0;font-size:inherit;font-family:inherit;line-height:inherit;color:inherit;text-align:center;vertical-align:top;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}trix-editor .attachment__toolbar{position:absolute;z-index:1;top:-0.9em;left:0;width:100%;text-align:center}trix-editor .trix-button-group{display:inline-flex}trix-editor .trix-button{position:relative;float:left;color:var(--theme-8);white-space:nowrap;font-size:80%;padding:0 .8em;margin:0;outline:none;border:none;border-radius:0;background:rgba(0,0,0,0)}trix-editor .trix-button:not(:first-child){border-left:1px solid var(--theme-4)}trix-editor .trix-button.trix-active{background:var(--theme-3)}trix-editor .trix-button:not(:disabled){cursor:pointer}.dark trix-editor .trix-button{color:var(--theme-5)}.dark trix-editor .trix-button:not(:first-child){border-left-color:var(--theme-8)}.dark trix-editor .trix-button.trix-active{background:var(--theme-9)}trix-editor .trix-button--remove{text-indent:-9999px;display:inline-block;padding:0;outline:none;width:1.8em;height:1.8em;line-height:1.8em;border-radius:50%;background-color:var(--theme-1);border:2px solid highlight;box-shadow:1px 1px 6px var(--theme-4)}trix-editor .trix-button--remove:before{display:inline-block;position:absolute;inset:0;opacity:.7;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:90%}trix-editor .trix-button--remove:hover{border-color:var(--theme-11)}trix-editor .trix-button--remove:hover:before{opacity:1}.dark trix-editor .trix-button--remove{background-color:var(--theme-10);box-shadow:1px 1px 6px var(--theme-9)}.dark trix-editor .trix-button--remove:before{filter:invert(1)}.dark trix-editor .trix-button--remove:hover{border-color:var(--theme-2)}trix-editor .attachment__metadata-container{position:relative}trix-editor .attachment__metadata{position:absolute;left:50%;top:2em;transform:translate(-50%);max-width:90%;padding:.1em .6em;font-size:.8em;color:var(--theme-1);background-color:rgb(var(--theme-12-channels)/70%);border-radius:3px}trix-editor .attachment__metadata .attachment__name{display:inline-block;max-width:100%;vertical-align:bottom;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}trix-editor .attachment__metadata .attachment__size{margin-left:.2em;white-space:nowrap}}@layer tidy.actiontext.content{.trix-content{line-height:1.5;overflow-wrap:break-word;color:var(--theme-12)}.dark .trix-content{color:var(--theme-1)}.trix-content *{box-sizing:border-box;margin:0;padding:0}.trix-content h1{font-size:1.2em;line-height:1.2}.trix-content blockquote{border:solid var(--theme-5);border-width:0 0 0 .3em;margin-left:.3em;padding-left:.6em}.trix-content [dir=rtl] blockquote,.trix-content blockquote[dir=rtl]{border-width:0 .3em 0 0;margin-right:.3em;padding-right:.6em}.trix-content li{margin-left:1em}.trix-content [dir=rtl] li{margin-right:1em}.trix-content pre{display:inline-block;width:100%;vertical-align:top;font-family:monospace;font-size:.9em;padding:.5em;white-space:pre;background-color:var(--theme-2);color:var(--theme-11);overflow-x:auto}.trix-content img{max-width:100%;height:auto}.trix-content .attachment{display:inline-block;position:relative;max-width:100%}.trix-content .attachment a{color:inherit;text-decoration:none}.trix-content .attachment a:hover,.trix-content .attachment a:visited:hover{color:inherit}.trix-content .attachment__caption{text-align:center}.trix-content .attachment__caption .attachment__name+.attachment__size:before{content:" •"}.trix-content .attachment--preview{width:100%;text-align:center}.trix-content .attachment--preview .attachment__caption{color:var(--theme-8);font-size:.9em;line-height:1.2}.trix-content .attachment--file{color:var(--theme-11);line-height:1;margin:0 2px 2px;padding:.4em 1em;border:1px solid var(--theme-4);border-radius:5px}.trix-content .attachment-gallery{display:flex;flex-wrap:wrap;position:relative}.trix-content .attachment-gallery .attachment{flex:1 0 33%;padding:0 .5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2 .attachment,.trix-content .attachment-gallery.attachment-gallery--4 .attachment{flex-basis:50%;max-width:50%}.trix-content .attachment-gallery>.attachment,.trix-content .attachment-gallery>action-text-attachment{flex:1 0 33%;padding:0 .5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2>.attachment,.trix-content .attachment-gallery.attachment-gallery--2>action-text-attachment,.trix-content .attachment-gallery.attachment-gallery--4>.attachment,.trix-content .attachment-gallery.attachment-gallery--4>action-text-attachment{flex-basis:50%;max-width:50%}.trix-content action-text-attachment .attachment{padding:0 !important;max-width:100% !important}.dark .trix-content pre{background-color:var(--theme-10);color:var(--theme-2)}.dark .trix-content blockquote{border-color:var(--theme-7)}.dark .trix-content .attachment--preview .attachment__caption{color:var(--theme-5)}.dark .trix-content .attachment--file{color:var(--theme-2);border-color:var(--theme-8)}}.first\:mt-0:first-child{margin-top:0}.first\:pt-0:first-child{padding-top:0}.last\:border-0:last-child{border-width:0}.last\:pb-0:last-child{padding-bottom:0}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-0.125rem;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))}.hover\:border-theme-5:hover{--tw-border-opacity:1;border-color:rgb(var(--theme-5-channels)/var(--tw-border-opacity, 1))}.hover\:border-theme-7:hover{--tw-border-opacity:1;border-color:rgb(var(--theme-7-channels)/var(--tw-border-opacity, 1))}.hover\:border-theme-8:hover{--tw-border-opacity:1;border-color:rgb(var(--theme-8-channels)/var(--tw-border-opacity, 1))}.hover\:bg-theme-11:hover{--tw-bg-opacity:1;background-color:rgb(var(--theme-11-channels)/var(--tw-bg-opacity, 1))}.hover\:bg-theme-2:hover{--tw-bg-opacity:1;background-color:rgb(var(--theme-2-channels)/var(--tw-bg-opacity, 1))}.hover\:bg-theme-8:hover{--tw-bg-opacity:1;background-color:rgb(var(--theme-8-channels)/var(--tw-bg-opacity, 1))}.hover\:text-complement-8:hover{--tw-text-opacity:1;color:rgb(var(--complement-8-channels)/var(--tw-text-opacity, 1))}.hover\:text-theme-2:hover{--tw-text-opacity:1;color:rgb(var(--theme-2-channels)/var(--tw-text-opacity, 1))}.hover\:text-theme-7:hover{--tw-text-opacity:1;color:rgb(var(--theme-7-channels)/var(--tw-text-opacity, 1))}.hover\:text-theme-8:hover{--tw-text-opacity:1;color:rgb(var(--theme-8-channels)/var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-md:hover,.hover\:shadow-sm:hover{box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.hover\:grayscale-0:hover{--tw-grayscale:grayscale(0);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)}.focus\:outline-none:focus{outline:2px solid rgba(0,0,0,0);outline-offset:2px}.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(var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 rgba(0, 0, 0, 0))}.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)}.focus\:ring-theme-1:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--theme-1-channels)/var(--tw-ring-opacity,1))}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95}.active\:scale-95:active,.group:hover .group-hover\:-rotate-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\:-rotate-1{--tw-rotate:-1deg}.group:hover .group-hover\:-rotate-2{--tw-rotate:-2deg}.group:hover .group-hover\:-rotate-2,.group:hover .group-hover\:-rotate-3{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\:-rotate-3{--tw-rotate:-3deg}.group:hover .group-hover\:rotate-1{--tw-rotate:1deg}.group:hover .group-hover\:rotate-1,.group:hover .group-hover\:rotate-2{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\:rotate-2{--tw-rotate:2deg}.group:hover .group-hover\:rotate-3{--tw-rotate:3deg;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\:transform-none{transform:none}.group:hover .group-hover\:border-complement-4{--tw-border-opacity:1;border-color:rgb(var(--complement-4-channels)/var(--tw-border-opacity, 1))}.group:hover .group-hover\:text-theme-7{--tw-text-opacity:1;color:rgb(var(--theme-7-channels)/var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-theme-8{--tw-text-opacity:1;color:rgb(var(--theme-8-channels)/var(--tw-text-opacity, 1))}.group:hover .group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--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 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow)}.has-\[\:checked\]\:border-theme-1:has(:checked){--tw-border-opacity:1;border-color:rgb(var(--theme-1-channels)/var(--tw-border-opacity, 1))}.has-\[\:checked\]\:bg-theme-11:has(:checked){--tw-bg-opacity:1;background-color:rgb(var(--theme-11-channels)/var(--tw-bg-opacity, 1))}.dark\:divide-theme-10:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(var(--theme-10-channels)/var(--tw-divide-opacity, 1))}.dark\:border-gray-11:is(.dark *){--tw-border-opacity:1;border-color:rgb(var(--gray-11-channels)/var(--tw-border-opacity, 1))}.dark\:border-theme-10:is(.dark *){--tw-border-opacity:1;border-color:rgb(var(--theme-10-channels)/var(--tw-border-opacity, 1))}.dark\:border-theme-11:is(.dark *){--tw-border-opacity:1;border-color:rgb(var(--theme-11-channels)/var(--tw-border-opacity, 1))}.dark\:border-theme-12:is(.dark *){--tw-border-opacity:1;border-color:rgb(var(--theme-12-channels)/var(--tw-border-opacity, 1))}.dark\:border-theme-4:is(.dark *){--tw-border-opacity:1;border-color:rgb(var(--theme-4-channels)/var(--tw-border-opacity, 1))}.dark\:border-theme-8:is(.dark *){--tw-border-opacity:1;border-color:rgb(var(--theme-8-channels)/var(--tw-border-opacity, 1))}.dark\:border-theme-9:is(.dark *){--tw-border-opacity:1;border-color:rgb(var(--theme-9-channels)/var(--tw-border-opacity, 1))}.dark\:bg-black:is(.dark *){--tw-bg-opacity:1;background-color:rgb(0, 0, 0, var(--tw-bg-opacity, 1))}.dark\:bg-complement-9:is(.dark *){--tw-bg-opacity:1;background-color:rgb(var(--complement-9-channels)/var(--tw-bg-opacity, 1))}.dark\:bg-gray-10:is(.dark *){--tw-bg-opacity:1;background-color:rgb(var(--gray-10-channels)/var(--tw-bg-opacity, 1))}.dark\:bg-theme-10:is(.dark *){--tw-bg-opacity:1;background-color:rgb(var(--theme-10-channels)/var(--tw-bg-opacity, 1))}.dark\:bg-theme-11:is(.dark *){--tw-bg-opacity:1;background-color:rgb(var(--theme-11-channels)/var(--tw-bg-opacity, 1))}.dark\:bg-theme-2:is(.dark *){--tw-bg-opacity:1;background-color:rgb(var(--theme-2-channels)/var(--tw-bg-opacity, 1))}.dark\:bg-theme-3:is(.dark *){--tw-bg-opacity:1;background-color:rgb(var(--theme-3-channels)/var(--tw-bg-opacity, 1))}.dark\:bg-theme-8:is(.dark *){--tw-bg-opacity:1;background-color:rgb(var(--theme-8-channels)/var(--tw-bg-opacity, 1))}.dark\:bg-theme-9:is(.dark *){--tw-bg-opacity:1;background-color:rgb(var(--theme-9-channels)/var(--tw-bg-opacity, 1))}.dark\:bg-transparent:is(.dark *){background-color:rgba(0,0,0,0)}.dark\:via-theme-11\/30:is(.dark *){--tw-gradient-to:rgb(var(--theme-11-channels)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(var(--theme-11-channels)/0.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:text-complement-2:is(.dark *){--tw-text-opacity:1;color:rgb(var(--complement-2-channels)/var(--tw-text-opacity, 1))}.dark\:text-complement-4:is(.dark *){--tw-text-opacity:1;color:rgb(var(--complement-4-channels)/var(--tw-text-opacity, 1))}.dark\:text-complement-5:is(.dark *){--tw-text-opacity:1;color:rgb(var(--complement-5-channels)/var(--tw-text-opacity, 1))}.dark\:text-complement-6:is(.dark *){--tw-text-opacity:1;color:rgb(var(--complement-6-channels)/var(--tw-text-opacity, 1))}.dark\:text-theme-0:is(.dark *){--tw-text-opacity:1;color:rgb(var(--theme-0-channels)/var(--tw-text-opacity, 1))}.dark\:text-theme-1:is(.dark *){--tw-text-opacity:1;color:rgb(var(--theme-1-channels)/var(--tw-text-opacity, 1))}.dark\:text-theme-10:is(.dark *){--tw-text-opacity:1;color:rgb(var(--theme-10-channels)/var(--tw-text-opacity, 1))}.dark\:text-theme-12:is(.dark *){--tw-text-opacity:1;color:rgb(var(--theme-12-channels)/var(--tw-text-opacity, 1))}.dark\:text-theme-2:is(.dark *){--tw-text-opacity:1;color:rgb(var(--theme-2-channels)/var(--tw-text-opacity, 1))}.dark\:text-theme-3:is(.dark *){--tw-text-opacity:1;color:rgb(var(--theme-3-channels)/var(--tw-text-opacity, 1))}.dark\:text-theme-4:is(.dark *){--tw-text-opacity:1;color:rgb(var(--theme-4-channels)/var(--tw-text-opacity, 1))}.dark\:text-theme-5:is(.dark *){--tw-text-opacity:1;color:rgb(var(--theme-5-channels)/var(--tw-text-opacity, 1))}.dark\:text-theme-6:is(.dark *){--tw-text-opacity:1;color:rgb(var(--theme-6-channels)/var(--tw-text-opacity, 1))}.dark\:ring-offset-theme-12:is(.dark *){--tw-ring-offset-color:rgb(var(--theme-12-channels))}.dark\:hover\:bg-theme-4:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(var(--theme-4-channels)/var(--tw-bg-opacity, 1))}.dark\:hover\:bg-transparent:hover:is(.dark *){background-color:rgba(0,0,0,0)}.dark\:hover\:text-complement-3:hover:is(.dark *){--tw-text-opacity:1;color:rgb(var(--complement-3-channels)/var(--tw-text-opacity, 1))}.dark\:hover\:text-theme-2:hover:is(.dark *){--tw-text-opacity:1;color:rgb(var(--theme-2-channels)/var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:border-complement-7:is(.dark *){--tw-border-opacity:1;border-color:rgb(var(--complement-7-channels)/var(--tw-border-opacity, 1))}@media(min-width: 640px){.sm\:block{display:block}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:columns-2{-moz-columns:2;column-count:2}.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-4{gap:1rem}}@media(min-width: 768px){.md\:order-first{order:-9999}.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}}
