/* Make the navigation fixed and always visible */
#headrow {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
height: 3.75rem
}

/* SVG Container - Modified */
.svg-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 3.75rem - 72px);
    overflow: hidden;
    border: 0;
    margin: auto;
}

.svg-container svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;      /* Let width adjust to maintain aspect ratio */
    height: 100%;    /* Always fill the container height */
    border: 0;
    margin: auto;
}

/* Main Content (Simplified) */
main.content {
    margin-top: 3.75rem;
    border: 0;
    background-color: #FDE68A; /* bg-yellow-200 */
}

/* Footer mit minimaler Anfangshöhe und scrollbarem Inhalt */
footer {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
ul#css3menu1,
ul#css3menu1 ul {
    border: .0625rem solid #fff;
    list-style: none;
    padding: 0
}

ul#css3menu1 {
    background-color: silver;
    border-radius: 11px;
    zoom: 1;
    background-image: none;
    *display: inline;
    font-size: 0;
    padding: .3125rem .3125rem .3125rem 0;
    position: relative;
    z-index: 999
}

ul#css3menu1 ul {
    background-color: #fff;
    border-color: #000;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-width: 0;
    -webkit-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
    display: none;
    left: 0;
    padding: 0 .5rem .5rem;
    position: absolute
}

ul#css3menu1 li:hover>* {
    display: block
}

ul#css3menu1 li {
    display: block;
    float: left;
    font-size: 0;
    position: relative;
    white-space: nowrap
}

ul#css3menu1 li:hover {
    z-index: 1
}

* html ul#css3menu1 li a,
ul#css3menu1 {
    display: inline-block
}

ul#css3menu1>li {
    margin: 0 0 0 .3125rem
}

ul#css3menu1 ul>li {
    margin: .3125rem 0 0
}

ul#css3menu1 a:active,
ul#css3menu1 a:focus {
    outline-style: none
}

ul#css3menu1 a {
    background-repeat: repeat;
    border-style: none;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font: 1rem Trebuchet MS, sans-serif;
    padding: .5rem;
    text-align: left;
    text-shadow: #999 0 1px 1px;
    vertical-align: middle
}

ul#css3menu1 ul li {
    float: none;
    margin: .375rem 0 0
}

ul#css3menu1 ul a {
    background-color: #fff;
    background-image: none;
    border: 0 solid #000;
    color: #000;
    font: .875rem Trebuchet MS, sans-serif;
    padding: .25rem;
    text-align: left;
    text-shadow: #000 0 0 0
}

ul#css3menu1 li a.pressed,
ul#css3menu1 li:hover>a,
ul#css3menu1 li>a.pressed {
    border-style: none;
    color: #fff;
    text-shadow: #999 0 0 0
}

ul#css3menu1 img {
    border: 0;
    margin-left: .5rem;
    vertical-align: middle
}

ul#css3menu1 span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAAAXNSR0IArs4c6QAAAgRJREFUOMutlM9rE0EUx79vZpqGxm4au6ZdTSLaoFDBgkgtXnv0x8WL9uit+heIoCdB6KVUoQiKIF5F0LsKheJFxUL9WVLSpqmJ224I6dZmd3Y9xDZZJ0mp+GDZ4e2bz7797vsODYxOoF34RLWLtbj/WTP8pxBKgjMkjahvxDWEQwI+ASDCpiORNyvIFsrkeH57kB7r8gfTcQjOlcJwSODIoR4kjKg/nzFRLG9S43PWCDl53GgK+bvjoWN9ONDTta6ABGcYTMf3pMmJo3pMcBYEJY2ov1snamccqX7ND4CMuLZTcO/WBdy/fRGJfi2wMdGnYfrmeUzfOLeTO6jvC3YUDtU1JyJ0CI7xsRGkD/cCANKpXly/PIwOwUEs+AMUsbfj7oM3MK0N6LEIxsfOYGQoiWtXhqHHIjBLG7jzcKbppyqg3I8yHj97h4q9he5IJ65eOo3uSCcq9hYePf+A5UK5NehX1Q0kF7JrmHoyi6ojQQRUHYnJp2/xfWktUNe4jwHAalF9S3alhJevPiOzvI4Xr78gmy8pNXmzUtd2YHQCgjOcPZVqOgLbFqkZtGZiEMHxPMzMrZDj+XXTutLDp4XinuZoPmNarvRUsU3Lprmvq3ClbAtwpYeP3wr4WbL3tzStadk0+34p4P5GYQPuZ9T+GHGlh8WcRYs5q+XBBqLd5+hf4zeBaMKZF3CPjwAAAABJRU5ErkJggg==);
    background-position: 100%;
    background-repeat: no-repeat;
    display: block;
    overflow: visible;
    padding-right: 1.1875rem
}

