@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::after,
::before {
    --tw-content: ''
}

body,
html {
    font-family: Libre Franklin, Aui-sans-serif, system-ui, Roboto, Helvetica Neue, sans-serif
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    margin: 0;
    line-height: inherit;
    -webkit-hyphens: auto;
    hyphens: auto;
    --tw-text-opacity: 1;
    color: rgb(23 23 23/var(--tw-text-opacity))
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset,
menu,
ol,
ul {
    margin: 0;
    padding: 0
}

.textblock ol>p,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none
}

textarea {
    resize: vertical;
    text: black
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,
::after,
::before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

@media (min-width:640px) {
    .container {
        max-width: 640px;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px;
        padding-right: 6rem;
        padding-left: 6rem
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px;
        padding-right: 7rem;
        padding-left: 7rem
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px;
        padding-right: 14rem;
        padding-left: 14rem
    }
}

@media (min-width:1900px) {
    .container {
        max-width: 1900px
    }
}

.prose {
    color: rgb(23 23 23);
    max-width: 65ch
}

.prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~=not-prose] *)) {
    color: #c0161c;
    text-decoration: underline;
    font-weight: 500
}

.prose :where(strong):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
    font-family: inherit
}

.prose :where(ol):not(:where([class~=not-prose] *)) {
    list-style-type: decimal;
    padding-left: 1.625em
}

.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose] *)) {
    list-style-type: disc;
    padding-left: 1.625em
}

.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.prose :where(blockquote):not(:where([class~=not-prose] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: .25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "“" "”" "‘" "’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *))::before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *))::after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
    font-weight: 900
}

.prose :where(h2):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
    font-weight: 800
}

.prose :where(h3):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700
}

.prose :where(h4):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700
}

.prose :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: .875em
}

.prose :where(code):not(:where([class~=not-prose] *))::after,
.prose :where(code):not(:where([class~=not-prose] *))::before {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-links)
}

.prose :where(pre):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding: .8571429em 1.1428571em
}

.prose :where(pre code):not(:where([class~=not-prose] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose :where(pre code):not(:where([class~=not-prose] *))::after,
.prose :where(pre code):not(:where([class~=not-prose] *))::before {
    content: none
}

.prose :where(table):not(:where([class~=not-prose] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose :where(thead):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose] *)) {
    vertical-align: baseline;
    padding: .5714286em
}

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where(figure):not(:where([class~=not-prose] *)),
.prose :where(img):not(:where([class~=not-prose] *)),
.prose :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose] *)),
.prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose>:where(ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose>:where(ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose>:where(ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose>:where(ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose>:where(ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(h2+*):not(:where([class~=not-prose] *)),
.prose :where(h3+*):not(:where([class~=not-prose] *)),
.prose :where(h4+*):not(:where([class~=not-prose] *)),
.prose :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose>:where(:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose>:where(:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-sm {
    font-size: .875rem;
    line-height: 1.7142857
}

.prose-sm :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em
}

.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-sm :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em
}

.prose-sm :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: .8em;
    line-height: 1.2
}

.prose-sm :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: .8em;
    line-height: 1.4
}

.prose-sm :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-sm :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.4285714em;
    margin-bottom: .5714286em;
    line-height: 1.4285714
}

.prose-sm :where(figure):not(:where([class~=not-prose] *)),
.prose-sm :where(img):not(:where([class~=not-prose] *)),
.prose-sm :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-sm :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.3333333;
    margin-top: .6666667em
}

.prose-sm :where(code):not(:where([class~=not-prose] *)) {
    font-size: .8571429em
}

.prose-sm :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-sm :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-sm :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: .25rem;
    padding: .6666667em 1em
}

.prose-sm :where(ol):not(:where([class~=not-prose] *)),
.prose-sm :where(ul):not(:where([class~=not-prose] *)) {
    padding-left: 1.5714286em
}

.prose-sm :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .2857143em;
    margin-bottom: .2857143em
}

.prose-sm :where(ol>li):not(:where([class~=not-prose] *)),
.prose-sm :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm>:where(ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm>:where(ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm>:where(ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm>:where(ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm>:where(ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em
}

.prose-sm :where(h2+*):not(:where([class~=not-prose] *)),
.prose-sm :where(h3+*):not(:where([class~=not-prose] *)),
.prose-sm :where(h4+*):not(:where([class~=not-prose] *)),
.prose-sm :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(table):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.5
}

.prose-sm :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: 1em;
    padding-bottom: .6666667em;
    padding-left: 1em
}

.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-sm :where(tbody td):not(:where([class~=not-prose] *)) {
    padding: .6666667em 1em
}

.prose-sm :where(tbody td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(tbody td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-sm>:where(:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm>:where(:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778
}

.prose-lg :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em
}

.prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em
}

.prose-lg :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em
}

.prose-lg :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: .8333333em;
    line-height: 1
}

.prose-lg :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333
}

.prose-lg :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: .6666667em;
    line-height: 1.5
}

.prose-lg :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-lg :where(figure):not(:where([class~=not-prose] *)),
.prose-lg :where(img):not(:where([class~=not-prose] *)),
.prose-lg :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-lg :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.5;
    margin-top: 1em
}

