.prose table {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-color: rgb(202 217 221 / var(--tw-border-opacity, 1));
    border-width: 2px;
}
.prose table tr:first-child {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(2 100 173 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 600;
}
.prose table tr:first-child td {
    --tw-border-opacity: 1;
    border-color: rgb(2 100 173 / var(--tw-border-opacity, 1));
}
.prose table td {
    --tw-border-opacity: 1;
    border-color: rgb(202 217 221 / var(--tw-border-opacity, 1));
    border-width: 2px;
    padding: 1rem;
    text-align: center;
}
.prose iframe {
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
}
.embed-container {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.embed-container embed,
.embed-container iframe,
.embed-container object,
.embed-container video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
:root {
    --vc-clr-primary: #000;
    --vc-clr-secondary: #090f207f;
    --vc-clr-white: #fff;
    --vc-trk-height: auto;
}
.carousel {
    box-sizing: border-box;
    overscroll-behavior: none;
    position: relative;
    text-align: center;
    touch-action: pan-y;
}
.carousel.is-dragging {
    touch-action: none;
}
.carousel * {
    box-sizing: border-box;
}
.carousel__track {
    display: flex;
    height: var(--vc-trk-height);
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
.carousel__viewport {
    overflow: hidden;
}
.carousel__sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.carousel.is-ttb .carousel__track {
    flex-direction: column;
}
.carousel.is-btt .carousel__track {
    flex-direction: column-reverse;
}
:root {
    --vc-icn-width: 1.2em;
}
.carousel__icon {
    fill: currentColor;
    height: var(--vc-icn-width);
    width: var(--vc-icn-width);
}
:root {
    --vc-nav-width: 30px;
    --vc-nav-height: 30px;
    --vc-nav-border-radius: 0;
    --vc-nav-color: var(--vc-clr-primary);
    --vc-nav-color-hover: var(--vc-clr-secondary);
    --vc-nav-background: #0000;
}
.carousel__next,
.carousel__prev {
    align-items: center;
    background: var(--vc-nav-background);
    border: 0;
    border-radius: var(--vc-nav-border-radius);
    box-sizing: initial;
    color: var(--vc-nav-color);
    cursor: pointer;
    display: flex;
    font-size: var(--vc-nav-height);
    height: var(--vc-nav-height);
    justify-content: center;
    margin: 0 10px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: var(--vc-nav-width);
}
.carousel__next--disabled,
.carousel__prev--disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.carousel__prev {
    left: 0;
}
.carousel__next {
    right: 0;
}
.carousel.is-rtl .carousel__prev {
    left: auto;
    right: 0;
}
.carousel.is-rtl .carousel__next {
    left: 0;
    right: auto;
}
.carousel.is-vertical .carousel__next,
.carousel.is-vertical .carousel__prev {
    left: auto;
    right: 0;
    top: auto;
    transform: translateY(0);
}
.carousel.is-btt .carousel__prev {
    bottom: 0;
}
.carousel.is-btt .carousel__next,
.carousel.is-ttb .carousel__prev {
    top: 0;
}
.carousel.is-ttb .carousel__next {
    bottom: 0;
}
@media (hover: hover) {
    .carousel__next:hover,
    .carousel__prev:hover {
        color: var(--vc-nav-color-hover);
    }
}
:root {
    --vc-pgn-width: 12px;
    --vc-pgn-height: 4px;
    --vc-pgn-margin: 4px;
    --vc-pgn-border-radius: 0;
    --vc-pgn-background-color: var(--vc-clr-secondary);
    --vc-pgn-active-color: var(--vc-clr-primary);
}
.carousel__pagination {
    bottom: 5px;
    display: flex;
    justify-content: center;
    left: 50%;
    line-height: 0;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    transform: translateX(-50%);
}
.carousel__pagination-button {
    background: #0000;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: var(--vc-pgn-margin);
}
.carousel__pagination-button:after {
    background-color: var(--vc-pgn-background-color);
    border-radius: var(--vc-pgn-border-radius);
    content: '';
    display: block;
    height: var(--vc-pgn-height);
    width: var(--vc-pgn-width);
}
.carousel__pagination-button--active:after {
    background-color: var(--vc-pgn-active-color);
}
@media (hover: hover) {
    .carousel__pagination-button:hover:after {
        background-color: var(--vc-pgn-active-color);
    }
}
.carousel__slide {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin: 0;
    transform: translateZ(0);
}
.carousel__pagination {
    bottom: -65px;
}
.vue3-carousel .carousel {
    max-width: 1480px;
    padding-left: 50px;
}
.carousel__slide--active {
    opacity: 1 !important;
}
.carousel__slide {
    opacity: 0.3;
}
.carousel__pagination-button:hover:after {
    background-color: #005cac92;
}
.carousel__pagination-button:after {
    background-color: #fff;
    border: 1px solid #3f71b5 !important;
    border-radius: 100%;
    cursor: pointer !important;
    height: 18px;
    width: 18px;
}
.carousel__pagination-button--active:after {
    background-color: #005bac;
}
@media (min-width: 768px) {
    .vue3-carousel .carousel {
        padding-left: 100px;
    }
}
@media (min-width: 1480px) {
    .vue3-carousel .right-0 {
        right: 100px;
    }
}
.forminator-ui {
    margin-top: 0.5rem !important;
}
.forminator-response-message {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
    margin-bottom: 1rem !important;
}
.forminator-response-message:before {
    margin-right: 1rem;
}
.forminator-input,
.forminator-label,
.forminator-select {
    --tw-text-opacity: 1 !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.forminator-label {
    color: inherit !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.25rem !important;
    margin-bottom: 0.5rem !important;
}
.forminator-input,
.forminator-response-message,
.forminator-textarea {
    --tw-bg-opacity: 1 !important;
    --tw-drop-shadow: drop-shadow(0px 2px 46px #bcbcbc4d) !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    border-radius: 0.25rem !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
    font-family: Open Sans !important;
    padding: 0.75rem !important;
}
.forminator-button-submit {
    --tw-bg-opacity: 1 !important;
    --tw-text-opacity: 1 !important;
    align-items: center !important;
    background-color: rgb(2 100 173 / var(--tw-bg-opacity, 1)) !important;
    border-radius: 0.25rem !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    display: inline-flex !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    justify-content: center !important;
    line-height: 1.25rem !important;
    overflow: hidden !important;
    padding: 0.75rem 1.75rem !important;
    text-align: center !important;
    width: auto !important;
}
.forminator-button-submit:focus {
    outline: 2px solid #0000 !important;
    outline-offset: 2px !important;
}
@media (min-width: 1024px) {
    .forminator-button-submit {
        width: max-content !important;
    }
}
@media (min-width: 1280px) {
    .forminator-button-submit {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}
.forminator-button-submit:active,
.forminator-button-submit:hover {
    --tw-bg-opacity: 1 !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    background-color: rgb(30 45 84 / var(--tw-bg-opacity, 1)) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.forminator-repeater-label {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    line-height: 2rem !important;
    margin-bottom: 2rem !important;
}
.forminator-all-group-copies {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    background-color: initial !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    padding: 0 !important;
}
.forminator-repeater-action-button {
    display: none !important;
}
.forminator-checkbox__wrapper .forminator-checkbox-box {
    --tw-bg-opacity: 1 !important;
    --tw-drop-shadow: drop-shadow(0px 2px 46px #bcbcbc4d) !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.forminator-checkbox__wrapper .forminator-checkbox__label p {
    margin-top: 0 !important;
}
.forminator-select .select2-selection {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    border-radius: 0.25rem !important;
    font-family: Open Sans !important;
    padding: 0.25rem !important;
}
.forminator-grecaptcha-badge,
.forminator-select .select2-selection {
    --tw-drop-shadow: drop-shadow(0px 2px 46px #bcbcbc4d) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.forminator-separator {
    padding-top: 1.25rem !important;
    position: relative;
}
.forminator-separator:before {
    background-image: linear-gradient(90deg, #0000, #54575c33, #0000);
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
body .wpcf7-form input,
body .wpcf7-form select,
body .wpcf7-form textarea {
    outline: 0;
    padding: 0.75rem 1rem;
    width: 100%;
}
@media (max-width: 768px) {
    body form.wpcf7-form .flex {
        display: block;
    }
    body form.wpcf7-form .flex .w-6\/12 {
        width: 100% !important;
    }
}
.wpcf7-form .cf-para {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    border-radius: 0.25rem;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    line-height: 1.3em;
}
body .cf-para label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
body .wpcf7-form-control-wrap {
    display: block;
    margin-top: 0.5rem;
}
body .cf-para label sup {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.wpcf7-list-item input {
    height: 1.25rem;
    width: 1.25rem;
}
.wpcf7-list-item-label {
    display: none;
}
.cf7-radio-element label {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}
@media (max-width: 768px) {
    body form.wpcf7-form .cf7-radio-element label {
        display: block;
    }
    body form.wpcf7-form .cf7-radio-element label .w-6\/12 {
        width: 100% !important;
    }
}
body form.wpcf7-form .cf7-radio-element .wpcf7-list-item {
    margin-left: 0;
}
body form.wpcf7-form .cf7-radio-element .wpcf7-list-item input {
    width: 1rem;
}
@media (min-width: 768px) {
    body form.wpcf7-form .cf7-radio-element .wpcf7-list-item input {
        width: 1.25rem;
    }
}
body form.wpcf7-form .cf7-radio-element label {
    font-size: 1rem;
    line-height: 1.5rem;
}
body form.wpcf7-form .cf7-submit-element input {
    --tw-text-opacity: 1;
    background-color: #0264ad;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 105px;
    padding: 0.75rem 1.75rem;
    text-align: left;
    transition: background 0.2s linear;
}
.wpcf7-form .wpcf7-not-valid-tip {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
}
body form.wpcf7-form .cf7-submit-element input:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(42 98 168 / var(--tw-bg-opacity, 1));
    cursor: pointer;
}
.cf7-radio-element .wpcf7-not-valid-tip {
    display: none;
}
.tippy-box[data-animation='fade'][data-state='hidden'] {
    opacity: 0;
}
[data-tippy-root] {
    max-width: calc(100vw - 10px);
}
.tippy-box {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    position: relative;
    transition-property: transform, visibility, opacity;
    white-space: normal;
}
.tippy-box[data-placement^='top'] > .tippy-arrow {
    bottom: 0;
}
.tippy-box[data-placement^='top'] > .tippy-arrow:before {
    border-top-color: initial;
    border-width: 8px 8px 0;
    bottom: -7px;
    left: 0;
    transform-origin: center top;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow {
    top: 0;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow:before {
    border-bottom-color: initial;
    border-width: 0 8px 8px;
    left: 0;
    top: -7px;
    transform-origin: center bottom;
}
.tippy-box[data-placement^='left'] > .tippy-arrow {
    right: 0;
}
.tippy-box[data-placement^='left'] > .tippy-arrow:before {
    border-left-color: initial;
    border-width: 8px 0 8px 8px;
    right: -7px;
    transform-origin: center left;
}
.tippy-box[data-placement^='right'] > .tippy-arrow {
    left: 0;
}
.tippy-box[data-placement^='right'] > .tippy-arrow:before {
    border-right-color: initial;
    border-width: 8px 8px 8px 0;
    left: -7px;
    transform-origin: center right;
}
.tippy-box[data-inertia][data-state='visible'] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
    color: #333;
    height: 16px;
    width: 16px;
}
.tippy-arrow:before {
    border-color: #0000;
    border-style: solid;
    content: '';
    position: absolute;
}
.tippy-content {
    padding: 5px 9px;
    position: relative;
    z-index: 1;
}
.tippy-box[data-theme~='light'] {
    background-color: #fff;
    box-shadow: 0 0 20px 4px #9aa1b126, 0 4px 80px -8px #24282f40,
        0 4px 4px -2px #5b5e6926;
    color: #26323d;
}
.tippy-box[data-theme~='light'][data-placement^='top'] > .tippy-arrow:before {
    border-top-color: #fff;
}
.tippy-box[data-theme~='light'][data-placement^='bottom']
    > .tippy-arrow:before {
    border-bottom-color: #fff;
}
.tippy-box[data-theme~='light'][data-placement^='left'] > .tippy-arrow:before {
    border-left-color: #fff;
}
.tippy-box[data-theme~='light'][data-placement^='right'] > .tippy-arrow:before {
    border-right-color: #fff;
}
.tippy-box[data-theme~='light'] > .tippy-backdrop {
    background-color: #fff;
}
.tippy-box[data-theme~='light'] > .tippy-svg-arrow {
    fill: #fff;
}
* >>> .tippy-box[data-theme~='light'] {
    text-align: center;
}
#cmplz-document {
    color: var(--tw-prose-body) !important;
    max-width: 65ch !important;
}
#cmplz-document
    :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.25em !important;
    margin-top: 1.25em !important;
}
#cmplz-document
    :where([class~='lead']):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: var(--tw-prose-lead) !important;
    font-size: 1.25em !important;
    line-height: 1.6 !important;
    margin-bottom: 1.2em !important;
    margin-top: 1.2em !important;
}
#cmplz-document
    :where(a):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-links) !important;
    font-weight: 500 !important;
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}
#cmplz-document
    :where(strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-bold) !important;
    font-weight: 600 !important;
}
#cmplz-document
    :where(a strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit !important;
}
#cmplz-document
    :where(blockquote strong):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit !important;
}
#cmplz-document
    :where(thead th strong):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit !important;
}
#cmplz-document
    :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    list-style-type: decimal !important;
    margin-bottom: 1.25em !important;
    margin-top: 1.25em !important;
    padding-inline-start: 1.625em !important;
}
#cmplz-document
    :where(ol[type='A']):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: upper-alpha !important;
}
#cmplz-document
    :where(ol[type='a']):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: lower-alpha !important;
}
#cmplz-document
    :where(ol[type='A s']):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: upper-alpha !important;
}
#cmplz-document
    :where(ol[type='a s']):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: lower-alpha !important;
}
#cmplz-document
    :where(ol[type='I']):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: upper-roman !important;
}
#cmplz-document
    :where(ol[type='i']):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: lower-roman !important;
}
#cmplz-document
    :where(ol[type='I s']):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: upper-roman !important;
}
#cmplz-document
    :where(ol[type='i s']):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: lower-roman !important;
}
#cmplz-document
    :where(ol[type='1']):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: decimal !important;
}
#cmplz-document
    :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    list-style-type: disc !important;
    margin-bottom: 1.25em !important;
    margin-top: 1.25em !important;
    padding-inline-start: 1.625em !important;
}
#cmplz-document
    :where(ol > li):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    )::marker {
    color: var(--tw-prose-counters) !important;
    font-weight: 400 !important;
}
#cmplz-document
    :where(ul > li):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    )::marker {
    color: var(--tw-prose-bullets) !important;
}
#cmplz-document
    :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings) !important;
    font-weight: 600 !important;
    margin-top: 1.25em !important;
}
#cmplz-document
    :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-color: var(--tw-prose-hr) !important;
    border-top-width: 1px !important;
    margin-bottom: 3em !important;
    margin-top: 3em !important;
}
#cmplz-document
    :where(blockquote):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    border-inline-start-color: var(--tw-prose-quote-borders) !important;
    border-inline-start-width: 0.25rem !important;
    color: var(--tw-prose-quotes) !important;
    font-style: italic !important;
    font-weight: 500 !important;
    margin-bottom: 1.6em !important;
    margin-top: 1.6em !important;
    padding-inline-start: 1em !important;
    quotes: '\201C''\201D''\2018''\2019' !important;
}
#cmplz-document
    :where(blockquote p:first-of-type):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ):before {
    content: open-quote !important;
}
#cmplz-document
    :where(blockquote p:last-of-type):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ):after {
    content: close-quote !important;
}
#cmplz-document
    :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings) !important;
    font-size: 2.25em !important;
    font-weight: 800 !important;
    line-height: 1.1111111 !important;
    margin-bottom: 0.8888889em !important;
    margin-top: 0 !important;
}
#cmplz-document
    :where(h1 strong):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit !important;
    font-weight: 900 !important;
}
#cmplz-document
    :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings) !important;
    font-size: 1.5em !important;
    font-weight: 700 !important;
    line-height: 1.3333333 !important;
    margin-bottom: 1em !important;
    margin-top: 2em !important;
}
#cmplz-document
    :where(h2 strong):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit !important;
    font-weight: 800 !important;
}
#cmplz-document
    :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings) !important;
    font-size: 1.25em !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin-bottom: 0.6em !important;
    margin-top: 1.6em !important;
}
#cmplz-document
    :where(h3 strong):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit !important;
    font-weight: 700 !important;
}
#cmplz-document
    :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings) !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin-bottom: 0.5em !important;
    margin-top: 1.5em !important;
}
#cmplz-document
    :where(h4 strong):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit !important;
    font-weight: 700 !important;
}
#cmplz-document
    :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em !important;
    margin-top: 2em !important;
}
#cmplz-document
    :where(picture):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    display: block !important;
    margin-bottom: 2em !important;
    margin-top: 2em !important;
}
#cmplz-document
    :where(video):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em !important;
    margin-top: 2em !important;
}
#cmplz-document
    :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-radius: 0.3125rem !important;
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
        0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%) !important;
    color: var(--tw-prose-kbd) !important;
    font-family: inherit !important;
    font-size: 0.875em !important;
    font-weight: 500 !important;
    padding-inline-end: 0.375em !important;
    padding-bottom: 0.1875em !important;
    padding-top: 0.1875em !important;
    padding-inline-start: 0.375em !important;
}
#cmplz-document
    :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-code) !important;
    font-size: 0.875em !important;
    font-weight: 600 !important;
}
#cmplz-document
    :where(code):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ):before {
    content: '`' !important;
}
#cmplz-document
    :where(code):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ):after {
    content: '`' !important;
}
#cmplz-document
    :where(a code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit !important;
}
#cmplz-document
    :where(h1 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit !important;
}
#cmplz-document
    :where(h2 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit !important;
    font-size: 0.875em !important;
}
#cmplz-document
    :where(h3 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit !important;
    font-size: 0.9em !important;
}
#cmplz-document
    :where(h4 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit !important;
}
#cmplz-document
    :where(blockquote code):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit !important;
}
#cmplz-document
    :where(thead th code):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit !important;
}
#cmplz-document
    :where(pre):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    background-color: var(--tw-prose-pre-bg) !important;
    border-radius: 0.375rem !important;
    color: var(--tw-prose-pre-code) !important;
    font-size: 0.875em !important;
    font-weight: 400 !important;
    line-height: 1.7142857 !important;
    margin-bottom: 1.7142857em !important;
    margin-top: 1.7142857em !important;
    overflow-x: auto !important;
    padding-inline-end: 1.1428571em !important;
    padding-bottom: 0.8571429em !important;
    padding-top: 0.8571429em !important;
    padding-inline-start: 1.1428571em !important;
}
#cmplz-document
    :where(pre code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    background-color: initial !important;
    border-radius: 0 !important;
    border-width: 0 !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    padding: 0 !important;
}
#cmplz-document
    :where(pre code):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ):before {
    content: none !important;
}
#cmplz-document
    :where(pre code):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ):after {
    content: none !important;
}
#cmplz-document
    :where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 0.875em !important;
    line-height: 1.7142857 !important;
    margin-bottom: 2em !important;
    margin-top: 2em !important;
    table-layout: auto !important;
    width: 100% !important;
}
#cmplz-document
    :where(thead):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-bottom-color: var(--tw-prose-th-borders) !important;
    border-bottom-width: 1px !important;
}
#cmplz-document
    :where(thead th):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings) !important;
    font-weight: 600 !important;
    padding-inline-end: 0.5714286em !important;
    padding-bottom: 0.5714286em !important;
    padding-inline-start: 0.5714286em !important;
    vertical-align: bottom !important;
}
#cmplz-document
    :where(tbody tr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-bottom-color: var(--tw-prose-td-borders) !important;
    border-bottom-width: 1px !important;
}
#cmplz-document
    :where(tbody tr:last-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    border-bottom-width: 0 !important;
}
#cmplz-document
    :where(tbody td):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    vertical-align: initial !important;
}
#cmplz-document
    :where(tfoot):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-top-color: var(--tw-prose-th-borders) !important;
    border-top-width: 1px !important;
}
#cmplz-document
    :where(tfoot td):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    vertical-align: top !important;
}
#cmplz-document
    :where(th, td):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    text-align: start !important;
}
#cmplz-document
    :where(figure > *):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