ul#css3menu1>li.hamburger {
    cursor: pointer;
    display: none;
    height: 1.25rem;
    padding: .5rem 1.125rem;
    width: 1.5625rem
}

ul#css3menu1>li.hamburger:before {
    border-radius: 4px;
    content: "";
    display: block;
    height: .25rem;
    position: absolute;
    top: -2px;
    width: 1.5625rem
}

ul#css3menu1>li.hamburger:before,
ul#css3menu1>li.hamburger:hover:before {
    background: #fff;
    -webkit-box-shadow: 0 8px #fff, 0 16px #fff;
    box-shadow: 0 8px #fff, 0 16px #fff
}

#css3menu-switcher,
.c3m-switch-input {
    display: none
}

ul#css3menu1 a,
ul#css3menu1 li:hover>a,
ul#css3menu1 li>a.pressed,
ul#css3menu1 ul a {
    text-decoration: none
}

ul#css3menu1 ul li:hover>a,
ul#css3menu1 ul li>a.pressed {
    background-color: #f8ac00;
    background-image: none;
    border-color: #4a64a0;
    border-style: solid;
    color: #fff;
    text-decoration: none;
    text-shadow: #fff 0 0 0
}

ul#css3menu1 li.topmenu>a {
    background-color: transparent;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px
}

ul#css3menu1 li.topmenu:hover>a,
ul#css3menu1 li.topmenu>a.pressed {
    background-color: #f8ac00
}

@media screen and (max-width:57.5rem) {
    ul#css3menu1 a {
        font: .875rem;
        padding-left: .25rem;
        padding-right: .25rem
    }
}

@media screen and (max-width:51.25rem) {
    ul#css3menu1 a {
        font: .75rem;
        padding-left: .125rem;
        padding-right: .125rem
    }
}

@media screen and (max-width:49.0625rem) {
    ul#css3menu1>li {
        position: static
    }

    ul#css3menu1 li>ul,
    ul#css3menu1 ul .submenu {
        left: 0;
        right: auto;
        top: 100%
    }

    ul#css3menu1 .column,
    ul#css3menu1 .submenu,
    ul#css3menu1 ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 0;
        width: 100% !important
    }
}

@media screen and (max-width:49rem) {
    ul#css3menu1 {
        margin-left: .3125rem;
        margin-right: .3125rem;
        top: 10px;
        width: 6.875rem
    }

    ul#css3menu1>li.hamburger {
        left: .625rem;
        margin-top: .1875rem
    }

    .c3m-switch-input:checked+ul#css3menu1 {
        width: 17.5rem
    }

    ul#css3menu1>li {
        display: none;
        position: relative;
        width: 16.25rem !important
    }

    .c3m-switch-input:checked+ul#css3menu1>li+li,
    ul#css3menu1>li.hamburger {
        display: block
    }

    .c3m-switch-input:checked+ul#css3menu1>li.hamburger:after,
    .c3m-switch-input:checked+ul#css3menu1>li.hamburger:before {
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        content: "";
        height: 1.375rem;
        position: absolute;
        right: 1.625rem;
        top: -2px;
        width: .1875rem
    }

    .c3m-switch-input:checked+ul#css3menu1>li.hamburger:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .c3m-switch-input:checked+ul#css3menu1>li.hamburger:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    ul#css3menu1>li.hamburger>label {
        bottom: 0;
        cursor: pointer;
        height: 3.125rem;
        left: 0;
        position: absolute;
        right: 0;
        top: -10px;
        width: 3.125rem
    }

    .hamburger-text {
        align-text: center;
        bottom: 16px;
        color: #fff;
        font-size: 1.25rem;
        position: absolute;
        right: 3rem;
        text-transform: uppercase
    }

    ul#css3menu1 a,
    ul#css3menu1 ul a {
        text-align: right
    }

    ul#css3menu1 span {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAAAXNSR0IArs4c6QAAAgRJREFUOMutlM9rE0EUx79vZpqGxm4au6ZdTSLaoFDBgkgtXnv0x8WL9uit+heIoCdB6KVUoQiKIF5F0LsKheJFxUL9WVLSpqmJ224I6dZmd3Y9xDZZJ0mp+GDZ4e2bz7797vsODYxOoF34RLWLtbj/WTP8pxBKgjMkjahvxDWEQwI+ASDCpiORNyvIFsrkeH57kB7r8gfTcQjOlcJwSODIoR4kjKg/nzFRLG9S43PWCDl53GgK+bvjoWN9ONDTta6ABGcYTMf3pMmJo3pMcBYEJY2ov1snamccqX7ND4CMuLZTcO/WBdy/fRGJfi2wMdGnYfrmeUzfOLeTO6jvC3YUDtU1JyJ0CI7xsRGkD/cCANKpXly/PIwOwUEs+AMUsbfj7oM3MK0N6LEIxsfOYGQoiWtXhqHHIjBLG7jzcKbppyqg3I8yHj97h4q9he5IJ65eOo3uSCcq9hYePf+A5UK5NehX1Q0kF7JrmHoyi6ojQQRUHYnJp2/xfWktUNe4jwHAalF9S3alhJevPiOzvI4Xr78gmy8pNXmzUtd2YHQCgjOcPZVqOgLbFqkZtGZiEMHxPMzMrZDj+XXTutLDp4XinuZoPmNarvRUsU3Lprmvq3ClbAtwpYeP3wr4WbL3tzStadk0+34p4P5GYQPuZ9T+GHGlh8WcRYs5q+XBBqLd5+hf4zeBaMKZF3CPjwAAAABJRU5ErkJggg==);
        background-position: 100%;
        background-repeat: no-repeat;
        display: block;
        overflow: visible;
        padding-left: 1.1875rem;
        padding-left: 0;
        padding-right: 1.1875rem
    }

    ul#css3menu1 ul {
        position: relative;
        right: 0
    }

    ul#css3menu1 li {
        float: right
    }

    ul#css3menu1 a {
        font: 1rem;
        padding-left: .25rem;
        padding-right: .25rem
    }

    .logo {
        display: inline-block
    }
}