.prose-lg :where(code):not(:where([class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-lg :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .8666667em
}

.prose-lg :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .875em
}

.prose-lg :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: .375rem;
    padding: 1em 1.5em
}

.prose-lg :where(ol):not(:where([class~=not-prose] *)),
.prose-lg :where(ul):not(:where([class~=not-prose] *)) {
    padding-left: 1.5555556em
}

.prose-lg :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .6666667em;
    margin-bottom: .6666667em
}

.prose-lg :where(ol>li):not(:where([class~=not-prose] *)),
.prose-lg :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4444444em
}

.prose-lg>:where(ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-lg>:where(ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg>:where(ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg>:where(ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg>:where(ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-lg :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em
}

.prose-lg :where(h2+*):not(:where([class~=not-prose] *)),
.prose-lg :where(h3+*):not(:where([class~=not-prose] *)),
.prose-lg :where(h4+*):not(:where([class~=not-prose] *)),
.prose-lg :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(table):not(:where([class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.5
}

.prose-lg :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: .75em;
    padding-bottom: .75em;
    padding-left: .75em
}

.prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-lg :where(tbody td):not(:where([class~=not-prose] *)) {
    padding: .75em
}

.prose-lg :where(tbody td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-lg :where(tbody td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-lg>:where(:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg>:where(:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.static {
    position: static !important
}

.fixed {
    position: fixed !important
}

.absolute {
    position: absolute !important
}

.relative {
    position: relative !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.right-0 {
    right: 0 !important
}

.bottom-2 {
    bottom: .5rem !important
}

.top-0 {
    top: 0 !important
}

.z-0 {
    z-index: 0 !important
}

.z-50 {
    z-index: 50 !important
}

.z-\[9999\] {
    z-index: 9999 !important
}

.z-900 {
    z-index: 900 !important
}

.z-20 {
    z-index: 20 !important
}

.z-40 {
    z-index: 40 !important
}

.-z-50 {
    z-index: -50 !important
}

.col-span-1 {
    grid-column: span 1/span 1 !important
}

.col-span-full {
    grid-column: 1/-1 !important
}

.col-span-12 {
    grid-column: span 12/span 12 !important
}

.col-span-2 {
    grid-column: span 2/span 2 !important
}

.col-span-5 {
    grid-column: span 5/span 5 !important
}

.col-span-11 {
    grid-column: span 11/span 11 !important
}

.col-start-2 {
    grid-column-start: 2 !important
}

.col-start-1 {
    grid-column-start: 1 !important
}

.col-start-10 {
    grid-column-start: 10 !important
}

.col-start-12 {
    grid-column-start: 12 !important
}

.col-start-7 {
    grid-column-start: 7 !important
}

.col-end-13 {
    grid-column-end: 13 !important
}

.col-end-11 {
    grid-column-end: 11 !important
}

.col-end-7 {
    grid-column-end: 7 !important
}

.row-span-2 {
    grid-row: span 2/span 2 !important
}

.row-span-4 {
    grid-row: span 4/span 4 !important
}

.row-start-1 {
    grid-row-start: 1 !important
}

.float-right {
    float: right !important
}

.m-auto {
    margin: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
}

.my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 2.5rem !important
}

.mb-20 {
    margin-bottom: 5rem !important
}

.mt-5 {
    margin-top: 1.25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-6 {
    margin-bottom: 1.5rem !important
}

.mr-4 {
    margin-right: 1rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.mb-8 {
    margin-bottom: 2rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-5 {
    margin-bottom: 1.25rem !important
}

.ml-14 {
    margin-left: 3.5rem !important
}

.-mt-0 {
    margin-top: 0 !important
}

.mt-20 {
    margin-top: 5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.ml-4 {
    margin-left: 1rem !important
}

.mb-16 {
    margin-bottom: 4rem !important
}

.mt-4 {
    margin-top: 1rem !important
}

.mb-24 {
    margin-bottom: 6rem !important
}

.ml-auto {
    margin-left: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-40 {
    margin-bottom: 10rem !important
}

.-ml-8 {
    margin-left: -2rem !important
}

.mb-32 {
    margin-bottom: 8rem !important
}

.-mb-4 {
    margin-bottom: -1rem !important
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

.flex {
    display: flex !important
}

.inline-flex {
    display: inline-flex !important
}

.table {
    display: table !important
}

.grid {
    display: grid !important
}

.hidden {
    display: none !important
}

.aspect-video {
    aspect-ratio: 16/9 !important
}

.h-full {
    height: 100% !important
}

.h-screen {
    height: 100vh !important
}

.h-28 {
    height: 7rem !important
}

.\!h-auto {
    height: auto !important
}

.h-12 {
    height: 3rem !important
}

.h-2 {
    height: .5rem !important
}

.w-full {
    width: 100% !important
}

.w-14 {
    width: 3.5rem !important
}

.w-32 {
    width: 8rem !important
}

.w-1\/2 {
    width: 50% !important
}

.w-40 {
    width: 10rem !important
}

.w-48 {
    width: 12rem !important
}

.w-8 {
    width: 2rem !important
}

.w-20 {
    width: 5rem !important
}

.w-1\/5 {
    width: 20% !important
}

.w-4\/5 {
    width: 80% !important
}

.w-10 {
    width: 2.5rem !important
}

.max-w-full {
    max-width: 100% !important
}

.max-w-prose {
    max-width: 65ch !important
}

.max-w-xl {
    max-width: 36rem !important
}

.flex-1 {
    flex: 1 1 0% !important
}

.grow {
    flex-grow: 1 !important
}

.rotate-180 {
    --tw-rotate: 180deg !important
}

.rotate-180,
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.resize {
    resize: both !important
}

.list-disc {
    list-style-type: disc !important
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important
}

.flex-col {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.place-content-center {
    place-content: center !important
}

.place-content-end {
    place-content: end !important
}

.content-start {
    align-content: flex-start !important
}

.content-end {
    align-content: flex-end !important
}

.content-between {
    align-content: space-between !important
}

.items-start {
    align-items: flex-start !important
}

.items-end {
    align-items: flex-end !important
}

.items-center {
    align-items: center !important
}

.justify-start {
    justify-content: flex-start !important
}

.justify-end {
    justify-content: flex-end !important
}

.justify-center {
    justify-content: center !important
}

.justify-between {
    justify-content: space-between !important
}

.gap-6 {
    gap: 1.5rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-4 {
    gap: 1rem !important
}

.gap-20 {
    gap: 5rem !important
}

.gap-10 {
    gap: 2.5rem !important
}

.gap-x-5 {
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important
}

.gap-x-8 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(.5rem*var(--tw-space-x-reverse)) !important;
    margin-left: calc(.5rem*calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem*var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem*calc(1 - var(--tw-space-x-reverse))) !important
}

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(.25rem*calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(.25rem*var(--tw-space-y-reverse)) !important
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(.5rem*calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse)) !important
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(.25rem*var(--tw-space-x-reverse)) !important;
    margin-left: calc(.25rem*calc(1 - var(--tw-space-x-reverse))) !important
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem*calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem*var(--tw-space-y-reverse)) !important
}

.space-y-20>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem*calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem*var(--tw-space-y-reverse)) !important
}

.space-x-5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem*calc(1 - var(--tw-space-x-reverse))) !important
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(.75rem*var(--tw-space-x-reverse)) !important;
    margin-left: calc(.75rem*calc(1 - var(--tw-space-x-reverse))) !important
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px*calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse)) !important
}

.divide-black>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(0 0 0/var(--tw-divide-opacity)) !important
}

.place-self-start {
    place-self: start !important
}

.self-start {
    align-self: flex-start !important
}

.self-end {
    align-self: flex-end !important
}

.overflow-hidden {
    overflow: hidden !important
}

.break-words {
    overflow-wrap: break-word !important
}

.rounded-full {
    border-radius: 9999px !important
}

.rounded {
    border-radius: .25rem !important
}

.border {
    border-width: 1px !important
}

.border-0 {
    border-width: 0 !important
}

.border-2 {
    border-width: 2px !important
}

.border-b {
    border-bottom-width: 1px !important
}

.border-t-2 {
    border-top-width: 2px !important
}

.border-b-4 {
    border-bottom-width: 4px !important
}

.border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0/var(--tw-border-opacity)) !important
}

.border-red-500,
.border-red-600,
.border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(192 22 28/var(--tw-border-opacity)) !important
}

.border-red-600,
.border-white {
    border-color: rgb(172 2 8/var(--tw-border-opacity)) !important
}

.border-white {
    border-color: rgb(255 255 255/var(--tw-border-opacity)) !important
}

.border-gray-200,
.border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(212 42 48/var(--tw-border-opacity)) !important
}

.border-gray-200 {
    border-color: rgb(229 231 235/var(--tw-border-opacity)) !important
}

.border-opacity-30 {
    --tw-border-opacity: 0.3 !important
}

.bg-red-100\/50 {
    background-color: rgb(255 102 108/.5) !important
}

.bg-green-100\/50 {
    background-color: rgb(220 252 231/.5) !important
}

.bg-blue-100\/50 {
    background-color: rgb(219 234 254/.5) !important
}

.bg-yellow-100\/50 {
    background-color: rgb(254 249 195/.5) !important
}

.bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(192 22 28/var(--tw-bg-opacity)) !important
}

.bg-neutral-100,
.bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(245 245 245/var(--tw-bg-opacity)) !important
}

.bg-red-400 {
    background-color: rgb(212 42 48/var(--tw-bg-opacity)) !important
}

.bg-green-600,
.bg-green-700,
.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(21 128 61/var(--tw-bg-opacity)) !important
}

