.container {

        width: 100%;

        margin-right: auto;

        margin-left: auto;

        padding-right: 1rem;

        padding-left: 1rem;
}
@media (min-width: 360px) {
        .container {

                max-width: 360px;
        }
}
@media (min-width: 460px) {
        .container {

                max-width: 460px;
        }
}
@media (min-width: 640px) {
        .container {

                max-width: 640px;
        }
}
@media (min-width: 768px) {
        .container {

                max-width: 768px;
        }
}
@media (min-width: 1024px) {
        .container {

                max-width: 1024px;

                padding-right: 2rem;

                padding-left: 2rem;
        }
}
@media (min-width: 1352px) {
        .container {

                max-width: 1352px;
        }
}
@media (min-width: 1452px) {
        .container {

                max-width: 1452px;
        }
}
.prose {

        color: var(--tw-prose-body);

        max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.25em;

        margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {

        color: var(--tw-prose-links);

        text-decoration: underline;

        font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-bold);

        font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: decimal;

        margin-top: 1.25em;

        margin-bottom: 1.25em;

        padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: disc;

        margin-top: 1.25em;

        margin-bottom: 1.25em;

        padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {

        font-weight: 400;

        color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {

        color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-headings);

        font-weight: 600;

        margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {

        font-weight: 500;

        font-style: italic;

        color: var(--tw-prose-quotes);

        border-inline-start-width: 0.25rem;

        border-inline-start-color: var(--tw-prose-quote-borders);

        quotes: "\201C""\201D""\2018""\2019";

        margin-top: 1.6em;

        margin-bottom: 1.6em;

        padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {

        content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {

        content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-headings);

        font-weight: 800;

        font-size: 2.25em;

        margin-top: 0;

        margin-bottom: 0.8888889em;

        line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-weight: 900;

        color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {

        font-weight: 800;

        color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-headings);

        font-weight: 600;

        font-size: 1.25em;

        margin-top: 1.6em;

        margin-bottom: 0.6em;

        line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-weight: 700;

        color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-headings);

        font-weight: 600;

        margin-top: 1.5em;

        margin-bottom: 0.5em;

        line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-weight: 700;

        color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 2em;

        margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        display: block;

        margin-top: 2em;

        margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 2em;

        margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-weight: 500;

        font-family: inherit;

        color: var(--tw-prose-kbd);

        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);

        font-size: 0.875em;

        border-radius: 0.3125rem;

        padding-top: 0.1875em;

        padding-inline-end: 0.375em;

        padding-bottom: 0.1875em;

        padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-code);

        font-weight: 600;

        font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {

        content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {

        content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;

        font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;

        font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-pre-code);

        background-color: var(--tw-prose-pre-bg);

        overflow-x: auto;

        font-weight: 400;

        font-size: 0.875em;

        line-height: 1.7142857;

        margin-top: 1.7142857em;

        margin-bottom: 1.7142857em;

        border-radius: 0.375rem;

        padding-top: 0.8571429em;

        padding-inline-end: 1.1428571em;

        padding-bottom: 0.8571429em;

        padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before {

        content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {

        content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        width: 100%;

        table-layout: auto;

        margin-top: 2em;

        margin-bottom: 2em;

        font-size: 0.875em;

        line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        border-bottom-width: 1px;

        border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-headings);

        font-weight: 600;

        vertical-align: bottom;

        padding-inline-end: 0.5714286em;

        padding-bottom: 0.5714286em;

        padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {

        border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        border-top-width: 1px;

        border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;

        margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-captions);

        font-size: 0.875em;

        line-height: 1.4285714;

        margin-top: 0.8571429em;
}
.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-kbd: #111827;

        --tw-prose-kbd-shadows: 17 24 39;

        --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-kbd: #fff;

        --tw-prose-invert-kbd-shadows: 255 255 255;

        --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(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;

        margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.5em;

        margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.75em;

        margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.75em;

        margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.25em;

        margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.5em;

        padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-top: 0.5714286em;

        padding-inline-end: 0.5714286em;

        padding-bottom: 0.5714286em;

        padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 2em;

        margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-bottom: 0;
}
.prose-sm {

        font-size: 0.875rem;

        line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.1428571em;

        margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.2857143em;

        line-height: 1.5555556;

        margin-top: 0.8888889em;

        margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.3333333em;

        margin-bottom: 1.3333333em;

        padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 2.1428571em;

        margin-top: 0;

        margin-bottom: 0.8em;

        line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.4285714em;

        margin-top: 1.6em;

        margin-bottom: 0.8em;

        line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.2857143em;

        margin-top: 1.5555556em;

        margin-bottom: 0.4444444em;

        line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.4285714em;

        margin-bottom: 0.5714286em;

        line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.7142857em;

        margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.7142857em;

        margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;

        margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.7142857em;

        margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8571429em;

        border-radius: 0.3125rem;

        padding-top: 0.1428571em;

        padding-inline-end: 0.3571429em;

        padding-bottom: 0.1428571em;

        padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8571429em;

        line-height: 1.6666667;

        margin-top: 1.6666667em;

        margin-bottom: 1.6666667em;

        border-radius: 0.25rem;

        padding-top: 0.6666667em;

        padding-inline-end: 1em;

        padding-bottom: 0.6666667em;

        padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.1428571em;

        margin-bottom: 1.1428571em;

        padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.1428571em;

        margin-bottom: 1.1428571em;

        padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.2857143em;

        margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.5714286em;

        margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.5714286em;

        margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.1428571em;

        margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.2857143em;

        padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 2.8571429em;

        margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8571429em;

        line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-end: 1em;

        padding-bottom: 0.6666667em;

        padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-top: 0.6666667em;

        padding-inline-end: 1em;

        padding-bottom: 0.6666667em;

        padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.7142857em;

        margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;

        margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8571429em;

        line-height: 1.3333333;

        margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {

        margin-top: 1.3333333em;

        margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {

        margin-top: 1.6666667em;

        margin-bottom: 1.6666667em;

        padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 2.6666667em;

        margin-top: 0;

        margin-bottom: 0.8333333em;

        line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {

        font-size: 1.3333333em;

        margin-top: 1.6666667em;

        margin-bottom: 0.6666667em;

        line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.7777778em;

        margin-bottom: 0.4444444em;

        line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.7777778em;

        margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.7777778em;

        margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;

        margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.7777778em;

        margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8888889em;

        border-radius: 0.3125rem;

        padding-top: 0.2222222em;

        padding-inline-end: 0.4444444em;

        padding-bottom: 0.2222222em;

        padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8888889em;

        line-height: 1.75;

        margin-top: 2em;

        margin-bottom: 2em;

        border-radius: 0.375rem;

        padding-top: 1em;

        padding-inline-end: 1.5em;

        padding-bottom: 1em;

        padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.3333333em;

        margin-bottom: 1.3333333em;

        padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.3333333em;

        margin-bottom: 1.3333333em;

        padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.6666667em;

        margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.8888889em;

        margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.8888889em;

        margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.3333333em;

        margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.6666667em;

        padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 3.1111111em;

        margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8888889em;

        line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-end: 0.75em;

        padding-bottom: 0.75em;

        padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-top: 0.75em;

        padding-inline-end: 0.75em;

        padding-bottom: 0.75em;

        padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 1.7777778em;

        margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;

        margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 0.8888889em;

        line-height: 1.5;

        margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-bottom: 0;
}
    .material-symbols-rounded {

        transition-property: all;

        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

        transition-duration: 200ms;

        font-family: "Material Symbols Rounded";
        font-weight: normal;
        font-style: normal;
        font-size: 24px; /* preferred icon size */
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-user-select: none;
                user-select: none;
        position: relative;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        font-variation-settings:
            "FILL" 0,
            "wght" 400,
            "GRAD" 0,
            "opsz" 24;
}

    .material-symbols-o {
        font-variation-settings:
            "FILL" 0,
            "wght" 400,
            "GRAD" 0,
            "opsz" 24;
    }

    .material-symbols-s {
        font-variation-settings:
            "FILL" 1,
            "wght" 400,
            "GRAD" 0,
            "opsz" 24;
    }

    .icon-16px {

        max-width: 1rem !important;

        font-size: 1rem !important;
}

    .icon-18px {

        max-width: 1.125rem !important;

        font-size: 1.125rem !important;
}

    .icon-24px {

        max-width: 1.5rem !important;

        font-size: 1.5rem !important;
}

    .icon-28px {

        max-width: 1.75rem !important;

        font-size: 1.75rem !important;
}

    .icon-32px {

        max-width: 2rem !important;

        font-size: 2rem !important;
}

    .icon-40px {

        max-width: 2.5rem !important;

        font-size: 2.5rem !important;
}

    @media (min-width: 1024px) {
        .lg\:prose-lg {

                font-size: 1.125rem;

                line-height: 1.7777778;
        }
        .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.3333333em;

                margin-bottom: 1.3333333em;
        }
        .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 1.2222222em;

                line-height: 1.4545455;

                margin-top: 1.0909091em;

                margin-bottom: 1.0909091em;
        }
        .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.6666667em;

                margin-bottom: 1.6666667em;

                padding-inline-start: 1em;
        }
        .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 2.6666667em;

                margin-top: 0;

                margin-bottom: 0.8333333em;

                line-height: 1;
        }
        .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 1.6666667em;

                margin-top: 1.8666667em;

                margin-bottom: 1.0666667em;

                line-height: 1.3333333;
        }
        .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 1.3333333em;

                margin-top: 1.6666667em;

                margin-bottom: 0.6666667em;

                line-height: 1.5;
        }
        .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.7777778em;

                margin-bottom: 0.4444444em;

                line-height: 1.5555556;
        }
        .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.7777778em;

                margin-bottom: 1.7777778em;
        }
        .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.7777778em;

                margin-bottom: 1.7777778em;
        }
        .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0;

                margin-bottom: 0;
        }
        .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.7777778em;

                margin-bottom: 1.7777778em;
        }
        .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 0.8888889em;

                border-radius: 0.3125rem;

                padding-top: 0.2222222em;

                padding-inline-end: 0.4444444em;

                padding-bottom: 0.2222222em;

                padding-inline-start: 0.4444444em;
        }
        .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 0.8888889em;
        }
        .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 0.8666667em;
        }
        .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 0.875em;
        }
        .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 0.8888889em;

                line-height: 1.75;

                margin-top: 2em;

                margin-bottom: 2em;

                border-radius: 0.375rem;

                padding-top: 1em;

                padding-inline-end: 1.5em;

                padding-bottom: 1em;

                padding-inline-start: 1.5em;
        }
        .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.3333333em;

                margin-bottom: 1.3333333em;

                padding-inline-start: 1.5555556em;
        }
        .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.3333333em;

                margin-bottom: 1.3333333em;

                padding-inline-start: 1.5555556em;
        }
        .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0.6666667em;

                margin-bottom: 0.6666667em;
        }
        .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                padding-inline-start: 0.4444444em;
        }
        .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                padding-inline-start: 0.4444444em;
        }
        .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0.8888889em;

                margin-bottom: 0.8888889em;
        }
        .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.3333333em;
        }
        .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-bottom: 1.3333333em;
        }
        .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.3333333em;
        }
        .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-bottom: 1.3333333em;
        }
        .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0.8888889em;

                margin-bottom: 0.8888889em;
        }
        .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.3333333em;

                margin-bottom: 1.3333333em;
        }
        .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.3333333em;
        }
        .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0.6666667em;

                padding-inline-start: 1.5555556em;
        }
        .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 3.1111111em;

                margin-bottom: 3.1111111em;
        }
        .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0;
        }
        .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0;
        }
        .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0;
        }
        .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0;
        }
        .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 0.8888889em;

                line-height: 1.5;
        }
        .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                padding-inline-end: 0.75em;

                padding-bottom: 0.75em;

                padding-inline-start: 0.75em;
        }
        .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                padding-inline-start: 0;
        }
        .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                padding-inline-end: 0;
        }
        .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                padding-top: 0.75em;

                padding-inline-end: 0.75em;

                padding-bottom: 0.75em;

                padding-inline-start: 0.75em;
        }
        .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                padding-inline-start: 0;
        }
        .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                padding-inline-end: 0;
        }
        .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.7777778em;

                margin-bottom: 1.7777778em;
        }
        .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0;

                margin-bottom: 0;
        }
        .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 0.8888889em;

                line-height: 1.5;

                margin-top: 1em;
        }
        .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 0;
        }
        .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-bottom: 0;
        }
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type="search"]::-webkit-search-decoration{
  display: none;
}
[type="search"]::-webkit-search-cancel-button{
  display: none;
}
[type="search"]::-webkit-search-results-button{
  display: none;
}
[type="search"]::-webkit-search-results-decoration{
  display: none;
}
html{
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-family: OpenSans, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }
body svg{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
body a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
body .container{
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1352px){
  body .container{
    max-width: 1352px;
  }
}
@media (min-width: 1452px){
  body .container{
    max-width: 1452px;
  }
}
h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  font-family: CalSans, sans-serif;
  font-weight: 400;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 360px){
  .container{
    max-width: 360px;
  }
}
@media (min-width: 460px){
  .container{
    max-width: 460px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1352px){
  .container{
    max-width: 1352px;
  }
}
@media (min-width: 1452px){
  .container{
    max-width: 1452px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
#form .gform_wrapper .gform_heading .gform_title,
  #form .gform_wrapper .gform_title,
  #form .gform_wrapper .gsection_title,
  #form .gform_wrapper.gravity-theme .gform_heading .gform_title,
  #form .gform_wrapper.gravity-theme .gform_title,
  #form .gform_wrapper.gravity-theme .gsection_title {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-family: OpenSans, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(27 69 143 / var(--tw-text-opacity, 1));
  }
#form .gform_wrapper .gform_heading .gform_title,
  #form .gform_wrapper .gform_title,
  #form .gform_wrapper.gravity-theme .gform_heading .gform_title,
  #form .gform_wrapper.gravity-theme .gform_title{
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media (min-width: 768px){
  #form .gform_wrapper .gform_heading .gform_title,
  #form .gform_wrapper .gform_title,
  #form .gform_wrapper.gravity-theme .gform_heading .gform_title,
  #form .gform_wrapper.gravity-theme .gform_title{
    font-size: 2.5rem;
  }
}
@media (min-width: 1352px){
  #form .gform_wrapper .gform_heading .gform_title,
  #form .gform_wrapper .gform_title,
  #form .gform_wrapper.gravity-theme .gform_heading .gform_title,
  #form .gform_wrapper.gravity-theme .gform_title{
    font-size: 3rem;
  }
}
#form .gform_wrapper .gsection_title,
  #form .gform_wrapper.gravity-theme .gsection_title{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  #form .gform_wrapper .gsection_title,
  #form .gform_wrapper.gravity-theme .gsection_title{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  #form .gform_wrapper .gsection_title,
  #form .gform_wrapper.gravity-theme .gsection_title{
    font-size: 2.5rem;
  }
}
#form .gform_wrapper input[type=submit],
  #form .gform_wrapper button[type=submit],
  #form .gform_wrapper .gform_button.button,
  #form .gform_wrapper.gravity-theme input[type=submit],
  #form .gform_wrapper.gravity-theme button[type=submit],
  #form .gform_wrapper.gravity-theme .gform_button.button{
  position: relative;
  display: inline-flex;
  min-height: 2.5rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(214 79 68 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 640px){
  #form .gform_wrapper input[type=submit],
  #form .gform_wrapper button[type=submit],
  #form .gform_wrapper .gform_button.button,
  #form .gform_wrapper.gravity-theme input[type=submit],
  #form .gform_wrapper.gravity-theme button[type=submit],
  #form .gform_wrapper.gravity-theme .gform_button.button{
    width: fit-content;
  }
}
#form .gform_wrapper input[type=submit]:hover,
  #form .gform_wrapper button[type=submit]:hover,
  #form .gform_wrapper .gform_button.button:hover,
  #form .gform_wrapper.gravity-theme input[type=submit]:hover,
  #form .gform_wrapper.gravity-theme button[type=submit]:hover,
  #form .gform_wrapper.gravity-theme .gform_button.button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(214 79 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(214 79 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/**
  * Buttons
  */