@media screen and (min-width:49.0625rem) {

    #logo,
    .hamburger {
        display: none
    }

    #headrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    justify-items: center;
    place-items: center
    }
}

/* -------------------------------------------------------------------------- */
/* STILE FÜR UNTERMENÜS (2. UND TIEFER) */
/* -------------------------------------------------------------------------- */

/* Pfeil-Icon für Untermenüs der 2. Ebene und tiefer */
ul#css3menu1 ul ul span {
    background-image: url(data:image/png;base64,...); /* Pfeil-Icon als Base64-kodierte PNG-Datei */
    background-position: 100%; /* Positionierung des Pfeils rechts */
    background-repeat: no-repeat; /* Keine Wiederholung des Hintergrundbilds */
    display: block;
    overflow: visible;
    padding-right: 1.1875rem; /* Platz für das Pfeil-Icon rechts */
}

/* Verschiebung der Untermenüs der 2. Ebene nach rechts */
ul#css3menu1 ul ul {
    left: 100%; /* Positionierung rechts vom Elternelement */
    top: 0;  /* Ausrichtung an der Oberkante des Elternelements */
}

/* -------------------------------------------------------------------------- */
/* RESPONSIVE STILE FÜR UNTERMENÜS (2. UND TIEFER) */
/* -------------------------------------------------------------------------- */

/* Anpassungen für Bildschirme unter 768 Pixel Breite (Hamburger-Menü) */
@media screen and (max-width: 49.0625rem) {
    /* Verschiebung der Untermenüs der 2. Ebene nach unten */
    ul#css3menu1 ul ul {
        left: 0;  /* Zurücksetzen der Positionierung für Hamburger-Menü */
        top: 100%; /* Positionierung unterhalb des Elternelements */
    }
}

#logo {
float: left;
padding: 0 1.875rem
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    margin: 0;
    font-family: inherit;
    line-height: inherit
}

hr {
    color: inherit;
    height: 0
}

abbr[title] {
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

hr {
    border-top-width: .0625rem
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

[role=button],
button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    height: auto;
    max-width: 100%
}

* {
    --tw-shadow: 0 0 transparent;
    --tw-ring-inset: var(--tw-empty,
                         /*!*/
                         /*!*/
    );
    --tw-ring-offset-width: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: .0625rem;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .5rem .75rem
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    --tw-ring-inset: var(--tw-empty,
                         /*!*/
                         /*!*/
    );
    --tw-ring-offset-width: 0;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    border-color: #2563eb;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
    outline: 2px solid transparent;
    outline-offset: 2px
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-date-and-time-value {
    min-height: 1.5em
}

select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    color-adjust: exact;
    padding-right: 2.5rem
}

[multiple] {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: initial;
    color-adjust: unset;
    padding-right: .75rem
}

[type=checkbox],
[type=radio] {
    appearance: none;
    background-color: #fff;
    background-origin: border-box;
    border-color: #6b7280;
    border-width: .0625rem;
    color: #2563eb;
    color-adjust: exact;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    user-select: none;
    vertical-align: middle;
    width: 1rem
}

[type=checkbox] {
    border-radius: 0
}

[type=radio] {
    border-radius: 100%
}

[type=checkbox]:focus,
[type=radio]:focus {
    --tw-ring-inset: var(--tw-empty,
                         /*!*/
                         /*!*/
    );
    --tw-ring-offset-width: 0.125rem;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
    outline: 2px solid transparent;
    outline-offset: 2px
}

[type=checkbox]:checked,
[type=radio]:checked {
    background-color: currentColor;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")
}

[type=radio]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}