.bg-green-600,
.bg-white {
    background-color: rgb(22 163 74/var(--tw-bg-opacity)) !important
}

.bg-white {
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important
}

.bg-gray-800,
.bg-gray-900,
.bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(31 41 55/var(--tw-bg-opacity)) !important
}

.bg-gray-900,
.bg-red-100 {
    background-color: rgb(17 24 39/var(--tw-bg-opacity)) !important
}

.bg-red-100 {
    background-color: rgb(255 102 108/var(--tw-bg-opacity)) !important
}

.bg-gray-100,
.bg-gray-200,
.bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(156 163 175/var(--tw-bg-opacity)) !important
}

.bg-gray-100,
.bg-gray-200 {
    background-color: rgb(243 244 246/var(--tw-bg-opacity)) !important
}

.bg-gray-200 {
    background-color: rgb(229 231 235/var(--tw-bg-opacity)) !important
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important
}

.from-gray-900\/60,
.from-gray-900\/80 {
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(17 24 39 / 0)) !important
}

.from-gray-900\/80 {
    --tw-gradient-from: rgb(17 24 39 / 0.8) !important
}

.from-gray-900\/60 {
    --tw-gradient-from: rgb(17 24 39 / 0.6) !important
}

.stroke-red-500 {
    stroke: #c0161c !important
}