#cmplz-document
    :where(figcaption):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: var(--tw-prose-captions) !important;
    font-size: 0.875em !important;
    line-height: 1.4285714 !important;
    margin-top: 0.8571429em !important;
}
#cmplz-document {
    --tw-prose-body: #000 !important;
    --tw-prose-headings: #111827 !important;
    --tw-prose-lead: #4b5563 !important;
    --tw-prose-links: #0264ad !important;
    --tw-prose-bold: #111827 !important;
    --tw-prose-counters: #6b7280 !important;
    --tw-prose-bullets: #0264ad !important;
    --tw-prose-hr: #e5e7eb !important;
    --tw-prose-quotes: #111827 !important;
    --tw-prose-quote-borders: #e5e7eb !important;
    --tw-prose-captions: #6b7280 !important;
    --tw-prose-kbd: #111827 !important;
    --tw-prose-kbd-shadows: 17 24 39 !important;
    --tw-prose-code: #111827 !important;
    --tw-prose-pre-code: #e5e7eb !important;
    --tw-prose-pre-bg: #1f2937 !important;
    --tw-prose-th-borders: #d1d5db !important;
    --tw-prose-td-borders: #e5e7eb !important;
    --tw-prose-invert-body: #d1d5db !important;
    --tw-prose-invert-headings: #fff !important;
    --tw-prose-invert-lead: #9ca3af !important;
    --tw-prose-invert-links: #fff !important;
    --tw-prose-invert-bold: #fff !important;
    --tw-prose-invert-counters: #9ca3af !important;
    --tw-prose-invert-bullets: #fff !important;
    --tw-prose-invert-hr: #374151 !important;
    --tw-prose-invert-quotes: #f3f4f6 !important;
    --tw-prose-invert-quote-borders: #374151 !important;
    --tw-prose-invert-captions: #9ca3af !important;
    --tw-prose-invert-kbd: #fff !important;
    --tw-prose-invert-kbd-shadows: 255 255 255 !important;
    --tw-prose-invert-code: #fff !important;
    --tw-prose-invert-pre-code: #d1d5db !important;
    --tw-prose-invert-pre-bg: #00000080 !important;
    --tw-prose-invert-th-borders: #4b5563 !important;
    --tw-prose-invert-td-borders: #374151 !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
}
#cmplz-document
    :where(picture > img):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