[type=checkbox]:checked:focus,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus,
[type=radio]:checked:hover {
    background-color: currentColor;
    border-color: transparent
}

[type=checkbox]:indeterminate {
    background-color: currentColor;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent
}

[type=checkbox]:indeterminate:focus,
[type=checkbox]:indeterminate:hover {
    background-color: currentColor;
    border-color: transparent
}

[type=file] {
    background: unset;
    border-color: inherit;
    border-radius: 0;
    border-width: 0;
    font-size: unset;
    line-height: inherit;
    padding: 0
}

[type=file]:focus {
    outline: 1px auto -webkit-focus-ring-color
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width:40rem) {
    .container {
        max-width: 40rem
    }
}

@media (min-width:48rem) {
    .container {
        max-width: 48rem
    }
}

@media (min-width:64rem) {
    .container {
        max-width: 64rem
    }
}

@media (min-width:80rem) {
    .container {
        max-width: 80rem
    }
}

@media (min-width:96rem) {
    .container {
        max-width: 96rem
    }
}

.prose {
    color: #374151;
    max-width: 65ch;
    font-size: 1rem;
    line-height: 1.75
}

.prose [class~=lead] {
    color: #4b5563;
    font-size: 1.25em;
    line-height: 1.6;
    margin-bottom: 1.2em;
    margin-top: 1.2em
}

.prose a {
    color: #111827;
    font-weight: 500;
    text-decoration: underline
}

.prose strong {
    color: #111827;
    font-weight: 600
}

.prose ol[type=A] {
    --list-counter-style: upper-alpha
}

.prose ol[type=a] {
    --list-counter-style: lower-alpha
}

.prose ol[type=A s] {
    --list-counter-style: upper-alpha
}

.prose ol[type=a s] {
    --list-counter-style: lower-alpha
}

.prose ol[type=I] {
    --list-counter-style: upper-roman
}

.prose ol[type=i] {
    --list-counter-style: lower-roman
}

.prose ol[type=I s] {
    --list-counter-style: upper-roman
}

.prose ol[type=i s] {
    --list-counter-style: lower-roman
}

.prose ol[type="1"] {
    --list-counter-style: decimal
}

.prose ol>li,
.prose ul>li {
    padding-left: 1.75em;
    position: relative
}

.prose ol>li:before {
    color: #6b7280;
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    font-weight: 400;
    left: 0;
    position: absolute
}

.prose ul>li:before {
    background-color: #d1d5db;
    border-radius: 50%;
    content: "";
    height: .375em;
    left: .25em;
    position: absolute;
    top: .6875em;
    width: .375em
}

.prose hr {
    border-color: #e5e7eb;
    border-top-width: .0625rem;
    margin-bottom: 3em;
    margin-top: 3em
}

.prose blockquote {
    border-left-color: #e5e7eb;
    border-left-width: .25rem;
    color: #111827;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 1.6em;
    margin-top: 1.6em;
    padding-left: 1em;
    quotes: "\201C" "\201D" "\2018" "\2019"
}

.prose blockquote p:first-of-type:before {
    content: open-quote
}

.prose blockquote p:last-of-type:after {
    content: close-quote
}

.prose h1 {
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.1111111;
    margin-bottom: .8888889em;
    margin-top: 0
}

.prose h2 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
    margin-bottom: 1em;
    margin-top: 2em
}

.prose h3 {
    font-size: 1.25em;
    line-height: 1.6;
    margin-bottom: .6em;
    margin-top: 1.6em;
    font-weight: 600
}

.prose h4 {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5em;
    margin-top: 1.5em
}