.stroke-white {
    stroke: #fff !important
}

.stroke-current {
    stroke: currentColor !important
}

.object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.p-0\.5 {
    padding: .125rem !important
}

.p-0 {
    padding: 0 !important
}

.p-3 {
    padding: .75rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-5 {
    padding: 1.25rem !important
}

.p-1 {
    padding: .25rem !important
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.py-2\.5 {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important
}

.px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pb-3 {
    padding-bottom: .75rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pt-20 {
    padding-top: 5rem !important
}

.pb-4 {
    padding-bottom: 1rem !important
}

.pb-10 {
    padding-bottom: 2.5rem !important
}

.pr-4 {
    padding-right: 1rem !important
}

.pt-28 {
    padding-top: 7rem !important
}

.pt-3 {
    padding-top: .75rem !important
}

.pt-8 {
    padding-top: 2rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pb-20 {
    padding-bottom: 5rem !important
}

.pt-16 {
    padding-top: 4rem !important
}

.pt-4 {
    padding-top: 1rem !important
}

.pb-8 {
    padding-bottom: 2rem !important
}

.pt-5 {
    padding-top: 1.25rem !important
}

.pr-5 {
    padding-right: 1.25rem !important
}

.pb-12 {
    padding-bottom: 3rem !important
}

.pt-10 {
    padding-top: 2.5rem !important
}

.pb-5 {
    padding-bottom: 1.25rem !important
}

.pr-40 {
    padding-right: 10rem !important
}

.pt-6 {
    padding-top: 1.5rem !important
}

.pl-4 {
    padding-left: 1rem !important
}

.pr-8 {
    padding-right: 2rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.align-bottom {
    vertical-align: bottom !important
}

.font-sans {
    font-family: Libre Franklin, Aui-sans-serif, system-ui, Roboto, Helvetica Neue, sans-serif !important
}

.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important
}

.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important
}

.text-sm {
    font-size: .875rem !important;
    line-height: 1.25rem !important
}

.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important
}

.text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important
}

.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important
}

.text-xs {
    font-size: .75rem !important;
    line-height: 1rem !important
}

.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important
}

.font-bold {
    font-weight: 700 !important
}

.font-normal {
    font-weight: 400 !important
}

.font-light {
    font-weight: 300 !important
}

.font-medium {
    font-weight: 500 !important
}

.uppercase {
    text-transform: uppercase !important
}

.capitalize {
    text-transform: capitalize !important
}

.not-italic {
    font-style: normal !important
}

.leading-loose {
    line-height: 2 !important
}

.leading-snug {
    line-height: 1.375 !important
}

.leading-normal {
    line-height: 1.5 !important
}

.text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(132 0 0/var(--tw-text-opacity)) !important
}

.text-blue-800,
.text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(22 101 52/var(--tw-text-opacity)) !important
}

.text-blue-800 {
    color: rgb(30 64 175/var(--tw-text-opacity)) !important
}

.text-red-500,
.text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(133 77 14/var(--tw-text-opacity)) !important
}

.text-red-500 {
    color: rgb(192 22 28/var(--tw-text-opacity)) !important
}

.text-gray-400,
.text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128/var(--tw-text-opacity)) !important
}

.text-gray-400 {
    color: rgb(156 163 175/var(--tw-text-opacity)) !important
}

.text-black,
.text-gray-900,
.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.text-black,
.text-gray-900 {
    color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.text-gray-900 {
    color: rgb(17 24 39/var(--tw-text-opacity)) !important
}

.text-gray-100,
.text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(243 244 246/var(--tw-text-opacity)) !important
}

.text-gray-700 {
    color: rgb(55 65 81/var(--tw-text-opacity)) !important
}

.text-purple-200\/60 {
    color: rgb(233 213 255/.6) !important
}

.text-white\/80 {
    color: rgb(255 255 255/.8) !important
}

.underline {
    text-decoration-line: underline !important
}

.no-underline {
    text-decoration-line: none !important
}

.underline-offset-2 {
    text-underline-offset: 2px !important
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.drop-shadow-2xl,
.drop-shadow-lg {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important
}

.drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important
}

.grayscale {
    --tw-grayscale: grayscale(100%) !important
}