#cmplz-document
    :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
}
#cmplz-document
    :where(ol > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    padding-inline-start: 0.375em !important;
}
#cmplz-document
    :where(ul > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    padding-inline-start: 0.375em !important;
}
#cmplz-document
    :where(.\!prose > ul > li p):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0.75em !important;
    margin-top: 0.75em !important;
}
#cmplz-document
    :where(.\!prose > ul > li > p:first-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 1.25em !important;
}
#cmplz-document
    :where(.\!prose > ul > li > p:last-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 1.25em !important;
}
#cmplz-document
    :where(.\!prose > ol > li > p:first-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 1.25em !important;
}
#cmplz-document
    :where(.\!prose > ol > li > p:last-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 1.25em !important;
}
#cmplz-document
    :where(ul ul, ul ol, ol ul, ol ol):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0.75em !important;
    margin-top: 0.75em !important;
}
#cmplz-document
    :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.25em !important;
    margin-top: 1.25em !important;
}
#cmplz-document
    :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0.5em !important;
    padding-inline-start: 1.625em !important;
}
#cmplz-document
    :where(hr + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0 !important;
}
#cmplz-document
    :where(h2 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0 !important;
}
#cmplz-document
    :where(h3 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0 !important;
}
#cmplz-document
    :where(h4 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0 !important;
}
#cmplz-document
    :where(thead th:first-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-inline-start: 0 !important;
}
#cmplz-document
    :where(thead th:last-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-inline-end: 0 !important;
}
#cmplz-document
    :where(tbody td, tfoot td):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-inline-end: 0.5714286em !important;
    padding-bottom: 0.5714286em !important;
    padding-top: 0.5714286em !important;
    padding-inline-start: 0.5714286em !important;
}
#cmplz-document
    :where(tbody td:first-child, tfoot td:first-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-inline-start: 0 !important;
}
#cmplz-document
    :where(tbody td:last-child, tfoot td:last-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-inline-end: 0 !important;
}
#cmplz-document
    :where(figure):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em !important;
    margin-top: 2em !important;
}
#cmplz-document
    :where(.\!prose > :first-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 0 !important;
}
#cmplz-document
    :where(.\!prose > :last-child):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0 !important;
}
#cmplz-document {
    max-width: 100% !important;
}
@media (min-width: 1536px) {
    #cmplz-document {
        font-size: 1.25rem !important;
        line-height: 1.8 !important;
    }
    #cmplz-document
        :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em !important;
        margin-top: 1.2em !important;
    }
    #cmplz-document
        :where([class~='lead']):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 1.2em !important;
        line-height: 1.5 !important;
        margin-bottom: 1em !important;
        margin-top: 1em !important;
    }
    #cmplz-document
        :where(blockquote):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.6em !important;
        margin-top: 1.6em !important;
        padding-inline-start: 1.0666667em !important;
    }
    #cmplz-document
        :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 2.8em !important;
        line-height: 1 !important;
        margin-bottom: 0.8571429em !important;
        margin-top: 0 !important;
    }
    #cmplz-document
        :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 1.8em !important;
        line-height: 1.1111111 !important;
        margin-bottom: 0.8888889em !important;
        margin-top: 1.5555556em !important;
    }
    #cmplz-document
        :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 1.5em !important;
        line-height: 1.3333333 !important;
        margin-bottom: 0.6666667em !important;
        margin-top: 1.6em !important;
    }
    #cmplz-document
        :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        line-height: 1.6 !important;
        margin-bottom: 0.6em !important;
        margin-top: 1.8em !important;
    }
    #cmplz-document
        :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 2em !important;
        margin-top: 2em !important;
    }
    #cmplz-document
        :where(picture):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 2em !important;
        margin-top: 2em !important;
    }
    #cmplz-document
        :where(picture > img):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    #cmplz-document
        :where(video):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 2em !important;
        margin-top: 2em !important;
    }
    #cmplz-document
        :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        border-radius: 0.3125rem !important;
        font-size: 0.9em !important;
        padding-inline-end: 0.4em !important;
        padding-bottom: 0.25em !important;
        padding-top: 0.25em !important;
        padding-inline-start: 0.4em !important;
    }
    #cmplz-document
        :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 0.9em !important;
    }
    #cmplz-document
        :where(h2 code):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.8611111em !important;
    }
    #cmplz-document
        :where(h3 code):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.9em !important;
    }
    #cmplz-document
        :where(pre):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        border-radius: 0.5rem !important;
        font-size: 0.9em !important;
        line-height: 1.7777778 !important;
        margin-bottom: 2em !important;
        margin-top: 2em !important;
        padding-inline-end: 1.3333333em !important;
        padding-bottom: 1.1111111em !important;
        padding-top: 1.1111111em !important;
        padding-inline-start: 1.3333333em !important;
    }
    #cmplz-document
        :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em !important;
        margin-top: 1.2em !important;
        padding-inline-start: 1.6em !important;
    }
    #cmplz-document
        :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em !important;
        margin-top: 1.2em !important;
        padding-inline-start: 1.6em !important;
    }
    #cmplz-document
        :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 0.6em !important;
        margin-top: 0.6em !important;
    }
    #cmplz-document
        :where(ol > li):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0.4em !important;
    }
    #cmplz-document
        :where(ul > li):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0.4em !important;
    }
    #cmplz-document
        :where(.\32xl\:\!prose-xl > ul > li p):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0.8em !important;
        margin-top: 0.8em !important;
    }
    #cmplz-document
        :where(.\32xl\:\!prose-xl > ul > li > p:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 1.2em !important;
    }
    #cmplz-document
        :where(.\32xl\:\!prose-xl > ul > li > p:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.2em !important;
    }
    #cmplz-document
        :where(.\32xl\:\!prose-xl > ol > li > p:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 1.2em !important;
    }
    #cmplz-document
        :where(.\32xl\:\!prose-xl > ol > li > p:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.2em !important;
    }
    #cmplz-document
        :where(ul ul, ul ol, ol ul, ol ol):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0.8em !important;
        margin-top: 0.8em !important;
    }
    #cmplz-document
        :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em !important;
        margin-top: 1.2em !important;
    }
    #cmplz-document
        :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-top: 1.2em !important;
    }
    #cmplz-document
        :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-top: 0.6em !important;
        padding-inline-start: 1.6em !important;
    }
    #cmplz-document
        :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 2.8em !important;
        margin-top: 2.8em !important;
    }
    #cmplz-document
        :where(hr + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0 !important;
    }
    #cmplz-document
        :where(h2 + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0 !important;
    }
    #cmplz-document
        :where(h3 + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0 !important;
    }
    #cmplz-document
        :where(h4 + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0 !important;
    }
    #cmplz-document
        :where(table):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.9em !important;
        line-height: 1.5555556 !important;
    }
    #cmplz-document
        :where(thead th):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0.6666667em !important;
        padding-bottom: 0.8888889em !important;
        padding-inline-start: 0.6666667em !important;
    }
    #cmplz-document
        :where(thead th:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0 !important;
    }
    #cmplz-document
        :where(thead th:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0 !important;
    }
    #cmplz-document
        :where(tbody td, tfoot td):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0.6666667em !important;
        padding-bottom: 0.8888889em !important;
        padding-top: 0.8888889em !important;
        padding-inline-start: 0.6666667em !important;
    }
    #cmplz-document
        :where(tbody td:first-child, tfoot td:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0 !important;
    }
    #cmplz-document
        :where(tbody td:last-child, tfoot td:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0 !important;
    }
    #cmplz-document
        :where(figure):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 2em !important;
        margin-top: 2em !important;
    }
    #cmplz-document
        :where(figure > *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    #cmplz-document
        :where(figcaption):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.9em !important;
        line-height: 1.5555556 !important;
        margin-top: 1em !important;
    }
    #cmplz-document
        :where(.\32xl\:\!prose-xl > :first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0 !important;
    }
    #cmplz-document
        :where(.\32xl\:\!prose-xl > :last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0 !important;
    }
}
#cmplz-document li,
#cmplz-document p {
    font-size: inherit;
}
#cmplz-document summary h3 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
#cmplz-document .cmplz_consent_per_service_label {
    grid-area: paragraph;
    margin-top: 2rem !important;
}
article.prose table td,
article.prose table th {
    vertical-align: middle;
}
*,
::backdrop,
:after,
:before {
    --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: #3b82f680;
    --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: ;
}
*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}
:after,
:before {
    --tw-content: '';
}
:host,
html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-family: Open Sans;
    font-variation-settings: normal;
    line-height: 1.5;
    tab-size: 4;
}
body {
    line-height: inherit;
    margin: 0;
}
hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
}
abbr:where([title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-feature-settings: normal;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        Liberation Mono, Courier New, monospace;
    font-size: 1em;
    font-variation-settings: normal;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-feature-settings: inherit;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: initial;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
fieldset {
    margin: 0;
}
fieldset,
legend {
    padding: 0;
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
dialog {
    padding: 0;
}
textarea {
    resize: vertical;
}
input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}
[role='button'],
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    height: auto;
    max-width: 100%;
}
[hidden]:where(:not([hidden='until-found'])) {
    display: none;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.prose :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.25em;
    margin-top: 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-bottom: 1.2em;
    margin-top: 1.2em;
}
.prose :where(a):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.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-bottom: 1.25em;
    margin-top: 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-bottom: 1.25em;
    margin-top: 1.25em;
    padding-inline-start: 1.625em;
}
.prose
    :where(ol > li):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    )::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
}
.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-bottom: 3em;
    margin-top: 3em;
}
.prose
    :where(blockquote):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    border-inline-start-color: var(--tw-prose-quote-borders);
    border-inline-start-width: 0.25rem;
    color: var(--tw-prose-quotes);
    font-style: italic;
    font-weight: 500;
    margin-bottom: 1.6em;
    margin-top: 1.6em;
    padding-inline-start: 1em;
    quotes: '\201C''\201D''\2018''\2019';
}
.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-size: 2.25em;
    font-weight: 800;
    line-height: 1.1111111;
    margin-bottom: 0.8888889em;
    margin-top: 0;
}
.prose
    :where(h1 strong):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
    font-weight: 900;
}
.prose :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
    margin-bottom: 1em;
    margin-top: 2em;
}
.prose
    :where(h2 strong):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
    font-weight: 800;
}
.prose :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.6em;
    margin-top: 1.6em;
}
.prose
    :where(h3 strong):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
    font-weight: 700;
}
.prose :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}
.prose
    :where(h4 strong):not(
        :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
    font-weight: 700;
}
.prose :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
}
.prose
    :where(picture):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    display: block;
    margin-bottom: 2em;
    margin-top: 2em;
}
.prose :where(video):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
}
.prose :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-radius: 0.3125rem;
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
        0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    color: var(--tw-prose-kbd);
    font-family: inherit;
    font-size: 0.875em;
    font-weight: 500;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-top: 0.1875em;
    padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-code);
    font-size: 0.875em;
    font-weight: 600;
}
.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'] *)) {
    background-color: var(--tw-prose-pre-bg);
    border-radius: 0.375rem;
    color: var(--tw-prose-pre-code);
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.7142857;
    margin-bottom: 1.7142857em;
    margin-top: 1.7142857em;
    overflow-x: auto;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-top: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.prose
    :where(pre code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    background-color: initial;
    border-radius: 0;
    border-width: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
}
.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'] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-bottom: 2em;
    margin-top: 2em;
    table-layout: auto;
    width: 100%;
}
.prose :where(thead):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-bottom-color: var(--tw-prose-th-borders);
    border-bottom-width: 1px;
}
.prose
    :where(thead th):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
    vertical-align: bottom;
}
.prose
    :where(tbody tr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-bottom-color: var(--tw-prose-td-borders);
    border-bottom-width: 1px;
}
.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: initial;
}
.prose :where(tfoot):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-top-color: var(--tw-prose-th-borders);
    border-top-width: 1px;
}
.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-bottom: 0;
    margin-top: 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: #000;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #0264ad;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #0264ad;
    --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: #fff;
    --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: #00000080;
    --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-bottom: 0;
    margin-top: 0;
}
.prose :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 0.5em;
    margin-top: 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-bottom: 0.75em;
    margin-top: 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-bottom: 0.75em;
    margin-top: 0.75em;
}
.prose :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.25em;
    margin-top: 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-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-top: 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-bottom: 2em;
    margin-top: 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-invert {
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-kbd: var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.application-text p:first-of-type {
    margin-top: 0 !important;
}
.post-pagination ul li .current {
    color: #0264ad;
    font-weight: 900;
}
.testimonials-heading p {
    margin-top: 0 !important;
}
.testimonials-heading p span {
    color: #0264ad;
}
.vue3-carousel .carousel {
    padding-left: 0 !important;
}
.nf-form-cont {
    --tw-bg-opacity: 1;
    background-color: rgb(245 246 250 / var(--tw-bg-opacity, 1));
    padding: 1.5rem;
}
.nf-form-cont.max-w-standard {
    max-width: 800px;
}
nf-field .nf-field-label {
    margin-bottom: 0 !important;
}
nf-field .nf-field-label label {
    font-weight: 400;
    line-height: 1.5;
}
.quiz nf-field .nf-field-label label {
    font-size: 20px;
    font-weight: 700;
}
.quiz
    nf-field
    .list-radio-wrap
    .nf-field-element
    li
    > :not([hidden])
    ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    --tw-space-y-reverse: 0;
    margin: calc(0.75rem * (1 - var(--tw-space-y-reverse)))
        calc(0.75rem * var(--tw-space-x-reverse))
        calc(0.75rem * var(--tw-space-y-reverse))
        calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}