.btn-primary{
  position: relative;
  display: inline-flex;
  min-height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
}
@media (min-width: 640px){
  .btn-primary{
    width: fit-content;
  }
}
.btn-primary span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary > svg,.btn-primary > span > svg{
  pointer-events: none;
  flex-shrink: 0;
}
.btn-primary:disabled{
  pointer-events: none;
}
.btn-primary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 79 68 / var(--tw-border-opacity, 1));
}
.btn-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(214 79 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(214 79 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/**
   * Links
   */
.link{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.link > svg{
  pointer-events: none;
  flex-shrink: 0;
}
.link > span{
  pointer-events: none;
}
/**
  * Underline animated & static
  */
.underline-animated{
  position: relative;
}
.underline-animated::after{
  position: absolute;
  bottom: -0px;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  transform-origin: top left;
  --tw-scale-x: 0;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(214 79 68 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}
.underline-animated:hover::after{
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.underline-static{
  position: relative;
  width: fit-content;
}
.underline-static::after{
  position: absolute;
  bottom: -1px;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(214 79 68 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.font-opensans {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }
/**
   * Prose
   */
.prose{
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose:first-child h1:first-child,
  .prose:first-child h2:first-child,
  .prose:first-child h3:first-child,
  .prose:first-child h4:first-child,
  .prose:first-child h5:first-child,
  .prose:first-child h6:first-child{
  margin-top: 0px;
}
.prose h1,
  .prose h2,
  .prose h3,
  .prose h4,
  .prose h5,
  .prose h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose h1,
  .prose h2,
  .prose h3,
  .prose h4,
  .prose h5,
  .prose h6{
    margin-top: 2.5rem;
  }
}
.prose h1{
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px){
  .prose h1{
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px){
  .prose h1{
    font-size: 4rem;
  }
}
.prose h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose h2{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose h2{
    font-size: 2.5rem;
  }
}
.prose h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose h3{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose h3{
    font-size: 2.5rem;
  }
}
.prose h4{
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px){
  .prose h4{
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px){
  .prose h4{
    font-size: 2rem;
  }
}
.prose h5{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px){
  .prose h5{
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px){
  .prose h5{
    font-size: 1.5rem;
  }
}
.prose h6{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px){
  .prose h6{
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px){
  .prose h6{
    font-size: 1.25rem;
  }
}
.prose h1 + p,
  .prose h2 + p,
  .prose h3 + p,
  .prose h4 + p,
  .prose h5 + p,
  .prose h6 + p{
  margin-top: 0px;
}
.prose p{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose p:first-child{
  margin-top: 0px;
}
.prose p:last-child{
  margin-bottom: 0px;
}
.prose p a{
  text-decoration-line: underline;
}
.prose p a:hover{
  --tw-text-opacity: 1;
  color: rgb(214 79 68 / var(--tw-text-opacity, 1));
}
.prose p:first-child img{
  margin-top: 0px;
}
.prose ol{
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose ul{
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose ol{
  padding-left: 1.125rem;
}
.prose li{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
.prose strong{
  font-weight: 700;
}
.prose img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(214 79 68 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose blockquote > *:first-child{
  margin-top: 0px;
}
.prose blockquote > *:last-child{
  margin-bottom: 0px;
}
.prose blockquote h1,
  .prose blockquote h2,
  .prose blockquote h3,
  .prose blockquote h4,
  .prose blockquote h5,
  .prose blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose blockquote h1:first-child,
  .prose blockquote h2:first-child,
  .prose blockquote h3:first-child,
  .prose blockquote h4:first-child,
  .prose blockquote h5:first-child,
  .prose blockquote h6:first-child{
  margin-top: 0px;
}
.prose blockquote p{
  font-size: 1rem;
}
.prose .wp-video {
    width: 100% !important;
  }
.prose-colored h1,
  .prose-colored h2,
  .prose-colored h3,
  .prose-colored h4,
  .prose-colored h5,
  .prose-colored h6{
  --tw-text-opacity: 1;
  color: rgb(27 69 143 / var(--tw-text-opacity, 1));
}
.prose-sm{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[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-sm :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose-sm :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose-sm :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-sm :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-sm :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-sm :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose-sm :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose-sm :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose-sm :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose-sm :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose-sm :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose-sm :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose-sm :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose-sm :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose-sm :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose-sm :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose-sm :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[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-sm :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-sm :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose-sm :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose-sm :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-sm :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose-sm :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-sm :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-sm :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose-sm :where(pre code):not(:where([class~="not-prose"],[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-sm :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose-sm :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose-sm :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-sm :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose-sm :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose-sm :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose-sm :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose-sm :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose-sm :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose-sm{
  --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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-sm :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-sm :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-sm :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-sm :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose-sm:first-child h1:first-child,.prose-sm:first-child h2:first-child,.prose-sm:first-child h3:first-child,.prose-sm:first-child h4:first-child,.prose-sm:first-child h5:first-child,.prose-sm:first-child h6:first-child{
  margin-top: 0px;
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6{
    margin-top: 2.5rem;
  }
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6{
    margin-top: 2.5rem;
  }
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6{
    margin-top: 2.5rem;
  }
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6{
    margin-top: 2.5rem;
  }
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6{
    margin-top: 2.5rem;
  }
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6{
    margin-top: 2.5rem;
  }
}
.prose-sm h1{
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px){
  .prose-sm h1{
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px){
  .prose-sm h1{
    font-size: 4rem;
  }
}
.prose-sm h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose-sm h2{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose-sm h2{
    font-size: 2.5rem;
  }
}
.prose-sm h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose-sm h3{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose-sm h3{
    font-size: 2.5rem;
  }
}
.prose-sm h4{
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px){
  .prose-sm h4{
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px){
  .prose-sm h4{
    font-size: 2rem;
  }
}
.prose-sm h5{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px){
  .prose-sm h5{
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px){
  .prose-sm h5{
    font-size: 1.5rem;
  }
}
.prose-sm h6{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px){
  .prose-sm h6{
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px){
  .prose-sm h6{
    font-size: 1.25rem;
  }
}
.prose-sm h1 + p,.prose-sm h2 + p,.prose-sm h3 + p,.prose-sm h4 + p,.prose-sm h5 + p,.prose-sm h6 + p{
  margin-top: 0px;
}
.prose-sm p{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm p:first-child{
  margin-top: 0px;
}
.prose-sm p:last-child{
  margin-bottom: 0px;
}
.prose-sm p a{
  text-decoration-line: underline;
}
.prose-sm p a:hover{
  --tw-text-opacity: 1;
  color: rgb(214 79 68 / var(--tw-text-opacity, 1));
}
.prose-sm p:first-child img{
  margin-top: 0px;
}
.prose-sm ol{
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm ul{
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm ol{
  padding-left: 1.125rem;
}
.prose-sm li{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
.prose-sm strong{
  font-weight: 700;
}
.prose-sm img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose-sm blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(214 79 68 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose-sm blockquote > *:first-child{
  margin-top: 0px;
}
.prose-sm blockquote > *:last-child{
  margin-bottom: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child{
  margin-top: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child{
  margin-top: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child{
  margin-top: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child{
  margin-top: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child{
  margin-top: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child{
  margin-top: 0px;
}
.prose-sm blockquote p{
  font-size: 1rem;
}
.prose-sm .wp-video {
    width: 100%;
  }
.prose-sm{
  font-size: 0.875rem;
}
.prose-sm p,
  .prose-sm ol,
  .prose-sm ul,
  .prose-sm a,
  .prose-sm strong{
  font-size: 0.875rem;
}
.prose-sm ul{
  margin-bottom: 0.75rem;
  list-style-type: none;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm ul li{
  position: relative;
}
.prose-sm ul li::before{
  position: absolute;
  left: -0.875rem;
  top: 0.375rem;
  height: 0.625rem;
  width: 0.625rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
}
.prose-sm h1, .prose-sm h1 strong{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose-sm h1, .prose-sm h1 strong{
    font-size: 2rem;
  }
}
@media (min-width: 1024px){
  .prose-sm h1, .prose-sm h1 strong{
    font-size: 3rem;
  }
}
.prose-sm h2, .prose-sm h2 strong{
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px){
  .prose-sm h2, .prose-sm h2 strong{
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px){
  .prose-sm h2, .prose-sm h2 strong{
    font-size: 2rem;
  }
}
.prose-sm h3, .prose-sm h3 strong{
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
@media (min-width: 768px){
  .prose-sm h3, .prose-sm h3 strong{
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px){
  .prose-sm h3, .prose-sm h3 strong{
    font-size: 1.5rem;
  }
}
.prose-sm h4, .prose-sm h4 strong{
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
@media (min-width: 1024px){
  .prose-sm h4, .prose-sm h4 strong{
    font-size: 1.25rem;
  }
}
.prose-sm h5, .prose-sm h5 strong{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.prose-sm h6, .prose-sm h6 strong{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.prose-lg{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[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-lg :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose-lg :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose-lg :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-lg :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-lg :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-lg :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose-lg :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose-lg :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose-lg :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose-lg :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose-lg :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose-lg :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose-lg :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose-lg :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose-lg :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose-lg :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose-lg :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[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-lg :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-lg :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose-lg :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose-lg :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-lg :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose-lg :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-lg :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-lg :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose-lg :where(pre code):not(:where([class~="not-prose"],[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-lg :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose-lg :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose-lg :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-lg :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose-lg :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose-lg :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose-lg :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose-lg :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose-lg :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose-lg{
  --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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-lg :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-lg :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-lg :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-lg :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg{
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose-lg:first-child h1:first-child,.prose-lg:first-child h2:first-child,.prose-lg:first-child h3:first-child,.prose-lg:first-child h4:first-child,.prose-lg:first-child h5:first-child,.prose-lg:first-child h6:first-child{
  margin-top: 0px;
}
.prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6{
    margin-top: 2.5rem;
  }
}
.prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6{
    margin-top: 2.5rem;
  }
}
.prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6{
    margin-top: 2.5rem;
  }
}
.prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6{
    margin-top: 2.5rem;
  }
}
.prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6{
    margin-top: 2.5rem;
  }
}
.prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
@media (min-width: 1024px){
  .prose-lg h1,.prose-lg h2,.prose-lg h3,.prose-lg h4,.prose-lg h5,.prose-lg h6{
    margin-top: 2.5rem;
  }
}
.prose-lg h1{
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px){
  .prose-lg h1{
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px){
  .prose-lg h1{
    font-size: 4rem;
  }
}
.prose-lg h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose-lg h2{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose-lg h2{
    font-size: 2.5rem;
  }
}
.prose-lg h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose-lg h3{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose-lg h3{
    font-size: 2.5rem;
  }
}
.prose-lg h4{
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px){
  .prose-lg h4{
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px){
  .prose-lg h4{
    font-size: 2rem;
  }
}
.prose-lg h5{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px){
  .prose-lg h5{
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px){
  .prose-lg h5{
    font-size: 1.5rem;
  }
}
.prose-lg h6{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px){
  .prose-lg h6{
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px){
  .prose-lg h6{
    font-size: 1.25rem;
  }
}
.prose-lg h1 + p,.prose-lg h2 + p,.prose-lg h3 + p,.prose-lg h4 + p,.prose-lg h5 + p,.prose-lg h6 + p{
  margin-top: 0px;
}
.prose-lg p{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-lg p:first-child{
  margin-top: 0px;
}
.prose-lg p:last-child{
  margin-bottom: 0px;
}
.prose-lg p a{
  text-decoration-line: underline;
}
.prose-lg p a:hover{
  --tw-text-opacity: 1;
  color: rgb(214 79 68 / var(--tw-text-opacity, 1));
}
.prose-lg p:first-child img{
  margin-top: 0px;
}
.prose-lg ol{
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-lg ul{
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-lg ol{
  padding-left: 1.125rem;
}
.prose-lg li{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-lg li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
.prose-lg strong{
  font-weight: 700;
}
.prose-lg img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose-lg blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(214 79 68 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose-lg blockquote > *:first-child{
  margin-top: 0px;
}
.prose-lg blockquote > *:last-child{
  margin-bottom: 0px;
}
.prose-lg blockquote h1,.prose-lg blockquote h2,.prose-lg blockquote h3,.prose-lg blockquote h4,.prose-lg blockquote h5,.prose-lg blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-lg blockquote h1:first-child,.prose-lg blockquote h2:first-child,.prose-lg blockquote h3:first-child,.prose-lg blockquote h4:first-child,.prose-lg blockquote h5:first-child,.prose-lg blockquote h6:first-child{
  margin-top: 0px;
}
.prose-lg blockquote h1,.prose-lg blockquote h2,.prose-lg blockquote h3,.prose-lg blockquote h4,.prose-lg blockquote h5,.prose-lg blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-lg blockquote h1:first-child,.prose-lg blockquote h2:first-child,.prose-lg blockquote h3:first-child,.prose-lg blockquote h4:first-child,.prose-lg blockquote h5:first-child,.prose-lg blockquote h6:first-child{
  margin-top: 0px;
}
.prose-lg blockquote h1,.prose-lg blockquote h2,.prose-lg blockquote h3,.prose-lg blockquote h4,.prose-lg blockquote h5,.prose-lg blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-lg blockquote h1:first-child,.prose-lg blockquote h2:first-child,.prose-lg blockquote h3:first-child,.prose-lg blockquote h4:first-child,.prose-lg blockquote h5:first-child,.prose-lg blockquote h6:first-child{
  margin-top: 0px;
}
.prose-lg blockquote h1,.prose-lg blockquote h2,.prose-lg blockquote h3,.prose-lg blockquote h4,.prose-lg blockquote h5,.prose-lg blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-lg blockquote h1:first-child,.prose-lg blockquote h2:first-child,.prose-lg blockquote h3:first-child,.prose-lg blockquote h4:first-child,.prose-lg blockquote h5:first-child,.prose-lg blockquote h6:first-child{
  margin-top: 0px;
}
.prose-lg blockquote h1,.prose-lg blockquote h2,.prose-lg blockquote h3,.prose-lg blockquote h4,.prose-lg blockquote h5,.prose-lg blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-lg blockquote h1:first-child,.prose-lg blockquote h2:first-child,.prose-lg blockquote h3:first-child,.prose-lg blockquote h4:first-child,.prose-lg blockquote h5:first-child,.prose-lg blockquote h6:first-child{
  margin-top: 0px;
}
.prose-lg blockquote h1,.prose-lg blockquote h2,.prose-lg blockquote h3,.prose-lg blockquote h4,.prose-lg blockquote h5,.prose-lg blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-lg blockquote h1:first-child,.prose-lg blockquote h2:first-child,.prose-lg blockquote h3:first-child,.prose-lg blockquote h4:first-child,.prose-lg blockquote h5:first-child,.prose-lg blockquote h6:first-child{
  margin-top: 0px;
}
.prose-lg blockquote p{
  font-size: 1rem;
}
.prose-lg .wp-video {
    width: 100%;
  }
.prose-lg{
  font-size: 1.25rem;
}
.prose-lg p,
  .prose-lg ol,
  .prose-lg ul,
  .prose-lg a,
  .prose-lg strong{
  font-size: 1.25rem;
}
.prose-red-links a{
  text-decoration-color: #d64f44;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
/**
  * Notices
  */
.notice{
  margin-bottom: 1.5rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.notice:last-child{
  margin-bottom: 0px;
}
.notice code{
  border-radius: 0.125rem;
  --tw-bg-opacity: 0.1;
  padding: 0.25rem;
}
.notice a{
  text-decoration-line: underline;
}
.notice a:hover{
  text-decoration-line: underline;
}
/**
   * Images
   */
.image-cover{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-contain{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/**
   * Hexagon Background
   */
.bg-hive{
  position: relative;
  z-index: 0;
}
.bg-hive::before{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-image: url("../images/hexagon-bg-placeholder.svg");
  background-size: 349px;
  background-repeat: repeat;
  opacity: 0.9;
  --tw-invert: invert(0.9);
  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);
  --tw-content: "";
  content: var(--tw-content);
}
.bg-hive-white{
  position: relative;
  z-index: 0;
}
.bg-hive-white::before{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-image: url("../images/hexagon-bg-placeholder.svg");
  background-size: 349px;
  background-repeat: repeat;
  --tw-invert: invert(0.9);
  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);
  --tw-content: "";
  background-image: url("../images/hexagon-bg-white.svg");
  content: var(--tw-content);
  opacity: 0.5;
}
/**
   * Forms
   */
.form-field-error{
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  margin-top: -1rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group-errorable[data-group-error] .form-field-error{
  display: block;
}
.form-field-error code{
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  padding: 0.25rem;
}
.search-input input:focus + button > span{
  --tw-text-opacity: 1;
  color: rgb(214 79 68 / var(--tw-text-opacity, 1));
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-5{
  bottom: -1.25rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.top-full{
  top: 100%;
}
.-z-\[1\]{
  z-index: -1;
}
.z-10{
  z-index: 10;
}
.z-100{
  z-index: 100;
}
.z-20{
  z-index: 20;
}
.z-90{
  z-index: 90;
}
.z-\[1\]{
  z-index: 1;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!-mb-8{
  margin-bottom: -2rem !important;
}
.\!-mt-4{
  margin-top: -1rem !important;
}
.-mb-12{
  margin-bottom: -3rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-36{
  margin-bottom: 9rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20vh\]{
  height: 20vh;
}
.h-\[25vh\]{
  height: 25vh;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[33vh\]{
  height: 33vh;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[40vh\]{
  height: 40vh;
}
.h-\[440px\]{
  height: 440px;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[calc\(100\%-25px\)\]{
  height: calc(100% - 25px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-10{
  max-height: 2.5rem;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[40vh\]{
  min-height: 40vh;
}
.w-10{
  width: 2.5rem;
}
.w-16{
  width: 4rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-24{
  min-width: 6rem;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.\!max-w-screen-lg{
  max-width: 1024px !important;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-32{
  max-width: 8rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
          user-select: none;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}
.border-neutral-500{
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity, 1));
}
.border-salmon-100{
  --tw-border-opacity: 1;
  border-color: rgb(214 79 68 / var(--tw-border-opacity, 1));
}
.bg-background-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 242 / var(--tw-bg-opacity, 1));
}
.bg-background-200{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 242 / var(--tw-bg-opacity, 1));
}
.bg-background-300{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 230 / var(--tw-bg-opacity, 1));
}
.bg-background-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-bedrock-100{
  --tw-bg-opacity: 1;
  background-color: rgb(52 53 52 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
}
.bg-ocean-100{
  --tw-bg-opacity: 1;
  background-color: rgb(27 69 143 / var(--tw-bg-opacity, 1));
}
.bg-salmon-100{
  --tw-bg-opacity: 1;
  background-color: rgb(214 79 68 / var(--tw-bg-opacity, 1));
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.fill-neutral-50{
  fill: #FFFFFF;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-0\.5{
  padding-right: 0.125rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-center{
  text-align: center;
}
.font-opensans{
  font-family: OpenSans, sans-serif;
}
.text-14px{
  font-size: 0.875rem;
}
.text-16px{
  font-size: 1rem;
}
.text-18px{
  font-size: 1.125rem;
}
.text-20px{
  font-size: 1.25rem;
}
.text-24px{
  font-size: 1.5rem;
}
.text-32px{
  font-size: 2rem;
}
.text-48px{
  font-size: 3rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-tight{
  line-height: 1.25;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-neutral-100{
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity, 1));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}
.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}
.text-neutral-950{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.text-ocean-100{
  --tw-text-opacity: 1;
  color: rgb(27 69 143 / var(--tw-text-opacity, 1));
}
.text-salmon-100{
  --tw-text-opacity: 1;
  color: rgb(214 79 68 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_6px_-1px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  --tw-shadow: 0 4px 6px -1px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_-5px_20px_-15px_rgb\(0\2c 0\2c 0\)\]{
  --tw-shadow: 0px -5px 20px -15px rgb(0,0,0);
  --tw-shadow-colored: 0px -5px 20px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md-center{
  --tw-shadow: 0 0 8px 1px rgb(0 0 0 / 0.1), 0 0 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0 8px 1px var(--tw-shadow-color), 0 0 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (aspect-ratio: 1 / 1){
  .aspect-\[16\/7\]{
    aspect-ratio: 16/7;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-\[16\/7\]::before{
    content: "";
    float: left;
    padding-top: calc(100% / (16/7));
  }
  .aspect-\[16\/7\]::after{
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1){
  .aspect-\[16\/8\]{
    aspect-ratio: 16/8;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-\[16\/8\]::before{
    content: "";
    float: left;
    padding-top: calc(100% / (16/8));
  }
  .aspect-\[16\/8\]::after{
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1){
  .aspect-\[4\/3\]{
    aspect-ratio: 4/3;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-\[4\/3\]::before{
    content: "";
    float: left;
    padding-top: calc(100% / (4/3));
  }
  .aspect-\[4\/3\]::after{
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1){
  .aspect-square{
    aspect-ratio: 1 / 1;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-square::before{
    content: "";
    float: left;
    padding-top: calc(100% / (1 / 1));
  }
  .aspect-square::after{
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1){
  .aspect-video{
    aspect-ratio: 16 / 9;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-video::before{
    content: "";
    float: left;
    padding-top: calc(100% / (16 / 9));
  }
  .aspect-video::after{
    clear: left;
    content: "";
    display: block;
  }
}
/* @import 'vendor/si-cookie-notice'; */
/* @import url("https://use.typekit.net/fqh8djs.css"); */
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Semibold.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-SemiboldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/opensans-semibold.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "ZapfDingbats";
  src: url(../fonts/ZapfDingbats.ttf) format("truetype");
}
@font-face {
  font-family: "CalSans";
  src: url(../fonts/CalSans-Regular.ttf) format("truetype");
}
.breadcrumbs{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.breadcrumbs a{
  text-decoration-line: underline;
}
.breadcrumbs a:hover{
  text-decoration-line: none;
}
.breadcrumbs .breadcrumb_last{
  margin-left: 0.375rem;
  min-width: 100px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.breadcrumbs span{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.breadcrumbs span.last{
  margin-left: 0px;
  margin-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}
#wpsl-wrap{
  width: 100%;
  font-family: inherit;
  color: #212121;
}
#wpsl-wrap * {
  box-sizing: border-box;
}
#wpsl-wrap #wpsl-stores {
  height: 500px !important;
}
#wpsl-wrap #wpsl-gmap {
  width: 100% !important;
  max-width: unset !important;
  height: 500px !important;
}

.wpsl-store-below{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .wpsl-store-below{
    flex-direction: row;
    gap: 1.5rem;
  }
}

.wpsl-results-only #wpsl-gmap{
  display: none;
}
.wpsl-results-only #wpsl-result-list{
  width: 100%;
}

#wpsl-search-wrap{
  margin-bottom: 1.5rem;
  height: fit-content;
  width: 100%;
  border-radius: 0px;
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
#wpsl-search-wrap form{
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 640px) {
  #wpsl-search-wrap form{
    gap: 2rem;
  }
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap #wpsl-search-input{
  width: 96%;
}
@media (min-width: 640px) {
  #wpsl-search-wrap .wpsl-input, #wpsl-search-wrap #wpsl-search-input{
    width: auto;
  }
}

.wpsl-input, #wpsl-search-input{
  margin-right: 0px;
  width: fit-content;
  border-radius: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.wpsl-input:focus, #wpsl-search-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wpsl-input, #wpsl-search-input {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  color: #212121;
  transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.wpsl-input::placeholder, #wpsl-search-input::placeholder {
  color: #6d6d6d;
}
.wpsl-input:focus, #wpsl-search-input:focus {
  border-color: #1b458f;
  box-shadow: 0 0 0 3px rgba(27, 69, 143, 0.1);
}

#wpsl-search-input{
  margin-bottom: 1rem;
  min-width: 240px;
}
@media (min-width: 768px) {
  #wpsl-search-input{
    margin-bottom: 0px;
  }
}

#wpsl-search-btn-wrap{
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #wpsl-search-btn-wrap{
    margin-top: 0px;
    margin-left: 1rem;
  }
}

#wpsl-search-btn{
  display: flex;
  height: 44px;
  width: 100%;
  align-items: center;
  border-radius: 0.375rem;
  background-image: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
  background: none;
  color: #ffffff;
  font-weight: 500;
  border: 2px solid white !important;
  transition: background-color 200ms ease-in-out, transform 200ms ease-in-out;
}
#wpsl-search-btn:hover {
  background: white;
  color: #212121;
}
#wpsl-search-btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(27, 69, 143, 0.3);
}
#wpsl-search-btn:active {
  transform: translateY(1px);
}
@media (min-width: 768px) {
  #wpsl-search-btn{
    width: auto;
  }
}

.wpsl-icon-direction{
  margin-right: 0.5rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.wpsl-select-wrap{
  position: relative;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .wpsl-select-wrap{
    margin-bottom: 0px;
    margin-right: 1rem;
  }
}

.wpsl-dropdown{
  position: relative;
  width: 100%;
}
.wpsl-dropdown select {
  overflow-y: scroll;
}
.wpsl-dropdown > .wpsl-selected-item{
  display: block;
  width: 100%;
  border-radius: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
  background-color: #ffffff;
  color: #212121;
  transition: border-color 200ms ease-in-out;
}
.wpsl-dropdown > .wpsl-selected-item:hover {
  border-color: #d1d1d1;
}
.wpsl-dropdown > div{
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 50;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-top: none;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.wpsl-dropdown > div ul{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  max-height: 200px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #e7e7e7 transparent;
}
.wpsl-dropdown > div ul li{
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #212121;
  transition: background-color 200ms ease-in-out;
}
.wpsl-dropdown > div ul li:hover {
  background-color: #ffffff;
}
.wpsl-dropdown > div ul li.wpsl-selected-dropdown {
  background-color: #e7e7e6;
  color: #1b458f;
  font-weight: 500;
}
.wpsl-dropdown.wpsl-active > .wpsl-selected-item {
  border-color: #1b458f;
}

.wpsl-dropdown select {
  display: none !important;
}

#wpsl-result-list{
  margin-top: 1.5rem;
  margin-right: 0px;
}
@media (min-width: 1024px) {
  #wpsl-result-list{
    margin-top: 0px;
    flex: 0 0 400px;
    max-height: 800px;
    overflow-y: auto;
  }
}

#wpsl-stores ul{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
#wpsl-stores ul li {
  padding: 16px !important;
  background-color: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  transition: background-color 200ms ease-in-out;
}
#wpsl-stores ul li:last-child {
  border-bottom: none;
}
#wpsl-stores ul li.wpsl-active {
  background-color: #ffffff;
  border-left: 3px solid #1b458f;
}

.wpsl-store-location{
  position: relative;
  width: fit-content;
}
.wpsl-store-location strong{
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #212121;
}
.wpsl-store-location span{
  display: block;
  font-size: 1rem;
  color: #212121;
}
.wpsl-store-location p {
  margin-bottom: 0 !important;
}

.wpsl-direction-wrap{
  width: fit-content;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(27 69 143 / var(--tw-text-opacity, 1));
}

.wpsl-store-thumb{
  margin-bottom: 0.75rem;
}
.wpsl-store-thumb img{
  height: auto;
  width: 100%;
  border-radius: 0px;
  max-width: 100px;
}
@media (min-width: 640px) {
  .wpsl-store-thumb{
    float: left;
    margin-right: 1rem;
    margin-bottom: 0px;
  }
}

.wpsl-distance{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #dc6860;
}

.wpsl-street,
.wpsl-city,
.wpsl-state,
.wpsl-zip,
.wpsl-country{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #5d5d5d;
}

.wpsl-contact-details{
  margin-top: 0.75rem;
}

.wpsl-phone,
.wpsl-fax,
.wpsl-email,
.wpsl-url{
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.wpsl-phone a,
.wpsl-fax a,
.wpsl-email a,
.wpsl-url a {
  color: #1b458f;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
.wpsl-phone a:hover,
.wpsl-fax a:hover,
.wpsl-email a:hover,
.wpsl-url a:hover {
  color: rgb(20.52, 52.44, 108.68);
  text-decoration: underline;
}

.wpsl-locations-details{
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e7e7e7;
}

table.wpsl-opening-hours{
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-collapse: collapse;
}
table.wpsl-opening-hours td{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #5d5d5d;
  vertical-align: top;
}
table.wpsl-opening-hours td:first-child{
  padding-right: 1rem;
  font-weight: 500;
  color: #212121;
  white-space: nowrap;
}
table.wpsl-opening-hours td:last-child{
  text-align: right;
}
table.wpsl-opening-hours time {
  font-variant-numeric: tabular-nums;
}

#wpsl-gmap{
  width: 100%;
  border-radius: 0px;
  height: 500px;
  border: 1px solid #e7e7e7;
}
@media (min-width: 1024px) {
  #wpsl-gmap {
    height: 800px;
    flex: 1;
    max-width: 700px;
  }
}

.wpsl-gmap-canvas{
  height: 100%;
  width: 100%;
}

.wpsl-infobox{
  border-radius: 0px;
  padding: 1rem;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  max-width: 300px;
}
.wpsl-infobox strong{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #212121;
}
.wpsl-infobox p{
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #5d5d5d;
}

.wpsl-info-window{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #212121;
}
.wpsl-info-window .gm-style-iw {
  border-radius: 0 !important;
}

.wpsl-infobox-close{
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 200ms ease-in-out;
}
.wpsl-infobox-close:hover {
  opacity: 1;
}

.wpsl-directions{
  position: relative;
  width: fit-content;
}

.wpsl-directions::after{
  position: absolute;
  bottom: -1px;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(214 79 68 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

.wpsl-directions{
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration-line: none;
  color: #1b458f;
  transition: color 200ms ease-in-out;
}
.wpsl-directions:hover {
  color: rgb(20.52, 52.44, 108.68);
}

.wpsl-more-info-listings{
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #1b458f;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
.wpsl-more-info-listings:hover {
  color: rgb(20.52, 52.44, 108.68);
  text-decoration: underline;
}

#wpsl-reset-map{
  display: inline-flex;
  align-items: center;
  border-radius: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  background-color: #ffffff;
  color: #212121;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
#wpsl-reset-map:hover {
  background-color: #e7e7e6;
  border-color: #d1d1d1;
}

.wpsl-back{
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1b458f;
  text-decoration: none;
}
.wpsl-back::before {
  content: "←";
  margin-right: 0.25rem;
}
.wpsl-back:hover {
  text-decoration: underline;
}

.wpsl-preloader{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wpsl-preloader::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 3px solid #e7e7e7;
  border-top-color: #1b458f;
  border-radius: 50%;
  animation: wpsl-spin 0.8s linear infinite;
}

@keyframes wpsl-spin {
  to {
    transform: rotate(360deg);
  }
}
#wpsl-result-error,
#wpsl-search-error{
  border-radius: 0px;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: rgba(220, 104, 96, 0.1);
  color: #dc6860;
  border: 1px solid rgba(220, 104, 96, 0.3);
}

.wpsl-search{
  margin-bottom: 0px;
  margin-right: auto;
  height: fit-content;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(52 53 52 / var(--tw-bg-opacity, 1));
  padding: 0px;
}

.wpsl-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.wpsl-provided-by{
  margin-top: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #6d6d6d;
}
.wpsl-provided-by a {
  color: inherit;
  text-decoration: underline;
}
.wpsl-provided-by a:hover {
  color: #5d5d5d;
}

.wpsl-cluster{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b458f;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
}

.pac-container{
  margin-top: 0.25rem;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  z-index: 9999 !important;
}
.pac-container::after {
  display: none !important;
}

.pac-item{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
}
.pac-item:first-child {
  border-top: none;
}
.pac-item:hover, .pac-item.pac-item-selected {
  background-color: #ffffff;
}

.pac-item-query{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #212121;
}

.pac-item span:not(.pac-item-query){
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6d6d6d;
}

.pac-icon {
  display: none;
}

#wpsl-search-wrap{
  border-style: none;
  background-color: transparent;
  padding: 0px;
}
@media (min-width: 768px) {
  #wpsl-search-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  #wpsl-search-wrap{
    flex-wrap: nowrap;
  }
}
#wpsl-search-wrap label{
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#wpsl-search-wrap input[type=text],
#wpsl-search-wrap input[type=search],
#wpsl-search-wrap #wpsl-search-input {
  padding: 8px 12px !important;
  background: #ffffff !important;
  border: 2px solid #a5a5a5 !important;
  color: #000 !important;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap #wpsl-search-input {
  display: flex;
  flex-direction: column;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
}
#wpsl-search-wrap #wpsl-radius,
#wpsl-search-wrap #wpsl-category{
  margin-right: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-style: none;
  color: #000 !important;
}
#wpsl-search-wrap #wpsl-radius label,
#wpsl-search-wrap #wpsl-category label {
  width: 100% !important;
}
#wpsl-search-wrap #wpsl-results{
  display: none;
}
#wpsl-search-wrap #wpsl-search-btn-wrap {
  display: none;
}
@media (min-width: 768px) {
  #wpsl-search-wrap #wpsl-search-btn-wrap{
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {
  .wpsl-store-below #wpsl-gmap {
    order: 2;
  }
  .wpsl-store-below #wpsl-result-list {
    order: 1;
  }
}

@media (min-width: 460px) {
  #wpsl-wrap {
    display: flex;
    flex-direction: column;
  }
  #wpsl-wrap #wpsl-result-list {
    width: 100%;
  }
  #wpsl-wrap #wpsl-search-wrap :before {
    width: 100% !important;
  }
  #wpsl-wrap #wpsl-search-wrap form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  #wpsl-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
  #wpsl-wrap #wpsl-result-list {
    order: 1;
    flex: 0 0 400px;
    max-height: 800px;
    overflow-y: auto;
    margin-top: 0;
  }
  #wpsl-wrap #wpsl-gmap {
    order: 2;
    flex: 1;
  }
}
@media (min-width: 1352px) {
  #wpsl-wrap #wpsl-result-list {
    order: 1;
    flex: 0 0 450px;
    max-height: 800px;
    overflow-y: auto;
    margin-top: 0;
  }
}

@media print {
  #wpsl-wrap #wpsl-search-wrap,
  #wpsl-wrap #wpsl-gmap,
  #wpsl-wrap .wpsl-directions,
  #wpsl-wrap #wpsl-reset-map {
    display: none !important;
  }
  #wpsl-wrap #wpsl-result-list {
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }
  #wpsl-wrap #wpsl-search {
    display: none !important;
  }
  #wpsl-wrap #wpsl-stores li:hover {
    background-color: transparent;
  }
  #wpsl-wrap * {
    color: #000 !important;
  }
}

@media (min-width: 1024px){
  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .lg\:prose-lg{
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .lg\:prose-lg :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .lg\:prose-lg :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .lg\:prose-lg :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose-lg :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose-lg :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .lg\:prose-lg :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .lg\:prose-lg :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .lg\:prose-lg :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  .lg\:prose-lg :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  .lg\:prose-lg :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .lg\:prose-lg :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .lg\:prose-lg :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  .lg\:prose-lg :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  .lg\:prose-lg :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
  }
  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
  }
  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .lg\:prose-lg :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: open-quote;
  }
  .lg\:prose-lg :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: close-quote;
  }
  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .lg\:prose-lg :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 900;
    color: inherit;
  }
  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[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;
  }
  .lg\:prose-lg :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 800;
    color: inherit;
  }
  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .lg\:prose-lg :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: "`";
  }
  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: "`";
  }
  .lg\:prose-lg :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose-lg :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
  }
  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
  }
  .lg\:prose-lg :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose-lg :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose-lg :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
  }
  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .lg\:prose-lg :where(pre code):not(:where([class~="not-prose"],[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;
  }
  .lg\:prose-lg :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: none;
  }
  .lg\:prose-lg :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: none;
  }
  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .lg\:prose-lg :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .lg\:prose-lg :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .lg\:prose-lg :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 0;
  }
  .lg\:prose-lg :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: baseline;
  }
  .lg\:prose-lg :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .lg\:prose-lg :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: top;
  }
  .lg\:prose-lg :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    text-align: start;
  }
  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .lg\:prose-lg{
    --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-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --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-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --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;
  }
  .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .lg\:prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .lg\:prose-lg :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .lg\:prose-lg :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .lg\:prose-lg :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .lg\:prose-lg :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .lg\:prose-lg{
    position: relative;
    max-width: none;
    font-weight: 400;
    line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
  }
  .lg\:prose-lg:first-child h1:first-child,.lg\:prose-lg:first-child h2:first-child,.lg\:prose-lg:first-child h3:first-child,.lg\:prose-lg:first-child h4:first-child,.lg\:prose-lg:first-child h5:first-child,.lg\:prose-lg:first-child h6:first-child{
    margin-top: 0px;
  }
  .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px){
    .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6{
      margin-top: 2.5rem;
    }
  }
  .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px){
    .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6{
      margin-top: 2.5rem;
    }
  }
  .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px){
    .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6{
      margin-top: 2.5rem;
    }
  }
  .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px){
    .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6{
      margin-top: 2.5rem;
    }
  }
  .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px){
    .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6{
      margin-top: 2.5rem;
    }
  }
  .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6 {
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 1.5rem;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px){
    .lg\:prose-lg h1,.lg\:prose-lg h2,.lg\:prose-lg h3,.lg\:prose-lg h4,.lg\:prose-lg h5,.lg\:prose-lg h6{
      margin-top: 2.5rem;
    }
  }
  .lg\:prose-lg h1{
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  @media (min-width: 768px){
    .lg\:prose-lg h1{
      font-size: 3.5rem;
    }
  }
  @media (min-width: 1352px){
    .lg\:prose-lg h1{
      font-size: 4rem;
    }
  }
  .lg\:prose-lg h2{
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  @media (min-width: 768px){
    .lg\:prose-lg h2{
      font-size: 2rem;
    }
  }
  @media (min-width: 1352px){
    .lg\:prose-lg h2{
      font-size: 2.5rem;
    }
  }
  .lg\:prose-lg h3{
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  @media (min-width: 768px){
    .lg\:prose-lg h3{
      font-size: 2rem;
    }
  }
  @media (min-width: 1352px){
    .lg\:prose-lg h3{
      font-size: 2.5rem;
    }
  }
  .lg\:prose-lg h4{
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  @media (min-width: 768px){
    .lg\:prose-lg h4{
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1352px){
    .lg\:prose-lg h4{
      font-size: 2rem;
    }
  }
  .lg\:prose-lg h5{
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  @media (min-width: 768px){
    .lg\:prose-lg h5{
      font-size: 1.25rem;
    }
  }
  @media (min-width: 1352px){
    .lg\:prose-lg h5{
      font-size: 1.5rem;
    }
  }
  .lg\:prose-lg h6{
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  @media (min-width: 768px){
    .lg\:prose-lg h6{
      font-size: 1.125rem;
    }
  }
  @media (min-width: 1352px){
    .lg\:prose-lg h6{
      font-size: 1.25rem;
    }
  }
  .lg\:prose-lg h1 + p,.lg\:prose-lg h2 + p,.lg\:prose-lg h3 + p,.lg\:prose-lg h4 + p,.lg\:prose-lg h5 + p,.lg\:prose-lg h6 + p{
    margin-top: 0px;
  }
  .lg\:prose-lg p{
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg p:first-child{
    margin-top: 0px;
  }
  .lg\:prose-lg p:last-child{
    margin-bottom: 0px;
  }
  .lg\:prose-lg p a{
    text-decoration-line: underline;
  }
  .lg\:prose-lg p a:hover{
    --tw-text-opacity: 1;
    color: rgb(214 79 68 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg p:first-child img{
    margin-top: 0px;
  }
  .lg\:prose-lg ol{
    margin-bottom: 0.75rem;
    list-style-type: decimal;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg ul{
    margin-bottom: 0.75rem;
    padding-left: 1rem;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg ol{
    padding-left: 1.125rem;
  }
  .lg\:prose-lg li{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    padding-top: 0px;
    padding-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg strong{
    font-weight: 700;
  }
  .lg\:prose-lg img{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:prose-lg blockquote{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(214 79 68 / var(--tw-border-opacity, 1));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:prose-lg blockquote > *:first-child{
    margin-top: 0px;
  }
  .lg\:prose-lg blockquote > *:last-child{
    margin-bottom: 0px;
  }
  .lg\:prose-lg blockquote h1,.lg\:prose-lg blockquote h2,.lg\:prose-lg blockquote h3,.lg\:prose-lg blockquote h4,.lg\:prose-lg blockquote h5,.lg\:prose-lg blockquote h6{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg blockquote h1:first-child,.lg\:prose-lg blockquote h2:first-child,.lg\:prose-lg blockquote h3:first-child,.lg\:prose-lg blockquote h4:first-child,.lg\:prose-lg blockquote h5:first-child,.lg\:prose-lg blockquote h6:first-child{
    margin-top: 0px;
  }
  .lg\:prose-lg blockquote h1,.lg\:prose-lg blockquote h2,.lg\:prose-lg blockquote h3,.lg\:prose-lg blockquote h4,.lg\:prose-lg blockquote h5,.lg\:prose-lg blockquote h6{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg blockquote h1:first-child,.lg\:prose-lg blockquote h2:first-child,.lg\:prose-lg blockquote h3:first-child,.lg\:prose-lg blockquote h4:first-child,.lg\:prose-lg blockquote h5:first-child,.lg\:prose-lg blockquote h6:first-child{
    margin-top: 0px;
  }
  .lg\:prose-lg blockquote h1,.lg\:prose-lg blockquote h2,.lg\:prose-lg blockquote h3,.lg\:prose-lg blockquote h4,.lg\:prose-lg blockquote h5,.lg\:prose-lg blockquote h6{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg blockquote h1:first-child,.lg\:prose-lg blockquote h2:first-child,.lg\:prose-lg blockquote h3:first-child,.lg\:prose-lg blockquote h4:first-child,.lg\:prose-lg blockquote h5:first-child,.lg\:prose-lg blockquote h6:first-child{
    margin-top: 0px;
  }
  .lg\:prose-lg blockquote h1,.lg\:prose-lg blockquote h2,.lg\:prose-lg blockquote h3,.lg\:prose-lg blockquote h4,.lg\:prose-lg blockquote h5,.lg\:prose-lg blockquote h6{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg blockquote h1:first-child,.lg\:prose-lg blockquote h2:first-child,.lg\:prose-lg blockquote h3:first-child,.lg\:prose-lg blockquote h4:first-child,.lg\:prose-lg blockquote h5:first-child,.lg\:prose-lg blockquote h6:first-child{
    margin-top: 0px;
  }
  .lg\:prose-lg blockquote h1,.lg\:prose-lg blockquote h2,.lg\:prose-lg blockquote h3,.lg\:prose-lg blockquote h4,.lg\:prose-lg blockquote h5,.lg\:prose-lg blockquote h6{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg blockquote h1:first-child,.lg\:prose-lg blockquote h2:first-child,.lg\:prose-lg blockquote h3:first-child,.lg\:prose-lg blockquote h4:first-child,.lg\:prose-lg blockquote h5:first-child,.lg\:prose-lg blockquote h6:first-child{
    margin-top: 0px;
  }
  .lg\:prose-lg blockquote h1,.lg\:prose-lg blockquote h2,.lg\:prose-lg blockquote h3,.lg\:prose-lg blockquote h4,.lg\:prose-lg blockquote h5,.lg\:prose-lg blockquote h6{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
  .lg\:prose-lg blockquote h1:first-child,.lg\:prose-lg blockquote h2:first-child,.lg\:prose-lg blockquote h3:first-child,.lg\:prose-lg blockquote h4:first-child,.lg\:prose-lg blockquote h5:first-child,.lg\:prose-lg blockquote h6:first-child{
    margin-top: 0px;
  }
  .lg\:prose-lg blockquote p{
    font-size: 1rem;
  }
  .lg\:prose-lg .wp-video {
    width: 100%;
  }
  .lg\:prose-lg{
    font-size: 1.25rem;
  }
  .lg\:prose-lg p,.lg\:prose-lg ol,.lg\:prose-lg ul,.lg\:prose-lg a,.lg\:prose-lg strong{
    font-size: 1.25rem;
  }
}

.placeholder\:font-semibold::placeholder{
  font-weight: 600;
}

.hover\:bg-neutral-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-salmon-100:hover{
  --tw-text-opacity: 1;
  color: rgb(214 79 68 / var(--tw-text-opacity, 1));
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.focus\:border-salmon-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(214 79 68 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:fill-ocean-100{
  fill: #1b458f;
}

.peer:checked ~ .peer-checked\:border-ocean-100{
  --tw-border-opacity: 1;
  border-color: rgb(27 69 143 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-ocean-100{
  --tw-bg-opacity: 1;
  background-color: rgb(27 69 143 / var(--tw-bg-opacity, 1));
}

.activated\:pointer-events-auto[activated]{
  pointer-events: auto;
}

.activated\:hidden[activated]{
  display: none;
}

.activated\:translate-y-0[activated]{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.activated\:opacity-100[activated]{
  opacity: 1;
}

[group-activated] .group-activated\:pointer-events-auto{
  pointer-events: auto;
}

[group-activated] .group-activated\:block{
  display: block;
}

[group-activated] .group-activated\:max-h-96{
  max-height: 24rem;
}

[group-activated] .group-activated\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

[group-activated] .group-activated\:rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

[group-activated] .group-activated\:border-ocean-100{
  --tw-border-opacity: 1;
  border-color: rgb(27 69 143 / var(--tw-border-opacity, 1));
}

[group-activated] .group-activated\:bg-ocean-100{
  --tw-bg-opacity: 1;
  background-color: rgb(27 69 143 / var(--tw-bg-opacity, 1));
}

[group-activated] .group-activated\:text-salmon-100{
  --tw-text-opacity: 1;
  color: rgb(214 79 68 / var(--tw-text-opacity, 1));
}

[group-activated] .group-activated\:opacity-100{
  opacity: 1;
}

@media not all and (min-width: 768px){
  .max-md\:items-center{
    align-items: center;
  }
  .max-md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 640px){
  .sm\:h-\[300px\]{
    height: 300px;
  }
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:max-w-3xl{
    max-width: 48rem;
  }
  .sm\:max-w-4xl{
    max-width: 56rem;
  }
  .sm\:max-w-5xl{
    max-width: 64rem;
  }
  .sm\:max-w-6xl{
    max-width: 72rem;
  }
  .sm\:max-w-7xl{
    max-width: 80rem;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:max-w-xl{
    max-width: 36rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:text-48px{
    font-size: 3rem;
  }
  .sm\:text-64px{
    font-size: 4rem;
  }
  @supports (aspect-ratio: 1 / 1){
    .sm\:aspect-auto{
      aspect-ratio: auto;
    }
  }
  @supports not (aspect-ratio: 1 / 1){
    .sm\:aspect-auto::before{
      content: "";
      float: left;
      padding-top: calc(100% / (auto));
    }
    .sm\:aspect-auto::after{
      clear: left;
      content: "";
      display: block;
    }
  }
}

@media (min-width: 768px){
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:mb-36{
    margin-bottom: 9rem;
  }
  .md\:mt-28{
    margin-top: 7rem;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:min-h-\[600px\]{
    min-height: 600px;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:max-w-3xl{
    max-width: 48rem;
  }
  .md\:max-w-4xl{
    max-width: 56rem;
  }
  .md\:max-w-5xl{
    max-width: 64rem;
  }
  .md\:max-w-6xl{
    max-width: 72rem;
  }
  .md\:max-w-7xl{
    max-width: 80rem;
  }
  .md\:max-w-lg{
    max-width: 32rem;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:max-w-sm{
    max-width: 24rem;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:columns-2{
    columns: 2;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-48px{
    font-size: 3rem;
  }
  .md\:text-64px{
    font-size: 4rem;
  }
  .md\:text-80px{
    font-size: 5rem;
  }
}

@media (min-width: 1024px){
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mr-8{
    margin-right: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:h-\[500px\]{
    height: 500px;
  }
  .lg\:max-w-2xl{
    max-width: 42rem;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-5xl{
    max-width: 64rem;
  }
  .lg\:max-w-6xl{
    max-width: 72rem;
  }
  .lg\:max-w-7xl{
    max-width: 80rem;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .lg\:max-w-sm{
    max-width: 24rem;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:columns-1{
    columns: 1;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[360px_1fr\]{
    grid-template-columns: 360px 1fr;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:text-24px{
    font-size: 1.5rem;
  }
  .lg\:text-48px{
    font-size: 3rem;
  }
  .lg\:text-64px{
    font-size: 4rem;
  }
  .lg\:text-80px{
    font-size: 5rem;
  }
  .lg\:text-96px{
    font-size: 6rem;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
}

@media (min-width: 1352px){
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[600px\]{
    height: 600px;
  }
  .xl\:max-w-2xl{
    max-width: 42rem;
  }
  .xl\:max-w-3xl{
    max-width: 48rem;
  }
  .xl\:max-w-4xl{
    max-width: 56rem;
  }
  .xl\:max-w-5xl{
    max-width: 64rem;
  }
  .xl\:max-w-6xl{
    max-width: 72rem;
  }
  .xl\:max-w-7xl{
    max-width: 80rem;
  }
  .xl\:max-w-lg{
    max-width: 32rem;
  }
  .xl\:max-w-md{
    max-width: 28rem;
  }
  .xl\:max-w-sm{
    max-width: 24rem;
  }
  .xl\:max-w-xl{
    max-width: 36rem;
  }
  .xl\:columns-2{
    columns: 2;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:text-120px{
    font-size: 7.5rem;
  }
  .xl\:text-80px{
    font-size: 5rem;
  }
}

@media (min-width: 1452px){
  .\32xl\:max-w-2xl{
    max-width: 42rem;
  }
  .\32xl\:max-w-3xl{
    max-width: 48rem;
  }
  .\32xl\:max-w-4xl{
    max-width: 56rem;
  }
  .\32xl\:max-w-5xl{
    max-width: 64rem;
  }
  .\32xl\:max-w-6xl{
    max-width: 72rem;
  }
  .\32xl\:max-w-7xl{
    max-width: 80rem;
  }
  .\32xl\:max-w-lg{
    max-width: 32rem;
  }
  .\32xl\:max-w-md{
    max-width: 28rem;
  }
  .\32xl\:max-w-sm{
    max-width: 24rem;
  }
  .\32xl\:max-w-xl{
    max-width: 36rem;
  }
}