.filter,
.grayscale {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.transition,
.transition-all,
.transition-colors {
    transition-duration: 150ms !important
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.transition-all {
    transition-property: all !important
}

.ease-in-out,
.transition-all {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important
}

.ft-text-sm {
    font-size: clamp(.9090909090909091rem, calc(.9090909090909091rem + ((1.0416666666666667 - .9090909090909091)*((100vw - 20rem)/(96 - 20)))), 1.0416666666666667rem) !important;
    line-height: 1.4 !important
}

.ft-text-base,
.ft-text-lg {
    font-size: clamp(1rem, calc(1rem + ((1.25 - 1)*((100vw - 20rem)/(96 - 20)))), 1.25rem) !important;
    line-height: 1.5 !important
}

.ft-text-lg {
    font-size: clamp(1.1rem, calc(1.1rem + ((1.5 - 1.1)*((100vw - 20rem)/(96 - 20)))), 1.5rem) !important
}

.ft-text-2xl {
    font-size: clamp(1.3310000000000004rem, calc(1.3310000000000004rem + ((2.1599999999999997 - 1.3310000000000004)*((100vw - 20rem)/(96 - 20)))), 2.1599999999999997rem) !important;
    line-height: 1.4 !important
}

.ft-text-6xl {
    font-size: clamp(1.9487171000000012rem, calc(1.9487171000000012rem + ((4.478975999999999 - 1.9487171000000012)*((100vw - 20rem)/(96 - 20)))), 4.478975999999999rem) !important;
    line-height: 1.3 !important
}

.gridwrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: .5rem
}

.gridmain {
    grid-column-start: 2;
    grid-column-end: 12
}

h1,
h2,
h3,
h4,
strong {
    font-family: Libre Franklin, Aui-sans-serif, system-ui, Roboto, Helvetica Neue, sans-serif
}

.caps {
    font-variant-caps: normal;
    text-transform: uppercase;
    letter-spacing: .05em
}

mark {
    padding: .25rem .5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7/var(--tw-bg-opacity))
}

blockquote p {
    text-indent: -.5ch
}

.textblock ol,
.textblock p,
.textblock ul {
    margin-bottom: 1rem
}

.textblock ol>li,
.textblock ul>li {
    list-style-type: decimal;
    padding-left: .5rem;
    margin-left: 1.25rem
}

.textblock ul>li {
    list-style-type: disc
}

.link {
    background: linear-gradient(#dfeeee 0 0)0 100%/var(--d, 0) 2px no-repeat;
    transition: .3s
}

.link:hover {
    --d: 100%
}

li>a,
p>a {
    --tw-text-opacity: 1;
    color: rgb(192 22 28/var(--tw-text-opacity));
    text-decoration-line: underline
}

.gallery picture:nth-child(1) {
    grid-column: span 7/span 7
}

.gallery picture:nth-child(2) {
    grid-column: span 4/span 4;
    place-self: end;
    padding-bottom: 2.5rem
}

.gallery picture:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 8
}

.gallery picture:nth-child(4) {
    grid-column-start: 8;
    grid-column-end: 13;
    margin-top: -2.5rem
}

figure {
    width: 100%
}

.lazysrcset-ratio>img,
img[data-sizes=auto] {
    display: block;
    width: 100%
}

.lazysrcset-ratio {
    position: relative
}

.lazysrcset-ratio>img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.lazysrcset-ratio>img:after {
    display: block;
    width: 100%;
    height: 0;
    content: ""
}

.fade-in {
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-name: fadeIn
}

.formfield__file,
form * p {
    color: #fff
}

form input[name=captcha-input] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
    padding: .5rem;
    margin-bottom: .5rem
}

.formfield__file,
form * p,
form input[name="upload[]"],
form label {
    font-size: clamp(.9090909090909091rem, calc(.9090909090909091rem + ((1.0416666666666667 - .9090909090909091)*((100vw - 20rem)/(96 - 20)))), 1.0416666666666667rem);
    line-height: 1.4
}

form input[name="upload[]"] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

#nachricht {
    padding: .25rem .5rem
}

.form-block-success p,
form label {
    color: #fff
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: flex;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list,
.splide__track--ttb>.splide__list {
    display: block
}

.splide__track--fade>.splide__list>.splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: transparent
}

.splide__slide:focus {
    outline: 0
}

@supports (outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

.splide__list {
    height: auto
}

.splide__slide {
    display: flex
}

.splide__pagination__page.is-active {
    background: #333;
    transform: scale(2);
    margin: 0 6px;
    background: #c0161c
}

.splide__pagination__page {
    background: #ccc;
    opacity: 100
}

.splide__arrow {
    top: 50%
}

.splide__arrow svg {
    fill: #c0161c
}

.splide__arrow--prev {
    opacity: 100;
    left: -2.5em;
    top: 50%;
    background: #fff
}

.splide__arrow--next {
    opacity: 100;
    right: -2.5em;
    background: #fff
}

@media screen and (max-width:700px) {
    .splide__arrow--prev {
        left: -1em;
        top: 5rem
    }

    .splide__arrow--next {
        top: 5rem;
        right: -1em;
        background: #fff
    }
}

@media screen and (max-width:640px) {
    .splide__arrow--prev {
        left: -1em;
        top: 8rem
    }

    .splide__arrow--next {
        top: 8rem;
        right: -1em;
        background: #fff
    }
}

@media screen and (max-width:450px) {
    .splide__arrow--prev {
        left: -1em;
        top: 5em
    }

    .splide__arrow--next {
        top: 5em;
        right: -1em;
        background: #fff
    }
}

.splide__pagination__page {
    transform: scale(1.25);
    background: #c0161c
}

.leaflet-bottom {
    z-index: 800 !important
}

.flow>*+* {
    margin-block-start: var(--flow-space, 2.5em)
}

@media screen and (max-width:640px) {
    .flow>*+* {
        margin-block-start: var(--flow-space, 2.5em)
    }
}

.notification * a {
    color: inherit !important;
    opacity: .7;
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.notification * a:hover {
    opacity: 1
}

.last-of-type\:mb-0:last-of-type {
    margin-bottom: 0 !important
}

.hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.group:hover .group-hover\:border-red-500,
.hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(192 22 28/var(--tw-border-opacity)) !important
}

.group:hover .group-hover\:bg-red-500,
.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(192 22 28/var(--tw-bg-opacity)) !important
}