.quiz nf-field .list-radio-wrap .nf-field-element li label {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-color: #0000;
    border-width: 2px;
    cursor: pointer;
    font-size: 18px;
    padding: 0.625rem;
}
.quiz nf-field .list-radio-wrap .nf-field-element li label.nf-checked-label {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgb(0 91 172 / var(--tw-border-opacity, 1));
    color: rgb(0 91 172 / var(--tw-text-opacity, 1));
}
.quiz nf-field .list-radio-wrap .nf-field-element li input {
    display: none;
}
nf-field .nf-field-element input,
nf-field .nf-field-element textarea {
    padding: 0.625rem;
}
.nf-field .nf-field-element select,
nf-field .nf-field-element input,
nf-field .nf-field-element textarea {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-color: rgb(90 90 90 / var(--tw-border-opacity, 1));
    border-width: 1px;
    line-height: 1.5;
}
.nf-field .nf-field-element select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/></svg>');
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    padding: 0.625rem 2.5rem 0.625rem 0.625rem;
}
.quiz nf-field .nf-field-element input[type='radio'] {
    border-color: #0000;
    border-width: 2px;
    font-size: 18px;
}
nf-field .submit-container input[type='submit'] {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-content: center;
    align-items: center;
    background-color: rgb(0 91 172 / var(--tw-bg-opacity, 1));
    border-color: rgb(0 91 172 / var(--tw-border-opacity, 1));
    border-radius: 0.375rem;
    border-width: 2px;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
    overflow: hidden;
    padding: 0.5rem 1rem;
    position: relative;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
nf-field .submit-container input[type='submit']:hover {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(30 45 84 / var(--tw-bg-opacity, 1));
    border-color: rgb(30 45 84 / var(--tw-border-opacity, 1));
}
@media (min-width: 640px) {
    nf-field .submit-container input[type='submit'] {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
@media (min-width: 768px) {
    nf-field .submit-container input[type='submit'] {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}
@media (min-width: 1280px) {
    nf-field .submit-container input[type='submit'] {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.quiz nf-field .nf-field-container-note {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(2 100 173 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    margin: -1.5rem -1.5rem 25px;
    padding: 1.5rem;
}
.quiz nf-field .nf-field-container-note p {
    margin: 0 !important;
}
.quiz nf-field .nf-field-hr hr {
    --tw-border-opacity: 1 !important;
    border-color: rgb(2 100 173 / var(--tw-border-opacity, 1)) !important;
    border-width: 2px;
}
.nf-form-cont .nf-response-msg {
    font-size: 20px;
    text-align: center;
}
.quiz.nf-form-cont .nf-response-msg {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(2 100 173 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding: 1rem;
}
.quiz.nf-form-cont.nf-response-msg-lg-mb .nf-response-msg {
    margin-bottom: 3rem !important;
}
.nf-form-cont .nf-form-fields-required {
    display: none;
}
.nf-field-disabled {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    cursor: not-allowed;
}
.nf-form-disabled .nf-error-msg {
    display: none;
}
.nf-form-disabled .submit-container input[type='submit'],
.nf-form-disabled .submit-hide {
    display: none !important;
}
.nf-form-disabled .answer-correct {
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
    border-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1)) !important;
}
.nf-form-disabled .answer-correct,
.nf-form-disabled .answer-incorrect {
    --tw-border-opacity: 1 !important;
    --tw-bg-opacity: 1 !important;
    --tw-text-opacity: 1 !important;
}
.nf-form-disabled .answer-incorrect {
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}
.quiz .ninja-forms-req-symbol,
.score-message {
    display: none;
}
.score-bonus .score-message.score-message-bonus,
.score-fail .score-message.score-message-fail,
.score-good .score-message.score-message-good,
.score-pass .score-message.score-message-pass,
.score-perfect .score-message.score-message-perfect {
    display: block !important;
}
.nf-hidden {
    display: none !important;
}
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: unset !important;
}
.nf-field-element input[type='checkbox'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #5a5a5a;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 1em;
    margin-right: 0.5rem;
    position: relative;
    vertical-align: middle;
    width: 1em;
}
.nf-field-element input[type='checkbox']:checked:before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: '';
    height: 1em;
    left: 0.45em;
    position: absolute;
    top: 0.1em;
    transform: rotate(45deg);
    width: 0.4em;
    z-index: 2;
}
.mobile-navigation li.nav-btn,
li.menu-item.nav-btn {
    align-items: center;
    display: flex;
}
@media (max-width: 768px) {
    body form.wpcf7-form .mobile-navigation li.nav-btn,
    body form.wpcf7-form li.menu-item.nav-btn {
        display: block;
    }
    body form.wpcf7-form .mobile-navigation li.nav-btn .w-6\/12,
    body form.wpcf7-form li.menu-item.nav-btn .w-6\/12 {
        width: 100% !important;
    }
}
.mobile-navigation li.nav-btn a,
li.menu-item.nav-btn a {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-content: center;
    align-items: center;
    background-color: rgb(0 91 172 / var(--tw-bg-opacity, 1));
    border-color: rgb(0 91 172 / var(--tw-border-opacity, 1));
    border-radius: 0.375rem;
    border-width: 2px;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    justify-content: center;
    line-height: 1.25rem;
    overflow: hidden;
    padding: 0.5rem 1rem;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-navigation li.nav-btn a:hover,
li.menu-item.nav-btn a:hover {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(30 45 84 / var(--tw-bg-opacity, 1));
    border-color: rgb(30 45 84 / var(--tw-border-opacity, 1));
}
@media (min-width: 640px) {
    .mobile-navigation li.nav-btn a,
    li.menu-item.nav-btn a {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
@media (min-width: 768px) {
    .mobile-navigation li.nav-btn a,
    li.menu-item.nav-btn a {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}
.mobile-navigation li.nav-btn a {
    margin: 1rem auto;
    width: auto !important;
}
.mobile-navigation li.nav-btn a:hover:after,
.mobile-navigation li.nav-btn:hover,
li.menu-item.nav-btn a:hover:after {
    background-color: unset !important;
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.pointer-events-none {
    pointer-events: none;
}
.collapse {
    visibility: collapse;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-y-0 {
    bottom: 0;
    top: 0;
}
.-left-4 {
    left: -1rem;
}
.-left-7 {
    left: -1.75rem;
}
.-right-1 {
    right: -0.25rem;
}
.-right-6 {
    right: -1.5rem;
}
.bottom-0 {
    bottom: 0;
}
.bottom-2\.5 {
    bottom: 0.625rem;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.right-2\.5 {
    right: 0.625rem;
}
.top-0 {
    top: 0;
}
.top-1\/2 {
    top: 50%;
}
.top-4 {
    top: 1rem;
}
.top-\[100vh\] {
    top: 100vh;
}
.top-\[76px\] {
    top: 76px;
}
.-z-10 {
    z-index: -10;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.order-1 {
    order: 1;
}
.order-last {
    order: 9999;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.\!m-0 {
    margin: 0 !important;
}
.\!m-auto {
    margin: auto !important;
}
.m-auto {
    margin: auto;
}
.\!my-\[30px\] {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.mx-\[10\%\] {
    margin-left: 10%;
    margin-right: 10%;
}
.mx-\[5\%\] {
    margin-left: 5%;
    margin-right: 5%;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}
.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.\!mb-0 {
    margin-bottom: 0 !important;
}
.\!mb-5 {
    margin-bottom: 1.25rem !important;
}
.\!mb-8 {
    margin-bottom: 2rem !important;
}
.\!ml-auto {
    margin-left: auto !important;
}
.\!mr-0 {
    margin-right: 0 !important;
}
.\!mr-4 {
    margin-right: 1rem !important;
}
.\!mt-0 {
    margin-top: 0 !important;
}
.\!mt-12 {
    margin-top: 3rem !important;
}
.\!mt-16 {
    margin-top: 4rem !important;
}
.\!mt-5 {
    margin-top: 1.25rem !important;
}
.\!mt-8 {
    margin-top: 2rem !important;
}
.\!mt-auto {
    margin-top: auto !important;
}
.-mr-2\.5 {
    margin-right: -0.625rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-20 {
    margin-bottom: 5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-\[10px\] {
    margin-bottom: 10px;
}
.mb-\[20px\] {
    margin-bottom: 20px;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-8 {
    margin-left: 2rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-12 {
    margin-right: 3rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mr-6 {
    margin-right: 1.5rem;
}
.mt-0 {
    margin-top: 0;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-32 {
    margin-top: 8rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-auto {
    margin-top: auto;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.contents {
    display: contents;
}
.hidden {
    display: none;
}
.aspect-square {
    aspect-ratio: 1/1;
}
.aspect-video {
    aspect-ratio: 16/9;
}
.\!h-4 {
    height: 1rem !important;
}
.\!h-5 {
    height: 1.25rem !important;
}
.\!h-auto {
    height: auto !important;
}
.h-14 {
    height: 3.5rem;
}
.h-36 {
    height: 9rem;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-6 {
    height: 1.5rem;
}
.h-72 {
    height: 18rem;
}
.h-8 {
    height: 2rem;
}
.h-\[16px\] {
    height: 16px;
}
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.h-px {
    height: 1px;
}
.h-screen {
    height: 100vh;
}
.max-h-\[82px\] {
    max-height: 82px;
}
.min-h-0 {
    min-height: 0;
}
.min-h-\[200px\] {
    min-height: 200px;
}
.min-h-\[340px\] {
    min-height: 340px;
}
.min-h-screen {
    min-height: 100vh;
}
.\!w-4 {
    width: 1rem !important;
}
.\!w-5 {
    width: 1.25rem !important;
}
.\!w-6\/12 {
    width: 50% !important;
}
.w-14 {
    width: 3.5rem;
}
.w-16 {
    width: 4rem;
}
.w-20 {
    width: 5rem;
}
.w-3 {
    width: 0.75rem;
}
.w-32 {
    width: 8rem;
}
.w-36 {
    width: 9rem;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-6\/12 {
    width: 50%;
}
.w-8 {
    width: 2rem;
}
.w-96 {
    width: 24rem;
}
.w-\[16px\] {
    width: 16px;
}
.w-fit {
    width: fit-content;
}
.w-full {
    width: 100%;
}
.min-w-\[200px\] {
    min-width: 200px;
}
.min-w-max {
    min-width: max-content;
}
.\!max-w-7xl {
    max-width: 80rem !important;
}
.max-w-14 {
    max-width: 3.5rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.max-w-\[16px\] {
    max-width: 16px;
}
.max-w-\[200px\] {
    max-width: 200px;
}
.max-w-\[30\%\] {
    max-width: 30%;
}
.max-w-none {
    max-width: none;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-grow-0 {
    flex-grow: 0;
}
.origin-center {
    transform-origin: center;
}
.translate-x-14 {
    --tw-translate-x: 3.5rem;
}
.translate-x-14,
.translate-x-\[150\%\] {
    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-x-\[150\%\] {
    --tw-translate-x: 150%;
}
.-rotate-90 {
    --tw-rotate: -90deg;
}
.-rotate-90,
.rotate-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));
}
.rotate-0 {
    --tw-rotate: 0deg;
}
.rotate-180 {
    --tw-rotate: 180deg;
}
.rotate-180,
.rotate-90 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
    --tw-rotate: 90deg;
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
    cursor: default;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.scroll-mt-20 {
    scroll-margin-top: 5rem;
}
.scroll-mt-52 {
    scroll-margin-top: 13rem;
}
.list-none {
    list-style-type: none;
}
.auto-cols-max {
    grid-auto-columns: max-content;
}
.grid-flow-col {
    grid-auto-flow: column;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.content-center {
    align-content: center;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-6,
.gap-\[1\.5rem\] {
    gap: 1.5rem;
}
.gap-y-10 {
    row-gap: 2.5rem;
}
.gap-y-6 {
    row-gap: 1.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(3rem * var(--tw-space-x-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem * var(--tw-space-x-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(2rem * var(--tw-space-x-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
}
.divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-divide-opacity, 1));
}
.divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}
.divide-grey-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(217 221 239 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.scroll-smooth {
    scroll-behavior: smooth;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncate,
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-\[20px\] {
    border-radius: 20px;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-b-2,
.border-b-\[2px\] {
    border-bottom-width: 2px;
}
.border-b-\[3px\] {
    border-bottom-width: 3px;
}
.border-t {
    border-top-width: 1px;
}
.border-none {
    border-style: none;
}
.border-\[\#ada6a6\] {
    --tw-border-opacity: 1;
    border-color: rgb(173 166 166 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(0 91 172 / var(--tw-border-opacity, 1));
}
.border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(2 100 173 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 91 172 / var(--tw-bg-opacity, 1));
}
.bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 246 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(211 223 227 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(43 115 186 / var(--tw-bg-opacity, 1));
}
.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 100 173 / var(--tw-bg-opacity, 1));
}
.bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(42 98 168 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-grey-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 237 244 / var(--tw-bg-opacity, 1));
}
.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
    background-color: initial;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-split-blue-white-1 {
    background-image: linear-gradient(90deg, #0264ad 75%, #fff 0);
}
.bg-split-blue-white-2 {
    background-image: linear-gradient(0deg, #f5f6fa 60%, #fff 0);
}
.bg-split-blue-white-3 {
    background-image: linear-gradient(0deg, #0264ad 60%, #fff 0);
}
.bg-90\% {
    background-size: 90%;
}
.bg-contain {
    background-size: contain;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: 50%;
}
.bg-right-top {
    background-position: 100% 0;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.\!object-contain {
    object-fit: contain !important;
}
.object-contain {
    object-fit: contain;
}
.object-cover {
    object-fit: cover;
}
.object-fill {
    object-fit: fill;
}
.\!p-0 {
    padding: 0 !important;
}
.\!p-5 {
    padding: 1.25rem !important;
}
.p-2\.5 {
    padding: 0.625rem;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-8 {
    padding: 2rem;
}
.\!px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.\!py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.\!py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.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;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
}
.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
}
.py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
}
.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.py-\[25px\] {
    padding-bottom: 25px;
    padding-top: 25px;
}
.\!pb-0 {
    padding-bottom: 0 !important;
}
.\!pb-36 {
    padding-bottom: 9rem !important;
}
.\!pb-4 {
    padding-bottom: 1rem !important;
}
.\!pt-0 {
    padding-top: 0 !important;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pb-\[15px\] {
    padding-bottom: 15px;
}
.pb-\[20px\] {
    padding-bottom: 20px;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pl-\[15px\] {
    padding-left: 15px;
}
.pr-\[15px\] {
    padding-right: 15px;
}
.pt-12 {
    padding-top: 3rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.font-roboto {
    font-family: Roboto;
}
.\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-\[25px\] {
    font-size: 25px;
}
.text-\[26px\] {
    font-size: 26px;
}
.text-\[38px\] {
    font-size: 38px;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.\!font-bold {
    font-weight: 700 !important;
}
.\!font-normal {
    font-weight: 400 !important;
}
.font-black {
    font-weight: 900;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.\!leading-none {
    line-height: 1 !important;
}
.leading-3 {
    line-height: 0.75rem;
}
.text-\[\#54575C\] {
    --tw-text-opacity: 1;
    color: rgb(84 87 92 / var(--tw-text-opacity, 1));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(0 91 172 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(2 100 173 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(42 98 168 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}
.text-grey-300 {
    --tw-text-opacity: 1;
    color: rgb(84 87 92 / var(--tw-text-opacity, 1));
}
.text-inherit {
    color: inherit;
}
.text-red-50 {
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}
.no-underline {
    text-decoration-line: none;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
    opacity: 0;
}
.mix-blend-multiply {
    mix-blend-mode: multiply;
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
        0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
    outline-style: solid;
}
.blur {
    --tw-blur: blur(8px);
}
.blur,
.brightness-200 {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-200 {
    --tw-brightness: brightness(2);
}
.drop-shadow-3xl {
    --tw-drop-shadow: drop-shadow(0px 2px 46px #bcbcbc4d);
}
.drop-shadow-3xl,
.drop-shadow-4xl {
    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);
}
.drop-shadow-4xl {
    --tw-drop-shadow: drop-shadow(0px 2px 4px #2329331a);
}
.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 {
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-all {
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-colors {
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-opacity {
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-200 {
    transition-duration: 0.2s;
}
.duration-300 {
    transition-duration: 0.3s;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-auto {
    will-change: auto;
}
.will-change-transform {
    will-change: transform;
}
.rotate-y-0 {
    transform: rotateY(0deg);
}
.rotate-negative-y-180 {
    transform: rotateY(-180deg);
}
[v-cloak] {
    display: none !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-bottom: 1.3333333em;
        margin-top: 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-bottom: 1.0909091em;
        margin-top: 1.0909091em;
    }
    .lg\:prose-lg
        :where(blockquote):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.6666667em;
        margin-top: 1.6666667em;
        padding-inline-start: 1em;
    }
    .lg\:prose-lg
        :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 2.6666667em;
        line-height: 1;
        margin-bottom: 0.8333333em;
        margin-top: 0;
    }
    .lg\:prose-lg
        :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 1.6666667em;
        line-height: 1.3333333;
        margin-bottom: 1.0666667em;
        margin-top: 1.8666667em;
    }
    .lg\:prose-lg
        :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 1.3333333em;
        line-height: 1.5;
        margin-bottom: 0.6666667em;
        margin-top: 1.6666667em;
    }
    .lg\:prose-lg
        :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        line-height: 1.5555556;
        margin-bottom: 0.4444444em;
        margin-top: 1.7777778em;
    }
    .lg\:prose-lg
        :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.7777778em;
        margin-top: 1.7777778em;
    }
    .lg\:prose-lg
        :where(picture):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.7777778em;
        margin-top: 1.7777778em;
    }
    .lg\:prose-lg
        :where(picture > img):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0;
        margin-top: 0;
    }
    .lg\:prose-lg
        :where(video):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.7777778em;
        margin-top: 1.7777778em;
    }
    .lg\:prose-lg
        :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        border-radius: 0.3125rem;
        font-size: 0.8888889em;
        padding-inline-end: 0.4444444em;
        padding-bottom: 0.2222222em;
        padding-top: 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'] *)) {
        border-radius: 0.375rem;
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-bottom: 2em;
        margin-top: 2em;
        padding-inline-end: 1.5em;
        padding-bottom: 1em;
        padding-top: 1em;
        padding-inline-start: 1.5em;
    }
    .lg\:prose-lg
        :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.3333333em;
        margin-top: 1.3333333em;
        padding-inline-start: 1.5555556em;
    }
    .lg\:prose-lg
        :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.3333333em;
        margin-top: 1.3333333em;
        padding-inline-start: 1.5555556em;
    }
    .lg\:prose-lg
        :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 0.6666667em;
        margin-top: 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-bottom: 0.8888889em;
        margin-top: 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-bottom: 0.8888889em;
        margin-top: 0.8888889em;
    }
    .lg\:prose-lg
        :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.3333333em;
        margin-top: 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-bottom: 3.1111111em;
        margin-top: 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-inline-end: 0.75em;
        padding-bottom: 0.75em;
        padding-top: 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-bottom: 1.7777778em;
        margin-top: 1.7777778em;
    }
    .lg\:prose-lg
        :where(figure > *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0;
        margin-top: 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-xl {
        font-size: 1.25rem;
        line-height: 1.8;
    }
    .lg\:prose-xl
        :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em;
        margin-top: 1.2em;
    }
    .lg\:prose-xl
        :where([class~='lead']):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 1.2em;
        line-height: 1.5;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .lg\:prose-xl
        :where(blockquote):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.6em;
        margin-top: 1.6em;
        padding-inline-start: 1.0666667em;
    }
    .lg\:prose-xl
        :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 2.8em;
        line-height: 1;
        margin-bottom: 0.8571429em;
        margin-top: 0;
    }
    .lg\:prose-xl
        :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 1.8em;
        line-height: 1.1111111;
        margin-bottom: 0.8888889em;
        margin-top: 1.5555556em;
    }
    .lg\:prose-xl
        :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 1.5em;
        line-height: 1.3333333;
        margin-bottom: 0.6666667em;
        margin-top: 1.6em;
    }
    .lg\:prose-xl
        :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        line-height: 1.6;
        margin-bottom: 0.6em;
        margin-top: 1.8em;
    }
    .lg\:prose-xl
        :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 2em;
        margin-top: 2em;
    }
    .lg\:prose-xl
        :where(picture):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 2em;
        margin-top: 2em;
    }
    .lg\:prose-xl
        :where(picture > img):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0;
        margin-top: 0;
    }
    .lg\:prose-xl
        :where(video):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 2em;
        margin-top: 2em;
    }
    .lg\:prose-xl
        :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        border-radius: 0.3125rem;
        font-size: 0.9em;
        padding-inline-end: 0.4em;
        padding-bottom: 0.25em;
        padding-top: 0.25em;
        padding-inline-start: 0.4em;
    }
    .lg\:prose-xl
        :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 0.9em;
    }
    .lg\:prose-xl
        :where(h2 code):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.8611111em;
    }
    .lg\:prose-xl
        :where(h3 code):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.9em;
    }
    .lg\:prose-xl
        :where(pre):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        border-radius: 0.5rem;
        font-size: 0.9em;
        line-height: 1.7777778;
        margin-bottom: 2em;
        margin-top: 2em;
        padding-inline-end: 1.3333333em;
        padding-bottom: 1.1111111em;
        padding-top: 1.1111111em;
        padding-inline-start: 1.3333333em;
    }
    .lg\:prose-xl
        :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em;
        margin-top: 1.2em;
        padding-inline-start: 1.6em;
    }
    .lg\:prose-xl
        :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em;
        margin-top: 1.2em;
        padding-inline-start: 1.6em;
    }
    .lg\:prose-xl
        :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 0.6em;
        margin-top: 0.6em;
    }
    .lg\:prose-xl
        :where(ol > li):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0.4em;
    }
    .lg\:prose-xl
        :where(ul > li):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0.4em;
    }
    .lg\:prose-xl
        :where(.lg\:prose-xl > ul > li p):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0.8em;
        margin-top: 0.8em;
    }
    .lg\:prose-xl
        :where(.lg\:prose-xl > ul > li > p:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 1.2em;
    }
    .lg\:prose-xl
        :where(.lg\:prose-xl > ul > li > p:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.2em;
    }
    .lg\:prose-xl
        :where(.lg\:prose-xl > ol > li > p:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 1.2em;
    }
    .lg\:prose-xl
        :where(.lg\:prose-xl > ol > li > p:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.2em;
    }
    .lg\:prose-xl
        :where(ul ul, ul ol, ol ul, ol ol):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0.8em;
        margin-top: 0.8em;
    }
    .lg\:prose-xl
        :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em;
        margin-top: 1.2em;
    }
    .lg\:prose-xl
        :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-top: 1.2em;
    }
    .lg\:prose-xl
        :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-top: 0.6em;
        padding-inline-start: 1.6em;
    }
    .lg\:prose-xl
        :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 2.8em;
        margin-top: 2.8em;
    }
    .lg\:prose-xl
        :where(hr + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0;
    }
    .lg\:prose-xl
        :where(h2 + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0;
    }
    .lg\:prose-xl
        :where(h3 + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0;
    }
    .lg\:prose-xl
        :where(h4 + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0;
    }
    .lg\:prose-xl
        :where(table):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.9em;
        line-height: 1.5555556;
    }
    .lg\:prose-xl
        :where(thead th):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-inline-start: 0.6666667em;
    }
    .lg\:prose-xl
        :where(thead th:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0;
    }
    .lg\:prose-xl
        :where(thead th:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0;
    }
    .lg\:prose-xl
        :where(tbody td, tfoot td):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-top: 0.8888889em;
        padding-inline-start: 0.6666667em;
    }
    .lg\:prose-xl
        :where(tbody td:first-child, tfoot td:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0;
    }
    .lg\:prose-xl
        :where(tbody td:last-child, tfoot td:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0;
    }
    .lg\:prose-xl
        :where(figure):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 2em;
        margin-top: 2em;
    }
    .lg\:prose-xl
        :where(figure > *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0;
        margin-top: 0;
    }
    .lg\:prose-xl
        :where(figcaption):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.9em;
        line-height: 1.5555556;
        margin-top: 1em;
    }
    .lg\:prose-xl
        :where(.lg\:prose-xl > :first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0;
    }
    .lg\:prose-xl
        :where(.lg\:prose-xl > :last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0;
    }
}
@media (min-width: 1536px) {
    .\32xl\:prose-xl {
        font-size: 1.25rem;
        line-height: 1.8;
    }
    .\32xl\:prose-xl
        :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em;
        margin-top: 1.2em;
    }
    .\32xl\:prose-xl
        :where([class~='lead']):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 1.2em;
        line-height: 1.5;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .\32xl\:prose-xl
        :where(blockquote):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.6em;
        margin-top: 1.6em;
        padding-inline-start: 1.0666667em;
    }
    .\32xl\:prose-xl
        :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 2.8em;
        line-height: 1;
        margin-bottom: 0.8571429em;
        margin-top: 0;
    }
    .\32xl\:prose-xl
        :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 1.8em;
        line-height: 1.1111111;
        margin-bottom: 0.8888889em;
        margin-top: 1.5555556em;
    }
    .\32xl\:prose-xl
        :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 1.5em;
        line-height: 1.3333333;
        margin-bottom: 0.6666667em;
        margin-top: 1.6em;
    }
    .\32xl\:prose-xl
        :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        line-height: 1.6;
        margin-bottom: 0.6em;
        margin-top: 1.8em;
    }
    .\32xl\:prose-xl
        :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 2em;
        margin-top: 2em;
    }
    .\32xl\:prose-xl
        :where(picture):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 2em;
        margin-top: 2em;
    }
    .\32xl\:prose-xl
        :where(picture > img):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0;
        margin-top: 0;
    }
    .\32xl\:prose-xl
        :where(video):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 2em;
        margin-top: 2em;
    }
    .\32xl\:prose-xl
        :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        border-radius: 0.3125rem;
        font-size: 0.9em;
        padding-inline-end: 0.4em;
        padding-bottom: 0.25em;
        padding-top: 0.25em;
        padding-inline-start: 0.4em;
    }
    .\32xl\:prose-xl
        :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        font-size: 0.9em;
    }
    .\32xl\:prose-xl
        :where(h2 code):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.8611111em;
    }
    .\32xl\:prose-xl
        :where(h3 code):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.9em;
    }
    .\32xl\:prose-xl
        :where(pre):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        border-radius: 0.5rem;
        font-size: 0.9em;
        line-height: 1.7777778;
        margin-bottom: 2em;
        margin-top: 2em;
        padding-inline-end: 1.3333333em;
        padding-bottom: 1.1111111em;
        padding-top: 1.1111111em;
        padding-inline-start: 1.3333333em;
    }
    .\32xl\:prose-xl
        :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em;
        margin-top: 1.2em;
        padding-inline-start: 1.6em;
    }
    .\32xl\:prose-xl
        :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em;
        margin-top: 1.2em;
        padding-inline-start: 1.6em;
    }
    .\32xl\:prose-xl
        :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 0.6em;
        margin-top: 0.6em;
    }
    .\32xl\:prose-xl
        :where(ol > li):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0.4em;
    }
    .\32xl\:prose-xl
        :where(ul > li):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0.4em;
    }
    .\32xl\:prose-xl
        :where(.\32xl\:prose-xl > ul > li p):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0.8em;
        margin-top: 0.8em;
    }
    .\32xl\:prose-xl
        :where(.\32xl\:prose-xl > ul > li > p:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 1.2em;
    }
    .\32xl\:prose-xl
        :where(.\32xl\:prose-xl > ul > li > p:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.2em;
    }
    .\32xl\:prose-xl
        :where(.\32xl\:prose-xl > ol > li > p:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 1.2em;
    }
    .\32xl\:prose-xl
        :where(.\32xl\:prose-xl > ol > li > p:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 1.2em;
    }
    .\32xl\:prose-xl
        :where(ul ul, ul ol, ol ul, ol ol):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0.8em;
        margin-top: 0.8em;
    }
    .\32xl\:prose-xl
        :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 1.2em;
        margin-top: 1.2em;
    }
    .\32xl\:prose-xl
        :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-top: 1.2em;
    }
    .\32xl\:prose-xl
        :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-top: 0.6em;
        padding-inline-start: 1.6em;
    }
    .\32xl\:prose-xl
        :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
        margin-bottom: 2.8em;
        margin-top: 2.8em;
    }
    .\32xl\:prose-xl
        :where(hr + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0;
    }
    .\32xl\:prose-xl
        :where(h2 + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0;
    }
    .\32xl\:prose-xl
        :where(h3 + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0;
    }
    .\32xl\:prose-xl
        :where(h4 + *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0;
    }
    .\32xl\:prose-xl
        :where(table):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.9em;
        line-height: 1.5555556;
    }
    .\32xl\:prose-xl
        :where(thead th):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-inline-start: 0.6666667em;
    }
    .\32xl\:prose-xl
        :where(thead th:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0;
    }
    .\32xl\:prose-xl
        :where(thead th:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0;
    }
    .\32xl\:prose-xl
        :where(tbody td, tfoot td):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-top: 0.8888889em;
        padding-inline-start: 0.6666667em;
    }
    .\32xl\:prose-xl
        :where(tbody td:first-child, tfoot td:first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-start: 0;
    }
    .\32xl\:prose-xl
        :where(tbody td:last-child, tfoot td:last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        padding-inline-end: 0;
    }
    .\32xl\:prose-xl
        :where(figure):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 2em;
        margin-top: 2em;
    }
    .\32xl\:prose-xl
        :where(figure > *):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0;
        margin-top: 0;
    }
    .\32xl\:prose-xl
        :where(figcaption):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        font-size: 0.9em;
        line-height: 1.5555556;
        margin-top: 1em;
    }
    .\32xl\:prose-xl
        :where(.\32xl\:prose-xl > :first-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-top: 0;
    }
    .\32xl\:prose-xl
        :where(.\32xl\:prose-xl > :last-child):not(
            :where([class~='not-prose'], [class~='not-prose'] *)
        ) {
        margin-bottom: 0;
    }
}
.before\:absolute:before {
    content: var(--tw-content);
    position: absolute;
}
.before\:-top-8:before {
    content: var(--tw-content);
    top: -2rem;
}
.before\:left-0:before {
    content: var(--tw-content);
    left: 0;
}
.before\:left-\[5\%\]:before {
    content: var(--tw-content);
    left: 5%;
}
.before\:right-\[5\%\]:before {
    content: var(--tw-content);
    right: 5%;
}
.before\:top-0:before {
    content: var(--tw-content);
    top: 0;
}
.before\:z-20:before {
    content: var(--tw-content);
    z-index: 20;
}
.before\:h-1:before {
    content: var(--tw-content);
    height: 0.25rem;
}
.before\:h-10:before {
    content: var(--tw-content);
    height: 2.5rem;
}
.before\:h-px:before {
    content: var(--tw-content);
    height: 1px;
}
.before\:w-11\/12:before {
    content: var(--tw-content);
    width: 91.666667%;
}
.before\:w-full:before {
    content: var(--tw-content);
    width: 100%;
}
.before\:\!bg-blue-600:before {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(43 115 186 / var(--tw-bg-opacity, 1)) !important;
    content: var(--tw-content);
}
.before\:bg-transparent:before {
    background-color: initial;
    content: var(--tw-content);
}
.before\:bg-hr:before {
    background-image: linear-gradient(90deg, #0000, #54575c33, #0000);
    content: var(--tw-content);
}
.before\:content-\[\'\'\]:before {
    --tw-content: '';
    content: var(--tw-content);
}
.after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
}
.after\:bottom-2:after {
    bottom: 0.5rem;
    content: var(--tw-content);
}
.after\:left-0:after {
    content: var(--tw-content);
    left: 0;
}
.after\:top-0:after {
    content: var(--tw-content);
    top: 0;
}
.after\:block:after {
    content: var(--tw-content);
    display: block;
}
.after\:h-1:after {
    content: var(--tw-content);
    height: 0.25rem;
}
.after\:h-full:after {
    content: var(--tw-content);
    height: 100%;
}
.after\:w-full:after {
    content: var(--tw-content);
    width: 100%;
}
.after\:bg-transparent:after {
    background-color: initial;
    content: var(--tw-content);
}
.after\:bg-overlay:after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.796), #fff0);
    content: var(--tw-content);
}
.after\:transition-all:after {
    content: var(--tw-content);
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.after\:\!content-none:after {
    --tw-content: none !important;
    content: var(--tw-content) !important;
}
.hover\:pointer-events-auto:hover {
    pointer-events: auto;
}
.hover\:flex:hover {
    display: flex;
}
.hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 91 172 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgb(30 45 84 / var(--tw-border-opacity, 1));
}
.hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(2 100 173 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 45 84 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-grey-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(230 233 244 / var(--tw-bg-opacity, 1));
}
.hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgb(0 91 172 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgb(2 100 173 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgb(42 98 168 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgb(30 45 84 / var(--tw-text-opacity, 1));
}
.hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgb(227 0 27 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-100:hover {
    opacity: 1;
}
.hover\:opacity-50:hover {
    opacity: 0.5;
}
.hover\:opacity-75:hover {
    opacity: 0.75;
}
.hover\:after\:bg-blue-800:hover:after {
    --tw-bg-opacity: 1;
    background-color: rgb(42 98 168 / var(--tw-bg-opacity, 1));
    content: var(--tw-content);
}
.focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:mr-3 {
    margin-right: 0.75rem;
}
.group:hover .group-hover\:mr-6 {
    margin-right: 1.5rem;
}
.group:hover .group-hover\:h-14 {
    height: 3.5rem;
}
.group:hover .group-hover\:w-14 {
    width: 3.5rem;
}
.group:hover .group-hover\:-rotate-90 {
    --tw-rotate: -90deg;
}
.group:hover .group-hover\:-rotate-90,
.group:hover .group-hover\:scale-110 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}
.group:hover .group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 45 84 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}
.group:hover .group-hover\:opacity-90 {
    opacity: 0.9;
}
.group:hover .group-hover\:rotate-y-0 {
    transform: rotateY(0deg);
}
.group:hover .group-hover\:rotate-y-180 {
    transform: rotateY(180deg);
}
.peer:hover ~ .peer-hover\:pointer-events-auto {
    pointer-events: auto;
}
.peer:hover ~ .peer-hover\:flex {
    display: flex;
}
.peer:hover ~ .peer-hover\:opacity-100 {
    opacity: 1;
}
.prose-headings\:\!mb-10
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    margin-bottom: 2.5rem !important;
}
.prose-headings\:mb-16
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    margin-bottom: 4rem;
}
.prose-headings\:mt-0
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    margin-top: 0;
}
.prose-headings\:font-sans
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    font-family: Open Sans;
}
.prose-headings\:text-3xl
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.prose-headings\:text-\[26px\]
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    font-size: 26px;
}
.prose-headings\:text-\[48px\]
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    font-size: 48px;
}
.prose-headings\:text-base
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    font-size: 1rem;
    line-height: 1.5rem;
}
.prose-headings\:font-bold
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    font-weight: 700;
}
.prose-headings\:font-medium
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    font-weight: 500;
}
.prose-headings\:leading-\[58px\]
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    line-height: 58px;
}
.prose-headings\:text-white
    :is(
        :where(h1, h2, h3, h4, h5, h6, th):not(
                :where([class~='not-prose'], [class~='not-prose'] *)
            )
    ) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-p\:mb-0
    :is(:where(p):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
    margin-bottom: 0;
}
.prose-p\:max-w-\[670px\]
    :is(:where(p):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
    max-width: 670px;
}
.prose-p\:font-sans
    :is(:where(p):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
    font-family: Open Sans;
}
.prose-p\:text-base
    :is(:where(p):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
    font-size: 1rem;
    line-height: 1.5rem;
}
.prose-p\:tracking-\[-0\.01em\]
    :is(:where(p):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
    letter-spacing: -0.01em;
}
.prose-p\:text-white
    :is(:where(p):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-img\:w-auto
    :is(:where(img):not(:where([class~='not-prose'], [class~='not-prose'] *))) {
    width: auto;
}
:where(.child\:w-full) > :where(:not(.not-child)) {
    width: 100%;
}
:where(.heir-h2\:hidden) h2:where(:not(.not-heir-h2)) {
    display: none;
}
:where(.heir-h2\:hidden) :where(:not(.not-heir-h2)) h2 {
    display: none;
}
:where(.child-h4\:\!text-blue-700) > h4:where(:not(.not-child-h4)) {
    --tw-text-opacity: 1 !important;
    color: rgb(2 100 173 / var(--tw-text-opacity, 1)) !important;
}
:where(.child-li\:hover\:\!bg-transparent:hover)
    > li:where(:not(.not-child-li)) {
    background-color: initial !important;
}
:where(.child-ul\:hidden) > ul:where(:not(.not-child-ul)) {
    display: none;
}
:where(.heir-ul\:\!pl-4) ul:where(:not(.not-heir-ul)) {
    padding-left: 1rem !important;
}
:where(.heir-ul\:\!pl-4) :where(:not(.not-heir-ul)) ul {
    padding-left: 1rem !important;
}
:where(.child-a\:after\:\!bg-blue-800) > a:where(:not(.not-child-a)):after {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(42 98 168 / var(--tw-bg-opacity, 1)) !important;
    content: var(--tw-content);
}
:where(.heir-a\:\!text-sm) a:where(:not(.not-heir-a)) {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
:where(.heir-a\:hover\:text-amber-400:hover) a:where(:not(.not-heir-a)) {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
:where(.heir-a\:\!text-sm) :where(:not(.not-heir-a)) a {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
:where(.heir-a\:hover\:text-amber-400:hover) :where(:not(.not-heir-a)) a {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
:where(.heir-img\:\!m-0) img:where(:not(.not-heir-img)) {
    margin: 0 !important;
}
:where(.heir-img\:\!mt-12) img:where(:not(.not-heir-img)) {
    margin-top: 3rem !important;
}
:where(.heir-img\:\!m-0) :where(:not(.not-heir-img)) img {
    margin: 0 !important;
}
:where(.heir-img\:\!mt-12) :where(:not(.not-heir-img)) img {
    margin-top: 3rem !important;
}
:where(.child-svg\:w-5) > svg:where(:not(.not-child-svg)) {
    width: 1.25rem;
}
:where(.child-svg\:fill-current) > svg:where(:not(.not-child-svg)) {
    fill: currentColor;
}
@media not all and (min-width: 1280px) {
    .max-xl\:\!h-auto {
        height: auto !important;
    }
}
@media not all and (min-width: 1024px) {
    .max-lg\:order-1 {
        order: 1;
    }
    .max-lg\:hidden {
        display: none;
    }
}
@media not all and (min-width: 640px) {
    .max-sm\:relative {
        position: relative;
    }
    .max-sm\:order-1 {
        order: 1;
    }
    .max-sm\:flex {
        display: flex;
    }
    .max-sm\:w-full {
        width: 100%;
    }
    .max-sm\:shrink-0 {
        flex-shrink: 0;
    }
    .max-sm\:snap-x {
        scroll-snap-type: x var(--tw-scroll-snap-strictness);
    }
    .max-sm\:snap-mandatory {
        --tw-scroll-snap-strictness: mandatory;
    }
    .max-sm\:overflow-x-auto {
        overflow-x: auto;
    }
    .max-sm\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .max-sm\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .max-sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .max-sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    :where(.max-sm\:heir-br\:hidden) br:where(:not(.not-heir-br)) {
        display: none;
    }
    :where(.max-sm\:heir-br\:hidden) :where(:not(.not-heir-br)) br {
        display: none;
    }
}
@media (min-width: 640px) {
    .sm\:min-w-\[400px\] {
        min-width: 400px;
    }
    .sm\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .sm\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .sm\:py-8 {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
}
@media (min-width: 768px) {
    .md\:m-0 {
        margin: 0;
    }
    .md\:mx-\[0\%\] {
        margin-left: 0;
        margin-right: 0;
    }
    .md\:mb-0 {
        margin-bottom: 0;
    }
    .md\:ml-auto {
        margin-left: auto;
    }
    .md\:inline-flex {
        display: inline-flex;
    }
    .md\:h-12 {
        height: 3rem;
    }
    .md\:h-8 {
        height: 2rem;
    }
    .md\:min-h-\[500px\] {
        min-height: 500px;
    }
    .md\:w-12 {
        width: 3rem;
    }
    .md\:w-6\/12 {
        width: 50%;
    }
    .md\:w-8 {
        width: 2rem;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:max-w-\[890px\] {
        max-width: 890px;
    }
    .md\:flex-1 {
        flex: 1 1 0%;
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .md\:items-start {
        align-items: flex-start;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:gap-10 {
        gap: 2.5rem;
    }
    .md\:gap-14 {
        gap: 3.5rem;
    }
    .md\:gap-20 {
        gap: 5rem;
    }
    .md\:gap-8 {
        gap: 2rem;
    }
    .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(0px * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(0px * var(--tw-space-x-reverse));
    }
    .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    }
    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
        margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    }
    .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
    }
    .md\:p-8 {
        padding: 2rem;
    }
    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .md\:px-\[70px\] {
        padding-left: 70px;
        padding-right: 70px;
    }
    .md\:py-2 {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    .md\:py-3 {
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }
    .md\:py-\[50px\] {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .md\:text-\[40px\] {
        font-size: 40px;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .md\:leading-none {
        line-height: 1;
    }
    :where(.child\:md\:w-auto) > :where(:not(.not-child)) {
        width: auto;
    }
    :where(.md\:child-svg\:w-4) > svg:where(:not(.not-child-svg)) {
        width: 1rem;
    }
}
@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute;
    }
    .lg\:\!-mb-3 {
        margin-bottom: -0.75rem !important;
    }
    .lg\:mt-0 {
        margin-top: 0;
    }
    .lg\:mt-12 {
        margin-top: 3rem;
    }
    .lg\:mt-6 {
        margin-top: 1.5rem;
    }
    .lg\:mt-8 {
        margin-top: 2rem;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:w-4\/12 {
        width: 33.333333%;
    }
    .lg\:w-44 {
        width: 11rem;
    }
    .lg\:w-5\/12 {
        width: 41.666667%;
    }
    .lg\:w-7\/12 {
        width: 58.333333%;
    }
    .lg\:w-8\/12 {
        width: 66.666667%;
    }
    .lg\:w-80 {
        width: 20rem;
    }
    .lg\:w-\[46\.5vw\] {
        width: 46.5vw;
    }
    .lg\:max-w-\[350px\] {
        max-width: 350px;
    }
    .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-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(3rem * var(--tw-space-x-reverse));
    }
    .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(5rem * var(--tw-space-x-reverse));
    }
    .lg\:p-16 {
        padding: 4rem;
    }
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:px-\[100px\] {
        padding-left: 100px;
        padding-right: 100px;
    }
    .lg\:py-20 {
        padding-bottom: 5rem;
        padding-top: 5rem;
    }
    .lg\:py-\[70px\] {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    .lg\:pl-10 {
        padding-left: 2.5rem;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:prose-headings\:leading-\[80px\]
        :is(
            :where(h1, h2, h3, h4, h5, h6, th):not(
                    :where([class~='not-prose'], [class~='not-prose'] *)
                )
        ) {
        line-height: 80px;
    }
}
@media (min-width: 1280px) {
    .xl\:absolute {
        position: absolute;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-\[400px\] {
        height: 400px;
    }
    .xl\:w-4\/12 {
        width: 33.333333%;
    }
    .xl\:w-6\/12 {
        width: 50%;
    }
    .xl\:max-w-\[40\%\] {
        max-width: 40%;
    }
    .xl\:flex-row {
        flex-direction: row;
    }
    .xl\:p-10 {
        padding: 2.5rem;
    }
    .xl\:p-32 {
        padding: 8rem;
    }
    .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .xl\:py-16 {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .xl\:py-32 {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }
    .xl\:pb-12 {
        padding-bottom: 3rem;
    }
    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .xl\:opacity-0 {
        opacity: 0;
    }
    .group:hover .xl\:group-hover\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
    .group:hover .xl\:group-hover\:pt-\[14\%\] {
        padding-top: 14%;
    }
    .group:hover .xl\:group-hover\:text-teal-900 {
        --tw-text-opacity: 1;
        color: rgb(19 78 74 / var(--tw-text-opacity, 1));
    }
    .group:hover .xl\:group-hover\:opacity-100 {
        opacity: 1;
    }
    .xl\:prose-headings\:text-\[60px\]
        :is(
            :where(h1, h2, h3, h4, h5, h6, th):not(
                    :where([class~='not-prose'], [class~='not-prose'] *)
                )
        ) {
        font-size: 60px;
    }
}
@media (min-width: 1536px) {
    .\32xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .\32xl\:prose-p\:text-2xl
        :is(
            :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *))
        ) {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .\32xl\:prose-p\:leading-\[36px\]
        :is(
            :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *))
        ) {
        line-height: 36px;
    }
}
@media (prefers-color-scheme: dark) {
    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}
.\[\&\:not\(\:first-child\)\]\:pl-2:not(:first-child) {
    padding-left: 0.5rem;
}
@media (min-width: 768px) {
    .\[\&\:not\(\:first-child\)\]\:md\:pl-3:not(:first-child) {
        padding-left: 0.75rem;
    }
}
@media not all and (min-width: 640px) {
    .\[\&\>\*\:nth-child\(n\+1\)\]\:max-sm\:mr-5 > :nth-child(n + 1) {
        margin-right: 1.25rem;
    }
}
.\[\&\>\*\:nth-child\(n\+3\)\]\:w-auto > :nth-child(n + 3) {
    width: auto;
}
.\[\&_\.container\]\:mx-auto .container {
    margin-left: auto;
    margin-right: auto;
}
.\[\&_\.container\]\:max-w-\[1920px\] .container {
    max-width: 1920px;
}
.\[\&_a\]\:mb-0 a {
    margin-bottom: 0;
}
.\[\&_img\]\:w-full img {
    width: 100%;
}
.\[\&_img\]\:object-cover img {
    object-fit: cover;
}
