/*! momnewsdaily Tailwind (curated subset of Tailwind v2, preflight disabled).
   Loaded ONLY on posts using the "Single Post - Tailwind" template.
   Regenerate with: npm run tailwind:build  — do not edit by hand. */
/* Scoped base for the Tailwind post template.
   Everything is wrapped in :where(.tw-content) so its specificity is 0-0-x and
   Tailwind utility classes ALWAYS win. Nothing here leaks outside .tw-content,
   so the global header, footer and every other template are untouched. */

/* The article wrapper itself (utilities are scoped as ".tw-single <util>", so a
   utility class on the .tw-single element wouldn't match — set its base here). */
.tw-single { background: #fff; }

/* Box + border defaults (Tailwind preflight is disabled globally; we re-add the
   bits utilities depend on, but only inside the content area). */
:where(.tw-content) *,
:where(.tw-content) *::before,
:where(.tw-content) *::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

/* Sensible defaults so hand-written HTML looks right even without utility classes,
   while still being fully overridable by any Tailwind class the editor adds. */
:where(.tw-content) {
  color: #1f2937;
  line-height: 1.7;
  word-break: break-word;
}
:where(.tw-content) h1,
:where(.tw-content) h2,
:where(.tw-content) h3,
:where(.tw-content) h4,
:where(.tw-content) h5,
:where(.tw-content) h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 1.6em 0 0.6em;
  color: #111827;
}
:where(.tw-content) h1 { font-size: 2.25rem; }
:where(.tw-content) h2 { font-size: 1.75rem; }
:where(.tw-content) h3 { font-size: 1.375rem; }
:where(.tw-content) h4 { font-size: 1.125rem; }
:where(.tw-content) p { margin: 0 0 1.15em; }
:where(.tw-content) a {
  color: #01adb9;
  text-decoration: underline;
  text-underline-offset: 2px;
}
:where(.tw-content) a:hover { color: #018a94; }
:where(.tw-content) ul,
:where(.tw-content) ol { margin: 0 0 1.15em; padding-left: 1.5em; }
:where(.tw-content) ul { list-style: disc; }
:where(.tw-content) ol { list-style: decimal; }
:where(.tw-content) li { margin: 0.35em 0; }
:where(.tw-content) img,
:where(.tw-content) svg,
:where(.tw-content) video,
:where(.tw-content) iframe { max-width: 100%; height: auto; }
:where(.tw-content) img { display: block; border-radius: 0.5rem; }
:where(.tw-content) figure { margin: 1.5em 0; }
:where(.tw-content) figcaption { font-size: 0.875rem; color: #6b7280; margin-top: 0.5em; }
:where(.tw-content) blockquote {
  margin: 1.5em 0;
  padding: 0.5em 1.25em;
  border-left: 4px solid #01adb9;
  color: #374151;
  font-style: italic;
}
:where(.tw-content) hr { margin: 2em 0; border-top: 1px solid #e5e7eb; }
:where(.tw-content) code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
  background: #f3f4f6;
  padding: 0.15em 0.35em;
  border-radius: 0.25rem;
}
:where(.tw-content) pre {
  margin: 1.5em 0;
  padding: 1em 1.25em;
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 0.5rem;
  overflow-x: auto;
}
:where(.tw-content) pre code { background: transparent; padding: 0; color: inherit; }
:where(.tw-content) table { width: 100%; border-collapse: collapse; margin: 1.5em 0; }
:where(.tw-content) th,
:where(.tw-content) td { border: 1px solid #e5e7eb; padding: 0.6em 0.8em; text-align: left; }
:where(.tw-content) th { background: #f9fafb; font-weight: 600; }
@media (min-width:640px){}@media (min-width:768px){}@media (min-width:1024px){}@media (min-width:1280px){}@media (min-width:1536px){}
.tw-single .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}.tw-single .not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.tw-single .focus-within\:sr-only:focus-within{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.tw-single .focus-within\:not-sr-only:focus-within{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.tw-single .focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.tw-single .focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.tw-single .pointer-events-none{pointer-events:none}.tw-single .pointer-events-auto{pointer-events:auto}.tw-single .visible{visibility:visible}.tw-single .invisible{visibility:hidden}.tw-single .static{position:static}.tw-single .fixed{position:fixed}.tw-single .absolute{position:absolute}.tw-single .relative{position:relative}.tw-single .sticky{position:sticky}.tw-single .inset-0{top:0;right:0;bottom:0;left:0}.tw-single .inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.tw-single .inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.tw-single .inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.tw-single .inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.tw-single .inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.tw-single .inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.tw-single .inset-auto{top:auto;right:auto;bottom:auto;left:auto}.tw-single .inset-px{top:1px;right:1px;bottom:1px;left:1px}.tw-single .-inset-0{top:0;right:0;bottom:0;left:0}.tw-single .-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.tw-single .-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.tw-single .-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.tw-single .-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.tw-single .-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.tw-single .-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.tw-single .-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.tw-single .inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.tw-single .inset-full{top:100%;right:100%;bottom:100%;left:100%}.tw-single .-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.tw-single .-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.tw-single .inset-x-0{left:0;right:0}.tw-single .inset-x-1{left:.25rem;right:.25rem}.tw-single .inset-x-2{left:.5rem;right:.5rem}.tw-single .inset-x-3{left:.75rem;right:.75rem}.tw-single .inset-x-4{left:1rem;right:1rem}.tw-single .inset-x-6{left:1.5rem;right:1.5rem}.tw-single .inset-x-8{left:2rem;right:2rem}.tw-single .inset-x-auto{left:auto;right:auto}.tw-single .inset-x-px{left:1px;right:1px}.tw-single .-inset-x-0{left:0;right:0}.tw-single .-inset-x-1{left:-.25rem;right:-.25rem}.tw-single .-inset-x-2{left:-.5rem;right:-.5rem}.tw-single .-inset-x-3{left:-.75rem;right:-.75rem}.tw-single .-inset-x-4{left:-1rem;right:-1rem}.tw-single .-inset-x-6{left:-1.5rem;right:-1.5rem}.tw-single .-inset-x-8{left:-2rem;right:-2rem}.tw-single .-inset-x-px{left:-1px;right:-1px}.tw-single .inset-x-1\/2{left:50%;right:50%}.tw-single .inset-x-full{left:100%;right:100%}.tw-single .-inset-x-1\/2{left:-50%;right:-50%}.tw-single .-inset-x-full{left:-100%;right:-100%}.tw-single .inset-y-0{top:0;bottom:0}.tw-single .inset-y-1{top:.25rem;bottom:.25rem}.tw-single .inset-y-2{top:.5rem;bottom:.5rem}.tw-single .inset-y-3{top:.75rem;bottom:.75rem}.tw-single .inset-y-4{top:1rem;bottom:1rem}.tw-single .inset-y-6{top:1.5rem;bottom:1.5rem}.tw-single .inset-y-8{top:2rem;bottom:2rem}.tw-single .inset-y-auto{top:auto;bottom:auto}.tw-single .inset-y-px{top:1px;bottom:1px}.tw-single .-inset-y-0{top:0;bottom:0}.tw-single .-inset-y-1{top:-.25rem;bottom:-.25rem}.tw-single .-inset-y-2{top:-.5rem;bottom:-.5rem}.tw-single .-inset-y-3{top:-.75rem;bottom:-.75rem}.tw-single .-inset-y-4{top:-1rem;bottom:-1rem}.tw-single .-inset-y-6{top:-1.5rem;bottom:-1.5rem}.tw-single .-inset-y-8{top:-2rem;bottom:-2rem}.tw-single .-inset-y-px{top:-1px;bottom:-1px}.tw-single .inset-y-1\/2{top:50%;bottom:50%}.tw-single .inset-y-full{top:100%;bottom:100%}.tw-single .-inset-y-1\/2{top:-50%;bottom:-50%}.tw-single .-inset-y-full{top:-100%;bottom:-100%}.tw-single .top-0{top:0}.tw-single .top-1{top:.25rem}.tw-single .top-2{top:.5rem}.tw-single .top-3{top:.75rem}.tw-single .top-4{top:1rem}.tw-single .top-6{top:1.5rem}.tw-single .top-8{top:2rem}.tw-single .top-auto{top:auto}.tw-single .top-px{top:1px}.tw-single .-top-0{top:0}.tw-single .-top-1{top:-.25rem}.tw-single .-top-2{top:-.5rem}.tw-single .-top-3{top:-.75rem}.tw-single .-top-4{top:-1rem}.tw-single .-top-6{top:-1.5rem}.tw-single .-top-8{top:-2rem}.tw-single .-top-px{top:-1px}.tw-single .top-1\/2{top:50%}.tw-single .top-full{top:100%}.tw-single .-top-1\/2{top:-50%}.tw-single .-top-full{top:-100%}.tw-single .right-0{right:0}.tw-single .right-1{right:.25rem}.tw-single .right-2{right:.5rem}.tw-single .right-3{right:.75rem}.tw-single .right-4{right:1rem}.tw-single .right-6{right:1.5rem}.tw-single .right-8{right:2rem}.tw-single .right-auto{right:auto}.tw-single .right-px{right:1px}.tw-single .-right-0{right:0}.tw-single .-right-1{right:-.25rem}.tw-single .-right-2{right:-.5rem}.tw-single .-right-3{right:-.75rem}.tw-single .-right-4{right:-1rem}.tw-single .-right-6{right:-1.5rem}.tw-single .-right-8{right:-2rem}.tw-single .-right-px{right:-1px}.tw-single .right-1\/2{right:50%}.tw-single .right-full{right:100%}.tw-single .-right-1\/2{right:-50%}.tw-single .-right-full{right:-100%}.tw-single .bottom-0{bottom:0}.tw-single .bottom-1{bottom:.25rem}.tw-single .bottom-2{bottom:.5rem}.tw-single .bottom-3{bottom:.75rem}.tw-single .bottom-4{bottom:1rem}.tw-single .bottom-6{bottom:1.5rem}.tw-single .bottom-8{bottom:2rem}.tw-single .bottom-auto{bottom:auto}.tw-single .bottom-px{bottom:1px}.tw-single .-bottom-0{bottom:0}.tw-single .-bottom-1{bottom:-.25rem}.tw-single .-bottom-2{bottom:-.5rem}.tw-single .-bottom-3{bottom:-.75rem}.tw-single .-bottom-4{bottom:-1rem}.tw-single .-bottom-6{bottom:-1.5rem}.tw-single .-bottom-8{bottom:-2rem}.tw-single .-bottom-px{bottom:-1px}.tw-single .bottom-1\/2{bottom:50%}.tw-single .bottom-full{bottom:100%}.tw-single .-bottom-1\/2{bottom:-50%}.tw-single .-bottom-full{bottom:-100%}.tw-single .left-0{left:0}.tw-single .left-1{left:.25rem}.tw-single .left-2{left:.5rem}.tw-single .left-3{left:.75rem}.tw-single .left-4{left:1rem}.tw-single .left-6{left:1.5rem}.tw-single .left-8{left:2rem}.tw-single .left-auto{left:auto}.tw-single .left-px{left:1px}.tw-single .-left-0{left:0}.tw-single .-left-1{left:-.25rem}.tw-single .-left-2{left:-.5rem}.tw-single .-left-3{left:-.75rem}.tw-single .-left-4{left:-1rem}.tw-single .-left-6{left:-1.5rem}.tw-single .-left-8{left:-2rem}.tw-single .-left-px{left:-1px}.tw-single .left-1\/2{left:50%}.tw-single .left-full{left:100%}.tw-single .-left-1\/2{left:-50%}.tw-single .-left-full{left:-100%}.tw-single .z-0{z-index:0}.tw-single .z-10{z-index:10}.tw-single .z-20{z-index:20}.tw-single .z-30{z-index:30}.tw-single .z-40{z-index:40}.tw-single .z-50{z-index:50}.tw-single .z-auto{z-index:auto}.tw-single .focus-within\:z-0:focus-within{z-index:0}.tw-single .focus-within\:z-10:focus-within{z-index:10}.tw-single .focus-within\:z-20:focus-within{z-index:20}.tw-single .focus-within\:z-30:focus-within{z-index:30}.tw-single .focus-within\:z-40:focus-within{z-index:40}.tw-single .focus-within\:z-50:focus-within{z-index:50}.tw-single .focus-within\:z-auto:focus-within{z-index:auto}.tw-single .focus\:z-0:focus{z-index:0}.tw-single .focus\:z-10:focus{z-index:10}.tw-single .focus\:z-20:focus{z-index:20}.tw-single .focus\:z-30:focus{z-index:30}.tw-single .focus\:z-40:focus{z-index:40}.tw-single .focus\:z-50:focus{z-index:50}.tw-single .focus\:z-auto:focus{z-index:auto}.tw-single .order-1{order:1}.tw-single .order-2{order:2}.tw-single .order-3{order:3}.tw-single .order-4{order:4}.tw-single .order-5{order:5}.tw-single .order-6{order:6}.tw-single .order-7{order:7}.tw-single .order-8{order:8}.tw-single .order-9{order:9}.tw-single .order-10{order:10}.tw-single .order-11{order:11}.tw-single .order-12{order:12}.tw-single .order-first{order:-9999}.tw-single .order-last{order:9999}.tw-single .order-none{order:0}.tw-single .col-auto{grid-column:auto}.tw-single .col-span-1{grid-column:span 1/span 1}.tw-single .col-span-2{grid-column:span 2/span 2}.tw-single .col-span-3{grid-column:span 3/span 3}.tw-single .col-span-4{grid-column:span 4/span 4}.tw-single .col-span-5{grid-column:span 5/span 5}.tw-single .col-span-6{grid-column:span 6/span 6}.tw-single .col-span-7{grid-column:span 7/span 7}.tw-single .col-span-8{grid-column:span 8/span 8}.tw-single .col-span-9{grid-column:span 9/span 9}.tw-single .col-span-10{grid-column:span 10/span 10}.tw-single .col-span-11{grid-column:span 11/span 11}.tw-single .col-span-12{grid-column:span 12/span 12}.tw-single .col-span-full{grid-column:1/-1}.tw-single .col-start-1{grid-column-start:1}.tw-single .col-start-2{grid-column-start:2}.tw-single .col-start-3{grid-column-start:3}.tw-single .col-start-4{grid-column-start:4}.tw-single .col-start-5{grid-column-start:5}.tw-single .col-start-6{grid-column-start:6}.tw-single .col-start-7{grid-column-start:7}.tw-single .col-start-8{grid-column-start:8}.tw-single .col-start-9{grid-column-start:9}.tw-single .col-start-10{grid-column-start:10}.tw-single .col-start-11{grid-column-start:11}.tw-single .col-start-12{grid-column-start:12}.tw-single .col-start-13{grid-column-start:13}.tw-single .col-start-auto{grid-column-start:auto}.tw-single .col-end-1{grid-column-end:1}.tw-single .col-end-2{grid-column-end:2}.tw-single .col-end-3{grid-column-end:3}.tw-single .col-end-4{grid-column-end:4}.tw-single .col-end-5{grid-column-end:5}.tw-single .col-end-6{grid-column-end:6}.tw-single .col-end-7{grid-column-end:7}.tw-single .col-end-8{grid-column-end:8}.tw-single .col-end-9{grid-column-end:9}.tw-single .col-end-10{grid-column-end:10}.tw-single .col-end-11{grid-column-end:11}.tw-single .col-end-12{grid-column-end:12}.tw-single .col-end-13{grid-column-end:13}.tw-single .col-end-auto{grid-column-end:auto}.tw-single .row-auto{grid-row:auto}.tw-single .row-span-1{grid-row:span 1/span 1}.tw-single .row-span-2{grid-row:span 2/span 2}.tw-single .row-span-3{grid-row:span 3/span 3}.tw-single .row-span-4{grid-row:span 4/span 4}.tw-single .row-span-5{grid-row:span 5/span 5}.tw-single .row-span-6{grid-row:span 6/span 6}.tw-single .row-span-full{grid-row:1/-1}.tw-single .row-start-1{grid-row-start:1}.tw-single .row-start-2{grid-row-start:2}.tw-single .row-start-3{grid-row-start:3}.tw-single .row-start-4{grid-row-start:4}.tw-single .row-start-5{grid-row-start:5}.tw-single .row-start-6{grid-row-start:6}.tw-single .row-start-7{grid-row-start:7}.tw-single .row-start-auto{grid-row-start:auto}.tw-single .row-end-1{grid-row-end:1}.tw-single .row-end-2{grid-row-end:2}.tw-single .row-end-3{grid-row-end:3}.tw-single .row-end-4{grid-row-end:4}.tw-single .row-end-5{grid-row-end:5}.tw-single .row-end-6{grid-row-end:6}.tw-single .row-end-7{grid-row-end:7}.tw-single .row-end-auto{grid-row-end:auto}.tw-single .float-right{float:right}.tw-single .float-left{float:left}.tw-single .float-none{float:none}.tw-single .clear-left{clear:left}.tw-single .clear-right{clear:right}.tw-single .clear-both{clear:both}.tw-single .clear-none{clear:none}.tw-single .m-0{margin:0}.tw-single .m-1{margin:.25rem}.tw-single .m-2{margin:.5rem}.tw-single .m-3{margin:.75rem}.tw-single .m-4{margin:1rem}.tw-single .m-5{margin:1.25rem}.tw-single .m-6{margin:1.5rem}.tw-single .m-7{margin:1.75rem}.tw-single .m-8{margin:2rem}.tw-single .m-9{margin:2.25rem}.tw-single .m-10{margin:2.5rem}.tw-single .m-11{margin:2.75rem}.tw-single .m-12{margin:3rem}.tw-single .m-14{margin:3.5rem}.tw-single .m-16{margin:4rem}.tw-single .m-20{margin:5rem}.tw-single .m-24{margin:6rem}.tw-single .m-28{margin:7rem}.tw-single .m-32{margin:8rem}.tw-single .m-36{margin:9rem}.tw-single .m-40{margin:10rem}.tw-single .m-44{margin:11rem}.tw-single .m-48{margin:12rem}.tw-single .m-52{margin:13rem}.tw-single .m-56{margin:14rem}.tw-single .m-60{margin:15rem}.tw-single .m-64{margin:16rem}.tw-single .m-72{margin:18rem}.tw-single .m-80{margin:20rem}.tw-single .m-96{margin:24rem}.tw-single .m-auto{margin:auto}.tw-single .m-px{margin:1px}.tw-single .m-0\.5{margin:.125rem}.tw-single .m-1\.5{margin:.375rem}.tw-single .m-2\.5{margin:.625rem}.tw-single .m-3\.5{margin:.875rem}.tw-single .-m-0{margin:0}.tw-single .-m-1{margin:-.25rem}.tw-single .-m-2{margin:-.5rem}.tw-single .-m-3{margin:-.75rem}.tw-single .-m-4{margin:-1rem}.tw-single .-m-5{margin:-1.25rem}.tw-single .-m-6{margin:-1.5rem}.tw-single .-m-7{margin:-1.75rem}.tw-single .-m-8{margin:-2rem}.tw-single .-m-9{margin:-2.25rem}.tw-single .-m-10{margin:-2.5rem}.tw-single .-m-11{margin:-2.75rem}.tw-single .-m-12{margin:-3rem}.tw-single .-m-14{margin:-3.5rem}.tw-single .-m-16{margin:-4rem}.tw-single .-m-20{margin:-5rem}.tw-single .-m-24{margin:-6rem}.tw-single .-m-28{margin:-7rem}.tw-single .-m-32{margin:-8rem}.tw-single .-m-36{margin:-9rem}.tw-single .-m-40{margin:-10rem}.tw-single .-m-44{margin:-11rem}.tw-single .-m-48{margin:-12rem}.tw-single .-m-52{margin:-13rem}.tw-single .-m-56{margin:-14rem}.tw-single .-m-60{margin:-15rem}.tw-single .-m-64{margin:-16rem}.tw-single .-m-72{margin:-18rem}.tw-single .-m-80{margin:-20rem}.tw-single .-m-96{margin:-24rem}.tw-single .-m-px{margin:-1px}.tw-single .-m-0\.5{margin:-.125rem}.tw-single .-m-1\.5{margin:-.375rem}.tw-single .-m-2\.5{margin:-.625rem}.tw-single .-m-3\.5{margin:-.875rem}.tw-single .mx-0{margin-left:0;margin-right:0}.tw-single .mx-1{margin-left:.25rem;margin-right:.25rem}.tw-single .mx-2{margin-left:.5rem;margin-right:.5rem}.tw-single .mx-3{margin-left:.75rem;margin-right:.75rem}.tw-single .mx-4{margin-left:1rem;margin-right:1rem}.tw-single .mx-5{margin-left:1.25rem;margin-right:1.25rem}.tw-single .mx-6{margin-left:1.5rem;margin-right:1.5rem}.tw-single .mx-7{margin-left:1.75rem;margin-right:1.75rem}.tw-single .mx-8{margin-left:2rem;margin-right:2rem}.tw-single .mx-9{margin-left:2.25rem;margin-right:2.25rem}.tw-single .mx-10{margin-left:2.5rem;margin-right:2.5rem}.tw-single .mx-11{margin-left:2.75rem;margin-right:2.75rem}.tw-single .mx-12{margin-left:3rem;margin-right:3rem}.tw-single .mx-14{margin-left:3.5rem;margin-right:3.5rem}.tw-single .mx-16{margin-left:4rem;margin-right:4rem}.tw-single .mx-20{margin-left:5rem;margin-right:5rem}.tw-single .mx-24{margin-left:6rem;margin-right:6rem}.tw-single .mx-28{margin-left:7rem;margin-right:7rem}.tw-single .mx-32{margin-left:8rem;margin-right:8rem}.tw-single .mx-36{margin-left:9rem;margin-right:9rem}.tw-single .mx-40{margin-left:10rem;margin-right:10rem}.tw-single .mx-44{margin-left:11rem;margin-right:11rem}.tw-single .mx-48{margin-left:12rem;margin-right:12rem}.tw-single .mx-52{margin-left:13rem;margin-right:13rem}.tw-single .mx-56{margin-left:14rem;margin-right:14rem}.tw-single .mx-60{margin-left:15rem;margin-right:15rem}.tw-single .mx-64{margin-left:16rem;margin-right:16rem}.tw-single .mx-72{margin-left:18rem;margin-right:18rem}.tw-single .mx-80{margin-left:20rem;margin-right:20rem}.tw-single .mx-96{margin-left:24rem;margin-right:24rem}.tw-single .mx-auto{margin-left:auto;margin-right:auto}.tw-single .mx-px{margin-left:1px;margin-right:1px}.tw-single .mx-0\.5{margin-left:.125rem;margin-right:.125rem}.tw-single .mx-1\.5{margin-left:.375rem;margin-right:.375rem}.tw-single .mx-2\.5{margin-left:.625rem;margin-right:.625rem}.tw-single .mx-3\.5{margin-left:.875rem;margin-right:.875rem}.tw-single .-mx-0{margin-left:0;margin-right:0}.tw-single .-mx-1{margin-left:-.25rem;margin-right:-.25rem}.tw-single .-mx-2{margin-left:-.5rem;margin-right:-.5rem}.tw-single .-mx-3{margin-left:-.75rem;margin-right:-.75rem}.tw-single .-mx-4{margin-left:-1rem;margin-right:-1rem}.tw-single .-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.tw-single .-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.tw-single .-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.tw-single .-mx-8{margin-left:-2rem;margin-right:-2rem}.tw-single .-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.tw-single .-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.tw-single .-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.tw-single .-mx-12{margin-left:-3rem;margin-right:-3rem}.tw-single .-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.tw-single .-mx-16{margin-left:-4rem;margin-right:-4rem}.tw-single .-mx-20{margin-left:-5rem;margin-right:-5rem}.tw-single .-mx-24{margin-left:-6rem;margin-right:-6rem}.tw-single .-mx-28{margin-left:-7rem;margin-right:-7rem}.tw-single .-mx-32{margin-left:-8rem;margin-right:-8rem}.tw-single .-mx-36{margin-left:-9rem;margin-right:-9rem}.tw-single .-mx-40{margin-left:-10rem;margin-right:-10rem}.tw-single .-mx-44{margin-left:-11rem;margin-right:-11rem}.tw-single .-mx-48{margin-left:-12rem;margin-right:-12rem}.tw-single .-mx-52{margin-left:-13rem;margin-right:-13rem}.tw-single .-mx-56{margin-left:-14rem;margin-right:-14rem}.tw-single .-mx-60{margin-left:-15rem;margin-right:-15rem}.tw-single .-mx-64{margin-left:-16rem;margin-right:-16rem}.tw-single .-mx-72{margin-left:-18rem;margin-right:-18rem}.tw-single .-mx-80{margin-left:-20rem;margin-right:-20rem}.tw-single .-mx-96{margin-left:-24rem;margin-right:-24rem}.tw-single .-mx-px{margin-left:-1px;margin-right:-1px}.tw-single .-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.tw-single .-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.tw-single .-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.tw-single .-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.tw-single .my-0{margin-top:0;margin-bottom:0}.tw-single .my-1{margin-top:.25rem;margin-bottom:.25rem}.tw-single .my-2{margin-top:.5rem;margin-bottom:.5rem}.tw-single .my-3{margin-top:.75rem;margin-bottom:.75rem}.tw-single .my-4{margin-top:1rem;margin-bottom:1rem}.tw-single .my-5{margin-top:1.25rem;margin-bottom:1.25rem}.tw-single .my-6{margin-top:1.5rem;margin-bottom:1.5rem}.tw-single .my-7{margin-top:1.75rem;margin-bottom:1.75rem}.tw-single .my-8{margin-top:2rem;margin-bottom:2rem}.tw-single .my-9{margin-top:2.25rem;margin-bottom:2.25rem}.tw-single .my-10{margin-top:2.5rem;margin-bottom:2.5rem}.tw-single .my-11{margin-top:2.75rem;margin-bottom:2.75rem}.tw-single .my-12{margin-top:3rem;margin-bottom:3rem}.tw-single .my-14{margin-top:3.5rem;margin-bottom:3.5rem}.tw-single .my-16{margin-top:4rem;margin-bottom:4rem}.tw-single .my-20{margin-top:5rem;margin-bottom:5rem}.tw-single .my-24{margin-top:6rem;margin-bottom:6rem}.tw-single .my-28{margin-top:7rem;margin-bottom:7rem}.tw-single .my-32{margin-top:8rem;margin-bottom:8rem}.tw-single .my-36{margin-top:9rem;margin-bottom:9rem}.tw-single .my-40{margin-top:10rem;margin-bottom:10rem}.tw-single .my-44{margin-top:11rem;margin-bottom:11rem}.tw-single .my-48{margin-top:12rem;margin-bottom:12rem}.tw-single .my-52{margin-top:13rem;margin-bottom:13rem}.tw-single .my-56{margin-top:14rem;margin-bottom:14rem}.tw-single .my-60{margin-top:15rem;margin-bottom:15rem}.tw-single .my-64{margin-top:16rem;margin-bottom:16rem}.tw-single .my-72{margin-top:18rem;margin-bottom:18rem}.tw-single .my-80{margin-top:20rem;margin-bottom:20rem}.tw-single .my-96{margin-top:24rem;margin-bottom:24rem}.tw-single .my-auto{margin-top:auto;margin-bottom:auto}.tw-single .my-px{margin-top:1px;margin-bottom:1px}.tw-single .my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.tw-single .my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.tw-single .my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.tw-single .my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.tw-single .-my-0{margin-top:0;margin-bottom:0}.tw-single .-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.tw-single .-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.tw-single .-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.tw-single .-my-4{margin-top:-1rem;margin-bottom:-1rem}.tw-single .-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.tw-single .-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.tw-single .-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.tw-single .-my-8{margin-top:-2rem;margin-bottom:-2rem}.tw-single .-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.tw-single .-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.tw-single .-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.tw-single .-my-12{margin-top:-3rem;margin-bottom:-3rem}.tw-single .-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.tw-single .-my-16{margin-top:-4rem;margin-bottom:-4rem}.tw-single .-my-20{margin-top:-5rem;margin-bottom:-5rem}.tw-single .-my-24{margin-top:-6rem;margin-bottom:-6rem}.tw-single .-my-28{margin-top:-7rem;margin-bottom:-7rem}.tw-single .-my-32{margin-top:-8rem;margin-bottom:-8rem}.tw-single .-my-36{margin-top:-9rem;margin-bottom:-9rem}.tw-single .-my-40{margin-top:-10rem;margin-bottom:-10rem}.tw-single .-my-44{margin-top:-11rem;margin-bottom:-11rem}.tw-single .-my-48{margin-top:-12rem;margin-bottom:-12rem}.tw-single .-my-52{margin-top:-13rem;margin-bottom:-13rem}.tw-single .-my-56{margin-top:-14rem;margin-bottom:-14rem}.tw-single .-my-60{margin-top:-15rem;margin-bottom:-15rem}.tw-single .-my-64{margin-top:-16rem;margin-bottom:-16rem}.tw-single .-my-72{margin-top:-18rem;margin-bottom:-18rem}.tw-single .-my-80{margin-top:-20rem;margin-bottom:-20rem}.tw-single .-my-96{margin-top:-24rem;margin-bottom:-24rem}.tw-single .-my-px{margin-top:-1px;margin-bottom:-1px}.tw-single .-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.tw-single .-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.tw-single .-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.tw-single .-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.tw-single .mt-0{margin-top:0}.tw-single .mt-1{margin-top:.25rem}.tw-single .mt-2{margin-top:.5rem}.tw-single .mt-3{margin-top:.75rem}.tw-single .mt-4{margin-top:1rem}.tw-single .mt-5{margin-top:1.25rem}.tw-single .mt-6{margin-top:1.5rem}.tw-single .mt-7{margin-top:1.75rem}.tw-single .mt-8{margin-top:2rem}.tw-single .mt-9{margin-top:2.25rem}.tw-single .mt-10{margin-top:2.5rem}.tw-single .mt-11{margin-top:2.75rem}.tw-single .mt-12{margin-top:3rem}.tw-single .mt-14{margin-top:3.5rem}.tw-single .mt-16{margin-top:4rem}.tw-single .mt-20{margin-top:5rem}.tw-single .mt-24{margin-top:6rem}.tw-single .mt-28{margin-top:7rem}.tw-single .mt-32{margin-top:8rem}.tw-single .mt-36{margin-top:9rem}.tw-single .mt-40{margin-top:10rem}.tw-single .mt-44{margin-top:11rem}.tw-single .mt-48{margin-top:12rem}.tw-single .mt-52{margin-top:13rem}.tw-single .mt-56{margin-top:14rem}.tw-single .mt-60{margin-top:15rem}.tw-single .mt-64{margin-top:16rem}.tw-single .mt-72{margin-top:18rem}.tw-single .mt-80{margin-top:20rem}.tw-single .mt-96{margin-top:24rem}.tw-single .mt-auto{margin-top:auto}.tw-single .mt-px{margin-top:1px}.tw-single .mt-0\.5{margin-top:.125rem}.tw-single .mt-1\.5{margin-top:.375rem}.tw-single .mt-2\.5{margin-top:.625rem}.tw-single .mt-3\.5{margin-top:.875rem}.tw-single .-mt-0{margin-top:0}.tw-single .-mt-1{margin-top:-.25rem}.tw-single .-mt-2{margin-top:-.5rem}.tw-single .-mt-3{margin-top:-.75rem}.tw-single .-mt-4{margin-top:-1rem}.tw-single .-mt-5{margin-top:-1.25rem}.tw-single .-mt-6{margin-top:-1.5rem}.tw-single .-mt-7{margin-top:-1.75rem}.tw-single .-mt-8{margin-top:-2rem}.tw-single .-mt-9{margin-top:-2.25rem}.tw-single .-mt-10{margin-top:-2.5rem}.tw-single .-mt-11{margin-top:-2.75rem}.tw-single .-mt-12{margin-top:-3rem}.tw-single .-mt-14{margin-top:-3.5rem}.tw-single .-mt-16{margin-top:-4rem}.tw-single .-mt-20{margin-top:-5rem}.tw-single .-mt-24{margin-top:-6rem}.tw-single .-mt-28{margin-top:-7rem}.tw-single .-mt-32{margin-top:-8rem}.tw-single .-mt-36{margin-top:-9rem}.tw-single .-mt-40{margin-top:-10rem}.tw-single .-mt-44{margin-top:-11rem}.tw-single .-mt-48{margin-top:-12rem}.tw-single .-mt-52{margin-top:-13rem}.tw-single .-mt-56{margin-top:-14rem}.tw-single .-mt-60{margin-top:-15rem}.tw-single .-mt-64{margin-top:-16rem}.tw-single .-mt-72{margin-top:-18rem}.tw-single .-mt-80{margin-top:-20rem}.tw-single .-mt-96{margin-top:-24rem}.tw-single .-mt-px{margin-top:-1px}.tw-single .-mt-0\.5{margin-top:-.125rem}.tw-single .-mt-1\.5{margin-top:-.375rem}.tw-single .-mt-2\.5{margin-top:-.625rem}.tw-single .-mt-3\.5{margin-top:-.875rem}.tw-single .mr-0{margin-right:0}.tw-single .mr-1{margin-right:.25rem}.tw-single .mr-2{margin-right:.5rem}.tw-single .mr-3{margin-right:.75rem}.tw-single .mr-4{margin-right:1rem}.tw-single .mr-5{margin-right:1.25rem}.tw-single .mr-6{margin-right:1.5rem}.tw-single .mr-7{margin-right:1.75rem}.tw-single .mr-8{margin-right:2rem}.tw-single .mr-9{margin-right:2.25rem}.tw-single .mr-10{margin-right:2.5rem}.tw-single .mr-11{margin-right:2.75rem}.tw-single .mr-12{margin-right:3rem}.tw-single .mr-14{margin-right:3.5rem}.tw-single .mr-16{margin-right:4rem}.tw-single .mr-20{margin-right:5rem}.tw-single .mr-24{margin-right:6rem}.tw-single .mr-28{margin-right:7rem}.tw-single .mr-32{margin-right:8rem}.tw-single .mr-36{margin-right:9rem}.tw-single .mr-40{margin-right:10rem}.tw-single .mr-44{margin-right:11rem}.tw-single .mr-48{margin-right:12rem}.tw-single .mr-52{margin-right:13rem}.tw-single .mr-56{margin-right:14rem}.tw-single .mr-60{margin-right:15rem}.tw-single .mr-64{margin-right:16rem}.tw-single .mr-72{margin-right:18rem}.tw-single .mr-80{margin-right:20rem}.tw-single .mr-96{margin-right:24rem}.tw-single .mr-auto{margin-right:auto}.tw-single .mr-px{margin-right:1px}.tw-single .mr-0\.5{margin-right:.125rem}.tw-single .mr-1\.5{margin-right:.375rem}.tw-single .mr-2\.5{margin-right:.625rem}.tw-single .mr-3\.5{margin-right:.875rem}.tw-single .-mr-0{margin-right:0}.tw-single .-mr-1{margin-right:-.25rem}.tw-single .-mr-2{margin-right:-.5rem}.tw-single .-mr-3{margin-right:-.75rem}.tw-single .-mr-4{margin-right:-1rem}.tw-single .-mr-5{margin-right:-1.25rem}.tw-single .-mr-6{margin-right:-1.5rem}.tw-single .-mr-7{margin-right:-1.75rem}.tw-single .-mr-8{margin-right:-2rem}.tw-single .-mr-9{margin-right:-2.25rem}.tw-single .-mr-10{margin-right:-2.5rem}.tw-single .-mr-11{margin-right:-2.75rem}.tw-single .-mr-12{margin-right:-3rem}.tw-single .-mr-14{margin-right:-3.5rem}.tw-single .-mr-16{margin-right:-4rem}.tw-single .-mr-20{margin-right:-5rem}.tw-single .-mr-24{margin-right:-6rem}.tw-single .-mr-28{margin-right:-7rem}.tw-single .-mr-32{margin-right:-8rem}.tw-single .-mr-36{margin-right:-9rem}.tw-single .-mr-40{margin-right:-10rem}.tw-single .-mr-44{margin-right:-11rem}.tw-single .-mr-48{margin-right:-12rem}.tw-single .-mr-52{margin-right:-13rem}.tw-single .-mr-56{margin-right:-14rem}.tw-single .-mr-60{margin-right:-15rem}.tw-single .-mr-64{margin-right:-16rem}.tw-single .-mr-72{margin-right:-18rem}.tw-single .-mr-80{margin-right:-20rem}.tw-single .-mr-96{margin-right:-24rem}.tw-single .-mr-px{margin-right:-1px}.tw-single .-mr-0\.5{margin-right:-.125rem}.tw-single .-mr-1\.5{margin-right:-.375rem}.tw-single .-mr-2\.5{margin-right:-.625rem}.tw-single .-mr-3\.5{margin-right:-.875rem}.tw-single .mb-0{margin-bottom:0}.tw-single .mb-1{margin-bottom:.25rem}.tw-single .mb-2{margin-bottom:.5rem}.tw-single .mb-3{margin-bottom:.75rem}.tw-single .mb-4{margin-bottom:1rem}.tw-single .mb-5{margin-bottom:1.25rem}.tw-single .mb-6{margin-bottom:1.5rem}.tw-single .mb-7{margin-bottom:1.75rem}.tw-single .mb-8{margin-bottom:2rem}.tw-single .mb-9{margin-bottom:2.25rem}.tw-single .mb-10{margin-bottom:2.5rem}.tw-single .mb-11{margin-bottom:2.75rem}.tw-single .mb-12{margin-bottom:3rem}.tw-single .mb-14{margin-bottom:3.5rem}.tw-single .mb-16{margin-bottom:4rem}.tw-single .mb-20{margin-bottom:5rem}.tw-single .mb-24{margin-bottom:6rem}.tw-single .mb-28{margin-bottom:7rem}.tw-single .mb-32{margin-bottom:8rem}.tw-single .mb-36{margin-bottom:9rem}.tw-single .mb-40{margin-bottom:10rem}.tw-single .mb-44{margin-bottom:11rem}.tw-single .mb-48{margin-bottom:12rem}.tw-single .mb-52{margin-bottom:13rem}.tw-single .mb-56{margin-bottom:14rem}.tw-single .mb-60{margin-bottom:15rem}.tw-single .mb-64{margin-bottom:16rem}.tw-single .mb-72{margin-bottom:18rem}.tw-single .mb-80{margin-bottom:20rem}.tw-single .mb-96{margin-bottom:24rem}.tw-single .mb-auto{margin-bottom:auto}.tw-single .mb-px{margin-bottom:1px}.tw-single .mb-0\.5{margin-bottom:.125rem}.tw-single .mb-1\.5{margin-bottom:.375rem}.tw-single .mb-2\.5{margin-bottom:.625rem}.tw-single .mb-3\.5{margin-bottom:.875rem}.tw-single .-mb-0{margin-bottom:0}.tw-single .-mb-1{margin-bottom:-.25rem}.tw-single .-mb-2{margin-bottom:-.5rem}.tw-single .-mb-3{margin-bottom:-.75rem}.tw-single .-mb-4{margin-bottom:-1rem}.tw-single .-mb-5{margin-bottom:-1.25rem}.tw-single .-mb-6{margin-bottom:-1.5rem}.tw-single .-mb-7{margin-bottom:-1.75rem}.tw-single .-mb-8{margin-bottom:-2rem}.tw-single .-mb-9{margin-bottom:-2.25rem}.tw-single .-mb-10{margin-bottom:-2.5rem}.tw-single .-mb-11{margin-bottom:-2.75rem}.tw-single .-mb-12{margin-bottom:-3rem}.tw-single .-mb-14{margin-bottom:-3.5rem}.tw-single .-mb-16{margin-bottom:-4rem}.tw-single .-mb-20{margin-bottom:-5rem}.tw-single .-mb-24{margin-bottom:-6rem}.tw-single .-mb-28{margin-bottom:-7rem}.tw-single .-mb-32{margin-bottom:-8rem}.tw-single .-mb-36{margin-bottom:-9rem}.tw-single .-mb-40{margin-bottom:-10rem}.tw-single .-mb-44{margin-bottom:-11rem}.tw-single .-mb-48{margin-bottom:-12rem}.tw-single .-mb-52{margin-bottom:-13rem}.tw-single .-mb-56{margin-bottom:-14rem}.tw-single .-mb-60{margin-bottom:-15rem}.tw-single .-mb-64{margin-bottom:-16rem}.tw-single .-mb-72{margin-bottom:-18rem}.tw-single .-mb-80{margin-bottom:-20rem}.tw-single .-mb-96{margin-bottom:-24rem}.tw-single .-mb-px{margin-bottom:-1px}.tw-single .-mb-0\.5{margin-bottom:-.125rem}.tw-single .-mb-1\.5{margin-bottom:-.375rem}.tw-single .-mb-2\.5{margin-bottom:-.625rem}.tw-single .-mb-3\.5{margin-bottom:-.875rem}.tw-single .ml-0{margin-left:0}.tw-single .ml-1{margin-left:.25rem}.tw-single .ml-2{margin-left:.5rem}.tw-single .ml-3{margin-left:.75rem}.tw-single .ml-4{margin-left:1rem}.tw-single .ml-5{margin-left:1.25rem}.tw-single .ml-6{margin-left:1.5rem}.tw-single .ml-7{margin-left:1.75rem}.tw-single .ml-8{margin-left:2rem}.tw-single .ml-9{margin-left:2.25rem}.tw-single .ml-10{margin-left:2.5rem}.tw-single .ml-11{margin-left:2.75rem}.tw-single .ml-12{margin-left:3rem}.tw-single .ml-14{margin-left:3.5rem}.tw-single .ml-16{margin-left:4rem}.tw-single .ml-20{margin-left:5rem}.tw-single .ml-24{margin-left:6rem}.tw-single .ml-28{margin-left:7rem}.tw-single .ml-32{margin-left:8rem}.tw-single .ml-36{margin-left:9rem}.tw-single .ml-40{margin-left:10rem}.tw-single .ml-44{margin-left:11rem}.tw-single .ml-48{margin-left:12rem}.tw-single .ml-52{margin-left:13rem}.tw-single .ml-56{margin-left:14rem}.tw-single .ml-60{margin-left:15rem}.tw-single .ml-64{margin-left:16rem}.tw-single .ml-72{margin-left:18rem}.tw-single .ml-80{margin-left:20rem}.tw-single .ml-96{margin-left:24rem}.tw-single .ml-auto{margin-left:auto}.tw-single .ml-px{margin-left:1px}.tw-single .ml-0\.5{margin-left:.125rem}.tw-single .ml-1\.5{margin-left:.375rem}.tw-single .ml-2\.5{margin-left:.625rem}.tw-single .ml-3\.5{margin-left:.875rem}.tw-single .-ml-0{margin-left:0}.tw-single .-ml-1{margin-left:-.25rem}.tw-single .-ml-2{margin-left:-.5rem}.tw-single .-ml-3{margin-left:-.75rem}.tw-single .-ml-4{margin-left:-1rem}.tw-single .-ml-5{margin-left:-1.25rem}.tw-single .-ml-6{margin-left:-1.5rem}.tw-single .-ml-7{margin-left:-1.75rem}.tw-single .-ml-8{margin-left:-2rem}.tw-single .-ml-9{margin-left:-2.25rem}.tw-single .-ml-10{margin-left:-2.5rem}.tw-single .-ml-11{margin-left:-2.75rem}.tw-single .-ml-12{margin-left:-3rem}.tw-single .-ml-14{margin-left:-3.5rem}.tw-single .-ml-16{margin-left:-4rem}.tw-single .-ml-20{margin-left:-5rem}.tw-single .-ml-24{margin-left:-6rem}.tw-single .-ml-28{margin-left:-7rem}.tw-single .-ml-32{margin-left:-8rem}.tw-single .-ml-36{margin-left:-9rem}.tw-single .-ml-40{margin-left:-10rem}.tw-single .-ml-44{margin-left:-11rem}.tw-single .-ml-48{margin-left:-12rem}.tw-single .-ml-52{margin-left:-13rem}.tw-single .-ml-56{margin-left:-14rem}.tw-single .-ml-60{margin-left:-15rem}.tw-single .-ml-64{margin-left:-16rem}.tw-single .-ml-72{margin-left:-18rem}.tw-single .-ml-80{margin-left:-20rem}.tw-single .-ml-96{margin-left:-24rem}.tw-single .-ml-px{margin-left:-1px}.tw-single .-ml-0\.5{margin-left:-.125rem}.tw-single .-ml-1\.5{margin-left:-.375rem}.tw-single .-ml-2\.5{margin-left:-.625rem}.tw-single .-ml-3\.5{margin-left:-.875rem}.tw-single .block{display:block}.tw-single .inline-block{display:inline-block}.tw-single .inline{display:inline}.tw-single .flex{display:flex}.tw-single .inline-flex{display:inline-flex}.tw-single .table{display:table}.tw-single .table-caption{display:table-caption}.tw-single .table-cell{display:table-cell}.tw-single .table-column{display:table-column}.tw-single .table-row{display:table-row}.tw-single .flow-root{display:flow-root}.tw-single .grid{display:grid}.tw-single .inline-grid{display:inline-grid}.tw-single .contents{display:contents}.tw-single .list-item{display:list-item}.tw-single .hidden{display:none}.tw-single .h-0{height:0}.tw-single .h-1{height:.25rem}.tw-single .h-2{height:.5rem}.tw-single .h-3{height:.75rem}.tw-single .h-4{height:1rem}.tw-single .h-5{height:1.25rem}.tw-single .h-6{height:1.5rem}.tw-single .h-7{height:1.75rem}.tw-single .h-8{height:2rem}.tw-single .h-9{height:2.25rem}.tw-single .h-10{height:2.5rem}.tw-single .h-11{height:2.75rem}.tw-single .h-12{height:3rem}.tw-single .h-14{height:3.5rem}.tw-single .h-16{height:4rem}.tw-single .h-20{height:5rem}.tw-single .h-24{height:6rem}.tw-single .h-28{height:7rem}.tw-single .h-32{height:8rem}.tw-single .h-36{height:9rem}.tw-single .h-40{height:10rem}.tw-single .h-44{height:11rem}.tw-single .h-48{height:12rem}.tw-single .h-52{height:13rem}.tw-single .h-56{height:14rem}.tw-single .h-60{height:15rem}.tw-single .h-64{height:16rem}.tw-single .h-72{height:18rem}.tw-single .h-80{height:20rem}.tw-single .h-96{height:24rem}.tw-single .h-auto{height:auto}.tw-single .h-px{height:1px}.tw-single .h-0\.5{height:.125rem}.tw-single .h-1\.5{height:.375rem}.tw-single .h-2\.5{height:.625rem}.tw-single .h-3\.5{height:.875rem}.tw-single .h-1\/2{height:50%}.tw-single .h-1\/3{height:33.333333%}.tw-single .h-2\/3{height:66.666667%}.tw-single .h-1\/4{height:25%}.tw-single .h-2\/4{height:50%}.tw-single .h-3\/4{height:75%}.tw-single .h-1\/5{height:20%}.tw-single .h-2\/5{height:40%}.tw-single .h-3\/5{height:60%}.tw-single .h-4\/5{height:80%}.tw-single .h-1\/6{height:16.666667%}.tw-single .h-2\/6{height:33.333333%}.tw-single .h-3\/6{height:50%}.tw-single .h-4\/6{height:66.666667%}.tw-single .h-5\/6{height:83.333333%}.tw-single .h-full{height:100%}.tw-single .h-screen{height:100vh}.tw-single .max-h-0{max-height:0}.tw-single .max-h-1{max-height:.25rem}.tw-single .max-h-2{max-height:.5rem}.tw-single .max-h-3{max-height:.75rem}.tw-single .max-h-4{max-height:1rem}.tw-single .max-h-5{max-height:1.25rem}.tw-single .max-h-6{max-height:1.5rem}.tw-single .max-h-7{max-height:1.75rem}.tw-single .max-h-8{max-height:2rem}.tw-single .max-h-9{max-height:2.25rem}.tw-single .max-h-10{max-height:2.5rem}.tw-single .max-h-11{max-height:2.75rem}.tw-single .max-h-12{max-height:3rem}.tw-single .max-h-14{max-height:3.5rem}.tw-single .max-h-16{max-height:4rem}.tw-single .max-h-20{max-height:5rem}.tw-single .max-h-24{max-height:6rem}.tw-single .max-h-28{max-height:7rem}.tw-single .max-h-32{max-height:8rem}.tw-single .max-h-36{max-height:9rem}.tw-single .max-h-40{max-height:10rem}.tw-single .max-h-44{max-height:11rem}.tw-single .max-h-48{max-height:12rem}.tw-single .max-h-52{max-height:13rem}.tw-single .max-h-56{max-height:14rem}.tw-single .max-h-60{max-height:15rem}.tw-single .max-h-64{max-height:16rem}.tw-single .max-h-72{max-height:18rem}.tw-single .max-h-80{max-height:20rem}.tw-single .max-h-96{max-height:24rem}.tw-single .max-h-px{max-height:1px}.tw-single .max-h-full{max-height:100%}.tw-single .max-h-screen{max-height:100vh}.tw-single .min-h-0{min-height:0}.tw-single .min-h-full{min-height:100%}.tw-single .min-h-screen{min-height:100vh}.tw-single .w-0{width:0}.tw-single .w-1{width:.25rem}.tw-single .w-2{width:.5rem}.tw-single .w-3{width:.75rem}.tw-single .w-4{width:1rem}.tw-single .w-5{width:1.25rem}.tw-single .w-6{width:1.5rem}.tw-single .w-7{width:1.75rem}.tw-single .w-8{width:2rem}.tw-single .w-9{width:2.25rem}.tw-single .w-10{width:2.5rem}.tw-single .w-11{width:2.75rem}.tw-single .w-12{width:3rem}.tw-single .w-14{width:3.5rem}.tw-single .w-16{width:4rem}.tw-single .w-20{width:5rem}.tw-single .w-24{width:6rem}.tw-single .w-28{width:7rem}.tw-single .w-32{width:8rem}.tw-single .w-36{width:9rem}.tw-single .w-40{width:10rem}.tw-single .w-44{width:11rem}.tw-single .w-48{width:12rem}.tw-single .w-52{width:13rem}.tw-single .w-56{width:14rem}.tw-single .w-60{width:15rem}.tw-single .w-64{width:16rem}.tw-single .w-72{width:18rem}.tw-single .w-80{width:20rem}.tw-single .w-96{width:24rem}.tw-single .w-auto{width:auto}.tw-single .w-px{width:1px}.tw-single .w-0\.5{width:.125rem}.tw-single .w-1\.5{width:.375rem}.tw-single .w-2\.5{width:.625rem}.tw-single .w-3\.5{width:.875rem}.tw-single .w-1\/2{width:50%}.tw-single .w-1\/3{width:33.333333%}.tw-single .w-2\/3{width:66.666667%}.tw-single .w-1\/4{width:25%}.tw-single .w-2\/4{width:50%}.tw-single .w-3\/4{width:75%}.tw-single .w-1\/5{width:20%}.tw-single .w-2\/5{width:40%}.tw-single .w-3\/5{width:60%}.tw-single .w-4\/5{width:80%}.tw-single .w-1\/6{width:16.666667%}.tw-single .w-2\/6{width:33.333333%}.tw-single .w-3\/6{width:50%}.tw-single .w-4\/6{width:66.666667%}.tw-single .w-5\/6{width:83.333333%}.tw-single .w-1\/12{width:8.333333%}.tw-single .w-2\/12{width:16.666667%}.tw-single .w-3\/12{width:25%}.tw-single .w-4\/12{width:33.333333%}.tw-single .w-5\/12{width:41.666667%}.tw-single .w-6\/12{width:50%}.tw-single .w-7\/12{width:58.333333%}.tw-single .w-8\/12{width:66.666667%}.tw-single .w-9\/12{width:75%}.tw-single .w-10\/12{width:83.333333%}.tw-single .w-11\/12{width:91.666667%}.tw-single .w-full{width:100%}.tw-single .w-screen{width:100vw}.tw-single .w-min{width:min-content}.tw-single .w-max{width:max-content}.tw-single .min-w-0{min-width:0}.tw-single .min-w-full{min-width:100%}.tw-single .min-w-min{min-width:min-content}.tw-single .min-w-max{min-width:max-content}.tw-single .max-w-0{max-width:0}.tw-single .max-w-none{max-width:none}.tw-single .max-w-xs{max-width:20rem}.tw-single .max-w-sm{max-width:24rem}.tw-single .max-w-md{max-width:28rem}.tw-single .max-w-lg{max-width:32rem}.tw-single .max-w-xl{max-width:36rem}.tw-single .max-w-2xl{max-width:42rem}.tw-single .max-w-3xl{max-width:48rem}.tw-single .max-w-4xl{max-width:56rem}.tw-single .max-w-5xl{max-width:64rem}.tw-single .max-w-6xl{max-width:72rem}.tw-single .max-w-7xl{max-width:80rem}.tw-single .max-w-full{max-width:100%}.tw-single .max-w-min{max-width:min-content}.tw-single .max-w-max{max-width:max-content}.tw-single .max-w-prose{max-width:65ch}.tw-single .max-w-screen-sm{max-width:640px}.tw-single .max-w-screen-md{max-width:768px}.tw-single .max-w-screen-lg{max-width:1024px}.tw-single .max-w-screen-xl{max-width:1280px}.tw-single .max-w-screen-2xl{max-width:1536px}.tw-single .flex-1{flex:1 1 0%}.tw-single .flex-auto{flex:1 1 auto}.tw-single .flex-initial{flex:0 1 auto}.tw-single .flex-none{flex:none}.tw-single .flex-shrink-0{flex-shrink:0}.tw-single .flex-shrink{flex-shrink:1}.tw-single .flex-grow-0{flex-grow:0}.tw-single .flex-grow{flex-grow:1}.tw-single .table-auto{table-layout:auto}.tw-single .table-fixed{table-layout:fixed}.tw-single .border-collapse{border-collapse:collapse}.tw-single .border-separate{border-collapse:separate}.tw-single .origin-center{transform-origin:center}.tw-single .origin-top{transform-origin:top}.tw-single .origin-top-right{transform-origin:top right}.tw-single .origin-right{transform-origin:right}.tw-single .origin-bottom-right{transform-origin:bottom right}.tw-single .origin-bottom{transform-origin:bottom}.tw-single .origin-bottom-left{transform-origin:bottom left}.tw-single .origin-left{transform-origin:left}.tw-single .origin-top-left{transform-origin:top left}.tw-single .transform{--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;transform:translateX(var(--tw-translate-x)) translateY(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))}.tw-single .transform-gpu{--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;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-single .transform-none{transform:none}.tw-single .translate-x-0{--tw-translate-x:0px}.tw-single .translate-x-1{--tw-translate-x:0.25rem}.tw-single .translate-x-2{--tw-translate-x:0.5rem}.tw-single .translate-x-3{--tw-translate-x:0.75rem}.tw-single .translate-x-4{--tw-translate-x:1rem}.tw-single .translate-x-6{--tw-translate-x:1.5rem}.tw-single .translate-x-8{--tw-translate-x:2rem}.tw-single .translate-x-12{--tw-translate-x:3rem}.tw-single .translate-x-16{--tw-translate-x:4rem}.tw-single .translate-x-20{--tw-translate-x:5rem}.tw-single .translate-x-24{--tw-translate-x:6rem}.tw-single .translate-x-px{--tw-translate-x:1px}.tw-single .-translate-x-0{--tw-translate-x:0px}.tw-single .-translate-x-1{--tw-translate-x:-0.25rem}.tw-single .-translate-x-2{--tw-translate-x:-0.5rem}.tw-single .-translate-x-3{--tw-translate-x:-0.75rem}.tw-single .-translate-x-4{--tw-translate-x:-1rem}.tw-single .-translate-x-6{--tw-translate-x:-1.5rem}.tw-single .-translate-x-8{--tw-translate-x:-2rem}.tw-single .-translate-x-12{--tw-translate-x:-3rem}.tw-single .-translate-x-16{--tw-translate-x:-4rem}.tw-single .-translate-x-20{--tw-translate-x:-5rem}.tw-single .-translate-x-24{--tw-translate-x:-6rem}.tw-single .-translate-x-px{--tw-translate-x:-1px}.tw-single .translate-x-1\/2{--tw-translate-x:50%}.tw-single .translate-x-1\/3{--tw-translate-x:33.333333%}.tw-single .translate-x-2\/3{--tw-translate-x:66.666667%}.tw-single .translate-x-1\/4{--tw-translate-x:25%}.tw-single .translate-x-3\/4{--tw-translate-x:75%}.tw-single .translate-x-full{--tw-translate-x:100%}.tw-single .-translate-x-1\/2{--tw-translate-x:-50%}.tw-single .-translate-x-1\/3{--tw-translate-x:-33.333333%}.tw-single .-translate-x-2\/3{--tw-translate-x:-66.666667%}.tw-single .-translate-x-1\/4{--tw-translate-x:-25%}.tw-single .-translate-x-3\/4{--tw-translate-x:-75%}.tw-single .-translate-x-full{--tw-translate-x:-100%}.tw-single .translate-y-0{--tw-translate-y:0px}.tw-single .translate-y-1{--tw-translate-y:0.25rem}.tw-single .translate-y-2{--tw-translate-y:0.5rem}.tw-single .translate-y-3{--tw-translate-y:0.75rem}.tw-single .translate-y-4{--tw-translate-y:1rem}.tw-single .translate-y-6{--tw-translate-y:1.5rem}.tw-single .translate-y-8{--tw-translate-y:2rem}.tw-single .translate-y-12{--tw-translate-y:3rem}.tw-single .translate-y-16{--tw-translate-y:4rem}.tw-single .translate-y-20{--tw-translate-y:5rem}.tw-single .translate-y-24{--tw-translate-y:6rem}.tw-single .translate-y-px{--tw-translate-y:1px}.tw-single .-translate-y-0{--tw-translate-y:0px}.tw-single .-translate-y-1{--tw-translate-y:-0.25rem}.tw-single .-translate-y-2{--tw-translate-y:-0.5rem}.tw-single .-translate-y-3{--tw-translate-y:-0.75rem}.tw-single .-translate-y-4{--tw-translate-y:-1rem}.tw-single .-translate-y-6{--tw-translate-y:-1.5rem}.tw-single .-translate-y-8{--tw-translate-y:-2rem}.tw-single .-translate-y-12{--tw-translate-y:-3rem}.tw-single .-translate-y-16{--tw-translate-y:-4rem}.tw-single .-translate-y-20{--tw-translate-y:-5rem}.tw-single .-translate-y-24{--tw-translate-y:-6rem}.tw-single .-translate-y-px{--tw-translate-y:-1px}.tw-single .translate-y-1\/2{--tw-translate-y:50%}.tw-single .translate-y-1\/3{--tw-translate-y:33.333333%}.tw-single .translate-y-2\/3{--tw-translate-y:66.666667%}.tw-single .translate-y-1\/4{--tw-translate-y:25%}.tw-single .translate-y-3\/4{--tw-translate-y:75%}.tw-single .translate-y-full{--tw-translate-y:100%}.tw-single .-translate-y-1\/2{--tw-translate-y:-50%}.tw-single .-translate-y-1\/3{--tw-translate-y:-33.333333%}.tw-single .-translate-y-2\/3{--tw-translate-y:-66.666667%}.tw-single .-translate-y-1\/4{--tw-translate-y:-25%}.tw-single .-translate-y-3\/4{--tw-translate-y:-75%}.tw-single .-translate-y-full{--tw-translate-y:-100%}.tw-single .hover\:translate-x-0:hover{--tw-translate-x:0px}.tw-single .hover\:translate-x-1:hover{--tw-translate-x:0.25rem}.tw-single .hover\:translate-x-2:hover{--tw-translate-x:0.5rem}.tw-single .hover\:translate-x-3:hover{--tw-translate-x:0.75rem}.tw-single .hover\:translate-x-4:hover{--tw-translate-x:1rem}.tw-single .hover\:translate-x-6:hover{--tw-translate-x:1.5rem}.tw-single .hover\:translate-x-8:hover{--tw-translate-x:2rem}.tw-single .hover\:translate-x-12:hover{--tw-translate-x:3rem}.tw-single .hover\:translate-x-16:hover{--tw-translate-x:4rem}.tw-single .hover\:translate-x-20:hover{--tw-translate-x:5rem}.tw-single .hover\:translate-x-24:hover{--tw-translate-x:6rem}.tw-single .hover\:translate-x-px:hover{--tw-translate-x:1px}.tw-single .hover\:-translate-x-0:hover{--tw-translate-x:0px}.tw-single .hover\:-translate-x-1:hover{--tw-translate-x:-0.25rem}.tw-single .hover\:-translate-x-2:hover{--tw-translate-x:-0.5rem}.tw-single .hover\:-translate-x-3:hover{--tw-translate-x:-0.75rem}.tw-single .hover\:-translate-x-4:hover{--tw-translate-x:-1rem}.tw-single .hover\:-translate-x-6:hover{--tw-translate-x:-1.5rem}.tw-single .hover\:-translate-x-8:hover{--tw-translate-x:-2rem}.tw-single .hover\:-translate-x-12:hover{--tw-translate-x:-3rem}.tw-single .hover\:-translate-x-16:hover{--tw-translate-x:-4rem}.tw-single .hover\:-translate-x-20:hover{--tw-translate-x:-5rem}.tw-single .hover\:-translate-x-24:hover{--tw-translate-x:-6rem}.tw-single .hover\:-translate-x-px:hover{--tw-translate-x:-1px}.tw-single .hover\:translate-x-1\/2:hover{--tw-translate-x:50%}.tw-single .hover\:translate-x-1\/3:hover{--tw-translate-x:33.333333%}.tw-single .hover\:translate-x-2\/3:hover{--tw-translate-x:66.666667%}.tw-single .hover\:translate-x-1\/4:hover{--tw-translate-x:25%}.tw-single .hover\:translate-x-3\/4:hover{--tw-translate-x:75%}.tw-single .hover\:translate-x-full:hover{--tw-translate-x:100%}.tw-single .hover\:-translate-x-1\/2:hover{--tw-translate-x:-50%}.tw-single .hover\:-translate-x-1\/3:hover{--tw-translate-x:-33.333333%}.tw-single .hover\:-translate-x-2\/3:hover{--tw-translate-x:-66.666667%}.tw-single .hover\:-translate-x-1\/4:hover{--tw-translate-x:-25%}.tw-single .hover\:-translate-x-3\/4:hover{--tw-translate-x:-75%}.tw-single .hover\:-translate-x-full:hover{--tw-translate-x:-100%}.tw-single .hover\:translate-y-0:hover{--tw-translate-y:0px}.tw-single .hover\:translate-y-1:hover{--tw-translate-y:0.25rem}.tw-single .hover\:translate-y-2:hover{--tw-translate-y:0.5rem}.tw-single .hover\:translate-y-3:hover{--tw-translate-y:0.75rem}.tw-single .hover\:translate-y-4:hover{--tw-translate-y:1rem}.tw-single .hover\:translate-y-6:hover{--tw-translate-y:1.5rem}.tw-single .hover\:translate-y-8:hover{--tw-translate-y:2rem}.tw-single .hover\:translate-y-12:hover{--tw-translate-y:3rem}.tw-single .hover\:translate-y-16:hover{--tw-translate-y:4rem}.tw-single .hover\:translate-y-20:hover{--tw-translate-y:5rem}.tw-single .hover\:translate-y-24:hover{--tw-translate-y:6rem}.tw-single .hover\:translate-y-px:hover{--tw-translate-y:1px}.tw-single .hover\:-translate-y-0:hover{--tw-translate-y:0px}.tw-single .hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.tw-single .hover\:-translate-y-2:hover{--tw-translate-y:-0.5rem}.tw-single .hover\:-translate-y-3:hover{--tw-translate-y:-0.75rem}.tw-single .hover\:-translate-y-4:hover{--tw-translate-y:-1rem}.tw-single .hover\:-translate-y-6:hover{--tw-translate-y:-1.5rem}.tw-single .hover\:-translate-y-8:hover{--tw-translate-y:-2rem}.tw-single .hover\:-translate-y-12:hover{--tw-translate-y:-3rem}.tw-single .hover\:-translate-y-16:hover{--tw-translate-y:-4rem}.tw-single .hover\:-translate-y-20:hover{--tw-translate-y:-5rem}.tw-single .hover\:-translate-y-24:hover{--tw-translate-y:-6rem}.tw-single .hover\:-translate-y-px:hover{--tw-translate-y:-1px}.tw-single .hover\:translate-y-1\/2:hover{--tw-translate-y:50%}.tw-single .hover\:translate-y-1\/3:hover{--tw-translate-y:33.333333%}.tw-single .hover\:translate-y-2\/3:hover{--tw-translate-y:66.666667%}.tw-single .hover\:translate-y-1\/4:hover{--tw-translate-y:25%}.tw-single .hover\:translate-y-3\/4:hover{--tw-translate-y:75%}.tw-single .hover\:translate-y-full:hover{--tw-translate-y:100%}.tw-single .hover\:-translate-y-1\/2:hover{--tw-translate-y:-50%}.tw-single .hover\:-translate-y-1\/3:hover{--tw-translate-y:-33.333333%}.tw-single .hover\:-translate-y-2\/3:hover{--tw-translate-y:-66.666667%}.tw-single .hover\:-translate-y-1\/4:hover{--tw-translate-y:-25%}.tw-single .hover\:-translate-y-3\/4:hover{--tw-translate-y:-75%}.tw-single .hover\:-translate-y-full:hover{--tw-translate-y:-100%}.tw-single .focus\:translate-x-0:focus{--tw-translate-x:0px}.tw-single .focus\:translate-x-1:focus{--tw-translate-x:0.25rem}.tw-single .focus\:translate-x-2:focus{--tw-translate-x:0.5rem}.tw-single .focus\:translate-x-3:focus{--tw-translate-x:0.75rem}.tw-single .focus\:translate-x-4:focus{--tw-translate-x:1rem}.tw-single .focus\:translate-x-6:focus{--tw-translate-x:1.5rem}.tw-single .focus\:translate-x-8:focus{--tw-translate-x:2rem}.tw-single .focus\:translate-x-12:focus{--tw-translate-x:3rem}.tw-single .focus\:translate-x-16:focus{--tw-translate-x:4rem}.tw-single .focus\:translate-x-20:focus{--tw-translate-x:5rem}.tw-single .focus\:translate-x-24:focus{--tw-translate-x:6rem}.tw-single .focus\:translate-x-px:focus{--tw-translate-x:1px}.tw-single .focus\:-translate-x-0:focus{--tw-translate-x:0px}.tw-single .focus\:-translate-x-1:focus{--tw-translate-x:-0.25rem}.tw-single .focus\:-translate-x-2:focus{--tw-translate-x:-0.5rem}.tw-single .focus\:-translate-x-3:focus{--tw-translate-x:-0.75rem}.tw-single .focus\:-translate-x-4:focus{--tw-translate-x:-1rem}.tw-single .focus\:-translate-x-6:focus{--tw-translate-x:-1.5rem}.tw-single .focus\:-translate-x-8:focus{--tw-translate-x:-2rem}.tw-single .focus\:-translate-x-12:focus{--tw-translate-x:-3rem}.tw-single .focus\:-translate-x-16:focus{--tw-translate-x:-4rem}.tw-single .focus\:-translate-x-20:focus{--tw-translate-x:-5rem}.tw-single .focus\:-translate-x-24:focus{--tw-translate-x:-6rem}.tw-single .focus\:-translate-x-px:focus{--tw-translate-x:-1px}.tw-single .focus\:translate-x-1\/2:focus{--tw-translate-x:50%}.tw-single .focus\:translate-x-1\/3:focus{--tw-translate-x:33.333333%}.tw-single .focus\:translate-x-2\/3:focus{--tw-translate-x:66.666667%}.tw-single .focus\:translate-x-1\/4:focus{--tw-translate-x:25%}.tw-single .focus\:translate-x-3\/4:focus{--tw-translate-x:75%}.tw-single .focus\:translate-x-full:focus{--tw-translate-x:100%}.tw-single .focus\:-translate-x-1\/2:focus{--tw-translate-x:-50%}.tw-single .focus\:-translate-x-1\/3:focus{--tw-translate-x:-33.333333%}.tw-single .focus\:-translate-x-2\/3:focus{--tw-translate-x:-66.666667%}.tw-single .focus\:-translate-x-1\/4:focus{--tw-translate-x:-25%}.tw-single .focus\:-translate-x-3\/4:focus{--tw-translate-x:-75%}.tw-single .focus\:-translate-x-full:focus{--tw-translate-x:-100%}.tw-single .focus\:translate-y-0:focus{--tw-translate-y:0px}.tw-single .focus\:translate-y-1:focus{--tw-translate-y:0.25rem}.tw-single .focus\:translate-y-2:focus{--tw-translate-y:0.5rem}.tw-single .focus\:translate-y-3:focus{--tw-translate-y:0.75rem}.tw-single .focus\:translate-y-4:focus{--tw-translate-y:1rem}.tw-single .focus\:translate-y-6:focus{--tw-translate-y:1.5rem}.tw-single .focus\:translate-y-8:focus{--tw-translate-y:2rem}.tw-single .focus\:translate-y-12:focus{--tw-translate-y:3rem}.tw-single .focus\:translate-y-16:focus{--tw-translate-y:4rem}.tw-single .focus\:translate-y-20:focus{--tw-translate-y:5rem}.tw-single .focus\:translate-y-24:focus{--tw-translate-y:6rem}.tw-single .focus\:translate-y-px:focus{--tw-translate-y:1px}.tw-single .focus\:-translate-y-0:focus{--tw-translate-y:0px}.tw-single .focus\:-translate-y-1:focus{--tw-translate-y:-0.25rem}.tw-single .focus\:-translate-y-2:focus{--tw-translate-y:-0.5rem}.tw-single .focus\:-translate-y-3:focus{--tw-translate-y:-0.75rem}.tw-single .focus\:-translate-y-4:focus{--tw-translate-y:-1rem}.tw-single .focus\:-translate-y-6:focus{--tw-translate-y:-1.5rem}.tw-single .focus\:-translate-y-8:focus{--tw-translate-y:-2rem}.tw-single .focus\:-translate-y-12:focus{--tw-translate-y:-3rem}.tw-single .focus\:-translate-y-16:focus{--tw-translate-y:-4rem}.tw-single .focus\:-translate-y-20:focus{--tw-translate-y:-5rem}.tw-single .focus\:-translate-y-24:focus{--tw-translate-y:-6rem}.tw-single .focus\:-translate-y-px:focus{--tw-translate-y:-1px}.tw-single .focus\:translate-y-1\/2:focus{--tw-translate-y:50%}.tw-single .focus\:translate-y-1\/3:focus{--tw-translate-y:33.333333%}.tw-single .focus\:translate-y-2\/3:focus{--tw-translate-y:66.666667%}.tw-single .focus\:translate-y-1\/4:focus{--tw-translate-y:25%}.tw-single .focus\:translate-y-3\/4:focus{--tw-translate-y:75%}.tw-single .focus\:translate-y-full:focus{--tw-translate-y:100%}.tw-single .focus\:-translate-y-1\/2:focus{--tw-translate-y:-50%}.tw-single .focus\:-translate-y-1\/3:focus{--tw-translate-y:-33.333333%}.tw-single .focus\:-translate-y-2\/3:focus{--tw-translate-y:-66.666667%}.tw-single .focus\:-translate-y-1\/4:focus{--tw-translate-y:-25%}.tw-single .focus\:-translate-y-3\/4:focus{--tw-translate-y:-75%}.tw-single .focus\:-translate-y-full:focus{--tw-translate-y:-100%}.tw-single .rotate-0{--tw-rotate:0deg}.tw-single .rotate-1{--tw-rotate:1deg}.tw-single .rotate-2{--tw-rotate:2deg}.tw-single .rotate-3{--tw-rotate:3deg}.tw-single .rotate-6{--tw-rotate:6deg}.tw-single .rotate-12{--tw-rotate:12deg}.tw-single .rotate-45{--tw-rotate:45deg}.tw-single .rotate-90{--tw-rotate:90deg}.tw-single .rotate-180{--tw-rotate:180deg}.tw-single .-rotate-180{--tw-rotate:-180deg}.tw-single .-rotate-90{--tw-rotate:-90deg}.tw-single .-rotate-45{--tw-rotate:-45deg}.tw-single .-rotate-12{--tw-rotate:-12deg}.tw-single .-rotate-6{--tw-rotate:-6deg}.tw-single .-rotate-3{--tw-rotate:-3deg}.tw-single .-rotate-2{--tw-rotate:-2deg}.tw-single .-rotate-1{--tw-rotate:-1deg}.tw-single .hover\:rotate-0:hover{--tw-rotate:0deg}.tw-single .hover\:rotate-1:hover{--tw-rotate:1deg}.tw-single .hover\:rotate-2:hover{--tw-rotate:2deg}.tw-single .hover\:rotate-3:hover{--tw-rotate:3deg}.tw-single .hover\:rotate-6:hover{--tw-rotate:6deg}.tw-single .hover\:rotate-12:hover{--tw-rotate:12deg}.tw-single .hover\:rotate-45:hover{--tw-rotate:45deg}.tw-single .hover\:rotate-90:hover{--tw-rotate:90deg}.tw-single .hover\:rotate-180:hover{--tw-rotate:180deg}.tw-single .hover\:-rotate-180:hover{--tw-rotate:-180deg}.tw-single .hover\:-rotate-90:hover{--tw-rotate:-90deg}.tw-single .hover\:-rotate-45:hover{--tw-rotate:-45deg}.tw-single .hover\:-rotate-12:hover{--tw-rotate:-12deg}.tw-single .hover\:-rotate-6:hover{--tw-rotate:-6deg}.tw-single .hover\:-rotate-3:hover{--tw-rotate:-3deg}.tw-single .hover\:-rotate-2:hover{--tw-rotate:-2deg}.tw-single .hover\:-rotate-1:hover{--tw-rotate:-1deg}.tw-single .focus\:rotate-0:focus{--tw-rotate:0deg}.tw-single .focus\:rotate-1:focus{--tw-rotate:1deg}.tw-single .focus\:rotate-2:focus{--tw-rotate:2deg}.tw-single .focus\:rotate-3:focus{--tw-rotate:3deg}.tw-single .focus\:rotate-6:focus{--tw-rotate:6deg}.tw-single .focus\:rotate-12:focus{--tw-rotate:12deg}.tw-single .focus\:rotate-45:focus{--tw-rotate:45deg}.tw-single .focus\:rotate-90:focus{--tw-rotate:90deg}.tw-single .focus\:rotate-180:focus{--tw-rotate:180deg}.tw-single .focus\:-rotate-180:focus{--tw-rotate:-180deg}.tw-single .focus\:-rotate-90:focus{--tw-rotate:-90deg}.tw-single .focus\:-rotate-45:focus{--tw-rotate:-45deg}.tw-single .focus\:-rotate-12:focus{--tw-rotate:-12deg}.tw-single .focus\:-rotate-6:focus{--tw-rotate:-6deg}.tw-single .focus\:-rotate-3:focus{--tw-rotate:-3deg}.tw-single .focus\:-rotate-2:focus{--tw-rotate:-2deg}.tw-single .focus\:-rotate-1:focus{--tw-rotate:-1deg}.tw-single .scale-0{--tw-scale-x:0;--tw-scale-y:0}.tw-single .scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.tw-single .scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.tw-single .scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.tw-single .scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.tw-single .scale-100{--tw-scale-x:1;--tw-scale-y:1}.tw-single .scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.tw-single .scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.tw-single .scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.tw-single .scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.tw-single .hover\:scale-0:hover{--tw-scale-x:0;--tw-scale-y:0}.tw-single .hover\:scale-50:hover{--tw-scale-x:.5;--tw-scale-y:.5}.tw-single .hover\:scale-75:hover{--tw-scale-x:.75;--tw-scale-y:.75}.tw-single .hover\:scale-90:hover{--tw-scale-x:.9;--tw-scale-y:.9}.tw-single .hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.tw-single .hover\:scale-100:hover{--tw-scale-x:1;--tw-scale-y:1}.tw-single .hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.tw-single .hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.tw-single .hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.tw-single .hover\:scale-150:hover{--tw-scale-x:1.5;--tw-scale-y:1.5}.tw-single .focus\:scale-0:focus{--tw-scale-x:0;--tw-scale-y:0}.tw-single .focus\:scale-50:focus{--tw-scale-x:.5;--tw-scale-y:.5}.tw-single .focus\:scale-75:focus{--tw-scale-x:.75;--tw-scale-y:.75}.tw-single .focus\:scale-90:focus{--tw-scale-x:.9;--tw-scale-y:.9}.tw-single .focus\:scale-95:focus{--tw-scale-x:.95;--tw-scale-y:.95}.tw-single .focus\:scale-100:focus{--tw-scale-x:1;--tw-scale-y:1}.tw-single .focus\:scale-105:focus{--tw-scale-x:1.05;--tw-scale-y:1.05}.tw-single .focus\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.tw-single .focus\:scale-125:focus{--tw-scale-x:1.25;--tw-scale-y:1.25}.tw-single .focus\:scale-150:focus{--tw-scale-x:1.5;--tw-scale-y:1.5}.tw-single .scale-x-0{--tw-scale-x:0}.tw-single .scale-x-50{--tw-scale-x:.5}.tw-single .scale-x-75{--tw-scale-x:.75}.tw-single .scale-x-90{--tw-scale-x:.9}.tw-single .scale-x-95{--tw-scale-x:.95}.tw-single .scale-x-100{--tw-scale-x:1}.tw-single .scale-x-105{--tw-scale-x:1.05}.tw-single .scale-x-110{--tw-scale-x:1.1}.tw-single .scale-x-125{--tw-scale-x:1.25}.tw-single .scale-x-150{--tw-scale-x:1.5}.tw-single .scale-y-0{--tw-scale-y:0}.tw-single .scale-y-50{--tw-scale-y:.5}.tw-single .scale-y-75{--tw-scale-y:.75}.tw-single .scale-y-90{--tw-scale-y:.9}.tw-single .scale-y-95{--tw-scale-y:.95}.tw-single .scale-y-100{--tw-scale-y:1}.tw-single .scale-y-105{--tw-scale-y:1.05}.tw-single .scale-y-110{--tw-scale-y:1.1}.tw-single .scale-y-125{--tw-scale-y:1.25}.tw-single .scale-y-150{--tw-scale-y:1.5}.tw-single .hover\:scale-x-0:hover{--tw-scale-x:0}.tw-single .hover\:scale-x-50:hover{--tw-scale-x:.5}.tw-single .hover\:scale-x-75:hover{--tw-scale-x:.75}.tw-single .hover\:scale-x-90:hover{--tw-scale-x:.9}.tw-single .hover\:scale-x-95:hover{--tw-scale-x:.95}.tw-single .hover\:scale-x-100:hover{--tw-scale-x:1}.tw-single .hover\:scale-x-105:hover{--tw-scale-x:1.05}.tw-single .hover\:scale-x-110:hover{--tw-scale-x:1.1}.tw-single .hover\:scale-x-125:hover{--tw-scale-x:1.25}.tw-single .hover\:scale-x-150:hover{--tw-scale-x:1.5}.tw-single .hover\:scale-y-0:hover{--tw-scale-y:0}.tw-single .hover\:scale-y-50:hover{--tw-scale-y:.5}.tw-single .hover\:scale-y-75:hover{--tw-scale-y:.75}.tw-single .hover\:scale-y-90:hover{--tw-scale-y:.9}.tw-single .hover\:scale-y-95:hover{--tw-scale-y:.95}.tw-single .hover\:scale-y-100:hover{--tw-scale-y:1}.tw-single .hover\:scale-y-105:hover{--tw-scale-y:1.05}.tw-single .hover\:scale-y-110:hover{--tw-scale-y:1.1}.tw-single .hover\:scale-y-125:hover{--tw-scale-y:1.25}.tw-single .hover\:scale-y-150:hover{--tw-scale-y:1.5}.tw-single .focus\:scale-x-0:focus{--tw-scale-x:0}.tw-single .focus\:scale-x-50:focus{--tw-scale-x:.5}.tw-single .focus\:scale-x-75:focus{--tw-scale-x:.75}.tw-single .focus\:scale-x-90:focus{--tw-scale-x:.9}.tw-single .focus\:scale-x-95:focus{--tw-scale-x:.95}.tw-single .focus\:scale-x-100:focus{--tw-scale-x:1}.tw-single .focus\:scale-x-105:focus{--tw-scale-x:1.05}.tw-single .focus\:scale-x-110:focus{--tw-scale-x:1.1}.tw-single .focus\:scale-x-125:focus{--tw-scale-x:1.25}.tw-single .focus\:scale-x-150:focus{--tw-scale-x:1.5}.tw-single .focus\:scale-y-0:focus{--tw-scale-y:0}.tw-single .focus\:scale-y-50:focus{--tw-scale-y:.5}.tw-single .focus\:scale-y-75:focus{--tw-scale-y:.75}.tw-single .focus\:scale-y-90:focus{--tw-scale-y:.9}.tw-single .focus\:scale-y-95:focus{--tw-scale-y:.95}.tw-single .focus\:scale-y-100:focus{--tw-scale-y:1}.tw-single .focus\:scale-y-105:focus{--tw-scale-y:1.05}.tw-single .focus\:scale-y-110:focus{--tw-scale-y:1.1}.tw-single .focus\:scale-y-125:focus{--tw-scale-y:1.25}.tw-single .focus\:scale-y-150:focus{--tw-scale-y:1.5}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{100%,75%{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(0.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,0.2,1)}}.tw-single .animate-none{animation:none}.tw-single .animate-spin{animation:spin 1s linear infinite}.tw-single .animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.tw-single .animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.tw-single .animate-bounce{animation:bounce 1s infinite}.tw-single .cursor-auto{cursor:auto}.tw-single .cursor-default{cursor:default}.tw-single .cursor-pointer{cursor:pointer}.tw-single .cursor-wait{cursor:wait}.tw-single .cursor-text{cursor:text}.tw-single .cursor-move{cursor:move}.tw-single .cursor-help{cursor:help}.tw-single .cursor-not-allowed{cursor:not-allowed}.tw-single .select-none{-webkit-user-select:none;user-select:none}.tw-single .select-text{-webkit-user-select:text;user-select:text}.tw-single .select-all{-webkit-user-select:all;user-select:all}.tw-single .select-auto{-webkit-user-select:auto;user-select:auto}.tw-single .resize-none{resize:none}.tw-single .resize-y{resize:vertical}.tw-single .resize-x{resize:horizontal}.tw-single .list-inside{list-style-position:inside}.tw-single .list-outside{list-style-position:outside}.tw-single .list-none{list-style-type:none}.tw-single .list-disc{list-style-type:disc}.tw-single .list-decimal{list-style-type:decimal}.tw-single .auto-cols-auto{grid-auto-columns:auto}.tw-single .auto-cols-min{grid-auto-columns:min-content}.tw-single .auto-cols-max{grid-auto-columns:max-content}.tw-single .auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.tw-single .grid-flow-row{grid-auto-flow:row}.tw-single .grid-flow-col{grid-auto-flow:column}.tw-single .grid-flow-row-dense{grid-auto-flow:row dense}.tw-single .grid-flow-col-dense{grid-auto-flow:column dense}.tw-single .auto-rows-auto{grid-auto-rows:auto}.tw-single .auto-rows-min{grid-auto-rows:min-content}.tw-single .auto-rows-max{grid-auto-rows:max-content}.tw-single .auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.tw-single .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tw-single .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-single .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tw-single .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tw-single .grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.tw-single .grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.tw-single .grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.tw-single .grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.tw-single .grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.tw-single .grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.tw-single .grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.tw-single .grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.tw-single .grid-cols-none{grid-template-columns:none}.tw-single .grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.tw-single .grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.tw-single .grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.tw-single .grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.tw-single .grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.tw-single .grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.tw-single .grid-rows-none{grid-template-rows:none}.tw-single .flex-row{flex-direction:row}.tw-single .flex-row-reverse{flex-direction:row-reverse}.tw-single .flex-col{flex-direction:column}.tw-single .flex-col-reverse{flex-direction:column-reverse}.tw-single .flex-wrap{flex-wrap:wrap}.tw-single .flex-wrap-reverse{flex-wrap:wrap-reverse}.tw-single .flex-nowrap{flex-wrap:nowrap}.tw-single .place-content-center{place-content:center}.tw-single .place-content-start{place-content:start}.tw-single .place-content-end{place-content:end}.tw-single .place-content-between{place-content:space-between}.tw-single .place-content-around{place-content:space-around}.tw-single .place-content-evenly{place-content:space-evenly}.tw-single .place-content-stretch{place-content:stretch}.tw-single .place-items-start{place-items:start}.tw-single .place-items-end{place-items:end}.tw-single .place-items-center{place-items:center}.tw-single .place-items-stretch{place-items:stretch}.tw-single .content-center{align-content:center}.tw-single .content-start{align-content:flex-start}.tw-single .content-end{align-content:flex-end}.tw-single .content-between{align-content:space-between}.tw-single .content-around{align-content:space-around}.tw-single .content-evenly{align-content:space-evenly}.tw-single .items-start{align-items:flex-start}.tw-single .items-end{align-items:flex-end}.tw-single .items-center{align-items:center}.tw-single .items-baseline{align-items:baseline}.tw-single .items-stretch{align-items:stretch}.tw-single .justify-start{justify-content:flex-start}.tw-single .justify-end{justify-content:flex-end}.tw-single .justify-center{justify-content:center}.tw-single .justify-between{justify-content:space-between}.tw-single .justify-around{justify-content:space-around}.tw-single .justify-evenly{justify-content:space-evenly}.tw-single .justify-items-start{justify-items:start}.tw-single .justify-items-end{justify-items:end}.tw-single .justify-items-center{justify-items:center}.tw-single .justify-items-stretch{justify-items:stretch}.tw-single .gap-0{gap:0}.tw-single .gap-1{gap:.25rem}.tw-single .gap-2{gap:.5rem}.tw-single .gap-3{gap:.75rem}.tw-single .gap-4{gap:1rem}.tw-single .gap-5{gap:1.25rem}.tw-single .gap-6{gap:1.5rem}.tw-single .gap-7{gap:1.75rem}.tw-single .gap-8{gap:2rem}.tw-single .gap-9{gap:2.25rem}.tw-single .gap-10{gap:2.5rem}.tw-single .gap-11{gap:2.75rem}.tw-single .gap-12{gap:3rem}.tw-single .gap-14{gap:3.5rem}.tw-single .gap-16{gap:4rem}.tw-single .gap-20{gap:5rem}.tw-single .gap-24{gap:6rem}.tw-single .gap-28{gap:7rem}.tw-single .gap-32{gap:8rem}.tw-single .gap-36{gap:9rem}.tw-single .gap-40{gap:10rem}.tw-single .gap-44{gap:11rem}.tw-single .gap-48{gap:12rem}.tw-single .gap-52{gap:13rem}.tw-single .gap-56{gap:14rem}.tw-single .gap-60{gap:15rem}.tw-single .gap-64{gap:16rem}.tw-single .gap-72{gap:18rem}.tw-single .gap-80{gap:20rem}.tw-single .gap-96{gap:24rem}.tw-single .gap-0\.5{gap:.125rem}.tw-single .gap-1\.5{gap:.375rem}.tw-single .gap-2\.5{gap:.625rem}.tw-single .gap-3\.5{gap:.875rem}.tw-single .gap-x-0{column-gap:0}.tw-single .gap-x-1{column-gap:.25rem}.tw-single .gap-x-2{column-gap:.5rem}.tw-single .gap-x-3{column-gap:.75rem}.tw-single .gap-x-4{column-gap:1rem}.tw-single .gap-x-5{column-gap:1.25rem}.tw-single .gap-x-6{column-gap:1.5rem}.tw-single .gap-x-7{column-gap:1.75rem}.tw-single .gap-x-8{column-gap:2rem}.tw-single .gap-x-9{column-gap:2.25rem}.tw-single .gap-x-10{column-gap:2.5rem}.tw-single .gap-x-11{column-gap:2.75rem}.tw-single .gap-x-12{column-gap:3rem}.tw-single .gap-x-14{column-gap:3.5rem}.tw-single .gap-x-16{column-gap:4rem}.tw-single .gap-x-20{column-gap:5rem}.tw-single .gap-x-24{column-gap:6rem}.tw-single .gap-x-28{column-gap:7rem}.tw-single .gap-x-32{column-gap:8rem}.tw-single .gap-x-36{column-gap:9rem}.tw-single .gap-x-40{column-gap:10rem}.tw-single .gap-x-44{column-gap:11rem}.tw-single .gap-x-48{column-gap:12rem}.tw-single .gap-x-52{column-gap:13rem}.tw-single .gap-x-56{column-gap:14rem}.tw-single .gap-x-60{column-gap:15rem}.tw-single .gap-x-64{column-gap:16rem}.tw-single .gap-x-72{column-gap:18rem}.tw-single .gap-x-80{column-gap:20rem}.tw-single .gap-x-96{column-gap:24rem}.tw-single .gap-x-0\.5{column-gap:.125rem}.tw-single .gap-x-1\.5{column-gap:.375rem}.tw-single .gap-x-2\.5{column-gap:.625rem}.tw-single .gap-x-3\.5{column-gap:.875rem}.tw-single .gap-y-0{row-gap:0}.tw-single .gap-y-1{row-gap:.25rem}.tw-single .gap-y-2{row-gap:.5rem}.tw-single .gap-y-3{row-gap:.75rem}.tw-single .gap-y-4{row-gap:1rem}.tw-single .gap-y-5{row-gap:1.25rem}.tw-single .gap-y-6{row-gap:1.5rem}.tw-single .gap-y-7{row-gap:1.75rem}.tw-single .gap-y-8{row-gap:2rem}.tw-single .gap-y-9{row-gap:2.25rem}.tw-single .gap-y-10{row-gap:2.5rem}.tw-single .gap-y-11{row-gap:2.75rem}.tw-single .gap-y-12{row-gap:3rem}.tw-single .gap-y-14{row-gap:3.5rem}.tw-single .gap-y-16{row-gap:4rem}.tw-single .gap-y-20{row-gap:5rem}.tw-single .gap-y-24{row-gap:6rem}.tw-single .gap-y-28{row-gap:7rem}.tw-single .gap-y-32{row-gap:8rem}.tw-single .gap-y-36{row-gap:9rem}.tw-single .gap-y-40{row-gap:10rem}.tw-single .gap-y-44{row-gap:11rem}.tw-single .gap-y-48{row-gap:12rem}.tw-single .gap-y-52{row-gap:13rem}.tw-single .gap-y-56{row-gap:14rem}.tw-single .gap-y-60{row-gap:15rem}.tw-single .gap-y-64{row-gap:16rem}.tw-single .gap-y-72{row-gap:18rem}.tw-single .gap-y-80{row-gap:20rem}.tw-single .gap-y-96{row-gap:24rem}.tw-single .gap-y-0\.5{row-gap:.125rem}.tw-single .gap-y-1\.5{row-gap:.375rem}.tw-single .gap-y-2\.5{row-gap:.625rem}.tw-single .gap-y-3\.5{row-gap:.875rem}.tw-single .space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.tw-single .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)))}.tw-single .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)))}.tw-single .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)))}.tw-single .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)))}.tw-single .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)))}.tw-single .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)))}.tw-single .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)))}.tw-single .space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.tw-single .space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.tw-single .space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem * var(--tw-space-x-reverse));margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))}.tw-single .space-x-20>: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)))}.tw-single .space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6rem * var(--tw-space-x-reverse));margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))}.tw-single .space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1px * var(--tw-space-x-reverse));margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))}.tw-single .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))}.tw-single .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))}.tw-single .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))}.tw-single .space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.tw-single .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))}.tw-single .space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.tw-single .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))}.tw-single .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))}.tw-single .space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.tw-single .space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.tw-single .space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.tw-single .space-y-20>: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))}.tw-single .space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}.tw-single .space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * var(--tw-space-y-reverse))}.tw-single .space-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.tw-single .space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.tw-single .divide-x-0>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(0px * var(--tw-divide-x-reverse));border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))}.tw-single .divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(2px * var(--tw-divide-x-reverse));border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))}.tw-single .divide-x-4>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(4px * var(--tw-divide-x-reverse));border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))}.tw-single .divide-x-8>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(8px * var(--tw-divide-x-reverse));border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))}.tw-single .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)))}.tw-single .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))}.tw-single .divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px * var(--tw-divide-y-reverse))}.tw-single .divide-y-4>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px * var(--tw-divide-y-reverse))}.tw-single .divide-y-8>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px * var(--tw-divide-y-reverse))}.tw-single .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))}.tw-single .divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:1}.tw-single .divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.tw-single .place-self-auto{place-self:auto}.tw-single .place-self-start{place-self:start}.tw-single .place-self-end{place-self:end}.tw-single .place-self-center{place-self:center}.tw-single .place-self-stretch{place-self:stretch}.tw-single .self-auto{align-self:auto}.tw-single .self-start{align-self:flex-start}.tw-single .self-end{align-self:flex-end}.tw-single .self-center{align-self:center}.tw-single .self-stretch{align-self:stretch}.tw-single .self-baseline{align-self:baseline}.tw-single .justify-self-auto{justify-self:auto}.tw-single .justify-self-start{justify-self:start}.tw-single .justify-self-end{justify-self:end}.tw-single .justify-self-center{justify-self:center}.tw-single .justify-self-stretch{justify-self:stretch}.tw-single .overflow-auto{overflow:auto}.tw-single .overflow-hidden{overflow:hidden}.tw-single .overflow-visible{overflow:visible}.tw-single .overflow-scroll{overflow:scroll}.tw-single .overflow-x-auto{overflow-x:auto}.tw-single .overflow-y-auto{overflow-y:auto}.tw-single .overflow-x-hidden{overflow-x:hidden}.tw-single .overflow-y-hidden{overflow-y:hidden}.tw-single .overflow-x-visible{overflow-x:visible}.tw-single .overflow-y-visible{overflow-y:visible}.tw-single .overflow-x-scroll{overflow-x:scroll}.tw-single .overflow-y-scroll{overflow-y:scroll}.tw-single .overscroll-auto{overscroll-behavior:auto}.tw-single .overscroll-contain{overscroll-behavior:contain}.tw-single .overscroll-none{overscroll-behavior:none}.tw-single .overscroll-y-auto{overscroll-behavior-y:auto}.tw-single .overscroll-y-contain{overscroll-behavior-y:contain}.tw-single .overscroll-y-none{overscroll-behavior-y:none}.tw-single .overscroll-x-auto{overscroll-behavior-x:auto}.tw-single .overscroll-x-contain{overscroll-behavior-x:contain}.tw-single .overscroll-x-none{overscroll-behavior-x:none}.tw-single .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tw-single .overflow-ellipsis{text-overflow:ellipsis}.tw-single .overflow-clip{text-overflow:clip}.tw-single .whitespace-normal{white-space:normal}.tw-single .whitespace-nowrap{white-space:nowrap}.tw-single .whitespace-pre{white-space:pre}.tw-single .whitespace-pre-line{white-space:pre-line}.tw-single .whitespace-pre-wrap{white-space:pre-wrap}.tw-single .break-normal{overflow-wrap:normal;word-break:normal}.tw-single .break-words{overflow-wrap:break-word}.tw-single .break-all{word-break:break-all}.tw-single .rounded-none{border-radius:0}.tw-single .rounded-sm{border-radius:.125rem}.tw-single .rounded{border-radius:.25rem}.tw-single .rounded-md{border-radius:.375rem}.tw-single .rounded-lg{border-radius:.5rem}.tw-single .rounded-xl{border-radius:.75rem}.tw-single .rounded-2xl{border-radius:1rem}.tw-single .rounded-3xl{border-radius:1.5rem}.tw-single .rounded-full{border-radius:9999px}.tw-single .rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.tw-single .rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.tw-single .rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.tw-single .rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.tw-single .rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.tw-single .rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.tw-single .rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.tw-single .rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.tw-single .rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.tw-single .rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.tw-single .rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.tw-single .rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.tw-single .rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.tw-single .rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.tw-single .rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.tw-single .rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.tw-single .rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.tw-single .rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.tw-single .rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.tw-single .rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.tw-single .rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.tw-single .rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.tw-single .rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.tw-single .rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.tw-single .rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.tw-single .rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.tw-single .rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.tw-single .rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.tw-single .rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.tw-single .rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.tw-single .rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.tw-single .rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.tw-single .rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.tw-single .rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.tw-single .rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.tw-single .rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.tw-single .rounded-tl-none{border-top-left-radius:0}.tw-single .rounded-tl-sm{border-top-left-radius:.125rem}.tw-single .rounded-tl{border-top-left-radius:.25rem}.tw-single .rounded-tl-md{border-top-left-radius:.375rem}.tw-single .rounded-tl-lg{border-top-left-radius:.5rem}.tw-single .rounded-tl-xl{border-top-left-radius:.75rem}.tw-single .rounded-tl-2xl{border-top-left-radius:1rem}.tw-single .rounded-tl-3xl{border-top-left-radius:1.5rem}.tw-single .rounded-tl-full{border-top-left-radius:9999px}.tw-single .rounded-tr-none{border-top-right-radius:0}.tw-single .rounded-tr-sm{border-top-right-radius:.125rem}.tw-single .rounded-tr{border-top-right-radius:.25rem}.tw-single .rounded-tr-md{border-top-right-radius:.375rem}.tw-single .rounded-tr-lg{border-top-right-radius:.5rem}.tw-single .rounded-tr-xl{border-top-right-radius:.75rem}.tw-single .rounded-tr-2xl{border-top-right-radius:1rem}.tw-single .rounded-tr-3xl{border-top-right-radius:1.5rem}.tw-single .rounded-tr-full{border-top-right-radius:9999px}.tw-single .rounded-br-none{border-bottom-right-radius:0}.tw-single .rounded-br-sm{border-bottom-right-radius:.125rem}.tw-single .rounded-br{border-bottom-right-radius:.25rem}.tw-single .rounded-br-md{border-bottom-right-radius:.375rem}.tw-single .rounded-br-lg{border-bottom-right-radius:.5rem}.tw-single .rounded-br-xl{border-bottom-right-radius:.75rem}.tw-single .rounded-br-2xl{border-bottom-right-radius:1rem}.tw-single .rounded-br-3xl{border-bottom-right-radius:1.5rem}.tw-single .rounded-br-full{border-bottom-right-radius:9999px}.tw-single .rounded-bl-none{border-bottom-left-radius:0}.tw-single .rounded-bl-sm{border-bottom-left-radius:.125rem}.tw-single .rounded-bl{border-bottom-left-radius:.25rem}.tw-single .rounded-bl-md{border-bottom-left-radius:.375rem}.tw-single .rounded-bl-lg{border-bottom-left-radius:.5rem}.tw-single .rounded-bl-xl{border-bottom-left-radius:.75rem}.tw-single .rounded-bl-2xl{border-bottom-left-radius:1rem}.tw-single .rounded-bl-3xl{border-bottom-left-radius:1.5rem}.tw-single .rounded-bl-full{border-bottom-left-radius:9999px}.tw-single .border-0{border-width:0}.tw-single .border-2{border-width:2px}.tw-single .border-4{border-width:4px}.tw-single .border-8{border-width:8px}.tw-single .border{border-width:1px}.tw-single .border-t-0{border-top-width:0}.tw-single .border-t-2{border-top-width:2px}.tw-single .border-t-4{border-top-width:4px}.tw-single .border-t-8{border-top-width:8px}.tw-single .border-t{border-top-width:1px}.tw-single .border-r-0{border-right-width:0}.tw-single .border-r-2{border-right-width:2px}.tw-single .border-r-4{border-right-width:4px}.tw-single .border-r-8{border-right-width:8px}.tw-single .border-r{border-right-width:1px}.tw-single .border-b-0{border-bottom-width:0}.tw-single .border-b-2{border-bottom-width:2px}.tw-single .border-b-4{border-bottom-width:4px}.tw-single .border-b-8{border-bottom-width:8px}.tw-single .border-b{border-bottom-width:1px}.tw-single .border-l-0{border-left-width:0}.tw-single .border-l-2{border-left-width:2px}.tw-single .border-l-4{border-left-width:4px}.tw-single .border-l-8{border-left-width:8px}.tw-single .border-l{border-left-width:1px}.tw-single .border-solid{border-style:solid}.tw-single .border-dashed{border-style:dashed}.tw-single .border-dotted{border-style:dotted}.tw-single .border-double{border-style:double}.tw-single .border-none{border-style:none}.tw-single .border-transparent{border-color:transparent}.tw-single .border-current{border-color:currentColor}.tw-single .border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.tw-single .border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.tw-single .border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.tw-single .border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.tw-single .border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.tw-single .border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.tw-single .border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.tw-single .border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.tw-single .border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.tw-single .border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.tw-single .border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.tw-single .border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.tw-single .border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.tw-single .border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.tw-single .border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.tw-single .border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.tw-single .border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.tw-single .border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.tw-single .border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.tw-single .border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.tw-single .border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.tw-single .border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.tw-single .border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.tw-single .border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.tw-single .border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.tw-single .border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.tw-single .border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.tw-single .border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.tw-single .border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.tw-single .border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.tw-single .border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.tw-single .border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.tw-single .border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.tw-single .border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.tw-single .border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.tw-single .border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.tw-single .border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.tw-single .border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.tw-single .border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.tw-single .border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.tw-single .border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.tw-single .border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.tw-single .border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.tw-single .border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.tw-single .border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.tw-single .border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.tw-single .border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.tw-single .border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.tw-single .border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.tw-single .border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.tw-single .border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.tw-single .border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.tw-single .border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.tw-single .border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.tw-single .border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.tw-single .border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.tw-single .border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.tw-single .border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.tw-single .border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.tw-single .border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.tw-single .border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.tw-single .border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.tw-single .border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.tw-single .border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.tw-single .border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.tw-single .border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.tw-single .border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.tw-single .border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.tw-single .border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.tw-single .border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.tw-single .border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.tw-single .border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.tw-single .border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.tw-single .border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.tw-single .border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.tw-single .border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.tw-single .border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.tw-single .border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.tw-single .border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.tw-single .border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.tw-single .border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.tw-single .border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.tw-single .hover\:border-transparent:hover{border-color:transparent}.tw-single .hover\:border-current:hover{border-color:currentColor}.tw-single .hover\:border-black:hover{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.tw-single .hover\:border-white:hover{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.tw-single .hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.tw-single .hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.tw-single .hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.tw-single .hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.tw-single .hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.tw-single .hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.tw-single .hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.tw-single .hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.tw-single .hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.tw-single .hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.tw-single .hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.tw-single .hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.tw-single .hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.tw-single .hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.tw-single .hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.tw-single .hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.tw-single .hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.tw-single .hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.tw-single .hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.tw-single .hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.tw-single .hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.tw-single .hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.tw-single .hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.tw-single .hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.tw-single .hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.tw-single .hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.tw-single .hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.tw-single .hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.tw-single .hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.tw-single .hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.tw-single .hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.tw-single .hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.tw-single .hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.tw-single .hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.tw-single .hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.tw-single .hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.tw-single .hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.tw-single .hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.tw-single .hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.tw-single .hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.tw-single .hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.tw-single .hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.tw-single .hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.tw-single .hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.tw-single .hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.tw-single .hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.tw-single .hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.tw-single .hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.tw-single .hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.tw-single .hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.tw-single .hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.tw-single .hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.tw-single .hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.tw-single .hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.tw-single .hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.tw-single .hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.tw-single .hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.tw-single .hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.tw-single .hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.tw-single .hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.tw-single .hover\:border-purple-50:hover{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.tw-single .hover\:border-purple-100:hover{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.tw-single .hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.tw-single .hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.tw-single .hover\:border-purple-400:hover{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.tw-single .hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.tw-single .hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.tw-single .hover\:border-purple-700:hover{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.tw-single .hover\:border-purple-800:hover{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.tw-single .hover\:border-purple-900:hover{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.tw-single .hover\:border-pink-50:hover{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.tw-single .hover\:border-pink-100:hover{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.tw-single .hover\:border-pink-200:hover{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.tw-single .hover\:border-pink-300:hover{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.tw-single .hover\:border-pink-400:hover{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.tw-single .hover\:border-pink-500:hover{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.tw-single .hover\:border-pink-600:hover{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.tw-single .hover\:border-pink-700:hover{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.tw-single .hover\:border-pink-800:hover{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.tw-single .hover\:border-pink-900:hover{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.tw-single .bg-transparent{background-color:transparent}.tw-single .bg-current{background-color:currentColor}.tw-single .bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.tw-single .bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.tw-single .bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.tw-single .bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.tw-single .bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.tw-single .bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.tw-single .bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.tw-single .bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.tw-single .bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.tw-single .bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.tw-single .bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.tw-single .bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.tw-single .bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.tw-single .bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.tw-single .bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.tw-single .bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.tw-single .bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.tw-single .bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.tw-single .bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.tw-single .bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.tw-single .bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.tw-single .bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.tw-single .bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.tw-single .bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.tw-single .bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.tw-single .bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.tw-single .bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.tw-single .bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.tw-single .bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.tw-single .bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.tw-single .bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.tw-single .bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.tw-single .bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.tw-single .bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.tw-single .bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.tw-single .bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.tw-single .bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.tw-single .bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.tw-single .bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.tw-single .bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.tw-single .bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.tw-single .bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.tw-single .bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.tw-single .bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.tw-single .bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.tw-single .bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.tw-single .bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.tw-single .bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.tw-single .bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.tw-single .bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.tw-single .bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.tw-single .bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.tw-single .bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.tw-single .bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.tw-single .bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.tw-single .bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.tw-single .bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.tw-single .bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.tw-single .bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.tw-single .bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.tw-single .bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.tw-single .bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.tw-single .bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.tw-single .bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.tw-single .bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.tw-single .bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.tw-single .bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.tw-single .bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.tw-single .bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.tw-single .bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.tw-single .bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.tw-single .bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.tw-single .bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.tw-single .bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.tw-single .bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.tw-single .bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.tw-single .bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.tw-single .bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.tw-single .bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.tw-single .bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.tw-single .bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.tw-single .bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.tw-single .hover\:bg-transparent:hover{background-color:transparent}.tw-single .hover\:bg-current:hover{background-color:currentColor}.tw-single .hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.tw-single .hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.tw-single .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.tw-single .hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.tw-single .hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.tw-single .hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.tw-single .hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.tw-single .hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.tw-single .hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.tw-single .hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.tw-single .hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.tw-single .hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.tw-single .hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.tw-single .hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.tw-single .hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.tw-single .hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.tw-single .hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.tw-single .hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.tw-single .hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.tw-single .hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.tw-single .hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.tw-single .hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.tw-single .hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.tw-single .hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.tw-single .hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.tw-single .hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.tw-single .hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.tw-single .hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.tw-single .hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.tw-single .hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.tw-single .hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.tw-single .hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.tw-single .hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.tw-single .hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.tw-single .hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.tw-single .hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.tw-single .hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.tw-single .hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.tw-single .hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.tw-single .hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.tw-single .hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.tw-single .hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.tw-single .hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.tw-single .hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.tw-single .hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.tw-single .hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.tw-single .hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.tw-single .hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.tw-single .hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.tw-single .hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.tw-single .hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.tw-single .hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.tw-single .hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.tw-single .hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.tw-single .hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.tw-single .hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.tw-single .hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.tw-single .hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.tw-single .hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.tw-single .hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.tw-single .hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.tw-single .hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.tw-single .hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.tw-single .hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.tw-single .hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.tw-single .hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.tw-single .hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.tw-single .hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.tw-single .hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.tw-single .hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.tw-single .hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.tw-single .hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.tw-single .hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.tw-single .hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.tw-single .hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.tw-single .hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.tw-single .hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.tw-single .hover\:bg-pink-500:hover{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.tw-single .hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.tw-single .hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.tw-single .hover\:bg-pink-800:hover{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.tw-single .hover\:bg-pink-900:hover{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.tw-single .bg-none{background-image:none}.tw-single .bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.tw-single .bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.tw-single .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.tw-single .bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.tw-single .bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.tw-single .bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.tw-single .bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.tw-single .bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.tw-single .from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(0, 0, 0, 0))}.tw-single .from-current{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(255, 255, 255, 0))}.tw-single .from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(0, 0, 0, 0))}.tw-single .from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(255, 255, 255, 0))}.tw-single .from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(249, 250, 251, 0))}.tw-single .from-gray-100{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(243, 244, 246, 0))}.tw-single .from-gray-200{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(229, 231, 235, 0))}.tw-single .from-gray-300{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(209, 213, 219, 0))}.tw-single .from-gray-400{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(156, 163, 175, 0))}.tw-single .from-gray-500{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(107, 114, 128, 0))}.tw-single .from-gray-600{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(75, 85, 99, 0))}.tw-single .from-gray-700{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(55, 65, 81, 0))}.tw-single .from-gray-800{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(31, 41, 55, 0))}.tw-single .from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(17, 24, 39, 0))}.tw-single .from-red-50{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(254, 242, 242, 0))}.tw-single .from-red-100{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(254, 226, 226, 0))}.tw-single .from-red-200{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(254, 202, 202, 0))}.tw-single .from-red-300{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(252, 165, 165, 0))}.tw-single .from-red-400{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(248, 113, 113, 0))}.tw-single .from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(239, 68, 68, 0))}.tw-single .from-red-600{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(220, 38, 38, 0))}.tw-single .from-red-700{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(185, 28, 28, 0))}.tw-single .from-red-800{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(153, 27, 27, 0))}.tw-single .from-red-900{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(127, 29, 29, 0))}.tw-single .from-yellow-50{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(255, 251, 235, 0))}.tw-single .from-yellow-100{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(254, 243, 199, 0))}.tw-single .from-yellow-200{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(253, 230, 138, 0))}.tw-single .from-yellow-300{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(252, 211, 77, 0))}.tw-single .from-yellow-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(251, 191, 36, 0))}.tw-single .from-yellow-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(245, 158, 11, 0))}.tw-single .from-yellow-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(217, 119, 6, 0))}.tw-single .from-yellow-700{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(180, 83, 9, 0))}.tw-single .from-yellow-800{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(146, 64, 14, 0))}.tw-single .from-yellow-900{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(120, 53, 15, 0))}.tw-single .from-green-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(236, 253, 245, 0))}.tw-single .from-green-100{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(209, 250, 229, 0))}.tw-single .from-green-200{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(167, 243, 208, 0))}.tw-single .from-green-300{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(110, 231, 183, 0))}.tw-single .from-green-400{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(52, 211, 153, 0))}.tw-single .from-green-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(16, 185, 129, 0))}.tw-single .from-green-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(5, 150, 105, 0))}.tw-single .from-green-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(4, 120, 87, 0))}.tw-single .from-green-800{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(6, 95, 70, 0))}.tw-single .from-green-900{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(6, 78, 59, 0))}.tw-single .from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(239, 246, 255, 0))}.tw-single .from-blue-100{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(219, 234, 254, 0))}.tw-single .from-blue-200{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(191, 219, 254, 0))}.tw-single .from-blue-300{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(147, 197, 253, 0))}.tw-single .from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(96, 165, 250, 0))}.tw-single .from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(59, 130, 246, 0))}.tw-single .from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(37, 99, 235, 0))}.tw-single .from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(29, 78, 216, 0))}.tw-single .from-blue-800{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(30, 64, 175, 0))}.tw-single .from-blue-900{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(30, 58, 138, 0))}.tw-single .from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(238, 242, 255, 0))}.tw-single .from-indigo-100{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(224, 231, 255, 0))}.tw-single .from-indigo-200{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(199, 210, 254, 0))}.tw-single .from-indigo-300{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(165, 180, 252, 0))}.tw-single .from-indigo-400{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(129, 140, 248, 0))}.tw-single .from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(99, 102, 241, 0))}.tw-single .from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(79, 70, 229, 0))}.tw-single .from-indigo-700{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(67, 56, 202, 0))}.tw-single .from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(55, 48, 163, 0))}.tw-single .from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(49, 46, 129, 0))}.tw-single .from-purple-50{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(245, 243, 255, 0))}.tw-single .from-purple-100{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(237, 233, 254, 0))}.tw-single .from-purple-200{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(221, 214, 254, 0))}.tw-single .from-purple-300{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(196, 181, 253, 0))}.tw-single .from-purple-400{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(167, 139, 250, 0))}.tw-single .from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(139, 92, 246, 0))}.tw-single .from-purple-600{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(124, 58, 237, 0))}.tw-single .from-purple-700{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(109, 40, 217, 0))}.tw-single .from-purple-800{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(91, 33, 182, 0))}.tw-single .from-purple-900{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(76, 29, 149, 0))}.tw-single .from-pink-50{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(253, 242, 248, 0))}.tw-single .from-pink-100{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(252, 231, 243, 0))}.tw-single .from-pink-200{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(251, 207, 232, 0))}.tw-single .from-pink-300{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(249, 168, 212, 0))}.tw-single .from-pink-400{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(244, 114, 182, 0))}.tw-single .from-pink-500{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(236, 72, 153, 0))}.tw-single .from-pink-600{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(219, 39, 119, 0))}.tw-single .from-pink-700{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(190, 24, 93, 0))}.tw-single .from-pink-800{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(157, 23, 77, 0))}.tw-single .from-pink-900{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(131, 24, 67, 0))}.tw-single .to-transparent{--tw-gradient-to:transparent}.tw-single .to-current{--tw-gradient-to:currentColor}.tw-single .to-black{--tw-gradient-to:#000}.tw-single .to-white{--tw-gradient-to:#fff}.tw-single .to-gray-50{--tw-gradient-to:#f9fafb}.tw-single .to-gray-100{--tw-gradient-to:#f3f4f6}.tw-single .to-gray-200{--tw-gradient-to:#e5e7eb}.tw-single .to-gray-300{--tw-gradient-to:#d1d5db}.tw-single .to-gray-400{--tw-gradient-to:#9ca3af}.tw-single .to-gray-500{--tw-gradient-to:#6b7280}.tw-single .to-gray-600{--tw-gradient-to:#4b5563}.tw-single .to-gray-700{--tw-gradient-to:#374151}.tw-single .to-gray-800{--tw-gradient-to:#1f2937}.tw-single .to-gray-900{--tw-gradient-to:#111827}.tw-single .to-red-50{--tw-gradient-to:#fef2f2}.tw-single .to-red-100{--tw-gradient-to:#fee2e2}.tw-single .to-red-200{--tw-gradient-to:#fecaca}.tw-single .to-red-300{--tw-gradient-to:#fca5a5}.tw-single .to-red-400{--tw-gradient-to:#f87171}.tw-single .to-red-500{--tw-gradient-to:#ef4444}.tw-single .to-red-600{--tw-gradient-to:#dc2626}.tw-single .to-red-700{--tw-gradient-to:#b91c1c}.tw-single .to-red-800{--tw-gradient-to:#991b1b}.tw-single .to-red-900{--tw-gradient-to:#7f1d1d}.tw-single .to-yellow-50{--tw-gradient-to:#fffbeb}.tw-single .to-yellow-100{--tw-gradient-to:#fef3c7}.tw-single .to-yellow-200{--tw-gradient-to:#fde68a}.tw-single .to-yellow-300{--tw-gradient-to:#fcd34d}.tw-single .to-yellow-400{--tw-gradient-to:#fbbf24}.tw-single .to-yellow-500{--tw-gradient-to:#f59e0b}.tw-single .to-yellow-600{--tw-gradient-to:#d97706}.tw-single .to-yellow-700{--tw-gradient-to:#b45309}.tw-single .to-yellow-800{--tw-gradient-to:#92400e}.tw-single .to-yellow-900{--tw-gradient-to:#78350f}.tw-single .to-green-50{--tw-gradient-to:#ecfdf5}.tw-single .to-green-100{--tw-gradient-to:#d1fae5}.tw-single .to-green-200{--tw-gradient-to:#a7f3d0}.tw-single .to-green-300{--tw-gradient-to:#6ee7b7}.tw-single .to-green-400{--tw-gradient-to:#34d399}.tw-single .to-green-500{--tw-gradient-to:#10b981}.tw-single .to-green-600{--tw-gradient-to:#059669}.tw-single .to-green-700{--tw-gradient-to:#047857}.tw-single .to-green-800{--tw-gradient-to:#065f46}.tw-single .to-green-900{--tw-gradient-to:#064e3b}.tw-single .to-blue-50{--tw-gradient-to:#eff6ff}.tw-single .to-blue-100{--tw-gradient-to:#dbeafe}.tw-single .to-blue-200{--tw-gradient-to:#bfdbfe}.tw-single .to-blue-300{--tw-gradient-to:#93c5fd}.tw-single .to-blue-400{--tw-gradient-to:#60a5fa}.tw-single .to-blue-500{--tw-gradient-to:#3b82f6}.tw-single .to-blue-600{--tw-gradient-to:#2563eb}.tw-single .to-blue-700{--tw-gradient-to:#1d4ed8}.tw-single .to-blue-800{--tw-gradient-to:#1e40af}.tw-single .to-blue-900{--tw-gradient-to:#1e3a8a}.tw-single .to-indigo-50{--tw-gradient-to:#eef2ff}.tw-single .to-indigo-100{--tw-gradient-to:#e0e7ff}.tw-single .to-indigo-200{--tw-gradient-to:#c7d2fe}.tw-single .to-indigo-300{--tw-gradient-to:#a5b4fc}.tw-single .to-indigo-400{--tw-gradient-to:#818cf8}.tw-single .to-indigo-500{--tw-gradient-to:#6366f1}.tw-single .to-indigo-600{--tw-gradient-to:#4f46e5}.tw-single .to-indigo-700{--tw-gradient-to:#4338ca}.tw-single .to-indigo-800{--tw-gradient-to:#3730a3}.tw-single .to-indigo-900{--tw-gradient-to:#312e81}.tw-single .to-purple-50{--tw-gradient-to:#f5f3ff}.tw-single .to-purple-100{--tw-gradient-to:#ede9fe}.tw-single .to-purple-200{--tw-gradient-to:#ddd6fe}.tw-single .to-purple-300{--tw-gradient-to:#c4b5fd}.tw-single .to-purple-400{--tw-gradient-to:#a78bfa}.tw-single .to-purple-500{--tw-gradient-to:#8b5cf6}.tw-single .to-purple-600{--tw-gradient-to:#7c3aed}.tw-single .to-purple-700{--tw-gradient-to:#6d28d9}.tw-single .to-purple-800{--tw-gradient-to:#5b21b6}.tw-single .to-purple-900{--tw-gradient-to:#4c1d95}.tw-single .to-pink-50{--tw-gradient-to:#fdf2f8}.tw-single .to-pink-100{--tw-gradient-to:#fce7f3}.tw-single .to-pink-200{--tw-gradient-to:#fbcfe8}.tw-single .to-pink-300{--tw-gradient-to:#f9a8d4}.tw-single .to-pink-400{--tw-gradient-to:#f472b6}.tw-single .to-pink-500{--tw-gradient-to:#ec4899}.tw-single .to-pink-600{--tw-gradient-to:#db2777}.tw-single .to-pink-700{--tw-gradient-to:#be185d}.tw-single .to-pink-800{--tw-gradient-to:#9d174d}.tw-single .to-pink-900{--tw-gradient-to:#831843}.tw-single .decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.tw-single .decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.tw-single .bg-auto{background-size:auto}.tw-single .bg-cover{background-size:cover}.tw-single .bg-contain{background-size:contain}.tw-single .bg-fixed{background-attachment:fixed}.tw-single .bg-local{background-attachment:local}.tw-single .bg-scroll{background-attachment:scroll}.tw-single .bg-clip-border{background-clip:border-box}.tw-single .bg-clip-padding{background-clip:padding-box}.tw-single .bg-clip-content{background-clip:content-box}.tw-single .bg-clip-text{-webkit-background-clip:text;background-clip:text}.tw-single .bg-bottom{background-position:bottom}.tw-single .bg-center{background-position:center}.tw-single .bg-left{background-position:left}.tw-single .bg-right{background-position:right}.tw-single .bg-top{background-position:top}.tw-single .bg-repeat{background-repeat:repeat}.tw-single .bg-no-repeat{background-repeat:no-repeat}.tw-single .bg-repeat-x{background-repeat:repeat-x}.tw-single .bg-repeat-y{background-repeat:repeat-y}.tw-single .bg-repeat-round{background-repeat:round}.tw-single .bg-repeat-space{background-repeat:space}.tw-single .bg-origin-border{background-origin:border-box}.tw-single .bg-origin-padding{background-origin:padding-box}.tw-single .bg-origin-content{background-origin:content-box}.tw-single .object-contain{object-fit:contain}.tw-single .object-cover{object-fit:cover}.tw-single .object-fill{object-fit:fill}.tw-single .object-none{object-fit:none}.tw-single .object-scale-down{object-fit:scale-down}.tw-single .object-bottom{object-position:bottom}.tw-single .object-center{object-position:center}.tw-single .object-left{object-position:left}.tw-single .object-left-bottom{object-position:left bottom}.tw-single .object-left-top{object-position:left top}.tw-single .object-right{object-position:right}.tw-single .object-right-bottom{object-position:right bottom}.tw-single .object-right-top{object-position:right top}.tw-single .object-top{object-position:top}.tw-single .p-0{padding:0}.tw-single .p-1{padding:.25rem}.tw-single .p-2{padding:.5rem}.tw-single .p-3{padding:.75rem}.tw-single .p-4{padding:1rem}.tw-single .p-5{padding:1.25rem}.tw-single .p-6{padding:1.5rem}.tw-single .p-7{padding:1.75rem}.tw-single .p-8{padding:2rem}.tw-single .p-9{padding:2.25rem}.tw-single .p-10{padding:2.5rem}.tw-single .p-11{padding:2.75rem}.tw-single .p-12{padding:3rem}.tw-single .p-14{padding:3.5rem}.tw-single .p-16{padding:4rem}.tw-single .p-20{padding:5rem}.tw-single .p-24{padding:6rem}.tw-single .p-28{padding:7rem}.tw-single .p-32{padding:8rem}.tw-single .p-36{padding:9rem}.tw-single .p-40{padding:10rem}.tw-single .p-44{padding:11rem}.tw-single .p-48{padding:12rem}.tw-single .p-52{padding:13rem}.tw-single .p-56{padding:14rem}.tw-single .p-60{padding:15rem}.tw-single .p-64{padding:16rem}.tw-single .p-72{padding:18rem}.tw-single .p-80{padding:20rem}.tw-single .p-96{padding:24rem}.tw-single .p-px{padding:1px}.tw-single .p-0\.5{padding:.125rem}.tw-single .p-1\.5{padding:.375rem}.tw-single .p-2\.5{padding:.625rem}.tw-single .p-3\.5{padding:.875rem}.tw-single .px-0{padding-left:0;padding-right:0}.tw-single .px-1{padding-left:.25rem;padding-right:.25rem}.tw-single .px-2{padding-left:.5rem;padding-right:.5rem}.tw-single .px-3{padding-left:.75rem;padding-right:.75rem}.tw-single .px-4{padding-left:1rem;padding-right:1rem}.tw-single .px-5{padding-left:1.25rem;padding-right:1.25rem}.tw-single .px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-single .px-7{padding-left:1.75rem;padding-right:1.75rem}.tw-single .px-8{padding-left:2rem;padding-right:2rem}.tw-single .px-9{padding-left:2.25rem;padding-right:2.25rem}.tw-single .px-10{padding-left:2.5rem;padding-right:2.5rem}.tw-single .px-11{padding-left:2.75rem;padding-right:2.75rem}.tw-single .px-12{padding-left:3rem;padding-right:3rem}.tw-single .px-14{padding-left:3.5rem;padding-right:3.5rem}.tw-single .px-16{padding-left:4rem;padding-right:4rem}.tw-single .px-20{padding-left:5rem;padding-right:5rem}.tw-single .px-24{padding-left:6rem;padding-right:6rem}.tw-single .px-28{padding-left:7rem;padding-right:7rem}.tw-single .px-32{padding-left:8rem;padding-right:8rem}.tw-single .px-36{padding-left:9rem;padding-right:9rem}.tw-single .px-40{padding-left:10rem;padding-right:10rem}.tw-single .px-44{padding-left:11rem;padding-right:11rem}.tw-single .px-48{padding-left:12rem;padding-right:12rem}.tw-single .px-52{padding-left:13rem;padding-right:13rem}.tw-single .px-56{padding-left:14rem;padding-right:14rem}.tw-single .px-60{padding-left:15rem;padding-right:15rem}.tw-single .px-64{padding-left:16rem;padding-right:16rem}.tw-single .px-72{padding-left:18rem;padding-right:18rem}.tw-single .px-80{padding-left:20rem;padding-right:20rem}.tw-single .px-96{padding-left:24rem;padding-right:24rem}.tw-single .px-px{padding-left:1px;padding-right:1px}.tw-single .px-0\.5{padding-left:.125rem;padding-right:.125rem}.tw-single .px-1\.5{padding-left:.375rem;padding-right:.375rem}.tw-single .px-2\.5{padding-left:.625rem;padding-right:.625rem}.tw-single .px-3\.5{padding-left:.875rem;padding-right:.875rem}.tw-single .py-0{padding-top:0;padding-bottom:0}.tw-single .py-1{padding-top:.25rem;padding-bottom:.25rem}.tw-single .py-2{padding-top:.5rem;padding-bottom:.5rem}.tw-single .py-3{padding-top:.75rem;padding-bottom:.75rem}.tw-single .py-4{padding-top:1rem;padding-bottom:1rem}.tw-single .py-5{padding-top:1.25rem;padding-bottom:1.25rem}.tw-single .py-6{padding-top:1.5rem;padding-bottom:1.5rem}.tw-single .py-7{padding-top:1.75rem;padding-bottom:1.75rem}.tw-single .py-8{padding-top:2rem;padding-bottom:2rem}.tw-single .py-9{padding-top:2.25rem;padding-bottom:2.25rem}.tw-single .py-10{padding-top:2.5rem;padding-bottom:2.5rem}.tw-single .py-11{padding-top:2.75rem;padding-bottom:2.75rem}.tw-single .py-12{padding-top:3rem;padding-bottom:3rem}.tw-single .py-14{padding-top:3.5rem;padding-bottom:3.5rem}.tw-single .py-16{padding-top:4rem;padding-bottom:4rem}.tw-single .py-20{padding-top:5rem;padding-bottom:5rem}.tw-single .py-24{padding-top:6rem;padding-bottom:6rem}.tw-single .py-28{padding-top:7rem;padding-bottom:7rem}.tw-single .py-32{padding-top:8rem;padding-bottom:8rem}.tw-single .py-36{padding-top:9rem;padding-bottom:9rem}.tw-single .py-40{padding-top:10rem;padding-bottom:10rem}.tw-single .py-44{padding-top:11rem;padding-bottom:11rem}.tw-single .py-48{padding-top:12rem;padding-bottom:12rem}.tw-single .py-52{padding-top:13rem;padding-bottom:13rem}.tw-single .py-56{padding-top:14rem;padding-bottom:14rem}.tw-single .py-60{padding-top:15rem;padding-bottom:15rem}.tw-single .py-64{padding-top:16rem;padding-bottom:16rem}.tw-single .py-72{padding-top:18rem;padding-bottom:18rem}.tw-single .py-80{padding-top:20rem;padding-bottom:20rem}.tw-single .py-96{padding-top:24rem;padding-bottom:24rem}.tw-single .py-px{padding-top:1px;padding-bottom:1px}.tw-single .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.tw-single .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.tw-single .py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.tw-single .py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.tw-single .pt-0{padding-top:0}.tw-single .pt-1{padding-top:.25rem}.tw-single .pt-2{padding-top:.5rem}.tw-single .pt-3{padding-top:.75rem}.tw-single .pt-4{padding-top:1rem}.tw-single .pt-5{padding-top:1.25rem}.tw-single .pt-6{padding-top:1.5rem}.tw-single .pt-7{padding-top:1.75rem}.tw-single .pt-8{padding-top:2rem}.tw-single .pt-9{padding-top:2.25rem}.tw-single .pt-10{padding-top:2.5rem}.tw-single .pt-11{padding-top:2.75rem}.tw-single .pt-12{padding-top:3rem}.tw-single .pt-14{padding-top:3.5rem}.tw-single .pt-16{padding-top:4rem}.tw-single .pt-20{padding-top:5rem}.tw-single .pt-24{padding-top:6rem}.tw-single .pt-28{padding-top:7rem}.tw-single .pt-32{padding-top:8rem}.tw-single .pt-36{padding-top:9rem}.tw-single .pt-40{padding-top:10rem}.tw-single .pt-44{padding-top:11rem}.tw-single .pt-48{padding-top:12rem}.tw-single .pt-52{padding-top:13rem}.tw-single .pt-56{padding-top:14rem}.tw-single .pt-60{padding-top:15rem}.tw-single .pt-64{padding-top:16rem}.tw-single .pt-72{padding-top:18rem}.tw-single .pt-80{padding-top:20rem}.tw-single .pt-96{padding-top:24rem}.tw-single .pt-px{padding-top:1px}.tw-single .pt-0\.5{padding-top:.125rem}.tw-single .pt-1\.5{padding-top:.375rem}.tw-single .pt-2\.5{padding-top:.625rem}.tw-single .pt-3\.5{padding-top:.875rem}.tw-single .pr-0{padding-right:0}.tw-single .pr-1{padding-right:.25rem}.tw-single .pr-2{padding-right:.5rem}.tw-single .pr-3{padding-right:.75rem}.tw-single .pr-4{padding-right:1rem}.tw-single .pr-5{padding-right:1.25rem}.tw-single .pr-6{padding-right:1.5rem}.tw-single .pr-7{padding-right:1.75rem}.tw-single .pr-8{padding-right:2rem}.tw-single .pr-9{padding-right:2.25rem}.tw-single .pr-10{padding-right:2.5rem}.tw-single .pr-11{padding-right:2.75rem}.tw-single .pr-12{padding-right:3rem}.tw-single .pr-14{padding-right:3.5rem}.tw-single .pr-16{padding-right:4rem}.tw-single .pr-20{padding-right:5rem}.tw-single .pr-24{padding-right:6rem}.tw-single .pr-28{padding-right:7rem}.tw-single .pr-32{padding-right:8rem}.tw-single .pr-36{padding-right:9rem}.tw-single .pr-40{padding-right:10rem}.tw-single .pr-44{padding-right:11rem}.tw-single .pr-48{padding-right:12rem}.tw-single .pr-52{padding-right:13rem}.tw-single .pr-56{padding-right:14rem}.tw-single .pr-60{padding-right:15rem}.tw-single .pr-64{padding-right:16rem}.tw-single .pr-72{padding-right:18rem}.tw-single .pr-80{padding-right:20rem}.tw-single .pr-96{padding-right:24rem}.tw-single .pr-px{padding-right:1px}.tw-single .pr-0\.5{padding-right:.125rem}.tw-single .pr-1\.5{padding-right:.375rem}.tw-single .pr-2\.5{padding-right:.625rem}.tw-single .pr-3\.5{padding-right:.875rem}.tw-single .pb-0{padding-bottom:0}.tw-single .pb-1{padding-bottom:.25rem}.tw-single .pb-2{padding-bottom:.5rem}.tw-single .pb-3{padding-bottom:.75rem}.tw-single .pb-4{padding-bottom:1rem}.tw-single .pb-5{padding-bottom:1.25rem}.tw-single .pb-6{padding-bottom:1.5rem}.tw-single .pb-7{padding-bottom:1.75rem}.tw-single .pb-8{padding-bottom:2rem}.tw-single .pb-9{padding-bottom:2.25rem}.tw-single .pb-10{padding-bottom:2.5rem}.tw-single .pb-11{padding-bottom:2.75rem}.tw-single .pb-12{padding-bottom:3rem}.tw-single .pb-14{padding-bottom:3.5rem}.tw-single .pb-16{padding-bottom:4rem}.tw-single .pb-20{padding-bottom:5rem}.tw-single .pb-24{padding-bottom:6rem}.tw-single .pb-28{padding-bottom:7rem}.tw-single .pb-32{padding-bottom:8rem}.tw-single .pb-36{padding-bottom:9rem}.tw-single .pb-40{padding-bottom:10rem}.tw-single .pb-44{padding-bottom:11rem}.tw-single .pb-48{padding-bottom:12rem}.tw-single .pb-52{padding-bottom:13rem}.tw-single .pb-56{padding-bottom:14rem}.tw-single .pb-60{padding-bottom:15rem}.tw-single .pb-64{padding-bottom:16rem}.tw-single .pb-72{padding-bottom:18rem}.tw-single .pb-80{padding-bottom:20rem}.tw-single .pb-96{padding-bottom:24rem}.tw-single .pb-px{padding-bottom:1px}.tw-single .pb-0\.5{padding-bottom:.125rem}.tw-single .pb-1\.5{padding-bottom:.375rem}.tw-single .pb-2\.5{padding-bottom:.625rem}.tw-single .pb-3\.5{padding-bottom:.875rem}.tw-single .pl-0{padding-left:0}.tw-single .pl-1{padding-left:.25rem}.tw-single .pl-2{padding-left:.5rem}.tw-single .pl-3{padding-left:.75rem}.tw-single .pl-4{padding-left:1rem}.tw-single .pl-5{padding-left:1.25rem}.tw-single .pl-6{padding-left:1.5rem}.tw-single .pl-7{padding-left:1.75rem}.tw-single .pl-8{padding-left:2rem}.tw-single .pl-9{padding-left:2.25rem}.tw-single .pl-10{padding-left:2.5rem}.tw-single .pl-11{padding-left:2.75rem}.tw-single .pl-12{padding-left:3rem}.tw-single .pl-14{padding-left:3.5rem}.tw-single .pl-16{padding-left:4rem}.tw-single .pl-20{padding-left:5rem}.tw-single .pl-24{padding-left:6rem}.tw-single .pl-28{padding-left:7rem}.tw-single .pl-32{padding-left:8rem}.tw-single .pl-36{padding-left:9rem}.tw-single .pl-40{padding-left:10rem}.tw-single .pl-44{padding-left:11rem}.tw-single .pl-48{padding-left:12rem}.tw-single .pl-52{padding-left:13rem}.tw-single .pl-56{padding-left:14rem}.tw-single .pl-60{padding-left:15rem}.tw-single .pl-64{padding-left:16rem}.tw-single .pl-72{padding-left:18rem}.tw-single .pl-80{padding-left:20rem}.tw-single .pl-96{padding-left:24rem}.tw-single .pl-px{padding-left:1px}.tw-single .pl-0\.5{padding-left:.125rem}.tw-single .pl-1\.5{padding-left:.375rem}.tw-single .pl-2\.5{padding-left:.625rem}.tw-single .pl-3\.5{padding-left:.875rem}.tw-single .text-left{text-align:left}.tw-single .text-center{text-align:center}.tw-single .text-right{text-align:right}.tw-single .text-justify{text-align:justify}.tw-single .align-baseline{vertical-align:baseline}.tw-single .align-top{vertical-align:top}.tw-single .align-middle{vertical-align:middle}.tw-single .align-bottom{vertical-align:bottom}.tw-single .align-text-top{vertical-align:text-top}.tw-single .align-text-bottom{vertical-align:text-bottom}.tw-single .font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.tw-single .font-serif{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.tw-single .font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.tw-single .text-xs{font-size:.75rem;line-height:1rem}.tw-single .text-sm{font-size:.875rem;line-height:1.25rem}.tw-single .text-base{font-size:1rem;line-height:1.5rem}.tw-single .text-lg{font-size:1.125rem;line-height:1.75rem}.tw-single .text-xl{font-size:1.25rem;line-height:1.75rem}.tw-single .text-2xl{font-size:1.5rem;line-height:2rem}.tw-single .text-3xl{font-size:1.875rem;line-height:2.25rem}.tw-single .text-4xl{font-size:2.25rem;line-height:2.5rem}.tw-single .text-5xl{font-size:3rem;line-height:1}.tw-single .text-6xl{font-size:3.75rem;line-height:1}.tw-single .text-7xl{font-size:4.5rem;line-height:1}.tw-single .text-8xl{font-size:6rem;line-height:1}.tw-single .text-9xl{font-size:8rem;line-height:1}.tw-single .font-thin{font-weight:100}.tw-single .font-extralight{font-weight:200}.tw-single .font-light{font-weight:300}.tw-single .font-normal{font-weight:400}.tw-single .font-medium{font-weight:500}.tw-single .font-semibold{font-weight:600}.tw-single .font-bold{font-weight:700}.tw-single .font-extrabold{font-weight:800}.tw-single .font-black{font-weight:900}.tw-single .uppercase{text-transform:uppercase}.tw-single .lowercase{text-transform:lowercase}.tw-single .capitalize{text-transform:capitalize}.tw-single .normal-case{text-transform:none}.tw-single .italic{font-style:italic}.tw-single .not-italic{font-style:normal}.tw-single .leading-3{line-height:.75rem}.tw-single .leading-4{line-height:1rem}.tw-single .leading-5{line-height:1.25rem}.tw-single .leading-6{line-height:1.5rem}.tw-single .leading-7{line-height:1.75rem}.tw-single .leading-8{line-height:2rem}.tw-single .leading-9{line-height:2.25rem}.tw-single .leading-10{line-height:2.5rem}.tw-single .leading-none{line-height:1}.tw-single .leading-tight{line-height:1.25}.tw-single .leading-snug{line-height:1.375}.tw-single .leading-normal{line-height:1.5}.tw-single .leading-relaxed{line-height:1.625}.tw-single .leading-loose{line-height:2}.tw-single .tracking-tighter{letter-spacing:-.05em}.tw-single .tracking-tight{letter-spacing:-.025em}.tw-single .tracking-normal{letter-spacing:0}.tw-single .tracking-wide{letter-spacing:.025em}.tw-single .tracking-wider{letter-spacing:.05em}.tw-single .tracking-widest{letter-spacing:.1em}.tw-single .text-transparent{color:transparent}.tw-single .text-current{color:currentColor}.tw-single .text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.tw-single .text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.tw-single .text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.tw-single .text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.tw-single .text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.tw-single .text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.tw-single .text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.tw-single .text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.tw-single .text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.tw-single .text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.tw-single .text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.tw-single .text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.tw-single .text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.tw-single .text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.tw-single .text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.tw-single .text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.tw-single .text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.tw-single .text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.tw-single .text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.tw-single .text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.tw-single .text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.tw-single .text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.tw-single .text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.tw-single .text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.tw-single .text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.tw-single .text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.tw-single .text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.tw-single .text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.tw-single .text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.tw-single .text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.tw-single .text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.tw-single .text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.tw-single .text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.tw-single .text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.tw-single .text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.tw-single .text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.tw-single .text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.tw-single .text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.tw-single .text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.tw-single .text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.tw-single .text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.tw-single .text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.tw-single .text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.tw-single .text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.tw-single .text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.tw-single .text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.tw-single .text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.tw-single .text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.tw-single .text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.tw-single .text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.tw-single .text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.tw-single .text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.tw-single .text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.tw-single .text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.tw-single .text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.tw-single .text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.tw-single .text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.tw-single .text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.tw-single .text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.tw-single .text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.tw-single .text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.tw-single .text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.tw-single .text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.tw-single .text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.tw-single .text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.tw-single .text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.tw-single .text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.tw-single .text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.tw-single .text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.tw-single .text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.tw-single .text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.tw-single .text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.tw-single .text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.tw-single .text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.tw-single .text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.tw-single .text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.tw-single .text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.tw-single .text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.tw-single .text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.tw-single .text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.tw-single .text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.tw-single .text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.tw-single .hover\:text-transparent:hover{color:transparent}.tw-single .hover\:text-current:hover{color:currentColor}.tw-single .hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.tw-single .hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.tw-single .hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.tw-single .hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.tw-single .hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.tw-single .hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.tw-single .hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.tw-single .hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.tw-single .hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.tw-single .hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.tw-single .hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.tw-single .hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.tw-single .hover\:text-red-50:hover{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.tw-single .hover\:text-red-100:hover{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.tw-single .hover\:text-red-200:hover{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.tw-single .hover\:text-red-300:hover{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.tw-single .hover\:text-red-400:hover{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.tw-single .hover\:text-red-500:hover{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.tw-single .hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.tw-single .hover\:text-red-700:hover{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.tw-single .hover\:text-red-800:hover{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.tw-single .hover\:text-red-900:hover{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.tw-single .hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.tw-single .hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.tw-single .hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.tw-single .hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.tw-single .hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.tw-single .hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.tw-single .hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.tw-single .hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.tw-single .hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.tw-single .hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.tw-single .hover\:text-green-50:hover{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.tw-single .hover\:text-green-100:hover{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.tw-single .hover\:text-green-200:hover{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.tw-single .hover\:text-green-300:hover{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.tw-single .hover\:text-green-400:hover{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.tw-single .hover\:text-green-500:hover{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.tw-single .hover\:text-green-600:hover{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.tw-single .hover\:text-green-700:hover{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.tw-single .hover\:text-green-800:hover{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.tw-single .hover\:text-green-900:hover{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.tw-single .hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.tw-single .hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.tw-single .hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.tw-single .hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.tw-single .hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.tw-single .hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.tw-single .hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.tw-single .hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.tw-single .hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.tw-single .hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.tw-single .hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.tw-single .hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.tw-single .hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.tw-single .hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.tw-single .hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.tw-single .hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.tw-single .hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.tw-single .hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.tw-single .hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.tw-single .hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.tw-single .hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.tw-single .hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.tw-single .hover\:text-purple-200:hover{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.tw-single .hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.tw-single .hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.tw-single .hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.tw-single .hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.tw-single .hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.tw-single .hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.tw-single .hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.tw-single .hover\:text-pink-50:hover{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.tw-single .hover\:text-pink-100:hover{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.tw-single .hover\:text-pink-200:hover{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.tw-single .hover\:text-pink-300:hover{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.tw-single .hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.tw-single .hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.tw-single .hover\:text-pink-600:hover{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.tw-single .hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.tw-single .hover\:text-pink-800:hover{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.tw-single .hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.tw-single .underline{text-decoration:underline}.tw-single .line-through{text-decoration:line-through}.tw-single .no-underline{text-decoration:none}.tw-single .focus-within\:underline:focus-within{text-decoration:underline}.tw-single .focus-within\:line-through:focus-within{text-decoration:line-through}.tw-single .focus-within\:no-underline:focus-within{text-decoration:none}.tw-single .hover\:underline:hover{text-decoration:underline}.tw-single .hover\:line-through:hover{text-decoration:line-through}.tw-single .hover\:no-underline:hover{text-decoration:none}.tw-single .focus\:underline:focus{text-decoration:underline}.tw-single .focus\:line-through:focus{text-decoration:line-through}.tw-single .focus\:no-underline:focus{text-decoration:none}.tw-single .antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tw-single .subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.tw-single .opacity-0{opacity:0}.tw-single .opacity-5{opacity:.05}.tw-single .opacity-10{opacity:.1}.tw-single .opacity-20{opacity:.2}.tw-single .opacity-25{opacity:.25}.tw-single .opacity-30{opacity:.3}.tw-single .opacity-40{opacity:.4}.tw-single .opacity-50{opacity:.5}.tw-single .opacity-60{opacity:.6}.tw-single .opacity-70{opacity:.7}.tw-single .opacity-75{opacity:.75}.tw-single .opacity-80{opacity:.8}.tw-single .opacity-90{opacity:.9}.tw-single .opacity-95{opacity:.95}.tw-single .opacity-100{opacity:1}.tw-single .focus-within\:opacity-0:focus-within{opacity:0}.tw-single .focus-within\:opacity-5:focus-within{opacity:.05}.tw-single .focus-within\:opacity-10:focus-within{opacity:.1}.tw-single .focus-within\:opacity-20:focus-within{opacity:.2}.tw-single .focus-within\:opacity-25:focus-within{opacity:.25}.tw-single .focus-within\:opacity-30:focus-within{opacity:.3}.tw-single .focus-within\:opacity-40:focus-within{opacity:.4}.tw-single .focus-within\:opacity-50:focus-within{opacity:.5}.tw-single .focus-within\:opacity-60:focus-within{opacity:.6}.tw-single .focus-within\:opacity-70:focus-within{opacity:.7}.tw-single .focus-within\:opacity-75:focus-within{opacity:.75}.tw-single .focus-within\:opacity-80:focus-within{opacity:.8}.tw-single .focus-within\:opacity-90:focus-within{opacity:.9}.tw-single .focus-within\:opacity-95:focus-within{opacity:.95}.tw-single .focus-within\:opacity-100:focus-within{opacity:1}.tw-single .hover\:opacity-0:hover{opacity:0}.tw-single .hover\:opacity-5:hover{opacity:.05}.tw-single .hover\:opacity-10:hover{opacity:.1}.tw-single .hover\:opacity-20:hover{opacity:.2}.tw-single .hover\:opacity-25:hover{opacity:.25}.tw-single .hover\:opacity-30:hover{opacity:.3}.tw-single .hover\:opacity-40:hover{opacity:.4}.tw-single .hover\:opacity-50:hover{opacity:.5}.tw-single .hover\:opacity-60:hover{opacity:.6}.tw-single .hover\:opacity-70:hover{opacity:.7}.tw-single .hover\:opacity-75:hover{opacity:.75}.tw-single .hover\:opacity-80:hover{opacity:.8}.tw-single .hover\:opacity-90:hover{opacity:.9}.tw-single .hover\:opacity-95:hover{opacity:.95}.tw-single .hover\:opacity-100:hover{opacity:1}.tw-single .focus\:opacity-0:focus{opacity:0}.tw-single .focus\:opacity-5:focus{opacity:.05}.tw-single .focus\:opacity-10:focus{opacity:.1}.tw-single .focus\:opacity-20:focus{opacity:.2}.tw-single .focus\:opacity-25:focus{opacity:.25}.tw-single .focus\:opacity-30:focus{opacity:.3}.tw-single .focus\:opacity-40:focus{opacity:.4}.tw-single .focus\:opacity-50:focus{opacity:.5}.tw-single .focus\:opacity-60:focus{opacity:.6}.tw-single .focus\:opacity-70:focus{opacity:.7}.tw-single .focus\:opacity-75:focus{opacity:.75}.tw-single .focus\:opacity-80:focus{opacity:.8}.tw-single .focus\:opacity-90:focus{opacity:.9}.tw-single .focus\:opacity-95:focus{opacity:.95}.tw-single .focus\:opacity-100:focus{opacity:1}.tw-single .bg-blend-normal{background-blend-mode:normal}.tw-single .bg-blend-multiply{background-blend-mode:multiply}.tw-single .bg-blend-screen{background-blend-mode:screen}.tw-single .bg-blend-overlay{background-blend-mode:overlay}.tw-single .bg-blend-darken{background-blend-mode:darken}.tw-single .bg-blend-lighten{background-blend-mode:lighten}.tw-single .bg-blend-color-dodge{background-blend-mode:color-dodge}.tw-single .bg-blend-color-burn{background-blend-mode:color-burn}.tw-single .bg-blend-hard-light{background-blend-mode:hard-light}.tw-single .bg-blend-soft-light{background-blend-mode:soft-light}.tw-single .bg-blend-difference{background-blend-mode:difference}.tw-single .bg-blend-exclusion{background-blend-mode:exclusion}.tw-single .bg-blend-hue{background-blend-mode:hue}.tw-single .bg-blend-saturation{background-blend-mode:saturation}.tw-single .bg-blend-color{background-blend-mode:color}.tw-single .bg-blend-luminosity{background-blend-mode:luminosity}.tw-single .mix-blend-normal{mix-blend-mode:normal}.tw-single .mix-blend-multiply{mix-blend-mode:multiply}.tw-single .mix-blend-screen{mix-blend-mode:screen}.tw-single .mix-blend-overlay{mix-blend-mode:overlay}.tw-single .mix-blend-darken{mix-blend-mode:darken}.tw-single .mix-blend-lighten{mix-blend-mode:lighten}.tw-single .mix-blend-color-dodge{mix-blend-mode:color-dodge}.tw-single .mix-blend-color-burn{mix-blend-mode:color-burn}.tw-single .mix-blend-hard-light{mix-blend-mode:hard-light}.tw-single .mix-blend-soft-light{mix-blend-mode:soft-light}.tw-single .mix-blend-difference{mix-blend-mode:difference}.tw-single .mix-blend-exclusion{mix-blend-mode:exclusion}.tw-single .mix-blend-hue{mix-blend-mode:hue}.tw-single .mix-blend-saturation{mix-blend-mode:saturation}.tw-single .mix-blend-color{mix-blend-mode:color}.tw-single .mix-blend-luminosity{mix-blend-mode:luminosity}.tw-single *,.tw-single ::after,.tw-single ::before{--tw-shadow:0 0 #0000}.tw-single .shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .shadow{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .shadow-md{--tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus-within\:shadow-sm:focus-within{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus-within\:shadow-md:focus-within{--tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus-within\:shadow-lg:focus-within{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus-within\:shadow-xl:focus-within{--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus-within\:shadow-2xl:focus-within{--tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus-within\:shadow-inner:focus-within{--tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus\:shadow:focus{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus\:shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus\:shadow-2xl:focus{--tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus\:shadow-inner:focus{--tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single *,.tw-single ::after,.tw-single ::before{--tw-ring-inset:var(--tw-empty, );/*!*//*!*/--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000}.tw-single .ring-0{--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)}.tw-single .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)}.tw-single .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)}.tw-single .ring-4{--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)}.tw-single .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)}.tw-single .ring{--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(3px + 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)}.tw-single .focus-within\:ring-0: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(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)}.tw-single .focus-within\:ring-1: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(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)}.tw-single .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)}.tw-single .focus-within\:ring-4: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(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)}.tw-single .focus-within\:ring-8: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(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)}.tw-single .focus-within\:ring: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(3px + 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)}.tw-single .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)}.tw-single .focus\:ring-1: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(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)}.tw-single .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)}.tw-single .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)}.tw-single .focus\:ring-8: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(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)}.tw-single .focus\:ring: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(3px + 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)}.tw-single .ring-inset{--tw-ring-inset:inset}.tw-single .focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.tw-single .focus\:ring-inset:focus{--tw-ring-inset:inset}.tw-single .ring-offset-0{--tw-ring-offset-width:0px}.tw-single .ring-offset-1{--tw-ring-offset-width:1px}.tw-single .ring-offset-2{--tw-ring-offset-width:2px}.tw-single .ring-offset-4{--tw-ring-offset-width:4px}.tw-single .ring-offset-8{--tw-ring-offset-width:8px}.tw-single .focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width:0px}.tw-single .focus-within\:ring-offset-1:focus-within{--tw-ring-offset-width:1px}.tw-single .focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.tw-single .focus-within\:ring-offset-4:focus-within{--tw-ring-offset-width:4px}.tw-single .focus-within\:ring-offset-8:focus-within{--tw-ring-offset-width:8px}.tw-single .focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.tw-single .focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.tw-single .focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.tw-single .focus\:ring-offset-4:focus{--tw-ring-offset-width:4px}.tw-single .focus\:ring-offset-8:focus{--tw-ring-offset-width:8px}.tw-single .transition-none{transition-property:none}.tw-single .transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .delay-75{transition-delay:75ms}.tw-single .delay-100{transition-delay:0.1s}.tw-single .delay-150{transition-delay:150ms}.tw-single .delay-200{transition-delay:0.2s}.tw-single .delay-300{transition-delay:0.3s}.tw-single .delay-500{transition-delay:0.5s}.tw-single .delay-700{transition-delay:0.7s}.tw-single .delay-1000{transition-delay:1s}.tw-single .duration-75{transition-duration:75ms}.tw-single .duration-100{transition-duration:.1s}.tw-single .duration-150{transition-duration:150ms}.tw-single .duration-200{transition-duration:.2s}.tw-single .duration-300{transition-duration:.3s}.tw-single .duration-500{transition-duration:.5s}.tw-single .duration-700{transition-duration:.7s}.tw-single .duration-1000{transition-duration:1s}.tw-single .ease-linear{transition-timing-function:linear}.tw-single .ease-in{transition-timing-function:cubic-bezier(0.4,0,1,1)}.tw-single .ease-out{transition-timing-function:cubic-bezier(0,0,0.2,1)}.tw-single .ease-in-out{transition-timing-function:cubic-bezier(0.4,0,0.2,1)}@media (min-width:640px){.tw-single .sm\:static{position:static}.tw-single .sm\:fixed{position:fixed}.tw-single .sm\:absolute{position:absolute}.tw-single .sm\:relative{position:relative}.tw-single .sm\:sticky{position:sticky}.tw-single .sm\:inset-0{top:0;right:0;bottom:0;left:0}.tw-single .sm\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.tw-single .sm\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.tw-single .sm\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.tw-single .sm\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.tw-single .sm\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.tw-single .sm\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.tw-single .sm\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.tw-single .sm\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.tw-single .sm\:-inset-0{top:0;right:0;bottom:0;left:0}.tw-single .sm\:-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.tw-single .sm\:-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.tw-single .sm\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.tw-single .sm\:-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.tw-single .sm\:-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.tw-single .sm\:-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.tw-single .sm\:-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.tw-single .sm\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.tw-single .sm\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.tw-single .sm\:-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.tw-single .sm\:-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.tw-single .sm\:top-0{top:0}.tw-single .sm\:top-1{top:.25rem}.tw-single .sm\:top-2{top:.5rem}.tw-single .sm\:top-3{top:.75rem}.tw-single .sm\:top-4{top:1rem}.tw-single .sm\:top-6{top:1.5rem}.tw-single .sm\:top-8{top:2rem}.tw-single .sm\:top-auto{top:auto}.tw-single .sm\:top-px{top:1px}.tw-single .sm\:-top-0{top:0}.tw-single .sm\:-top-1{top:-.25rem}.tw-single .sm\:-top-2{top:-.5rem}.tw-single .sm\:-top-3{top:-.75rem}.tw-single .sm\:-top-4{top:-1rem}.tw-single .sm\:-top-6{top:-1.5rem}.tw-single .sm\:-top-8{top:-2rem}.tw-single .sm\:-top-px{top:-1px}.tw-single .sm\:top-1\/2{top:50%}.tw-single .sm\:top-full{top:100%}.tw-single .sm\:-top-1\/2{top:-50%}.tw-single .sm\:-top-full{top:-100%}.tw-single .sm\:right-0{right:0}.tw-single .sm\:right-1{right:.25rem}.tw-single .sm\:right-2{right:.5rem}.tw-single .sm\:right-3{right:.75rem}.tw-single .sm\:right-4{right:1rem}.tw-single .sm\:right-6{right:1.5rem}.tw-single .sm\:right-8{right:2rem}.tw-single .sm\:right-auto{right:auto}.tw-single .sm\:right-px{right:1px}.tw-single .sm\:-right-0{right:0}.tw-single .sm\:-right-1{right:-.25rem}.tw-single .sm\:-right-2{right:-.5rem}.tw-single .sm\:-right-3{right:-.75rem}.tw-single .sm\:-right-4{right:-1rem}.tw-single .sm\:-right-6{right:-1.5rem}.tw-single .sm\:-right-8{right:-2rem}.tw-single .sm\:-right-px{right:-1px}.tw-single .sm\:right-1\/2{right:50%}.tw-single .sm\:right-full{right:100%}.tw-single .sm\:-right-1\/2{right:-50%}.tw-single .sm\:-right-full{right:-100%}.tw-single .sm\:bottom-0{bottom:0}.tw-single .sm\:bottom-1{bottom:.25rem}.tw-single .sm\:bottom-2{bottom:.5rem}.tw-single .sm\:bottom-3{bottom:.75rem}.tw-single .sm\:bottom-4{bottom:1rem}.tw-single .sm\:bottom-6{bottom:1.5rem}.tw-single .sm\:bottom-8{bottom:2rem}.tw-single .sm\:bottom-auto{bottom:auto}.tw-single .sm\:bottom-px{bottom:1px}.tw-single .sm\:-bottom-0{bottom:0}.tw-single .sm\:-bottom-1{bottom:-.25rem}.tw-single .sm\:-bottom-2{bottom:-.5rem}.tw-single .sm\:-bottom-3{bottom:-.75rem}.tw-single .sm\:-bottom-4{bottom:-1rem}.tw-single .sm\:-bottom-6{bottom:-1.5rem}.tw-single .sm\:-bottom-8{bottom:-2rem}.tw-single .sm\:-bottom-px{bottom:-1px}.tw-single .sm\:bottom-1\/2{bottom:50%}.tw-single .sm\:bottom-full{bottom:100%}.tw-single .sm\:-bottom-1\/2{bottom:-50%}.tw-single .sm\:-bottom-full{bottom:-100%}.tw-single .sm\:left-0{left:0}.tw-single .sm\:left-1{left:.25rem}.tw-single .sm\:left-2{left:.5rem}.tw-single .sm\:left-3{left:.75rem}.tw-single .sm\:left-4{left:1rem}.tw-single .sm\:left-6{left:1.5rem}.tw-single .sm\:left-8{left:2rem}.tw-single .sm\:left-auto{left:auto}.tw-single .sm\:left-px{left:1px}.tw-single .sm\:-left-0{left:0}.tw-single .sm\:-left-1{left:-.25rem}.tw-single .sm\:-left-2{left:-.5rem}.tw-single .sm\:-left-3{left:-.75rem}.tw-single .sm\:-left-4{left:-1rem}.tw-single .sm\:-left-6{left:-1.5rem}.tw-single .sm\:-left-8{left:-2rem}.tw-single .sm\:-left-px{left:-1px}.tw-single .sm\:left-1\/2{left:50%}.tw-single .sm\:left-full{left:100%}.tw-single .sm\:-left-1\/2{left:-50%}.tw-single .sm\:-left-full{left:-100%}.tw-single .sm\:order-1{order:1}.tw-single .sm\:order-2{order:2}.tw-single .sm\:order-3{order:3}.tw-single .sm\:order-4{order:4}.tw-single .sm\:order-5{order:5}.tw-single .sm\:order-6{order:6}.tw-single .sm\:order-7{order:7}.tw-single .sm\:order-8{order:8}.tw-single .sm\:order-9{order:9}.tw-single .sm\:order-10{order:10}.tw-single .sm\:order-11{order:11}.tw-single .sm\:order-12{order:12}.tw-single .sm\:order-first{order:-9999}.tw-single .sm\:order-last{order:9999}.tw-single .sm\:order-none{order:0}.tw-single .sm\:col-auto{grid-column:auto}.tw-single .sm\:col-span-1{grid-column:span 1/span 1}.tw-single .sm\:col-span-2{grid-column:span 2/span 2}.tw-single .sm\:col-span-3{grid-column:span 3/span 3}.tw-single .sm\:col-span-4{grid-column:span 4/span 4}.tw-single .sm\:col-span-5{grid-column:span 5/span 5}.tw-single .sm\:col-span-6{grid-column:span 6/span 6}.tw-single .sm\:col-span-7{grid-column:span 7/span 7}.tw-single .sm\:col-span-8{grid-column:span 8/span 8}.tw-single .sm\:col-span-9{grid-column:span 9/span 9}.tw-single .sm\:col-span-10{grid-column:span 10/span 10}.tw-single .sm\:col-span-11{grid-column:span 11/span 11}.tw-single .sm\:col-span-12{grid-column:span 12/span 12}.tw-single .sm\:col-span-full{grid-column:1/-1}.tw-single .sm\:col-start-1{grid-column-start:1}.tw-single .sm\:col-start-2{grid-column-start:2}.tw-single .sm\:col-start-3{grid-column-start:3}.tw-single .sm\:col-start-4{grid-column-start:4}.tw-single .sm\:col-start-5{grid-column-start:5}.tw-single .sm\:col-start-6{grid-column-start:6}.tw-single .sm\:col-start-7{grid-column-start:7}.tw-single .sm\:col-start-8{grid-column-start:8}.tw-single .sm\:col-start-9{grid-column-start:9}.tw-single .sm\:col-start-10{grid-column-start:10}.tw-single .sm\:col-start-11{grid-column-start:11}.tw-single .sm\:col-start-12{grid-column-start:12}.tw-single .sm\:col-start-13{grid-column-start:13}.tw-single .sm\:col-end-1{grid-column-end:1}.tw-single .sm\:col-end-2{grid-column-end:2}.tw-single .sm\:col-end-3{grid-column-end:3}.tw-single .sm\:col-end-4{grid-column-end:4}.tw-single .sm\:col-end-5{grid-column-end:5}.tw-single .sm\:col-end-6{grid-column-end:6}.tw-single .sm\:col-end-7{grid-column-end:7}.tw-single .sm\:col-end-8{grid-column-end:8}.tw-single .sm\:col-end-9{grid-column-end:9}.tw-single .sm\:col-end-10{grid-column-end:10}.tw-single .sm\:col-end-11{grid-column-end:11}.tw-single .sm\:col-end-12{grid-column-end:12}.tw-single .sm\:col-end-13{grid-column-end:13}.tw-single .sm\:row-auto{grid-row:auto}.tw-single .sm\:row-span-1{grid-row:span 1/span 1}.tw-single .sm\:row-span-2{grid-row:span 2/span 2}.tw-single .sm\:row-span-3{grid-row:span 3/span 3}.tw-single .sm\:row-span-4{grid-row:span 4/span 4}.tw-single .sm\:row-span-5{grid-row:span 5/span 5}.tw-single .sm\:row-span-6{grid-row:span 6/span 6}.tw-single .sm\:row-span-full{grid-row:1/-1}.tw-single .sm\:row-start-1{grid-row-start:1}.tw-single .sm\:row-start-2{grid-row-start:2}.tw-single .sm\:row-start-3{grid-row-start:3}.tw-single .sm\:row-start-4{grid-row-start:4}.tw-single .sm\:row-start-5{grid-row-start:5}.tw-single .sm\:row-start-6{grid-row-start:6}.tw-single .sm\:row-start-7{grid-row-start:7}.tw-single .sm\:row-end-1{grid-row-end:1}.tw-single .sm\:row-end-2{grid-row-end:2}.tw-single .sm\:row-end-3{grid-row-end:3}.tw-single .sm\:row-end-4{grid-row-end:4}.tw-single .sm\:row-end-5{grid-row-end:5}.tw-single .sm\:row-end-6{grid-row-end:6}.tw-single .sm\:row-end-7{grid-row-end:7}.tw-single .sm\:float-right{float:right}.tw-single .sm\:float-left{float:left}.tw-single .sm\:float-none{float:none}.tw-single .sm\:clear-left{clear:left}.tw-single .sm\:clear-right{clear:right}.tw-single .sm\:clear-both{clear:both}.tw-single .sm\:clear-none{clear:none}.tw-single .sm\:m-0{margin:0}.tw-single .sm\:m-1{margin:.25rem}.tw-single .sm\:m-2{margin:.5rem}.tw-single .sm\:m-3{margin:.75rem}.tw-single .sm\:m-4{margin:1rem}.tw-single .sm\:m-5{margin:1.25rem}.tw-single .sm\:m-6{margin:1.5rem}.tw-single .sm\:m-7{margin:1.75rem}.tw-single .sm\:m-8{margin:2rem}.tw-single .sm\:m-9{margin:2.25rem}.tw-single .sm\:m-10{margin:2.5rem}.tw-single .sm\:m-11{margin:2.75rem}.tw-single .sm\:m-12{margin:3rem}.tw-single .sm\:m-14{margin:3.5rem}.tw-single .sm\:m-16{margin:4rem}.tw-single .sm\:m-20{margin:5rem}.tw-single .sm\:m-24{margin:6rem}.tw-single .sm\:m-28{margin:7rem}.tw-single .sm\:m-32{margin:8rem}.tw-single .sm\:m-36{margin:9rem}.tw-single .sm\:m-40{margin:10rem}.tw-single .sm\:m-44{margin:11rem}.tw-single .sm\:m-48{margin:12rem}.tw-single .sm\:m-52{margin:13rem}.tw-single .sm\:m-56{margin:14rem}.tw-single .sm\:m-60{margin:15rem}.tw-single .sm\:m-64{margin:16rem}.tw-single .sm\:m-72{margin:18rem}.tw-single .sm\:m-80{margin:20rem}.tw-single .sm\:m-96{margin:24rem}.tw-single .sm\:m-auto{margin:auto}.tw-single .sm\:m-px{margin:1px}.tw-single .sm\:m-0\.5{margin:.125rem}.tw-single .sm\:m-1\.5{margin:.375rem}.tw-single .sm\:m-2\.5{margin:.625rem}.tw-single .sm\:m-3\.5{margin:.875rem}.tw-single .sm\:mx-0{margin-left:0;margin-right:0}.tw-single .sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.tw-single .sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.tw-single .sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.tw-single .sm\:mx-4{margin-left:1rem;margin-right:1rem}.tw-single .sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.tw-single .sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.tw-single .sm\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.tw-single .sm\:mx-8{margin-left:2rem;margin-right:2rem}.tw-single .sm\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.tw-single .sm\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.tw-single .sm\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.tw-single .sm\:mx-12{margin-left:3rem;margin-right:3rem}.tw-single .sm\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.tw-single .sm\:mx-16{margin-left:4rem;margin-right:4rem}.tw-single .sm\:mx-20{margin-left:5rem;margin-right:5rem}.tw-single .sm\:mx-24{margin-left:6rem;margin-right:6rem}.tw-single .sm\:mx-28{margin-left:7rem;margin-right:7rem}.tw-single .sm\:mx-32{margin-left:8rem;margin-right:8rem}.tw-single .sm\:mx-36{margin-left:9rem;margin-right:9rem}.tw-single .sm\:mx-40{margin-left:10rem;margin-right:10rem}.tw-single .sm\:mx-44{margin-left:11rem;margin-right:11rem}.tw-single .sm\:mx-48{margin-left:12rem;margin-right:12rem}.tw-single .sm\:mx-52{margin-left:13rem;margin-right:13rem}.tw-single .sm\:mx-56{margin-left:14rem;margin-right:14rem}.tw-single .sm\:mx-60{margin-left:15rem;margin-right:15rem}.tw-single .sm\:mx-64{margin-left:16rem;margin-right:16rem}.tw-single .sm\:mx-72{margin-left:18rem;margin-right:18rem}.tw-single .sm\:mx-80{margin-left:20rem;margin-right:20rem}.tw-single .sm\:mx-96{margin-left:24rem;margin-right:24rem}.tw-single .sm\:mx-auto{margin-left:auto;margin-right:auto}.tw-single .sm\:mx-px{margin-left:1px;margin-right:1px}.tw-single .sm\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.tw-single .sm\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.tw-single .sm\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.tw-single .sm\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.tw-single .sm\:my-0{margin-top:0;margin-bottom:0}.tw-single .sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.tw-single .sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.tw-single .sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.tw-single .sm\:my-4{margin-top:1rem;margin-bottom:1rem}.tw-single .sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.tw-single .sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.tw-single .sm\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.tw-single .sm\:my-8{margin-top:2rem;margin-bottom:2rem}.tw-single .sm\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.tw-single .sm\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.tw-single .sm\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.tw-single .sm\:my-12{margin-top:3rem;margin-bottom:3rem}.tw-single .sm\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.tw-single .sm\:my-16{margin-top:4rem;margin-bottom:4rem}.tw-single .sm\:my-20{margin-top:5rem;margin-bottom:5rem}.tw-single .sm\:my-24{margin-top:6rem;margin-bottom:6rem}.tw-single .sm\:my-28{margin-top:7rem;margin-bottom:7rem}.tw-single .sm\:my-32{margin-top:8rem;margin-bottom:8rem}.tw-single .sm\:my-36{margin-top:9rem;margin-bottom:9rem}.tw-single .sm\:my-40{margin-top:10rem;margin-bottom:10rem}.tw-single .sm\:my-44{margin-top:11rem;margin-bottom:11rem}.tw-single .sm\:my-48{margin-top:12rem;margin-bottom:12rem}.tw-single .sm\:my-52{margin-top:13rem;margin-bottom:13rem}.tw-single .sm\:my-56{margin-top:14rem;margin-bottom:14rem}.tw-single .sm\:my-60{margin-top:15rem;margin-bottom:15rem}.tw-single .sm\:my-64{margin-top:16rem;margin-bottom:16rem}.tw-single .sm\:my-72{margin-top:18rem;margin-bottom:18rem}.tw-single .sm\:my-80{margin-top:20rem;margin-bottom:20rem}.tw-single .sm\:my-96{margin-top:24rem;margin-bottom:24rem}.tw-single .sm\:my-auto{margin-top:auto;margin-bottom:auto}.tw-single .sm\:my-px{margin-top:1px;margin-bottom:1px}.tw-single .sm\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.tw-single .sm\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.tw-single .sm\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.tw-single .sm\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.tw-single .sm\:mt-0{margin-top:0}.tw-single .sm\:mt-1{margin-top:.25rem}.tw-single .sm\:mt-2{margin-top:.5rem}.tw-single .sm\:mt-3{margin-top:.75rem}.tw-single .sm\:mt-4{margin-top:1rem}.tw-single .sm\:mt-5{margin-top:1.25rem}.tw-single .sm\:mt-6{margin-top:1.5rem}.tw-single .sm\:mt-7{margin-top:1.75rem}.tw-single .sm\:mt-8{margin-top:2rem}.tw-single .sm\:mt-9{margin-top:2.25rem}.tw-single .sm\:mt-10{margin-top:2.5rem}.tw-single .sm\:mt-11{margin-top:2.75rem}.tw-single .sm\:mt-12{margin-top:3rem}.tw-single .sm\:mt-14{margin-top:3.5rem}.tw-single .sm\:mt-16{margin-top:4rem}.tw-single .sm\:mt-20{margin-top:5rem}.tw-single .sm\:mt-24{margin-top:6rem}.tw-single .sm\:mt-28{margin-top:7rem}.tw-single .sm\:mt-32{margin-top:8rem}.tw-single .sm\:mt-36{margin-top:9rem}.tw-single .sm\:mt-40{margin-top:10rem}.tw-single .sm\:mt-44{margin-top:11rem}.tw-single .sm\:mt-48{margin-top:12rem}.tw-single .sm\:mt-52{margin-top:13rem}.tw-single .sm\:mt-56{margin-top:14rem}.tw-single .sm\:mt-60{margin-top:15rem}.tw-single .sm\:mt-64{margin-top:16rem}.tw-single .sm\:mt-72{margin-top:18rem}.tw-single .sm\:mt-80{margin-top:20rem}.tw-single .sm\:mt-96{margin-top:24rem}.tw-single .sm\:mt-auto{margin-top:auto}.tw-single .sm\:mt-px{margin-top:1px}.tw-single .sm\:mt-0\.5{margin-top:.125rem}.tw-single .sm\:mt-1\.5{margin-top:.375rem}.tw-single .sm\:mt-2\.5{margin-top:.625rem}.tw-single .sm\:mt-3\.5{margin-top:.875rem}.tw-single .sm\:mr-0{margin-right:0}.tw-single .sm\:mr-1{margin-right:.25rem}.tw-single .sm\:mr-2{margin-right:.5rem}.tw-single .sm\:mr-3{margin-right:.75rem}.tw-single .sm\:mr-4{margin-right:1rem}.tw-single .sm\:mr-5{margin-right:1.25rem}.tw-single .sm\:mr-6{margin-right:1.5rem}.tw-single .sm\:mr-7{margin-right:1.75rem}.tw-single .sm\:mr-8{margin-right:2rem}.tw-single .sm\:mr-9{margin-right:2.25rem}.tw-single .sm\:mr-10{margin-right:2.5rem}.tw-single .sm\:mr-11{margin-right:2.75rem}.tw-single .sm\:mr-12{margin-right:3rem}.tw-single .sm\:mr-14{margin-right:3.5rem}.tw-single .sm\:mr-16{margin-right:4rem}.tw-single .sm\:mr-20{margin-right:5rem}.tw-single .sm\:mr-24{margin-right:6rem}.tw-single .sm\:mr-28{margin-right:7rem}.tw-single .sm\:mr-32{margin-right:8rem}.tw-single .sm\:mr-36{margin-right:9rem}.tw-single .sm\:mr-40{margin-right:10rem}.tw-single .sm\:mr-44{margin-right:11rem}.tw-single .sm\:mr-48{margin-right:12rem}.tw-single .sm\:mr-52{margin-right:13rem}.tw-single .sm\:mr-56{margin-right:14rem}.tw-single .sm\:mr-60{margin-right:15rem}.tw-single .sm\:mr-64{margin-right:16rem}.tw-single .sm\:mr-72{margin-right:18rem}.tw-single .sm\:mr-80{margin-right:20rem}.tw-single .sm\:mr-96{margin-right:24rem}.tw-single .sm\:mr-auto{margin-right:auto}.tw-single .sm\:mr-px{margin-right:1px}.tw-single .sm\:mr-0\.5{margin-right:.125rem}.tw-single .sm\:mr-1\.5{margin-right:.375rem}.tw-single .sm\:mr-2\.5{margin-right:.625rem}.tw-single .sm\:mr-3\.5{margin-right:.875rem}.tw-single .sm\:mb-0{margin-bottom:0}.tw-single .sm\:mb-1{margin-bottom:.25rem}.tw-single .sm\:mb-2{margin-bottom:.5rem}.tw-single .sm\:mb-3{margin-bottom:.75rem}.tw-single .sm\:mb-4{margin-bottom:1rem}.tw-single .sm\:mb-5{margin-bottom:1.25rem}.tw-single .sm\:mb-6{margin-bottom:1.5rem}.tw-single .sm\:mb-7{margin-bottom:1.75rem}.tw-single .sm\:mb-8{margin-bottom:2rem}.tw-single .sm\:mb-9{margin-bottom:2.25rem}.tw-single .sm\:mb-10{margin-bottom:2.5rem}.tw-single .sm\:mb-11{margin-bottom:2.75rem}.tw-single .sm\:mb-12{margin-bottom:3rem}.tw-single .sm\:mb-14{margin-bottom:3.5rem}.tw-single .sm\:mb-16{margin-bottom:4rem}.tw-single .sm\:mb-20{margin-bottom:5rem}.tw-single .sm\:mb-24{margin-bottom:6rem}.tw-single .sm\:mb-28{margin-bottom:7rem}.tw-single .sm\:mb-32{margin-bottom:8rem}.tw-single .sm\:mb-36{margin-bottom:9rem}.tw-single .sm\:mb-40{margin-bottom:10rem}.tw-single .sm\:mb-44{margin-bottom:11rem}.tw-single .sm\:mb-48{margin-bottom:12rem}.tw-single .sm\:mb-52{margin-bottom:13rem}.tw-single .sm\:mb-56{margin-bottom:14rem}.tw-single .sm\:mb-60{margin-bottom:15rem}.tw-single .sm\:mb-64{margin-bottom:16rem}.tw-single .sm\:mb-72{margin-bottom:18rem}.tw-single .sm\:mb-80{margin-bottom:20rem}.tw-single .sm\:mb-96{margin-bottom:24rem}.tw-single .sm\:mb-auto{margin-bottom:auto}.tw-single .sm\:mb-px{margin-bottom:1px}.tw-single .sm\:mb-0\.5{margin-bottom:.125rem}.tw-single .sm\:mb-1\.5{margin-bottom:.375rem}.tw-single .sm\:mb-2\.5{margin-bottom:.625rem}.tw-single .sm\:mb-3\.5{margin-bottom:.875rem}.tw-single .sm\:ml-0{margin-left:0}.tw-single .sm\:ml-1{margin-left:.25rem}.tw-single .sm\:ml-2{margin-left:.5rem}.tw-single .sm\:ml-3{margin-left:.75rem}.tw-single .sm\:ml-4{margin-left:1rem}.tw-single .sm\:ml-5{margin-left:1.25rem}.tw-single .sm\:ml-6{margin-left:1.5rem}.tw-single .sm\:ml-7{margin-left:1.75rem}.tw-single .sm\:ml-8{margin-left:2rem}.tw-single .sm\:ml-9{margin-left:2.25rem}.tw-single .sm\:ml-10{margin-left:2.5rem}.tw-single .sm\:ml-11{margin-left:2.75rem}.tw-single .sm\:ml-12{margin-left:3rem}.tw-single .sm\:ml-14{margin-left:3.5rem}.tw-single .sm\:ml-16{margin-left:4rem}.tw-single .sm\:ml-20{margin-left:5rem}.tw-single .sm\:ml-24{margin-left:6rem}.tw-single .sm\:ml-28{margin-left:7rem}.tw-single .sm\:ml-32{margin-left:8rem}.tw-single .sm\:ml-36{margin-left:9rem}.tw-single .sm\:ml-40{margin-left:10rem}.tw-single .sm\:ml-44{margin-left:11rem}.tw-single .sm\:ml-48{margin-left:12rem}.tw-single .sm\:ml-52{margin-left:13rem}.tw-single .sm\:ml-56{margin-left:14rem}.tw-single .sm\:ml-60{margin-left:15rem}.tw-single .sm\:ml-64{margin-left:16rem}.tw-single .sm\:ml-72{margin-left:18rem}.tw-single .sm\:ml-80{margin-left:20rem}.tw-single .sm\:ml-96{margin-left:24rem}.tw-single .sm\:ml-auto{margin-left:auto}.tw-single .sm\:ml-px{margin-left:1px}.tw-single .sm\:ml-0\.5{margin-left:.125rem}.tw-single .sm\:ml-1\.5{margin-left:.375rem}.tw-single .sm\:ml-2\.5{margin-left:.625rem}.tw-single .sm\:ml-3\.5{margin-left:.875rem}.tw-single .sm\:block{display:block}.tw-single .sm\:inline-block{display:inline-block}.tw-single .sm\:inline{display:inline}.tw-single .sm\:flex{display:flex}.tw-single .sm\:inline-flex{display:inline-flex}.tw-single .sm\:table{display:table}.tw-single .sm\:flow-root{display:flow-root}.tw-single .sm\:grid{display:grid}.tw-single .sm\:inline-grid{display:inline-grid}.tw-single .sm\:contents{display:contents}.tw-single .sm\:hidden{display:none}.tw-single .sm\:h-0{height:0}.tw-single .sm\:h-1{height:.25rem}.tw-single .sm\:h-2{height:.5rem}.tw-single .sm\:h-3{height:.75rem}.tw-single .sm\:h-4{height:1rem}.tw-single .sm\:h-5{height:1.25rem}.tw-single .sm\:h-6{height:1.5rem}.tw-single .sm\:h-7{height:1.75rem}.tw-single .sm\:h-8{height:2rem}.tw-single .sm\:h-9{height:2.25rem}.tw-single .sm\:h-10{height:2.5rem}.tw-single .sm\:h-11{height:2.75rem}.tw-single .sm\:h-12{height:3rem}.tw-single .sm\:h-14{height:3.5rem}.tw-single .sm\:h-16{height:4rem}.tw-single .sm\:h-20{height:5rem}.tw-single .sm\:h-24{height:6rem}.tw-single .sm\:h-28{height:7rem}.tw-single .sm\:h-32{height:8rem}.tw-single .sm\:h-36{height:9rem}.tw-single .sm\:h-40{height:10rem}.tw-single .sm\:h-44{height:11rem}.tw-single .sm\:h-48{height:12rem}.tw-single .sm\:h-52{height:13rem}.tw-single .sm\:h-56{height:14rem}.tw-single .sm\:h-60{height:15rem}.tw-single .sm\:h-64{height:16rem}.tw-single .sm\:h-72{height:18rem}.tw-single .sm\:h-80{height:20rem}.tw-single .sm\:h-96{height:24rem}.tw-single .sm\:h-auto{height:auto}.tw-single .sm\:h-px{height:1px}.tw-single .sm\:h-0\.5{height:.125rem}.tw-single .sm\:h-1\.5{height:.375rem}.tw-single .sm\:h-2\.5{height:.625rem}.tw-single .sm\:h-3\.5{height:.875rem}.tw-single .sm\:h-full{height:100%}.tw-single .sm\:h-screen{height:100vh}.tw-single .sm\:max-h-0{max-height:0}.tw-single .sm\:max-h-1{max-height:.25rem}.tw-single .sm\:max-h-2{max-height:.5rem}.tw-single .sm\:max-h-3{max-height:.75rem}.tw-single .sm\:max-h-4{max-height:1rem}.tw-single .sm\:max-h-5{max-height:1.25rem}.tw-single .sm\:max-h-6{max-height:1.5rem}.tw-single .sm\:max-h-7{max-height:1.75rem}.tw-single .sm\:max-h-8{max-height:2rem}.tw-single .sm\:max-h-9{max-height:2.25rem}.tw-single .sm\:max-h-10{max-height:2.5rem}.tw-single .sm\:max-h-11{max-height:2.75rem}.tw-single .sm\:max-h-12{max-height:3rem}.tw-single .sm\:max-h-14{max-height:3.5rem}.tw-single .sm\:max-h-16{max-height:4rem}.tw-single .sm\:max-h-20{max-height:5rem}.tw-single .sm\:max-h-24{max-height:6rem}.tw-single .sm\:max-h-28{max-height:7rem}.tw-single .sm\:max-h-32{max-height:8rem}.tw-single .sm\:max-h-36{max-height:9rem}.tw-single .sm\:max-h-40{max-height:10rem}.tw-single .sm\:max-h-44{max-height:11rem}.tw-single .sm\:max-h-48{max-height:12rem}.tw-single .sm\:max-h-52{max-height:13rem}.tw-single .sm\:max-h-56{max-height:14rem}.tw-single .sm\:max-h-60{max-height:15rem}.tw-single .sm\:max-h-64{max-height:16rem}.tw-single .sm\:max-h-72{max-height:18rem}.tw-single .sm\:max-h-80{max-height:20rem}.tw-single .sm\:max-h-96{max-height:24rem}.tw-single .sm\:max-h-px{max-height:1px}.tw-single .sm\:max-h-full{max-height:100%}.tw-single .sm\:max-h-screen{max-height:100vh}.tw-single .sm\:min-h-0{min-height:0}.tw-single .sm\:min-h-full{min-height:100%}.tw-single .sm\:min-h-screen{min-height:100vh}.tw-single .sm\:w-0{width:0}.tw-single .sm\:w-1{width:.25rem}.tw-single .sm\:w-2{width:.5rem}.tw-single .sm\:w-3{width:.75rem}.tw-single .sm\:w-4{width:1rem}.tw-single .sm\:w-5{width:1.25rem}.tw-single .sm\:w-6{width:1.5rem}.tw-single .sm\:w-7{width:1.75rem}.tw-single .sm\:w-8{width:2rem}.tw-single .sm\:w-9{width:2.25rem}.tw-single .sm\:w-10{width:2.5rem}.tw-single .sm\:w-11{width:2.75rem}.tw-single .sm\:w-12{width:3rem}.tw-single .sm\:w-14{width:3.5rem}.tw-single .sm\:w-16{width:4rem}.tw-single .sm\:w-20{width:5rem}.tw-single .sm\:w-24{width:6rem}.tw-single .sm\:w-28{width:7rem}.tw-single .sm\:w-32{width:8rem}.tw-single .sm\:w-36{width:9rem}.tw-single .sm\:w-40{width:10rem}.tw-single .sm\:w-44{width:11rem}.tw-single .sm\:w-48{width:12rem}.tw-single .sm\:w-52{width:13rem}.tw-single .sm\:w-56{width:14rem}.tw-single .sm\:w-60{width:15rem}.tw-single .sm\:w-64{width:16rem}.tw-single .sm\:w-72{width:18rem}.tw-single .sm\:w-80{width:20rem}.tw-single .sm\:w-96{width:24rem}.tw-single .sm\:w-auto{width:auto}.tw-single .sm\:w-px{width:1px}.tw-single .sm\:w-0\.5{width:.125rem}.tw-single .sm\:w-1\.5{width:.375rem}.tw-single .sm\:w-2\.5{width:.625rem}.tw-single .sm\:w-3\.5{width:.875rem}.tw-single .sm\:w-1\/2{width:50%}.tw-single .sm\:w-1\/3{width:33.333333%}.tw-single .sm\:w-2\/3{width:66.666667%}.tw-single .sm\:w-1\/4{width:25%}.tw-single .sm\:w-2\/4{width:50%}.tw-single .sm\:w-3\/4{width:75%}.tw-single .sm\:w-1\/5{width:20%}.tw-single .sm\:w-2\/5{width:40%}.tw-single .sm\:w-3\/5{width:60%}.tw-single .sm\:w-4\/5{width:80%}.tw-single .sm\:w-1\/6{width:16.666667%}.tw-single .sm\:w-2\/6{width:33.333333%}.tw-single .sm\:w-3\/6{width:50%}.tw-single .sm\:w-4\/6{width:66.666667%}.tw-single .sm\:w-5\/6{width:83.333333%}.tw-single .sm\:w-1\/12{width:8.333333%}.tw-single .sm\:w-2\/12{width:16.666667%}.tw-single .sm\:w-3\/12{width:25%}.tw-single .sm\:w-4\/12{width:33.333333%}.tw-single .sm\:w-5\/12{width:41.666667%}.tw-single .sm\:w-6\/12{width:50%}.tw-single .sm\:w-7\/12{width:58.333333%}.tw-single .sm\:w-8\/12{width:66.666667%}.tw-single .sm\:w-9\/12{width:75%}.tw-single .sm\:w-10\/12{width:83.333333%}.tw-single .sm\:w-11\/12{width:91.666667%}.tw-single .sm\:w-full{width:100%}.tw-single .sm\:w-screen{width:100vw}.tw-single .sm\:min-w-0{min-width:0}.tw-single .sm\:min-w-full{min-width:100%}.tw-single .sm\:min-w-min{min-width:min-content}.tw-single .sm\:min-w-max{min-width:max-content}.tw-single .sm\:max-w-0{max-width:0}.tw-single .sm\:max-w-none{max-width:none}.tw-single .sm\:max-w-xs{max-width:20rem}.tw-single .sm\:max-w-sm{max-width:24rem}.tw-single .sm\:max-w-md{max-width:28rem}.tw-single .sm\:max-w-lg{max-width:32rem}.tw-single .sm\:max-w-xl{max-width:36rem}.tw-single .sm\:max-w-2xl{max-width:42rem}.tw-single .sm\:max-w-3xl{max-width:48rem}.tw-single .sm\:max-w-4xl{max-width:56rem}.tw-single .sm\:max-w-5xl{max-width:64rem}.tw-single .sm\:max-w-6xl{max-width:72rem}.tw-single .sm\:max-w-7xl{max-width:80rem}.tw-single .sm\:max-w-full{max-width:100%}.tw-single .sm\:max-w-min{max-width:min-content}.tw-single .sm\:max-w-max{max-width:max-content}.tw-single .sm\:max-w-prose{max-width:65ch}.tw-single .sm\:max-w-screen-sm{max-width:640px}.tw-single .sm\:max-w-screen-md{max-width:768px}.tw-single .sm\:max-w-screen-lg{max-width:1024px}.tw-single .sm\:max-w-screen-xl{max-width:1280px}.tw-single .sm\:max-w-screen-2xl{max-width:1536px}.tw-single .sm\:flex-1{flex:1 1 0%}.tw-single .sm\:flex-auto{flex:1 1 auto}.tw-single .sm\:flex-initial{flex:0 1 auto}.tw-single .sm\:flex-none{flex:none}.tw-single .sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tw-single .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-single .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tw-single .sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tw-single .sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.tw-single .sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.tw-single .sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.tw-single .sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.tw-single .sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.tw-single .sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.tw-single .sm\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.tw-single .sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.tw-single .sm\:grid-cols-none{grid-template-columns:none}.tw-single .sm\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.tw-single .sm\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.tw-single .sm\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.tw-single .sm\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.tw-single .sm\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.tw-single .sm\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.tw-single .sm\:grid-rows-none{grid-template-rows:none}.tw-single .sm\:flex-row{flex-direction:row}.tw-single .sm\:flex-row-reverse{flex-direction:row-reverse}.tw-single .sm\:flex-col{flex-direction:column}.tw-single .sm\:flex-col-reverse{flex-direction:column-reverse}.tw-single .sm\:flex-wrap{flex-wrap:wrap}.tw-single .sm\:flex-wrap-reverse{flex-wrap:wrap-reverse}.tw-single .sm\:flex-nowrap{flex-wrap:nowrap}.tw-single .sm\:place-content-center{place-content:center}.tw-single .sm\:place-content-start{place-content:start}.tw-single .sm\:place-content-end{place-content:end}.tw-single .sm\:place-content-between{place-content:space-between}.tw-single .sm\:place-content-around{place-content:space-around}.tw-single .sm\:place-content-evenly{place-content:space-evenly}.tw-single .sm\:place-content-stretch{place-content:stretch}.tw-single .sm\:place-items-start{place-items:start}.tw-single .sm\:place-items-end{place-items:end}.tw-single .sm\:place-items-center{place-items:center}.tw-single .sm\:place-items-stretch{place-items:stretch}.tw-single .sm\:content-center{align-content:center}.tw-single .sm\:content-start{align-content:flex-start}.tw-single .sm\:content-end{align-content:flex-end}.tw-single .sm\:content-between{align-content:space-between}.tw-single .sm\:content-around{align-content:space-around}.tw-single .sm\:content-evenly{align-content:space-evenly}.tw-single .sm\:items-start{align-items:flex-start}.tw-single .sm\:items-end{align-items:flex-end}.tw-single .sm\:items-center{align-items:center}.tw-single .sm\:items-baseline{align-items:baseline}.tw-single .sm\:items-stretch{align-items:stretch}.tw-single .sm\:justify-start{justify-content:flex-start}.tw-single .sm\:justify-end{justify-content:flex-end}.tw-single .sm\:justify-center{justify-content:center}.tw-single .sm\:justify-between{justify-content:space-between}.tw-single .sm\:justify-around{justify-content:space-around}.tw-single .sm\:justify-evenly{justify-content:space-evenly}.tw-single .sm\:justify-items-start{justify-items:start}.tw-single .sm\:justify-items-end{justify-items:end}.tw-single .sm\:justify-items-center{justify-items:center}.tw-single .sm\:justify-items-stretch{justify-items:stretch}.tw-single .sm\:gap-0{gap:0}.tw-single .sm\:gap-1{gap:.25rem}.tw-single .sm\:gap-2{gap:.5rem}.tw-single .sm\:gap-3{gap:.75rem}.tw-single .sm\:gap-4{gap:1rem}.tw-single .sm\:gap-5{gap:1.25rem}.tw-single .sm\:gap-6{gap:1.5rem}.tw-single .sm\:gap-7{gap:1.75rem}.tw-single .sm\:gap-8{gap:2rem}.tw-single .sm\:gap-9{gap:2.25rem}.tw-single .sm\:gap-10{gap:2.5rem}.tw-single .sm\:gap-11{gap:2.75rem}.tw-single .sm\:gap-12{gap:3rem}.tw-single .sm\:gap-14{gap:3.5rem}.tw-single .sm\:gap-16{gap:4rem}.tw-single .sm\:gap-20{gap:5rem}.tw-single .sm\:gap-24{gap:6rem}.tw-single .sm\:gap-28{gap:7rem}.tw-single .sm\:gap-32{gap:8rem}.tw-single .sm\:gap-36{gap:9rem}.tw-single .sm\:gap-40{gap:10rem}.tw-single .sm\:gap-44{gap:11rem}.tw-single .sm\:gap-48{gap:12rem}.tw-single .sm\:gap-52{gap:13rem}.tw-single .sm\:gap-56{gap:14rem}.tw-single .sm\:gap-60{gap:15rem}.tw-single .sm\:gap-64{gap:16rem}.tw-single .sm\:gap-72{gap:18rem}.tw-single .sm\:gap-80{gap:20rem}.tw-single .sm\:gap-96{gap:24rem}.tw-single .sm\:gap-0\.5{gap:.125rem}.tw-single .sm\:gap-1\.5{gap:.375rem}.tw-single .sm\:gap-2\.5{gap:.625rem}.tw-single .sm\:gap-3\.5{gap:.875rem}.tw-single .sm\:gap-x-0{column-gap:0}.tw-single .sm\:gap-x-1{column-gap:.25rem}.tw-single .sm\:gap-x-2{column-gap:.5rem}.tw-single .sm\:gap-x-3{column-gap:.75rem}.tw-single .sm\:gap-x-4{column-gap:1rem}.tw-single .sm\:gap-x-5{column-gap:1.25rem}.tw-single .sm\:gap-x-6{column-gap:1.5rem}.tw-single .sm\:gap-x-7{column-gap:1.75rem}.tw-single .sm\:gap-x-8{column-gap:2rem}.tw-single .sm\:gap-x-9{column-gap:2.25rem}.tw-single .sm\:gap-x-10{column-gap:2.5rem}.tw-single .sm\:gap-x-11{column-gap:2.75rem}.tw-single .sm\:gap-x-12{column-gap:3rem}.tw-single .sm\:gap-x-14{column-gap:3.5rem}.tw-single .sm\:gap-x-16{column-gap:4rem}.tw-single .sm\:gap-x-20{column-gap:5rem}.tw-single .sm\:gap-x-24{column-gap:6rem}.tw-single .sm\:gap-x-28{column-gap:7rem}.tw-single .sm\:gap-x-32{column-gap:8rem}.tw-single .sm\:gap-x-36{column-gap:9rem}.tw-single .sm\:gap-x-40{column-gap:10rem}.tw-single .sm\:gap-x-44{column-gap:11rem}.tw-single .sm\:gap-x-48{column-gap:12rem}.tw-single .sm\:gap-x-52{column-gap:13rem}.tw-single .sm\:gap-x-56{column-gap:14rem}.tw-single .sm\:gap-x-60{column-gap:15rem}.tw-single .sm\:gap-x-64{column-gap:16rem}.tw-single .sm\:gap-x-72{column-gap:18rem}.tw-single .sm\:gap-x-80{column-gap:20rem}.tw-single .sm\:gap-x-96{column-gap:24rem}.tw-single .sm\:gap-x-0\.5{column-gap:.125rem}.tw-single .sm\:gap-x-1\.5{column-gap:.375rem}.tw-single .sm\:gap-x-2\.5{column-gap:.625rem}.tw-single .sm\:gap-x-3\.5{column-gap:.875rem}.tw-single .sm\:gap-y-0{row-gap:0}.tw-single .sm\:gap-y-1{row-gap:.25rem}.tw-single .sm\:gap-y-2{row-gap:.5rem}.tw-single .sm\:gap-y-3{row-gap:.75rem}.tw-single .sm\:gap-y-4{row-gap:1rem}.tw-single .sm\:gap-y-5{row-gap:1.25rem}.tw-single .sm\:gap-y-6{row-gap:1.5rem}.tw-single .sm\:gap-y-7{row-gap:1.75rem}.tw-single .sm\:gap-y-8{row-gap:2rem}.tw-single .sm\:gap-y-9{row-gap:2.25rem}.tw-single .sm\:gap-y-10{row-gap:2.5rem}.tw-single .sm\:gap-y-11{row-gap:2.75rem}.tw-single .sm\:gap-y-12{row-gap:3rem}.tw-single .sm\:gap-y-14{row-gap:3.5rem}.tw-single .sm\:gap-y-16{row-gap:4rem}.tw-single .sm\:gap-y-20{row-gap:5rem}.tw-single .sm\:gap-y-24{row-gap:6rem}.tw-single .sm\:gap-y-28{row-gap:7rem}.tw-single .sm\:gap-y-32{row-gap:8rem}.tw-single .sm\:gap-y-36{row-gap:9rem}.tw-single .sm\:gap-y-40{row-gap:10rem}.tw-single .sm\:gap-y-44{row-gap:11rem}.tw-single .sm\:gap-y-48{row-gap:12rem}.tw-single .sm\:gap-y-52{row-gap:13rem}.tw-single .sm\:gap-y-56{row-gap:14rem}.tw-single .sm\:gap-y-60{row-gap:15rem}.tw-single .sm\:gap-y-64{row-gap:16rem}.tw-single .sm\:gap-y-72{row-gap:18rem}.tw-single .sm\:gap-y-80{row-gap:20rem}.tw-single .sm\:gap-y-96{row-gap:24rem}.tw-single .sm\:gap-y-0\.5{row-gap:.125rem}.tw-single .sm\:gap-y-1\.5{row-gap:.375rem}.tw-single .sm\:gap-y-2\.5{row-gap:.625rem}.tw-single .sm\:gap-y-3\.5{row-gap:.875rem}.tw-single .sm\:place-self-auto{place-self:auto}.tw-single .sm\:place-self-start{place-self:start}.tw-single .sm\:place-self-end{place-self:end}.tw-single .sm\:place-self-center{place-self:center}.tw-single .sm\:place-self-stretch{place-self:stretch}.tw-single .sm\:self-auto{align-self:auto}.tw-single .sm\:self-start{align-self:flex-start}.tw-single .sm\:self-end{align-self:flex-end}.tw-single .sm\:self-center{align-self:center}.tw-single .sm\:self-stretch{align-self:stretch}.tw-single .sm\:self-baseline{align-self:baseline}.tw-single .sm\:justify-self-auto{justify-self:auto}.tw-single .sm\:justify-self-start{justify-self:start}.tw-single .sm\:justify-self-end{justify-self:end}.tw-single .sm\:justify-self-center{justify-self:center}.tw-single .sm\:justify-self-stretch{justify-self:stretch}.tw-single .sm\:rounded-none{border-radius:0}.tw-single .sm\:rounded-sm{border-radius:.125rem}.tw-single .sm\:rounded{border-radius:.25rem}.tw-single .sm\:rounded-md{border-radius:.375rem}.tw-single .sm\:rounded-lg{border-radius:.5rem}.tw-single .sm\:rounded-xl{border-radius:.75rem}.tw-single .sm\:rounded-2xl{border-radius:1rem}.tw-single .sm\:rounded-3xl{border-radius:1.5rem}.tw-single .sm\:rounded-full{border-radius:9999px}.tw-single .sm\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.tw-single .sm\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.tw-single .sm\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.tw-single .sm\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.tw-single .sm\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.tw-single .sm\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.tw-single .sm\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.tw-single .sm\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.tw-single .sm\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.tw-single .sm\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.tw-single .sm\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.tw-single .sm\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.tw-single .sm\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.tw-single .sm\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.tw-single .sm\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.tw-single .sm\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.tw-single .sm\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.tw-single .sm\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.tw-single .sm\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.tw-single .sm\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.tw-single .sm\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.tw-single .sm\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.tw-single .sm\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.tw-single .sm\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.tw-single .sm\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.tw-single .sm\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.tw-single .sm\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.tw-single .sm\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.tw-single .sm\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.tw-single .sm\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.tw-single .sm\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.tw-single .sm\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.tw-single .sm\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.tw-single .sm\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.tw-single .sm\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.tw-single .sm\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.tw-single .sm\:rounded-tl-none{border-top-left-radius:0}.tw-single .sm\:rounded-tl-sm{border-top-left-radius:.125rem}.tw-single .sm\:rounded-tl{border-top-left-radius:.25rem}.tw-single .sm\:rounded-tl-md{border-top-left-radius:.375rem}.tw-single .sm\:rounded-tl-lg{border-top-left-radius:.5rem}.tw-single .sm\:rounded-tl-xl{border-top-left-radius:.75rem}.tw-single .sm\:rounded-tl-2xl{border-top-left-radius:1rem}.tw-single .sm\:rounded-tl-3xl{border-top-left-radius:1.5rem}.tw-single .sm\:rounded-tl-full{border-top-left-radius:9999px}.tw-single .sm\:rounded-tr-none{border-top-right-radius:0}.tw-single .sm\:rounded-tr-sm{border-top-right-radius:.125rem}.tw-single .sm\:rounded-tr{border-top-right-radius:.25rem}.tw-single .sm\:rounded-tr-md{border-top-right-radius:.375rem}.tw-single .sm\:rounded-tr-lg{border-top-right-radius:.5rem}.tw-single .sm\:rounded-tr-xl{border-top-right-radius:.75rem}.tw-single .sm\:rounded-tr-2xl{border-top-right-radius:1rem}.tw-single .sm\:rounded-tr-3xl{border-top-right-radius:1.5rem}.tw-single .sm\:rounded-tr-full{border-top-right-radius:9999px}.tw-single .sm\:rounded-br-none{border-bottom-right-radius:0}.tw-single .sm\:rounded-br-sm{border-bottom-right-radius:.125rem}.tw-single .sm\:rounded-br{border-bottom-right-radius:.25rem}.tw-single .sm\:rounded-br-md{border-bottom-right-radius:.375rem}.tw-single .sm\:rounded-br-lg{border-bottom-right-radius:.5rem}.tw-single .sm\:rounded-br-xl{border-bottom-right-radius:.75rem}.tw-single .sm\:rounded-br-2xl{border-bottom-right-radius:1rem}.tw-single .sm\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.tw-single .sm\:rounded-br-full{border-bottom-right-radius:9999px}.tw-single .sm\:rounded-bl-none{border-bottom-left-radius:0}.tw-single .sm\:rounded-bl-sm{border-bottom-left-radius:.125rem}.tw-single .sm\:rounded-bl{border-bottom-left-radius:.25rem}.tw-single .sm\:rounded-bl-md{border-bottom-left-radius:.375rem}.tw-single .sm\:rounded-bl-lg{border-bottom-left-radius:.5rem}.tw-single .sm\:rounded-bl-xl{border-bottom-left-radius:.75rem}.tw-single .sm\:rounded-bl-2xl{border-bottom-left-radius:1rem}.tw-single .sm\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.tw-single .sm\:rounded-bl-full{border-bottom-left-radius:9999px}.tw-single .sm\:p-0{padding:0}.tw-single .sm\:p-1{padding:.25rem}.tw-single .sm\:p-2{padding:.5rem}.tw-single .sm\:p-3{padding:.75rem}.tw-single .sm\:p-4{padding:1rem}.tw-single .sm\:p-5{padding:1.25rem}.tw-single .sm\:p-6{padding:1.5rem}.tw-single .sm\:p-7{padding:1.75rem}.tw-single .sm\:p-8{padding:2rem}.tw-single .sm\:p-9{padding:2.25rem}.tw-single .sm\:p-10{padding:2.5rem}.tw-single .sm\:p-11{padding:2.75rem}.tw-single .sm\:p-12{padding:3rem}.tw-single .sm\:p-14{padding:3.5rem}.tw-single .sm\:p-16{padding:4rem}.tw-single .sm\:p-20{padding:5rem}.tw-single .sm\:p-24{padding:6rem}.tw-single .sm\:p-28{padding:7rem}.tw-single .sm\:p-32{padding:8rem}.tw-single .sm\:p-36{padding:9rem}.tw-single .sm\:p-40{padding:10rem}.tw-single .sm\:p-44{padding:11rem}.tw-single .sm\:p-48{padding:12rem}.tw-single .sm\:p-52{padding:13rem}.tw-single .sm\:p-56{padding:14rem}.tw-single .sm\:p-60{padding:15rem}.tw-single .sm\:p-64{padding:16rem}.tw-single .sm\:p-72{padding:18rem}.tw-single .sm\:p-80{padding:20rem}.tw-single .sm\:p-96{padding:24rem}.tw-single .sm\:p-px{padding:1px}.tw-single .sm\:p-0\.5{padding:.125rem}.tw-single .sm\:p-1\.5{padding:.375rem}.tw-single .sm\:p-2\.5{padding:.625rem}.tw-single .sm\:p-3\.5{padding:.875rem}.tw-single .sm\:px-0{padding-left:0;padding-right:0}.tw-single .sm\:px-1{padding-left:.25rem;padding-right:.25rem}.tw-single .sm\:px-2{padding-left:.5rem;padding-right:.5rem}.tw-single .sm\:px-3{padding-left:.75rem;padding-right:.75rem}.tw-single .sm\:px-4{padding-left:1rem;padding-right:1rem}.tw-single .sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.tw-single .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-single .sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.tw-single .sm\:px-8{padding-left:2rem;padding-right:2rem}.tw-single .sm\:px-9{padding-left:2.25rem;padding-right:2.25rem}.tw-single .sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.tw-single .sm\:px-11{padding-left:2.75rem;padding-right:2.75rem}.tw-single .sm\:px-12{padding-left:3rem;padding-right:3rem}.tw-single .sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.tw-single .sm\:px-16{padding-left:4rem;padding-right:4rem}.tw-single .sm\:px-20{padding-left:5rem;padding-right:5rem}.tw-single .sm\:px-24{padding-left:6rem;padding-right:6rem}.tw-single .sm\:px-28{padding-left:7rem;padding-right:7rem}.tw-single .sm\:px-32{padding-left:8rem;padding-right:8rem}.tw-single .sm\:px-36{padding-left:9rem;padding-right:9rem}.tw-single .sm\:px-40{padding-left:10rem;padding-right:10rem}.tw-single .sm\:px-44{padding-left:11rem;padding-right:11rem}.tw-single .sm\:px-48{padding-left:12rem;padding-right:12rem}.tw-single .sm\:px-52{padding-left:13rem;padding-right:13rem}.tw-single .sm\:px-56{padding-left:14rem;padding-right:14rem}.tw-single .sm\:px-60{padding-left:15rem;padding-right:15rem}.tw-single .sm\:px-64{padding-left:16rem;padding-right:16rem}.tw-single .sm\:px-72{padding-left:18rem;padding-right:18rem}.tw-single .sm\:px-80{padding-left:20rem;padding-right:20rem}.tw-single .sm\:px-96{padding-left:24rem;padding-right:24rem}.tw-single .sm\:px-px{padding-left:1px;padding-right:1px}.tw-single .sm\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.tw-single .sm\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.tw-single .sm\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.tw-single .sm\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.tw-single .sm\:py-0{padding-top:0;padding-bottom:0}.tw-single .sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.tw-single .sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.tw-single .sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.tw-single .sm\:py-4{padding-top:1rem;padding-bottom:1rem}.tw-single .sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.tw-single .sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.tw-single .sm\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.tw-single .sm\:py-8{padding-top:2rem;padding-bottom:2rem}.tw-single .sm\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.tw-single .sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.tw-single .sm\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.tw-single .sm\:py-12{padding-top:3rem;padding-bottom:3rem}.tw-single .sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.tw-single .sm\:py-16{padding-top:4rem;padding-bottom:4rem}.tw-single .sm\:py-20{padding-top:5rem;padding-bottom:5rem}.tw-single .sm\:py-24{padding-top:6rem;padding-bottom:6rem}.tw-single .sm\:py-28{padding-top:7rem;padding-bottom:7rem}.tw-single .sm\:py-32{padding-top:8rem;padding-bottom:8rem}.tw-single .sm\:py-36{padding-top:9rem;padding-bottom:9rem}.tw-single .sm\:py-40{padding-top:10rem;padding-bottom:10rem}.tw-single .sm\:py-44{padding-top:11rem;padding-bottom:11rem}.tw-single .sm\:py-48{padding-top:12rem;padding-bottom:12rem}.tw-single .sm\:py-52{padding-top:13rem;padding-bottom:13rem}.tw-single .sm\:py-56{padding-top:14rem;padding-bottom:14rem}.tw-single .sm\:py-60{padding-top:15rem;padding-bottom:15rem}.tw-single .sm\:py-64{padding-top:16rem;padding-bottom:16rem}.tw-single .sm\:py-72{padding-top:18rem;padding-bottom:18rem}.tw-single .sm\:py-80{padding-top:20rem;padding-bottom:20rem}.tw-single .sm\:py-96{padding-top:24rem;padding-bottom:24rem}.tw-single .sm\:py-px{padding-top:1px;padding-bottom:1px}.tw-single .sm\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.tw-single .sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.tw-single .sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.tw-single .sm\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.tw-single .sm\:pt-0{padding-top:0}.tw-single .sm\:pt-1{padding-top:.25rem}.tw-single .sm\:pt-2{padding-top:.5rem}.tw-single .sm\:pt-3{padding-top:.75rem}.tw-single .sm\:pt-4{padding-top:1rem}.tw-single .sm\:pt-5{padding-top:1.25rem}.tw-single .sm\:pt-6{padding-top:1.5rem}.tw-single .sm\:pt-7{padding-top:1.75rem}.tw-single .sm\:pt-8{padding-top:2rem}.tw-single .sm\:pt-9{padding-top:2.25rem}.tw-single .sm\:pt-10{padding-top:2.5rem}.tw-single .sm\:pt-11{padding-top:2.75rem}.tw-single .sm\:pt-12{padding-top:3rem}.tw-single .sm\:pt-14{padding-top:3.5rem}.tw-single .sm\:pt-16{padding-top:4rem}.tw-single .sm\:pt-20{padding-top:5rem}.tw-single .sm\:pt-24{padding-top:6rem}.tw-single .sm\:pt-28{padding-top:7rem}.tw-single .sm\:pt-32{padding-top:8rem}.tw-single .sm\:pt-36{padding-top:9rem}.tw-single .sm\:pt-40{padding-top:10rem}.tw-single .sm\:pt-44{padding-top:11rem}.tw-single .sm\:pt-48{padding-top:12rem}.tw-single .sm\:pt-52{padding-top:13rem}.tw-single .sm\:pt-56{padding-top:14rem}.tw-single .sm\:pt-60{padding-top:15rem}.tw-single .sm\:pt-64{padding-top:16rem}.tw-single .sm\:pt-72{padding-top:18rem}.tw-single .sm\:pt-80{padding-top:20rem}.tw-single .sm\:pt-96{padding-top:24rem}.tw-single .sm\:pt-px{padding-top:1px}.tw-single .sm\:pt-0\.5{padding-top:.125rem}.tw-single .sm\:pt-1\.5{padding-top:.375rem}.tw-single .sm\:pt-2\.5{padding-top:.625rem}.tw-single .sm\:pt-3\.5{padding-top:.875rem}.tw-single .sm\:pr-0{padding-right:0}.tw-single .sm\:pr-1{padding-right:.25rem}.tw-single .sm\:pr-2{padding-right:.5rem}.tw-single .sm\:pr-3{padding-right:.75rem}.tw-single .sm\:pr-4{padding-right:1rem}.tw-single .sm\:pr-5{padding-right:1.25rem}.tw-single .sm\:pr-6{padding-right:1.5rem}.tw-single .sm\:pr-7{padding-right:1.75rem}.tw-single .sm\:pr-8{padding-right:2rem}.tw-single .sm\:pr-9{padding-right:2.25rem}.tw-single .sm\:pr-10{padding-right:2.5rem}.tw-single .sm\:pr-11{padding-right:2.75rem}.tw-single .sm\:pr-12{padding-right:3rem}.tw-single .sm\:pr-14{padding-right:3.5rem}.tw-single .sm\:pr-16{padding-right:4rem}.tw-single .sm\:pr-20{padding-right:5rem}.tw-single .sm\:pr-24{padding-right:6rem}.tw-single .sm\:pr-28{padding-right:7rem}.tw-single .sm\:pr-32{padding-right:8rem}.tw-single .sm\:pr-36{padding-right:9rem}.tw-single .sm\:pr-40{padding-right:10rem}.tw-single .sm\:pr-44{padding-right:11rem}.tw-single .sm\:pr-48{padding-right:12rem}.tw-single .sm\:pr-52{padding-right:13rem}.tw-single .sm\:pr-56{padding-right:14rem}.tw-single .sm\:pr-60{padding-right:15rem}.tw-single .sm\:pr-64{padding-right:16rem}.tw-single .sm\:pr-72{padding-right:18rem}.tw-single .sm\:pr-80{padding-right:20rem}.tw-single .sm\:pr-96{padding-right:24rem}.tw-single .sm\:pr-px{padding-right:1px}.tw-single .sm\:pr-0\.5{padding-right:.125rem}.tw-single .sm\:pr-1\.5{padding-right:.375rem}.tw-single .sm\:pr-2\.5{padding-right:.625rem}.tw-single .sm\:pr-3\.5{padding-right:.875rem}.tw-single .sm\:pb-0{padding-bottom:0}.tw-single .sm\:pb-1{padding-bottom:.25rem}.tw-single .sm\:pb-2{padding-bottom:.5rem}.tw-single .sm\:pb-3{padding-bottom:.75rem}.tw-single .sm\:pb-4{padding-bottom:1rem}.tw-single .sm\:pb-5{padding-bottom:1.25rem}.tw-single .sm\:pb-6{padding-bottom:1.5rem}.tw-single .sm\:pb-7{padding-bottom:1.75rem}.tw-single .sm\:pb-8{padding-bottom:2rem}.tw-single .sm\:pb-9{padding-bottom:2.25rem}.tw-single .sm\:pb-10{padding-bottom:2.5rem}.tw-single .sm\:pb-11{padding-bottom:2.75rem}.tw-single .sm\:pb-12{padding-bottom:3rem}.tw-single .sm\:pb-14{padding-bottom:3.5rem}.tw-single .sm\:pb-16{padding-bottom:4rem}.tw-single .sm\:pb-20{padding-bottom:5rem}.tw-single .sm\:pb-24{padding-bottom:6rem}.tw-single .sm\:pb-28{padding-bottom:7rem}.tw-single .sm\:pb-32{padding-bottom:8rem}.tw-single .sm\:pb-36{padding-bottom:9rem}.tw-single .sm\:pb-40{padding-bottom:10rem}.tw-single .sm\:pb-44{padding-bottom:11rem}.tw-single .sm\:pb-48{padding-bottom:12rem}.tw-single .sm\:pb-52{padding-bottom:13rem}.tw-single .sm\:pb-56{padding-bottom:14rem}.tw-single .sm\:pb-60{padding-bottom:15rem}.tw-single .sm\:pb-64{padding-bottom:16rem}.tw-single .sm\:pb-72{padding-bottom:18rem}.tw-single .sm\:pb-80{padding-bottom:20rem}.tw-single .sm\:pb-96{padding-bottom:24rem}.tw-single .sm\:pb-px{padding-bottom:1px}.tw-single .sm\:pb-0\.5{padding-bottom:.125rem}.tw-single .sm\:pb-1\.5{padding-bottom:.375rem}.tw-single .sm\:pb-2\.5{padding-bottom:.625rem}.tw-single .sm\:pb-3\.5{padding-bottom:.875rem}.tw-single .sm\:pl-0{padding-left:0}.tw-single .sm\:pl-1{padding-left:.25rem}.tw-single .sm\:pl-2{padding-left:.5rem}.tw-single .sm\:pl-3{padding-left:.75rem}.tw-single .sm\:pl-4{padding-left:1rem}.tw-single .sm\:pl-5{padding-left:1.25rem}.tw-single .sm\:pl-6{padding-left:1.5rem}.tw-single .sm\:pl-7{padding-left:1.75rem}.tw-single .sm\:pl-8{padding-left:2rem}.tw-single .sm\:pl-9{padding-left:2.25rem}.tw-single .sm\:pl-10{padding-left:2.5rem}.tw-single .sm\:pl-11{padding-left:2.75rem}.tw-single .sm\:pl-12{padding-left:3rem}.tw-single .sm\:pl-14{padding-left:3.5rem}.tw-single .sm\:pl-16{padding-left:4rem}.tw-single .sm\:pl-20{padding-left:5rem}.tw-single .sm\:pl-24{padding-left:6rem}.tw-single .sm\:pl-28{padding-left:7rem}.tw-single .sm\:pl-32{padding-left:8rem}.tw-single .sm\:pl-36{padding-left:9rem}.tw-single .sm\:pl-40{padding-left:10rem}.tw-single .sm\:pl-44{padding-left:11rem}.tw-single .sm\:pl-48{padding-left:12rem}.tw-single .sm\:pl-52{padding-left:13rem}.tw-single .sm\:pl-56{padding-left:14rem}.tw-single .sm\:pl-60{padding-left:15rem}.tw-single .sm\:pl-64{padding-left:16rem}.tw-single .sm\:pl-72{padding-left:18rem}.tw-single .sm\:pl-80{padding-left:20rem}.tw-single .sm\:pl-96{padding-left:24rem}.tw-single .sm\:pl-px{padding-left:1px}.tw-single .sm\:pl-0\.5{padding-left:.125rem}.tw-single .sm\:pl-1\.5{padding-left:.375rem}.tw-single .sm\:pl-2\.5{padding-left:.625rem}.tw-single .sm\:pl-3\.5{padding-left:.875rem}.tw-single .sm\:text-left{text-align:left}.tw-single .sm\:text-center{text-align:center}.tw-single .sm\:text-right{text-align:right}.tw-single .sm\:text-justify{text-align:justify}.tw-single .sm\:text-xs{font-size:.75rem;line-height:1rem}.tw-single .sm\:text-sm{font-size:.875rem;line-height:1.25rem}.tw-single .sm\:text-base{font-size:1rem;line-height:1.5rem}.tw-single .sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.tw-single .sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.tw-single .sm\:text-2xl{font-size:1.5rem;line-height:2rem}.tw-single .sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.tw-single .sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.tw-single .sm\:text-5xl{font-size:3rem;line-height:1}.tw-single .sm\:text-6xl{font-size:3.75rem;line-height:1}.tw-single .sm\:text-7xl{font-size:4.5rem;line-height:1}.tw-single .sm\:text-8xl{font-size:6rem;line-height:1}.tw-single .sm\:text-9xl{font-size:8rem;line-height:1}.tw-single .sm\:leading-3{line-height:.75rem}.tw-single .sm\:leading-4{line-height:1rem}.tw-single .sm\:leading-5{line-height:1.25rem}.tw-single .sm\:leading-6{line-height:1.5rem}.tw-single .sm\:leading-7{line-height:1.75rem}.tw-single .sm\:leading-8{line-height:2rem}.tw-single .sm\:leading-9{line-height:2.25rem}.tw-single .sm\:leading-10{line-height:2.5rem}.tw-single .sm\:leading-none{line-height:1}.tw-single .sm\:leading-tight{line-height:1.25}.tw-single .sm\:leading-snug{line-height:1.375}.tw-single .sm\:leading-normal{line-height:1.5}.tw-single .sm\:leading-relaxed{line-height:1.625}.tw-single .sm\:leading-loose{line-height:2}.tw-single .sm\:tracking-tighter{letter-spacing:-.05em}.tw-single .sm\:tracking-tight{letter-spacing:-.025em}.tw-single .sm\:tracking-normal{letter-spacing:0}.tw-single .sm\:tracking-wide{letter-spacing:.025em}.tw-single .sm\:tracking-wider{letter-spacing:.05em}.tw-single .sm\:tracking-widest{letter-spacing:.1em}}@media (min-width:768px){.tw-single .md\:static{position:static}.tw-single .md\:fixed{position:fixed}.tw-single .md\:absolute{position:absolute}.tw-single .md\:relative{position:relative}.tw-single .md\:sticky{position:sticky}.tw-single .md\:inset-0{top:0;right:0;bottom:0;left:0}.tw-single .md\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.tw-single .md\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.tw-single .md\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.tw-single .md\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.tw-single .md\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.tw-single .md\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.tw-single .md\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.tw-single .md\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.tw-single .md\:-inset-0{top:0;right:0;bottom:0;left:0}.tw-single .md\:-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.tw-single .md\:-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.tw-single .md\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.tw-single .md\:-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.tw-single .md\:-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.tw-single .md\:-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.tw-single .md\:-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.tw-single .md\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.tw-single .md\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.tw-single .md\:-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.tw-single .md\:-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.tw-single .md\:top-0{top:0}.tw-single .md\:top-1{top:.25rem}.tw-single .md\:top-2{top:.5rem}.tw-single .md\:top-3{top:.75rem}.tw-single .md\:top-4{top:1rem}.tw-single .md\:top-6{top:1.5rem}.tw-single .md\:top-8{top:2rem}.tw-single .md\:top-auto{top:auto}.tw-single .md\:top-px{top:1px}.tw-single .md\:-top-0{top:0}.tw-single .md\:-top-1{top:-.25rem}.tw-single .md\:-top-2{top:-.5rem}.tw-single .md\:-top-3{top:-.75rem}.tw-single .md\:-top-4{top:-1rem}.tw-single .md\:-top-6{top:-1.5rem}.tw-single .md\:-top-8{top:-2rem}.tw-single .md\:-top-px{top:-1px}.tw-single .md\:top-1\/2{top:50%}.tw-single .md\:top-full{top:100%}.tw-single .md\:-top-1\/2{top:-50%}.tw-single .md\:-top-full{top:-100%}.tw-single .md\:right-0{right:0}.tw-single .md\:right-1{right:.25rem}.tw-single .md\:right-2{right:.5rem}.tw-single .md\:right-3{right:.75rem}.tw-single .md\:right-4{right:1rem}.tw-single .md\:right-6{right:1.5rem}.tw-single .md\:right-8{right:2rem}.tw-single .md\:right-auto{right:auto}.tw-single .md\:right-px{right:1px}.tw-single .md\:-right-0{right:0}.tw-single .md\:-right-1{right:-.25rem}.tw-single .md\:-right-2{right:-.5rem}.tw-single .md\:-right-3{right:-.75rem}.tw-single .md\:-right-4{right:-1rem}.tw-single .md\:-right-6{right:-1.5rem}.tw-single .md\:-right-8{right:-2rem}.tw-single .md\:-right-px{right:-1px}.tw-single .md\:right-1\/2{right:50%}.tw-single .md\:right-full{right:100%}.tw-single .md\:-right-1\/2{right:-50%}.tw-single .md\:-right-full{right:-100%}.tw-single .md\:bottom-0{bottom:0}.tw-single .md\:bottom-1{bottom:.25rem}.tw-single .md\:bottom-2{bottom:.5rem}.tw-single .md\:bottom-3{bottom:.75rem}.tw-single .md\:bottom-4{bottom:1rem}.tw-single .md\:bottom-6{bottom:1.5rem}.tw-single .md\:bottom-8{bottom:2rem}.tw-single .md\:bottom-auto{bottom:auto}.tw-single .md\:bottom-px{bottom:1px}.tw-single .md\:-bottom-0{bottom:0}.tw-single .md\:-bottom-1{bottom:-.25rem}.tw-single .md\:-bottom-2{bottom:-.5rem}.tw-single .md\:-bottom-3{bottom:-.75rem}.tw-single .md\:-bottom-4{bottom:-1rem}.tw-single .md\:-bottom-6{bottom:-1.5rem}.tw-single .md\:-bottom-8{bottom:-2rem}.tw-single .md\:-bottom-px{bottom:-1px}.tw-single .md\:bottom-1\/2{bottom:50%}.tw-single .md\:bottom-full{bottom:100%}.tw-single .md\:-bottom-1\/2{bottom:-50%}.tw-single .md\:-bottom-full{bottom:-100%}.tw-single .md\:left-0{left:0}.tw-single .md\:left-1{left:.25rem}.tw-single .md\:left-2{left:.5rem}.tw-single .md\:left-3{left:.75rem}.tw-single .md\:left-4{left:1rem}.tw-single .md\:left-6{left:1.5rem}.tw-single .md\:left-8{left:2rem}.tw-single .md\:left-auto{left:auto}.tw-single .md\:left-px{left:1px}.tw-single .md\:-left-0{left:0}.tw-single .md\:-left-1{left:-.25rem}.tw-single .md\:-left-2{left:-.5rem}.tw-single .md\:-left-3{left:-.75rem}.tw-single .md\:-left-4{left:-1rem}.tw-single .md\:-left-6{left:-1.5rem}.tw-single .md\:-left-8{left:-2rem}.tw-single .md\:-left-px{left:-1px}.tw-single .md\:left-1\/2{left:50%}.tw-single .md\:left-full{left:100%}.tw-single .md\:-left-1\/2{left:-50%}.tw-single .md\:-left-full{left:-100%}.tw-single .md\:order-1{order:1}.tw-single .md\:order-2{order:2}.tw-single .md\:order-3{order:3}.tw-single .md\:order-4{order:4}.tw-single .md\:order-5{order:5}.tw-single .md\:order-6{order:6}.tw-single .md\:order-7{order:7}.tw-single .md\:order-8{order:8}.tw-single .md\:order-9{order:9}.tw-single .md\:order-10{order:10}.tw-single .md\:order-11{order:11}.tw-single .md\:order-12{order:12}.tw-single .md\:order-first{order:-9999}.tw-single .md\:order-last{order:9999}.tw-single .md\:order-none{order:0}.tw-single .md\:col-auto{grid-column:auto}.tw-single .md\:col-span-1{grid-column:span 1/span 1}.tw-single .md\:col-span-2{grid-column:span 2/span 2}.tw-single .md\:col-span-3{grid-column:span 3/span 3}.tw-single .md\:col-span-4{grid-column:span 4/span 4}.tw-single .md\:col-span-5{grid-column:span 5/span 5}.tw-single .md\:col-span-6{grid-column:span 6/span 6}.tw-single .md\:col-span-7{grid-column:span 7/span 7}.tw-single .md\:col-span-8{grid-column:span 8/span 8}.tw-single .md\:col-span-9{grid-column:span 9/span 9}.tw-single .md\:col-span-10{grid-column:span 10/span 10}.tw-single .md\:col-span-11{grid-column:span 11/span 11}.tw-single .md\:col-span-12{grid-column:span 12/span 12}.tw-single .md\:col-span-full{grid-column:1/-1}.tw-single .md\:col-start-1{grid-column-start:1}.tw-single .md\:col-start-2{grid-column-start:2}.tw-single .md\:col-start-3{grid-column-start:3}.tw-single .md\:col-start-4{grid-column-start:4}.tw-single .md\:col-start-5{grid-column-start:5}.tw-single .md\:col-start-6{grid-column-start:6}.tw-single .md\:col-start-7{grid-column-start:7}.tw-single .md\:col-start-8{grid-column-start:8}.tw-single .md\:col-start-9{grid-column-start:9}.tw-single .md\:col-start-10{grid-column-start:10}.tw-single .md\:col-start-11{grid-column-start:11}.tw-single .md\:col-start-12{grid-column-start:12}.tw-single .md\:col-start-13{grid-column-start:13}.tw-single .md\:col-end-1{grid-column-end:1}.tw-single .md\:col-end-2{grid-column-end:2}.tw-single .md\:col-end-3{grid-column-end:3}.tw-single .md\:col-end-4{grid-column-end:4}.tw-single .md\:col-end-5{grid-column-end:5}.tw-single .md\:col-end-6{grid-column-end:6}.tw-single .md\:col-end-7{grid-column-end:7}.tw-single .md\:col-end-8{grid-column-end:8}.tw-single .md\:col-end-9{grid-column-end:9}.tw-single .md\:col-end-10{grid-column-end:10}.tw-single .md\:col-end-11{grid-column-end:11}.tw-single .md\:col-end-12{grid-column-end:12}.tw-single .md\:col-end-13{grid-column-end:13}.tw-single .md\:row-auto{grid-row:auto}.tw-single .md\:row-span-1{grid-row:span 1/span 1}.tw-single .md\:row-span-2{grid-row:span 2/span 2}.tw-single .md\:row-span-3{grid-row:span 3/span 3}.tw-single .md\:row-span-4{grid-row:span 4/span 4}.tw-single .md\:row-span-5{grid-row:span 5/span 5}.tw-single .md\:row-span-6{grid-row:span 6/span 6}.tw-single .md\:row-span-full{grid-row:1/-1}.tw-single .md\:row-start-1{grid-row-start:1}.tw-single .md\:row-start-2{grid-row-start:2}.tw-single .md\:row-start-3{grid-row-start:3}.tw-single .md\:row-start-4{grid-row-start:4}.tw-single .md\:row-start-5{grid-row-start:5}.tw-single .md\:row-start-6{grid-row-start:6}.tw-single .md\:row-start-7{grid-row-start:7}.tw-single .md\:row-end-1{grid-row-end:1}.tw-single .md\:row-end-2{grid-row-end:2}.tw-single .md\:row-end-3{grid-row-end:3}.tw-single .md\:row-end-4{grid-row-end:4}.tw-single .md\:row-end-5{grid-row-end:5}.tw-single .md\:row-end-6{grid-row-end:6}.tw-single .md\:row-end-7{grid-row-end:7}.tw-single .md\:float-right{float:right}.tw-single .md\:float-left{float:left}.tw-single .md\:float-none{float:none}.tw-single .md\:clear-left{clear:left}.tw-single .md\:clear-right{clear:right}.tw-single .md\:clear-both{clear:both}.tw-single .md\:clear-none{clear:none}.tw-single .md\:m-0{margin:0}.tw-single .md\:m-1{margin:.25rem}.tw-single .md\:m-2{margin:.5rem}.tw-single .md\:m-3{margin:.75rem}.tw-single .md\:m-4{margin:1rem}.tw-single .md\:m-5{margin:1.25rem}.tw-single .md\:m-6{margin:1.5rem}.tw-single .md\:m-7{margin:1.75rem}.tw-single .md\:m-8{margin:2rem}.tw-single .md\:m-9{margin:2.25rem}.tw-single .md\:m-10{margin:2.5rem}.tw-single .md\:m-11{margin:2.75rem}.tw-single .md\:m-12{margin:3rem}.tw-single .md\:m-14{margin:3.5rem}.tw-single .md\:m-16{margin:4rem}.tw-single .md\:m-20{margin:5rem}.tw-single .md\:m-24{margin:6rem}.tw-single .md\:m-28{margin:7rem}.tw-single .md\:m-32{margin:8rem}.tw-single .md\:m-36{margin:9rem}.tw-single .md\:m-40{margin:10rem}.tw-single .md\:m-44{margin:11rem}.tw-single .md\:m-48{margin:12rem}.tw-single .md\:m-52{margin:13rem}.tw-single .md\:m-56{margin:14rem}.tw-single .md\:m-60{margin:15rem}.tw-single .md\:m-64{margin:16rem}.tw-single .md\:m-72{margin:18rem}.tw-single .md\:m-80{margin:20rem}.tw-single .md\:m-96{margin:24rem}.tw-single .md\:m-auto{margin:auto}.tw-single .md\:m-px{margin:1px}.tw-single .md\:m-0\.5{margin:.125rem}.tw-single .md\:m-1\.5{margin:.375rem}.tw-single .md\:m-2\.5{margin:.625rem}.tw-single .md\:m-3\.5{margin:.875rem}.tw-single .md\:mx-0{margin-left:0;margin-right:0}.tw-single .md\:mx-1{margin-left:.25rem;margin-right:.25rem}.tw-single .md\:mx-2{margin-left:.5rem;margin-right:.5rem}.tw-single .md\:mx-3{margin-left:.75rem;margin-right:.75rem}.tw-single .md\:mx-4{margin-left:1rem;margin-right:1rem}.tw-single .md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.tw-single .md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.tw-single .md\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.tw-single .md\:mx-8{margin-left:2rem;margin-right:2rem}.tw-single .md\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.tw-single .md\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.tw-single .md\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.tw-single .md\:mx-12{margin-left:3rem;margin-right:3rem}.tw-single .md\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.tw-single .md\:mx-16{margin-left:4rem;margin-right:4rem}.tw-single .md\:mx-20{margin-left:5rem;margin-right:5rem}.tw-single .md\:mx-24{margin-left:6rem;margin-right:6rem}.tw-single .md\:mx-28{margin-left:7rem;margin-right:7rem}.tw-single .md\:mx-32{margin-left:8rem;margin-right:8rem}.tw-single .md\:mx-36{margin-left:9rem;margin-right:9rem}.tw-single .md\:mx-40{margin-left:10rem;margin-right:10rem}.tw-single .md\:mx-44{margin-left:11rem;margin-right:11rem}.tw-single .md\:mx-48{margin-left:12rem;margin-right:12rem}.tw-single .md\:mx-52{margin-left:13rem;margin-right:13rem}.tw-single .md\:mx-56{margin-left:14rem;margin-right:14rem}.tw-single .md\:mx-60{margin-left:15rem;margin-right:15rem}.tw-single .md\:mx-64{margin-left:16rem;margin-right:16rem}.tw-single .md\:mx-72{margin-left:18rem;margin-right:18rem}.tw-single .md\:mx-80{margin-left:20rem;margin-right:20rem}.tw-single .md\:mx-96{margin-left:24rem;margin-right:24rem}.tw-single .md\:mx-auto{margin-left:auto;margin-right:auto}.tw-single .md\:mx-px{margin-left:1px;margin-right:1px}.tw-single .md\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.tw-single .md\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.tw-single .md\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.tw-single .md\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.tw-single .md\:my-0{margin-top:0;margin-bottom:0}.tw-single .md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.tw-single .md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.tw-single .md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.tw-single .md\:my-4{margin-top:1rem;margin-bottom:1rem}.tw-single .md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.tw-single .md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.tw-single .md\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.tw-single .md\:my-8{margin-top:2rem;margin-bottom:2rem}.tw-single .md\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.tw-single .md\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.tw-single .md\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.tw-single .md\:my-12{margin-top:3rem;margin-bottom:3rem}.tw-single .md\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.tw-single .md\:my-16{margin-top:4rem;margin-bottom:4rem}.tw-single .md\:my-20{margin-top:5rem;margin-bottom:5rem}.tw-single .md\:my-24{margin-top:6rem;margin-bottom:6rem}.tw-single .md\:my-28{margin-top:7rem;margin-bottom:7rem}.tw-single .md\:my-32{margin-top:8rem;margin-bottom:8rem}.tw-single .md\:my-36{margin-top:9rem;margin-bottom:9rem}.tw-single .md\:my-40{margin-top:10rem;margin-bottom:10rem}.tw-single .md\:my-44{margin-top:11rem;margin-bottom:11rem}.tw-single .md\:my-48{margin-top:12rem;margin-bottom:12rem}.tw-single .md\:my-52{margin-top:13rem;margin-bottom:13rem}.tw-single .md\:my-56{margin-top:14rem;margin-bottom:14rem}.tw-single .md\:my-60{margin-top:15rem;margin-bottom:15rem}.tw-single .md\:my-64{margin-top:16rem;margin-bottom:16rem}.tw-single .md\:my-72{margin-top:18rem;margin-bottom:18rem}.tw-single .md\:my-80{margin-top:20rem;margin-bottom:20rem}.tw-single .md\:my-96{margin-top:24rem;margin-bottom:24rem}.tw-single .md\:my-auto{margin-top:auto;margin-bottom:auto}.tw-single .md\:my-px{margin-top:1px;margin-bottom:1px}.tw-single .md\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.tw-single .md\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.tw-single .md\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.tw-single .md\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.tw-single .md\:mt-0{margin-top:0}.tw-single .md\:mt-1{margin-top:.25rem}.tw-single .md\:mt-2{margin-top:.5rem}.tw-single .md\:mt-3{margin-top:.75rem}.tw-single .md\:mt-4{margin-top:1rem}.tw-single .md\:mt-5{margin-top:1.25rem}.tw-single .md\:mt-6{margin-top:1.5rem}.tw-single .md\:mt-7{margin-top:1.75rem}.tw-single .md\:mt-8{margin-top:2rem}.tw-single .md\:mt-9{margin-top:2.25rem}.tw-single .md\:mt-10{margin-top:2.5rem}.tw-single .md\:mt-11{margin-top:2.75rem}.tw-single .md\:mt-12{margin-top:3rem}.tw-single .md\:mt-14{margin-top:3.5rem}.tw-single .md\:mt-16{margin-top:4rem}.tw-single .md\:mt-20{margin-top:5rem}.tw-single .md\:mt-24{margin-top:6rem}.tw-single .md\:mt-28{margin-top:7rem}.tw-single .md\:mt-32{margin-top:8rem}.tw-single .md\:mt-36{margin-top:9rem}.tw-single .md\:mt-40{margin-top:10rem}.tw-single .md\:mt-44{margin-top:11rem}.tw-single .md\:mt-48{margin-top:12rem}.tw-single .md\:mt-52{margin-top:13rem}.tw-single .md\:mt-56{margin-top:14rem}.tw-single .md\:mt-60{margin-top:15rem}.tw-single .md\:mt-64{margin-top:16rem}.tw-single .md\:mt-72{margin-top:18rem}.tw-single .md\:mt-80{margin-top:20rem}.tw-single .md\:mt-96{margin-top:24rem}.tw-single .md\:mt-auto{margin-top:auto}.tw-single .md\:mt-px{margin-top:1px}.tw-single .md\:mt-0\.5{margin-top:.125rem}.tw-single .md\:mt-1\.5{margin-top:.375rem}.tw-single .md\:mt-2\.5{margin-top:.625rem}.tw-single .md\:mt-3\.5{margin-top:.875rem}.tw-single .md\:mr-0{margin-right:0}.tw-single .md\:mr-1{margin-right:.25rem}.tw-single .md\:mr-2{margin-right:.5rem}.tw-single .md\:mr-3{margin-right:.75rem}.tw-single .md\:mr-4{margin-right:1rem}.tw-single .md\:mr-5{margin-right:1.25rem}.tw-single .md\:mr-6{margin-right:1.5rem}.tw-single .md\:mr-7{margin-right:1.75rem}.tw-single .md\:mr-8{margin-right:2rem}.tw-single .md\:mr-9{margin-right:2.25rem}.tw-single .md\:mr-10{margin-right:2.5rem}.tw-single .md\:mr-11{margin-right:2.75rem}.tw-single .md\:mr-12{margin-right:3rem}.tw-single .md\:mr-14{margin-right:3.5rem}.tw-single .md\:mr-16{margin-right:4rem}.tw-single .md\:mr-20{margin-right:5rem}.tw-single .md\:mr-24{margin-right:6rem}.tw-single .md\:mr-28{margin-right:7rem}.tw-single .md\:mr-32{margin-right:8rem}.tw-single .md\:mr-36{margin-right:9rem}.tw-single .md\:mr-40{margin-right:10rem}.tw-single .md\:mr-44{margin-right:11rem}.tw-single .md\:mr-48{margin-right:12rem}.tw-single .md\:mr-52{margin-right:13rem}.tw-single .md\:mr-56{margin-right:14rem}.tw-single .md\:mr-60{margin-right:15rem}.tw-single .md\:mr-64{margin-right:16rem}.tw-single .md\:mr-72{margin-right:18rem}.tw-single .md\:mr-80{margin-right:20rem}.tw-single .md\:mr-96{margin-right:24rem}.tw-single .md\:mr-auto{margin-right:auto}.tw-single .md\:mr-px{margin-right:1px}.tw-single .md\:mr-0\.5{margin-right:.125rem}.tw-single .md\:mr-1\.5{margin-right:.375rem}.tw-single .md\:mr-2\.5{margin-right:.625rem}.tw-single .md\:mr-3\.5{margin-right:.875rem}.tw-single .md\:mb-0{margin-bottom:0}.tw-single .md\:mb-1{margin-bottom:.25rem}.tw-single .md\:mb-2{margin-bottom:.5rem}.tw-single .md\:mb-3{margin-bottom:.75rem}.tw-single .md\:mb-4{margin-bottom:1rem}.tw-single .md\:mb-5{margin-bottom:1.25rem}.tw-single .md\:mb-6{margin-bottom:1.5rem}.tw-single .md\:mb-7{margin-bottom:1.75rem}.tw-single .md\:mb-8{margin-bottom:2rem}.tw-single .md\:mb-9{margin-bottom:2.25rem}.tw-single .md\:mb-10{margin-bottom:2.5rem}.tw-single .md\:mb-11{margin-bottom:2.75rem}.tw-single .md\:mb-12{margin-bottom:3rem}.tw-single .md\:mb-14{margin-bottom:3.5rem}.tw-single .md\:mb-16{margin-bottom:4rem}.tw-single .md\:mb-20{margin-bottom:5rem}.tw-single .md\:mb-24{margin-bottom:6rem}.tw-single .md\:mb-28{margin-bottom:7rem}.tw-single .md\:mb-32{margin-bottom:8rem}.tw-single .md\:mb-36{margin-bottom:9rem}.tw-single .md\:mb-40{margin-bottom:10rem}.tw-single .md\:mb-44{margin-bottom:11rem}.tw-single .md\:mb-48{margin-bottom:12rem}.tw-single .md\:mb-52{margin-bottom:13rem}.tw-single .md\:mb-56{margin-bottom:14rem}.tw-single .md\:mb-60{margin-bottom:15rem}.tw-single .md\:mb-64{margin-bottom:16rem}.tw-single .md\:mb-72{margin-bottom:18rem}.tw-single .md\:mb-80{margin-bottom:20rem}.tw-single .md\:mb-96{margin-bottom:24rem}.tw-single .md\:mb-auto{margin-bottom:auto}.tw-single .md\:mb-px{margin-bottom:1px}.tw-single .md\:mb-0\.5{margin-bottom:.125rem}.tw-single .md\:mb-1\.5{margin-bottom:.375rem}.tw-single .md\:mb-2\.5{margin-bottom:.625rem}.tw-single .md\:mb-3\.5{margin-bottom:.875rem}.tw-single .md\:ml-0{margin-left:0}.tw-single .md\:ml-1{margin-left:.25rem}.tw-single .md\:ml-2{margin-left:.5rem}.tw-single .md\:ml-3{margin-left:.75rem}.tw-single .md\:ml-4{margin-left:1rem}.tw-single .md\:ml-5{margin-left:1.25rem}.tw-single .md\:ml-6{margin-left:1.5rem}.tw-single .md\:ml-7{margin-left:1.75rem}.tw-single .md\:ml-8{margin-left:2rem}.tw-single .md\:ml-9{margin-left:2.25rem}.tw-single .md\:ml-10{margin-left:2.5rem}.tw-single .md\:ml-11{margin-left:2.75rem}.tw-single .md\:ml-12{margin-left:3rem}.tw-single .md\:ml-14{margin-left:3.5rem}.tw-single .md\:ml-16{margin-left:4rem}.tw-single .md\:ml-20{margin-left:5rem}.tw-single .md\:ml-24{margin-left:6rem}.tw-single .md\:ml-28{margin-left:7rem}.tw-single .md\:ml-32{margin-left:8rem}.tw-single .md\:ml-36{margin-left:9rem}.tw-single .md\:ml-40{margin-left:10rem}.tw-single .md\:ml-44{margin-left:11rem}.tw-single .md\:ml-48{margin-left:12rem}.tw-single .md\:ml-52{margin-left:13rem}.tw-single .md\:ml-56{margin-left:14rem}.tw-single .md\:ml-60{margin-left:15rem}.tw-single .md\:ml-64{margin-left:16rem}.tw-single .md\:ml-72{margin-left:18rem}.tw-single .md\:ml-80{margin-left:20rem}.tw-single .md\:ml-96{margin-left:24rem}.tw-single .md\:ml-auto{margin-left:auto}.tw-single .md\:ml-px{margin-left:1px}.tw-single .md\:ml-0\.5{margin-left:.125rem}.tw-single .md\:ml-1\.5{margin-left:.375rem}.tw-single .md\:ml-2\.5{margin-left:.625rem}.tw-single .md\:ml-3\.5{margin-left:.875rem}.tw-single .md\:block{display:block}.tw-single .md\:inline-block{display:inline-block}.tw-single .md\:inline{display:inline}.tw-single .md\:flex{display:flex}.tw-single .md\:inline-flex{display:inline-flex}.tw-single .md\:table{display:table}.tw-single .md\:flow-root{display:flow-root}.tw-single .md\:grid{display:grid}.tw-single .md\:inline-grid{display:inline-grid}.tw-single .md\:contents{display:contents}.tw-single .md\:hidden{display:none}.tw-single .md\:h-0{height:0}.tw-single .md\:h-1{height:.25rem}.tw-single .md\:h-2{height:.5rem}.tw-single .md\:h-3{height:.75rem}.tw-single .md\:h-4{height:1rem}.tw-single .md\:h-5{height:1.25rem}.tw-single .md\:h-6{height:1.5rem}.tw-single .md\:h-7{height:1.75rem}.tw-single .md\:h-8{height:2rem}.tw-single .md\:h-9{height:2.25rem}.tw-single .md\:h-10{height:2.5rem}.tw-single .md\:h-11{height:2.75rem}.tw-single .md\:h-12{height:3rem}.tw-single .md\:h-14{height:3.5rem}.tw-single .md\:h-16{height:4rem}.tw-single .md\:h-20{height:5rem}.tw-single .md\:h-24{height:6rem}.tw-single .md\:h-28{height:7rem}.tw-single .md\:h-32{height:8rem}.tw-single .md\:h-36{height:9rem}.tw-single .md\:h-40{height:10rem}.tw-single .md\:h-44{height:11rem}.tw-single .md\:h-48{height:12rem}.tw-single .md\:h-52{height:13rem}.tw-single .md\:h-56{height:14rem}.tw-single .md\:h-60{height:15rem}.tw-single .md\:h-64{height:16rem}.tw-single .md\:h-72{height:18rem}.tw-single .md\:h-80{height:20rem}.tw-single .md\:h-96{height:24rem}.tw-single .md\:h-auto{height:auto}.tw-single .md\:h-px{height:1px}.tw-single .md\:h-0\.5{height:.125rem}.tw-single .md\:h-1\.5{height:.375rem}.tw-single .md\:h-2\.5{height:.625rem}.tw-single .md\:h-3\.5{height:.875rem}.tw-single .md\:h-full{height:100%}.tw-single .md\:h-screen{height:100vh}.tw-single .md\:max-h-0{max-height:0}.tw-single .md\:max-h-1{max-height:.25rem}.tw-single .md\:max-h-2{max-height:.5rem}.tw-single .md\:max-h-3{max-height:.75rem}.tw-single .md\:max-h-4{max-height:1rem}.tw-single .md\:max-h-5{max-height:1.25rem}.tw-single .md\:max-h-6{max-height:1.5rem}.tw-single .md\:max-h-7{max-height:1.75rem}.tw-single .md\:max-h-8{max-height:2rem}.tw-single .md\:max-h-9{max-height:2.25rem}.tw-single .md\:max-h-10{max-height:2.5rem}.tw-single .md\:max-h-11{max-height:2.75rem}.tw-single .md\:max-h-12{max-height:3rem}.tw-single .md\:max-h-14{max-height:3.5rem}.tw-single .md\:max-h-16{max-height:4rem}.tw-single .md\:max-h-20{max-height:5rem}.tw-single .md\:max-h-24{max-height:6rem}.tw-single .md\:max-h-28{max-height:7rem}.tw-single .md\:max-h-32{max-height:8rem}.tw-single .md\:max-h-36{max-height:9rem}.tw-single .md\:max-h-40{max-height:10rem}.tw-single .md\:max-h-44{max-height:11rem}.tw-single .md\:max-h-48{max-height:12rem}.tw-single .md\:max-h-52{max-height:13rem}.tw-single .md\:max-h-56{max-height:14rem}.tw-single .md\:max-h-60{max-height:15rem}.tw-single .md\:max-h-64{max-height:16rem}.tw-single .md\:max-h-72{max-height:18rem}.tw-single .md\:max-h-80{max-height:20rem}.tw-single .md\:max-h-96{max-height:24rem}.tw-single .md\:max-h-px{max-height:1px}.tw-single .md\:max-h-full{max-height:100%}.tw-single .md\:max-h-screen{max-height:100vh}.tw-single .md\:min-h-0{min-height:0}.tw-single .md\:min-h-full{min-height:100%}.tw-single .md\:min-h-screen{min-height:100vh}.tw-single .md\:w-0{width:0}.tw-single .md\:w-1{width:.25rem}.tw-single .md\:w-2{width:.5rem}.tw-single .md\:w-3{width:.75rem}.tw-single .md\:w-4{width:1rem}.tw-single .md\:w-5{width:1.25rem}.tw-single .md\:w-6{width:1.5rem}.tw-single .md\:w-7{width:1.75rem}.tw-single .md\:w-8{width:2rem}.tw-single .md\:w-9{width:2.25rem}.tw-single .md\:w-10{width:2.5rem}.tw-single .md\:w-11{width:2.75rem}.tw-single .md\:w-12{width:3rem}.tw-single .md\:w-14{width:3.5rem}.tw-single .md\:w-16{width:4rem}.tw-single .md\:w-20{width:5rem}.tw-single .md\:w-24{width:6rem}.tw-single .md\:w-28{width:7rem}.tw-single .md\:w-32{width:8rem}.tw-single .md\:w-36{width:9rem}.tw-single .md\:w-40{width:10rem}.tw-single .md\:w-44{width:11rem}.tw-single .md\:w-48{width:12rem}.tw-single .md\:w-52{width:13rem}.tw-single .md\:w-56{width:14rem}.tw-single .md\:w-60{width:15rem}.tw-single .md\:w-64{width:16rem}.tw-single .md\:w-72{width:18rem}.tw-single .md\:w-80{width:20rem}.tw-single .md\:w-96{width:24rem}.tw-single .md\:w-auto{width:auto}.tw-single .md\:w-px{width:1px}.tw-single .md\:w-0\.5{width:.125rem}.tw-single .md\:w-1\.5{width:.375rem}.tw-single .md\:w-2\.5{width:.625rem}.tw-single .md\:w-3\.5{width:.875rem}.tw-single .md\:w-1\/2{width:50%}.tw-single .md\:w-1\/3{width:33.333333%}.tw-single .md\:w-2\/3{width:66.666667%}.tw-single .md\:w-1\/4{width:25%}.tw-single .md\:w-2\/4{width:50%}.tw-single .md\:w-3\/4{width:75%}.tw-single .md\:w-1\/5{width:20%}.tw-single .md\:w-2\/5{width:40%}.tw-single .md\:w-3\/5{width:60%}.tw-single .md\:w-4\/5{width:80%}.tw-single .md\:w-1\/6{width:16.666667%}.tw-single .md\:w-2\/6{width:33.333333%}.tw-single .md\:w-3\/6{width:50%}.tw-single .md\:w-4\/6{width:66.666667%}.tw-single .md\:w-5\/6{width:83.333333%}.tw-single .md\:w-1\/12{width:8.333333%}.tw-single .md\:w-2\/12{width:16.666667%}.tw-single .md\:w-3\/12{width:25%}.tw-single .md\:w-4\/12{width:33.333333%}.tw-single .md\:w-5\/12{width:41.666667%}.tw-single .md\:w-6\/12{width:50%}.tw-single .md\:w-7\/12{width:58.333333%}.tw-single .md\:w-8\/12{width:66.666667%}.tw-single .md\:w-9\/12{width:75%}.tw-single .md\:w-10\/12{width:83.333333%}.tw-single .md\:w-11\/12{width:91.666667%}.tw-single .md\:w-full{width:100%}.tw-single .md\:w-screen{width:100vw}.tw-single .md\:min-w-0{min-width:0}.tw-single .md\:min-w-full{min-width:100%}.tw-single .md\:min-w-min{min-width:min-content}.tw-single .md\:min-w-max{min-width:max-content}.tw-single .md\:max-w-0{max-width:0}.tw-single .md\:max-w-none{max-width:none}.tw-single .md\:max-w-xs{max-width:20rem}.tw-single .md\:max-w-sm{max-width:24rem}.tw-single .md\:max-w-md{max-width:28rem}.tw-single .md\:max-w-lg{max-width:32rem}.tw-single .md\:max-w-xl{max-width:36rem}.tw-single .md\:max-w-2xl{max-width:42rem}.tw-single .md\:max-w-3xl{max-width:48rem}.tw-single .md\:max-w-4xl{max-width:56rem}.tw-single .md\:max-w-5xl{max-width:64rem}.tw-single .md\:max-w-6xl{max-width:72rem}.tw-single .md\:max-w-7xl{max-width:80rem}.tw-single .md\:max-w-full{max-width:100%}.tw-single .md\:max-w-min{max-width:min-content}.tw-single .md\:max-w-max{max-width:max-content}.tw-single .md\:max-w-prose{max-width:65ch}.tw-single .md\:max-w-screen-sm{max-width:640px}.tw-single .md\:max-w-screen-md{max-width:768px}.tw-single .md\:max-w-screen-lg{max-width:1024px}.tw-single .md\:max-w-screen-xl{max-width:1280px}.tw-single .md\:max-w-screen-2xl{max-width:1536px}.tw-single .md\:flex-1{flex:1 1 0%}.tw-single .md\:flex-auto{flex:1 1 auto}.tw-single .md\:flex-initial{flex:0 1 auto}.tw-single .md\:flex-none{flex:none}.tw-single .md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tw-single .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-single .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tw-single .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tw-single .md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.tw-single .md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.tw-single .md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.tw-single .md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.tw-single .md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.tw-single .md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.tw-single .md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.tw-single .md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.tw-single .md\:grid-cols-none{grid-template-columns:none}.tw-single .md\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.tw-single .md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.tw-single .md\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.tw-single .md\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.tw-single .md\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.tw-single .md\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.tw-single .md\:grid-rows-none{grid-template-rows:none}.tw-single .md\:flex-row{flex-direction:row}.tw-single .md\:flex-row-reverse{flex-direction:row-reverse}.tw-single .md\:flex-col{flex-direction:column}.tw-single .md\:flex-col-reverse{flex-direction:column-reverse}.tw-single .md\:flex-wrap{flex-wrap:wrap}.tw-single .md\:flex-wrap-reverse{flex-wrap:wrap-reverse}.tw-single .md\:flex-nowrap{flex-wrap:nowrap}.tw-single .md\:place-content-center{place-content:center}.tw-single .md\:place-content-start{place-content:start}.tw-single .md\:place-content-end{place-content:end}.tw-single .md\:place-content-between{place-content:space-between}.tw-single .md\:place-content-around{place-content:space-around}.tw-single .md\:place-content-evenly{place-content:space-evenly}.tw-single .md\:place-content-stretch{place-content:stretch}.tw-single .md\:place-items-start{place-items:start}.tw-single .md\:place-items-end{place-items:end}.tw-single .md\:place-items-center{place-items:center}.tw-single .md\:place-items-stretch{place-items:stretch}.tw-single .md\:content-center{align-content:center}.tw-single .md\:content-start{align-content:flex-start}.tw-single .md\:content-end{align-content:flex-end}.tw-single .md\:content-between{align-content:space-between}.tw-single .md\:content-around{align-content:space-around}.tw-single .md\:content-evenly{align-content:space-evenly}.tw-single .md\:items-start{align-items:flex-start}.tw-single .md\:items-end{align-items:flex-end}.tw-single .md\:items-center{align-items:center}.tw-single .md\:items-baseline{align-items:baseline}.tw-single .md\:items-stretch{align-items:stretch}.tw-single .md\:justify-start{justify-content:flex-start}.tw-single .md\:justify-end{justify-content:flex-end}.tw-single .md\:justify-center{justify-content:center}.tw-single .md\:justify-between{justify-content:space-between}.tw-single .md\:justify-around{justify-content:space-around}.tw-single .md\:justify-evenly{justify-content:space-evenly}.tw-single .md\:justify-items-start{justify-items:start}.tw-single .md\:justify-items-end{justify-items:end}.tw-single .md\:justify-items-center{justify-items:center}.tw-single .md\:justify-items-stretch{justify-items:stretch}.tw-single .md\:gap-0{gap:0}.tw-single .md\:gap-1{gap:.25rem}.tw-single .md\:gap-2{gap:.5rem}.tw-single .md\:gap-3{gap:.75rem}.tw-single .md\:gap-4{gap:1rem}.tw-single .md\:gap-5{gap:1.25rem}.tw-single .md\:gap-6{gap:1.5rem}.tw-single .md\:gap-7{gap:1.75rem}.tw-single .md\:gap-8{gap:2rem}.tw-single .md\:gap-9{gap:2.25rem}.tw-single .md\:gap-10{gap:2.5rem}.tw-single .md\:gap-11{gap:2.75rem}.tw-single .md\:gap-12{gap:3rem}.tw-single .md\:gap-14{gap:3.5rem}.tw-single .md\:gap-16{gap:4rem}.tw-single .md\:gap-20{gap:5rem}.tw-single .md\:gap-24{gap:6rem}.tw-single .md\:gap-28{gap:7rem}.tw-single .md\:gap-32{gap:8rem}.tw-single .md\:gap-36{gap:9rem}.tw-single .md\:gap-40{gap:10rem}.tw-single .md\:gap-44{gap:11rem}.tw-single .md\:gap-48{gap:12rem}.tw-single .md\:gap-52{gap:13rem}.tw-single .md\:gap-56{gap:14rem}.tw-single .md\:gap-60{gap:15rem}.tw-single .md\:gap-64{gap:16rem}.tw-single .md\:gap-72{gap:18rem}.tw-single .md\:gap-80{gap:20rem}.tw-single .md\:gap-96{gap:24rem}.tw-single .md\:gap-0\.5{gap:.125rem}.tw-single .md\:gap-1\.5{gap:.375rem}.tw-single .md\:gap-2\.5{gap:.625rem}.tw-single .md\:gap-3\.5{gap:.875rem}.tw-single .md\:gap-x-0{column-gap:0}.tw-single .md\:gap-x-1{column-gap:.25rem}.tw-single .md\:gap-x-2{column-gap:.5rem}.tw-single .md\:gap-x-3{column-gap:.75rem}.tw-single .md\:gap-x-4{column-gap:1rem}.tw-single .md\:gap-x-5{column-gap:1.25rem}.tw-single .md\:gap-x-6{column-gap:1.5rem}.tw-single .md\:gap-x-7{column-gap:1.75rem}.tw-single .md\:gap-x-8{column-gap:2rem}.tw-single .md\:gap-x-9{column-gap:2.25rem}.tw-single .md\:gap-x-10{column-gap:2.5rem}.tw-single .md\:gap-x-11{column-gap:2.75rem}.tw-single .md\:gap-x-12{column-gap:3rem}.tw-single .md\:gap-x-14{column-gap:3.5rem}.tw-single .md\:gap-x-16{column-gap:4rem}.tw-single .md\:gap-x-20{column-gap:5rem}.tw-single .md\:gap-x-24{column-gap:6rem}.tw-single .md\:gap-x-28{column-gap:7rem}.tw-single .md\:gap-x-32{column-gap:8rem}.tw-single .md\:gap-x-36{column-gap:9rem}.tw-single .md\:gap-x-40{column-gap:10rem}.tw-single .md\:gap-x-44{column-gap:11rem}.tw-single .md\:gap-x-48{column-gap:12rem}.tw-single .md\:gap-x-52{column-gap:13rem}.tw-single .md\:gap-x-56{column-gap:14rem}.tw-single .md\:gap-x-60{column-gap:15rem}.tw-single .md\:gap-x-64{column-gap:16rem}.tw-single .md\:gap-x-72{column-gap:18rem}.tw-single .md\:gap-x-80{column-gap:20rem}.tw-single .md\:gap-x-96{column-gap:24rem}.tw-single .md\:gap-x-0\.5{column-gap:.125rem}.tw-single .md\:gap-x-1\.5{column-gap:.375rem}.tw-single .md\:gap-x-2\.5{column-gap:.625rem}.tw-single .md\:gap-x-3\.5{column-gap:.875rem}.tw-single .md\:gap-y-0{row-gap:0}.tw-single .md\:gap-y-1{row-gap:.25rem}.tw-single .md\:gap-y-2{row-gap:.5rem}.tw-single .md\:gap-y-3{row-gap:.75rem}.tw-single .md\:gap-y-4{row-gap:1rem}.tw-single .md\:gap-y-5{row-gap:1.25rem}.tw-single .md\:gap-y-6{row-gap:1.5rem}.tw-single .md\:gap-y-7{row-gap:1.75rem}.tw-single .md\:gap-y-8{row-gap:2rem}.tw-single .md\:gap-y-9{row-gap:2.25rem}.tw-single .md\:gap-y-10{row-gap:2.5rem}.tw-single .md\:gap-y-11{row-gap:2.75rem}.tw-single .md\:gap-y-12{row-gap:3rem}.tw-single .md\:gap-y-14{row-gap:3.5rem}.tw-single .md\:gap-y-16{row-gap:4rem}.tw-single .md\:gap-y-20{row-gap:5rem}.tw-single .md\:gap-y-24{row-gap:6rem}.tw-single .md\:gap-y-28{row-gap:7rem}.tw-single .md\:gap-y-32{row-gap:8rem}.tw-single .md\:gap-y-36{row-gap:9rem}.tw-single .md\:gap-y-40{row-gap:10rem}.tw-single .md\:gap-y-44{row-gap:11rem}.tw-single .md\:gap-y-48{row-gap:12rem}.tw-single .md\:gap-y-52{row-gap:13rem}.tw-single .md\:gap-y-56{row-gap:14rem}.tw-single .md\:gap-y-60{row-gap:15rem}.tw-single .md\:gap-y-64{row-gap:16rem}.tw-single .md\:gap-y-72{row-gap:18rem}.tw-single .md\:gap-y-80{row-gap:20rem}.tw-single .md\:gap-y-96{row-gap:24rem}.tw-single .md\:gap-y-0\.5{row-gap:.125rem}.tw-single .md\:gap-y-1\.5{row-gap:.375rem}.tw-single .md\:gap-y-2\.5{row-gap:.625rem}.tw-single .md\:gap-y-3\.5{row-gap:.875rem}.tw-single .md\:place-self-auto{place-self:auto}.tw-single .md\:place-self-start{place-self:start}.tw-single .md\:place-self-end{place-self:end}.tw-single .md\:place-self-center{place-self:center}.tw-single .md\:place-self-stretch{place-self:stretch}.tw-single .md\:self-auto{align-self:auto}.tw-single .md\:self-start{align-self:flex-start}.tw-single .md\:self-end{align-self:flex-end}.tw-single .md\:self-center{align-self:center}.tw-single .md\:self-stretch{align-self:stretch}.tw-single .md\:self-baseline{align-self:baseline}.tw-single .md\:justify-self-auto{justify-self:auto}.tw-single .md\:justify-self-start{justify-self:start}.tw-single .md\:justify-self-end{justify-self:end}.tw-single .md\:justify-self-center{justify-self:center}.tw-single .md\:justify-self-stretch{justify-self:stretch}.tw-single .md\:rounded-none{border-radius:0}.tw-single .md\:rounded-sm{border-radius:.125rem}.tw-single .md\:rounded{border-radius:.25rem}.tw-single .md\:rounded-md{border-radius:.375rem}.tw-single .md\:rounded-lg{border-radius:.5rem}.tw-single .md\:rounded-xl{border-radius:.75rem}.tw-single .md\:rounded-2xl{border-radius:1rem}.tw-single .md\:rounded-3xl{border-radius:1.5rem}.tw-single .md\:rounded-full{border-radius:9999px}.tw-single .md\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.tw-single .md\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.tw-single .md\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.tw-single .md\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.tw-single .md\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.tw-single .md\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.tw-single .md\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.tw-single .md\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.tw-single .md\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.tw-single .md\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.tw-single .md\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.tw-single .md\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.tw-single .md\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.tw-single .md\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.tw-single .md\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.tw-single .md\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.tw-single .md\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.tw-single .md\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.tw-single .md\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.tw-single .md\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.tw-single .md\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.tw-single .md\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.tw-single .md\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.tw-single .md\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.tw-single .md\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.tw-single .md\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.tw-single .md\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.tw-single .md\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.tw-single .md\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.tw-single .md\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.tw-single .md\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.tw-single .md\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.tw-single .md\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.tw-single .md\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.tw-single .md\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.tw-single .md\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.tw-single .md\:rounded-tl-none{border-top-left-radius:0}.tw-single .md\:rounded-tl-sm{border-top-left-radius:.125rem}.tw-single .md\:rounded-tl{border-top-left-radius:.25rem}.tw-single .md\:rounded-tl-md{border-top-left-radius:.375rem}.tw-single .md\:rounded-tl-lg{border-top-left-radius:.5rem}.tw-single .md\:rounded-tl-xl{border-top-left-radius:.75rem}.tw-single .md\:rounded-tl-2xl{border-top-left-radius:1rem}.tw-single .md\:rounded-tl-3xl{border-top-left-radius:1.5rem}.tw-single .md\:rounded-tl-full{border-top-left-radius:9999px}.tw-single .md\:rounded-tr-none{border-top-right-radius:0}.tw-single .md\:rounded-tr-sm{border-top-right-radius:.125rem}.tw-single .md\:rounded-tr{border-top-right-radius:.25rem}.tw-single .md\:rounded-tr-md{border-top-right-radius:.375rem}.tw-single .md\:rounded-tr-lg{border-top-right-radius:.5rem}.tw-single .md\:rounded-tr-xl{border-top-right-radius:.75rem}.tw-single .md\:rounded-tr-2xl{border-top-right-radius:1rem}.tw-single .md\:rounded-tr-3xl{border-top-right-radius:1.5rem}.tw-single .md\:rounded-tr-full{border-top-right-radius:9999px}.tw-single .md\:rounded-br-none{border-bottom-right-radius:0}.tw-single .md\:rounded-br-sm{border-bottom-right-radius:.125rem}.tw-single .md\:rounded-br{border-bottom-right-radius:.25rem}.tw-single .md\:rounded-br-md{border-bottom-right-radius:.375rem}.tw-single .md\:rounded-br-lg{border-bottom-right-radius:.5rem}.tw-single .md\:rounded-br-xl{border-bottom-right-radius:.75rem}.tw-single .md\:rounded-br-2xl{border-bottom-right-radius:1rem}.tw-single .md\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.tw-single .md\:rounded-br-full{border-bottom-right-radius:9999px}.tw-single .md\:rounded-bl-none{border-bottom-left-radius:0}.tw-single .md\:rounded-bl-sm{border-bottom-left-radius:.125rem}.tw-single .md\:rounded-bl{border-bottom-left-radius:.25rem}.tw-single .md\:rounded-bl-md{border-bottom-left-radius:.375rem}.tw-single .md\:rounded-bl-lg{border-bottom-left-radius:.5rem}.tw-single .md\:rounded-bl-xl{border-bottom-left-radius:.75rem}.tw-single .md\:rounded-bl-2xl{border-bottom-left-radius:1rem}.tw-single .md\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.tw-single .md\:rounded-bl-full{border-bottom-left-radius:9999px}.tw-single .md\:p-0{padding:0}.tw-single .md\:p-1{padding:.25rem}.tw-single .md\:p-2{padding:.5rem}.tw-single .md\:p-3{padding:.75rem}.tw-single .md\:p-4{padding:1rem}.tw-single .md\:p-5{padding:1.25rem}.tw-single .md\:p-6{padding:1.5rem}.tw-single .md\:p-7{padding:1.75rem}.tw-single .md\:p-8{padding:2rem}.tw-single .md\:p-9{padding:2.25rem}.tw-single .md\:p-10{padding:2.5rem}.tw-single .md\:p-11{padding:2.75rem}.tw-single .md\:p-12{padding:3rem}.tw-single .md\:p-14{padding:3.5rem}.tw-single .md\:p-16{padding:4rem}.tw-single .md\:p-20{padding:5rem}.tw-single .md\:p-24{padding:6rem}.tw-single .md\:p-28{padding:7rem}.tw-single .md\:p-32{padding:8rem}.tw-single .md\:p-36{padding:9rem}.tw-single .md\:p-40{padding:10rem}.tw-single .md\:p-44{padding:11rem}.tw-single .md\:p-48{padding:12rem}.tw-single .md\:p-52{padding:13rem}.tw-single .md\:p-56{padding:14rem}.tw-single .md\:p-60{padding:15rem}.tw-single .md\:p-64{padding:16rem}.tw-single .md\:p-72{padding:18rem}.tw-single .md\:p-80{padding:20rem}.tw-single .md\:p-96{padding:24rem}.tw-single .md\:p-px{padding:1px}.tw-single .md\:p-0\.5{padding:.125rem}.tw-single .md\:p-1\.5{padding:.375rem}.tw-single .md\:p-2\.5{padding:.625rem}.tw-single .md\:p-3\.5{padding:.875rem}.tw-single .md\:px-0{padding-left:0;padding-right:0}.tw-single .md\:px-1{padding-left:.25rem;padding-right:.25rem}.tw-single .md\:px-2{padding-left:.5rem;padding-right:.5rem}.tw-single .md\:px-3{padding-left:.75rem;padding-right:.75rem}.tw-single .md\:px-4{padding-left:1rem;padding-right:1rem}.tw-single .md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.tw-single .md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-single .md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.tw-single .md\:px-8{padding-left:2rem;padding-right:2rem}.tw-single .md\:px-9{padding-left:2.25rem;padding-right:2.25rem}.tw-single .md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.tw-single .md\:px-11{padding-left:2.75rem;padding-right:2.75rem}.tw-single .md\:px-12{padding-left:3rem;padding-right:3rem}.tw-single .md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.tw-single .md\:px-16{padding-left:4rem;padding-right:4rem}.tw-single .md\:px-20{padding-left:5rem;padding-right:5rem}.tw-single .md\:px-24{padding-left:6rem;padding-right:6rem}.tw-single .md\:px-28{padding-left:7rem;padding-right:7rem}.tw-single .md\:px-32{padding-left:8rem;padding-right:8rem}.tw-single .md\:px-36{padding-left:9rem;padding-right:9rem}.tw-single .md\:px-40{padding-left:10rem;padding-right:10rem}.tw-single .md\:px-44{padding-left:11rem;padding-right:11rem}.tw-single .md\:px-48{padding-left:12rem;padding-right:12rem}.tw-single .md\:px-52{padding-left:13rem;padding-right:13rem}.tw-single .md\:px-56{padding-left:14rem;padding-right:14rem}.tw-single .md\:px-60{padding-left:15rem;padding-right:15rem}.tw-single .md\:px-64{padding-left:16rem;padding-right:16rem}.tw-single .md\:px-72{padding-left:18rem;padding-right:18rem}.tw-single .md\:px-80{padding-left:20rem;padding-right:20rem}.tw-single .md\:px-96{padding-left:24rem;padding-right:24rem}.tw-single .md\:px-px{padding-left:1px;padding-right:1px}.tw-single .md\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.tw-single .md\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.tw-single .md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.tw-single .md\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.tw-single .md\:py-0{padding-top:0;padding-bottom:0}.tw-single .md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.tw-single .md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.tw-single .md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.tw-single .md\:py-4{padding-top:1rem;padding-bottom:1rem}.tw-single .md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.tw-single .md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.tw-single .md\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.tw-single .md\:py-8{padding-top:2rem;padding-bottom:2rem}.tw-single .md\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.tw-single .md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.tw-single .md\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.tw-single .md\:py-12{padding-top:3rem;padding-bottom:3rem}.tw-single .md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.tw-single .md\:py-16{padding-top:4rem;padding-bottom:4rem}.tw-single .md\:py-20{padding-top:5rem;padding-bottom:5rem}.tw-single .md\:py-24{padding-top:6rem;padding-bottom:6rem}.tw-single .md\:py-28{padding-top:7rem;padding-bottom:7rem}.tw-single .md\:py-32{padding-top:8rem;padding-bottom:8rem}.tw-single .md\:py-36{padding-top:9rem;padding-bottom:9rem}.tw-single .md\:py-40{padding-top:10rem;padding-bottom:10rem}.tw-single .md\:py-44{padding-top:11rem;padding-bottom:11rem}.tw-single .md\:py-48{padding-top:12rem;padding-bottom:12rem}.tw-single .md\:py-52{padding-top:13rem;padding-bottom:13rem}.tw-single .md\:py-56{padding-top:14rem;padding-bottom:14rem}.tw-single .md\:py-60{padding-top:15rem;padding-bottom:15rem}.tw-single .md\:py-64{padding-top:16rem;padding-bottom:16rem}.tw-single .md\:py-72{padding-top:18rem;padding-bottom:18rem}.tw-single .md\:py-80{padding-top:20rem;padding-bottom:20rem}.tw-single .md\:py-96{padding-top:24rem;padding-bottom:24rem}.tw-single .md\:py-px{padding-top:1px;padding-bottom:1px}.tw-single .md\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.tw-single .md\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.tw-single .md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.tw-single .md\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.tw-single .md\:pt-0{padding-top:0}.tw-single .md\:pt-1{padding-top:.25rem}.tw-single .md\:pt-2{padding-top:.5rem}.tw-single .md\:pt-3{padding-top:.75rem}.tw-single .md\:pt-4{padding-top:1rem}.tw-single .md\:pt-5{padding-top:1.25rem}.tw-single .md\:pt-6{padding-top:1.5rem}.tw-single .md\:pt-7{padding-top:1.75rem}.tw-single .md\:pt-8{padding-top:2rem}.tw-single .md\:pt-9{padding-top:2.25rem}.tw-single .md\:pt-10{padding-top:2.5rem}.tw-single .md\:pt-11{padding-top:2.75rem}.tw-single .md\:pt-12{padding-top:3rem}.tw-single .md\:pt-14{padding-top:3.5rem}.tw-single .md\:pt-16{padding-top:4rem}.tw-single .md\:pt-20{padding-top:5rem}.tw-single .md\:pt-24{padding-top:6rem}.tw-single .md\:pt-28{padding-top:7rem}.tw-single .md\:pt-32{padding-top:8rem}.tw-single .md\:pt-36{padding-top:9rem}.tw-single .md\:pt-40{padding-top:10rem}.tw-single .md\:pt-44{padding-top:11rem}.tw-single .md\:pt-48{padding-top:12rem}.tw-single .md\:pt-52{padding-top:13rem}.tw-single .md\:pt-56{padding-top:14rem}.tw-single .md\:pt-60{padding-top:15rem}.tw-single .md\:pt-64{padding-top:16rem}.tw-single .md\:pt-72{padding-top:18rem}.tw-single .md\:pt-80{padding-top:20rem}.tw-single .md\:pt-96{padding-top:24rem}.tw-single .md\:pt-px{padding-top:1px}.tw-single .md\:pt-0\.5{padding-top:.125rem}.tw-single .md\:pt-1\.5{padding-top:.375rem}.tw-single .md\:pt-2\.5{padding-top:.625rem}.tw-single .md\:pt-3\.5{padding-top:.875rem}.tw-single .md\:pr-0{padding-right:0}.tw-single .md\:pr-1{padding-right:.25rem}.tw-single .md\:pr-2{padding-right:.5rem}.tw-single .md\:pr-3{padding-right:.75rem}.tw-single .md\:pr-4{padding-right:1rem}.tw-single .md\:pr-5{padding-right:1.25rem}.tw-single .md\:pr-6{padding-right:1.5rem}.tw-single .md\:pr-7{padding-right:1.75rem}.tw-single .md\:pr-8{padding-right:2rem}.tw-single .md\:pr-9{padding-right:2.25rem}.tw-single .md\:pr-10{padding-right:2.5rem}.tw-single .md\:pr-11{padding-right:2.75rem}.tw-single .md\:pr-12{padding-right:3rem}.tw-single .md\:pr-14{padding-right:3.5rem}.tw-single .md\:pr-16{padding-right:4rem}.tw-single .md\:pr-20{padding-right:5rem}.tw-single .md\:pr-24{padding-right:6rem}.tw-single .md\:pr-28{padding-right:7rem}.tw-single .md\:pr-32{padding-right:8rem}.tw-single .md\:pr-36{padding-right:9rem}.tw-single .md\:pr-40{padding-right:10rem}.tw-single .md\:pr-44{padding-right:11rem}.tw-single .md\:pr-48{padding-right:12rem}.tw-single .md\:pr-52{padding-right:13rem}.tw-single .md\:pr-56{padding-right:14rem}.tw-single .md\:pr-60{padding-right:15rem}.tw-single .md\:pr-64{padding-right:16rem}.tw-single .md\:pr-72{padding-right:18rem}.tw-single .md\:pr-80{padding-right:20rem}.tw-single .md\:pr-96{padding-right:24rem}.tw-single .md\:pr-px{padding-right:1px}.tw-single .md\:pr-0\.5{padding-right:.125rem}.tw-single .md\:pr-1\.5{padding-right:.375rem}.tw-single .md\:pr-2\.5{padding-right:.625rem}.tw-single .md\:pr-3\.5{padding-right:.875rem}.tw-single .md\:pb-0{padding-bottom:0}.tw-single .md\:pb-1{padding-bottom:.25rem}.tw-single .md\:pb-2{padding-bottom:.5rem}.tw-single .md\:pb-3{padding-bottom:.75rem}.tw-single .md\:pb-4{padding-bottom:1rem}.tw-single .md\:pb-5{padding-bottom:1.25rem}.tw-single .md\:pb-6{padding-bottom:1.5rem}.tw-single .md\:pb-7{padding-bottom:1.75rem}.tw-single .md\:pb-8{padding-bottom:2rem}.tw-single .md\:pb-9{padding-bottom:2.25rem}.tw-single .md\:pb-10{padding-bottom:2.5rem}.tw-single .md\:pb-11{padding-bottom:2.75rem}.tw-single .md\:pb-12{padding-bottom:3rem}.tw-single .md\:pb-14{padding-bottom:3.5rem}.tw-single .md\:pb-16{padding-bottom:4rem}.tw-single .md\:pb-20{padding-bottom:5rem}.tw-single .md\:pb-24{padding-bottom:6rem}.tw-single .md\:pb-28{padding-bottom:7rem}.tw-single .md\:pb-32{padding-bottom:8rem}.tw-single .md\:pb-36{padding-bottom:9rem}.tw-single .md\:pb-40{padding-bottom:10rem}.tw-single .md\:pb-44{padding-bottom:11rem}.tw-single .md\:pb-48{padding-bottom:12rem}.tw-single .md\:pb-52{padding-bottom:13rem}.tw-single .md\:pb-56{padding-bottom:14rem}.tw-single .md\:pb-60{padding-bottom:15rem}.tw-single .md\:pb-64{padding-bottom:16rem}.tw-single .md\:pb-72{padding-bottom:18rem}.tw-single .md\:pb-80{padding-bottom:20rem}.tw-single .md\:pb-96{padding-bottom:24rem}.tw-single .md\:pb-px{padding-bottom:1px}.tw-single .md\:pb-0\.5{padding-bottom:.125rem}.tw-single .md\:pb-1\.5{padding-bottom:.375rem}.tw-single .md\:pb-2\.5{padding-bottom:.625rem}.tw-single .md\:pb-3\.5{padding-bottom:.875rem}.tw-single .md\:pl-0{padding-left:0}.tw-single .md\:pl-1{padding-left:.25rem}.tw-single .md\:pl-2{padding-left:.5rem}.tw-single .md\:pl-3{padding-left:.75rem}.tw-single .md\:pl-4{padding-left:1rem}.tw-single .md\:pl-5{padding-left:1.25rem}.tw-single .md\:pl-6{padding-left:1.5rem}.tw-single .md\:pl-7{padding-left:1.75rem}.tw-single .md\:pl-8{padding-left:2rem}.tw-single .md\:pl-9{padding-left:2.25rem}.tw-single .md\:pl-10{padding-left:2.5rem}.tw-single .md\:pl-11{padding-left:2.75rem}.tw-single .md\:pl-12{padding-left:3rem}.tw-single .md\:pl-14{padding-left:3.5rem}.tw-single .md\:pl-16{padding-left:4rem}.tw-single .md\:pl-20{padding-left:5rem}.tw-single .md\:pl-24{padding-left:6rem}.tw-single .md\:pl-28{padding-left:7rem}.tw-single .md\:pl-32{padding-left:8rem}.tw-single .md\:pl-36{padding-left:9rem}.tw-single .md\:pl-40{padding-left:10rem}.tw-single .md\:pl-44{padding-left:11rem}.tw-single .md\:pl-48{padding-left:12rem}.tw-single .md\:pl-52{padding-left:13rem}.tw-single .md\:pl-56{padding-left:14rem}.tw-single .md\:pl-60{padding-left:15rem}.tw-single .md\:pl-64{padding-left:16rem}.tw-single .md\:pl-72{padding-left:18rem}.tw-single .md\:pl-80{padding-left:20rem}.tw-single .md\:pl-96{padding-left:24rem}.tw-single .md\:pl-px{padding-left:1px}.tw-single .md\:pl-0\.5{padding-left:.125rem}.tw-single .md\:pl-1\.5{padding-left:.375rem}.tw-single .md\:pl-2\.5{padding-left:.625rem}.tw-single .md\:pl-3\.5{padding-left:.875rem}.tw-single .md\:text-left{text-align:left}.tw-single .md\:text-center{text-align:center}.tw-single .md\:text-right{text-align:right}.tw-single .md\:text-justify{text-align:justify}.tw-single .md\:text-xs{font-size:.75rem;line-height:1rem}.tw-single .md\:text-sm{font-size:.875rem;line-height:1.25rem}.tw-single .md\:text-base{font-size:1rem;line-height:1.5rem}.tw-single .md\:text-lg{font-size:1.125rem;line-height:1.75rem}.tw-single .md\:text-xl{font-size:1.25rem;line-height:1.75rem}.tw-single .md\:text-2xl{font-size:1.5rem;line-height:2rem}.tw-single .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.tw-single .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.tw-single .md\:text-5xl{font-size:3rem;line-height:1}.tw-single .md\:text-6xl{font-size:3.75rem;line-height:1}.tw-single .md\:text-7xl{font-size:4.5rem;line-height:1}.tw-single .md\:text-8xl{font-size:6rem;line-height:1}.tw-single .md\:text-9xl{font-size:8rem;line-height:1}.tw-single .md\:leading-3{line-height:.75rem}.tw-single .md\:leading-4{line-height:1rem}.tw-single .md\:leading-5{line-height:1.25rem}.tw-single .md\:leading-6{line-height:1.5rem}.tw-single .md\:leading-7{line-height:1.75rem}.tw-single .md\:leading-8{line-height:2rem}.tw-single .md\:leading-9{line-height:2.25rem}.tw-single .md\:leading-10{line-height:2.5rem}.tw-single .md\:leading-none{line-height:1}.tw-single .md\:leading-tight{line-height:1.25}.tw-single .md\:leading-snug{line-height:1.375}.tw-single .md\:leading-normal{line-height:1.5}.tw-single .md\:leading-relaxed{line-height:1.625}.tw-single .md\:leading-loose{line-height:2}.tw-single .md\:tracking-tighter{letter-spacing:-.05em}.tw-single .md\:tracking-tight{letter-spacing:-.025em}.tw-single .md\:tracking-normal{letter-spacing:0}.tw-single .md\:tracking-wide{letter-spacing:.025em}.tw-single .md\:tracking-wider{letter-spacing:.05em}.tw-single .md\:tracking-widest{letter-spacing:.1em}}@media (min-width:1024px){.tw-single .lg\:static{position:static}.tw-single .lg\:fixed{position:fixed}.tw-single .lg\:absolute{position:absolute}.tw-single .lg\:relative{position:relative}.tw-single .lg\:sticky{position:sticky}.tw-single .lg\:inset-0{top:0;right:0;bottom:0;left:0}.tw-single .lg\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.tw-single .lg\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.tw-single .lg\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.tw-single .lg\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.tw-single .lg\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.tw-single .lg\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.tw-single .lg\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.tw-single .lg\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.tw-single .lg\:-inset-0{top:0;right:0;bottom:0;left:0}.tw-single .lg\:-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.tw-single .lg\:-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.tw-single .lg\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.tw-single .lg\:-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.tw-single .lg\:-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.tw-single .lg\:-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.tw-single .lg\:-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.tw-single .lg\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.tw-single .lg\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.tw-single .lg\:-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.tw-single .lg\:-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.tw-single .lg\:top-0{top:0}.tw-single .lg\:top-1{top:.25rem}.tw-single .lg\:top-2{top:.5rem}.tw-single .lg\:top-3{top:.75rem}.tw-single .lg\:top-4{top:1rem}.tw-single .lg\:top-6{top:1.5rem}.tw-single .lg\:top-8{top:2rem}.tw-single .lg\:top-auto{top:auto}.tw-single .lg\:top-px{top:1px}.tw-single .lg\:-top-0{top:0}.tw-single .lg\:-top-1{top:-.25rem}.tw-single .lg\:-top-2{top:-.5rem}.tw-single .lg\:-top-3{top:-.75rem}.tw-single .lg\:-top-4{top:-1rem}.tw-single .lg\:-top-6{top:-1.5rem}.tw-single .lg\:-top-8{top:-2rem}.tw-single .lg\:-top-px{top:-1px}.tw-single .lg\:top-1\/2{top:50%}.tw-single .lg\:top-full{top:100%}.tw-single .lg\:-top-1\/2{top:-50%}.tw-single .lg\:-top-full{top:-100%}.tw-single .lg\:right-0{right:0}.tw-single .lg\:right-1{right:.25rem}.tw-single .lg\:right-2{right:.5rem}.tw-single .lg\:right-3{right:.75rem}.tw-single .lg\:right-4{right:1rem}.tw-single .lg\:right-6{right:1.5rem}.tw-single .lg\:right-8{right:2rem}.tw-single .lg\:right-auto{right:auto}.tw-single .lg\:right-px{right:1px}.tw-single .lg\:-right-0{right:0}.tw-single .lg\:-right-1{right:-.25rem}.tw-single .lg\:-right-2{right:-.5rem}.tw-single .lg\:-right-3{right:-.75rem}.tw-single .lg\:-right-4{right:-1rem}.tw-single .lg\:-right-6{right:-1.5rem}.tw-single .lg\:-right-8{right:-2rem}.tw-single .lg\:-right-px{right:-1px}.tw-single .lg\:right-1\/2{right:50%}.tw-single .lg\:right-full{right:100%}.tw-single .lg\:-right-1\/2{right:-50%}.tw-single .lg\:-right-full{right:-100%}.tw-single .lg\:bottom-0{bottom:0}.tw-single .lg\:bottom-1{bottom:.25rem}.tw-single .lg\:bottom-2{bottom:.5rem}.tw-single .lg\:bottom-3{bottom:.75rem}.tw-single .lg\:bottom-4{bottom:1rem}.tw-single .lg\:bottom-6{bottom:1.5rem}.tw-single .lg\:bottom-8{bottom:2rem}.tw-single .lg\:bottom-auto{bottom:auto}.tw-single .lg\:bottom-px{bottom:1px}.tw-single .lg\:-bottom-0{bottom:0}.tw-single .lg\:-bottom-1{bottom:-.25rem}.tw-single .lg\:-bottom-2{bottom:-.5rem}.tw-single .lg\:-bottom-3{bottom:-.75rem}.tw-single .lg\:-bottom-4{bottom:-1rem}.tw-single .lg\:-bottom-6{bottom:-1.5rem}.tw-single .lg\:-bottom-8{bottom:-2rem}.tw-single .lg\:-bottom-px{bottom:-1px}.tw-single .lg\:bottom-1\/2{bottom:50%}.tw-single .lg\:bottom-full{bottom:100%}.tw-single .lg\:-bottom-1\/2{bottom:-50%}.tw-single .lg\:-bottom-full{bottom:-100%}.tw-single .lg\:left-0{left:0}.tw-single .lg\:left-1{left:.25rem}.tw-single .lg\:left-2{left:.5rem}.tw-single .lg\:left-3{left:.75rem}.tw-single .lg\:left-4{left:1rem}.tw-single .lg\:left-6{left:1.5rem}.tw-single .lg\:left-8{left:2rem}.tw-single .lg\:left-auto{left:auto}.tw-single .lg\:left-px{left:1px}.tw-single .lg\:-left-0{left:0}.tw-single .lg\:-left-1{left:-.25rem}.tw-single .lg\:-left-2{left:-.5rem}.tw-single .lg\:-left-3{left:-.75rem}.tw-single .lg\:-left-4{left:-1rem}.tw-single .lg\:-left-6{left:-1.5rem}.tw-single .lg\:-left-8{left:-2rem}.tw-single .lg\:-left-px{left:-1px}.tw-single .lg\:left-1\/2{left:50%}.tw-single .lg\:left-full{left:100%}.tw-single .lg\:-left-1\/2{left:-50%}.tw-single .lg\:-left-full{left:-100%}.tw-single .lg\:order-1{order:1}.tw-single .lg\:order-2{order:2}.tw-single .lg\:order-3{order:3}.tw-single .lg\:order-4{order:4}.tw-single .lg\:order-5{order:5}.tw-single .lg\:order-6{order:6}.tw-single .lg\:order-7{order:7}.tw-single .lg\:order-8{order:8}.tw-single .lg\:order-9{order:9}.tw-single .lg\:order-10{order:10}.tw-single .lg\:order-11{order:11}.tw-single .lg\:order-12{order:12}.tw-single .lg\:order-first{order:-9999}.tw-single .lg\:order-last{order:9999}.tw-single .lg\:order-none{order:0}.tw-single .lg\:col-auto{grid-column:auto}.tw-single .lg\:col-span-1{grid-column:span 1/span 1}.tw-single .lg\:col-span-2{grid-column:span 2/span 2}.tw-single .lg\:col-span-3{grid-column:span 3/span 3}.tw-single .lg\:col-span-4{grid-column:span 4/span 4}.tw-single .lg\:col-span-5{grid-column:span 5/span 5}.tw-single .lg\:col-span-6{grid-column:span 6/span 6}.tw-single .lg\:col-span-7{grid-column:span 7/span 7}.tw-single .lg\:col-span-8{grid-column:span 8/span 8}.tw-single .lg\:col-span-9{grid-column:span 9/span 9}.tw-single .lg\:col-span-10{grid-column:span 10/span 10}.tw-single .lg\:col-span-11{grid-column:span 11/span 11}.tw-single .lg\:col-span-12{grid-column:span 12/span 12}.tw-single .lg\:col-span-full{grid-column:1/-1}.tw-single .lg\:col-start-1{grid-column-start:1}.tw-single .lg\:col-start-2{grid-column-start:2}.tw-single .lg\:col-start-3{grid-column-start:3}.tw-single .lg\:col-start-4{grid-column-start:4}.tw-single .lg\:col-start-5{grid-column-start:5}.tw-single .lg\:col-start-6{grid-column-start:6}.tw-single .lg\:col-start-7{grid-column-start:7}.tw-single .lg\:col-start-8{grid-column-start:8}.tw-single .lg\:col-start-9{grid-column-start:9}.tw-single .lg\:col-start-10{grid-column-start:10}.tw-single .lg\:col-start-11{grid-column-start:11}.tw-single .lg\:col-start-12{grid-column-start:12}.tw-single .lg\:col-start-13{grid-column-start:13}.tw-single .lg\:col-end-1{grid-column-end:1}.tw-single .lg\:col-end-2{grid-column-end:2}.tw-single .lg\:col-end-3{grid-column-end:3}.tw-single .lg\:col-end-4{grid-column-end:4}.tw-single .lg\:col-end-5{grid-column-end:5}.tw-single .lg\:col-end-6{grid-column-end:6}.tw-single .lg\:col-end-7{grid-column-end:7}.tw-single .lg\:col-end-8{grid-column-end:8}.tw-single .lg\:col-end-9{grid-column-end:9}.tw-single .lg\:col-end-10{grid-column-end:10}.tw-single .lg\:col-end-11{grid-column-end:11}.tw-single .lg\:col-end-12{grid-column-end:12}.tw-single .lg\:col-end-13{grid-column-end:13}.tw-single .lg\:row-auto{grid-row:auto}.tw-single .lg\:row-span-1{grid-row:span 1/span 1}.tw-single .lg\:row-span-2{grid-row:span 2/span 2}.tw-single .lg\:row-span-3{grid-row:span 3/span 3}.tw-single .lg\:row-span-4{grid-row:span 4/span 4}.tw-single .lg\:row-span-5{grid-row:span 5/span 5}.tw-single .lg\:row-span-6{grid-row:span 6/span 6}.tw-single .lg\:row-span-full{grid-row:1/-1}.tw-single .lg\:row-start-1{grid-row-start:1}.tw-single .lg\:row-start-2{grid-row-start:2}.tw-single .lg\:row-start-3{grid-row-start:3}.tw-single .lg\:row-start-4{grid-row-start:4}.tw-single .lg\:row-start-5{grid-row-start:5}.tw-single .lg\:row-start-6{grid-row-start:6}.tw-single .lg\:row-start-7{grid-row-start:7}.tw-single .lg\:row-end-1{grid-row-end:1}.tw-single .lg\:row-end-2{grid-row-end:2}.tw-single .lg\:row-end-3{grid-row-end:3}.tw-single .lg\:row-end-4{grid-row-end:4}.tw-single .lg\:row-end-5{grid-row-end:5}.tw-single .lg\:row-end-6{grid-row-end:6}.tw-single .lg\:row-end-7{grid-row-end:7}.tw-single .lg\:float-right{float:right}.tw-single .lg\:float-left{float:left}.tw-single .lg\:float-none{float:none}.tw-single .lg\:clear-left{clear:left}.tw-single .lg\:clear-right{clear:right}.tw-single .lg\:clear-both{clear:both}.tw-single .lg\:clear-none{clear:none}.tw-single .lg\:m-0{margin:0}.tw-single .lg\:m-1{margin:.25rem}.tw-single .lg\:m-2{margin:.5rem}.tw-single .lg\:m-3{margin:.75rem}.tw-single .lg\:m-4{margin:1rem}.tw-single .lg\:m-5{margin:1.25rem}.tw-single .lg\:m-6{margin:1.5rem}.tw-single .lg\:m-7{margin:1.75rem}.tw-single .lg\:m-8{margin:2rem}.tw-single .lg\:m-9{margin:2.25rem}.tw-single .lg\:m-10{margin:2.5rem}.tw-single .lg\:m-11{margin:2.75rem}.tw-single .lg\:m-12{margin:3rem}.tw-single .lg\:m-14{margin:3.5rem}.tw-single .lg\:m-16{margin:4rem}.tw-single .lg\:m-20{margin:5rem}.tw-single .lg\:m-24{margin:6rem}.tw-single .lg\:m-28{margin:7rem}.tw-single .lg\:m-32{margin:8rem}.tw-single .lg\:m-36{margin:9rem}.tw-single .lg\:m-40{margin:10rem}.tw-single .lg\:m-44{margin:11rem}.tw-single .lg\:m-48{margin:12rem}.tw-single .lg\:m-52{margin:13rem}.tw-single .lg\:m-56{margin:14rem}.tw-single .lg\:m-60{margin:15rem}.tw-single .lg\:m-64{margin:16rem}.tw-single .lg\:m-72{margin:18rem}.tw-single .lg\:m-80{margin:20rem}.tw-single .lg\:m-96{margin:24rem}.tw-single .lg\:m-auto{margin:auto}.tw-single .lg\:m-px{margin:1px}.tw-single .lg\:m-0\.5{margin:.125rem}.tw-single .lg\:m-1\.5{margin:.375rem}.tw-single .lg\:m-2\.5{margin:.625rem}.tw-single .lg\:m-3\.5{margin:.875rem}.tw-single .lg\:mx-0{margin-left:0;margin-right:0}.tw-single .lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.tw-single .lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.tw-single .lg\:mx-3{margin-left:.75rem;margin-right:.75rem}.tw-single .lg\:mx-4{margin-left:1rem;margin-right:1rem}.tw-single .lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.tw-single .lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.tw-single .lg\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.tw-single .lg\:mx-8{margin-left:2rem;margin-right:2rem}.tw-single .lg\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.tw-single .lg\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.tw-single .lg\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.tw-single .lg\:mx-12{margin-left:3rem;margin-right:3rem}.tw-single .lg\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.tw-single .lg\:mx-16{margin-left:4rem;margin-right:4rem}.tw-single .lg\:mx-20{margin-left:5rem;margin-right:5rem}.tw-single .lg\:mx-24{margin-left:6rem;margin-right:6rem}.tw-single .lg\:mx-28{margin-left:7rem;margin-right:7rem}.tw-single .lg\:mx-32{margin-left:8rem;margin-right:8rem}.tw-single .lg\:mx-36{margin-left:9rem;margin-right:9rem}.tw-single .lg\:mx-40{margin-left:10rem;margin-right:10rem}.tw-single .lg\:mx-44{margin-left:11rem;margin-right:11rem}.tw-single .lg\:mx-48{margin-left:12rem;margin-right:12rem}.tw-single .lg\:mx-52{margin-left:13rem;margin-right:13rem}.tw-single .lg\:mx-56{margin-left:14rem;margin-right:14rem}.tw-single .lg\:mx-60{margin-left:15rem;margin-right:15rem}.tw-single .lg\:mx-64{margin-left:16rem;margin-right:16rem}.tw-single .lg\:mx-72{margin-left:18rem;margin-right:18rem}.tw-single .lg\:mx-80{margin-left:20rem;margin-right:20rem}.tw-single .lg\:mx-96{margin-left:24rem;margin-right:24rem}.tw-single .lg\:mx-auto{margin-left:auto;margin-right:auto}.tw-single .lg\:mx-px{margin-left:1px;margin-right:1px}.tw-single .lg\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.tw-single .lg\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.tw-single .lg\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.tw-single .lg\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.tw-single .lg\:my-0{margin-top:0;margin-bottom:0}.tw-single .lg\:my-1{margin-top:.25rem;margin-bottom:.25rem}.tw-single .lg\:my-2{margin-top:.5rem;margin-bottom:.5rem}.tw-single .lg\:my-3{margin-top:.75rem;margin-bottom:.75rem}.tw-single .lg\:my-4{margin-top:1rem;margin-bottom:1rem}.tw-single .lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.tw-single .lg\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.tw-single .lg\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.tw-single .lg\:my-8{margin-top:2rem;margin-bottom:2rem}.tw-single .lg\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.tw-single .lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.tw-single .lg\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.tw-single .lg\:my-12{margin-top:3rem;margin-bottom:3rem}.tw-single .lg\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.tw-single .lg\:my-16{margin-top:4rem;margin-bottom:4rem}.tw-single .lg\:my-20{margin-top:5rem;margin-bottom:5rem}.tw-single .lg\:my-24{margin-top:6rem;margin-bottom:6rem}.tw-single .lg\:my-28{margin-top:7rem;margin-bottom:7rem}.tw-single .lg\:my-32{margin-top:8rem;margin-bottom:8rem}.tw-single .lg\:my-36{margin-top:9rem;margin-bottom:9rem}.tw-single .lg\:my-40{margin-top:10rem;margin-bottom:10rem}.tw-single .lg\:my-44{margin-top:11rem;margin-bottom:11rem}.tw-single .lg\:my-48{margin-top:12rem;margin-bottom:12rem}.tw-single .lg\:my-52{margin-top:13rem;margin-bottom:13rem}.tw-single .lg\:my-56{margin-top:14rem;margin-bottom:14rem}.tw-single .lg\:my-60{margin-top:15rem;margin-bottom:15rem}.tw-single .lg\:my-64{margin-top:16rem;margin-bottom:16rem}.tw-single .lg\:my-72{margin-top:18rem;margin-bottom:18rem}.tw-single .lg\:my-80{margin-top:20rem;margin-bottom:20rem}.tw-single .lg\:my-96{margin-top:24rem;margin-bottom:24rem}.tw-single .lg\:my-auto{margin-top:auto;margin-bottom:auto}.tw-single .lg\:my-px{margin-top:1px;margin-bottom:1px}.tw-single .lg\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.tw-single .lg\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.tw-single .lg\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.tw-single .lg\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.tw-single .lg\:mt-0{margin-top:0}.tw-single .lg\:mt-1{margin-top:.25rem}.tw-single .lg\:mt-2{margin-top:.5rem}.tw-single .lg\:mt-3{margin-top:.75rem}.tw-single .lg\:mt-4{margin-top:1rem}.tw-single .lg\:mt-5{margin-top:1.25rem}.tw-single .lg\:mt-6{margin-top:1.5rem}.tw-single .lg\:mt-7{margin-top:1.75rem}.tw-single .lg\:mt-8{margin-top:2rem}.tw-single .lg\:mt-9{margin-top:2.25rem}.tw-single .lg\:mt-10{margin-top:2.5rem}.tw-single .lg\:mt-11{margin-top:2.75rem}.tw-single .lg\:mt-12{margin-top:3rem}.tw-single .lg\:mt-14{margin-top:3.5rem}.tw-single .lg\:mt-16{margin-top:4rem}.tw-single .lg\:mt-20{margin-top:5rem}.tw-single .lg\:mt-24{margin-top:6rem}.tw-single .lg\:mt-28{margin-top:7rem}.tw-single .lg\:mt-32{margin-top:8rem}.tw-single .lg\:mt-36{margin-top:9rem}.tw-single .lg\:mt-40{margin-top:10rem}.tw-single .lg\:mt-44{margin-top:11rem}.tw-single .lg\:mt-48{margin-top:12rem}.tw-single .lg\:mt-52{margin-top:13rem}.tw-single .lg\:mt-56{margin-top:14rem}.tw-single .lg\:mt-60{margin-top:15rem}.tw-single .lg\:mt-64{margin-top:16rem}.tw-single .lg\:mt-72{margin-top:18rem}.tw-single .lg\:mt-80{margin-top:20rem}.tw-single .lg\:mt-96{margin-top:24rem}.tw-single .lg\:mt-auto{margin-top:auto}.tw-single .lg\:mt-px{margin-top:1px}.tw-single .lg\:mt-0\.5{margin-top:.125rem}.tw-single .lg\:mt-1\.5{margin-top:.375rem}.tw-single .lg\:mt-2\.5{margin-top:.625rem}.tw-single .lg\:mt-3\.5{margin-top:.875rem}.tw-single .lg\:mr-0{margin-right:0}.tw-single .lg\:mr-1{margin-right:.25rem}.tw-single .lg\:mr-2{margin-right:.5rem}.tw-single .lg\:mr-3{margin-right:.75rem}.tw-single .lg\:mr-4{margin-right:1rem}.tw-single .lg\:mr-5{margin-right:1.25rem}.tw-single .lg\:mr-6{margin-right:1.5rem}.tw-single .lg\:mr-7{margin-right:1.75rem}.tw-single .lg\:mr-8{margin-right:2rem}.tw-single .lg\:mr-9{margin-right:2.25rem}.tw-single .lg\:mr-10{margin-right:2.5rem}.tw-single .lg\:mr-11{margin-right:2.75rem}.tw-single .lg\:mr-12{margin-right:3rem}.tw-single .lg\:mr-14{margin-right:3.5rem}.tw-single .lg\:mr-16{margin-right:4rem}.tw-single .lg\:mr-20{margin-right:5rem}.tw-single .lg\:mr-24{margin-right:6rem}.tw-single .lg\:mr-28{margin-right:7rem}.tw-single .lg\:mr-32{margin-right:8rem}.tw-single .lg\:mr-36{margin-right:9rem}.tw-single .lg\:mr-40{margin-right:10rem}.tw-single .lg\:mr-44{margin-right:11rem}.tw-single .lg\:mr-48{margin-right:12rem}.tw-single .lg\:mr-52{margin-right:13rem}.tw-single .lg\:mr-56{margin-right:14rem}.tw-single .lg\:mr-60{margin-right:15rem}.tw-single .lg\:mr-64{margin-right:16rem}.tw-single .lg\:mr-72{margin-right:18rem}.tw-single .lg\:mr-80{margin-right:20rem}.tw-single .lg\:mr-96{margin-right:24rem}.tw-single .lg\:mr-auto{margin-right:auto}.tw-single .lg\:mr-px{margin-right:1px}.tw-single .lg\:mr-0\.5{margin-right:.125rem}.tw-single .lg\:mr-1\.5{margin-right:.375rem}.tw-single .lg\:mr-2\.5{margin-right:.625rem}.tw-single .lg\:mr-3\.5{margin-right:.875rem}.tw-single .lg\:mb-0{margin-bottom:0}.tw-single .lg\:mb-1{margin-bottom:.25rem}.tw-single .lg\:mb-2{margin-bottom:.5rem}.tw-single .lg\:mb-3{margin-bottom:.75rem}.tw-single .lg\:mb-4{margin-bottom:1rem}.tw-single .lg\:mb-5{margin-bottom:1.25rem}.tw-single .lg\:mb-6{margin-bottom:1.5rem}.tw-single .lg\:mb-7{margin-bottom:1.75rem}.tw-single .lg\:mb-8{margin-bottom:2rem}.tw-single .lg\:mb-9{margin-bottom:2.25rem}.tw-single .lg\:mb-10{margin-bottom:2.5rem}.tw-single .lg\:mb-11{margin-bottom:2.75rem}.tw-single .lg\:mb-12{margin-bottom:3rem}.tw-single .lg\:mb-14{margin-bottom:3.5rem}.tw-single .lg\:mb-16{margin-bottom:4rem}.tw-single .lg\:mb-20{margin-bottom:5rem}.tw-single .lg\:mb-24{margin-bottom:6rem}.tw-single .lg\:mb-28{margin-bottom:7rem}.tw-single .lg\:mb-32{margin-bottom:8rem}.tw-single .lg\:mb-36{margin-bottom:9rem}.tw-single .lg\:mb-40{margin-bottom:10rem}.tw-single .lg\:mb-44{margin-bottom:11rem}.tw-single .lg\:mb-48{margin-bottom:12rem}.tw-single .lg\:mb-52{margin-bottom:13rem}.tw-single .lg\:mb-56{margin-bottom:14rem}.tw-single .lg\:mb-60{margin-bottom:15rem}.tw-single .lg\:mb-64{margin-bottom:16rem}.tw-single .lg\:mb-72{margin-bottom:18rem}.tw-single .lg\:mb-80{margin-bottom:20rem}.tw-single .lg\:mb-96{margin-bottom:24rem}.tw-single .lg\:mb-auto{margin-bottom:auto}.tw-single .lg\:mb-px{margin-bottom:1px}.tw-single .lg\:mb-0\.5{margin-bottom:.125rem}.tw-single .lg\:mb-1\.5{margin-bottom:.375rem}.tw-single .lg\:mb-2\.5{margin-bottom:.625rem}.tw-single .lg\:mb-3\.5{margin-bottom:.875rem}.tw-single .lg\:ml-0{margin-left:0}.tw-single .lg\:ml-1{margin-left:.25rem}.tw-single .lg\:ml-2{margin-left:.5rem}.tw-single .lg\:ml-3{margin-left:.75rem}.tw-single .lg\:ml-4{margin-left:1rem}.tw-single .lg\:ml-5{margin-left:1.25rem}.tw-single .lg\:ml-6{margin-left:1.5rem}.tw-single .lg\:ml-7{margin-left:1.75rem}.tw-single .lg\:ml-8{margin-left:2rem}.tw-single .lg\:ml-9{margin-left:2.25rem}.tw-single .lg\:ml-10{margin-left:2.5rem}.tw-single .lg\:ml-11{margin-left:2.75rem}.tw-single .lg\:ml-12{margin-left:3rem}.tw-single .lg\:ml-14{margin-left:3.5rem}.tw-single .lg\:ml-16{margin-left:4rem}.tw-single .lg\:ml-20{margin-left:5rem}.tw-single .lg\:ml-24{margin-left:6rem}.tw-single .lg\:ml-28{margin-left:7rem}.tw-single .lg\:ml-32{margin-left:8rem}.tw-single .lg\:ml-36{margin-left:9rem}.tw-single .lg\:ml-40{margin-left:10rem}.tw-single .lg\:ml-44{margin-left:11rem}.tw-single .lg\:ml-48{margin-left:12rem}.tw-single .lg\:ml-52{margin-left:13rem}.tw-single .lg\:ml-56{margin-left:14rem}.tw-single .lg\:ml-60{margin-left:15rem}.tw-single .lg\:ml-64{margin-left:16rem}.tw-single .lg\:ml-72{margin-left:18rem}.tw-single .lg\:ml-80{margin-left:20rem}.tw-single .lg\:ml-96{margin-left:24rem}.tw-single .lg\:ml-auto{margin-left:auto}.tw-single .lg\:ml-px{margin-left:1px}.tw-single .lg\:ml-0\.5{margin-left:.125rem}.tw-single .lg\:ml-1\.5{margin-left:.375rem}.tw-single .lg\:ml-2\.5{margin-left:.625rem}.tw-single .lg\:ml-3\.5{margin-left:.875rem}.tw-single .lg\:block{display:block}.tw-single .lg\:inline-block{display:inline-block}.tw-single .lg\:inline{display:inline}.tw-single .lg\:flex{display:flex}.tw-single .lg\:inline-flex{display:inline-flex}.tw-single .lg\:table{display:table}.tw-single .lg\:flow-root{display:flow-root}.tw-single .lg\:grid{display:grid}.tw-single .lg\:inline-grid{display:inline-grid}.tw-single .lg\:contents{display:contents}.tw-single .lg\:hidden{display:none}.tw-single .lg\:h-0{height:0}.tw-single .lg\:h-1{height:.25rem}.tw-single .lg\:h-2{height:.5rem}.tw-single .lg\:h-3{height:.75rem}.tw-single .lg\:h-4{height:1rem}.tw-single .lg\:h-5{height:1.25rem}.tw-single .lg\:h-6{height:1.5rem}.tw-single .lg\:h-7{height:1.75rem}.tw-single .lg\:h-8{height:2rem}.tw-single .lg\:h-9{height:2.25rem}.tw-single .lg\:h-10{height:2.5rem}.tw-single .lg\:h-11{height:2.75rem}.tw-single .lg\:h-12{height:3rem}.tw-single .lg\:h-14{height:3.5rem}.tw-single .lg\:h-16{height:4rem}.tw-single .lg\:h-20{height:5rem}.tw-single .lg\:h-24{height:6rem}.tw-single .lg\:h-28{height:7rem}.tw-single .lg\:h-32{height:8rem}.tw-single .lg\:h-36{height:9rem}.tw-single .lg\:h-40{height:10rem}.tw-single .lg\:h-44{height:11rem}.tw-single .lg\:h-48{height:12rem}.tw-single .lg\:h-52{height:13rem}.tw-single .lg\:h-56{height:14rem}.tw-single .lg\:h-60{height:15rem}.tw-single .lg\:h-64{height:16rem}.tw-single .lg\:h-72{height:18rem}.tw-single .lg\:h-80{height:20rem}.tw-single .lg\:h-96{height:24rem}.tw-single .lg\:h-auto{height:auto}.tw-single .lg\:h-px{height:1px}.tw-single .lg\:h-0\.5{height:.125rem}.tw-single .lg\:h-1\.5{height:.375rem}.tw-single .lg\:h-2\.5{height:.625rem}.tw-single .lg\:h-3\.5{height:.875rem}.tw-single .lg\:h-full{height:100%}.tw-single .lg\:h-screen{height:100vh}.tw-single .lg\:max-h-0{max-height:0}.tw-single .lg\:max-h-1{max-height:.25rem}.tw-single .lg\:max-h-2{max-height:.5rem}.tw-single .lg\:max-h-3{max-height:.75rem}.tw-single .lg\:max-h-4{max-height:1rem}.tw-single .lg\:max-h-5{max-height:1.25rem}.tw-single .lg\:max-h-6{max-height:1.5rem}.tw-single .lg\:max-h-7{max-height:1.75rem}.tw-single .lg\:max-h-8{max-height:2rem}.tw-single .lg\:max-h-9{max-height:2.25rem}.tw-single .lg\:max-h-10{max-height:2.5rem}.tw-single .lg\:max-h-11{max-height:2.75rem}.tw-single .lg\:max-h-12{max-height:3rem}.tw-single .lg\:max-h-14{max-height:3.5rem}.tw-single .lg\:max-h-16{max-height:4rem}.tw-single .lg\:max-h-20{max-height:5rem}.tw-single .lg\:max-h-24{max-height:6rem}.tw-single .lg\:max-h-28{max-height:7rem}.tw-single .lg\:max-h-32{max-height:8rem}.tw-single .lg\:max-h-36{max-height:9rem}.tw-single .lg\:max-h-40{max-height:10rem}.tw-single .lg\:max-h-44{max-height:11rem}.tw-single .lg\:max-h-48{max-height:12rem}.tw-single .lg\:max-h-52{max-height:13rem}.tw-single .lg\:max-h-56{max-height:14rem}.tw-single .lg\:max-h-60{max-height:15rem}.tw-single .lg\:max-h-64{max-height:16rem}.tw-single .lg\:max-h-72{max-height:18rem}.tw-single .lg\:max-h-80{max-height:20rem}.tw-single .lg\:max-h-96{max-height:24rem}.tw-single .lg\:max-h-px{max-height:1px}.tw-single .lg\:max-h-full{max-height:100%}.tw-single .lg\:max-h-screen{max-height:100vh}.tw-single .lg\:min-h-0{min-height:0}.tw-single .lg\:min-h-full{min-height:100%}.tw-single .lg\:min-h-screen{min-height:100vh}.tw-single .lg\:w-0{width:0}.tw-single .lg\:w-1{width:.25rem}.tw-single .lg\:w-2{width:.5rem}.tw-single .lg\:w-3{width:.75rem}.tw-single .lg\:w-4{width:1rem}.tw-single .lg\:w-5{width:1.25rem}.tw-single .lg\:w-6{width:1.5rem}.tw-single .lg\:w-7{width:1.75rem}.tw-single .lg\:w-8{width:2rem}.tw-single .lg\:w-9{width:2.25rem}.tw-single .lg\:w-10{width:2.5rem}.tw-single .lg\:w-11{width:2.75rem}.tw-single .lg\:w-12{width:3rem}.tw-single .lg\:w-14{width:3.5rem}.tw-single .lg\:w-16{width:4rem}.tw-single .lg\:w-20{width:5rem}.tw-single .lg\:w-24{width:6rem}.tw-single .lg\:w-28{width:7rem}.tw-single .lg\:w-32{width:8rem}.tw-single .lg\:w-36{width:9rem}.tw-single .lg\:w-40{width:10rem}.tw-single .lg\:w-44{width:11rem}.tw-single .lg\:w-48{width:12rem}.tw-single .lg\:w-52{width:13rem}.tw-single .lg\:w-56{width:14rem}.tw-single .lg\:w-60{width:15rem}.tw-single .lg\:w-64{width:16rem}.tw-single .lg\:w-72{width:18rem}.tw-single .lg\:w-80{width:20rem}.tw-single .lg\:w-96{width:24rem}.tw-single .lg\:w-auto{width:auto}.tw-single .lg\:w-px{width:1px}.tw-single .lg\:w-0\.5{width:.125rem}.tw-single .lg\:w-1\.5{width:.375rem}.tw-single .lg\:w-2\.5{width:.625rem}.tw-single .lg\:w-3\.5{width:.875rem}.tw-single .lg\:w-1\/2{width:50%}.tw-single .lg\:w-1\/3{width:33.333333%}.tw-single .lg\:w-2\/3{width:66.666667%}.tw-single .lg\:w-1\/4{width:25%}.tw-single .lg\:w-2\/4{width:50%}.tw-single .lg\:w-3\/4{width:75%}.tw-single .lg\:w-1\/5{width:20%}.tw-single .lg\:w-2\/5{width:40%}.tw-single .lg\:w-3\/5{width:60%}.tw-single .lg\:w-4\/5{width:80%}.tw-single .lg\:w-1\/6{width:16.666667%}.tw-single .lg\:w-2\/6{width:33.333333%}.tw-single .lg\:w-3\/6{width:50%}.tw-single .lg\:w-4\/6{width:66.666667%}.tw-single .lg\:w-5\/6{width:83.333333%}.tw-single .lg\:w-1\/12{width:8.333333%}.tw-single .lg\:w-2\/12{width:16.666667%}.tw-single .lg\:w-3\/12{width:25%}.tw-single .lg\:w-4\/12{width:33.333333%}.tw-single .lg\:w-5\/12{width:41.666667%}.tw-single .lg\:w-6\/12{width:50%}.tw-single .lg\:w-7\/12{width:58.333333%}.tw-single .lg\:w-8\/12{width:66.666667%}.tw-single .lg\:w-9\/12{width:75%}.tw-single .lg\:w-10\/12{width:83.333333%}.tw-single .lg\:w-11\/12{width:91.666667%}.tw-single .lg\:w-full{width:100%}.tw-single .lg\:w-screen{width:100vw}.tw-single .lg\:min-w-0{min-width:0}.tw-single .lg\:min-w-full{min-width:100%}.tw-single .lg\:min-w-min{min-width:min-content}.tw-single .lg\:min-w-max{min-width:max-content}.tw-single .lg\:max-w-0{max-width:0}.tw-single .lg\:max-w-none{max-width:none}.tw-single .lg\:max-w-xs{max-width:20rem}.tw-single .lg\:max-w-sm{max-width:24rem}.tw-single .lg\:max-w-md{max-width:28rem}.tw-single .lg\:max-w-lg{max-width:32rem}.tw-single .lg\:max-w-xl{max-width:36rem}.tw-single .lg\:max-w-2xl{max-width:42rem}.tw-single .lg\:max-w-3xl{max-width:48rem}.tw-single .lg\:max-w-4xl{max-width:56rem}.tw-single .lg\:max-w-5xl{max-width:64rem}.tw-single .lg\:max-w-6xl{max-width:72rem}.tw-single .lg\:max-w-7xl{max-width:80rem}.tw-single .lg\:max-w-full{max-width:100%}.tw-single .lg\:max-w-min{max-width:min-content}.tw-single .lg\:max-w-max{max-width:max-content}.tw-single .lg\:max-w-prose{max-width:65ch}.tw-single .lg\:max-w-screen-sm{max-width:640px}.tw-single .lg\:max-w-screen-md{max-width:768px}.tw-single .lg\:max-w-screen-lg{max-width:1024px}.tw-single .lg\:max-w-screen-xl{max-width:1280px}.tw-single .lg\:max-w-screen-2xl{max-width:1536px}.tw-single .lg\:flex-1{flex:1 1 0%}.tw-single .lg\:flex-auto{flex:1 1 auto}.tw-single .lg\:flex-initial{flex:0 1 auto}.tw-single .lg\:flex-none{flex:none}.tw-single .lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tw-single .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-single .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tw-single .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tw-single .lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.tw-single .lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.tw-single .lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.tw-single .lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.tw-single .lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.tw-single .lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.tw-single .lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.tw-single .lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.tw-single .lg\:grid-cols-none{grid-template-columns:none}.tw-single .lg\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.tw-single .lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.tw-single .lg\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.tw-single .lg\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.tw-single .lg\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.tw-single .lg\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.tw-single .lg\:grid-rows-none{grid-template-rows:none}.tw-single .lg\:flex-row{flex-direction:row}.tw-single .lg\:flex-row-reverse{flex-direction:row-reverse}.tw-single .lg\:flex-col{flex-direction:column}.tw-single .lg\:flex-col-reverse{flex-direction:column-reverse}.tw-single .lg\:flex-wrap{flex-wrap:wrap}.tw-single .lg\:flex-wrap-reverse{flex-wrap:wrap-reverse}.tw-single .lg\:flex-nowrap{flex-wrap:nowrap}.tw-single .lg\:place-content-center{place-content:center}.tw-single .lg\:place-content-start{place-content:start}.tw-single .lg\:place-content-end{place-content:end}.tw-single .lg\:place-content-between{place-content:space-between}.tw-single .lg\:place-content-around{place-content:space-around}.tw-single .lg\:place-content-evenly{place-content:space-evenly}.tw-single .lg\:place-content-stretch{place-content:stretch}.tw-single .lg\:place-items-start{place-items:start}.tw-single .lg\:place-items-end{place-items:end}.tw-single .lg\:place-items-center{place-items:center}.tw-single .lg\:place-items-stretch{place-items:stretch}.tw-single .lg\:content-center{align-content:center}.tw-single .lg\:content-start{align-content:flex-start}.tw-single .lg\:content-end{align-content:flex-end}.tw-single .lg\:content-between{align-content:space-between}.tw-single .lg\:content-around{align-content:space-around}.tw-single .lg\:content-evenly{align-content:space-evenly}.tw-single .lg\:items-start{align-items:flex-start}.tw-single .lg\:items-end{align-items:flex-end}.tw-single .lg\:items-center{align-items:center}.tw-single .lg\:items-baseline{align-items:baseline}.tw-single .lg\:items-stretch{align-items:stretch}.tw-single .lg\:justify-start{justify-content:flex-start}.tw-single .lg\:justify-end{justify-content:flex-end}.tw-single .lg\:justify-center{justify-content:center}.tw-single .lg\:justify-between{justify-content:space-between}.tw-single .lg\:justify-around{justify-content:space-around}.tw-single .lg\:justify-evenly{justify-content:space-evenly}.tw-single .lg\:justify-items-start{justify-items:start}.tw-single .lg\:justify-items-end{justify-items:end}.tw-single .lg\:justify-items-center{justify-items:center}.tw-single .lg\:justify-items-stretch{justify-items:stretch}.tw-single .lg\:gap-0{gap:0}.tw-single .lg\:gap-1{gap:.25rem}.tw-single .lg\:gap-2{gap:.5rem}.tw-single .lg\:gap-3{gap:.75rem}.tw-single .lg\:gap-4{gap:1rem}.tw-single .lg\:gap-5{gap:1.25rem}.tw-single .lg\:gap-6{gap:1.5rem}.tw-single .lg\:gap-7{gap:1.75rem}.tw-single .lg\:gap-8{gap:2rem}.tw-single .lg\:gap-9{gap:2.25rem}.tw-single .lg\:gap-10{gap:2.5rem}.tw-single .lg\:gap-11{gap:2.75rem}.tw-single .lg\:gap-12{gap:3rem}.tw-single .lg\:gap-14{gap:3.5rem}.tw-single .lg\:gap-16{gap:4rem}.tw-single .lg\:gap-20{gap:5rem}.tw-single .lg\:gap-24{gap:6rem}.tw-single .lg\:gap-28{gap:7rem}.tw-single .lg\:gap-32{gap:8rem}.tw-single .lg\:gap-36{gap:9rem}.tw-single .lg\:gap-40{gap:10rem}.tw-single .lg\:gap-44{gap:11rem}.tw-single .lg\:gap-48{gap:12rem}.tw-single .lg\:gap-52{gap:13rem}.tw-single .lg\:gap-56{gap:14rem}.tw-single .lg\:gap-60{gap:15rem}.tw-single .lg\:gap-64{gap:16rem}.tw-single .lg\:gap-72{gap:18rem}.tw-single .lg\:gap-80{gap:20rem}.tw-single .lg\:gap-96{gap:24rem}.tw-single .lg\:gap-0\.5{gap:.125rem}.tw-single .lg\:gap-1\.5{gap:.375rem}.tw-single .lg\:gap-2\.5{gap:.625rem}.tw-single .lg\:gap-3\.5{gap:.875rem}.tw-single .lg\:gap-x-0{column-gap:0}.tw-single .lg\:gap-x-1{column-gap:.25rem}.tw-single .lg\:gap-x-2{column-gap:.5rem}.tw-single .lg\:gap-x-3{column-gap:.75rem}.tw-single .lg\:gap-x-4{column-gap:1rem}.tw-single .lg\:gap-x-5{column-gap:1.25rem}.tw-single .lg\:gap-x-6{column-gap:1.5rem}.tw-single .lg\:gap-x-7{column-gap:1.75rem}.tw-single .lg\:gap-x-8{column-gap:2rem}.tw-single .lg\:gap-x-9{column-gap:2.25rem}.tw-single .lg\:gap-x-10{column-gap:2.5rem}.tw-single .lg\:gap-x-11{column-gap:2.75rem}.tw-single .lg\:gap-x-12{column-gap:3rem}.tw-single .lg\:gap-x-14{column-gap:3.5rem}.tw-single .lg\:gap-x-16{column-gap:4rem}.tw-single .lg\:gap-x-20{column-gap:5rem}.tw-single .lg\:gap-x-24{column-gap:6rem}.tw-single .lg\:gap-x-28{column-gap:7rem}.tw-single .lg\:gap-x-32{column-gap:8rem}.tw-single .lg\:gap-x-36{column-gap:9rem}.tw-single .lg\:gap-x-40{column-gap:10rem}.tw-single .lg\:gap-x-44{column-gap:11rem}.tw-single .lg\:gap-x-48{column-gap:12rem}.tw-single .lg\:gap-x-52{column-gap:13rem}.tw-single .lg\:gap-x-56{column-gap:14rem}.tw-single .lg\:gap-x-60{column-gap:15rem}.tw-single .lg\:gap-x-64{column-gap:16rem}.tw-single .lg\:gap-x-72{column-gap:18rem}.tw-single .lg\:gap-x-80{column-gap:20rem}.tw-single .lg\:gap-x-96{column-gap:24rem}.tw-single .lg\:gap-x-0\.5{column-gap:.125rem}.tw-single .lg\:gap-x-1\.5{column-gap:.375rem}.tw-single .lg\:gap-x-2\.5{column-gap:.625rem}.tw-single .lg\:gap-x-3\.5{column-gap:.875rem}.tw-single .lg\:gap-y-0{row-gap:0}.tw-single .lg\:gap-y-1{row-gap:.25rem}.tw-single .lg\:gap-y-2{row-gap:.5rem}.tw-single .lg\:gap-y-3{row-gap:.75rem}.tw-single .lg\:gap-y-4{row-gap:1rem}.tw-single .lg\:gap-y-5{row-gap:1.25rem}.tw-single .lg\:gap-y-6{row-gap:1.5rem}.tw-single .lg\:gap-y-7{row-gap:1.75rem}.tw-single .lg\:gap-y-8{row-gap:2rem}.tw-single .lg\:gap-y-9{row-gap:2.25rem}.tw-single .lg\:gap-y-10{row-gap:2.5rem}.tw-single .lg\:gap-y-11{row-gap:2.75rem}.tw-single .lg\:gap-y-12{row-gap:3rem}.tw-single .lg\:gap-y-14{row-gap:3.5rem}.tw-single .lg\:gap-y-16{row-gap:4rem}.tw-single .lg\:gap-y-20{row-gap:5rem}.tw-single .lg\:gap-y-24{row-gap:6rem}.tw-single .lg\:gap-y-28{row-gap:7rem}.tw-single .lg\:gap-y-32{row-gap:8rem}.tw-single .lg\:gap-y-36{row-gap:9rem}.tw-single .lg\:gap-y-40{row-gap:10rem}.tw-single .lg\:gap-y-44{row-gap:11rem}.tw-single .lg\:gap-y-48{row-gap:12rem}.tw-single .lg\:gap-y-52{row-gap:13rem}.tw-single .lg\:gap-y-56{row-gap:14rem}.tw-single .lg\:gap-y-60{row-gap:15rem}.tw-single .lg\:gap-y-64{row-gap:16rem}.tw-single .lg\:gap-y-72{row-gap:18rem}.tw-single .lg\:gap-y-80{row-gap:20rem}.tw-single .lg\:gap-y-96{row-gap:24rem}.tw-single .lg\:gap-y-0\.5{row-gap:.125rem}.tw-single .lg\:gap-y-1\.5{row-gap:.375rem}.tw-single .lg\:gap-y-2\.5{row-gap:.625rem}.tw-single .lg\:gap-y-3\.5{row-gap:.875rem}.tw-single .lg\:place-self-auto{place-self:auto}.tw-single .lg\:place-self-start{place-self:start}.tw-single .lg\:place-self-end{place-self:end}.tw-single .lg\:place-self-center{place-self:center}.tw-single .lg\:place-self-stretch{place-self:stretch}.tw-single .lg\:self-auto{align-self:auto}.tw-single .lg\:self-start{align-self:flex-start}.tw-single .lg\:self-end{align-self:flex-end}.tw-single .lg\:self-center{align-self:center}.tw-single .lg\:self-stretch{align-self:stretch}.tw-single .lg\:self-baseline{align-self:baseline}.tw-single .lg\:justify-self-auto{justify-self:auto}.tw-single .lg\:justify-self-start{justify-self:start}.tw-single .lg\:justify-self-end{justify-self:end}.tw-single .lg\:justify-self-center{justify-self:center}.tw-single .lg\:justify-self-stretch{justify-self:stretch}.tw-single .lg\:rounded-none{border-radius:0}.tw-single .lg\:rounded-sm{border-radius:.125rem}.tw-single .lg\:rounded{border-radius:.25rem}.tw-single .lg\:rounded-md{border-radius:.375rem}.tw-single .lg\:rounded-lg{border-radius:.5rem}.tw-single .lg\:rounded-xl{border-radius:.75rem}.tw-single .lg\:rounded-2xl{border-radius:1rem}.tw-single .lg\:rounded-3xl{border-radius:1.5rem}.tw-single .lg\:rounded-full{border-radius:9999px}.tw-single .lg\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.tw-single .lg\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.tw-single .lg\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.tw-single .lg\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.tw-single .lg\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.tw-single .lg\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.tw-single .lg\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.tw-single .lg\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.tw-single .lg\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.tw-single .lg\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.tw-single .lg\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.tw-single .lg\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.tw-single .lg\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.tw-single .lg\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.tw-single .lg\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.tw-single .lg\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.tw-single .lg\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.tw-single .lg\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.tw-single .lg\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.tw-single .lg\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.tw-single .lg\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.tw-single .lg\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.tw-single .lg\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.tw-single .lg\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.tw-single .lg\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.tw-single .lg\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.tw-single .lg\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.tw-single .lg\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.tw-single .lg\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.tw-single .lg\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.tw-single .lg\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.tw-single .lg\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.tw-single .lg\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.tw-single .lg\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.tw-single .lg\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.tw-single .lg\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.tw-single .lg\:rounded-tl-none{border-top-left-radius:0}.tw-single .lg\:rounded-tl-sm{border-top-left-radius:.125rem}.tw-single .lg\:rounded-tl{border-top-left-radius:.25rem}.tw-single .lg\:rounded-tl-md{border-top-left-radius:.375rem}.tw-single .lg\:rounded-tl-lg{border-top-left-radius:.5rem}.tw-single .lg\:rounded-tl-xl{border-top-left-radius:.75rem}.tw-single .lg\:rounded-tl-2xl{border-top-left-radius:1rem}.tw-single .lg\:rounded-tl-3xl{border-top-left-radius:1.5rem}.tw-single .lg\:rounded-tl-full{border-top-left-radius:9999px}.tw-single .lg\:rounded-tr-none{border-top-right-radius:0}.tw-single .lg\:rounded-tr-sm{border-top-right-radius:.125rem}.tw-single .lg\:rounded-tr{border-top-right-radius:.25rem}.tw-single .lg\:rounded-tr-md{border-top-right-radius:.375rem}.tw-single .lg\:rounded-tr-lg{border-top-right-radius:.5rem}.tw-single .lg\:rounded-tr-xl{border-top-right-radius:.75rem}.tw-single .lg\:rounded-tr-2xl{border-top-right-radius:1rem}.tw-single .lg\:rounded-tr-3xl{border-top-right-radius:1.5rem}.tw-single .lg\:rounded-tr-full{border-top-right-radius:9999px}.tw-single .lg\:rounded-br-none{border-bottom-right-radius:0}.tw-single .lg\:rounded-br-sm{border-bottom-right-radius:.125rem}.tw-single .lg\:rounded-br{border-bottom-right-radius:.25rem}.tw-single .lg\:rounded-br-md{border-bottom-right-radius:.375rem}.tw-single .lg\:rounded-br-lg{border-bottom-right-radius:.5rem}.tw-single .lg\:rounded-br-xl{border-bottom-right-radius:.75rem}.tw-single .lg\:rounded-br-2xl{border-bottom-right-radius:1rem}.tw-single .lg\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.tw-single .lg\:rounded-br-full{border-bottom-right-radius:9999px}.tw-single .lg\:rounded-bl-none{border-bottom-left-radius:0}.tw-single .lg\:rounded-bl-sm{border-bottom-left-radius:.125rem}.tw-single .lg\:rounded-bl{border-bottom-left-radius:.25rem}.tw-single .lg\:rounded-bl-md{border-bottom-left-radius:.375rem}.tw-single .lg\:rounded-bl-lg{border-bottom-left-radius:.5rem}.tw-single .lg\:rounded-bl-xl{border-bottom-left-radius:.75rem}.tw-single .lg\:rounded-bl-2xl{border-bottom-left-radius:1rem}.tw-single .lg\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.tw-single .lg\:rounded-bl-full{border-bottom-left-radius:9999px}.tw-single .lg\:p-0{padding:0}.tw-single .lg\:p-1{padding:.25rem}.tw-single .lg\:p-2{padding:.5rem}.tw-single .lg\:p-3{padding:.75rem}.tw-single .lg\:p-4{padding:1rem}.tw-single .lg\:p-5{padding:1.25rem}.tw-single .lg\:p-6{padding:1.5rem}.tw-single .lg\:p-7{padding:1.75rem}.tw-single .lg\:p-8{padding:2rem}.tw-single .lg\:p-9{padding:2.25rem}.tw-single .lg\:p-10{padding:2.5rem}.tw-single .lg\:p-11{padding:2.75rem}.tw-single .lg\:p-12{padding:3rem}.tw-single .lg\:p-14{padding:3.5rem}.tw-single .lg\:p-16{padding:4rem}.tw-single .lg\:p-20{padding:5rem}.tw-single .lg\:p-24{padding:6rem}.tw-single .lg\:p-28{padding:7rem}.tw-single .lg\:p-32{padding:8rem}.tw-single .lg\:p-36{padding:9rem}.tw-single .lg\:p-40{padding:10rem}.tw-single .lg\:p-44{padding:11rem}.tw-single .lg\:p-48{padding:12rem}.tw-single .lg\:p-52{padding:13rem}.tw-single .lg\:p-56{padding:14rem}.tw-single .lg\:p-60{padding:15rem}.tw-single .lg\:p-64{padding:16rem}.tw-single .lg\:p-72{padding:18rem}.tw-single .lg\:p-80{padding:20rem}.tw-single .lg\:p-96{padding:24rem}.tw-single .lg\:p-px{padding:1px}.tw-single .lg\:p-0\.5{padding:.125rem}.tw-single .lg\:p-1\.5{padding:.375rem}.tw-single .lg\:p-2\.5{padding:.625rem}.tw-single .lg\:p-3\.5{padding:.875rem}.tw-single .lg\:px-0{padding-left:0;padding-right:0}.tw-single .lg\:px-1{padding-left:.25rem;padding-right:.25rem}.tw-single .lg\:px-2{padding-left:.5rem;padding-right:.5rem}.tw-single .lg\:px-3{padding-left:.75rem;padding-right:.75rem}.tw-single .lg\:px-4{padding-left:1rem;padding-right:1rem}.tw-single .lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.tw-single .lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-single .lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}.tw-single .lg\:px-8{padding-left:2rem;padding-right:2rem}.tw-single .lg\:px-9{padding-left:2.25rem;padding-right:2.25rem}.tw-single .lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.tw-single .lg\:px-11{padding-left:2.75rem;padding-right:2.75rem}.tw-single .lg\:px-12{padding-left:3rem;padding-right:3rem}.tw-single .lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.tw-single .lg\:px-16{padding-left:4rem;padding-right:4rem}.tw-single .lg\:px-20{padding-left:5rem;padding-right:5rem}.tw-single .lg\:px-24{padding-left:6rem;padding-right:6rem}.tw-single .lg\:px-28{padding-left:7rem;padding-right:7rem}.tw-single .lg\:px-32{padding-left:8rem;padding-right:8rem}.tw-single .lg\:px-36{padding-left:9rem;padding-right:9rem}.tw-single .lg\:px-40{padding-left:10rem;padding-right:10rem}.tw-single .lg\:px-44{padding-left:11rem;padding-right:11rem}.tw-single .lg\:px-48{padding-left:12rem;padding-right:12rem}.tw-single .lg\:px-52{padding-left:13rem;padding-right:13rem}.tw-single .lg\:px-56{padding-left:14rem;padding-right:14rem}.tw-single .lg\:px-60{padding-left:15rem;padding-right:15rem}.tw-single .lg\:px-64{padding-left:16rem;padding-right:16rem}.tw-single .lg\:px-72{padding-left:18rem;padding-right:18rem}.tw-single .lg\:px-80{padding-left:20rem;padding-right:20rem}.tw-single .lg\:px-96{padding-left:24rem;padding-right:24rem}.tw-single .lg\:px-px{padding-left:1px;padding-right:1px}.tw-single .lg\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.tw-single .lg\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.tw-single .lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.tw-single .lg\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.tw-single .lg\:py-0{padding-top:0;padding-bottom:0}.tw-single .lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.tw-single .lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.tw-single .lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.tw-single .lg\:py-4{padding-top:1rem;padding-bottom:1rem}.tw-single .lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.tw-single .lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.tw-single .lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.tw-single .lg\:py-8{padding-top:2rem;padding-bottom:2rem}.tw-single .lg\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.tw-single .lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.tw-single .lg\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.tw-single .lg\:py-12{padding-top:3rem;padding-bottom:3rem}.tw-single .lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.tw-single .lg\:py-16{padding-top:4rem;padding-bottom:4rem}.tw-single .lg\:py-20{padding-top:5rem;padding-bottom:5rem}.tw-single .lg\:py-24{padding-top:6rem;padding-bottom:6rem}.tw-single .lg\:py-28{padding-top:7rem;padding-bottom:7rem}.tw-single .lg\:py-32{padding-top:8rem;padding-bottom:8rem}.tw-single .lg\:py-36{padding-top:9rem;padding-bottom:9rem}.tw-single .lg\:py-40{padding-top:10rem;padding-bottom:10rem}.tw-single .lg\:py-44{padding-top:11rem;padding-bottom:11rem}.tw-single .lg\:py-48{padding-top:12rem;padding-bottom:12rem}.tw-single .lg\:py-52{padding-top:13rem;padding-bottom:13rem}.tw-single .lg\:py-56{padding-top:14rem;padding-bottom:14rem}.tw-single .lg\:py-60{padding-top:15rem;padding-bottom:15rem}.tw-single .lg\:py-64{padding-top:16rem;padding-bottom:16rem}.tw-single .lg\:py-72{padding-top:18rem;padding-bottom:18rem}.tw-single .lg\:py-80{padding-top:20rem;padding-bottom:20rem}.tw-single .lg\:py-96{padding-top:24rem;padding-bottom:24rem}.tw-single .lg\:py-px{padding-top:1px;padding-bottom:1px}.tw-single .lg\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.tw-single .lg\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.tw-single .lg\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.tw-single .lg\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.tw-single .lg\:pt-0{padding-top:0}.tw-single .lg\:pt-1{padding-top:.25rem}.tw-single .lg\:pt-2{padding-top:.5rem}.tw-single .lg\:pt-3{padding-top:.75rem}.tw-single .lg\:pt-4{padding-top:1rem}.tw-single .lg\:pt-5{padding-top:1.25rem}.tw-single .lg\:pt-6{padding-top:1.5rem}.tw-single .lg\:pt-7{padding-top:1.75rem}.tw-single .lg\:pt-8{padding-top:2rem}.tw-single .lg\:pt-9{padding-top:2.25rem}.tw-single .lg\:pt-10{padding-top:2.5rem}.tw-single .lg\:pt-11{padding-top:2.75rem}.tw-single .lg\:pt-12{padding-top:3rem}.tw-single .lg\:pt-14{padding-top:3.5rem}.tw-single .lg\:pt-16{padding-top:4rem}.tw-single .lg\:pt-20{padding-top:5rem}.tw-single .lg\:pt-24{padding-top:6rem}.tw-single .lg\:pt-28{padding-top:7rem}.tw-single .lg\:pt-32{padding-top:8rem}.tw-single .lg\:pt-36{padding-top:9rem}.tw-single .lg\:pt-40{padding-top:10rem}.tw-single .lg\:pt-44{padding-top:11rem}.tw-single .lg\:pt-48{padding-top:12rem}.tw-single .lg\:pt-52{padding-top:13rem}.tw-single .lg\:pt-56{padding-top:14rem}.tw-single .lg\:pt-60{padding-top:15rem}.tw-single .lg\:pt-64{padding-top:16rem}.tw-single .lg\:pt-72{padding-top:18rem}.tw-single .lg\:pt-80{padding-top:20rem}.tw-single .lg\:pt-96{padding-top:24rem}.tw-single .lg\:pt-px{padding-top:1px}.tw-single .lg\:pt-0\.5{padding-top:.125rem}.tw-single .lg\:pt-1\.5{padding-top:.375rem}.tw-single .lg\:pt-2\.5{padding-top:.625rem}.tw-single .lg\:pt-3\.5{padding-top:.875rem}.tw-single .lg\:pr-0{padding-right:0}.tw-single .lg\:pr-1{padding-right:.25rem}.tw-single .lg\:pr-2{padding-right:.5rem}.tw-single .lg\:pr-3{padding-right:.75rem}.tw-single .lg\:pr-4{padding-right:1rem}.tw-single .lg\:pr-5{padding-right:1.25rem}.tw-single .lg\:pr-6{padding-right:1.5rem}.tw-single .lg\:pr-7{padding-right:1.75rem}.tw-single .lg\:pr-8{padding-right:2rem}.tw-single .lg\:pr-9{padding-right:2.25rem}.tw-single .lg\:pr-10{padding-right:2.5rem}.tw-single .lg\:pr-11{padding-right:2.75rem}.tw-single .lg\:pr-12{padding-right:3rem}.tw-single .lg\:pr-14{padding-right:3.5rem}.tw-single .lg\:pr-16{padding-right:4rem}.tw-single .lg\:pr-20{padding-right:5rem}.tw-single .lg\:pr-24{padding-right:6rem}.tw-single .lg\:pr-28{padding-right:7rem}.tw-single .lg\:pr-32{padding-right:8rem}.tw-single .lg\:pr-36{padding-right:9rem}.tw-single .lg\:pr-40{padding-right:10rem}.tw-single .lg\:pr-44{padding-right:11rem}.tw-single .lg\:pr-48{padding-right:12rem}.tw-single .lg\:pr-52{padding-right:13rem}.tw-single .lg\:pr-56{padding-right:14rem}.tw-single .lg\:pr-60{padding-right:15rem}.tw-single .lg\:pr-64{padding-right:16rem}.tw-single .lg\:pr-72{padding-right:18rem}.tw-single .lg\:pr-80{padding-right:20rem}.tw-single .lg\:pr-96{padding-right:24rem}.tw-single .lg\:pr-px{padding-right:1px}.tw-single .lg\:pr-0\.5{padding-right:.125rem}.tw-single .lg\:pr-1\.5{padding-right:.375rem}.tw-single .lg\:pr-2\.5{padding-right:.625rem}.tw-single .lg\:pr-3\.5{padding-right:.875rem}.tw-single .lg\:pb-0{padding-bottom:0}.tw-single .lg\:pb-1{padding-bottom:.25rem}.tw-single .lg\:pb-2{padding-bottom:.5rem}.tw-single .lg\:pb-3{padding-bottom:.75rem}.tw-single .lg\:pb-4{padding-bottom:1rem}.tw-single .lg\:pb-5{padding-bottom:1.25rem}.tw-single .lg\:pb-6{padding-bottom:1.5rem}.tw-single .lg\:pb-7{padding-bottom:1.75rem}.tw-single .lg\:pb-8{padding-bottom:2rem}.tw-single .lg\:pb-9{padding-bottom:2.25rem}.tw-single .lg\:pb-10{padding-bottom:2.5rem}.tw-single .lg\:pb-11{padding-bottom:2.75rem}.tw-single .lg\:pb-12{padding-bottom:3rem}.tw-single .lg\:pb-14{padding-bottom:3.5rem}.tw-single .lg\:pb-16{padding-bottom:4rem}.tw-single .lg\:pb-20{padding-bottom:5rem}.tw-single .lg\:pb-24{padding-bottom:6rem}.tw-single .lg\:pb-28{padding-bottom:7rem}.tw-single .lg\:pb-32{padding-bottom:8rem}.tw-single .lg\:pb-36{padding-bottom:9rem}.tw-single .lg\:pb-40{padding-bottom:10rem}.tw-single .lg\:pb-44{padding-bottom:11rem}.tw-single .lg\:pb-48{padding-bottom:12rem}.tw-single .lg\:pb-52{padding-bottom:13rem}.tw-single .lg\:pb-56{padding-bottom:14rem}.tw-single .lg\:pb-60{padding-bottom:15rem}.tw-single .lg\:pb-64{padding-bottom:16rem}.tw-single .lg\:pb-72{padding-bottom:18rem}.tw-single .lg\:pb-80{padding-bottom:20rem}.tw-single .lg\:pb-96{padding-bottom:24rem}.tw-single .lg\:pb-px{padding-bottom:1px}.tw-single .lg\:pb-0\.5{padding-bottom:.125rem}.tw-single .lg\:pb-1\.5{padding-bottom:.375rem}.tw-single .lg\:pb-2\.5{padding-bottom:.625rem}.tw-single .lg\:pb-3\.5{padding-bottom:.875rem}.tw-single .lg\:pl-0{padding-left:0}.tw-single .lg\:pl-1{padding-left:.25rem}.tw-single .lg\:pl-2{padding-left:.5rem}.tw-single .lg\:pl-3{padding-left:.75rem}.tw-single .lg\:pl-4{padding-left:1rem}.tw-single .lg\:pl-5{padding-left:1.25rem}.tw-single .lg\:pl-6{padding-left:1.5rem}.tw-single .lg\:pl-7{padding-left:1.75rem}.tw-single .lg\:pl-8{padding-left:2rem}.tw-single .lg\:pl-9{padding-left:2.25rem}.tw-single .lg\:pl-10{padding-left:2.5rem}.tw-single .lg\:pl-11{padding-left:2.75rem}.tw-single .lg\:pl-12{padding-left:3rem}.tw-single .lg\:pl-14{padding-left:3.5rem}.tw-single .lg\:pl-16{padding-left:4rem}.tw-single .lg\:pl-20{padding-left:5rem}.tw-single .lg\:pl-24{padding-left:6rem}.tw-single .lg\:pl-28{padding-left:7rem}.tw-single .lg\:pl-32{padding-left:8rem}.tw-single .lg\:pl-36{padding-left:9rem}.tw-single .lg\:pl-40{padding-left:10rem}.tw-single .lg\:pl-44{padding-left:11rem}.tw-single .lg\:pl-48{padding-left:12rem}.tw-single .lg\:pl-52{padding-left:13rem}.tw-single .lg\:pl-56{padding-left:14rem}.tw-single .lg\:pl-60{padding-left:15rem}.tw-single .lg\:pl-64{padding-left:16rem}.tw-single .lg\:pl-72{padding-left:18rem}.tw-single .lg\:pl-80{padding-left:20rem}.tw-single .lg\:pl-96{padding-left:24rem}.tw-single .lg\:pl-px{padding-left:1px}.tw-single .lg\:pl-0\.5{padding-left:.125rem}.tw-single .lg\:pl-1\.5{padding-left:.375rem}.tw-single .lg\:pl-2\.5{padding-left:.625rem}.tw-single .lg\:pl-3\.5{padding-left:.875rem}.tw-single .lg\:text-left{text-align:left}.tw-single .lg\:text-center{text-align:center}.tw-single .lg\:text-right{text-align:right}.tw-single .lg\:text-justify{text-align:justify}.tw-single .lg\:text-xs{font-size:.75rem;line-height:1rem}.tw-single .lg\:text-sm{font-size:.875rem;line-height:1.25rem}.tw-single .lg\:text-base{font-size:1rem;line-height:1.5rem}.tw-single .lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.tw-single .lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.tw-single .lg\:text-2xl{font-size:1.5rem;line-height:2rem}.tw-single .lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.tw-single .lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.tw-single .lg\:text-5xl{font-size:3rem;line-height:1}.tw-single .lg\:text-6xl{font-size:3.75rem;line-height:1}.tw-single .lg\:text-7xl{font-size:4.5rem;line-height:1}.tw-single .lg\:text-8xl{font-size:6rem;line-height:1}.tw-single .lg\:text-9xl{font-size:8rem;line-height:1}.tw-single .lg\:leading-3{line-height:.75rem}.tw-single .lg\:leading-4{line-height:1rem}.tw-single .lg\:leading-5{line-height:1.25rem}.tw-single .lg\:leading-6{line-height:1.5rem}.tw-single .lg\:leading-7{line-height:1.75rem}.tw-single .lg\:leading-8{line-height:2rem}.tw-single .lg\:leading-9{line-height:2.25rem}.tw-single .lg\:leading-10{line-height:2.5rem}.tw-single .lg\:leading-none{line-height:1}.tw-single .lg\:leading-tight{line-height:1.25}.tw-single .lg\:leading-snug{line-height:1.375}.tw-single .lg\:leading-normal{line-height:1.5}.tw-single .lg\:leading-relaxed{line-height:1.625}.tw-single .lg\:leading-loose{line-height:2}.tw-single .lg\:tracking-tighter{letter-spacing:-.05em}.tw-single .lg\:tracking-tight{letter-spacing:-.025em}.tw-single .lg\:tracking-normal{letter-spacing:0}.tw-single .lg\:tracking-wide{letter-spacing:.025em}.tw-single .lg\:tracking-wider{letter-spacing:.05em}.tw-single .lg\:tracking-widest{letter-spacing:.1em}}@media (min-width:1536px){.tw-single .\32xl\: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}.tw-single .\32xl\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.tw-single .\32xl\:focus-within\:sr-only:focus-within{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.tw-single .\32xl\:focus-within\:not-sr-only:focus-within{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.tw-single .\32xl\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.tw-single .\32xl\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.tw-single .\32xl\:pointer-events-none{pointer-events:none}.tw-single .\32xl\:pointer-events-auto{pointer-events:auto}.tw-single .\32xl\:visible{visibility:visible}.tw-single .\32xl\:invisible{visibility:hidden}.tw-single .\32xl\:static{position:static}.tw-single .\32xl\:fixed{position:fixed}.tw-single .\32xl\:absolute{position:absolute}.tw-single .\32xl\:relative{position:relative}.tw-single .\32xl\:sticky{position:sticky}.tw-single .\32xl\:inset-0{top:0;right:0;bottom:0;left:0}.tw-single .\32xl\:inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.tw-single .\32xl\:inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.tw-single .\32xl\:inset-3{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem}.tw-single .\32xl\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.tw-single .\32xl\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.tw-single .\32xl\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.tw-single .\32xl\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.tw-single .\32xl\:inset-px{top:1px;right:1px;bottom:1px;left:1px}.tw-single .\32xl\:-inset-0{top:0;right:0;bottom:0;left:0}.tw-single .\32xl\:-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.tw-single .\32xl\:-inset-2{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.tw-single .\32xl\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.tw-single .\32xl\:-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}.tw-single .\32xl\:-inset-6{top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem}.tw-single .\32xl\:-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.tw-single .\32xl\:-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.tw-single .\32xl\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.tw-single .\32xl\:inset-full{top:100%;right:100%;bottom:100%;left:100%}.tw-single .\32xl\:-inset-1\/2{top:-50%;right:-50%;bottom:-50%;left:-50%}.tw-single .\32xl\:-inset-full{top:-100%;right:-100%;bottom:-100%;left:-100%}.tw-single .\32xl\:inset-x-0{left:0;right:0}.tw-single .\32xl\:inset-x-1{left:.25rem;right:.25rem}.tw-single .\32xl\:inset-x-2{left:.5rem;right:.5rem}.tw-single .\32xl\:inset-x-3{left:.75rem;right:.75rem}.tw-single .\32xl\:inset-x-4{left:1rem;right:1rem}.tw-single .\32xl\:inset-x-6{left:1.5rem;right:1.5rem}.tw-single .\32xl\:inset-x-8{left:2rem;right:2rem}.tw-single .\32xl\:inset-x-auto{left:auto;right:auto}.tw-single .\32xl\:inset-x-px{left:1px;right:1px}.tw-single .\32xl\:-inset-x-0{left:0;right:0}.tw-single .\32xl\:-inset-x-1{left:-.25rem;right:-.25rem}.tw-single .\32xl\:-inset-x-2{left:-.5rem;right:-.5rem}.tw-single .\32xl\:-inset-x-3{left:-.75rem;right:-.75rem}.tw-single .\32xl\:-inset-x-4{left:-1rem;right:-1rem}.tw-single .\32xl\:-inset-x-6{left:-1.5rem;right:-1.5rem}.tw-single .\32xl\:-inset-x-8{left:-2rem;right:-2rem}.tw-single .\32xl\:-inset-x-px{left:-1px;right:-1px}.tw-single .\32xl\:inset-x-1\/2{left:50%;right:50%}.tw-single .\32xl\:inset-x-full{left:100%;right:100%}.tw-single .\32xl\:-inset-x-1\/2{left:-50%;right:-50%}.tw-single .\32xl\:-inset-x-full{left:-100%;right:-100%}.tw-single .\32xl\:inset-y-0{top:0;bottom:0}.tw-single .\32xl\:inset-y-1{top:.25rem;bottom:.25rem}.tw-single .\32xl\:inset-y-2{top:.5rem;bottom:.5rem}.tw-single .\32xl\:inset-y-3{top:.75rem;bottom:.75rem}.tw-single .\32xl\:inset-y-4{top:1rem;bottom:1rem}.tw-single .\32xl\:inset-y-6{top:1.5rem;bottom:1.5rem}.tw-single .\32xl\:inset-y-8{top:2rem;bottom:2rem}.tw-single .\32xl\:inset-y-auto{top:auto;bottom:auto}.tw-single .\32xl\:inset-y-px{top:1px;bottom:1px}.tw-single .\32xl\:-inset-y-0{top:0;bottom:0}.tw-single .\32xl\:-inset-y-1{top:-.25rem;bottom:-.25rem}.tw-single .\32xl\:-inset-y-2{top:-.5rem;bottom:-.5rem}.tw-single .\32xl\:-inset-y-3{top:-.75rem;bottom:-.75rem}.tw-single .\32xl\:-inset-y-4{top:-1rem;bottom:-1rem}.tw-single .\32xl\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.tw-single .\32xl\:-inset-y-8{top:-2rem;bottom:-2rem}.tw-single .\32xl\:-inset-y-px{top:-1px;bottom:-1px}.tw-single .\32xl\:inset-y-1\/2{top:50%;bottom:50%}.tw-single .\32xl\:inset-y-full{top:100%;bottom:100%}.tw-single .\32xl\:-inset-y-1\/2{top:-50%;bottom:-50%}.tw-single .\32xl\:-inset-y-full{top:-100%;bottom:-100%}.tw-single .\32xl\:top-0{top:0}.tw-single .\32xl\:top-1{top:.25rem}.tw-single .\32xl\:top-2{top:.5rem}.tw-single .\32xl\:top-3{top:.75rem}.tw-single .\32xl\:top-4{top:1rem}.tw-single .\32xl\:top-6{top:1.5rem}.tw-single .\32xl\:top-8{top:2rem}.tw-single .\32xl\:top-auto{top:auto}.tw-single .\32xl\:top-px{top:1px}.tw-single .\32xl\:-top-0{top:0}.tw-single .\32xl\:-top-1{top:-.25rem}.tw-single .\32xl\:-top-2{top:-.5rem}.tw-single .\32xl\:-top-3{top:-.75rem}.tw-single .\32xl\:-top-4{top:-1rem}.tw-single .\32xl\:-top-6{top:-1.5rem}.tw-single .\32xl\:-top-8{top:-2rem}.tw-single .\32xl\:-top-px{top:-1px}.tw-single .\32xl\:top-1\/2{top:50%}.tw-single .\32xl\:top-full{top:100%}.tw-single .\32xl\:-top-1\/2{top:-50%}.tw-single .\32xl\:-top-full{top:-100%}.tw-single .\32xl\:right-0{right:0}.tw-single .\32xl\:right-1{right:.25rem}.tw-single .\32xl\:right-2{right:.5rem}.tw-single .\32xl\:right-3{right:.75rem}.tw-single .\32xl\:right-4{right:1rem}.tw-single .\32xl\:right-6{right:1.5rem}.tw-single .\32xl\:right-8{right:2rem}.tw-single .\32xl\:right-auto{right:auto}.tw-single .\32xl\:right-px{right:1px}.tw-single .\32xl\:-right-0{right:0}.tw-single .\32xl\:-right-1{right:-.25rem}.tw-single .\32xl\:-right-2{right:-.5rem}.tw-single .\32xl\:-right-3{right:-.75rem}.tw-single .\32xl\:-right-4{right:-1rem}.tw-single .\32xl\:-right-6{right:-1.5rem}.tw-single .\32xl\:-right-8{right:-2rem}.tw-single .\32xl\:-right-px{right:-1px}.tw-single .\32xl\:right-1\/2{right:50%}.tw-single .\32xl\:right-full{right:100%}.tw-single .\32xl\:-right-1\/2{right:-50%}.tw-single .\32xl\:-right-full{right:-100%}.tw-single .\32xl\:bottom-0{bottom:0}.tw-single .\32xl\:bottom-1{bottom:.25rem}.tw-single .\32xl\:bottom-2{bottom:.5rem}.tw-single .\32xl\:bottom-3{bottom:.75rem}.tw-single .\32xl\:bottom-4{bottom:1rem}.tw-single .\32xl\:bottom-6{bottom:1.5rem}.tw-single .\32xl\:bottom-8{bottom:2rem}.tw-single .\32xl\:bottom-auto{bottom:auto}.tw-single .\32xl\:bottom-px{bottom:1px}.tw-single .\32xl\:-bottom-0{bottom:0}.tw-single .\32xl\:-bottom-1{bottom:-.25rem}.tw-single .\32xl\:-bottom-2{bottom:-.5rem}.tw-single .\32xl\:-bottom-3{bottom:-.75rem}.tw-single .\32xl\:-bottom-4{bottom:-1rem}.tw-single .\32xl\:-bottom-6{bottom:-1.5rem}.tw-single .\32xl\:-bottom-8{bottom:-2rem}.tw-single .\32xl\:-bottom-px{bottom:-1px}.tw-single .\32xl\:bottom-1\/2{bottom:50%}.tw-single .\32xl\:bottom-full{bottom:100%}.tw-single .\32xl\:-bottom-1\/2{bottom:-50%}.tw-single .\32xl\:-bottom-full{bottom:-100%}.tw-single .\32xl\:left-0{left:0}.tw-single .\32xl\:left-1{left:.25rem}.tw-single .\32xl\:left-2{left:.5rem}.tw-single .\32xl\:left-3{left:.75rem}.tw-single .\32xl\:left-4{left:1rem}.tw-single .\32xl\:left-6{left:1.5rem}.tw-single .\32xl\:left-8{left:2rem}.tw-single .\32xl\:left-auto{left:auto}.tw-single .\32xl\:left-px{left:1px}.tw-single .\32xl\:-left-0{left:0}.tw-single .\32xl\:-left-1{left:-.25rem}.tw-single .\32xl\:-left-2{left:-.5rem}.tw-single .\32xl\:-left-3{left:-.75rem}.tw-single .\32xl\:-left-4{left:-1rem}.tw-single .\32xl\:-left-6{left:-1.5rem}.tw-single .\32xl\:-left-8{left:-2rem}.tw-single .\32xl\:-left-px{left:-1px}.tw-single .\32xl\:left-1\/2{left:50%}.tw-single .\32xl\:left-full{left:100%}.tw-single .\32xl\:-left-1\/2{left:-50%}.tw-single .\32xl\:-left-full{left:-100%}.tw-single .\32xl\:z-0{z-index:0}.tw-single .\32xl\:z-10{z-index:10}.tw-single .\32xl\:z-20{z-index:20}.tw-single .\32xl\:z-30{z-index:30}.tw-single .\32xl\:z-40{z-index:40}.tw-single .\32xl\:z-50{z-index:50}.tw-single .\32xl\:z-auto{z-index:auto}.tw-single .\32xl\:focus-within\:z-0:focus-within{z-index:0}.tw-single .\32xl\:focus-within\:z-10:focus-within{z-index:10}.tw-single .\32xl\:focus-within\:z-20:focus-within{z-index:20}.tw-single .\32xl\:focus-within\:z-30:focus-within{z-index:30}.tw-single .\32xl\:focus-within\:z-40:focus-within{z-index:40}.tw-single .\32xl\:focus-within\:z-50:focus-within{z-index:50}.tw-single .\32xl\:focus-within\:z-auto:focus-within{z-index:auto}.tw-single .\32xl\:focus\:z-0:focus{z-index:0}.tw-single .\32xl\:focus\:z-10:focus{z-index:10}.tw-single .\32xl\:focus\:z-20:focus{z-index:20}.tw-single .\32xl\:focus\:z-30:focus{z-index:30}.tw-single .\32xl\:focus\:z-40:focus{z-index:40}.tw-single .\32xl\:focus\:z-50:focus{z-index:50}.tw-single .\32xl\:focus\:z-auto:focus{z-index:auto}.tw-single .\32xl\:order-1{order:1}.tw-single .\32xl\:order-2{order:2}.tw-single .\32xl\:order-3{order:3}.tw-single .\32xl\:order-4{order:4}.tw-single .\32xl\:order-5{order:5}.tw-single .\32xl\:order-6{order:6}.tw-single .\32xl\:order-7{order:7}.tw-single .\32xl\:order-8{order:8}.tw-single .\32xl\:order-9{order:9}.tw-single .\32xl\:order-10{order:10}.tw-single .\32xl\:order-11{order:11}.tw-single .\32xl\:order-12{order:12}.tw-single .\32xl\:order-first{order:-9999}.tw-single .\32xl\:order-last{order:9999}.tw-single .\32xl\:order-none{order:0}.tw-single .\32xl\:col-auto{grid-column:auto}.tw-single .\32xl\:col-span-1{grid-column:span 1/span 1}.tw-single .\32xl\:col-span-2{grid-column:span 2/span 2}.tw-single .\32xl\:col-span-3{grid-column:span 3/span 3}.tw-single .\32xl\:col-span-4{grid-column:span 4/span 4}.tw-single .\32xl\:col-span-5{grid-column:span 5/span 5}.tw-single .\32xl\:col-span-6{grid-column:span 6/span 6}.tw-single .\32xl\:col-span-7{grid-column:span 7/span 7}.tw-single .\32xl\:col-span-8{grid-column:span 8/span 8}.tw-single .\32xl\:col-span-9{grid-column:span 9/span 9}.tw-single .\32xl\:col-span-10{grid-column:span 10/span 10}.tw-single .\32xl\:col-span-11{grid-column:span 11/span 11}.tw-single .\32xl\:col-span-12{grid-column:span 12/span 12}.tw-single .\32xl\:col-span-full{grid-column:1/-1}.tw-single .\32xl\:col-start-1{grid-column-start:1}.tw-single .\32xl\:col-start-2{grid-column-start:2}.tw-single .\32xl\:col-start-3{grid-column-start:3}.tw-single .\32xl\:col-start-4{grid-column-start:4}.tw-single .\32xl\:col-start-5{grid-column-start:5}.tw-single .\32xl\:col-start-6{grid-column-start:6}.tw-single .\32xl\:col-start-7{grid-column-start:7}.tw-single .\32xl\:col-start-8{grid-column-start:8}.tw-single .\32xl\:col-start-9{grid-column-start:9}.tw-single .\32xl\:col-start-10{grid-column-start:10}.tw-single .\32xl\:col-start-11{grid-column-start:11}.tw-single .\32xl\:col-start-12{grid-column-start:12}.tw-single .\32xl\:col-start-13{grid-column-start:13}.tw-single .\32xl\:col-start-auto{grid-column-start:auto}.tw-single .\32xl\:col-end-1{grid-column-end:1}.tw-single .\32xl\:col-end-2{grid-column-end:2}.tw-single .\32xl\:col-end-3{grid-column-end:3}.tw-single .\32xl\:col-end-4{grid-column-end:4}.tw-single .\32xl\:col-end-5{grid-column-end:5}.tw-single .\32xl\:col-end-6{grid-column-end:6}.tw-single .\32xl\:col-end-7{grid-column-end:7}.tw-single .\32xl\:col-end-8{grid-column-end:8}.tw-single .\32xl\:col-end-9{grid-column-end:9}.tw-single .\32xl\:col-end-10{grid-column-end:10}.tw-single .\32xl\:col-end-11{grid-column-end:11}.tw-single .\32xl\:col-end-12{grid-column-end:12}.tw-single .\32xl\:col-end-13{grid-column-end:13}.tw-single .\32xl\:col-end-auto{grid-column-end:auto}.tw-single .\32xl\:row-auto{grid-row:auto}.tw-single .\32xl\:row-span-1{grid-row:span 1/span 1}.tw-single .\32xl\:row-span-2{grid-row:span 2/span 2}.tw-single .\32xl\:row-span-3{grid-row:span 3/span 3}.tw-single .\32xl\:row-span-4{grid-row:span 4/span 4}.tw-single .\32xl\:row-span-5{grid-row:span 5/span 5}.tw-single .\32xl\:row-span-6{grid-row:span 6/span 6}.tw-single .\32xl\:row-span-full{grid-row:1/-1}.tw-single .\32xl\:row-start-1{grid-row-start:1}.tw-single .\32xl\:row-start-2{grid-row-start:2}.tw-single .\32xl\:row-start-3{grid-row-start:3}.tw-single .\32xl\:row-start-4{grid-row-start:4}.tw-single .\32xl\:row-start-5{grid-row-start:5}.tw-single .\32xl\:row-start-6{grid-row-start:6}.tw-single .\32xl\:row-start-7{grid-row-start:7}.tw-single .\32xl\:row-start-auto{grid-row-start:auto}.tw-single .\32xl\:row-end-1{grid-row-end:1}.tw-single .\32xl\:row-end-2{grid-row-end:2}.tw-single .\32xl\:row-end-3{grid-row-end:3}.tw-single .\32xl\:row-end-4{grid-row-end:4}.tw-single .\32xl\:row-end-5{grid-row-end:5}.tw-single .\32xl\:row-end-6{grid-row-end:6}.tw-single .\32xl\:row-end-7{grid-row-end:7}.tw-single .\32xl\:row-end-auto{grid-row-end:auto}.tw-single .\32xl\:float-right{float:right}.tw-single .\32xl\:float-left{float:left}.tw-single .\32xl\:float-none{float:none}.tw-single .\32xl\:clear-left{clear:left}.tw-single .\32xl\:clear-right{clear:right}.tw-single .\32xl\:clear-both{clear:both}.tw-single .\32xl\:clear-none{clear:none}.tw-single .\32xl\:m-0{margin:0}.tw-single .\32xl\:m-1{margin:.25rem}.tw-single .\32xl\:m-2{margin:.5rem}.tw-single .\32xl\:m-3{margin:.75rem}.tw-single .\32xl\:m-4{margin:1rem}.tw-single .\32xl\:m-5{margin:1.25rem}.tw-single .\32xl\:m-6{margin:1.5rem}.tw-single .\32xl\:m-7{margin:1.75rem}.tw-single .\32xl\:m-8{margin:2rem}.tw-single .\32xl\:m-9{margin:2.25rem}.tw-single .\32xl\:m-10{margin:2.5rem}.tw-single .\32xl\:m-11{margin:2.75rem}.tw-single .\32xl\:m-12{margin:3rem}.tw-single .\32xl\:m-14{margin:3.5rem}.tw-single .\32xl\:m-16{margin:4rem}.tw-single .\32xl\:m-20{margin:5rem}.tw-single .\32xl\:m-24{margin:6rem}.tw-single .\32xl\:m-28{margin:7rem}.tw-single .\32xl\:m-32{margin:8rem}.tw-single .\32xl\:m-36{margin:9rem}.tw-single .\32xl\:m-40{margin:10rem}.tw-single .\32xl\:m-44{margin:11rem}.tw-single .\32xl\:m-48{margin:12rem}.tw-single .\32xl\:m-52{margin:13rem}.tw-single .\32xl\:m-56{margin:14rem}.tw-single .\32xl\:m-60{margin:15rem}.tw-single .\32xl\:m-64{margin:16rem}.tw-single .\32xl\:m-72{margin:18rem}.tw-single .\32xl\:m-80{margin:20rem}.tw-single .\32xl\:m-96{margin:24rem}.tw-single .\32xl\:m-auto{margin:auto}.tw-single .\32xl\:m-px{margin:1px}.tw-single .\32xl\:m-0\.5{margin:.125rem}.tw-single .\32xl\:m-1\.5{margin:.375rem}.tw-single .\32xl\:m-2\.5{margin:.625rem}.tw-single .\32xl\:m-3\.5{margin:.875rem}.tw-single .\32xl\:-m-0{margin:0}.tw-single .\32xl\:-m-1{margin:-.25rem}.tw-single .\32xl\:-m-2{margin:-.5rem}.tw-single .\32xl\:-m-3{margin:-.75rem}.tw-single .\32xl\:-m-4{margin:-1rem}.tw-single .\32xl\:-m-5{margin:-1.25rem}.tw-single .\32xl\:-m-6{margin:-1.5rem}.tw-single .\32xl\:-m-7{margin:-1.75rem}.tw-single .\32xl\:-m-8{margin:-2rem}.tw-single .\32xl\:-m-9{margin:-2.25rem}.tw-single .\32xl\:-m-10{margin:-2.5rem}.tw-single .\32xl\:-m-11{margin:-2.75rem}.tw-single .\32xl\:-m-12{margin:-3rem}.tw-single .\32xl\:-m-14{margin:-3.5rem}.tw-single .\32xl\:-m-16{margin:-4rem}.tw-single .\32xl\:-m-20{margin:-5rem}.tw-single .\32xl\:-m-24{margin:-6rem}.tw-single .\32xl\:-m-28{margin:-7rem}.tw-single .\32xl\:-m-32{margin:-8rem}.tw-single .\32xl\:-m-36{margin:-9rem}.tw-single .\32xl\:-m-40{margin:-10rem}.tw-single .\32xl\:-m-44{margin:-11rem}.tw-single .\32xl\:-m-48{margin:-12rem}.tw-single .\32xl\:-m-52{margin:-13rem}.tw-single .\32xl\:-m-56{margin:-14rem}.tw-single .\32xl\:-m-60{margin:-15rem}.tw-single .\32xl\:-m-64{margin:-16rem}.tw-single .\32xl\:-m-72{margin:-18rem}.tw-single .\32xl\:-m-80{margin:-20rem}.tw-single .\32xl\:-m-96{margin:-24rem}.tw-single .\32xl\:-m-px{margin:-1px}.tw-single .\32xl\:-m-0\.5{margin:-.125rem}.tw-single .\32xl\:-m-1\.5{margin:-.375rem}.tw-single .\32xl\:-m-2\.5{margin:-.625rem}.tw-single .\32xl\:-m-3\.5{margin:-.875rem}.tw-single .\32xl\:mx-0{margin-left:0;margin-right:0}.tw-single .\32xl\:mx-1{margin-left:.25rem;margin-right:.25rem}.tw-single .\32xl\:mx-2{margin-left:.5rem;margin-right:.5rem}.tw-single .\32xl\:mx-3{margin-left:.75rem;margin-right:.75rem}.tw-single .\32xl\:mx-4{margin-left:1rem;margin-right:1rem}.tw-single .\32xl\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.tw-single .\32xl\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.tw-single .\32xl\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.tw-single .\32xl\:mx-8{margin-left:2rem;margin-right:2rem}.tw-single .\32xl\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.tw-single .\32xl\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.tw-single .\32xl\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.tw-single .\32xl\:mx-12{margin-left:3rem;margin-right:3rem}.tw-single .\32xl\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.tw-single .\32xl\:mx-16{margin-left:4rem;margin-right:4rem}.tw-single .\32xl\:mx-20{margin-left:5rem;margin-right:5rem}.tw-single .\32xl\:mx-24{margin-left:6rem;margin-right:6rem}.tw-single .\32xl\:mx-28{margin-left:7rem;margin-right:7rem}.tw-single .\32xl\:mx-32{margin-left:8rem;margin-right:8rem}.tw-single .\32xl\:mx-36{margin-left:9rem;margin-right:9rem}.tw-single .\32xl\:mx-40{margin-left:10rem;margin-right:10rem}.tw-single .\32xl\:mx-44{margin-left:11rem;margin-right:11rem}.tw-single .\32xl\:mx-48{margin-left:12rem;margin-right:12rem}.tw-single .\32xl\:mx-52{margin-left:13rem;margin-right:13rem}.tw-single .\32xl\:mx-56{margin-left:14rem;margin-right:14rem}.tw-single .\32xl\:mx-60{margin-left:15rem;margin-right:15rem}.tw-single .\32xl\:mx-64{margin-left:16rem;margin-right:16rem}.tw-single .\32xl\:mx-72{margin-left:18rem;margin-right:18rem}.tw-single .\32xl\:mx-80{margin-left:20rem;margin-right:20rem}.tw-single .\32xl\:mx-96{margin-left:24rem;margin-right:24rem}.tw-single .\32xl\:mx-auto{margin-left:auto;margin-right:auto}.tw-single .\32xl\:mx-px{margin-left:1px;margin-right:1px}.tw-single .\32xl\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.tw-single .\32xl\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.tw-single .\32xl\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.tw-single .\32xl\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.tw-single .\32xl\:-mx-0{margin-left:0;margin-right:0}.tw-single .\32xl\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.tw-single .\32xl\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.tw-single .\32xl\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.tw-single .\32xl\:-mx-4{margin-left:-1rem;margin-right:-1rem}.tw-single .\32xl\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.tw-single .\32xl\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.tw-single .\32xl\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.tw-single .\32xl\:-mx-8{margin-left:-2rem;margin-right:-2rem}.tw-single .\32xl\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.tw-single .\32xl\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.tw-single .\32xl\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.tw-single .\32xl\:-mx-12{margin-left:-3rem;margin-right:-3rem}.tw-single .\32xl\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.tw-single .\32xl\:-mx-16{margin-left:-4rem;margin-right:-4rem}.tw-single .\32xl\:-mx-20{margin-left:-5rem;margin-right:-5rem}.tw-single .\32xl\:-mx-24{margin-left:-6rem;margin-right:-6rem}.tw-single .\32xl\:-mx-28{margin-left:-7rem;margin-right:-7rem}.tw-single .\32xl\:-mx-32{margin-left:-8rem;margin-right:-8rem}.tw-single .\32xl\:-mx-36{margin-left:-9rem;margin-right:-9rem}.tw-single .\32xl\:-mx-40{margin-left:-10rem;margin-right:-10rem}.tw-single .\32xl\:-mx-44{margin-left:-11rem;margin-right:-11rem}.tw-single .\32xl\:-mx-48{margin-left:-12rem;margin-right:-12rem}.tw-single .\32xl\:-mx-52{margin-left:-13rem;margin-right:-13rem}.tw-single .\32xl\:-mx-56{margin-left:-14rem;margin-right:-14rem}.tw-single .\32xl\:-mx-60{margin-left:-15rem;margin-right:-15rem}.tw-single .\32xl\:-mx-64{margin-left:-16rem;margin-right:-16rem}.tw-single .\32xl\:-mx-72{margin-left:-18rem;margin-right:-18rem}.tw-single .\32xl\:-mx-80{margin-left:-20rem;margin-right:-20rem}.tw-single .\32xl\:-mx-96{margin-left:-24rem;margin-right:-24rem}.tw-single .\32xl\:-mx-px{margin-left:-1px;margin-right:-1px}.tw-single .\32xl\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.tw-single .\32xl\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.tw-single .\32xl\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.tw-single .\32xl\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.tw-single .\32xl\:my-0{margin-top:0;margin-bottom:0}.tw-single .\32xl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.tw-single .\32xl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.tw-single .\32xl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.tw-single .\32xl\:my-4{margin-top:1rem;margin-bottom:1rem}.tw-single .\32xl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.tw-single .\32xl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.tw-single .\32xl\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.tw-single .\32xl\:my-8{margin-top:2rem;margin-bottom:2rem}.tw-single .\32xl\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.tw-single .\32xl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.tw-single .\32xl\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.tw-single .\32xl\:my-12{margin-top:3rem;margin-bottom:3rem}.tw-single .\32xl\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.tw-single .\32xl\:my-16{margin-top:4rem;margin-bottom:4rem}.tw-single .\32xl\:my-20{margin-top:5rem;margin-bottom:5rem}.tw-single .\32xl\:my-24{margin-top:6rem;margin-bottom:6rem}.tw-single .\32xl\:my-28{margin-top:7rem;margin-bottom:7rem}.tw-single .\32xl\:my-32{margin-top:8rem;margin-bottom:8rem}.tw-single .\32xl\:my-36{margin-top:9rem;margin-bottom:9rem}.tw-single .\32xl\:my-40{margin-top:10rem;margin-bottom:10rem}.tw-single .\32xl\:my-44{margin-top:11rem;margin-bottom:11rem}.tw-single .\32xl\:my-48{margin-top:12rem;margin-bottom:12rem}.tw-single .\32xl\:my-52{margin-top:13rem;margin-bottom:13rem}.tw-single .\32xl\:my-56{margin-top:14rem;margin-bottom:14rem}.tw-single .\32xl\:my-60{margin-top:15rem;margin-bottom:15rem}.tw-single .\32xl\:my-64{margin-top:16rem;margin-bottom:16rem}.tw-single .\32xl\:my-72{margin-top:18rem;margin-bottom:18rem}.tw-single .\32xl\:my-80{margin-top:20rem;margin-bottom:20rem}.tw-single .\32xl\:my-96{margin-top:24rem;margin-bottom:24rem}.tw-single .\32xl\:my-auto{margin-top:auto;margin-bottom:auto}.tw-single .\32xl\:my-px{margin-top:1px;margin-bottom:1px}.tw-single .\32xl\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.tw-single .\32xl\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.tw-single .\32xl\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.tw-single .\32xl\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.tw-single .\32xl\:-my-0{margin-top:0;margin-bottom:0}.tw-single .\32xl\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.tw-single .\32xl\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.tw-single .\32xl\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.tw-single .\32xl\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.tw-single .\32xl\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.tw-single .\32xl\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.tw-single .\32xl\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.tw-single .\32xl\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.tw-single .\32xl\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.tw-single .\32xl\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.tw-single .\32xl\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.tw-single .\32xl\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.tw-single .\32xl\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.tw-single .\32xl\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.tw-single .\32xl\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.tw-single .\32xl\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.tw-single .\32xl\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.tw-single .\32xl\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.tw-single .\32xl\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.tw-single .\32xl\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.tw-single .\32xl\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.tw-single .\32xl\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.tw-single .\32xl\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.tw-single .\32xl\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.tw-single .\32xl\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.tw-single .\32xl\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.tw-single .\32xl\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.tw-single .\32xl\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.tw-single .\32xl\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.tw-single .\32xl\:-my-px{margin-top:-1px;margin-bottom:-1px}.tw-single .\32xl\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.tw-single .\32xl\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.tw-single .\32xl\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.tw-single .\32xl\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.tw-single .\32xl\:mt-0{margin-top:0}.tw-single .\32xl\:mt-1{margin-top:.25rem}.tw-single .\32xl\:mt-2{margin-top:.5rem}.tw-single .\32xl\:mt-3{margin-top:.75rem}.tw-single .\32xl\:mt-4{margin-top:1rem}.tw-single .\32xl\:mt-5{margin-top:1.25rem}.tw-single .\32xl\:mt-6{margin-top:1.5rem}.tw-single .\32xl\:mt-7{margin-top:1.75rem}.tw-single .\32xl\:mt-8{margin-top:2rem}.tw-single .\32xl\:mt-9{margin-top:2.25rem}.tw-single .\32xl\:mt-10{margin-top:2.5rem}.tw-single .\32xl\:mt-11{margin-top:2.75rem}.tw-single .\32xl\:mt-12{margin-top:3rem}.tw-single .\32xl\:mt-14{margin-top:3.5rem}.tw-single .\32xl\:mt-16{margin-top:4rem}.tw-single .\32xl\:mt-20{margin-top:5rem}.tw-single .\32xl\:mt-24{margin-top:6rem}.tw-single .\32xl\:mt-28{margin-top:7rem}.tw-single .\32xl\:mt-32{margin-top:8rem}.tw-single .\32xl\:mt-36{margin-top:9rem}.tw-single .\32xl\:mt-40{margin-top:10rem}.tw-single .\32xl\:mt-44{margin-top:11rem}.tw-single .\32xl\:mt-48{margin-top:12rem}.tw-single .\32xl\:mt-52{margin-top:13rem}.tw-single .\32xl\:mt-56{margin-top:14rem}.tw-single .\32xl\:mt-60{margin-top:15rem}.tw-single .\32xl\:mt-64{margin-top:16rem}.tw-single .\32xl\:mt-72{margin-top:18rem}.tw-single .\32xl\:mt-80{margin-top:20rem}.tw-single .\32xl\:mt-96{margin-top:24rem}.tw-single .\32xl\:mt-auto{margin-top:auto}.tw-single .\32xl\:mt-px{margin-top:1px}.tw-single .\32xl\:mt-0\.5{margin-top:.125rem}.tw-single .\32xl\:mt-1\.5{margin-top:.375rem}.tw-single .\32xl\:mt-2\.5{margin-top:.625rem}.tw-single .\32xl\:mt-3\.5{margin-top:.875rem}.tw-single .\32xl\:-mt-0{margin-top:0}.tw-single .\32xl\:-mt-1{margin-top:-.25rem}.tw-single .\32xl\:-mt-2{margin-top:-.5rem}.tw-single .\32xl\:-mt-3{margin-top:-.75rem}.tw-single .\32xl\:-mt-4{margin-top:-1rem}.tw-single .\32xl\:-mt-5{margin-top:-1.25rem}.tw-single .\32xl\:-mt-6{margin-top:-1.5rem}.tw-single .\32xl\:-mt-7{margin-top:-1.75rem}.tw-single .\32xl\:-mt-8{margin-top:-2rem}.tw-single .\32xl\:-mt-9{margin-top:-2.25rem}.tw-single .\32xl\:-mt-10{margin-top:-2.5rem}.tw-single .\32xl\:-mt-11{margin-top:-2.75rem}.tw-single .\32xl\:-mt-12{margin-top:-3rem}.tw-single .\32xl\:-mt-14{margin-top:-3.5rem}.tw-single .\32xl\:-mt-16{margin-top:-4rem}.tw-single .\32xl\:-mt-20{margin-top:-5rem}.tw-single .\32xl\:-mt-24{margin-top:-6rem}.tw-single .\32xl\:-mt-28{margin-top:-7rem}.tw-single .\32xl\:-mt-32{margin-top:-8rem}.tw-single .\32xl\:-mt-36{margin-top:-9rem}.tw-single .\32xl\:-mt-40{margin-top:-10rem}.tw-single .\32xl\:-mt-44{margin-top:-11rem}.tw-single .\32xl\:-mt-48{margin-top:-12rem}.tw-single .\32xl\:-mt-52{margin-top:-13rem}.tw-single .\32xl\:-mt-56{margin-top:-14rem}.tw-single .\32xl\:-mt-60{margin-top:-15rem}.tw-single .\32xl\:-mt-64{margin-top:-16rem}.tw-single .\32xl\:-mt-72{margin-top:-18rem}.tw-single .\32xl\:-mt-80{margin-top:-20rem}.tw-single .\32xl\:-mt-96{margin-top:-24rem}.tw-single .\32xl\:-mt-px{margin-top:-1px}.tw-single .\32xl\:-mt-0\.5{margin-top:-.125rem}.tw-single .\32xl\:-mt-1\.5{margin-top:-.375rem}.tw-single .\32xl\:-mt-2\.5{margin-top:-.625rem}.tw-single .\32xl\:-mt-3\.5{margin-top:-.875rem}.tw-single .\32xl\:mr-0{margin-right:0}.tw-single .\32xl\:mr-1{margin-right:.25rem}.tw-single .\32xl\:mr-2{margin-right:.5rem}.tw-single .\32xl\:mr-3{margin-right:.75rem}.tw-single .\32xl\:mr-4{margin-right:1rem}.tw-single .\32xl\:mr-5{margin-right:1.25rem}.tw-single .\32xl\:mr-6{margin-right:1.5rem}.tw-single .\32xl\:mr-7{margin-right:1.75rem}.tw-single .\32xl\:mr-8{margin-right:2rem}.tw-single .\32xl\:mr-9{margin-right:2.25rem}.tw-single .\32xl\:mr-10{margin-right:2.5rem}.tw-single .\32xl\:mr-11{margin-right:2.75rem}.tw-single .\32xl\:mr-12{margin-right:3rem}.tw-single .\32xl\:mr-14{margin-right:3.5rem}.tw-single .\32xl\:mr-16{margin-right:4rem}.tw-single .\32xl\:mr-20{margin-right:5rem}.tw-single .\32xl\:mr-24{margin-right:6rem}.tw-single .\32xl\:mr-28{margin-right:7rem}.tw-single .\32xl\:mr-32{margin-right:8rem}.tw-single .\32xl\:mr-36{margin-right:9rem}.tw-single .\32xl\:mr-40{margin-right:10rem}.tw-single .\32xl\:mr-44{margin-right:11rem}.tw-single .\32xl\:mr-48{margin-right:12rem}.tw-single .\32xl\:mr-52{margin-right:13rem}.tw-single .\32xl\:mr-56{margin-right:14rem}.tw-single .\32xl\:mr-60{margin-right:15rem}.tw-single .\32xl\:mr-64{margin-right:16rem}.tw-single .\32xl\:mr-72{margin-right:18rem}.tw-single .\32xl\:mr-80{margin-right:20rem}.tw-single .\32xl\:mr-96{margin-right:24rem}.tw-single .\32xl\:mr-auto{margin-right:auto}.tw-single .\32xl\:mr-px{margin-right:1px}.tw-single .\32xl\:mr-0\.5{margin-right:.125rem}.tw-single .\32xl\:mr-1\.5{margin-right:.375rem}.tw-single .\32xl\:mr-2\.5{margin-right:.625rem}.tw-single .\32xl\:mr-3\.5{margin-right:.875rem}.tw-single .\32xl\:-mr-0{margin-right:0}.tw-single .\32xl\:-mr-1{margin-right:-.25rem}.tw-single .\32xl\:-mr-2{margin-right:-.5rem}.tw-single .\32xl\:-mr-3{margin-right:-.75rem}.tw-single .\32xl\:-mr-4{margin-right:-1rem}.tw-single .\32xl\:-mr-5{margin-right:-1.25rem}.tw-single .\32xl\:-mr-6{margin-right:-1.5rem}.tw-single .\32xl\:-mr-7{margin-right:-1.75rem}.tw-single .\32xl\:-mr-8{margin-right:-2rem}.tw-single .\32xl\:-mr-9{margin-right:-2.25rem}.tw-single .\32xl\:-mr-10{margin-right:-2.5rem}.tw-single .\32xl\:-mr-11{margin-right:-2.75rem}.tw-single .\32xl\:-mr-12{margin-right:-3rem}.tw-single .\32xl\:-mr-14{margin-right:-3.5rem}.tw-single .\32xl\:-mr-16{margin-right:-4rem}.tw-single .\32xl\:-mr-20{margin-right:-5rem}.tw-single .\32xl\:-mr-24{margin-right:-6rem}.tw-single .\32xl\:-mr-28{margin-right:-7rem}.tw-single .\32xl\:-mr-32{margin-right:-8rem}.tw-single .\32xl\:-mr-36{margin-right:-9rem}.tw-single .\32xl\:-mr-40{margin-right:-10rem}.tw-single .\32xl\:-mr-44{margin-right:-11rem}.tw-single .\32xl\:-mr-48{margin-right:-12rem}.tw-single .\32xl\:-mr-52{margin-right:-13rem}.tw-single .\32xl\:-mr-56{margin-right:-14rem}.tw-single .\32xl\:-mr-60{margin-right:-15rem}.tw-single .\32xl\:-mr-64{margin-right:-16rem}.tw-single .\32xl\:-mr-72{margin-right:-18rem}.tw-single .\32xl\:-mr-80{margin-right:-20rem}.tw-single .\32xl\:-mr-96{margin-right:-24rem}.tw-single .\32xl\:-mr-px{margin-right:-1px}.tw-single .\32xl\:-mr-0\.5{margin-right:-.125rem}.tw-single .\32xl\:-mr-1\.5{margin-right:-.375rem}.tw-single .\32xl\:-mr-2\.5{margin-right:-.625rem}.tw-single .\32xl\:-mr-3\.5{margin-right:-.875rem}.tw-single .\32xl\:mb-0{margin-bottom:0}.tw-single .\32xl\:mb-1{margin-bottom:.25rem}.tw-single .\32xl\:mb-2{margin-bottom:.5rem}.tw-single .\32xl\:mb-3{margin-bottom:.75rem}.tw-single .\32xl\:mb-4{margin-bottom:1rem}.tw-single .\32xl\:mb-5{margin-bottom:1.25rem}.tw-single .\32xl\:mb-6{margin-bottom:1.5rem}.tw-single .\32xl\:mb-7{margin-bottom:1.75rem}.tw-single .\32xl\:mb-8{margin-bottom:2rem}.tw-single .\32xl\:mb-9{margin-bottom:2.25rem}.tw-single .\32xl\:mb-10{margin-bottom:2.5rem}.tw-single .\32xl\:mb-11{margin-bottom:2.75rem}.tw-single .\32xl\:mb-12{margin-bottom:3rem}.tw-single .\32xl\:mb-14{margin-bottom:3.5rem}.tw-single .\32xl\:mb-16{margin-bottom:4rem}.tw-single .\32xl\:mb-20{margin-bottom:5rem}.tw-single .\32xl\:mb-24{margin-bottom:6rem}.tw-single .\32xl\:mb-28{margin-bottom:7rem}.tw-single .\32xl\:mb-32{margin-bottom:8rem}.tw-single .\32xl\:mb-36{margin-bottom:9rem}.tw-single .\32xl\:mb-40{margin-bottom:10rem}.tw-single .\32xl\:mb-44{margin-bottom:11rem}.tw-single .\32xl\:mb-48{margin-bottom:12rem}.tw-single .\32xl\:mb-52{margin-bottom:13rem}.tw-single .\32xl\:mb-56{margin-bottom:14rem}.tw-single .\32xl\:mb-60{margin-bottom:15rem}.tw-single .\32xl\:mb-64{margin-bottom:16rem}.tw-single .\32xl\:mb-72{margin-bottom:18rem}.tw-single .\32xl\:mb-80{margin-bottom:20rem}.tw-single .\32xl\:mb-96{margin-bottom:24rem}.tw-single .\32xl\:mb-auto{margin-bottom:auto}.tw-single .\32xl\:mb-px{margin-bottom:1px}.tw-single .\32xl\:mb-0\.5{margin-bottom:.125rem}.tw-single .\32xl\:mb-1\.5{margin-bottom:.375rem}.tw-single .\32xl\:mb-2\.5{margin-bottom:.625rem}.tw-single .\32xl\:mb-3\.5{margin-bottom:.875rem}.tw-single .\32xl\:-mb-0{margin-bottom:0}.tw-single .\32xl\:-mb-1{margin-bottom:-.25rem}.tw-single .\32xl\:-mb-2{margin-bottom:-.5rem}.tw-single .\32xl\:-mb-3{margin-bottom:-.75rem}.tw-single .\32xl\:-mb-4{margin-bottom:-1rem}.tw-single .\32xl\:-mb-5{margin-bottom:-1.25rem}.tw-single .\32xl\:-mb-6{margin-bottom:-1.5rem}.tw-single .\32xl\:-mb-7{margin-bottom:-1.75rem}.tw-single .\32xl\:-mb-8{margin-bottom:-2rem}.tw-single .\32xl\:-mb-9{margin-bottom:-2.25rem}.tw-single .\32xl\:-mb-10{margin-bottom:-2.5rem}.tw-single .\32xl\:-mb-11{margin-bottom:-2.75rem}.tw-single .\32xl\:-mb-12{margin-bottom:-3rem}.tw-single .\32xl\:-mb-14{margin-bottom:-3.5rem}.tw-single .\32xl\:-mb-16{margin-bottom:-4rem}.tw-single .\32xl\:-mb-20{margin-bottom:-5rem}.tw-single .\32xl\:-mb-24{margin-bottom:-6rem}.tw-single .\32xl\:-mb-28{margin-bottom:-7rem}.tw-single .\32xl\:-mb-32{margin-bottom:-8rem}.tw-single .\32xl\:-mb-36{margin-bottom:-9rem}.tw-single .\32xl\:-mb-40{margin-bottom:-10rem}.tw-single .\32xl\:-mb-44{margin-bottom:-11rem}.tw-single .\32xl\:-mb-48{margin-bottom:-12rem}.tw-single .\32xl\:-mb-52{margin-bottom:-13rem}.tw-single .\32xl\:-mb-56{margin-bottom:-14rem}.tw-single .\32xl\:-mb-60{margin-bottom:-15rem}.tw-single .\32xl\:-mb-64{margin-bottom:-16rem}.tw-single .\32xl\:-mb-72{margin-bottom:-18rem}.tw-single .\32xl\:-mb-80{margin-bottom:-20rem}.tw-single .\32xl\:-mb-96{margin-bottom:-24rem}.tw-single .\32xl\:-mb-px{margin-bottom:-1px}.tw-single .\32xl\:-mb-0\.5{margin-bottom:-.125rem}.tw-single .\32xl\:-mb-1\.5{margin-bottom:-.375rem}.tw-single .\32xl\:-mb-2\.5{margin-bottom:-.625rem}.tw-single .\32xl\:-mb-3\.5{margin-bottom:-.875rem}.tw-single .\32xl\:ml-0{margin-left:0}.tw-single .\32xl\:ml-1{margin-left:.25rem}.tw-single .\32xl\:ml-2{margin-left:.5rem}.tw-single .\32xl\:ml-3{margin-left:.75rem}.tw-single .\32xl\:ml-4{margin-left:1rem}.tw-single .\32xl\:ml-5{margin-left:1.25rem}.tw-single .\32xl\:ml-6{margin-left:1.5rem}.tw-single .\32xl\:ml-7{margin-left:1.75rem}.tw-single .\32xl\:ml-8{margin-left:2rem}.tw-single .\32xl\:ml-9{margin-left:2.25rem}.tw-single .\32xl\:ml-10{margin-left:2.5rem}.tw-single .\32xl\:ml-11{margin-left:2.75rem}.tw-single .\32xl\:ml-12{margin-left:3rem}.tw-single .\32xl\:ml-14{margin-left:3.5rem}.tw-single .\32xl\:ml-16{margin-left:4rem}.tw-single .\32xl\:ml-20{margin-left:5rem}.tw-single .\32xl\:ml-24{margin-left:6rem}.tw-single .\32xl\:ml-28{margin-left:7rem}.tw-single .\32xl\:ml-32{margin-left:8rem}.tw-single .\32xl\:ml-36{margin-left:9rem}.tw-single .\32xl\:ml-40{margin-left:10rem}.tw-single .\32xl\:ml-44{margin-left:11rem}.tw-single .\32xl\:ml-48{margin-left:12rem}.tw-single .\32xl\:ml-52{margin-left:13rem}.tw-single .\32xl\:ml-56{margin-left:14rem}.tw-single .\32xl\:ml-60{margin-left:15rem}.tw-single .\32xl\:ml-64{margin-left:16rem}.tw-single .\32xl\:ml-72{margin-left:18rem}.tw-single .\32xl\:ml-80{margin-left:20rem}.tw-single .\32xl\:ml-96{margin-left:24rem}.tw-single .\32xl\:ml-auto{margin-left:auto}.tw-single .\32xl\:ml-px{margin-left:1px}.tw-single .\32xl\:ml-0\.5{margin-left:.125rem}.tw-single .\32xl\:ml-1\.5{margin-left:.375rem}.tw-single .\32xl\:ml-2\.5{margin-left:.625rem}.tw-single .\32xl\:ml-3\.5{margin-left:.875rem}.tw-single .\32xl\:-ml-0{margin-left:0}.tw-single .\32xl\:-ml-1{margin-left:-.25rem}.tw-single .\32xl\:-ml-2{margin-left:-.5rem}.tw-single .\32xl\:-ml-3{margin-left:-.75rem}.tw-single .\32xl\:-ml-4{margin-left:-1rem}.tw-single .\32xl\:-ml-5{margin-left:-1.25rem}.tw-single .\32xl\:-ml-6{margin-left:-1.5rem}.tw-single .\32xl\:-ml-7{margin-left:-1.75rem}.tw-single .\32xl\:-ml-8{margin-left:-2rem}.tw-single .\32xl\:-ml-9{margin-left:-2.25rem}.tw-single .\32xl\:-ml-10{margin-left:-2.5rem}.tw-single .\32xl\:-ml-11{margin-left:-2.75rem}.tw-single .\32xl\:-ml-12{margin-left:-3rem}.tw-single .\32xl\:-ml-14{margin-left:-3.5rem}.tw-single .\32xl\:-ml-16{margin-left:-4rem}.tw-single .\32xl\:-ml-20{margin-left:-5rem}.tw-single .\32xl\:-ml-24{margin-left:-6rem}.tw-single .\32xl\:-ml-28{margin-left:-7rem}.tw-single .\32xl\:-ml-32{margin-left:-8rem}.tw-single .\32xl\:-ml-36{margin-left:-9rem}.tw-single .\32xl\:-ml-40{margin-left:-10rem}.tw-single .\32xl\:-ml-44{margin-left:-11rem}.tw-single .\32xl\:-ml-48{margin-left:-12rem}.tw-single .\32xl\:-ml-52{margin-left:-13rem}.tw-single .\32xl\:-ml-56{margin-left:-14rem}.tw-single .\32xl\:-ml-60{margin-left:-15rem}.tw-single .\32xl\:-ml-64{margin-left:-16rem}.tw-single .\32xl\:-ml-72{margin-left:-18rem}.tw-single .\32xl\:-ml-80{margin-left:-20rem}.tw-single .\32xl\:-ml-96{margin-left:-24rem}.tw-single .\32xl\:-ml-px{margin-left:-1px}.tw-single .\32xl\:-ml-0\.5{margin-left:-.125rem}.tw-single .\32xl\:-ml-1\.5{margin-left:-.375rem}.tw-single .\32xl\:-ml-2\.5{margin-left:-.625rem}.tw-single .\32xl\:-ml-3\.5{margin-left:-.875rem}.tw-single .\32xl\:block{display:block}.tw-single .\32xl\:inline-block{display:inline-block}.tw-single .\32xl\:inline{display:inline}.tw-single .\32xl\:flex{display:flex}.tw-single .\32xl\:inline-flex{display:inline-flex}.tw-single .\32xl\:table{display:table}.tw-single .\32xl\:table-caption{display:table-caption}.tw-single .\32xl\:table-cell{display:table-cell}.tw-single .\32xl\:table-column{display:table-column}.tw-single .\32xl\:table-row{display:table-row}.tw-single .\32xl\:flow-root{display:flow-root}.tw-single .\32xl\:grid{display:grid}.tw-single .\32xl\:inline-grid{display:inline-grid}.tw-single .\32xl\:contents{display:contents}.tw-single .\32xl\:list-item{display:list-item}.tw-single .\32xl\:hidden{display:none}.tw-single .\32xl\:h-0{height:0}.tw-single .\32xl\:h-1{height:.25rem}.tw-single .\32xl\:h-2{height:.5rem}.tw-single .\32xl\:h-3{height:.75rem}.tw-single .\32xl\:h-4{height:1rem}.tw-single .\32xl\:h-5{height:1.25rem}.tw-single .\32xl\:h-6{height:1.5rem}.tw-single .\32xl\:h-7{height:1.75rem}.tw-single .\32xl\:h-8{height:2rem}.tw-single .\32xl\:h-9{height:2.25rem}.tw-single .\32xl\:h-10{height:2.5rem}.tw-single .\32xl\:h-11{height:2.75rem}.tw-single .\32xl\:h-12{height:3rem}.tw-single .\32xl\:h-14{height:3.5rem}.tw-single .\32xl\:h-16{height:4rem}.tw-single .\32xl\:h-20{height:5rem}.tw-single .\32xl\:h-24{height:6rem}.tw-single .\32xl\:h-28{height:7rem}.tw-single .\32xl\:h-32{height:8rem}.tw-single .\32xl\:h-36{height:9rem}.tw-single .\32xl\:h-40{height:10rem}.tw-single .\32xl\:h-44{height:11rem}.tw-single .\32xl\:h-48{height:12rem}.tw-single .\32xl\:h-52{height:13rem}.tw-single .\32xl\:h-56{height:14rem}.tw-single .\32xl\:h-60{height:15rem}.tw-single .\32xl\:h-64{height:16rem}.tw-single .\32xl\:h-72{height:18rem}.tw-single .\32xl\:h-80{height:20rem}.tw-single .\32xl\:h-96{height:24rem}.tw-single .\32xl\:h-auto{height:auto}.tw-single .\32xl\:h-px{height:1px}.tw-single .\32xl\:h-0\.5{height:.125rem}.tw-single .\32xl\:h-1\.5{height:.375rem}.tw-single .\32xl\:h-2\.5{height:.625rem}.tw-single .\32xl\:h-3\.5{height:.875rem}.tw-single .\32xl\:h-1\/2{height:50%}.tw-single .\32xl\:h-1\/3{height:33.333333%}.tw-single .\32xl\:h-2\/3{height:66.666667%}.tw-single .\32xl\:h-1\/4{height:25%}.tw-single .\32xl\:h-2\/4{height:50%}.tw-single .\32xl\:h-3\/4{height:75%}.tw-single .\32xl\:h-1\/5{height:20%}.tw-single .\32xl\:h-2\/5{height:40%}.tw-single .\32xl\:h-3\/5{height:60%}.tw-single .\32xl\:h-4\/5{height:80%}.tw-single .\32xl\:h-1\/6{height:16.666667%}.tw-single .\32xl\:h-2\/6{height:33.333333%}.tw-single .\32xl\:h-3\/6{height:50%}.tw-single .\32xl\:h-4\/6{height:66.666667%}.tw-single .\32xl\:h-5\/6{height:83.333333%}.tw-single .\32xl\:h-full{height:100%}.tw-single .\32xl\:h-screen{height:100vh}.tw-single .\32xl\:max-h-0{max-height:0}.tw-single .\32xl\:max-h-1{max-height:.25rem}.tw-single .\32xl\:max-h-2{max-height:.5rem}.tw-single .\32xl\:max-h-3{max-height:.75rem}.tw-single .\32xl\:max-h-4{max-height:1rem}.tw-single .\32xl\:max-h-5{max-height:1.25rem}.tw-single .\32xl\:max-h-6{max-height:1.5rem}.tw-single .\32xl\:max-h-7{max-height:1.75rem}.tw-single .\32xl\:max-h-8{max-height:2rem}.tw-single .\32xl\:max-h-9{max-height:2.25rem}.tw-single .\32xl\:max-h-10{max-height:2.5rem}.tw-single .\32xl\:max-h-11{max-height:2.75rem}.tw-single .\32xl\:max-h-12{max-height:3rem}.tw-single .\32xl\:max-h-14{max-height:3.5rem}.tw-single .\32xl\:max-h-16{max-height:4rem}.tw-single .\32xl\:max-h-20{max-height:5rem}.tw-single .\32xl\:max-h-24{max-height:6rem}.tw-single .\32xl\:max-h-28{max-height:7rem}.tw-single .\32xl\:max-h-32{max-height:8rem}.tw-single .\32xl\:max-h-36{max-height:9rem}.tw-single .\32xl\:max-h-40{max-height:10rem}.tw-single .\32xl\:max-h-44{max-height:11rem}.tw-single .\32xl\:max-h-48{max-height:12rem}.tw-single .\32xl\:max-h-52{max-height:13rem}.tw-single .\32xl\:max-h-56{max-height:14rem}.tw-single .\32xl\:max-h-60{max-height:15rem}.tw-single .\32xl\:max-h-64{max-height:16rem}.tw-single .\32xl\:max-h-72{max-height:18rem}.tw-single .\32xl\:max-h-80{max-height:20rem}.tw-single .\32xl\:max-h-96{max-height:24rem}.tw-single .\32xl\:max-h-px{max-height:1px}.tw-single .\32xl\:max-h-full{max-height:100%}.tw-single .\32xl\:max-h-screen{max-height:100vh}.tw-single .\32xl\:min-h-0{min-height:0}.tw-single .\32xl\:min-h-full{min-height:100%}.tw-single .\32xl\:min-h-screen{min-height:100vh}.tw-single .\32xl\:w-0{width:0}.tw-single .\32xl\:w-1{width:.25rem}.tw-single .\32xl\:w-2{width:.5rem}.tw-single .\32xl\:w-3{width:.75rem}.tw-single .\32xl\:w-4{width:1rem}.tw-single .\32xl\:w-5{width:1.25rem}.tw-single .\32xl\:w-6{width:1.5rem}.tw-single .\32xl\:w-7{width:1.75rem}.tw-single .\32xl\:w-8{width:2rem}.tw-single .\32xl\:w-9{width:2.25rem}.tw-single .\32xl\:w-10{width:2.5rem}.tw-single .\32xl\:w-11{width:2.75rem}.tw-single .\32xl\:w-12{width:3rem}.tw-single .\32xl\:w-14{width:3.5rem}.tw-single .\32xl\:w-16{width:4rem}.tw-single .\32xl\:w-20{width:5rem}.tw-single .\32xl\:w-24{width:6rem}.tw-single .\32xl\:w-28{width:7rem}.tw-single .\32xl\:w-32{width:8rem}.tw-single .\32xl\:w-36{width:9rem}.tw-single .\32xl\:w-40{width:10rem}.tw-single .\32xl\:w-44{width:11rem}.tw-single .\32xl\:w-48{width:12rem}.tw-single .\32xl\:w-52{width:13rem}.tw-single .\32xl\:w-56{width:14rem}.tw-single .\32xl\:w-60{width:15rem}.tw-single .\32xl\:w-64{width:16rem}.tw-single .\32xl\:w-72{width:18rem}.tw-single .\32xl\:w-80{width:20rem}.tw-single .\32xl\:w-96{width:24rem}.tw-single .\32xl\:w-auto{width:auto}.tw-single .\32xl\:w-px{width:1px}.tw-single .\32xl\:w-0\.5{width:.125rem}.tw-single .\32xl\:w-1\.5{width:.375rem}.tw-single .\32xl\:w-2\.5{width:.625rem}.tw-single .\32xl\:w-3\.5{width:.875rem}.tw-single .\32xl\:w-1\/2{width:50%}.tw-single .\32xl\:w-1\/3{width:33.333333%}.tw-single .\32xl\:w-2\/3{width:66.666667%}.tw-single .\32xl\:w-1\/4{width:25%}.tw-single .\32xl\:w-2\/4{width:50%}.tw-single .\32xl\:w-3\/4{width:75%}.tw-single .\32xl\:w-1\/5{width:20%}.tw-single .\32xl\:w-2\/5{width:40%}.tw-single .\32xl\:w-3\/5{width:60%}.tw-single .\32xl\:w-4\/5{width:80%}.tw-single .\32xl\:w-1\/6{width:16.666667%}.tw-single .\32xl\:w-2\/6{width:33.333333%}.tw-single .\32xl\:w-3\/6{width:50%}.tw-single .\32xl\:w-4\/6{width:66.666667%}.tw-single .\32xl\:w-5\/6{width:83.333333%}.tw-single .\32xl\:w-1\/12{width:8.333333%}.tw-single .\32xl\:w-2\/12{width:16.666667%}.tw-single .\32xl\:w-3\/12{width:25%}.tw-single .\32xl\:w-4\/12{width:33.333333%}.tw-single .\32xl\:w-5\/12{width:41.666667%}.tw-single .\32xl\:w-6\/12{width:50%}.tw-single .\32xl\:w-7\/12{width:58.333333%}.tw-single .\32xl\:w-8\/12{width:66.666667%}.tw-single .\32xl\:w-9\/12{width:75%}.tw-single .\32xl\:w-10\/12{width:83.333333%}.tw-single .\32xl\:w-11\/12{width:91.666667%}.tw-single .\32xl\:w-full{width:100%}.tw-single .\32xl\:w-screen{width:100vw}.tw-single .\32xl\:w-min{width:min-content}.tw-single .\32xl\:w-max{width:max-content}.tw-single .\32xl\:min-w-0{min-width:0}.tw-single .\32xl\:min-w-full{min-width:100%}.tw-single .\32xl\:min-w-min{min-width:min-content}.tw-single .\32xl\:min-w-max{min-width:max-content}.tw-single .\32xl\:max-w-0{max-width:0}.tw-single .\32xl\:max-w-none{max-width:none}.tw-single .\32xl\:max-w-xs{max-width:20rem}.tw-single .\32xl\:max-w-sm{max-width:24rem}.tw-single .\32xl\:max-w-md{max-width:28rem}.tw-single .\32xl\:max-w-lg{max-width:32rem}.tw-single .\32xl\:max-w-xl{max-width:36rem}.tw-single .\32xl\:max-w-2xl{max-width:42rem}.tw-single .\32xl\:max-w-3xl{max-width:48rem}.tw-single .\32xl\:max-w-4xl{max-width:56rem}.tw-single .\32xl\:max-w-5xl{max-width:64rem}.tw-single .\32xl\:max-w-6xl{max-width:72rem}.tw-single .\32xl\:max-w-7xl{max-width:80rem}.tw-single .\32xl\:max-w-full{max-width:100%}.tw-single .\32xl\:max-w-min{max-width:min-content}.tw-single .\32xl\:max-w-max{max-width:max-content}.tw-single .\32xl\:max-w-prose{max-width:65ch}.tw-single .\32xl\:max-w-screen-sm{max-width:640px}.tw-single .\32xl\:max-w-screen-md{max-width:768px}.tw-single .\32xl\:max-w-screen-lg{max-width:1024px}.tw-single .\32xl\:max-w-screen-xl{max-width:1280px}.tw-single .\32xl\:max-w-screen-2xl{max-width:1536px}.tw-single .\32xl\:flex-1{flex:1 1 0%}.tw-single .\32xl\:flex-auto{flex:1 1 auto}.tw-single .\32xl\:flex-initial{flex:0 1 auto}.tw-single .\32xl\:flex-none{flex:none}.tw-single .\32xl\:flex-shrink-0{flex-shrink:0}.tw-single .\32xl\:flex-shrink{flex-shrink:1}.tw-single .\32xl\:flex-grow-0{flex-grow:0}.tw-single .\32xl\:flex-grow{flex-grow:1}.tw-single .\32xl\:table-auto{table-layout:auto}.tw-single .\32xl\:table-fixed{table-layout:fixed}.tw-single .\32xl\:border-collapse{border-collapse:collapse}.tw-single .\32xl\:border-separate{border-collapse:separate}.tw-single .\32xl\:origin-center{transform-origin:center}.tw-single .\32xl\:origin-top{transform-origin:top}.tw-single .\32xl\:origin-top-right{transform-origin:top right}.tw-single .\32xl\:origin-right{transform-origin:right}.tw-single .\32xl\:origin-bottom-right{transform-origin:bottom right}.tw-single .\32xl\:origin-bottom{transform-origin:bottom}.tw-single .\32xl\:origin-bottom-left{transform-origin:bottom left}.tw-single .\32xl\:origin-left{transform-origin:left}.tw-single .\32xl\:origin-top-left{transform-origin:top left}.tw-single .\32xl\:transform{--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;transform:translateX(var(--tw-translate-x)) translateY(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))}.tw-single .\32xl\:transform-gpu{--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;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-single .\32xl\:transform-none{transform:none}.tw-single .\32xl\:translate-x-0{--tw-translate-x:0px}.tw-single .\32xl\:translate-x-1{--tw-translate-x:0.25rem}.tw-single .\32xl\:translate-x-2{--tw-translate-x:0.5rem}.tw-single .\32xl\:translate-x-3{--tw-translate-x:0.75rem}.tw-single .\32xl\:translate-x-4{--tw-translate-x:1rem}.tw-single .\32xl\:translate-x-6{--tw-translate-x:1.5rem}.tw-single .\32xl\:translate-x-8{--tw-translate-x:2rem}.tw-single .\32xl\:translate-x-12{--tw-translate-x:3rem}.tw-single .\32xl\:translate-x-16{--tw-translate-x:4rem}.tw-single .\32xl\:translate-x-20{--tw-translate-x:5rem}.tw-single .\32xl\:translate-x-24{--tw-translate-x:6rem}.tw-single .\32xl\:translate-x-px{--tw-translate-x:1px}.tw-single .\32xl\:-translate-x-0{--tw-translate-x:0px}.tw-single .\32xl\:-translate-x-1{--tw-translate-x:-0.25rem}.tw-single .\32xl\:-translate-x-2{--tw-translate-x:-0.5rem}.tw-single .\32xl\:-translate-x-3{--tw-translate-x:-0.75rem}.tw-single .\32xl\:-translate-x-4{--tw-translate-x:-1rem}.tw-single .\32xl\:-translate-x-6{--tw-translate-x:-1.5rem}.tw-single .\32xl\:-translate-x-8{--tw-translate-x:-2rem}.tw-single .\32xl\:-translate-x-12{--tw-translate-x:-3rem}.tw-single .\32xl\:-translate-x-16{--tw-translate-x:-4rem}.tw-single .\32xl\:-translate-x-20{--tw-translate-x:-5rem}.tw-single .\32xl\:-translate-x-24{--tw-translate-x:-6rem}.tw-single .\32xl\:-translate-x-px{--tw-translate-x:-1px}.tw-single .\32xl\:translate-x-1\/2{--tw-translate-x:50%}.tw-single .\32xl\:translate-x-1\/3{--tw-translate-x:33.333333%}.tw-single .\32xl\:translate-x-2\/3{--tw-translate-x:66.666667%}.tw-single .\32xl\:translate-x-1\/4{--tw-translate-x:25%}.tw-single .\32xl\:translate-x-3\/4{--tw-translate-x:75%}.tw-single .\32xl\:translate-x-full{--tw-translate-x:100%}.tw-single .\32xl\:-translate-x-1\/2{--tw-translate-x:-50%}.tw-single .\32xl\:-translate-x-1\/3{--tw-translate-x:-33.333333%}.tw-single .\32xl\:-translate-x-2\/3{--tw-translate-x:-66.666667%}.tw-single .\32xl\:-translate-x-1\/4{--tw-translate-x:-25%}.tw-single .\32xl\:-translate-x-3\/4{--tw-translate-x:-75%}.tw-single .\32xl\:-translate-x-full{--tw-translate-x:-100%}.tw-single .\32xl\:translate-y-0{--tw-translate-y:0px}.tw-single .\32xl\:translate-y-1{--tw-translate-y:0.25rem}.tw-single .\32xl\:translate-y-2{--tw-translate-y:0.5rem}.tw-single .\32xl\:translate-y-3{--tw-translate-y:0.75rem}.tw-single .\32xl\:translate-y-4{--tw-translate-y:1rem}.tw-single .\32xl\:translate-y-6{--tw-translate-y:1.5rem}.tw-single .\32xl\:translate-y-8{--tw-translate-y:2rem}.tw-single .\32xl\:translate-y-12{--tw-translate-y:3rem}.tw-single .\32xl\:translate-y-16{--tw-translate-y:4rem}.tw-single .\32xl\:translate-y-20{--tw-translate-y:5rem}.tw-single .\32xl\:translate-y-24{--tw-translate-y:6rem}.tw-single .\32xl\:translate-y-px{--tw-translate-y:1px}.tw-single .\32xl\:-translate-y-0{--tw-translate-y:0px}.tw-single .\32xl\:-translate-y-1{--tw-translate-y:-0.25rem}.tw-single .\32xl\:-translate-y-2{--tw-translate-y:-0.5rem}.tw-single .\32xl\:-translate-y-3{--tw-translate-y:-0.75rem}.tw-single .\32xl\:-translate-y-4{--tw-translate-y:-1rem}.tw-single .\32xl\:-translate-y-6{--tw-translate-y:-1.5rem}.tw-single .\32xl\:-translate-y-8{--tw-translate-y:-2rem}.tw-single .\32xl\:-translate-y-12{--tw-translate-y:-3rem}.tw-single .\32xl\:-translate-y-16{--tw-translate-y:-4rem}.tw-single .\32xl\:-translate-y-20{--tw-translate-y:-5rem}.tw-single .\32xl\:-translate-y-24{--tw-translate-y:-6rem}.tw-single .\32xl\:-translate-y-px{--tw-translate-y:-1px}.tw-single .\32xl\:translate-y-1\/2{--tw-translate-y:50%}.tw-single .\32xl\:translate-y-1\/3{--tw-translate-y:33.333333%}.tw-single .\32xl\:translate-y-2\/3{--tw-translate-y:66.666667%}.tw-single .\32xl\:translate-y-1\/4{--tw-translate-y:25%}.tw-single .\32xl\:translate-y-3\/4{--tw-translate-y:75%}.tw-single .\32xl\:translate-y-full{--tw-translate-y:100%}.tw-single .\32xl\:-translate-y-1\/2{--tw-translate-y:-50%}.tw-single .\32xl\:-translate-y-1\/3{--tw-translate-y:-33.333333%}.tw-single .\32xl\:-translate-y-2\/3{--tw-translate-y:-66.666667%}.tw-single .\32xl\:-translate-y-1\/4{--tw-translate-y:-25%}.tw-single .\32xl\:-translate-y-3\/4{--tw-translate-y:-75%}.tw-single .\32xl\:-translate-y-full{--tw-translate-y:-100%}.tw-single .\32xl\:hover\:translate-x-0:hover{--tw-translate-x:0px}.tw-single .\32xl\:hover\:translate-x-1:hover{--tw-translate-x:0.25rem}.tw-single .\32xl\:hover\:translate-x-2:hover{--tw-translate-x:0.5rem}.tw-single .\32xl\:hover\:translate-x-3:hover{--tw-translate-x:0.75rem}.tw-single .\32xl\:hover\:translate-x-4:hover{--tw-translate-x:1rem}.tw-single .\32xl\:hover\:translate-x-6:hover{--tw-translate-x:1.5rem}.tw-single .\32xl\:hover\:translate-x-8:hover{--tw-translate-x:2rem}.tw-single .\32xl\:hover\:translate-x-12:hover{--tw-translate-x:3rem}.tw-single .\32xl\:hover\:translate-x-16:hover{--tw-translate-x:4rem}.tw-single .\32xl\:hover\:translate-x-20:hover{--tw-translate-x:5rem}.tw-single .\32xl\:hover\:translate-x-24:hover{--tw-translate-x:6rem}.tw-single .\32xl\:hover\:translate-x-px:hover{--tw-translate-x:1px}.tw-single .\32xl\:hover\:-translate-x-0:hover{--tw-translate-x:0px}.tw-single .\32xl\:hover\:-translate-x-1:hover{--tw-translate-x:-0.25rem}.tw-single .\32xl\:hover\:-translate-x-2:hover{--tw-translate-x:-0.5rem}.tw-single .\32xl\:hover\:-translate-x-3:hover{--tw-translate-x:-0.75rem}.tw-single .\32xl\:hover\:-translate-x-4:hover{--tw-translate-x:-1rem}.tw-single .\32xl\:hover\:-translate-x-6:hover{--tw-translate-x:-1.5rem}.tw-single .\32xl\:hover\:-translate-x-8:hover{--tw-translate-x:-2rem}.tw-single .\32xl\:hover\:-translate-x-12:hover{--tw-translate-x:-3rem}.tw-single .\32xl\:hover\:-translate-x-16:hover{--tw-translate-x:-4rem}.tw-single .\32xl\:hover\:-translate-x-20:hover{--tw-translate-x:-5rem}.tw-single .\32xl\:hover\:-translate-x-24:hover{--tw-translate-x:-6rem}.tw-single .\32xl\:hover\:-translate-x-px:hover{--tw-translate-x:-1px}.tw-single .\32xl\:hover\:translate-x-1\/2:hover{--tw-translate-x:50%}.tw-single .\32xl\:hover\:translate-x-1\/3:hover{--tw-translate-x:33.333333%}.tw-single .\32xl\:hover\:translate-x-2\/3:hover{--tw-translate-x:66.666667%}.tw-single .\32xl\:hover\:translate-x-1\/4:hover{--tw-translate-x:25%}.tw-single .\32xl\:hover\:translate-x-3\/4:hover{--tw-translate-x:75%}.tw-single .\32xl\:hover\:translate-x-full:hover{--tw-translate-x:100%}.tw-single .\32xl\:hover\:-translate-x-1\/2:hover{--tw-translate-x:-50%}.tw-single .\32xl\:hover\:-translate-x-1\/3:hover{--tw-translate-x:-33.333333%}.tw-single .\32xl\:hover\:-translate-x-2\/3:hover{--tw-translate-x:-66.666667%}.tw-single .\32xl\:hover\:-translate-x-1\/4:hover{--tw-translate-x:-25%}.tw-single .\32xl\:hover\:-translate-x-3\/4:hover{--tw-translate-x:-75%}.tw-single .\32xl\:hover\:-translate-x-full:hover{--tw-translate-x:-100%}.tw-single .\32xl\:hover\:translate-y-0:hover{--tw-translate-y:0px}.tw-single .\32xl\:hover\:translate-y-1:hover{--tw-translate-y:0.25rem}.tw-single .\32xl\:hover\:translate-y-2:hover{--tw-translate-y:0.5rem}.tw-single .\32xl\:hover\:translate-y-3:hover{--tw-translate-y:0.75rem}.tw-single .\32xl\:hover\:translate-y-4:hover{--tw-translate-y:1rem}.tw-single .\32xl\:hover\:translate-y-6:hover{--tw-translate-y:1.5rem}.tw-single .\32xl\:hover\:translate-y-8:hover{--tw-translate-y:2rem}.tw-single .\32xl\:hover\:translate-y-12:hover{--tw-translate-y:3rem}.tw-single .\32xl\:hover\:translate-y-16:hover{--tw-translate-y:4rem}.tw-single .\32xl\:hover\:translate-y-20:hover{--tw-translate-y:5rem}.tw-single .\32xl\:hover\:translate-y-24:hover{--tw-translate-y:6rem}.tw-single .\32xl\:hover\:translate-y-px:hover{--tw-translate-y:1px}.tw-single .\32xl\:hover\:-translate-y-0:hover{--tw-translate-y:0px}.tw-single .\32xl\:hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.tw-single .\32xl\:hover\:-translate-y-2:hover{--tw-translate-y:-0.5rem}.tw-single .\32xl\:hover\:-translate-y-3:hover{--tw-translate-y:-0.75rem}.tw-single .\32xl\:hover\:-translate-y-4:hover{--tw-translate-y:-1rem}.tw-single .\32xl\:hover\:-translate-y-6:hover{--tw-translate-y:-1.5rem}.tw-single .\32xl\:hover\:-translate-y-8:hover{--tw-translate-y:-2rem}.tw-single .\32xl\:hover\:-translate-y-12:hover{--tw-translate-y:-3rem}.tw-single .\32xl\:hover\:-translate-y-16:hover{--tw-translate-y:-4rem}.tw-single .\32xl\:hover\:-translate-y-20:hover{--tw-translate-y:-5rem}.tw-single .\32xl\:hover\:-translate-y-24:hover{--tw-translate-y:-6rem}.tw-single .\32xl\:hover\:-translate-y-px:hover{--tw-translate-y:-1px}.tw-single .\32xl\:hover\:translate-y-1\/2:hover{--tw-translate-y:50%}.tw-single .\32xl\:hover\:translate-y-1\/3:hover{--tw-translate-y:33.333333%}.tw-single .\32xl\:hover\:translate-y-2\/3:hover{--tw-translate-y:66.666667%}.tw-single .\32xl\:hover\:translate-y-1\/4:hover{--tw-translate-y:25%}.tw-single .\32xl\:hover\:translate-y-3\/4:hover{--tw-translate-y:75%}.tw-single .\32xl\:hover\:translate-y-full:hover{--tw-translate-y:100%}.tw-single .\32xl\:hover\:-translate-y-1\/2:hover{--tw-translate-y:-50%}.tw-single .\32xl\:hover\:-translate-y-1\/3:hover{--tw-translate-y:-33.333333%}.tw-single .\32xl\:hover\:-translate-y-2\/3:hover{--tw-translate-y:-66.666667%}.tw-single .\32xl\:hover\:-translate-y-1\/4:hover{--tw-translate-y:-25%}.tw-single .\32xl\:hover\:-translate-y-3\/4:hover{--tw-translate-y:-75%}.tw-single .\32xl\:hover\:-translate-y-full:hover{--tw-translate-y:-100%}.tw-single .\32xl\:focus\:translate-x-0:focus{--tw-translate-x:0px}.tw-single .\32xl\:focus\:translate-x-1:focus{--tw-translate-x:0.25rem}.tw-single .\32xl\:focus\:translate-x-2:focus{--tw-translate-x:0.5rem}.tw-single .\32xl\:focus\:translate-x-3:focus{--tw-translate-x:0.75rem}.tw-single .\32xl\:focus\:translate-x-4:focus{--tw-translate-x:1rem}.tw-single .\32xl\:focus\:translate-x-6:focus{--tw-translate-x:1.5rem}.tw-single .\32xl\:focus\:translate-x-8:focus{--tw-translate-x:2rem}.tw-single .\32xl\:focus\:translate-x-12:focus{--tw-translate-x:3rem}.tw-single .\32xl\:focus\:translate-x-16:focus{--tw-translate-x:4rem}.tw-single .\32xl\:focus\:translate-x-20:focus{--tw-translate-x:5rem}.tw-single .\32xl\:focus\:translate-x-24:focus{--tw-translate-x:6rem}.tw-single .\32xl\:focus\:translate-x-px:focus{--tw-translate-x:1px}.tw-single .\32xl\:focus\:-translate-x-0:focus{--tw-translate-x:0px}.tw-single .\32xl\:focus\:-translate-x-1:focus{--tw-translate-x:-0.25rem}.tw-single .\32xl\:focus\:-translate-x-2:focus{--tw-translate-x:-0.5rem}.tw-single .\32xl\:focus\:-translate-x-3:focus{--tw-translate-x:-0.75rem}.tw-single .\32xl\:focus\:-translate-x-4:focus{--tw-translate-x:-1rem}.tw-single .\32xl\:focus\:-translate-x-6:focus{--tw-translate-x:-1.5rem}.tw-single .\32xl\:focus\:-translate-x-8:focus{--tw-translate-x:-2rem}.tw-single .\32xl\:focus\:-translate-x-12:focus{--tw-translate-x:-3rem}.tw-single .\32xl\:focus\:-translate-x-16:focus{--tw-translate-x:-4rem}.tw-single .\32xl\:focus\:-translate-x-20:focus{--tw-translate-x:-5rem}.tw-single .\32xl\:focus\:-translate-x-24:focus{--tw-translate-x:-6rem}.tw-single .\32xl\:focus\:-translate-x-px:focus{--tw-translate-x:-1px}.tw-single .\32xl\:focus\:translate-x-1\/2:focus{--tw-translate-x:50%}.tw-single .\32xl\:focus\:translate-x-1\/3:focus{--tw-translate-x:33.333333%}.tw-single .\32xl\:focus\:translate-x-2\/3:focus{--tw-translate-x:66.666667%}.tw-single .\32xl\:focus\:translate-x-1\/4:focus{--tw-translate-x:25%}.tw-single .\32xl\:focus\:translate-x-3\/4:focus{--tw-translate-x:75%}.tw-single .\32xl\:focus\:translate-x-full:focus{--tw-translate-x:100%}.tw-single .\32xl\:focus\:-translate-x-1\/2:focus{--tw-translate-x:-50%}.tw-single .\32xl\:focus\:-translate-x-1\/3:focus{--tw-translate-x:-33.333333%}.tw-single .\32xl\:focus\:-translate-x-2\/3:focus{--tw-translate-x:-66.666667%}.tw-single .\32xl\:focus\:-translate-x-1\/4:focus{--tw-translate-x:-25%}.tw-single .\32xl\:focus\:-translate-x-3\/4:focus{--tw-translate-x:-75%}.tw-single .\32xl\:focus\:-translate-x-full:focus{--tw-translate-x:-100%}.tw-single .\32xl\:focus\:translate-y-0:focus{--tw-translate-y:0px}.tw-single .\32xl\:focus\:translate-y-1:focus{--tw-translate-y:0.25rem}.tw-single .\32xl\:focus\:translate-y-2:focus{--tw-translate-y:0.5rem}.tw-single .\32xl\:focus\:translate-y-3:focus{--tw-translate-y:0.75rem}.tw-single .\32xl\:focus\:translate-y-4:focus{--tw-translate-y:1rem}.tw-single .\32xl\:focus\:translate-y-6:focus{--tw-translate-y:1.5rem}.tw-single .\32xl\:focus\:translate-y-8:focus{--tw-translate-y:2rem}.tw-single .\32xl\:focus\:translate-y-12:focus{--tw-translate-y:3rem}.tw-single .\32xl\:focus\:translate-y-16:focus{--tw-translate-y:4rem}.tw-single .\32xl\:focus\:translate-y-20:focus{--tw-translate-y:5rem}.tw-single .\32xl\:focus\:translate-y-24:focus{--tw-translate-y:6rem}.tw-single .\32xl\:focus\:translate-y-px:focus{--tw-translate-y:1px}.tw-single .\32xl\:focus\:-translate-y-0:focus{--tw-translate-y:0px}.tw-single .\32xl\:focus\:-translate-y-1:focus{--tw-translate-y:-0.25rem}.tw-single .\32xl\:focus\:-translate-y-2:focus{--tw-translate-y:-0.5rem}.tw-single .\32xl\:focus\:-translate-y-3:focus{--tw-translate-y:-0.75rem}.tw-single .\32xl\:focus\:-translate-y-4:focus{--tw-translate-y:-1rem}.tw-single .\32xl\:focus\:-translate-y-6:focus{--tw-translate-y:-1.5rem}.tw-single .\32xl\:focus\:-translate-y-8:focus{--tw-translate-y:-2rem}.tw-single .\32xl\:focus\:-translate-y-12:focus{--tw-translate-y:-3rem}.tw-single .\32xl\:focus\:-translate-y-16:focus{--tw-translate-y:-4rem}.tw-single .\32xl\:focus\:-translate-y-20:focus{--tw-translate-y:-5rem}.tw-single .\32xl\:focus\:-translate-y-24:focus{--tw-translate-y:-6rem}.tw-single .\32xl\:focus\:-translate-y-px:focus{--tw-translate-y:-1px}.tw-single .\32xl\:focus\:translate-y-1\/2:focus{--tw-translate-y:50%}.tw-single .\32xl\:focus\:translate-y-1\/3:focus{--tw-translate-y:33.333333%}.tw-single .\32xl\:focus\:translate-y-2\/3:focus{--tw-translate-y:66.666667%}.tw-single .\32xl\:focus\:translate-y-1\/4:focus{--tw-translate-y:25%}.tw-single .\32xl\:focus\:translate-y-3\/4:focus{--tw-translate-y:75%}.tw-single .\32xl\:focus\:translate-y-full:focus{--tw-translate-y:100%}.tw-single .\32xl\:focus\:-translate-y-1\/2:focus{--tw-translate-y:-50%}.tw-single .\32xl\:focus\:-translate-y-1\/3:focus{--tw-translate-y:-33.333333%}.tw-single .\32xl\:focus\:-translate-y-2\/3:focus{--tw-translate-y:-66.666667%}.tw-single .\32xl\:focus\:-translate-y-1\/4:focus{--tw-translate-y:-25%}.tw-single .\32xl\:focus\:-translate-y-3\/4:focus{--tw-translate-y:-75%}.tw-single .\32xl\:focus\:-translate-y-full:focus{--tw-translate-y:-100%}.tw-single .\32xl\:rotate-0{--tw-rotate:0deg}.tw-single .\32xl\:rotate-1{--tw-rotate:1deg}.tw-single .\32xl\:rotate-2{--tw-rotate:2deg}.tw-single .\32xl\:rotate-3{--tw-rotate:3deg}.tw-single .\32xl\:rotate-6{--tw-rotate:6deg}.tw-single .\32xl\:rotate-12{--tw-rotate:12deg}.tw-single .\32xl\:rotate-45{--tw-rotate:45deg}.tw-single .\32xl\:rotate-90{--tw-rotate:90deg}.tw-single .\32xl\:rotate-180{--tw-rotate:180deg}.tw-single .\32xl\:-rotate-180{--tw-rotate:-180deg}.tw-single .\32xl\:-rotate-90{--tw-rotate:-90deg}.tw-single .\32xl\:-rotate-45{--tw-rotate:-45deg}.tw-single .\32xl\:-rotate-12{--tw-rotate:-12deg}.tw-single .\32xl\:-rotate-6{--tw-rotate:-6deg}.tw-single .\32xl\:-rotate-3{--tw-rotate:-3deg}.tw-single .\32xl\:-rotate-2{--tw-rotate:-2deg}.tw-single .\32xl\:-rotate-1{--tw-rotate:-1deg}.tw-single .\32xl\:hover\:rotate-0:hover{--tw-rotate:0deg}.tw-single .\32xl\:hover\:rotate-1:hover{--tw-rotate:1deg}.tw-single .\32xl\:hover\:rotate-2:hover{--tw-rotate:2deg}.tw-single .\32xl\:hover\:rotate-3:hover{--tw-rotate:3deg}.tw-single .\32xl\:hover\:rotate-6:hover{--tw-rotate:6deg}.tw-single .\32xl\:hover\:rotate-12:hover{--tw-rotate:12deg}.tw-single .\32xl\:hover\:rotate-45:hover{--tw-rotate:45deg}.tw-single .\32xl\:hover\:rotate-90:hover{--tw-rotate:90deg}.tw-single .\32xl\:hover\:rotate-180:hover{--tw-rotate:180deg}.tw-single .\32xl\:hover\:-rotate-180:hover{--tw-rotate:-180deg}.tw-single .\32xl\:hover\:-rotate-90:hover{--tw-rotate:-90deg}.tw-single .\32xl\:hover\:-rotate-45:hover{--tw-rotate:-45deg}.tw-single .\32xl\:hover\:-rotate-12:hover{--tw-rotate:-12deg}.tw-single .\32xl\:hover\:-rotate-6:hover{--tw-rotate:-6deg}.tw-single .\32xl\:hover\:-rotate-3:hover{--tw-rotate:-3deg}.tw-single .\32xl\:hover\:-rotate-2:hover{--tw-rotate:-2deg}.tw-single .\32xl\:hover\:-rotate-1:hover{--tw-rotate:-1deg}.tw-single .\32xl\:focus\:rotate-0:focus{--tw-rotate:0deg}.tw-single .\32xl\:focus\:rotate-1:focus{--tw-rotate:1deg}.tw-single .\32xl\:focus\:rotate-2:focus{--tw-rotate:2deg}.tw-single .\32xl\:focus\:rotate-3:focus{--tw-rotate:3deg}.tw-single .\32xl\:focus\:rotate-6:focus{--tw-rotate:6deg}.tw-single .\32xl\:focus\:rotate-12:focus{--tw-rotate:12deg}.tw-single .\32xl\:focus\:rotate-45:focus{--tw-rotate:45deg}.tw-single .\32xl\:focus\:rotate-90:focus{--tw-rotate:90deg}.tw-single .\32xl\:focus\:rotate-180:focus{--tw-rotate:180deg}.tw-single .\32xl\:focus\:-rotate-180:focus{--tw-rotate:-180deg}.tw-single .\32xl\:focus\:-rotate-90:focus{--tw-rotate:-90deg}.tw-single .\32xl\:focus\:-rotate-45:focus{--tw-rotate:-45deg}.tw-single .\32xl\:focus\:-rotate-12:focus{--tw-rotate:-12deg}.tw-single .\32xl\:focus\:-rotate-6:focus{--tw-rotate:-6deg}.tw-single .\32xl\:focus\:-rotate-3:focus{--tw-rotate:-3deg}.tw-single .\32xl\:focus\:-rotate-2:focus{--tw-rotate:-2deg}.tw-single .\32xl\:focus\:-rotate-1:focus{--tw-rotate:-1deg}.tw-single .\32xl\:scale-0{--tw-scale-x:0;--tw-scale-y:0}.tw-single .\32xl\:scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.tw-single .\32xl\:scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.tw-single .\32xl\:scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.tw-single .\32xl\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.tw-single .\32xl\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.tw-single .\32xl\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.tw-single .\32xl\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.tw-single .\32xl\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.tw-single .\32xl\:scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.tw-single .\32xl\:hover\:scale-0:hover{--tw-scale-x:0;--tw-scale-y:0}.tw-single .\32xl\:hover\:scale-50:hover{--tw-scale-x:.5;--tw-scale-y:.5}.tw-single .\32xl\:hover\:scale-75:hover{--tw-scale-x:.75;--tw-scale-y:.75}.tw-single .\32xl\:hover\:scale-90:hover{--tw-scale-x:.9;--tw-scale-y:.9}.tw-single .\32xl\:hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.tw-single .\32xl\:hover\:scale-100:hover{--tw-scale-x:1;--tw-scale-y:1}.tw-single .\32xl\:hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.tw-single .\32xl\:hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.tw-single .\32xl\:hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25}.tw-single .\32xl\:hover\:scale-150:hover{--tw-scale-x:1.5;--tw-scale-y:1.5}.tw-single .\32xl\:focus\:scale-0:focus{--tw-scale-x:0;--tw-scale-y:0}.tw-single .\32xl\:focus\:scale-50:focus{--tw-scale-x:.5;--tw-scale-y:.5}.tw-single .\32xl\:focus\:scale-75:focus{--tw-scale-x:.75;--tw-scale-y:.75}.tw-single .\32xl\:focus\:scale-90:focus{--tw-scale-x:.9;--tw-scale-y:.9}.tw-single .\32xl\:focus\:scale-95:focus{--tw-scale-x:.95;--tw-scale-y:.95}.tw-single .\32xl\:focus\:scale-100:focus{--tw-scale-x:1;--tw-scale-y:1}.tw-single .\32xl\:focus\:scale-105:focus{--tw-scale-x:1.05;--tw-scale-y:1.05}.tw-single .\32xl\:focus\:scale-110:focus{--tw-scale-x:1.1;--tw-scale-y:1.1}.tw-single .\32xl\:focus\:scale-125:focus{--tw-scale-x:1.25;--tw-scale-y:1.25}.tw-single .\32xl\:focus\:scale-150:focus{--tw-scale-x:1.5;--tw-scale-y:1.5}.tw-single .\32xl\:scale-x-0{--tw-scale-x:0}.tw-single .\32xl\:scale-x-50{--tw-scale-x:.5}.tw-single .\32xl\:scale-x-75{--tw-scale-x:.75}.tw-single .\32xl\:scale-x-90{--tw-scale-x:.9}.tw-single .\32xl\:scale-x-95{--tw-scale-x:.95}.tw-single .\32xl\:scale-x-100{--tw-scale-x:1}.tw-single .\32xl\:scale-x-105{--tw-scale-x:1.05}.tw-single .\32xl\:scale-x-110{--tw-scale-x:1.1}.tw-single .\32xl\:scale-x-125{--tw-scale-x:1.25}.tw-single .\32xl\:scale-x-150{--tw-scale-x:1.5}.tw-single .\32xl\:scale-y-0{--tw-scale-y:0}.tw-single .\32xl\:scale-y-50{--tw-scale-y:.5}.tw-single .\32xl\:scale-y-75{--tw-scale-y:.75}.tw-single .\32xl\:scale-y-90{--tw-scale-y:.9}.tw-single .\32xl\:scale-y-95{--tw-scale-y:.95}.tw-single .\32xl\:scale-y-100{--tw-scale-y:1}.tw-single .\32xl\:scale-y-105{--tw-scale-y:1.05}.tw-single .\32xl\:scale-y-110{--tw-scale-y:1.1}.tw-single .\32xl\:scale-y-125{--tw-scale-y:1.25}.tw-single .\32xl\:scale-y-150{--tw-scale-y:1.5}.tw-single .\32xl\:hover\:scale-x-0:hover{--tw-scale-x:0}.tw-single .\32xl\:hover\:scale-x-50:hover{--tw-scale-x:.5}.tw-single .\32xl\:hover\:scale-x-75:hover{--tw-scale-x:.75}.tw-single .\32xl\:hover\:scale-x-90:hover{--tw-scale-x:.9}.tw-single .\32xl\:hover\:scale-x-95:hover{--tw-scale-x:.95}.tw-single .\32xl\:hover\:scale-x-100:hover{--tw-scale-x:1}.tw-single .\32xl\:hover\:scale-x-105:hover{--tw-scale-x:1.05}.tw-single .\32xl\:hover\:scale-x-110:hover{--tw-scale-x:1.1}.tw-single .\32xl\:hover\:scale-x-125:hover{--tw-scale-x:1.25}.tw-single .\32xl\:hover\:scale-x-150:hover{--tw-scale-x:1.5}.tw-single .\32xl\:hover\:scale-y-0:hover{--tw-scale-y:0}.tw-single .\32xl\:hover\:scale-y-50:hover{--tw-scale-y:.5}.tw-single .\32xl\:hover\:scale-y-75:hover{--tw-scale-y:.75}.tw-single .\32xl\:hover\:scale-y-90:hover{--tw-scale-y:.9}.tw-single .\32xl\:hover\:scale-y-95:hover{--tw-scale-y:.95}.tw-single .\32xl\:hover\:scale-y-100:hover{--tw-scale-y:1}.tw-single .\32xl\:hover\:scale-y-105:hover{--tw-scale-y:1.05}.tw-single .\32xl\:hover\:scale-y-110:hover{--tw-scale-y:1.1}.tw-single .\32xl\:hover\:scale-y-125:hover{--tw-scale-y:1.25}.tw-single .\32xl\:hover\:scale-y-150:hover{--tw-scale-y:1.5}.tw-single .\32xl\:focus\:scale-x-0:focus{--tw-scale-x:0}.tw-single .\32xl\:focus\:scale-x-50:focus{--tw-scale-x:.5}.tw-single .\32xl\:focus\:scale-x-75:focus{--tw-scale-x:.75}.tw-single .\32xl\:focus\:scale-x-90:focus{--tw-scale-x:.9}.tw-single .\32xl\:focus\:scale-x-95:focus{--tw-scale-x:.95}.tw-single .\32xl\:focus\:scale-x-100:focus{--tw-scale-x:1}.tw-single .\32xl\:focus\:scale-x-105:focus{--tw-scale-x:1.05}.tw-single .\32xl\:focus\:scale-x-110:focus{--tw-scale-x:1.1}.tw-single .\32xl\:focus\:scale-x-125:focus{--tw-scale-x:1.25}.tw-single .\32xl\:focus\:scale-x-150:focus{--tw-scale-x:1.5}.tw-single .\32xl\:focus\:scale-y-0:focus{--tw-scale-y:0}.tw-single .\32xl\:focus\:scale-y-50:focus{--tw-scale-y:.5}.tw-single .\32xl\:focus\:scale-y-75:focus{--tw-scale-y:.75}.tw-single .\32xl\:focus\:scale-y-90:focus{--tw-scale-y:.9}.tw-single .\32xl\:focus\:scale-y-95:focus{--tw-scale-y:.95}.tw-single .\32xl\:focus\:scale-y-100:focus{--tw-scale-y:1}.tw-single .\32xl\:focus\:scale-y-105:focus{--tw-scale-y:1.05}.tw-single .\32xl\:focus\:scale-y-110:focus{--tw-scale-y:1.1}.tw-single .\32xl\:focus\:scale-y-125:focus{--tw-scale-y:1.25}.tw-single .\32xl\:focus\:scale-y-150:focus{--tw-scale-y:1.5}.tw-single .\32xl\:animate-none{animation:none}.tw-single .\32xl\:animate-spin{animation:spin 1s linear infinite}.tw-single .\32xl\:animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.tw-single .\32xl\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.tw-single .\32xl\:animate-bounce{animation:bounce 1s infinite}.tw-single .\32xl\:cursor-auto{cursor:auto}.tw-single .\32xl\:cursor-default{cursor:default}.tw-single .\32xl\:cursor-pointer{cursor:pointer}.tw-single .\32xl\:cursor-wait{cursor:wait}.tw-single .\32xl\:cursor-text{cursor:text}.tw-single .\32xl\:cursor-move{cursor:move}.tw-single .\32xl\:cursor-help{cursor:help}.tw-single .\32xl\:cursor-not-allowed{cursor:not-allowed}.tw-single .\32xl\:select-none{-webkit-user-select:none;user-select:none}.tw-single .\32xl\:select-text{-webkit-user-select:text;user-select:text}.tw-single .\32xl\:select-all{-webkit-user-select:all;user-select:all}.tw-single .\32xl\:select-auto{-webkit-user-select:auto;user-select:auto}.tw-single .\32xl\:resize-none{resize:none}.tw-single .\32xl\:resize-y{resize:vertical}.tw-single .\32xl\:resize-x{resize:horizontal}.tw-single .\32xl\:list-inside{list-style-position:inside}.tw-single .\32xl\:list-outside{list-style-position:outside}.tw-single .\32xl\:list-none{list-style-type:none}.tw-single .\32xl\:list-disc{list-style-type:disc}.tw-single .\32xl\:list-decimal{list-style-type:decimal}.tw-single .\32xl\:auto-cols-auto{grid-auto-columns:auto}.tw-single .\32xl\:auto-cols-min{grid-auto-columns:min-content}.tw-single .\32xl\:auto-cols-max{grid-auto-columns:max-content}.tw-single .\32xl\:auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.tw-single .\32xl\:grid-flow-row{grid-auto-flow:row}.tw-single .\32xl\:grid-flow-col{grid-auto-flow:column}.tw-single .\32xl\:grid-flow-row-dense{grid-auto-flow:row dense}.tw-single .\32xl\:grid-flow-col-dense{grid-auto-flow:column dense}.tw-single .\32xl\:auto-rows-auto{grid-auto-rows:auto}.tw-single .\32xl\:auto-rows-min{grid-auto-rows:min-content}.tw-single .\32xl\:auto-rows-max{grid-auto-rows:max-content}.tw-single .\32xl\:auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.tw-single .\32xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.tw-single .\32xl\:grid-cols-none{grid-template-columns:none}.tw-single .\32xl\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.tw-single .\32xl\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.tw-single .\32xl\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.tw-single .\32xl\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.tw-single .\32xl\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.tw-single .\32xl\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.tw-single .\32xl\:grid-rows-none{grid-template-rows:none}.tw-single .\32xl\:flex-row{flex-direction:row}.tw-single .\32xl\:flex-row-reverse{flex-direction:row-reverse}.tw-single .\32xl\:flex-col{flex-direction:column}.tw-single .\32xl\:flex-col-reverse{flex-direction:column-reverse}.tw-single .\32xl\:flex-wrap{flex-wrap:wrap}.tw-single .\32xl\:flex-wrap-reverse{flex-wrap:wrap-reverse}.tw-single .\32xl\:flex-nowrap{flex-wrap:nowrap}.tw-single .\32xl\:place-content-center{place-content:center}.tw-single .\32xl\:place-content-start{place-content:start}.tw-single .\32xl\:place-content-end{place-content:end}.tw-single .\32xl\:place-content-between{place-content:space-between}.tw-single .\32xl\:place-content-around{place-content:space-around}.tw-single .\32xl\:place-content-evenly{place-content:space-evenly}.tw-single .\32xl\:place-content-stretch{place-content:stretch}.tw-single .\32xl\:place-items-start{place-items:start}.tw-single .\32xl\:place-items-end{place-items:end}.tw-single .\32xl\:place-items-center{place-items:center}.tw-single .\32xl\:place-items-stretch{place-items:stretch}.tw-single .\32xl\:content-center{align-content:center}.tw-single .\32xl\:content-start{align-content:flex-start}.tw-single .\32xl\:content-end{align-content:flex-end}.tw-single .\32xl\:content-between{align-content:space-between}.tw-single .\32xl\:content-around{align-content:space-around}.tw-single .\32xl\:content-evenly{align-content:space-evenly}.tw-single .\32xl\:items-start{align-items:flex-start}.tw-single .\32xl\:items-end{align-items:flex-end}.tw-single .\32xl\:items-center{align-items:center}.tw-single .\32xl\:items-baseline{align-items:baseline}.tw-single .\32xl\:items-stretch{align-items:stretch}.tw-single .\32xl\:justify-start{justify-content:flex-start}.tw-single .\32xl\:justify-end{justify-content:flex-end}.tw-single .\32xl\:justify-center{justify-content:center}.tw-single .\32xl\:justify-between{justify-content:space-between}.tw-single .\32xl\:justify-around{justify-content:space-around}.tw-single .\32xl\:justify-evenly{justify-content:space-evenly}.tw-single .\32xl\:justify-items-start{justify-items:start}.tw-single .\32xl\:justify-items-end{justify-items:end}.tw-single .\32xl\:justify-items-center{justify-items:center}.tw-single .\32xl\:justify-items-stretch{justify-items:stretch}.tw-single .\32xl\:gap-0{gap:0}.tw-single .\32xl\:gap-1{gap:.25rem}.tw-single .\32xl\:gap-2{gap:.5rem}.tw-single .\32xl\:gap-3{gap:.75rem}.tw-single .\32xl\:gap-4{gap:1rem}.tw-single .\32xl\:gap-5{gap:1.25rem}.tw-single .\32xl\:gap-6{gap:1.5rem}.tw-single .\32xl\:gap-7{gap:1.75rem}.tw-single .\32xl\:gap-8{gap:2rem}.tw-single .\32xl\:gap-9{gap:2.25rem}.tw-single .\32xl\:gap-10{gap:2.5rem}.tw-single .\32xl\:gap-11{gap:2.75rem}.tw-single .\32xl\:gap-12{gap:3rem}.tw-single .\32xl\:gap-14{gap:3.5rem}.tw-single .\32xl\:gap-16{gap:4rem}.tw-single .\32xl\:gap-20{gap:5rem}.tw-single .\32xl\:gap-24{gap:6rem}.tw-single .\32xl\:gap-28{gap:7rem}.tw-single .\32xl\:gap-32{gap:8rem}.tw-single .\32xl\:gap-36{gap:9rem}.tw-single .\32xl\:gap-40{gap:10rem}.tw-single .\32xl\:gap-44{gap:11rem}.tw-single .\32xl\:gap-48{gap:12rem}.tw-single .\32xl\:gap-52{gap:13rem}.tw-single .\32xl\:gap-56{gap:14rem}.tw-single .\32xl\:gap-60{gap:15rem}.tw-single .\32xl\:gap-64{gap:16rem}.tw-single .\32xl\:gap-72{gap:18rem}.tw-single .\32xl\:gap-80{gap:20rem}.tw-single .\32xl\:gap-96{gap:24rem}.tw-single .\32xl\:gap-0\.5{gap:.125rem}.tw-single .\32xl\:gap-1\.5{gap:.375rem}.tw-single .\32xl\:gap-2\.5{gap:.625rem}.tw-single .\32xl\:gap-3\.5{gap:.875rem}.tw-single .\32xl\:gap-x-0{column-gap:0}.tw-single .\32xl\:gap-x-1{column-gap:.25rem}.tw-single .\32xl\:gap-x-2{column-gap:.5rem}.tw-single .\32xl\:gap-x-3{column-gap:.75rem}.tw-single .\32xl\:gap-x-4{column-gap:1rem}.tw-single .\32xl\:gap-x-5{column-gap:1.25rem}.tw-single .\32xl\:gap-x-6{column-gap:1.5rem}.tw-single .\32xl\:gap-x-7{column-gap:1.75rem}.tw-single .\32xl\:gap-x-8{column-gap:2rem}.tw-single .\32xl\:gap-x-9{column-gap:2.25rem}.tw-single .\32xl\:gap-x-10{column-gap:2.5rem}.tw-single .\32xl\:gap-x-11{column-gap:2.75rem}.tw-single .\32xl\:gap-x-12{column-gap:3rem}.tw-single .\32xl\:gap-x-14{column-gap:3.5rem}.tw-single .\32xl\:gap-x-16{column-gap:4rem}.tw-single .\32xl\:gap-x-20{column-gap:5rem}.tw-single .\32xl\:gap-x-24{column-gap:6rem}.tw-single .\32xl\:gap-x-28{column-gap:7rem}.tw-single .\32xl\:gap-x-32{column-gap:8rem}.tw-single .\32xl\:gap-x-36{column-gap:9rem}.tw-single .\32xl\:gap-x-40{column-gap:10rem}.tw-single .\32xl\:gap-x-44{column-gap:11rem}.tw-single .\32xl\:gap-x-48{column-gap:12rem}.tw-single .\32xl\:gap-x-52{column-gap:13rem}.tw-single .\32xl\:gap-x-56{column-gap:14rem}.tw-single .\32xl\:gap-x-60{column-gap:15rem}.tw-single .\32xl\:gap-x-64{column-gap:16rem}.tw-single .\32xl\:gap-x-72{column-gap:18rem}.tw-single .\32xl\:gap-x-80{column-gap:20rem}.tw-single .\32xl\:gap-x-96{column-gap:24rem}.tw-single .\32xl\:gap-x-0\.5{column-gap:.125rem}.tw-single .\32xl\:gap-x-1\.5{column-gap:.375rem}.tw-single .\32xl\:gap-x-2\.5{column-gap:.625rem}.tw-single .\32xl\:gap-x-3\.5{column-gap:.875rem}.tw-single .\32xl\:gap-y-0{row-gap:0}.tw-single .\32xl\:gap-y-1{row-gap:.25rem}.tw-single .\32xl\:gap-y-2{row-gap:.5rem}.tw-single .\32xl\:gap-y-3{row-gap:.75rem}.tw-single .\32xl\:gap-y-4{row-gap:1rem}.tw-single .\32xl\:gap-y-5{row-gap:1.25rem}.tw-single .\32xl\:gap-y-6{row-gap:1.5rem}.tw-single .\32xl\:gap-y-7{row-gap:1.75rem}.tw-single .\32xl\:gap-y-8{row-gap:2rem}.tw-single .\32xl\:gap-y-9{row-gap:2.25rem}.tw-single .\32xl\:gap-y-10{row-gap:2.5rem}.tw-single .\32xl\:gap-y-11{row-gap:2.75rem}.tw-single .\32xl\:gap-y-12{row-gap:3rem}.tw-single .\32xl\:gap-y-14{row-gap:3.5rem}.tw-single .\32xl\:gap-y-16{row-gap:4rem}.tw-single .\32xl\:gap-y-20{row-gap:5rem}.tw-single .\32xl\:gap-y-24{row-gap:6rem}.tw-single .\32xl\:gap-y-28{row-gap:7rem}.tw-single .\32xl\:gap-y-32{row-gap:8rem}.tw-single .\32xl\:gap-y-36{row-gap:9rem}.tw-single .\32xl\:gap-y-40{row-gap:10rem}.tw-single .\32xl\:gap-y-44{row-gap:11rem}.tw-single .\32xl\:gap-y-48{row-gap:12rem}.tw-single .\32xl\:gap-y-52{row-gap:13rem}.tw-single .\32xl\:gap-y-56{row-gap:14rem}.tw-single .\32xl\:gap-y-60{row-gap:15rem}.tw-single .\32xl\:gap-y-64{row-gap:16rem}.tw-single .\32xl\:gap-y-72{row-gap:18rem}.tw-single .\32xl\:gap-y-80{row-gap:20rem}.tw-single .\32xl\:gap-y-96{row-gap:24rem}.tw-single .\32xl\:gap-y-0\.5{row-gap:.125rem}.tw-single .\32xl\:gap-y-1\.5{row-gap:.375rem}.tw-single .\32xl\:gap-y-2\.5{row-gap:.625rem}.tw-single .\32xl\:gap-y-3\.5{row-gap:.875rem}.tw-single .\32xl\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.tw-single .\32xl\: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)))}.tw-single .\32xl\: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)))}.tw-single .\32xl\: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)))}.tw-single .\32xl\: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)))}.tw-single .\32xl\: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)))}.tw-single .\32xl\: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)))}.tw-single .\32xl\: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)))}.tw-single .\32xl\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.tw-single .\32xl\:space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.tw-single .\32xl\:space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem * var(--tw-space-x-reverse));margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))}.tw-single .\32xl\:space-x-20>: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)))}.tw-single .\32xl\:space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6rem * var(--tw-space-x-reverse));margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))}.tw-single .\32xl\:space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1px * var(--tw-space-x-reverse));margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))}.tw-single .\32xl\: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))}.tw-single .\32xl\: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))}.tw-single .\32xl\: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))}.tw-single .\32xl\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.tw-single .\32xl\: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))}.tw-single .\32xl\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.tw-single .\32xl\: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))}.tw-single .\32xl\: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))}.tw-single .\32xl\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.tw-single .\32xl\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.tw-single .\32xl\:space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.tw-single .\32xl\:space-y-20>: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))}.tw-single .\32xl\:space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}.tw-single .\32xl\:space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * var(--tw-space-y-reverse))}.tw-single .\32xl\:space-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.tw-single .\32xl\:space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.tw-single .\32xl\:divide-x-0>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(0px * var(--tw-divide-x-reverse));border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))}.tw-single .\32xl\:divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(2px * var(--tw-divide-x-reverse));border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))}.tw-single .\32xl\:divide-x-4>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(4px * var(--tw-divide-x-reverse));border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))}.tw-single .\32xl\:divide-x-8>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(8px * var(--tw-divide-x-reverse));border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))}.tw-single .\32xl\: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)))}.tw-single .\32xl\: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))}.tw-single .\32xl\:divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px * var(--tw-divide-y-reverse))}.tw-single .\32xl\:divide-y-4>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px * var(--tw-divide-y-reverse))}.tw-single .\32xl\:divide-y-8>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px * var(--tw-divide-y-reverse))}.tw-single .\32xl\: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))}.tw-single .\32xl\:divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:1}.tw-single .\32xl\:divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.tw-single .\32xl\:place-self-auto{place-self:auto}.tw-single .\32xl\:place-self-start{place-self:start}.tw-single .\32xl\:place-self-end{place-self:end}.tw-single .\32xl\:place-self-center{place-self:center}.tw-single .\32xl\:place-self-stretch{place-self:stretch}.tw-single .\32xl\:self-auto{align-self:auto}.tw-single .\32xl\:self-start{align-self:flex-start}.tw-single .\32xl\:self-end{align-self:flex-end}.tw-single .\32xl\:self-center{align-self:center}.tw-single .\32xl\:self-stretch{align-self:stretch}.tw-single .\32xl\:self-baseline{align-self:baseline}.tw-single .\32xl\:justify-self-auto{justify-self:auto}.tw-single .\32xl\:justify-self-start{justify-self:start}.tw-single .\32xl\:justify-self-end{justify-self:end}.tw-single .\32xl\:justify-self-center{justify-self:center}.tw-single .\32xl\:justify-self-stretch{justify-self:stretch}.tw-single .\32xl\:overflow-auto{overflow:auto}.tw-single .\32xl\:overflow-hidden{overflow:hidden}.tw-single .\32xl\:overflow-visible{overflow:visible}.tw-single .\32xl\:overflow-scroll{overflow:scroll}.tw-single .\32xl\:overflow-x-auto{overflow-x:auto}.tw-single .\32xl\:overflow-y-auto{overflow-y:auto}.tw-single .\32xl\:overflow-x-hidden{overflow-x:hidden}.tw-single .\32xl\:overflow-y-hidden{overflow-y:hidden}.tw-single .\32xl\:overflow-x-visible{overflow-x:visible}.tw-single .\32xl\:overflow-y-visible{overflow-y:visible}.tw-single .\32xl\:overflow-x-scroll{overflow-x:scroll}.tw-single .\32xl\:overflow-y-scroll{overflow-y:scroll}.tw-single .\32xl\:overscroll-auto{overscroll-behavior:auto}.tw-single .\32xl\:overscroll-contain{overscroll-behavior:contain}.tw-single .\32xl\:overscroll-none{overscroll-behavior:none}.tw-single .\32xl\:overscroll-y-auto{overscroll-behavior-y:auto}.tw-single .\32xl\:overscroll-y-contain{overscroll-behavior-y:contain}.tw-single .\32xl\:overscroll-y-none{overscroll-behavior-y:none}.tw-single .\32xl\:overscroll-x-auto{overscroll-behavior-x:auto}.tw-single .\32xl\:overscroll-x-contain{overscroll-behavior-x:contain}.tw-single .\32xl\:overscroll-x-none{overscroll-behavior-x:none}.tw-single .\32xl\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tw-single .\32xl\:overflow-ellipsis{text-overflow:ellipsis}.tw-single .\32xl\:overflow-clip{text-overflow:clip}.tw-single .\32xl\:whitespace-normal{white-space:normal}.tw-single .\32xl\:whitespace-nowrap{white-space:nowrap}.tw-single .\32xl\:whitespace-pre{white-space:pre}.tw-single .\32xl\:whitespace-pre-line{white-space:pre-line}.tw-single .\32xl\:whitespace-pre-wrap{white-space:pre-wrap}.tw-single .\32xl\:break-normal{overflow-wrap:normal;word-break:normal}.tw-single .\32xl\:break-words{overflow-wrap:break-word}.tw-single .\32xl\:break-all{word-break:break-all}.tw-single .\32xl\:rounded-none{border-radius:0}.tw-single .\32xl\:rounded-sm{border-radius:.125rem}.tw-single .\32xl\:rounded{border-radius:.25rem}.tw-single .\32xl\:rounded-md{border-radius:.375rem}.tw-single .\32xl\:rounded-lg{border-radius:.5rem}.tw-single .\32xl\:rounded-xl{border-radius:.75rem}.tw-single .\32xl\:rounded-2xl{border-radius:1rem}.tw-single .\32xl\:rounded-3xl{border-radius:1.5rem}.tw-single .\32xl\:rounded-full{border-radius:9999px}.tw-single .\32xl\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.tw-single .\32xl\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.tw-single .\32xl\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.tw-single .\32xl\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.tw-single .\32xl\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.tw-single .\32xl\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.tw-single .\32xl\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.tw-single .\32xl\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.tw-single .\32xl\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.tw-single .\32xl\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.tw-single .\32xl\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.tw-single .\32xl\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.tw-single .\32xl\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.tw-single .\32xl\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.tw-single .\32xl\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.tw-single .\32xl\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.tw-single .\32xl\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.tw-single .\32xl\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.tw-single .\32xl\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.tw-single .\32xl\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.tw-single .\32xl\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.tw-single .\32xl\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.tw-single .\32xl\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.tw-single .\32xl\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.tw-single .\32xl\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.tw-single .\32xl\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.tw-single .\32xl\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.tw-single .\32xl\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.tw-single .\32xl\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.tw-single .\32xl\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.tw-single .\32xl\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.tw-single .\32xl\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.tw-single .\32xl\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.tw-single .\32xl\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.tw-single .\32xl\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.tw-single .\32xl\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.tw-single .\32xl\:rounded-tl-none{border-top-left-radius:0}.tw-single .\32xl\:rounded-tl-sm{border-top-left-radius:.125rem}.tw-single .\32xl\:rounded-tl{border-top-left-radius:.25rem}.tw-single .\32xl\:rounded-tl-md{border-top-left-radius:.375rem}.tw-single .\32xl\:rounded-tl-lg{border-top-left-radius:.5rem}.tw-single .\32xl\:rounded-tl-xl{border-top-left-radius:.75rem}.tw-single .\32xl\:rounded-tl-2xl{border-top-left-radius:1rem}.tw-single .\32xl\:rounded-tl-3xl{border-top-left-radius:1.5rem}.tw-single .\32xl\:rounded-tl-full{border-top-left-radius:9999px}.tw-single .\32xl\:rounded-tr-none{border-top-right-radius:0}.tw-single .\32xl\:rounded-tr-sm{border-top-right-radius:.125rem}.tw-single .\32xl\:rounded-tr{border-top-right-radius:.25rem}.tw-single .\32xl\:rounded-tr-md{border-top-right-radius:.375rem}.tw-single .\32xl\:rounded-tr-lg{border-top-right-radius:.5rem}.tw-single .\32xl\:rounded-tr-xl{border-top-right-radius:.75rem}.tw-single .\32xl\:rounded-tr-2xl{border-top-right-radius:1rem}.tw-single .\32xl\:rounded-tr-3xl{border-top-right-radius:1.5rem}.tw-single .\32xl\:rounded-tr-full{border-top-right-radius:9999px}.tw-single .\32xl\:rounded-br-none{border-bottom-right-radius:0}.tw-single .\32xl\:rounded-br-sm{border-bottom-right-radius:.125rem}.tw-single .\32xl\:rounded-br{border-bottom-right-radius:.25rem}.tw-single .\32xl\:rounded-br-md{border-bottom-right-radius:.375rem}.tw-single .\32xl\:rounded-br-lg{border-bottom-right-radius:.5rem}.tw-single .\32xl\:rounded-br-xl{border-bottom-right-radius:.75rem}.tw-single .\32xl\:rounded-br-2xl{border-bottom-right-radius:1rem}.tw-single .\32xl\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.tw-single .\32xl\:rounded-br-full{border-bottom-right-radius:9999px}.tw-single .\32xl\:rounded-bl-none{border-bottom-left-radius:0}.tw-single .\32xl\:rounded-bl-sm{border-bottom-left-radius:.125rem}.tw-single .\32xl\:rounded-bl{border-bottom-left-radius:.25rem}.tw-single .\32xl\:rounded-bl-md{border-bottom-left-radius:.375rem}.tw-single .\32xl\:rounded-bl-lg{border-bottom-left-radius:.5rem}.tw-single .\32xl\:rounded-bl-xl{border-bottom-left-radius:.75rem}.tw-single .\32xl\:rounded-bl-2xl{border-bottom-left-radius:1rem}.tw-single .\32xl\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.tw-single .\32xl\:rounded-bl-full{border-bottom-left-radius:9999px}.tw-single .\32xl\:border-0{border-width:0}.tw-single .\32xl\:border-2{border-width:2px}.tw-single .\32xl\:border-4{border-width:4px}.tw-single .\32xl\:border-8{border-width:8px}.tw-single .\32xl\:border{border-width:1px}.tw-single .\32xl\:border-t-0{border-top-width:0}.tw-single .\32xl\:border-t-2{border-top-width:2px}.tw-single .\32xl\:border-t-4{border-top-width:4px}.tw-single .\32xl\:border-t-8{border-top-width:8px}.tw-single .\32xl\:border-t{border-top-width:1px}.tw-single .\32xl\:border-r-0{border-right-width:0}.tw-single .\32xl\:border-r-2{border-right-width:2px}.tw-single .\32xl\:border-r-4{border-right-width:4px}.tw-single .\32xl\:border-r-8{border-right-width:8px}.tw-single .\32xl\:border-r{border-right-width:1px}.tw-single .\32xl\:border-b-0{border-bottom-width:0}.tw-single .\32xl\:border-b-2{border-bottom-width:2px}.tw-single .\32xl\:border-b-4{border-bottom-width:4px}.tw-single .\32xl\:border-b-8{border-bottom-width:8px}.tw-single .\32xl\:border-b{border-bottom-width:1px}.tw-single .\32xl\:border-l-0{border-left-width:0}.tw-single .\32xl\:border-l-2{border-left-width:2px}.tw-single .\32xl\:border-l-4{border-left-width:4px}.tw-single .\32xl\:border-l-8{border-left-width:8px}.tw-single .\32xl\:border-l{border-left-width:1px}.tw-single .\32xl\:border-solid{border-style:solid}.tw-single .\32xl\:border-dashed{border-style:dashed}.tw-single .\32xl\:border-dotted{border-style:dotted}.tw-single .\32xl\:border-double{border-style:double}.tw-single .\32xl\:border-none{border-style:none}.tw-single .\32xl\:border-transparent{border-color:transparent}.tw-single .\32xl\:border-current{border-color:currentColor}.tw-single .\32xl\:border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.tw-single .\32xl\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.tw-single .\32xl\:border-gray-50{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.tw-single .\32xl\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.tw-single .\32xl\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.tw-single .\32xl\:border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.tw-single .\32xl\:border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.tw-single .\32xl\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.tw-single .\32xl\:border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.tw-single .\32xl\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.tw-single .\32xl\:border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.tw-single .\32xl\:border-gray-900{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.tw-single .\32xl\:border-red-50{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.tw-single .\32xl\:border-red-100{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.tw-single .\32xl\:border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.tw-single .\32xl\:border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.tw-single .\32xl\:border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.tw-single .\32xl\:border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.tw-single .\32xl\:border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.tw-single .\32xl\:border-red-700{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.tw-single .\32xl\:border-red-800{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.tw-single .\32xl\:border-red-900{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.tw-single .\32xl\:border-yellow-50{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.tw-single .\32xl\:border-yellow-100{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.tw-single .\32xl\:border-yellow-200{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.tw-single .\32xl\:border-yellow-300{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.tw-single .\32xl\:border-yellow-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.tw-single .\32xl\:border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.tw-single .\32xl\:border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.tw-single .\32xl\:border-yellow-700{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.tw-single .\32xl\:border-yellow-800{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.tw-single .\32xl\:border-yellow-900{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.tw-single .\32xl\:border-green-50{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.tw-single .\32xl\:border-green-100{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.tw-single .\32xl\:border-green-200{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.tw-single .\32xl\:border-green-300{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.tw-single .\32xl\:border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.tw-single .\32xl\:border-green-500{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.tw-single .\32xl\:border-green-600{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.tw-single .\32xl\:border-green-700{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.tw-single .\32xl\:border-green-800{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.tw-single .\32xl\:border-green-900{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.tw-single .\32xl\:border-blue-50{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.tw-single .\32xl\:border-blue-100{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.tw-single .\32xl\:border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.tw-single .\32xl\:border-blue-300{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.tw-single .\32xl\:border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.tw-single .\32xl\:border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.tw-single .\32xl\:border-blue-600{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.tw-single .\32xl\:border-blue-700{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.tw-single .\32xl\:border-blue-800{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.tw-single .\32xl\:border-blue-900{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.tw-single .\32xl\:border-indigo-50{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.tw-single .\32xl\:border-indigo-100{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.tw-single .\32xl\:border-indigo-200{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.tw-single .\32xl\:border-indigo-300{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.tw-single .\32xl\:border-indigo-400{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.tw-single .\32xl\:border-indigo-500{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.tw-single .\32xl\:border-indigo-600{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.tw-single .\32xl\:border-indigo-700{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.tw-single .\32xl\:border-indigo-800{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.tw-single .\32xl\:border-indigo-900{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.tw-single .\32xl\:border-purple-50{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.tw-single .\32xl\:border-purple-100{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.tw-single .\32xl\:border-purple-200{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.tw-single .\32xl\:border-purple-300{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.tw-single .\32xl\:border-purple-400{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.tw-single .\32xl\:border-purple-500{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.tw-single .\32xl\:border-purple-600{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.tw-single .\32xl\:border-purple-700{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.tw-single .\32xl\:border-purple-800{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.tw-single .\32xl\:border-purple-900{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.tw-single .\32xl\:border-pink-50{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.tw-single .\32xl\:border-pink-100{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.tw-single .\32xl\:border-pink-200{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.tw-single .\32xl\:border-pink-300{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.tw-single .\32xl\:border-pink-400{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.tw-single .\32xl\:border-pink-500{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.tw-single .\32xl\:border-pink-600{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.tw-single .\32xl\:border-pink-700{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.tw-single .\32xl\:border-pink-800{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.tw-single .\32xl\:border-pink-900{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-transparent:hover{border-color:transparent}.tw-single .\32xl\:hover\:border-current:hover{border-color:currentColor}.tw-single .\32xl\:hover\:border-black:hover{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-white:hover{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-gray-50:hover{--tw-border-opacity:1;border-color:rgba(249,250,251,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-gray-100:hover{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-gray-800:hover{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-gray-900:hover{--tw-border-opacity:1;border-color:rgba(17,24,39,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-red-50:hover{--tw-border-opacity:1;border-color:rgba(254,242,242,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-red-100:hover{--tw-border-opacity:1;border-color:rgba(254,226,226,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-red-200:hover{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgba(185,28,28,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-red-800:hover{--tw-border-opacity:1;border-color:rgba(153,27,27,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-red-900:hover{--tw-border-opacity:1;border-color:rgba(127,29,29,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-yellow-50:hover{--tw-border-opacity:1;border-color:rgba(255,251,235,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-yellow-100:hover{--tw-border-opacity:1;border-color:rgba(254,243,199,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgba(253,230,138,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgba(252,211,77,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-yellow-700:hover{--tw-border-opacity:1;border-color:rgba(180,83,9,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-yellow-800:hover{--tw-border-opacity:1;border-color:rgba(146,64,14,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-yellow-900:hover{--tw-border-opacity:1;border-color:rgba(120,53,15,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-green-50:hover{--tw-border-opacity:1;border-color:rgba(236,253,245,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-green-100:hover{--tw-border-opacity:1;border-color:rgba(209,250,229,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-green-200:hover{--tw-border-opacity:1;border-color:rgba(167,243,208,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgba(110,231,183,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgba(16,185,129,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgba(5,150,105,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-green-700:hover{--tw-border-opacity:1;border-color:rgba(4,120,87,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-green-800:hover{--tw-border-opacity:1;border-color:rgba(6,95,70,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-green-900:hover{--tw-border-opacity:1;border-color:rgba(6,78,59,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-blue-50:hover{--tw-border-opacity:1;border-color:rgba(239,246,255,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgba(219,234,254,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgba(37,99,235,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgba(29,78,216,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-blue-800:hover{--tw-border-opacity:1;border-color:rgba(30,64,175,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-blue-900:hover{--tw-border-opacity:1;border-color:rgba(30,58,138,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-indigo-50:hover{--tw-border-opacity:1;border-color:rgba(238,242,255,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgba(224,231,255,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgba(199,210,254,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgba(165,180,252,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgba(129,140,248,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgba(79,70,229,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgba(67,56,202,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-indigo-800:hover{--tw-border-opacity:1;border-color:rgba(55,48,163,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-indigo-900:hover{--tw-border-opacity:1;border-color:rgba(49,46,129,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-purple-50:hover{--tw-border-opacity:1;border-color:rgba(245,243,255,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-purple-100:hover{--tw-border-opacity:1;border-color:rgba(237,233,254,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-purple-200:hover{--tw-border-opacity:1;border-color:rgba(221,214,254,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgba(196,181,253,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-purple-400:hover{--tw-border-opacity:1;border-color:rgba(167,139,250,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgba(139,92,246,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgba(124,58,237,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-purple-700:hover{--tw-border-opacity:1;border-color:rgba(109,40,217,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-purple-800:hover{--tw-border-opacity:1;border-color:rgba(91,33,182,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-purple-900:hover{--tw-border-opacity:1;border-color:rgba(76,29,149,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-pink-50:hover{--tw-border-opacity:1;border-color:rgba(253,242,248,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-pink-100:hover{--tw-border-opacity:1;border-color:rgba(252,231,243,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-pink-200:hover{--tw-border-opacity:1;border-color:rgba(251,207,232,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-pink-300:hover{--tw-border-opacity:1;border-color:rgba(249,168,212,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-pink-400:hover{--tw-border-opacity:1;border-color:rgba(244,114,182,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-pink-500:hover{--tw-border-opacity:1;border-color:rgba(236,72,153,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-pink-600:hover{--tw-border-opacity:1;border-color:rgba(219,39,119,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-pink-700:hover{--tw-border-opacity:1;border-color:rgba(190,24,93,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-pink-800:hover{--tw-border-opacity:1;border-color:rgba(157,23,77,var(--tw-border-opacity))}.tw-single .\32xl\:hover\:border-pink-900:hover{--tw-border-opacity:1;border-color:rgba(131,24,67,var(--tw-border-opacity))}.tw-single .\32xl\:bg-transparent{background-color:transparent}.tw-single .\32xl\:bg-current{background-color:currentColor}.tw-single .\32xl\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-gray-600{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-red-200{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-red-300{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-red-400{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-red-800{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-red-900{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-yellow-300{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-yellow-700{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-yellow-800{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-yellow-900{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-green-50{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-green-200{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-green-300{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-green-400{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-green-600{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-green-700{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-green-800{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-green-900{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-blue-200{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-blue-300{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-blue-400{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-blue-700{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-blue-800{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-blue-900{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-indigo-200{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-indigo-700{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-indigo-900{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-purple-50{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-purple-100{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-purple-200{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-purple-300{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-purple-400{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-purple-500{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-purple-600{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-purple-700{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-purple-800{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-purple-900{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-pink-100{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-pink-200{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-pink-300{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-pink-400{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-pink-500{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-pink-600{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-pink-700{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-pink-800{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-pink-900{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-transparent:hover{background-color:transparent}.tw-single .\32xl\:hover\:bg-current:hover{background-color:currentColor}.tw-single .\32xl\:hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-red-900:hover{--tw-bg-opacity:1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgba(255,251,235,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgba(252,211,77,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgba(217,119,6,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-yellow-800:hover{--tw-bg-opacity:1;background-color:rgba(146,64,14,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-yellow-900:hover{--tw-bg-opacity:1;background-color:rgba(120,53,15,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgba(110,231,183,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgba(52,211,153,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgba(5,150,105,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgba(6,95,70,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgba(6,78,59,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-blue-900:hover{--tw-bg-opacity:1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgba(238,242,255,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgba(199,210,254,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgba(165,180,252,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgba(79,70,229,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgba(67,56,202,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgba(49,46,129,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgba(245,243,255,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgba(237,233,254,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgba(221,214,254,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgba(196,181,253,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgba(167,139,250,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgba(139,92,246,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgba(124,58,237,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgba(109,40,217,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgba(91,33,182,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-purple-900:hover{--tw-bg-opacity:1;background-color:rgba(76,29,149,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgba(253,242,248,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgba(252,231,243,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgba(251,207,232,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgba(249,168,212,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgba(244,114,182,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-pink-500:hover{--tw-bg-opacity:1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgba(219,39,119,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-pink-700:hover{--tw-bg-opacity:1;background-color:rgba(190,24,93,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-pink-800:hover{--tw-bg-opacity:1;background-color:rgba(157,23,77,var(--tw-bg-opacity))}.tw-single .\32xl\:hover\:bg-pink-900:hover{--tw-bg-opacity:1;background-color:rgba(131,24,67,var(--tw-bg-opacity))}.tw-single .\32xl\:bg-none{background-image:none}.tw-single .\32xl\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.tw-single .\32xl\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.tw-single .\32xl\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.tw-single .\32xl\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.tw-single .\32xl\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.tw-single .\32xl\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.tw-single .\32xl\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.tw-single .\32xl\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.tw-single .\32xl\:from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(0, 0, 0, 0))}.tw-single .\32xl\:from-current{--tw-gradient-from:currentColor;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(255, 255, 255, 0))}.tw-single .\32xl\:from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(0, 0, 0, 0))}.tw-single .\32xl\:from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(255, 255, 255, 0))}.tw-single .\32xl\:from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(249, 250, 251, 0))}.tw-single .\32xl\:from-gray-100{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(243, 244, 246, 0))}.tw-single .\32xl\:from-gray-200{--tw-gradient-from:#e5e7eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(229, 231, 235, 0))}.tw-single .\32xl\:from-gray-300{--tw-gradient-from:#d1d5db;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(209, 213, 219, 0))}.tw-single .\32xl\:from-gray-400{--tw-gradient-from:#9ca3af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(156, 163, 175, 0))}.tw-single .\32xl\:from-gray-500{--tw-gradient-from:#6b7280;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(107, 114, 128, 0))}.tw-single .\32xl\:from-gray-600{--tw-gradient-from:#4b5563;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(75, 85, 99, 0))}.tw-single .\32xl\:from-gray-700{--tw-gradient-from:#374151;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(55, 65, 81, 0))}.tw-single .\32xl\:from-gray-800{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(31, 41, 55, 0))}.tw-single .\32xl\:from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(17, 24, 39, 0))}.tw-single .\32xl\:from-red-50{--tw-gradient-from:#fef2f2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(254, 242, 242, 0))}.tw-single .\32xl\:from-red-100{--tw-gradient-from:#fee2e2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(254, 226, 226, 0))}.tw-single .\32xl\:from-red-200{--tw-gradient-from:#fecaca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(254, 202, 202, 0))}.tw-single .\32xl\:from-red-300{--tw-gradient-from:#fca5a5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(252, 165, 165, 0))}.tw-single .\32xl\:from-red-400{--tw-gradient-from:#f87171;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(248, 113, 113, 0))}.tw-single .\32xl\:from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(239, 68, 68, 0))}.tw-single .\32xl\:from-red-600{--tw-gradient-from:#dc2626;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(220, 38, 38, 0))}.tw-single .\32xl\:from-red-700{--tw-gradient-from:#b91c1c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(185, 28, 28, 0))}.tw-single .\32xl\:from-red-800{--tw-gradient-from:#991b1b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(153, 27, 27, 0))}.tw-single .\32xl\:from-red-900{--tw-gradient-from:#7f1d1d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(127, 29, 29, 0))}.tw-single .\32xl\:from-yellow-50{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(255, 251, 235, 0))}.tw-single .\32xl\:from-yellow-100{--tw-gradient-from:#fef3c7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(254, 243, 199, 0))}.tw-single .\32xl\:from-yellow-200{--tw-gradient-from:#fde68a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(253, 230, 138, 0))}.tw-single .\32xl\:from-yellow-300{--tw-gradient-from:#fcd34d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(252, 211, 77, 0))}.tw-single .\32xl\:from-yellow-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(251, 191, 36, 0))}.tw-single .\32xl\:from-yellow-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(245, 158, 11, 0))}.tw-single .\32xl\:from-yellow-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(217, 119, 6, 0))}.tw-single .\32xl\:from-yellow-700{--tw-gradient-from:#b45309;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(180, 83, 9, 0))}.tw-single .\32xl\:from-yellow-800{--tw-gradient-from:#92400e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(146, 64, 14, 0))}.tw-single .\32xl\:from-yellow-900{--tw-gradient-from:#78350f;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(120, 53, 15, 0))}.tw-single .\32xl\:from-green-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(236, 253, 245, 0))}.tw-single .\32xl\:from-green-100{--tw-gradient-from:#d1fae5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(209, 250, 229, 0))}.tw-single .\32xl\:from-green-200{--tw-gradient-from:#a7f3d0;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(167, 243, 208, 0))}.tw-single .\32xl\:from-green-300{--tw-gradient-from:#6ee7b7;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(110, 231, 183, 0))}.tw-single .\32xl\:from-green-400{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(52, 211, 153, 0))}.tw-single .\32xl\:from-green-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(16, 185, 129, 0))}.tw-single .\32xl\:from-green-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(5, 150, 105, 0))}.tw-single .\32xl\:from-green-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(4, 120, 87, 0))}.tw-single .\32xl\:from-green-800{--tw-gradient-from:#065f46;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(6, 95, 70, 0))}.tw-single .\32xl\:from-green-900{--tw-gradient-from:#064e3b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(6, 78, 59, 0))}.tw-single .\32xl\:from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(239, 246, 255, 0))}.tw-single .\32xl\:from-blue-100{--tw-gradient-from:#dbeafe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(219, 234, 254, 0))}.tw-single .\32xl\:from-blue-200{--tw-gradient-from:#bfdbfe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(191, 219, 254, 0))}.tw-single .\32xl\:from-blue-300{--tw-gradient-from:#93c5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(147, 197, 253, 0))}.tw-single .\32xl\:from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(96, 165, 250, 0))}.tw-single .\32xl\:from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(59, 130, 246, 0))}.tw-single .\32xl\:from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(37, 99, 235, 0))}.tw-single .\32xl\:from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(29, 78, 216, 0))}.tw-single .\32xl\:from-blue-800{--tw-gradient-from:#1e40af;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(30, 64, 175, 0))}.tw-single .\32xl\:from-blue-900{--tw-gradient-from:#1e3a8a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(30, 58, 138, 0))}.tw-single .\32xl\:from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(238, 242, 255, 0))}.tw-single .\32xl\:from-indigo-100{--tw-gradient-from:#e0e7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(224, 231, 255, 0))}.tw-single .\32xl\:from-indigo-200{--tw-gradient-from:#c7d2fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(199, 210, 254, 0))}.tw-single .\32xl\:from-indigo-300{--tw-gradient-from:#a5b4fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(165, 180, 252, 0))}.tw-single .\32xl\:from-indigo-400{--tw-gradient-from:#818cf8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(129, 140, 248, 0))}.tw-single .\32xl\:from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(99, 102, 241, 0))}.tw-single .\32xl\:from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(79, 70, 229, 0))}.tw-single .\32xl\:from-indigo-700{--tw-gradient-from:#4338ca;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(67, 56, 202, 0))}.tw-single .\32xl\:from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(55, 48, 163, 0))}.tw-single .\32xl\:from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(49, 46, 129, 0))}.tw-single .\32xl\:from-purple-50{--tw-gradient-from:#f5f3ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(245, 243, 255, 0))}.tw-single .\32xl\:from-purple-100{--tw-gradient-from:#ede9fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(237, 233, 254, 0))}.tw-single .\32xl\:from-purple-200{--tw-gradient-from:#ddd6fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(221, 214, 254, 0))}.tw-single .\32xl\:from-purple-300{--tw-gradient-from:#c4b5fd;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(196, 181, 253, 0))}.tw-single .\32xl\:from-purple-400{--tw-gradient-from:#a78bfa;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(167, 139, 250, 0))}.tw-single .\32xl\:from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(139, 92, 246, 0))}.tw-single .\32xl\:from-purple-600{--tw-gradient-from:#7c3aed;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(124, 58, 237, 0))}.tw-single .\32xl\:from-purple-700{--tw-gradient-from:#6d28d9;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(109, 40, 217, 0))}.tw-single .\32xl\:from-purple-800{--tw-gradient-from:#5b21b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(91, 33, 182, 0))}.tw-single .\32xl\:from-purple-900{--tw-gradient-from:#4c1d95;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(76, 29, 149, 0))}.tw-single .\32xl\:from-pink-50{--tw-gradient-from:#fdf2f8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(253, 242, 248, 0))}.tw-single .\32xl\:from-pink-100{--tw-gradient-from:#fce7f3;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(252, 231, 243, 0))}.tw-single .\32xl\:from-pink-200{--tw-gradient-from:#fbcfe8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(251, 207, 232, 0))}.tw-single .\32xl\:from-pink-300{--tw-gradient-from:#f9a8d4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(249, 168, 212, 0))}.tw-single .\32xl\:from-pink-400{--tw-gradient-from:#f472b6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(244, 114, 182, 0))}.tw-single .\32xl\:from-pink-500{--tw-gradient-from:#ec4899;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(236, 72, 153, 0))}.tw-single .\32xl\:from-pink-600{--tw-gradient-from:#db2777;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(219, 39, 119, 0))}.tw-single .\32xl\:from-pink-700{--tw-gradient-from:#be185d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(190, 24, 93, 0))}.tw-single .\32xl\:from-pink-800{--tw-gradient-from:#9d174d;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(157, 23, 77, 0))}.tw-single .\32xl\:from-pink-900{--tw-gradient-from:#831843;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(131, 24, 67, 0))}.tw-single .\32xl\:to-transparent{--tw-gradient-to:transparent}.tw-single .\32xl\:to-current{--tw-gradient-to:currentColor}.tw-single .\32xl\:to-black{--tw-gradient-to:#000}.tw-single .\32xl\:to-white{--tw-gradient-to:#fff}.tw-single .\32xl\:to-gray-50{--tw-gradient-to:#f9fafb}.tw-single .\32xl\:to-gray-100{--tw-gradient-to:#f3f4f6}.tw-single .\32xl\:to-gray-200{--tw-gradient-to:#e5e7eb}.tw-single .\32xl\:to-gray-300{--tw-gradient-to:#d1d5db}.tw-single .\32xl\:to-gray-400{--tw-gradient-to:#9ca3af}.tw-single .\32xl\:to-gray-500{--tw-gradient-to:#6b7280}.tw-single .\32xl\:to-gray-600{--tw-gradient-to:#4b5563}.tw-single .\32xl\:to-gray-700{--tw-gradient-to:#374151}.tw-single .\32xl\:to-gray-800{--tw-gradient-to:#1f2937}.tw-single .\32xl\:to-gray-900{--tw-gradient-to:#111827}.tw-single .\32xl\:to-red-50{--tw-gradient-to:#fef2f2}.tw-single .\32xl\:to-red-100{--tw-gradient-to:#fee2e2}.tw-single .\32xl\:to-red-200{--tw-gradient-to:#fecaca}.tw-single .\32xl\:to-red-300{--tw-gradient-to:#fca5a5}.tw-single .\32xl\:to-red-400{--tw-gradient-to:#f87171}.tw-single .\32xl\:to-red-500{--tw-gradient-to:#ef4444}.tw-single .\32xl\:to-red-600{--tw-gradient-to:#dc2626}.tw-single .\32xl\:to-red-700{--tw-gradient-to:#b91c1c}.tw-single .\32xl\:to-red-800{--tw-gradient-to:#991b1b}.tw-single .\32xl\:to-red-900{--tw-gradient-to:#7f1d1d}.tw-single .\32xl\:to-yellow-50{--tw-gradient-to:#fffbeb}.tw-single .\32xl\:to-yellow-100{--tw-gradient-to:#fef3c7}.tw-single .\32xl\:to-yellow-200{--tw-gradient-to:#fde68a}.tw-single .\32xl\:to-yellow-300{--tw-gradient-to:#fcd34d}.tw-single .\32xl\:to-yellow-400{--tw-gradient-to:#fbbf24}.tw-single .\32xl\:to-yellow-500{--tw-gradient-to:#f59e0b}.tw-single .\32xl\:to-yellow-600{--tw-gradient-to:#d97706}.tw-single .\32xl\:to-yellow-700{--tw-gradient-to:#b45309}.tw-single .\32xl\:to-yellow-800{--tw-gradient-to:#92400e}.tw-single .\32xl\:to-yellow-900{--tw-gradient-to:#78350f}.tw-single .\32xl\:to-green-50{--tw-gradient-to:#ecfdf5}.tw-single .\32xl\:to-green-100{--tw-gradient-to:#d1fae5}.tw-single .\32xl\:to-green-200{--tw-gradient-to:#a7f3d0}.tw-single .\32xl\:to-green-300{--tw-gradient-to:#6ee7b7}.tw-single .\32xl\:to-green-400{--tw-gradient-to:#34d399}.tw-single .\32xl\:to-green-500{--tw-gradient-to:#10b981}.tw-single .\32xl\:to-green-600{--tw-gradient-to:#059669}.tw-single .\32xl\:to-green-700{--tw-gradient-to:#047857}.tw-single .\32xl\:to-green-800{--tw-gradient-to:#065f46}.tw-single .\32xl\:to-green-900{--tw-gradient-to:#064e3b}.tw-single .\32xl\:to-blue-50{--tw-gradient-to:#eff6ff}.tw-single .\32xl\:to-blue-100{--tw-gradient-to:#dbeafe}.tw-single .\32xl\:to-blue-200{--tw-gradient-to:#bfdbfe}.tw-single .\32xl\:to-blue-300{--tw-gradient-to:#93c5fd}.tw-single .\32xl\:to-blue-400{--tw-gradient-to:#60a5fa}.tw-single .\32xl\:to-blue-500{--tw-gradient-to:#3b82f6}.tw-single .\32xl\:to-blue-600{--tw-gradient-to:#2563eb}.tw-single .\32xl\:to-blue-700{--tw-gradient-to:#1d4ed8}.tw-single .\32xl\:to-blue-800{--tw-gradient-to:#1e40af}.tw-single .\32xl\:to-blue-900{--tw-gradient-to:#1e3a8a}.tw-single .\32xl\:to-indigo-50{--tw-gradient-to:#eef2ff}.tw-single .\32xl\:to-indigo-100{--tw-gradient-to:#e0e7ff}.tw-single .\32xl\:to-indigo-200{--tw-gradient-to:#c7d2fe}.tw-single .\32xl\:to-indigo-300{--tw-gradient-to:#a5b4fc}.tw-single .\32xl\:to-indigo-400{--tw-gradient-to:#818cf8}.tw-single .\32xl\:to-indigo-500{--tw-gradient-to:#6366f1}.tw-single .\32xl\:to-indigo-600{--tw-gradient-to:#4f46e5}.tw-single .\32xl\:to-indigo-700{--tw-gradient-to:#4338ca}.tw-single .\32xl\:to-indigo-800{--tw-gradient-to:#3730a3}.tw-single .\32xl\:to-indigo-900{--tw-gradient-to:#312e81}.tw-single .\32xl\:to-purple-50{--tw-gradient-to:#f5f3ff}.tw-single .\32xl\:to-purple-100{--tw-gradient-to:#ede9fe}.tw-single .\32xl\:to-purple-200{--tw-gradient-to:#ddd6fe}.tw-single .\32xl\:to-purple-300{--tw-gradient-to:#c4b5fd}.tw-single .\32xl\:to-purple-400{--tw-gradient-to:#a78bfa}.tw-single .\32xl\:to-purple-500{--tw-gradient-to:#8b5cf6}.tw-single .\32xl\:to-purple-600{--tw-gradient-to:#7c3aed}.tw-single .\32xl\:to-purple-700{--tw-gradient-to:#6d28d9}.tw-single .\32xl\:to-purple-800{--tw-gradient-to:#5b21b6}.tw-single .\32xl\:to-purple-900{--tw-gradient-to:#4c1d95}.tw-single .\32xl\:to-pink-50{--tw-gradient-to:#fdf2f8}.tw-single .\32xl\:to-pink-100{--tw-gradient-to:#fce7f3}.tw-single .\32xl\:to-pink-200{--tw-gradient-to:#fbcfe8}.tw-single .\32xl\:to-pink-300{--tw-gradient-to:#f9a8d4}.tw-single .\32xl\:to-pink-400{--tw-gradient-to:#f472b6}.tw-single .\32xl\:to-pink-500{--tw-gradient-to:#ec4899}.tw-single .\32xl\:to-pink-600{--tw-gradient-to:#db2777}.tw-single .\32xl\:to-pink-700{--tw-gradient-to:#be185d}.tw-single .\32xl\:to-pink-800{--tw-gradient-to:#9d174d}.tw-single .\32xl\:to-pink-900{--tw-gradient-to:#831843}.tw-single .\32xl\:decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.tw-single .\32xl\:decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.tw-single .\32xl\:bg-auto{background-size:auto}.tw-single .\32xl\:bg-cover{background-size:cover}.tw-single .\32xl\:bg-contain{background-size:contain}.tw-single .\32xl\:bg-fixed{background-attachment:fixed}.tw-single .\32xl\:bg-local{background-attachment:local}.tw-single .\32xl\:bg-scroll{background-attachment:scroll}.tw-single .\32xl\:bg-clip-border{background-clip:border-box}.tw-single .\32xl\:bg-clip-padding{background-clip:padding-box}.tw-single .\32xl\:bg-clip-content{background-clip:content-box}.tw-single .\32xl\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.tw-single .\32xl\:bg-bottom{background-position:bottom}.tw-single .\32xl\:bg-center{background-position:center}.tw-single .\32xl\:bg-left{background-position:left}.tw-single .\32xl\:bg-right{background-position:right}.tw-single .\32xl\:bg-top{background-position:top}.tw-single .\32xl\:bg-repeat{background-repeat:repeat}.tw-single .\32xl\:bg-no-repeat{background-repeat:no-repeat}.tw-single .\32xl\:bg-repeat-x{background-repeat:repeat-x}.tw-single .\32xl\:bg-repeat-y{background-repeat:repeat-y}.tw-single .\32xl\:bg-repeat-round{background-repeat:round}.tw-single .\32xl\:bg-repeat-space{background-repeat:space}.tw-single .\32xl\:bg-origin-border{background-origin:border-box}.tw-single .\32xl\:bg-origin-padding{background-origin:padding-box}.tw-single .\32xl\:bg-origin-content{background-origin:content-box}.tw-single .\32xl\:object-contain{object-fit:contain}.tw-single .\32xl\:object-cover{object-fit:cover}.tw-single .\32xl\:object-fill{object-fit:fill}.tw-single .\32xl\:object-none{object-fit:none}.tw-single .\32xl\:object-scale-down{object-fit:scale-down}.tw-single .\32xl\:object-bottom{object-position:bottom}.tw-single .\32xl\:object-center{object-position:center}.tw-single .\32xl\:object-left{object-position:left}.tw-single .\32xl\:object-left-bottom{object-position:left bottom}.tw-single .\32xl\:object-left-top{object-position:left top}.tw-single .\32xl\:object-right{object-position:right}.tw-single .\32xl\:object-right-bottom{object-position:right bottom}.tw-single .\32xl\:object-right-top{object-position:right top}.tw-single .\32xl\:object-top{object-position:top}.tw-single .\32xl\:p-0{padding:0}.tw-single .\32xl\:p-1{padding:.25rem}.tw-single .\32xl\:p-2{padding:.5rem}.tw-single .\32xl\:p-3{padding:.75rem}.tw-single .\32xl\:p-4{padding:1rem}.tw-single .\32xl\:p-5{padding:1.25rem}.tw-single .\32xl\:p-6{padding:1.5rem}.tw-single .\32xl\:p-7{padding:1.75rem}.tw-single .\32xl\:p-8{padding:2rem}.tw-single .\32xl\:p-9{padding:2.25rem}.tw-single .\32xl\:p-10{padding:2.5rem}.tw-single .\32xl\:p-11{padding:2.75rem}.tw-single .\32xl\:p-12{padding:3rem}.tw-single .\32xl\:p-14{padding:3.5rem}.tw-single .\32xl\:p-16{padding:4rem}.tw-single .\32xl\:p-20{padding:5rem}.tw-single .\32xl\:p-24{padding:6rem}.tw-single .\32xl\:p-28{padding:7rem}.tw-single .\32xl\:p-32{padding:8rem}.tw-single .\32xl\:p-36{padding:9rem}.tw-single .\32xl\:p-40{padding:10rem}.tw-single .\32xl\:p-44{padding:11rem}.tw-single .\32xl\:p-48{padding:12rem}.tw-single .\32xl\:p-52{padding:13rem}.tw-single .\32xl\:p-56{padding:14rem}.tw-single .\32xl\:p-60{padding:15rem}.tw-single .\32xl\:p-64{padding:16rem}.tw-single .\32xl\:p-72{padding:18rem}.tw-single .\32xl\:p-80{padding:20rem}.tw-single .\32xl\:p-96{padding:24rem}.tw-single .\32xl\:p-px{padding:1px}.tw-single .\32xl\:p-0\.5{padding:.125rem}.tw-single .\32xl\:p-1\.5{padding:.375rem}.tw-single .\32xl\:p-2\.5{padding:.625rem}.tw-single .\32xl\:p-3\.5{padding:.875rem}.tw-single .\32xl\:px-0{padding-left:0;padding-right:0}.tw-single .\32xl\:px-1{padding-left:.25rem;padding-right:.25rem}.tw-single .\32xl\:px-2{padding-left:.5rem;padding-right:.5rem}.tw-single .\32xl\:px-3{padding-left:.75rem;padding-right:.75rem}.tw-single .\32xl\:px-4{padding-left:1rem;padding-right:1rem}.tw-single .\32xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.tw-single .\32xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-single .\32xl\:px-7{padding-left:1.75rem;padding-right:1.75rem}.tw-single .\32xl\:px-8{padding-left:2rem;padding-right:2rem}.tw-single .\32xl\:px-9{padding-left:2.25rem;padding-right:2.25rem}.tw-single .\32xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.tw-single .\32xl\:px-11{padding-left:2.75rem;padding-right:2.75rem}.tw-single .\32xl\:px-12{padding-left:3rem;padding-right:3rem}.tw-single .\32xl\:px-14{padding-left:3.5rem;padding-right:3.5rem}.tw-single .\32xl\:px-16{padding-left:4rem;padding-right:4rem}.tw-single .\32xl\:px-20{padding-left:5rem;padding-right:5rem}.tw-single .\32xl\:px-24{padding-left:6rem;padding-right:6rem}.tw-single .\32xl\:px-28{padding-left:7rem;padding-right:7rem}.tw-single .\32xl\:px-32{padding-left:8rem;padding-right:8rem}.tw-single .\32xl\:px-36{padding-left:9rem;padding-right:9rem}.tw-single .\32xl\:px-40{padding-left:10rem;padding-right:10rem}.tw-single .\32xl\:px-44{padding-left:11rem;padding-right:11rem}.tw-single .\32xl\:px-48{padding-left:12rem;padding-right:12rem}.tw-single .\32xl\:px-52{padding-left:13rem;padding-right:13rem}.tw-single .\32xl\:px-56{padding-left:14rem;padding-right:14rem}.tw-single .\32xl\:px-60{padding-left:15rem;padding-right:15rem}.tw-single .\32xl\:px-64{padding-left:16rem;padding-right:16rem}.tw-single .\32xl\:px-72{padding-left:18rem;padding-right:18rem}.tw-single .\32xl\:px-80{padding-left:20rem;padding-right:20rem}.tw-single .\32xl\:px-96{padding-left:24rem;padding-right:24rem}.tw-single .\32xl\:px-px{padding-left:1px;padding-right:1px}.tw-single .\32xl\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.tw-single .\32xl\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.tw-single .\32xl\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.tw-single .\32xl\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.tw-single .\32xl\:py-0{padding-top:0;padding-bottom:0}.tw-single .\32xl\:py-1{padding-top:.25rem;padding-bottom:.25rem}.tw-single .\32xl\:py-2{padding-top:.5rem;padding-bottom:.5rem}.tw-single .\32xl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.tw-single .\32xl\:py-4{padding-top:1rem;padding-bottom:1rem}.tw-single .\32xl\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.tw-single .\32xl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.tw-single .\32xl\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.tw-single .\32xl\:py-8{padding-top:2rem;padding-bottom:2rem}.tw-single .\32xl\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.tw-single .\32xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.tw-single .\32xl\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.tw-single .\32xl\:py-12{padding-top:3rem;padding-bottom:3rem}.tw-single .\32xl\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.tw-single .\32xl\:py-16{padding-top:4rem;padding-bottom:4rem}.tw-single .\32xl\:py-20{padding-top:5rem;padding-bottom:5rem}.tw-single .\32xl\:py-24{padding-top:6rem;padding-bottom:6rem}.tw-single .\32xl\:py-28{padding-top:7rem;padding-bottom:7rem}.tw-single .\32xl\:py-32{padding-top:8rem;padding-bottom:8rem}.tw-single .\32xl\:py-36{padding-top:9rem;padding-bottom:9rem}.tw-single .\32xl\:py-40{padding-top:10rem;padding-bottom:10rem}.tw-single .\32xl\:py-44{padding-top:11rem;padding-bottom:11rem}.tw-single .\32xl\:py-48{padding-top:12rem;padding-bottom:12rem}.tw-single .\32xl\:py-52{padding-top:13rem;padding-bottom:13rem}.tw-single .\32xl\:py-56{padding-top:14rem;padding-bottom:14rem}.tw-single .\32xl\:py-60{padding-top:15rem;padding-bottom:15rem}.tw-single .\32xl\:py-64{padding-top:16rem;padding-bottom:16rem}.tw-single .\32xl\:py-72{padding-top:18rem;padding-bottom:18rem}.tw-single .\32xl\:py-80{padding-top:20rem;padding-bottom:20rem}.tw-single .\32xl\:py-96{padding-top:24rem;padding-bottom:24rem}.tw-single .\32xl\:py-px{padding-top:1px;padding-bottom:1px}.tw-single .\32xl\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.tw-single .\32xl\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.tw-single .\32xl\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.tw-single .\32xl\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.tw-single .\32xl\:pt-0{padding-top:0}.tw-single .\32xl\:pt-1{padding-top:.25rem}.tw-single .\32xl\:pt-2{padding-top:.5rem}.tw-single .\32xl\:pt-3{padding-top:.75rem}.tw-single .\32xl\:pt-4{padding-top:1rem}.tw-single .\32xl\:pt-5{padding-top:1.25rem}.tw-single .\32xl\:pt-6{padding-top:1.5rem}.tw-single .\32xl\:pt-7{padding-top:1.75rem}.tw-single .\32xl\:pt-8{padding-top:2rem}.tw-single .\32xl\:pt-9{padding-top:2.25rem}.tw-single .\32xl\:pt-10{padding-top:2.5rem}.tw-single .\32xl\:pt-11{padding-top:2.75rem}.tw-single .\32xl\:pt-12{padding-top:3rem}.tw-single .\32xl\:pt-14{padding-top:3.5rem}.tw-single .\32xl\:pt-16{padding-top:4rem}.tw-single .\32xl\:pt-20{padding-top:5rem}.tw-single .\32xl\:pt-24{padding-top:6rem}.tw-single .\32xl\:pt-28{padding-top:7rem}.tw-single .\32xl\:pt-32{padding-top:8rem}.tw-single .\32xl\:pt-36{padding-top:9rem}.tw-single .\32xl\:pt-40{padding-top:10rem}.tw-single .\32xl\:pt-44{padding-top:11rem}.tw-single .\32xl\:pt-48{padding-top:12rem}.tw-single .\32xl\:pt-52{padding-top:13rem}.tw-single .\32xl\:pt-56{padding-top:14rem}.tw-single .\32xl\:pt-60{padding-top:15rem}.tw-single .\32xl\:pt-64{padding-top:16rem}.tw-single .\32xl\:pt-72{padding-top:18rem}.tw-single .\32xl\:pt-80{padding-top:20rem}.tw-single .\32xl\:pt-96{padding-top:24rem}.tw-single .\32xl\:pt-px{padding-top:1px}.tw-single .\32xl\:pt-0\.5{padding-top:.125rem}.tw-single .\32xl\:pt-1\.5{padding-top:.375rem}.tw-single .\32xl\:pt-2\.5{padding-top:.625rem}.tw-single .\32xl\:pt-3\.5{padding-top:.875rem}.tw-single .\32xl\:pr-0{padding-right:0}.tw-single .\32xl\:pr-1{padding-right:.25rem}.tw-single .\32xl\:pr-2{padding-right:.5rem}.tw-single .\32xl\:pr-3{padding-right:.75rem}.tw-single .\32xl\:pr-4{padding-right:1rem}.tw-single .\32xl\:pr-5{padding-right:1.25rem}.tw-single .\32xl\:pr-6{padding-right:1.5rem}.tw-single .\32xl\:pr-7{padding-right:1.75rem}.tw-single .\32xl\:pr-8{padding-right:2rem}.tw-single .\32xl\:pr-9{padding-right:2.25rem}.tw-single .\32xl\:pr-10{padding-right:2.5rem}.tw-single .\32xl\:pr-11{padding-right:2.75rem}.tw-single .\32xl\:pr-12{padding-right:3rem}.tw-single .\32xl\:pr-14{padding-right:3.5rem}.tw-single .\32xl\:pr-16{padding-right:4rem}.tw-single .\32xl\:pr-20{padding-right:5rem}.tw-single .\32xl\:pr-24{padding-right:6rem}.tw-single .\32xl\:pr-28{padding-right:7rem}.tw-single .\32xl\:pr-32{padding-right:8rem}.tw-single .\32xl\:pr-36{padding-right:9rem}.tw-single .\32xl\:pr-40{padding-right:10rem}.tw-single .\32xl\:pr-44{padding-right:11rem}.tw-single .\32xl\:pr-48{padding-right:12rem}.tw-single .\32xl\:pr-52{padding-right:13rem}.tw-single .\32xl\:pr-56{padding-right:14rem}.tw-single .\32xl\:pr-60{padding-right:15rem}.tw-single .\32xl\:pr-64{padding-right:16rem}.tw-single .\32xl\:pr-72{padding-right:18rem}.tw-single .\32xl\:pr-80{padding-right:20rem}.tw-single .\32xl\:pr-96{padding-right:24rem}.tw-single .\32xl\:pr-px{padding-right:1px}.tw-single .\32xl\:pr-0\.5{padding-right:.125rem}.tw-single .\32xl\:pr-1\.5{padding-right:.375rem}.tw-single .\32xl\:pr-2\.5{padding-right:.625rem}.tw-single .\32xl\:pr-3\.5{padding-right:.875rem}.tw-single .\32xl\:pb-0{padding-bottom:0}.tw-single .\32xl\:pb-1{padding-bottom:.25rem}.tw-single .\32xl\:pb-2{padding-bottom:.5rem}.tw-single .\32xl\:pb-3{padding-bottom:.75rem}.tw-single .\32xl\:pb-4{padding-bottom:1rem}.tw-single .\32xl\:pb-5{padding-bottom:1.25rem}.tw-single .\32xl\:pb-6{padding-bottom:1.5rem}.tw-single .\32xl\:pb-7{padding-bottom:1.75rem}.tw-single .\32xl\:pb-8{padding-bottom:2rem}.tw-single .\32xl\:pb-9{padding-bottom:2.25rem}.tw-single .\32xl\:pb-10{padding-bottom:2.5rem}.tw-single .\32xl\:pb-11{padding-bottom:2.75rem}.tw-single .\32xl\:pb-12{padding-bottom:3rem}.tw-single .\32xl\:pb-14{padding-bottom:3.5rem}.tw-single .\32xl\:pb-16{padding-bottom:4rem}.tw-single .\32xl\:pb-20{padding-bottom:5rem}.tw-single .\32xl\:pb-24{padding-bottom:6rem}.tw-single .\32xl\:pb-28{padding-bottom:7rem}.tw-single .\32xl\:pb-32{padding-bottom:8rem}.tw-single .\32xl\:pb-36{padding-bottom:9rem}.tw-single .\32xl\:pb-40{padding-bottom:10rem}.tw-single .\32xl\:pb-44{padding-bottom:11rem}.tw-single .\32xl\:pb-48{padding-bottom:12rem}.tw-single .\32xl\:pb-52{padding-bottom:13rem}.tw-single .\32xl\:pb-56{padding-bottom:14rem}.tw-single .\32xl\:pb-60{padding-bottom:15rem}.tw-single .\32xl\:pb-64{padding-bottom:16rem}.tw-single .\32xl\:pb-72{padding-bottom:18rem}.tw-single .\32xl\:pb-80{padding-bottom:20rem}.tw-single .\32xl\:pb-96{padding-bottom:24rem}.tw-single .\32xl\:pb-px{padding-bottom:1px}.tw-single .\32xl\:pb-0\.5{padding-bottom:.125rem}.tw-single .\32xl\:pb-1\.5{padding-bottom:.375rem}.tw-single .\32xl\:pb-2\.5{padding-bottom:.625rem}.tw-single .\32xl\:pb-3\.5{padding-bottom:.875rem}.tw-single .\32xl\:pl-0{padding-left:0}.tw-single .\32xl\:pl-1{padding-left:.25rem}.tw-single .\32xl\:pl-2{padding-left:.5rem}.tw-single .\32xl\:pl-3{padding-left:.75rem}.tw-single .\32xl\:pl-4{padding-left:1rem}.tw-single .\32xl\:pl-5{padding-left:1.25rem}.tw-single .\32xl\:pl-6{padding-left:1.5rem}.tw-single .\32xl\:pl-7{padding-left:1.75rem}.tw-single .\32xl\:pl-8{padding-left:2rem}.tw-single .\32xl\:pl-9{padding-left:2.25rem}.tw-single .\32xl\:pl-10{padding-left:2.5rem}.tw-single .\32xl\:pl-11{padding-left:2.75rem}.tw-single .\32xl\:pl-12{padding-left:3rem}.tw-single .\32xl\:pl-14{padding-left:3.5rem}.tw-single .\32xl\:pl-16{padding-left:4rem}.tw-single .\32xl\:pl-20{padding-left:5rem}.tw-single .\32xl\:pl-24{padding-left:6rem}.tw-single .\32xl\:pl-28{padding-left:7rem}.tw-single .\32xl\:pl-32{padding-left:8rem}.tw-single .\32xl\:pl-36{padding-left:9rem}.tw-single .\32xl\:pl-40{padding-left:10rem}.tw-single .\32xl\:pl-44{padding-left:11rem}.tw-single .\32xl\:pl-48{padding-left:12rem}.tw-single .\32xl\:pl-52{padding-left:13rem}.tw-single .\32xl\:pl-56{padding-left:14rem}.tw-single .\32xl\:pl-60{padding-left:15rem}.tw-single .\32xl\:pl-64{padding-left:16rem}.tw-single .\32xl\:pl-72{padding-left:18rem}.tw-single .\32xl\:pl-80{padding-left:20rem}.tw-single .\32xl\:pl-96{padding-left:24rem}.tw-single .\32xl\:pl-px{padding-left:1px}.tw-single .\32xl\:pl-0\.5{padding-left:.125rem}.tw-single .\32xl\:pl-1\.5{padding-left:.375rem}.tw-single .\32xl\:pl-2\.5{padding-left:.625rem}.tw-single .\32xl\:pl-3\.5{padding-left:.875rem}.tw-single .\32xl\:text-left{text-align:left}.tw-single .\32xl\:text-center{text-align:center}.tw-single .\32xl\:text-right{text-align:right}.tw-single .\32xl\:text-justify{text-align:justify}.tw-single .\32xl\:align-baseline{vertical-align:baseline}.tw-single .\32xl\:align-top{vertical-align:top}.tw-single .\32xl\:align-middle{vertical-align:middle}.tw-single .\32xl\:align-bottom{vertical-align:bottom}.tw-single .\32xl\:align-text-top{vertical-align:text-top}.tw-single .\32xl\:align-text-bottom{vertical-align:text-bottom}.tw-single .\32xl\:font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.tw-single .\32xl\:font-serif{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.tw-single .\32xl\:font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.tw-single .\32xl\:text-xs{font-size:.75rem;line-height:1rem}.tw-single .\32xl\:text-sm{font-size:.875rem;line-height:1.25rem}.tw-single .\32xl\:text-base{font-size:1rem;line-height:1.5rem}.tw-single .\32xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.tw-single .\32xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.tw-single .\32xl\:text-2xl{font-size:1.5rem;line-height:2rem}.tw-single .\32xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.tw-single .\32xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.tw-single .\32xl\:text-5xl{font-size:3rem;line-height:1}.tw-single .\32xl\:text-6xl{font-size:3.75rem;line-height:1}.tw-single .\32xl\:text-7xl{font-size:4.5rem;line-height:1}.tw-single .\32xl\:text-8xl{font-size:6rem;line-height:1}.tw-single .\32xl\:text-9xl{font-size:8rem;line-height:1}.tw-single .\32xl\:font-thin{font-weight:100}.tw-single .\32xl\:font-extralight{font-weight:200}.tw-single .\32xl\:font-light{font-weight:300}.tw-single .\32xl\:font-normal{font-weight:400}.tw-single .\32xl\:font-medium{font-weight:500}.tw-single .\32xl\:font-semibold{font-weight:600}.tw-single .\32xl\:font-bold{font-weight:700}.tw-single .\32xl\:font-extrabold{font-weight:800}.tw-single .\32xl\:font-black{font-weight:900}.tw-single .\32xl\:uppercase{text-transform:uppercase}.tw-single .\32xl\:lowercase{text-transform:lowercase}.tw-single .\32xl\:capitalize{text-transform:capitalize}.tw-single .\32xl\:normal-case{text-transform:none}.tw-single .\32xl\:italic{font-style:italic}.tw-single .\32xl\:not-italic{font-style:normal}.tw-single .\32xl\:leading-3{line-height:.75rem}.tw-single .\32xl\:leading-4{line-height:1rem}.tw-single .\32xl\:leading-5{line-height:1.25rem}.tw-single .\32xl\:leading-6{line-height:1.5rem}.tw-single .\32xl\:leading-7{line-height:1.75rem}.tw-single .\32xl\:leading-8{line-height:2rem}.tw-single .\32xl\:leading-9{line-height:2.25rem}.tw-single .\32xl\:leading-10{line-height:2.5rem}.tw-single .\32xl\:leading-none{line-height:1}.tw-single .\32xl\:leading-tight{line-height:1.25}.tw-single .\32xl\:leading-snug{line-height:1.375}.tw-single .\32xl\:leading-normal{line-height:1.5}.tw-single .\32xl\:leading-relaxed{line-height:1.625}.tw-single .\32xl\:leading-loose{line-height:2}.tw-single .\32xl\:tracking-tighter{letter-spacing:-.05em}.tw-single .\32xl\:tracking-tight{letter-spacing:-.025em}.tw-single .\32xl\:tracking-normal{letter-spacing:0}.tw-single .\32xl\:tracking-wide{letter-spacing:.025em}.tw-single .\32xl\:tracking-wider{letter-spacing:.05em}.tw-single .\32xl\:tracking-widest{letter-spacing:.1em}.tw-single .\32xl\:text-transparent{color:transparent}.tw-single .\32xl\:text-current{color:currentColor}.tw-single .\32xl\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.tw-single .\32xl\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.tw-single .\32xl\:text-gray-50{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.tw-single .\32xl\:text-gray-100{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.tw-single .\32xl\:text-gray-200{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.tw-single .\32xl\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.tw-single .\32xl\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.tw-single .\32xl\:text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.tw-single .\32xl\:text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.tw-single .\32xl\:text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.tw-single .\32xl\:text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.tw-single .\32xl\:text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.tw-single .\32xl\:text-red-50{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.tw-single .\32xl\:text-red-100{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.tw-single .\32xl\:text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.tw-single .\32xl\:text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.tw-single .\32xl\:text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.tw-single .\32xl\:text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.tw-single .\32xl\:text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.tw-single .\32xl\:text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.tw-single .\32xl\:text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.tw-single .\32xl\:text-red-900{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.tw-single .\32xl\:text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.tw-single .\32xl\:text-yellow-100{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.tw-single .\32xl\:text-yellow-200{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.tw-single .\32xl\:text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.tw-single .\32xl\:text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.tw-single .\32xl\:text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.tw-single .\32xl\:text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.tw-single .\32xl\:text-yellow-700{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.tw-single .\32xl\:text-yellow-800{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.tw-single .\32xl\:text-yellow-900{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.tw-single .\32xl\:text-green-50{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.tw-single .\32xl\:text-green-100{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.tw-single .\32xl\:text-green-200{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.tw-single .\32xl\:text-green-300{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.tw-single .\32xl\:text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.tw-single .\32xl\:text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.tw-single .\32xl\:text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.tw-single .\32xl\:text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.tw-single .\32xl\:text-green-800{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.tw-single .\32xl\:text-green-900{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.tw-single .\32xl\:text-blue-50{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.tw-single .\32xl\:text-blue-100{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.tw-single .\32xl\:text-blue-200{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.tw-single .\32xl\:text-blue-300{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.tw-single .\32xl\:text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.tw-single .\32xl\:text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.tw-single .\32xl\:text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.tw-single .\32xl\:text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.tw-single .\32xl\:text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.tw-single .\32xl\:text-blue-900{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.tw-single .\32xl\:text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.tw-single .\32xl\:text-indigo-100{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.tw-single .\32xl\:text-indigo-200{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.tw-single .\32xl\:text-indigo-300{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.tw-single .\32xl\:text-indigo-400{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.tw-single .\32xl\:text-indigo-500{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.tw-single .\32xl\:text-indigo-600{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.tw-single .\32xl\:text-indigo-700{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.tw-single .\32xl\:text-indigo-800{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.tw-single .\32xl\:text-indigo-900{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.tw-single .\32xl\:text-purple-50{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.tw-single .\32xl\:text-purple-100{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.tw-single .\32xl\:text-purple-200{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.tw-single .\32xl\:text-purple-300{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.tw-single .\32xl\:text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.tw-single .\32xl\:text-purple-500{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.tw-single .\32xl\:text-purple-600{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.tw-single .\32xl\:text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.tw-single .\32xl\:text-purple-800{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.tw-single .\32xl\:text-purple-900{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.tw-single .\32xl\:text-pink-50{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.tw-single .\32xl\:text-pink-100{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.tw-single .\32xl\:text-pink-200{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.tw-single .\32xl\:text-pink-300{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.tw-single .\32xl\:text-pink-400{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.tw-single .\32xl\:text-pink-500{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.tw-single .\32xl\:text-pink-600{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.tw-single .\32xl\:text-pink-700{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.tw-single .\32xl\:text-pink-800{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.tw-single .\32xl\:text-pink-900{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-transparent:hover{color:transparent}.tw-single .\32xl\:hover\:text-current:hover{color:currentColor}.tw-single .\32xl\:hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-gray-50:hover{--tw-text-opacity:1;color:rgba(249,250,251,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgba(243,244,246,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgba(229,231,235,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-red-50:hover{--tw-text-opacity:1;color:rgba(254,242,242,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-red-100:hover{--tw-text-opacity:1;color:rgba(254,226,226,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-red-200:hover{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-red-300:hover{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-red-400:hover{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-red-500:hover{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-red-700:hover{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-red-800:hover{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-red-900:hover{--tw-text-opacity:1;color:rgba(127,29,29,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgba(254,243,199,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-yellow-200:hover{--tw-text-opacity:1;color:rgba(253,230,138,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgba(180,83,9,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgba(146,64,14,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-yellow-900:hover{--tw-text-opacity:1;color:rgba(120,53,15,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-green-50:hover{--tw-text-opacity:1;color:rgba(236,253,245,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-green-100:hover{--tw-text-opacity:1;color:rgba(209,250,229,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-green-200:hover{--tw-text-opacity:1;color:rgba(167,243,208,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-green-300:hover{--tw-text-opacity:1;color:rgba(110,231,183,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-green-400:hover{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-green-500:hover{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-green-600:hover{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-green-700:hover{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-green-800:hover{--tw-text-opacity:1;color:rgba(6,95,70,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-green-900:hover{--tw-text-opacity:1;color:rgba(6,78,59,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-blue-50:hover{--tw-text-opacity:1;color:rgba(239,246,255,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgba(219,234,254,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgba(191,219,254,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgba(224,231,255,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-indigo-200:hover{--tw-text-opacity:1;color:rgba(199,210,254,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgba(165,180,252,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgba(129,140,248,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgba(99,102,241,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgba(79,70,229,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgba(67,56,202,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgba(55,48,163,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgba(49,46,129,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgba(245,243,255,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgba(237,233,254,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-purple-200:hover{--tw-text-opacity:1;color:rgba(221,214,254,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgba(196,181,253,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgba(139,92,246,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgba(124,58,237,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgba(91,33,182,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgba(76,29,149,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-pink-50:hover{--tw-text-opacity:1;color:rgba(253,242,248,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-pink-100:hover{--tw-text-opacity:1;color:rgba(252,231,243,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-pink-200:hover{--tw-text-opacity:1;color:rgba(251,207,232,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-pink-300:hover{--tw-text-opacity:1;color:rgba(249,168,212,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgba(244,114,182,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgba(236,72,153,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-pink-600:hover{--tw-text-opacity:1;color:rgba(219,39,119,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgba(190,24,93,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-pink-800:hover{--tw-text-opacity:1;color:rgba(157,23,77,var(--tw-text-opacity))}.tw-single .\32xl\:hover\:text-pink-900:hover{--tw-text-opacity:1;color:rgba(131,24,67,var(--tw-text-opacity))}.tw-single .\32xl\:underline{text-decoration:underline}.tw-single .\32xl\:line-through{text-decoration:line-through}.tw-single .\32xl\:no-underline{text-decoration:none}.tw-single .\32xl\:focus-within\:underline:focus-within{text-decoration:underline}.tw-single .\32xl\:focus-within\:line-through:focus-within{text-decoration:line-through}.tw-single .\32xl\:focus-within\:no-underline:focus-within{text-decoration:none}.tw-single .\32xl\:hover\:underline:hover{text-decoration:underline}.tw-single .\32xl\:hover\:line-through:hover{text-decoration:line-through}.tw-single .\32xl\:hover\:no-underline:hover{text-decoration:none}.tw-single .\32xl\:focus\:underline:focus{text-decoration:underline}.tw-single .\32xl\:focus\:line-through:focus{text-decoration:line-through}.tw-single .\32xl\:focus\:no-underline:focus{text-decoration:none}.tw-single .\32xl\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tw-single .\32xl\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.tw-single .\32xl\:opacity-0{opacity:0}.tw-single .\32xl\:opacity-5{opacity:.05}.tw-single .\32xl\:opacity-10{opacity:.1}.tw-single .\32xl\:opacity-20{opacity:.2}.tw-single .\32xl\:opacity-25{opacity:.25}.tw-single .\32xl\:opacity-30{opacity:.3}.tw-single .\32xl\:opacity-40{opacity:.4}.tw-single .\32xl\:opacity-50{opacity:.5}.tw-single .\32xl\:opacity-60{opacity:.6}.tw-single .\32xl\:opacity-70{opacity:.7}.tw-single .\32xl\:opacity-75{opacity:.75}.tw-single .\32xl\:opacity-80{opacity:.8}.tw-single .\32xl\:opacity-90{opacity:.9}.tw-single .\32xl\:opacity-95{opacity:.95}.tw-single .\32xl\:opacity-100{opacity:1}.tw-single .\32xl\:focus-within\:opacity-0:focus-within{opacity:0}.tw-single .\32xl\:focus-within\:opacity-5:focus-within{opacity:.05}.tw-single .\32xl\:focus-within\:opacity-10:focus-within{opacity:.1}.tw-single .\32xl\:focus-within\:opacity-20:focus-within{opacity:.2}.tw-single .\32xl\:focus-within\:opacity-25:focus-within{opacity:.25}.tw-single .\32xl\:focus-within\:opacity-30:focus-within{opacity:.3}.tw-single .\32xl\:focus-within\:opacity-40:focus-within{opacity:.4}.tw-single .\32xl\:focus-within\:opacity-50:focus-within{opacity:.5}.tw-single .\32xl\:focus-within\:opacity-60:focus-within{opacity:.6}.tw-single .\32xl\:focus-within\:opacity-70:focus-within{opacity:.7}.tw-single .\32xl\:focus-within\:opacity-75:focus-within{opacity:.75}.tw-single .\32xl\:focus-within\:opacity-80:focus-within{opacity:.8}.tw-single .\32xl\:focus-within\:opacity-90:focus-within{opacity:.9}.tw-single .\32xl\:focus-within\:opacity-95:focus-within{opacity:.95}.tw-single .\32xl\:focus-within\:opacity-100:focus-within{opacity:1}.tw-single .\32xl\:hover\:opacity-0:hover{opacity:0}.tw-single .\32xl\:hover\:opacity-5:hover{opacity:.05}.tw-single .\32xl\:hover\:opacity-10:hover{opacity:.1}.tw-single .\32xl\:hover\:opacity-20:hover{opacity:.2}.tw-single .\32xl\:hover\:opacity-25:hover{opacity:.25}.tw-single .\32xl\:hover\:opacity-30:hover{opacity:.3}.tw-single .\32xl\:hover\:opacity-40:hover{opacity:.4}.tw-single .\32xl\:hover\:opacity-50:hover{opacity:.5}.tw-single .\32xl\:hover\:opacity-60:hover{opacity:.6}.tw-single .\32xl\:hover\:opacity-70:hover{opacity:.7}.tw-single .\32xl\:hover\:opacity-75:hover{opacity:.75}.tw-single .\32xl\:hover\:opacity-80:hover{opacity:.8}.tw-single .\32xl\:hover\:opacity-90:hover{opacity:.9}.tw-single .\32xl\:hover\:opacity-95:hover{opacity:.95}.tw-single .\32xl\:hover\:opacity-100:hover{opacity:1}.tw-single .\32xl\:focus\:opacity-0:focus{opacity:0}.tw-single .\32xl\:focus\:opacity-5:focus{opacity:.05}.tw-single .\32xl\:focus\:opacity-10:focus{opacity:.1}.tw-single .\32xl\:focus\:opacity-20:focus{opacity:.2}.tw-single .\32xl\:focus\:opacity-25:focus{opacity:.25}.tw-single .\32xl\:focus\:opacity-30:focus{opacity:.3}.tw-single .\32xl\:focus\:opacity-40:focus{opacity:.4}.tw-single .\32xl\:focus\:opacity-50:focus{opacity:.5}.tw-single .\32xl\:focus\:opacity-60:focus{opacity:.6}.tw-single .\32xl\:focus\:opacity-70:focus{opacity:.7}.tw-single .\32xl\:focus\:opacity-75:focus{opacity:.75}.tw-single .\32xl\:focus\:opacity-80:focus{opacity:.8}.tw-single .\32xl\:focus\:opacity-90:focus{opacity:.9}.tw-single .\32xl\:focus\:opacity-95:focus{opacity:.95}.tw-single .\32xl\:focus\:opacity-100:focus{opacity:1}.tw-single .\32xl\:bg-blend-normal{background-blend-mode:normal}.tw-single .\32xl\:bg-blend-multiply{background-blend-mode:multiply}.tw-single .\32xl\:bg-blend-screen{background-blend-mode:screen}.tw-single .\32xl\:bg-blend-overlay{background-blend-mode:overlay}.tw-single .\32xl\:bg-blend-darken{background-blend-mode:darken}.tw-single .\32xl\:bg-blend-lighten{background-blend-mode:lighten}.tw-single .\32xl\:bg-blend-color-dodge{background-blend-mode:color-dodge}.tw-single .\32xl\:bg-blend-color-burn{background-blend-mode:color-burn}.tw-single .\32xl\:bg-blend-hard-light{background-blend-mode:hard-light}.tw-single .\32xl\:bg-blend-soft-light{background-blend-mode:soft-light}.tw-single .\32xl\:bg-blend-difference{background-blend-mode:difference}.tw-single .\32xl\:bg-blend-exclusion{background-blend-mode:exclusion}.tw-single .\32xl\:bg-blend-hue{background-blend-mode:hue}.tw-single .\32xl\:bg-blend-saturation{background-blend-mode:saturation}.tw-single .\32xl\:bg-blend-color{background-blend-mode:color}.tw-single .\32xl\:bg-blend-luminosity{background-blend-mode:luminosity}.tw-single .\32xl\:mix-blend-normal{mix-blend-mode:normal}.tw-single .\32xl\:mix-blend-multiply{mix-blend-mode:multiply}.tw-single .\32xl\:mix-blend-screen{mix-blend-mode:screen}.tw-single .\32xl\:mix-blend-overlay{mix-blend-mode:overlay}.tw-single .\32xl\:mix-blend-darken{mix-blend-mode:darken}.tw-single .\32xl\:mix-blend-lighten{mix-blend-mode:lighten}.tw-single .\32xl\:mix-blend-color-dodge{mix-blend-mode:color-dodge}.tw-single .\32xl\:mix-blend-color-burn{mix-blend-mode:color-burn}.tw-single .\32xl\:mix-blend-hard-light{mix-blend-mode:hard-light}.tw-single .\32xl\:mix-blend-soft-light{mix-blend-mode:soft-light}.tw-single .\32xl\:mix-blend-difference{mix-blend-mode:difference}.tw-single .\32xl\:mix-blend-exclusion{mix-blend-mode:exclusion}.tw-single .\32xl\:mix-blend-hue{mix-blend-mode:hue}.tw-single .\32xl\:mix-blend-saturation{mix-blend-mode:saturation}.tw-single .\32xl\:mix-blend-color{mix-blend-mode:color}.tw-single .\32xl\:mix-blend-luminosity{mix-blend-mode:luminosity}.tw-single .\32xl\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:shadow{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus-within\:shadow-sm:focus-within{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus-within\:shadow-md:focus-within{--tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus-within\:shadow-lg:focus-within{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus-within\:shadow-xl:focus-within{--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus-within\:shadow-2xl:focus-within{--tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus-within\:shadow-inner:focus-within{--tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus\:shadow:focus{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus\:shadow-xl:focus{--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus\:shadow-2xl:focus{--tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus\:shadow-inner:focus{--tw-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-single .\32xl\:ring-0{--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)}.tw-single .\32xl\: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)}.tw-single .\32xl\: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)}.tw-single .\32xl\:ring-4{--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)}.tw-single .\32xl\: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)}.tw-single .\32xl\:ring{--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(3px + 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)}.tw-single .\32xl\:focus-within\:ring-0: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(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)}.tw-single .\32xl\:focus-within\:ring-1: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(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)}.tw-single .\32xl\: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)}.tw-single .\32xl\:focus-within\:ring-4: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(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)}.tw-single .\32xl\:focus-within\:ring-8: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(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)}.tw-single .\32xl\:focus-within\:ring: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(3px + 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)}.tw-single .\32xl\: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)}.tw-single .\32xl\:focus\:ring-1: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(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)}.tw-single .\32xl\: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)}.tw-single .\32xl\: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)}.tw-single .\32xl\:focus\:ring-8: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(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)}.tw-single .\32xl\:focus\:ring: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(3px + 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)}.tw-single .\32xl\:ring-inset{--tw-ring-inset:inset}.tw-single .\32xl\:focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.tw-single .\32xl\:focus\:ring-inset:focus{--tw-ring-inset:inset}.tw-single .\32xl\:ring-offset-0{--tw-ring-offset-width:0px}.tw-single .\32xl\:ring-offset-1{--tw-ring-offset-width:1px}.tw-single .\32xl\:ring-offset-2{--tw-ring-offset-width:2px}.tw-single .\32xl\:ring-offset-4{--tw-ring-offset-width:4px}.tw-single .\32xl\:ring-offset-8{--tw-ring-offset-width:8px}.tw-single .\32xl\:focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width:0px}.tw-single .\32xl\:focus-within\:ring-offset-1:focus-within{--tw-ring-offset-width:1px}.tw-single .\32xl\:focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.tw-single .\32xl\:focus-within\:ring-offset-4:focus-within{--tw-ring-offset-width:4px}.tw-single .\32xl\:focus-within\:ring-offset-8:focus-within{--tw-ring-offset-width:8px}.tw-single .\32xl\:focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.tw-single .\32xl\:focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.tw-single .\32xl\:focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.tw-single .\32xl\:focus\:ring-offset-4:focus{--tw-ring-offset-width:4px}.tw-single .\32xl\:focus\:ring-offset-8:focus{--tw-ring-offset-width:8px}.tw-single .\32xl\:transition-none{transition-property:none}.tw-single .\32xl\:transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .\32xl\:transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .\32xl\:transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .\32xl\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .\32xl\:transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .\32xl\:transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.tw-single .\32xl\:delay-75{transition-delay:75ms}.tw-single .\32xl\:delay-100{transition-delay:0.1s}.tw-single .\32xl\:delay-150{transition-delay:150ms}.tw-single .\32xl\:delay-200{transition-delay:0.2s}.tw-single .\32xl\:delay-300{transition-delay:0.3s}.tw-single .\32xl\:delay-500{transition-delay:0.5s}.tw-single .\32xl\:delay-700{transition-delay:0.7s}.tw-single .\32xl\:delay-1000{transition-delay:1s}.tw-single .\32xl\:duration-75{transition-duration:75ms}.tw-single .\32xl\:duration-100{transition-duration:.1s}.tw-single .\32xl\:duration-150{transition-duration:150ms}.tw-single .\32xl\:duration-200{transition-duration:.2s}.tw-single .\32xl\:duration-300{transition-duration:.3s}.tw-single .\32xl\:duration-500{transition-duration:.5s}.tw-single .\32xl\:duration-700{transition-duration:.7s}.tw-single .\32xl\:duration-1000{transition-duration:1s}.tw-single .\32xl\:ease-linear{transition-timing-function:linear}.tw-single .\32xl\:ease-in{transition-timing-function:cubic-bezier(0.4,0,1,1)}.tw-single .\32xl\:ease-out{transition-timing-function:cubic-bezier(0,0,0.2,1)}.tw-single .\32xl\:ease-in-out{transition-timing-function:cubic-bezier(0.4,0,0.2,1)}}
/* Brand color utilities for momnewsdaily (#01adb9 teal family).
   Tailwind 2.0's prebuilt palette has no teal, so these give editors on-brand
   classes: bg-brand, text-brand, border-brand, from-brand, to-brand, ring-brand,
   plus hover:/group-hover: variants. Appended last so they always win. */
.tw-single .bg-brand { background-color: #01adb9; }
.tw-single .bg-brand-dark { background-color: #018a94; }
.tw-single .bg-brand-light { background-color: #e6f7f8; }
.tw-single .text-brand { color: #01adb9; }
.tw-single .text-brand-dark { color: #018a94; }
.tw-single .text-brand-light { color: #a7e6ea; }
.tw-single .border-brand { border-color: #01adb9; }
.tw-single .ring-brand { --tw-ring-color: #01adb9; }
.tw-single .from-brand { --tw-gradient-from: #01adb9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 173, 185, 0)); }
.tw-single .to-brand { --tw-gradient-to: #01adb9; }
.tw-single .to-brand-dark { --tw-gradient-to: #018a94; }
.tw-single .hover\:bg-brand:hover { background-color: #01adb9; }
.tw-single .hover\:bg-brand-dark:hover { background-color: #018a94; }
.tw-single .hover\:text-brand:hover { color: #01adb9; }
.tw-single .hover\:text-brand-dark:hover { color: #018a94; }
.tw-single .group:hover .group-hover\:text-brand { color: #01adb9; }
.tw-single .group:hover .group-hover\:bg-brand { background-color: #01adb9; }

/* Sidebar styling for the "Single Post - Tailwind" template.
   Loaded only on this template (part of dist/styles/tailwind.min.css), so these
   global-looking selectors are effectively template-only. Selectors are prefixed
   with .tw-single to out-specify the theme's global CSS without !important.

   Covers the two sidebar parts that the theme's own CSS doesn't style here:
     1. The "Stay Informed" static-block form (theme form CSS is scoped to
        .blog_sidebar, which this template doesn't use).
     2. The Recent Posts list (kill default bullets + normalize the thumbnail,
        which a webp optimizer re-wraps in <picture>). */

/* ---------------------------------------------------------------- *
 * 1) Newsletter form (static block #174523)                         *
 * ---------------------------------------------------------------- */
.tw-single .tw-sidebar-staticblock .staticblock { text-align: left; }

.tw-single .tw-sidebar-staticblock .news_form,
.tw-single .tw-sidebar-staticblock .widget.card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.85rem;
  padding: 1.5rem;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.tw-single .tw-sidebar-staticblock .widget-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.35rem;
  text-align: left;
  line-height: 1.3;
}

.tw-single .tw-sidebar-staticblock .news_form > p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.55;
  margin: 0 0 1.1rem;
  text-align: left;
}

.tw-single .tw-sidebar-staticblock label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.3rem;
  text-align: left;
}

.tw-single .tw-sidebar-staticblock input[type="text"],
.tw-single .tw-sidebar-staticblock input[type="email"],
.tw-single .tw-sidebar-staticblock input[type="tel"],
.tw-single .tw-sidebar-staticblock input[type="url"],
.tw-single .tw-sidebar-staticblock input[type="number"],
.tw-single .tw-sidebar-staticblock textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  color: #111827;
  line-height: 1.4;
  box-shadow: none;
}

.tw-single .tw-sidebar-staticblock input:focus,
.tw-single .tw-sidebar-staticblock textarea:focus {
  outline: none;
  border-color: #01adb9;
  box-shadow: 0 0 0 3px rgba(1, 173, 185, 0.18);
}

.tw-single .tw-sidebar-staticblock input::placeholder,
.tw-single .tw-sidebar-staticblock textarea::placeholder { color: #9ca3af; }

/* Submit button — brand coloured, full width */
.tw-single .tw-sidebar-staticblock .frm_button_submit,
.tw-single .tw-sidebar-staticblock input[type="submit"],
.tw-single .tw-sidebar-staticblock button[type="submit"] {
  display: inline-block;
  width: auto;
  background: #01adb9;
  color: #fff;
  border: 0;
  border-radius: 9999px;
  padding: 0.6rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 0.25rem;
}
.tw-single .tw-sidebar-staticblock .frm_button_submit:hover,
.tw-single .tw-sidebar-staticblock input[type="submit"]:hover,
.tw-single .tw-sidebar-staticblock button[type="submit"]:hover { background: #018a94; }

/* Keep Formidable's two-up first/last name rows tidy */
.tw-single .tw-sidebar-staticblock .frm_form_field { margin-bottom: 0.9rem; }
.tw-single .tw-sidebar-staticblock .frm_error_style,
.tw-single .tw-sidebar-staticblock .frm_screen_reader { text-align: left; }

/* ---------------------------------------------------------------- *
 * 2) Recent Posts list                                              *
 * ---------------------------------------------------------------- */
.tw-single .tw-sidebar-recent ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tw-single .tw-sidebar-recent li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.tw-single .tw-sidebar-recent li::marker { content: ""; }

.tw-single .tw-sidebar-recent li > a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

/* Thumbnail — normalise whether it's a bare <img> or a webp <picture> wrapper */
.tw-single .tw-sidebar-recent li a > img,
.tw-single .tw-sidebar-recent li a > picture {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}
.tw-single .tw-sidebar-recent li a img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 0.5rem;
  display: block;
}

.tw-single .tw-sidebar-recent li a span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
  color: #374151;
}
.tw-single .tw-sidebar-recent li a:hover span { color: #01adb9; }