.group:hover .group-hover\:bg-white,
.hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important
}

.hover\:stroke-black:hover {
    stroke: #000 !important
}

.hover\:text-red-500:hover,
.hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.hover\:text-red-500:hover {
    color: rgb(192 22 28/var(--tw-text-opacity)) !important
}

.hover\:underline:hover {
    text-decoration-line: underline !important
}

.hover\:no-underline:hover {
    text-decoration-line: none !important
}

.hover\:shadow-lg:hover,
.hover\:shadow-md:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important
}

.group:hover .group-hover\:stroke-white {
    stroke: #fff !important
}

.group:hover .group-hover\:stroke-red-500 {
    stroke: #c0161c !important
}

.group:hover .group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39/var(--tw-text-opacity)) !important
}

.group:hover .group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(192 22 28/var(--tw-text-opacity)) !important
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.group:hover .group-hover\:no-underline {
    text-decoration-line: none !important
}

.prose-h2\:m-0 :is(:where(h2):not(:where([class~=not-prose] *))) {
    margin: 0 !important
}

.prose-h2\:mt-0 :is(:where(h2):not(:where([class~=not-prose] *))),
.prose-h3\:mt-0 :is(:where(h3):not(:where([class~=not-prose] *))) {
    margin-top: 0 !important
}

.prose-h3\:leading-tight :is(:where(h3):not(:where([class~=not-prose] *))) {
    line-height: 1.25 !important
}