.prose figure figcaption {
    color: #6b7280;
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose code {
    font-size: .875em;
    font-weight: 600
}

.prose code:after,
.prose code:before {
    content: "`"
}

.prose a code,
.prose code,
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose thead {
    color: #111827
}

.prose pre,
.prose table {
    font-size: .875em;
    line-height: 1.7142857
}

.prose pre {
    background-color: #1f2937;
    border-radius: .375rem;
    color: #e5e7eb;
    margin-bottom: 1.7142857em;
    margin-top: 1.7142857em;
    overflow-x: auto;
    padding: .8571429em 1.1428571em
}

.prose pre code {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    padding: 0
}

.prose pre code:after,
.prose pre code:before {
    content: none
}

.prose table {
    margin-bottom: 2em;
    margin-top: 2em;
    table-layout: auto;
    text-align: left;
    width: 100%
}

.prose thead {
    border-bottom-color: #d1d5db;
    border-bottom-width: .0625rem;
    font-weight: 600
}

.prose thead th {
    padding-bottom: .5714286em;
    padding-left: .5714286em;
    padding-right: .5714286em;
    vertical-align: bottom
}

.prose tbody tr {
    border-bottom-color: #e5e7eb;
    border-bottom-width: .0625rem
}

.prose tbody tr:last-child {
    border-bottom-width: 0
}

.prose tbody td {
    padding: .5714286em;
    vertical-align: top
}

.prose ol,
.prose p,
.prose ul {
    margin-bottom: 1.25em;
    margin-top: 1.25em
}

.prose figure,
.prose img,
.prose video {
    margin-bottom: 2em;
    margin-top: 2em
}

.prose figure>* {
    margin-bottom: 0;
    margin-top: 0
}

.prose h2 code {
    font-size: .875em
}

.prose h3 code {
    font-size: .9em
}

.prose li {
    margin-bottom: .5em;
    margin-top: .5em
}

.prose ol ol,
.prose ol ul,
.prose ul ol,
.prose ul ul,
.prose>ul>li p {
    margin-bottom: .75em;
    margin-top: .75em
}

.prose>ul>li>:first-child {
    margin-top: 1.25em
}

.prose>ul>li>:last-child {
    margin-bottom: 1.25em
}

.prose>ol>li>:first-child {
    margin-top: 1.25em
}

.prose>ol>li>:last-child {
    margin-bottom: 1.25em
}

.prose h2+*,
.prose h3+*,
.prose h4+*,
.prose hr+* {
    margin-top: 0
}

.prose tbody td:first-child,
.prose thead th:first-child {
    padding-left: 0
}

.prose tbody td:last-child,
.prose thead th:last-child {
    padding-right: 0
}

.prose>:first-child {
    margin-top: 0
}

.prose>:last-child {
    margin-bottom: 0
}

.btn {
    border-radius: .5rem;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.25rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
    padding: .25rem .75rem;
    text-transform: uppercase
}

.btn:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-offset-width: 0.125rem;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media (min-width:40rem) {
    .btn {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.btn-primary {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity))
}

.btn-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5
}

.btn-primary:active,
.btn-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity))
}

.btn-secondary {
    --tw-text-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.btn-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.btn-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5
}

.btn-secondary:active {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: .0625rem;
    margin: -.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: .0625rem
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.static {
    position: static
}

.sticky {
    position: sticky
}

.inset-0 {
    bottom: 0;
    top: 0
}

.inset-0,
.inset-x-0 {
    left: 0;
    right: 0
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.float-left {
    float: left
}

.float-none {
    float: none
}

.clear-both {
    clear: both
}

.m-0 {
    margin: 0
}

.my-auto {
    margin-bottom: auto;
    margin-top: auto
}

.my-0 {
    margin-bottom: 0;
    margin-top: 0
}

.my-1 {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}

.mt-0 {
    margin-top: 0
}

.mt-2 {
    margin-top: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-auto {
    margin-top: auto
}

.mb-0 {
    margin-bottom: 0
}

.ml-auto {
    margin-left: auto
}

.mt-px {
    margin-top: .0625rem
}

.box-border {
    box-sizing: border-box
}

.block {
    display: block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-4 {
    height: 1rem
}

.h-6 {
    height: 1.5rem
}

.h-12 {
    height: 3rem
}

.h-full {
    height: 100%
}

.h-10 {
    height: 2.5rem
}

.h-11 {
    height: 2.75rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.max-h-full {
    max-height: 100%
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.w-10 {
    width: 2.5rem
}

.w-6 {
    width: 1.5rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-4xl {
    max-width: 56rem
}

.flex-grow {
    flex-grow: 1
}

.border-collapse {
    border-collapse: collapse
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-4 {
    gap: 1rem
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.25rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.25rem*var(--tw-space-x-reverse))
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.justify-self-start {
    justify-self: start
}

.overflow-visible {
    overflow: visible
}

.rounded-lg {
    border-radius: .5rem
}

.rounded {
    border-radius: .25rem
}

.border {
    border-width: .0625rem
}

.border-0 {
    border-width: 0
}

.border-b {
    border-bottom-width: .0625rem
}

.border-b-0 {
    border-bottom-width: 0
}

.border-t-4 {
    border-top-width: .25rem
}

.border-r-4 {
    border-right-width: .25rem
}

.border-l-4 {
    border-left-width: .25rem
}

.border-solid {
    border-style: solid
}

.border-none {
    border-style: none
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}

.border-gray-100,
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
}

.border-gray-200 {
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.border-white,
.border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-yellow-500 {
    border-color: rgba(245, 158, 11, var(--tw-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.border-gray-500,
.border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}

.border-red-900 {
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
}

.bg-gray-100,
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-gray-100 {
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.bg-brand-light,
.bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 177, 114, var(--tw-bg-opacity))
}

.bg-yellow-200 {
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity))
}

.bg-brand-dark,
.bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 158, 80, var(--tw-bg-opacity))
}

.bg-yellow-600 {
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-opacity-0 {
    --tw-bg-opacity: 0
}

.bg-clip-padding {
    background-clip: padding-box
}

.fill-current {
    fill: currentColor
}

.object-center {
    object-position: center
}

.p-2 {
    padding: .5rem
}

.p-5 {
    padding: 1.25rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pl-0 {
    padding-left: 0
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-2 {
    padding-top: .5rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-middle {
    vertical-align: middle
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.normal-case {
    text-transform: none
}

.leading-snug {
    line-height: 1.375
}

.leading-6 {
    line-height: 1.5rem
}

.leading-none {
    line-height: 1
}

.leading-5 {
    line-height: 1.25rem
}

.text-gray-600,
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.text-gray-600 {
    color: rgba(75, 85, 99, var(--tw-text-opacity))
}

.text-gray-500,
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.text-gray-800 {
    color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.text-blue-600,
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
}

.text-gray-700 {
    color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.text-blue-700,
.text-white {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
}

.text-white {
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-black,
.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity))
}

.text-black {
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.no-underline {
    text-decoration: none
}

.underline {
    text-decoration: underline
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.shadow-lg,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.transition {
    transition-duration: .15s;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.visited\:text-purple-600:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity))
}

.hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem
}

.hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
}

.hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity))
}

.hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
}

.hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
}

.hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity))
}

.hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
}

.hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity))
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
}

.hover\:underline:hover {
    text-decoration: underline
}

.hover\:no-underline:hover {
    text-decoration: none
}

.focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
}

.focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity))
}

.focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
}