.prose-h3\:text-white :is(:where(h3):not(:where([class~=not-prose] *))) {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.prose-p\:mb-0 :is(:where(p):not(:where([class~=not-prose] *))) {
    margin-bottom: 0 !important
}

.prose-a\:text-white :is(:where(a):not(:where([class~=not-prose] *))),
.prose-p\:text-white :is(:where(p):not(:where([class~=not-prose] *))) {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.prose-a\:underline :is(:where(a):not(:where([class~=not-prose] *))) {
    text-decoration-line: underline !important
}

.prose-figure\:p-0 :is(:where(figure):not(:where([class~=not-prose] *))) {
    padding: 0 !important
}

.prose-ol\:list-decimal :is(:where(ol):not(:where([class~=not-prose] *))) {
    list-style-type: decimal !important
}

.prose-ol\:leading-normal :is(:where(ol):not(:where([class~=not-prose] *))) {
    line-height: 1.5 !important
}

.prose-ul\:list-disc :is(:where(ul):not(:where([class~=not-prose] *))) {
    list-style-type: disc !important
}

.prose-ul\:p-0 :is(:where(ul):not(:where([class~=not-prose] *))) {
    padding: 0 !important
}

.prose-ul\:leading-normal :is(:where(ul):not(:where([class~=not-prose] *))) {
    line-height: 1.5 !important
}

.prose-li\:m-0 :is(:where(li):not(:where([class~=not-prose] *))) {
    margin: 0 !important
}

.prose-img\:mt-0 :is(:where(img):not(:where([class~=not-prose] *))) {
    margin-top: 0 !important
}

@media (min-width:640px) {
    .sm\:col-span-1 {
        grid-column: span 1/span 1 !important
    }

    .sm\:col-span-6 {
        grid-column: span 6/span 6 !important
    }

    .sm\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important
    }

    .sm\:text-lg,
    .sm\:text-xl {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important
    }

    .sm\:text-xl {
        font-size: 1.25rem !important
    }
}

@media (min-width:768px) {
    .md\:visible {
        visibility: visible !important
    }

    .md\:fixed {
        position: fixed !important
    }

    .md\:absolute {
        position: absolute !important
    }

    .md\:relative {
        position: relative !important
    }

    .md\:top-0 {
        top: 0 !important
    }

    .md\:z-20 {
        z-index: 20 !important
    }

    .md\:col-span-3 {
        grid-column: span 3/span 3 !important
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4 !important
    }

    .md\:col-span-6 {
        grid-column: span 6/span 6 !important
    }

    .md\:col-span-8 {
        grid-column: span 8/span 8 !important
    }

    .md\:col-span-12 {
        grid-column: span 12/span 12 !important
    }

    .md\:col-span-1 {
        grid-column: span 1/span 1 !important
    }

    .md\:col-span-7 {
        grid-column: span 7/span 7 !important
    }

    .md\:col-span-5 {
        grid-column: span 5/span 5 !important
    }

    .md\:col-start-5 {
        grid-column-start: 5 !important
    }

    .md\:col-start-1 {
        grid-column-start: 1 !important
    }

    .md\:col-start-3 {
        grid-column-start: 3 !important
    }

    .md\:col-start-8 {
        grid-column-start: 8 !important
    }

    .md\:col-end-11 {
        grid-column-end: 11 !important
    }

    .md\:col-end-5 {
        grid-column-end: 5 !important
    }

    .md\:col-end-10 {
        grid-column-end: 10 !important
    }

    .md\:my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .md\:my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .md\:-mx-10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important
    }

    .md\:mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .md\:-mx-4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .md\:mb-0 {
        margin-bottom: 0 !important
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem !important
    }

    .md\:mr-8 {
        margin-right: 2rem !important
    }

    .md\:mb-20 {
        margin-bottom: 5rem !important
    }

    .md\:mb-32 {
        margin-bottom: 8rem !important
    }

    .md\:mt-20 {
        margin-top: 5rem !important
    }

    .md\:mb-16 {
        margin-bottom: 4rem !important
    }

    .md\:-mt-32 {
        margin-top: -8rem !important
    }

    .md\:mr-0 {
        margin-right: 0 !important
    }

    .md\:mr-auto {
        margin-right: auto !important
    }

    .md\:ml-0 {
        margin-left: 0 !important
    }

    .md\:mb-40 {
        margin-bottom: 10rem !important
    }

    .md\:mb-8 {
        margin-bottom: 2rem !important
    }

    .md\:ml-auto {
        margin-left: auto !important
    }

    .md\:grid {
        display: grid !important
    }

    .md\:h-full {
        height: 100% !important
    }

    .md\:w-1\/2 {
        width: 50% !important
    }

    .md\:w-3\/4 {
        width: 75% !important
    }

    .md\:w-2\/3 {
        width: 66.666667% !important
    }

    .md\:w-1\/3 {
        width: 33.333333% !important
    }

    .md\:w-48 {
        width: 12rem !important
    }

    .md\:w-\[9\.5rem\] {
        width: 9.5rem !important
    }

    .md\:w-auto {
        width: auto !important
    }

    .md\:w-1\/4 {
        width: 25% !important
    }

    .md\:w-20 {
        width: 5rem !important
    }

    .md\:flex-1 {
        flex: 1 1 0% !important
    }

    .md\:flex-none {
        flex: none !important
    }

    .md\:grow {
        flex-grow: 1 !important
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important
    }

    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important
    }

    .md\:flex-row {
        flex-direction: row !important
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse !important
    }

    .md\:items-center {
        align-items: center !important
    }

    .md\:justify-start {
        justify-content: flex-start !important
    }

    .md\:justify-end {
        justify-content: flex-end !important
    }

    .md\:gap-12 {
        gap: 3rem !important
    }

    .md\:gap-10 {
        gap: 2.5rem !important
    }

    .md\:gap-x-16 {
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .md\:space-y-2>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(.5rem*calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(.5rem*var(--tw-space-y-reverse)) !important
    }

    .md\:space-x-5>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(1.25rem*var(--tw-space-x-reverse)) !important;
        margin-left: calc(1.25rem*calc(1 - var(--tw-space-x-reverse))) !important
    }

    .md\:border {
        border-width: 1px !important
    }

    .md\:border-red-500,
    .md\:border-white {
        --tw-border-opacity: 1 !important;
        border-color: rgb(255 255 255/var(--tw-border-opacity)) !important
    }

    .md\:border-red-500 {
        border-color: rgb(192 22 28/var(--tw-border-opacity)) !important
    }

    .md\:bg-white {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important
    }

    .group:hover .md\:group-hover\:bg-red-500,
    .md\:bg-red-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(192 22 28/var(--tw-bg-opacity)) !important
    }

    .md\:stroke-red-500 {
        stroke: #c0161c !important
    }

    .md\:p-6 {
        padding: 1.5rem !important
    }

    .md\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .md\:px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .md\:py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .md\:py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .md\:px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .md\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .md\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .md\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .md\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .md\:pr-32 {
        padding-right: 8rem !important
    }

    .md\:pb-5 {
        padding-bottom: 1.25rem !important
    }

    .md\:pt-28 {
        padding-top: 7rem !important
    }

    .md\:pb-0 {
        padding-bottom: 0 !important
    }

    .md\:pr-1\.5 {
        padding-right: .375rem !important
    }

    .md\:pr-1 {
        padding-right: .25rem !important
    }

    .md\:pt-20 {
        padding-top: 5rem !important
    }

    .md\:pt-32 {
        padding-top: 8rem !important
    }

    .md\:pb-20 {
        padding-bottom: 5rem !important
    }

    .md\:pb-12 {
        padding-bottom: 3rem !important
    }

    .md\:pr-8 {
        padding-right: 2rem !important
    }

    .md\:pl-0 {
        padding-left: 0 !important
    }

    .md\:pt-10 {
        padding-top: 2.5rem !important
    }

    .md\:pr-40 {
        padding-right: 10rem !important
    }

    .md\:text-left {
        text-align: left !important
    }

    .md\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important
    }

    .md\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important
    }

    .md\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important
    }

    .md\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important
    }

    .md\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1 !important
    }

    .md\:text-red-500,
    .md\:text-white {
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255/var(--tw-text-opacity)) !important
    }

    .md\:text-red-500 {
        color: rgb(192 22 28/var(--tw-text-opacity)) !important
    }

    .md\:no-underline {
        text-decoration-line: none !important
    }

    .md\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
    }

    .group:hover .group-hover\:md\:bg-white {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important
    }

    .group:hover .md\:group-hover\:stroke-white {
        stroke: #fff !important
    }

    .group:hover .md\:group-hover\:stroke-red-500 {
        stroke: #c0161c !important
    }

    .group:hover .md\:group-hover\:text-white {
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255/var(--tw-text-opacity)) !important
    }

    .group:hover .md\:group-hover\:text-red-500 {
        --tw-text-opacity: 1 !important;
        color: rgb(192 22 28/var(--tw-text-opacity)) !important
    }

    .md\:prose-p\:text-white :is(:where(p):not(:where([class~=not-prose] *))) {
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255/var(--tw-text-opacity)) !important
    }
}