.focus\:no-underline:focus {
    text-decoration: none
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media (min-width:40rem) {
    .sm\:relative {
        position: relative
    }

    .sm\:my-6 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }

    .sm\:mt-8 {
        margin-top: 2rem
    }

    .sm\:mt-4 {
        margin-top: 1rem
    }

    .sm\:mt-6 {
        margin-top: 1.5rem
    }

    .sm\:flex {
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-6 {
        height: 1.5rem
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:max-w-xl {
        max-width: 36rem
    }

    .sm\:flex-none {
        flex: none
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:self-center {
        align-self: center
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:py-0 {
        padding-bottom: 0;
        padding-top: 0
    }

    .sm\:py-1 {
        padding-bottom: .25rem;
        padding-top: .25rem
    }

    .sm\:pr-4 {
        padding-right: 1rem
    }

    .sm\:pt-2 {
        padding-top: .5rem
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:shadow-none {
        --tw-shadow: 0 0 transparent;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
    }
}

@media (min-width:48rem) {
    .md\:absolute {
        position: absolute
    }

    .md\:-m-px {
        margin: -.0625rem
    }

    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .md\:my-0 {
        margin-bottom: 0;
        margin-top: 0
    }

    .md\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-px {
        height: .0625rem
    }

    .md\:h-16 {
        height: 4rem
    }

    .md\:w-px {
        width: .0625rem
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:content-center {
        align-content: center
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:justify-self-center {
        justify-self: center
    }

    .md\:overflow-hidden {
        overflow: hidden
    }

    .md\:border-0 {
        border-width: 0
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width:64rem) {
    .lg\:prose-xl {
        font-size: 1.25rem;
        line-height: 1.8
    }

    .lg\:prose-xl ol,
    .lg\:prose-xl p,
    .lg\:prose-xl ul {
        margin-bottom: 1.2em;
        margin-top: 1.2em
    }

    .lg\:prose-xl [class~=lead] {
        font-size: 1.2em;
        line-height: 1.5;
        margin-bottom: 1em;
        margin-top: 1em
    }

    .lg\:prose-xl blockquote {
        margin-bottom: 1.6em;
        margin-top: 1.6em;
        padding-left: 1.0666667em
    }

    .lg\:prose-xl h1 {
        font-size: 2.8em;
        line-height: 1;
        margin-bottom: .8571429em;
        margin-top: 0
    }

    .lg\:prose-xl h2 {
        font-size: 1.8em;
        line-height: 1.1111111;
        margin-bottom: .8888889em;
        margin-top: 1.5555556em
    }

    .lg\:prose-xl h3 {
        font-size: 1.5em;
        line-height: 1.3333333;
        margin-bottom: .6666667em;
        margin-top: 1.6em
    }

    .lg\:prose-xl h4 {
        line-height: 1.6;
        margin-bottom: .6em;
        margin-top: 1.8em
    }

    .lg\:prose-xl figure,
    .lg\:prose-xl img,
    .lg\:prose-xl pre,
    .lg\:prose-xl video {
        margin-bottom: 2em;
        margin-top: 2em
    }

    .lg\:prose-xl figure>* {
        margin-bottom: 0;
        margin-top: 0
    }

    .lg\:prose-xl figure figcaption {
        font-size: .9em;
        line-height: 1.5555556;
        margin-top: 1em
    }

    .lg\:prose-xl h2 code {
        font-size: .8611111em
    }

    .lg\:prose-xl code,
    .lg\:prose-xl h3 code {
        font-size: .9em
    }

    .lg\:prose-xl pre {
        border-radius: .5rem;
        font-size: .9em;
        line-height: 1.7777778;
        padding: 1.1111111em 1.3333333em
    }

    .lg\:prose-xl li {
        margin-bottom: .6em;
        margin-top: .6em
    }

    .lg\:prose-xl ol>li,
    .lg\:prose-xl ul>li {
        padding-left: 1.8em
    }

    .lg\:prose-xl ol>li:before {
        left: 0
    }

    .lg\:prose-xl ul>li:before {
        height: .35em;
        left: .25em;
        top: .725em;
        width: .35em
    }

    .lg\:prose-xl ol ol,
    .lg\:prose-xl ol ul,
    .lg\:prose-xl ul ol,
    .lg\:prose-xl ul ul,
    .lg\:prose-xl>ul>li p {
        margin-bottom: .8em;
        margin-top: .8em
    }

    .lg\:prose-xl>ul>li>:first-child {
        margin-top: 1.2em
    }

    .lg\:prose-xl>ul>li>:last-child {
        margin-bottom: 1.2em
    }

    .lg\:prose-xl>ol>li>:first-child {
        margin-top: 1.2em
    }

    .lg\:prose-xl>ol>li>:last-child {
        margin-bottom: 1.2em
    }

    .lg\:prose-xl hr {
        margin-bottom: 2.8em;
        margin-top: 2.8em
    }

    .lg\:prose-xl h2+*,
    .lg\:prose-xl h3+*,
    .lg\:prose-xl h4+*,
    .lg\:prose-xl hr+* {
        margin-top: 0
    }

    .lg\:prose-xl table {
        font-size: .9em;
        line-height: 1.5555556
    }

    .lg\:prose-xl thead th {
        padding-bottom: .8888889em;
        padding-left: .6666667em;
        padding-right: .6666667em
    }

    .lg\:prose-xl tbody td:first-child,
    .lg\:prose-xl thead th:first-child {
        padding-left: 0
    }

    .lg\:prose-xl tbody td:last-child,
    .lg\:prose-xl thead th:last-child {
        padding-right: 0
    }

    .lg\:prose-xl tbody td {
        padding: .8888889em .6666667em
    }

    .lg\:prose-xl>:first-child {
        margin-top: 0
    }

    .lg\:prose-xl>:last-child {
        margin-bottom: 0
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:max-w-full {
        max-width: 100%
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:py-24 {
        padding-bottom: 6rem;
        padding-top: 6rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width:80rem) {
    .xl\:prose-xl {
        font-size: 1.25rem;
        line-height: 1.8
    }

    .xl\:prose-xl ol,
    .xl\:prose-xl p,
    .xl\:prose-xl ul {
        margin-bottom: 1.2em;
        margin-top: 1.2em
    }

    .xl\:prose-xl [class~=lead] {
        font-size: 1.2em;
        line-height: 1.5;
        margin-bottom: 1em;
        margin-top: 1em
    }

    .xl\:prose-xl blockquote {
        margin-bottom: 1.6em;
        margin-top: 1.6em;
        padding-left: 1.0666667em
    }

    .xl\:prose-xl h1 {
        font-size: 2.8em;
        line-height: 1;
        margin-bottom: .8571429em;
        margin-top: 0
    }

    .xl\:prose-xl h2 {
        font-size: 1.8em;
        line-height: 1.1111111;
        margin-bottom: .8888889em;
        margin-top: 1.5555556em
    }

    .xl\:prose-xl h3 {
        font-size: 1.5em;
        line-height: 1.3333333;
        margin-bottom: .6666667em;
        margin-top: 1.6em
    }

    .xl\:prose-xl h4 {
        line-height: 1.6;
        margin-bottom: .6em;
        margin-top: 1.8em
    }

    .xl\:prose-xl figure,
    .xl\:prose-xl img,
    .xl\:prose-xl pre,
    .xl\:prose-xl video {
        margin-bottom: 2em;
        margin-top: 2em
    }

    .xl\:prose-xl figure>* {
        margin-bottom: 0;
        margin-top: 0
    }

    .xl\:prose-xl figure figcaption {
        font-size: .9em;
        line-height: 1.5555556;
        margin-top: 1em
    }

    .xl\:prose-xl h2 code {
        font-size: .8611111em
    }

    .xl\:prose-xl code,
    .xl\:prose-xl h3 code {
        font-size: .9em
    }

    .xl\:prose-xl pre {
        border-radius: .5rem;
        font-size: .9em;
        line-height: 1.7777778;
        padding: 1.1111111em 1.3333333em
    }

    .xl\:prose-xl li {
        margin-bottom: .6em;
        margin-top: .6em
    }

    .xl\:prose-xl ol>li,
    .xl\:prose-xl ul>li {
        padding-left: 1.8em
    }

    .xl\:prose-xl ol>li:before {
        left: 0
    }

    .xl\:prose-xl ul>li:before {
        height: .35em;
        left: .25em;
        top: .725em;
        width: .35em
    }

    .xl\:prose-xl ol ol,
    .xl\:prose-xl ol ul,
    .xl\:prose-xl ul ol,
    .xl\:prose-xl ul ul,
    .xl\:prose-xl>ul>li p {
        margin-bottom: .8em;
        margin-top: .8em
    }

    .xl\:prose-xl>ul>li>:first-child {
        margin-top: 1.2em
    }

    .xl\:prose-xl>ul>li>:last-child {
        margin-bottom: 1.2em
    }

    .xl\:prose-xl>ol>li>:first-child {
        margin-top: 1.2em
    }

    .xl\:prose-xl>ol>li>:last-child {
        margin-bottom: 1.2em
    }

    .xl\:prose-xl hr {
        margin-bottom: 2.8em;
        margin-top: 2.8em
    }

    .xl\:prose-xl h2+*,
    .xl\:prose-xl h3+*,
    .xl\:prose-xl h4+*,
    .xl\:prose-xl hr+* {
        margin-top: 0
    }

    .xl\:prose-xl table {
        font-size: .9em;
        line-height: 1.5555556
    }

    .xl\:prose-xl thead th {
        padding-bottom: .8888889em;
        padding-left: .6666667em;
        padding-right: .6666667em
    }

    .xl\:prose-xl tbody td:first-child,
    .xl\:prose-xl thead th:first-child {
        padding-left: 0
    }

    .xl\:prose-xl tbody td:last-child,
    .xl\:prose-xl thead th:last-child {
        padding-right: 0
    }

    .xl\:prose-xl tbody td {
        padding: .8888889em .6666667em
    }

    .xl\:prose-xl>:first-child {
        margin-top: 0
    }

    .xl\:prose-xl>:last-child {
        margin-bottom: 0
    }

    .xl\:absolute {
        position: absolute
    }

    .xl\:mr-0 {
        margin-right: 0
    }

    .xl\:flex {
        display: flex
    }

    .xl\:hidden {
        display: none
    }

    .xl\:h-8 {
        height: 2rem
    }

    .xl\:max-w-xl {
        max-width: 36rem
    }

    .xl\:flex-grow-0 {
        flex-grow: 0
    }

    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:justify-start {
        justify-content: flex-start
    }

    .xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem
    }

    .xl\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

@media (min-width:96rem) {
    .\32xl\:col-span-2 {
        grid-column: span 2/span 2
    }

    .\32xl\:col-span-3 {
        grid-column: span 3/span 3
    }

    .\32xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

/*# sourceMappingURL=maps/style.css.map */