@media (min-width:1024px) {
    .lg\:col-span-10 {
        grid-column: span 10/span 10 !important
    }

    .lg\:col-span-1 {
        grid-column: span 1/span 1 !important
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2 !important
    }

    .lg\:col-span-11 {
        grid-column: span 11/span 11 !important
    }

    .lg\:col-end-11 {
        grid-column-end: 11 !important
    }

    .lg\:col-end-8 {
        grid-column-end: 8 !important
    }

    .lg\:my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .lg\:mb-20 {
        margin-bottom: 5rem !important
    }

    .lg\:-mt-0 {
        margin-top: 0 !important
    }

    .lg\:mb-32 {
        margin-bottom: 8rem !important
    }

    .lg\:mb-40 {
        margin-bottom: 10rem !important
    }

    .lg\:block {
        display: block !important
    }

    .lg\:flex {
        display: flex !important
    }

    .lg\:grid {
        display: grid !important
    }

    .lg\:hidden {
        display: none !important
    }

    .lg\:h-auto {
        height: auto !important
    }

    .lg\:w-1\/3 {
        width: 33.333333% !important
    }

    .lg\:w-1\/2 {
        width: 50% !important
    }

    .lg\:w-2\/3 {
        width: 66.666667% !important
    }

    .lg\:w-full {
        width: 100% !important
    }

    .lg\:w-auto {
        width: auto !important
    }

    .lg\:max-w-xl {
        max-width: 36rem !important
    }

    .lg\:flex-none {
        flex: none !important
    }

    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important
    }

    .lg\:flex-row {
        flex-direction: row !important
    }

    .lg\:place-content-end {
        place-content: end !important
    }

    .lg\:items-center {
        align-items: center !important
    }

    .lg\:justify-start {
        justify-content: flex-start !important
    }

    .lg\:gap-20 {
        gap: 5rem !important
    }

    .lg\:space-x-20>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(5rem*var(--tw-space-x-reverse)) !important;
        margin-left: calc(5rem*calc(1 - var(--tw-space-x-reverse))) !important
    }

    .lg\:space-x-10>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(2.5rem*var(--tw-space-x-reverse)) !important;
        margin-left: calc(2.5rem*calc(1 - var(--tw-space-x-reverse))) !important
    }

    .lg\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(0px*calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(0px*var(--tw-space-y-reverse)) !important
    }

    .lg\:self-center {
        align-self: center !important
    }

    .lg\:border-0 {
        border-width: 0 !important
    }

    .lg\:p-10 {
        padding: 2.5rem !important
    }

    .lg\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .lg\:px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .lg\:py-0 {
        padding-top: 0 !important
    }

    .lg\:pb-0,
    .lg\:py-0 {
        padding-bottom: 0 !important
    }

    .lg\:pt-0 {
        padding-top: 0 !important
    }

    .lg\:pl-10 {
        padding-left: 2.5rem !important
    }

    .lg\:pt-64 {
        padding-top: 16rem !important
    }

    .lg\:pr-20 {
        padding-right: 5rem !important
    }

    .lg\:pl-20 {
        padding-left: 5rem !important
    }

    .lg\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important
    }

    .lg\:text-sm {
        font-size: .875rem !important;
        line-height: 1.25rem !important
    }

    .lg\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important
    }

    .lg\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important
    }

    .lg\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important
    }

    .lg\:text-5xl {
        font-size: 3rem !important;
        line-height: 1 !important
    }

    .lg\:leading-tight {
        line-height: 1.25 !important
    }

    .lg\:shadow-none {
        --tw-shadow: 0 0 #0000 !important;
        --tw-shadow-colored: 0 0 #0000 !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
    }

    .lg\:ft-text-lg {
        font-size: clamp(1.1rem, calc(1.1rem + ((1.5 - 1.1)*((100vw - 20rem)/(96 - 20)))), 1.5rem) !important;
        line-height: 1.5 !important
    }
}

@media (min-width:1280px) {
    .xl\:col-span-6 {
        grid-column: span 6/span 6 !important
    }

    .xl\:col-span-4 {
        grid-column: span 4/span 4 !important
    }

    .xl\:col-start-8 {
        grid-column-start: 8 !important
    }

    .xl\:col-start-3 {
        grid-column-start: 3 !important
    }

    .xl\:col-start-7 {
        grid-column-start: 7 !important
    }

    .xl\:col-end-6 {
        grid-column-end: 6 !important
    }

    .xl\:w-1\/2 {
        width: 50% !important
    }

    .xl\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important
    }

    .xl\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1 !important
    }

    .xl\:leading-tight {
        line-height: 1.25 !important
    }
}