/* CRITICAL: Gravity Forms Honeypot and Hidden Field Styling */
/* These styles are required to prevent form submission errors */
/* Must use position absolute instead of display:none for spam detection to work */
.gform_validation_container,
.gform_wrapper .gform_validation_container,
.gf_hidden,
.gform_hidden,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    position: absolute !important;
    left: -9000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    display: block !important;
}
/* Ensure visibility hidden class doesn't use display:none */
.gfield_visibility_hidden,
.gform_wrapper .gfield_visibility_hidden {
    position: absolute !important;
    left: -9000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    display: block !important;
}
/* Custom Gravity Form Styling for Advice Box */
.advice-box-gravity-form .gform_wrapper {
    background: var(--color-stone, #CEC6BA);
    box-shadow: none;
        width: 100%;
        max-width: 361px;
        box-sizing: border-box;
}
.advice-box-gravity-form .gform_wrapper .gform_body {
    margin: 0;
}
.advice-box-gravity-form .gform_wrapper .gfield:not(.gfield--type-textarea) {
    margin-bottom: 24px;
    margin-top: 0;
}
.advice-box-gravity-form .gform_wrapper .gfield.gfield--type-textarea textarea {
    margin-bottom: 0;
}
/* Title styling - this would be added as HTML content in the form */
.advice-box-gravity-form .form-title h2 {
        font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif);
        font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1.6px;
        color: var(--color-black, #000);
        margin: 0 0 24px 0;
}
/* Description text styling */
.advice-box-gravity-form .form-description p,
.advice-box-gravity-form .gfield_html p {
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.36px;
    color: var(--color-black, #000);
    margin: 0 0 24px 0;
}
/* HTML field type styling */
.advice-box-gravity-form .gform_wrapper .gfield_html,
.advice-box-gravity-form .gfield_html {
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    color: var(--color-black, #000) !important;
    margin: 0 0 24px 0 !important;
}
.advice-box-gravity-form .gform_wrapper .gfield_html a,
.advice-box-gravity-form .gfield_html a {
    color: var(--color-black, #000) !important;
    text-decoration: underline !important;
}
/* Textarea styling with maximum specificity */
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.advice-box-gravity-form .gform_wrapper textarea,
.advice-box-gravity-form textarea {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px !important;
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.36px !important;
    color: var(--color-black, #000) !important;
    padding: 16px 16px 0 16px !important;
    min-height: 92px !important;
    width: 100% !important;
    resize: vertical !important;
    box-sizing: border-box !important;
    /* 3 * 4px = 12px gap */
}
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder, .advice-box-gravity-form .gform_wrapper textarea::-moz-placeholder, .advice-box-gravity-form textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.36px !important;
}
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.advice-box-gravity-form .gform_wrapper textarea::placeholder,
.advice-box-gravity-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.36px !important;
}
.advice-box-gravity-form .gform_wrapper .gfield_checkbox li,
.advice-box-gravity-form .gform_wrapper .gfield_radio li,
.advice-box-gravity-form .gform_wrapper .gchoice {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
        align-items: center;
        gap: 8px;
        /* 2 * 4px = 8px gap */
}
.advice-box-gravity-form .gform_wrapper .gfield_checkbox li label,
.advice-box-gravity-form .gform_wrapper .gfield_radio li label,
.advice-box-gravity-form .gform_wrapper .gchoice label,
.advice-box-gravity-form .gform_wrapper .gform-field-label {
    font-family: var(--font-tertiary, 'Roboto Mono', monospace);
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
        cursor: pointer;
    flex: 1;
    white-space: normal !important;
}
.advice-box-gravity-form .gform_wrapper .gfield_checkbox .gchoice+.gchoice,
.advice-box-gravity-form .gform_wrapper .gfield_radio .gchoice+.gchoice,
.advice-box-gravity-form .gform_wrapper .gchoice+.gchoice {
    margin-top: 12px;
}
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type="checkbox"],
.advice-box-gravity-form .gform_wrapper .gfield_checkbox input[type="checkbox"],
.advice-box-gravity-form .gfield_checkbox input[type="checkbox"],
.advice-box-gravity-form .gform_wrapper .gfield-choice-input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 2px !important;
    background: rgba(0, 0, 0, 0.05) !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    accent-color: var(--color-black, #000) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
/* Checkbox input checked state styling */
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type="checkbox"]:checked,
.advice-box-gravity-form .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked,
.advice-box-gravity-form .gfield_checkbox input[type="checkbox"]:checked,
.advice-box-gravity-form .gform_wrapper .gfield-choice-input[type="checkbox"]:checked {
    background: var(--color-black, #000) !important;
    background-color: var(--color-black, #000) !important;
    position: relative !important;
}
/* Add checkmark icon for checked checkboxes */
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type="checkbox"]:checked::after,
.advice-box-gravity-form .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked::after,
.advice-box-gravity-form .gfield_checkbox input[type="checkbox"]:checked::after,
.advice-box-gravity-form .gform_wrapper .gfield-choice-input[type="checkbox"]:checked::after {
    content: '✓' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: var(--color-white, #fff) !important;
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}
/* Radio input styling to match checkboxes */
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type="radio"],
.advice-box-gravity-form .gform_wrapper .gfield_radio input[type="radio"],
.advice-box-gravity-form .gfield_radio input[type="radio"],
.advice-box-gravity-form .gform_wrapper .gfield-choice-input[type="radio"] {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.05) !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    accent-color: var(--color-black, #000) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
/* Radio input checked state styling */
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type="radio"]:checked,
.advice-box-gravity-form .gform_wrapper .gfield_radio input[type="radio"]:checked,
.advice-box-gravity-form .gfield_radio input[type="radio"]:checked,
.advice-box-gravity-form .gform_wrapper .gfield-choice-input[type="radio"]:checked {
    background: var(--color-black, #000) !important;
    background-color: var(--color-black, #000) !important;
}
/* Submit button styling */
.advice-box-gravity-form .gform_wrapper .gform_footer {
    margin-top: 24px;
        /* 6 * 4px = 24px gap */
    padding: 0;
    display: flex;
        flex-direction: column;
}
.advice-box-gravity-form .gform_wrapper .gform_footer input[type="submit"],
.advice-box-gravity-form .gform_wrapper .gform_footer .gform_button {
    background: var(--color-black, #000);
    color: var(--color-white, #fff);
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 18px 16px;
    border: none;
    width: -moz-fit-content;
    width: fit-content;
        min-width: 120px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin-bottom: 24px;
        /* 6 * 4px = 24px gap */
        order: 1;
            /* Button appears first */
    }
.advice-box-gravity-form .gform_wrapper .gform_footer input[type="submit"]:hover,
    .advice-box-gravity-form .gform_wrapper .gform_footer .gform_button:hover,
    .advice-box-gravity-form .gform_wrapper .gform_footer input[type="submit"]:focus,
    .advice-box-gravity-form .gform_wrapper .gform_footer .gform_button:focus {
        background: var(--color-grass, #BABA00);
        color: var(--color-black, #000);
    }
/* reCAPTCHA disclaimer text styling */
.advice-box-gravity-form .gform_wrapper .gform_footer .recaptcha-text,
    .advice-box-gravity-form .recaptcha-disclaimer {
        font-family: var(--font-tertiary, 'Roboto Mono', monospace);
        font-size: 10px;
        font-weight: 400;
        line-height: 1.3;
        color: rgba(0, 0, 0, 0.7);
        margin: 0;
    width: 100%;
    order: 2;
        /* reCAPTCHA text appears second (below button) */
}
.advice-box-gravity-form .recaptcha-disclaimer a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
}
.advice-box-gravity-form .recaptcha-disclaimer a:hover {
    color: var(--color-black, #000);
}
/* Error state styling */
.advice-box-gravity-form .gform_wrapper .validation_error {
    color: #dc2626;
    font-size: 10px;
    font-family: var(--font-tertiary, 'Roboto Mono', monospace);
        margin-top: 4px;
}
.advice-box-gravity-form .gform_wrapper .gfield_error .gfield_label {
    color: #dc2626;
}
.advice-box-gravity-form .gform_wrapper .gfield_error input,
.advice-box-gravity-form .gform_wrapper .gfield_error textarea {
    border-color: #dc2626;
}
/* Hide default Gravity Forms styling that conflicts */
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    margin-top: 0;
}
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
    color: rgba(0, 0, 0, 0.7);
    font-size: 10px;
        font-family: var(--font-tertiary, 'Roboto Mono', monospace);
        margin-top: 4px;
    }
/* Remove any default Gravity Forms styling */
.advice-box-gravity-form .gform_wrapper {
        box-shadow: none !important;
        /* border: 1px solid rgba(255, 255, 255, 0.6) !important; */
        background: var(--color-stone, #CEC6BA) !important;
        margin-top: 0 !important;
            margin-bottom: 0 !important;
    }
/* Input field styling for other field types with maximum specificity */
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="text"],
.advice-box-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type="email"],
.advice-box-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type="tel"],
.advice-box-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type="url"],
.advice-box-gravity-form .gform_wrapper input[type="text"],
.advice-box-gravity-form .gform_wrapper input[type="email"],
.advice-box-gravity-form .gform_wrapper input[type="tel"],
.advice-box-gravity-form .gform_wrapper input[type="url"] {
    background: rgba(0, 0, 0, 0.05) !important;
        border: 1px solid rgba(0, 0, 0, 0.2) !important;
        border-radius: 6px !important;
        padding: 16px !important;
        width: 100% !important;
        font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.3 !important;
        letter-spacing: -0.36px !important;
        color: var(--color-black, #000) !important;
        box-sizing: border-box !important;
}
.advice-box-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select.gfield_select,
.advice-box-gravity-form .gform_wrapper select.gfield_select {
    width: 100% !important;
        background: rgba(0, 0, 0, 0.05) !important;
        border: 1px solid rgba(0, 0, 0, 0.2) !important;
        border-radius: 6px !important;
        font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.3 !important;
        letter-spacing: -0.36px !important;
        color: var(--color-black, #000) !important;
        padding: 16px !important;
        margin: 0 !important;
        -webkit-appearance: none !important;
           -moz-appearance: none !important;
                appearance: none !important;
        box-sizing: border-box !important;
}
/* Address field select styling (country dropdown) */
.advice-box-gravity-form .gform_wrapper .ginput_address_country select,
.advice-box-gravity-form .ginput_address_country select {
    width: 100% !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px !important;
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.36px !important;
    color: var(--color-black, #000) !important;
    padding: 16px !important;
    margin: 0 !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    box-sizing: border-box !important;
}
/* File input styling */
.advice-box-gravity-form .gform_wrapper .ginput_container input[type="file"],
.advice-box-gravity-form .gform_wrapper input[type="file"] {
    width: 100% !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px !important;
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.36px !important;
    color: var(--color-black, #000) !important;
    padding: 16px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}
/* File input description/rules styling */
.advice-box-gravity-form .gform_wrapper .gform_fileupload_rules {
    font-family: var(--font-tertiary, 'Roboto Mono', monospace) !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    color: rgba(0, 0, 0, 0.7) !important;
    margin-top: 4px !important;
    display: block !important;
    white-space: normal !important;
}
/* Custom Gravity Form Styling for Forms found in posts */
.post-content .gform_wrapper {
    box-shadow: none;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}
.post-content .gform_wrapper .gform_body {
    margin: 0;
}
.post-content .gform_wrapper .gfield:not(.gfield--type-textarea) {
    margin: 12px 0;
}
.post-content .gform_wrapper .gfield.gfield--type-textarea textarea {
    margin-bottom: 0;
}
/* Title styling - this would be added as HTML content in the form */
.post-content .form-title h2 {
        font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif);
        font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1.6px;
        color: var(--color-black, #000);
        margin: 0 0 24px 0;
}
/* Description text styling */
.post-content .form-description p,
.post-content .gfield_html p {
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.36px;
    color: var(--color-black, #000);
    margin: 0 0 24px 0;
}
/* HTML field type styling */
.post-content .gform_wrapper .gfield_html,
.post-content .gfield_html {
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    color: var(--color-black, #000) !important;
    margin: 0 0 24px 0 !important;
}
.post-content .gform_wrapper .gfield_html a,
.post-content .gfield_html a {
    color: var(--color-black, #000) !important;
    text-decoration: underline !important;
}
/* Textarea styling with maximum specificity */
.post-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.post-content .gform_wrapper textarea,
.post-content textarea {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px !important;
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.36px !important;
    color: var(--color-black, #000) !important;
    padding: 16px 16px 0 16px !important;
    min-height: 92px !important;
    width: 100% !important;
    resize: vertical !important;
    box-sizing: border-box !important;
    /* 3 * 4px = 12px gap */
}
.post-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder, .post-content .gform_wrapper textarea::-moz-placeholder, .post-content textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.36px !important;
}
.post-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.post-content .gform_wrapper textarea::placeholder,
.post-content textarea::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.36px !important;
}
.post-content .gform_wrapper .gfield_checkbox li,
.post-content .gform_wrapper .gfield_radio li,
.post-content .gform_wrapper .gchoice {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
        align-items: center;
        gap: 8px;
        /* 2 * 4px = 8px gap */
}
.post-content .gform_wrapper .gfield_checkbox li label,
.post-content .gform_wrapper .gfield_radio li label,
.post-content .gform_wrapper .gchoice label,
.post-content .gform_wrapper .gform-field-label {
    font-family: var(--font-tertiary, 'Roboto Mono', monospace);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
    cursor: pointer;
    flex: 1;
    white-space: normal !important;
}
.post-content .gform_wrapper .gfield_checkbox .gchoice+.gchoice,
.post-content .gform_wrapper .gfield_radio .gchoice+.gchoice,
.post-content .gform_wrapper .gchoice+.gchoice {
    margin-top: 12px;
}
.post-content .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type="checkbox"],
.post-content .gform_wrapper .gfield_checkbox input[type="checkbox"],
.post-content .gfield_checkbox input[type="checkbox"],
.post-content .gform_wrapper .gfield-choice-input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 2px !important;
    background: rgba(0, 0, 0, 0.05) !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    accent-color: var(--color-black, #000) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
/* Checkbox input checked state styling */
.post-content .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type="checkbox"]:checked,
.post-content .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked,
.post-content .gfield_checkbox input[type="checkbox"]:checked,
.post-content .gform_wrapper .gfield-choice-input[type="checkbox"]:checked {
    background: var(--color-black, #000) !important;
    background-color: var(--color-black, #000) !important;
    position: relative !important;
}
/* Add checkmark icon for checked checkboxes */
.post-content .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type="checkbox"]:checked::after,
.post-content .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked::after,
.post-content .gfield_checkbox input[type="checkbox"]:checked::after,
.post-content .gform_wrapper .gfield-choice-input[type="checkbox"]:checked::after {
    content: '✓' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: var(--color-white, #fff) !important;
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}
/* Radio input styling to match checkboxes */
.post-content .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type="radio"],
.post-content .gform_wrapper .gfield_radio input[type="radio"],
.post-content .gfield_radio input[type="radio"],
.post-content .gform_wrapper .gfield-choice-input[type="radio"] {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.05) !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    accent-color: var(--color-black, #000) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
/* Radio input checked state styling */
.post-content .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type="radio"]:checked,
.post-content .gform_wrapper .gfield_radio input[type="radio"]:checked,
.post-content .gfield_radio input[type="radio"]:checked,
.post-content .gform_wrapper .gfield-choice-input[type="radio"]:checked {
    background: var(--color-black, #000) !important;
    background-color: var(--color-black, #000) !important;
}
/* Submit button styling */
.post-content .gform_wrapper .gform_footer {
    margin-top: 24px;
        /* 6 * 4px = 24px gap */
    padding: 0;
    display: flex;
        flex-direction: column;
}
.post-content .gform_wrapper .gform_footer input[type="submit"],
.post-content .gform_wrapper .gform_footer .gform_button {
    background: var(--color-black, #000);
    color: var(--color-white, #fff);
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 18px 16px;
    border: none;
    width: -moz-fit-content;
    width: fit-content;
        min-width: 120px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin-bottom: 24px;
        /* 6 * 4px = 24px gap */
        order: 1;
            /* Button appears first */
    }
.post-content .gform_wrapper .gform_footer input[type="submit"]:hover,
    .post-content .gform_wrapper .gform_footer .gform_button:hover,
    .post-content .gform_wrapper .gform_footer input[type="submit"]:focus,
    .post-content .gform_wrapper .gform_footer .gform_button:focus {
        background: var(--color-grass, #BABA00);
        color: var(--color-black, #000);
    }
/* reCAPTCHA disclaimer text styling */
.post-content .gform_wrapper .gform_footer .recaptcha-text,
    .post-content .recaptcha-disclaimer {
        font-family: var(--font-tertiary, 'Roboto Mono', monospace);
        font-size: 10px;
        font-weight: 400;
        line-height: 1.3;
        color: rgba(0, 0, 0, 0.7);
        margin: 0;
    width: 100%;
    order: 2;
        /* reCAPTCHA text appears second (below button) */
}
.post-content .recaptcha-disclaimer a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
}
.post-content .recaptcha-disclaimer a:hover {
    color: var(--color-black, #000);
}
/* Error state styling */
.post-content .gform_wrapper .validation_error {
    color: #dc2626;
    font-size: 10px;
    font-family: var(--font-tertiary, 'Roboto Mono', monospace);
        margin-top: 4px;
}
.post-content .gform_wrapper .gfield_error .gfield_label {
    color: #dc2626;
}
.post-content .gform_wrapper .gfield_error input,
.post-content .gform_wrapper .gfield_error textarea {
    border-color: #dc2626;
}
/* Hide default Gravity Forms styling that conflicts */
.post-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    margin-top: 0;
}
.post-content .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
    color: rgba(0, 0, 0, 0.7);
    font-size: 10px;
        font-family: var(--font-tertiary, 'Roboto Mono', monospace);
        margin-top: 4px;
    }
/* Remove any default Gravity Forms styling */
.post-content .gform_wrapper {
        box-shadow: none !important;
        margin-top: 0 !important;
            margin-bottom: 0 !important;
    }
/* Input field styling for other field types with maximum specificity */
.post-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="text"],
.post-content .gform_wrapper .gform_fields .gfield .ginput_container input[type="email"],
.post-content .gform_wrapper .gform_fields .gfield .ginput_container input[type="tel"],
.post-content .gform_wrapper .gform_fields .gfield .ginput_container input[type="url"],
.post-content .gform_wrapper input[type="text"],
.post-content .gform_wrapper input[type="email"],
.post-content .gform_wrapper input[type="tel"],
.post-content .gform_wrapper input[type="url"] {
    background: rgba(0, 0, 0, 0.05) !important;
        border: 1px solid rgba(0, 0, 0, 0.2) !important;
        border-radius: 6px !important;
        padding: 16px !important;
        width: 100% !important;
        font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.3 !important;
        letter-spacing: -0.36px !important;
        color: var(--color-black, #000) !important;
        box-sizing: border-box !important;
}
.post-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select.gfield_select,
.post-content .gform_wrapper select.gfield_select {
    width: 100% !important;
        background: rgba(0, 0, 0, 0.05) !important;
        border: 1px solid rgba(0, 0, 0, 0.2) !important;
        border-radius: 6px !important;
        font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.3 !important;
        letter-spacing: -0.36px !important;
        color: var(--color-black, #000) !important;
        padding: 16px !important;
        margin: 0 !important;
        -webkit-appearance: none !important;
           -moz-appearance: none !important;
                appearance: none !important;
        box-sizing: border-box !important;
}
/* Address field select styling (country dropdown) */
.post-content .gform_wrapper .ginput_address_country select,
.post-content .ginput_address_country select {
    width: 100% !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px !important;
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.36px !important;
    color: var(--color-black, #000) !important;
    padding: 16px !important;
    margin: 0 !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    box-sizing: border-box !important;
}
/* File input styling */
.post-content .gform_wrapper .ginput_container input[type="file"],
.post-content .gform_wrapper input[type="file"] {
    width: 100% !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px !important;
    font-family: var(--font-primary, 'Aktiv Grotesk', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.36px !important;
    color: var(--color-black, #000) !important;
    padding: 16px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}
/* File input description/rules styling */
.post-content .gform_wrapper .gform_fileupload_rules {
    font-family: var(--font-tertiary, 'Roboto Mono', monospace) !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    color: rgba(0, 0, 0, 0.7) !important;
    margin-top: 4px !important;
    display: block !important;
    white-space: normal !important;
}
/* Glide.js carousel styles */
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
.glide__bullets {
    max-width: 75%;
    margin: 0 auto;
    /* Hide navigation dots on mobile - !important to override Tailwind flex class */
    display: none !important;
  }
/* Show navigation dots from small desktop up. The theme's lg breakpoint is
     1440px, which hid carousel navigation on most laptops / non-maximized
     windows — carousels were unnavigable below 1440 (no dots, no arrows). */
@media (min-width: 1024px) {
    .glide__bullets {
      display: flex !important;
    }
  }
.glide * {
    box-sizing: inherit;
  }
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: stretch;
  }
.glide__slide {
    position: relative;
    display: inline-flex;
    vertical-align: top;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }
/* Ensure slide content takes full height */
.glide__slide > * {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
/* Make card components inside slides stretch to full height */
.glide__slide article,
  .glide__slide .card,
  .glide__slide > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
/* Specific handling for different card types */
.glide__slide article > a,
  .glide__slide article > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
  }
/* Override any auto height classes */
.glide__slide.h-auto {
    height: 100% !important;
  }
/* Ensure slides with fixed heights work properly */
.glide__slides[class*="h-"] .glide__slide {
    height: 100%;
  }
.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* Hide arrow navigation on mobile - !important to override Tailwind flex class */
    display: none !important;
  }
/* Show arrow navigation from small desktop up (see dots note above). */
@media (min-width: 1024px) {
    .glide__arrows {
      display: flex !important;
    }
  }
.glide__arrow {
    top: 50%;
    z-index: 2;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 4px;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    color: white;
    font-size: 14px;
  }
.glide__arrow:focus {
    outline: none;
  }
.glide__arrow:hover {
    border-color: white;
  }
.glide__arrow--left {
    left: 2em;
  }
.glide__arrow--right {
    right: 2em;
  }
.glide__arrow--disabled {
    opacity: 0.33;
  }
/* ==========================================================================
   GLIDE BULLET STYLES - Standardized across all carousels
   ========================================================================== */
/* Base bullet button - ADA compliant touch target (minimum 44x44px area) */
.glide__bullet {
    width: 20px;
    height: 24px;
    min-width: 20px;
    min-height: 24px;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: all 0.2s ease-in-out;
}
/* Visual dot indicator inside bullet (nested span approach) */
.glide__bullet span {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}
/* ==========================================================================
   LIGHT THEME BULLETS (default)
   ========================================================================== */
/* Light theme - inactive state */
.glide__bullet span,
[data-theme="light"] .glide__bullet span,
.bg-white .glide__bullet span {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
}
/* Light theme - hover state */
.glide__bullet:hover span,
[data-theme="light"] .glide__bullet:hover span,
.bg-white .glide__bullet:hover span {
    border-color: rgba(0, 0, 0, 0.8);
}
/* Light theme - active state */
.glide__bullet--active span,
[data-theme="light"] .glide__bullet--active span,
.bg-white .glide__bullet--active span {
    background-color: black;
    border-color: black;
}
/* Light theme - focus visible state */
.glide__bullet:focus-visible span,
[data-theme="light"] .glide__bullet:focus-visible span,
.bg-white .glide__bullet:focus-visible span {
    outline: 2px solid black;
    outline-offset: 2px;
}
/* ==========================================================================
   DARK THEME BULLETS
   ========================================================================== */
/* Dark theme - inactive state */
[data-theme="dark"] .glide__bullet span,
.bg-black .glide__bullet span {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
}
/* Dark theme - hover state */
[data-theme="dark"] .glide__bullet:hover span,
.bg-black .glide__bullet:hover span {
    border-color: rgba(255, 255, 255, 0.8);
}
/* Dark theme - active state */
[data-theme="dark"] .glide__bullet--active span,
.bg-black .glide__bullet--active span {
    background-color: white;
    border-color: white;
}
/* Dark theme - focus visible state */
[data-theme="dark"] .glide__bullet:focus-visible span,
.bg-black .glide__bullet:focus-visible span {
    outline: 2px solid white;
    outline-offset: 2px;
}
/* ==========================================================================
   LEGACY SUPPORT - Direct bullet styling (without nested span)
   For backwards compatibility with older carousel implementations
   ========================================================================== */
/* Light theme bullets - direct styling */
.advice-box-section.bg-white .glide__bullet {
    border-color: #000000 !important;
    color: #000000;
    background-color: transparent !important;
}
.advice-box-section.bg-white .glide__bullet:hover {
    background-color: #000000 !important;
    opacity: 0.7;
}
.advice-box-section.bg-white .glide__bullet--active {
    background-color: #000000 !important;
    opacity: 1 !important;
}
/* Dark theme bullets - direct styling */
.advice-box-section.bg-black .glide__bullet span {
    border-color: #ffffff !important;
    color: #ffffff;
    background-color: transparent !important;
    border:1px solid;
}
.advice-box-section.bg-black .glide__bullet:hover span {
    background-color: #ffffff !important;
    opacity: 0.7;
}
.advice-box-section.bg-black .glide__bullet--active span {
    background-color: #ffffff !important;
    opacity: 1 !important;
}
/* Focus states for accessibility - legacy */
.advice-box-section.bg-white .glide__bullet:focus span {
    box-shadow: 0 0 0 2px #000000;
}
.advice-box-section.bg-black .glide__bullet:focus span {
    box-shadow: 0 0 0 2px #ffffff;
}
.simplefavorite-button {
    display: flex;
    align-items: center;
    gap: 0.125rem;
    font-family: aktiv-grotesk;
    font-size: 0px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
.simplefavorite-button:hover {
    color: rgba(0, 0, 0, 0.5);
}
.simplefavorite-button::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2713%27 viewBox=%270 0 10 13%27 fill=%27none%27%3E%3Cpath d=%27M3.29483 7.77019L4.72603 6.90658L6.15722 7.77019L5.76919 6.1409L7.03864 5.04655L5.3767 4.90781L4.72603 3.37571L4.07535 4.90781L2.41341 5.04655L3.68287 6.1409L3.29483 7.77019ZM0.274414 12.25V0.75H9.17764V12.25L4.72603 10.338L0.274414 12.25ZM1.01635 11.1L4.72603 9.50484L8.4357 11.1V1.49194H1.01635V11.1Z%27 fill=%27black%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.simplefavorite-button::after {
    content: 'SAVE';
    font-size: 12px;
}
.simplefavorite-button.active::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2713%27 viewBox=%270 0 10 13%27 fill=%27none%27%3E%3Cpath d=%27M4.02042 8.02019L5.45161 7.15658L6.88281 8.02019L6.49477 6.3909L7.76423 5.29655L6.10229 5.15781L5.45161 3.62571L4.80094 5.15781L3.139 5.29655L4.40845 6.3909L4.02042 8.02019ZM1 12.5V1H9.90323V12.5L5.45161 10.588L1 12.5Z%27 fill=%27black%27/%3E%3Cpath d=%27M4.02042 8.02019L5.45161 7.15658L6.88281 8.02019L6.49477 6.3909L7.76423 5.29655L6.10229 5.15781L5.45161 3.62571L4.80094 5.15781L3.139 5.29655L4.40845 6.3909L4.02042 8.02019ZM1 12.5V1H9.90323V12.5L5.45161 10.588L1 12.5ZM1.74194 11.35L5.45161 9.75484L9.16129 11.35V1.74194H1.74194V11.35Z%27 fill=%27white%27 stroke=%27black%27 stroke-width=%270.2%27/%3E%3C/svg%3E");
}
.simplefavorite-button.active::after {
    content: 'SAVED';
}
.simplefavorite-button.active:hover::after {
    content: 'UNSAVE';
}
.heading--block+.quote--block blockquote {
  max-width: 347px;
}
/* Tags */
.taxonomy-post_tag{
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 30px 0;
  font-size: 0;
}
.taxonomy-post_tag a {
  font-family: "Roboto Mono";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  text-transform: uppercase;
  color:#808080;
}
.taxonomy-post_tag a:hover{
  text-decoration: underline;
}
.taxonomy-post_tag .wp-block-post-terms__separator{
  content: "";
  display:block;
  background-color:#808080;
  width:3px;
  height:3px;
}
:where(.wp-site-blocks) > * {
    margin-top:0 !important;
    margin-bottom:0 !important;
}
/* Post editor content styles */
.post-content .wp-block-post-content > figure{
    max-width: 100%;
}
.post-content .entry-content {
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 1em;
}
/* Full-width alignment breakout for blocks inside post content */
.post-content .entry-content .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.entry-content a:not(.button){
    text-decoration: underline;
}
.entry-content a:not(.button):hover{
    text-decoration: none;
}
/* Author bio link styles */
.author-bio-content a {
    text-decoration: underline;
}
.author-bio-content a:hover {
    text-decoration: none;
}
/* Heading styles for frontend (.entry-content) and block editor (.editor-styles-wrapper) */
.page-template .heading-block h1,
.entry-content h1,
.editor-styles-wrapper h1 {
    font-family: "aktiv-grotesk";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 54px */
    letter-spacing: -3px;
    text-transform: capitalize;
}
.page-template .heading-block h2,
.entry-content h2,
.editor-styles-wrapper h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    letter-spacing: -2.4px;
    text-transform: capitalize;
}
.page-template .heading-block h3,
.entry-content h3,
.editor-styles-wrapper h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 21.6px */
    letter-spacing: -1.2px;
    text-transform: capitalize;
}
.page-template .heading-block h4,
.entry-content h4,
.editor-styles-wrapper h4 {
    font-family: "aktiv-grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 21.6px */
    letter-spacing: -1.2px;
    text-transform: capitalize;
}
.page-template .heading-block h5,
.entry-content h5,
.editor-styles-wrapper h5 {
    font-family: "aktiv-grotesk";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 25.5px */
    letter-spacing: -0.51px;
}
/* List styles for frontend (.entry-content) and block editor (.editor-styles-wrapper) */
.page-template .list-block ul,
.page-template .list-block ol,
.entry-content ul,
.entry-content ol,
.editor-styles-wrapper ul:not([class*="wp-block"]):not(.block-editor-block-list__block),
.editor-styles-wrapper ol:not([class*="wp-block"]):not(.block-editor-block-list__block),
.editor-styles-wrapper .wp-block-list {
    font-family: "aktiv-grotesk";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    letter-spacing: -0.51px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
}
.page-template .list-block ul,
.entry-content ul,
.editor-styles-wrapper ul:not([class*="wp-block"]):not(.block-editor-block-list__block),
.editor-styles-wrapper ul.wp-block-list {
    list-style-type: disc;
}
.page-template .list-block ol,
.entry-content ol,
.editor-styles-wrapper ol:not([class*="wp-block"]):not(.block-editor-block-list__block),
.editor-styles-wrapper ol.wp-block-list {
    list-style-type: decimal;
}
.page-template .list-block ul li,
.page-template .list-block ol li,
.entry-content ul li,
.entry-content ol li,
.editor-styles-wrapper ul:not([class*="wp-block"]):not(.block-editor-block-list__block) li,
.editor-styles-wrapper ol:not([class*="wp-block"]):not(.block-editor-block-list__block) li,
.editor-styles-wrapper .wp-block-list li {
    margin-bottom: 0.5em;
    padding-left: 0.25em;
}
.page-template .list-block ul li:last-child,
.page-template .list-block ol li:last-child,
.entry-content ul li:last-child,
.entry-content ol li:last-child,
.editor-styles-wrapper ul:not([class*="wp-block"]):not(.block-editor-block-list__block) li:last-child,
.editor-styles-wrapper ol:not([class*="wp-block"]):not(.block-editor-block-list__block) li:last-child,
.editor-styles-wrapper .wp-block-list li:last-child {
    margin-bottom: 0;
}
/* Nested list styles */
.page-template .list-block ul ul,
.page-template .list-block ol ol,
.page-template .list-block ul ol,
.page-template .list-block ol ul,
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.editor-styles-wrapper .wp-block-list ul,
.editor-styles-wrapper .wp-block-list ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.page-template .list-block ul ul,
.entry-content ul ul,
.editor-styles-wrapper .wp-block-list ul ul {
    list-style-type: circle;
}
.page-template .list-block ul ul ul,
.entry-content ul ul ul,
.editor-styles-wrapper .wp-block-list ul ul ul {
    list-style-type: square;
}
.entry-content .simplefavorite-button{ 
    display: none !important;
}
@media (max-width: 1024px) {
    .post-content .entry-content {
        padding: 0 20px;
    }
}
/* Link styles for general content */
.wp-block-core-paragraph a{
    text-decoration: underline;
}
.wp-block-core-paragraph a:hover{
    text-decoration: none;
}
/* General content styles */
.mepr-unauthorized-message{
    display: none;
}
/* Hide background dim from cover image */
.has-background-dim{
    display: none;
}
/* Negative Footer Styles */
.has-negative-footer #site-footer {
    margin-top: -150px !important;
}
/* Images Figures with Captions */
/* Frontend image alignment */
img.aligncenter{
    margin: 0 auto;
}
img.alignleft{
    float: left;
    margin-right: 1.5em;
}
img.alignright{
    float: right;
    margin-left: 1.5em;
}
img.alignnone{
    float: none;
    margin-right: 0;
    margin-left: 0;
}
.aligncenter img{
    margin: 0 auto;
}
.alignleft img{
    float: left;
    margin-right: 1.5em;
}
.alignright img{
    float: right;
    margin-left: 1.5em;
}
.alignnone img{
    float: none;
    margin-right: 0;
    margin-left: 0;
}
/* Block editor image alignment */
.editor-styles-wrapper .wp-block-image.aligncenter,
.editor-styles-wrapper figure.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.editor-styles-wrapper .wp-block-image.aligncenter img,
.editor-styles-wrapper figure.aligncenter img {
    display: block;
    margin: 0 auto;
}
.editor-styles-wrapper .wp-block-image.alignleft,
.editor-styles-wrapper figure.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-image.alignright,
.editor-styles-wrapper figure.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-image.alignnone,
.editor-styles-wrapper figure.alignnone {
    float: none;
    margin-left: 0;
    margin-right: 0;
}
/* Clear floats in editor */
.editor-styles-wrapper .wp-block-image.alignleft + *,
.editor-styles-wrapper .wp-block-image.alignright + * {
    clear: none;
}
/* Ensure the block wrapper doesn't interfere with alignment */
.editor-styles-wrapper [data-align="left"] {
    float: left;
    margin-right: 1.5em;
}
.editor-styles-wrapper [data-align="right"] {
    float: right;
    margin-left: 1.5em;
}
.editor-styles-wrapper [data-align="center"] {
    margin-left: auto;
    margin-right: auto;
}
figure{
    position: relative;
}
figure figcaption{  
    font-family: "aktiv-grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 10px;
}
/* Caption Alignment Settings */
figure.caption-align-center figcaption,
figure figcaption {
    text-align: center;
}
figure.caption-align-left figcaption {
    text-align: left;
}
/* Editor preview styles for caption alignment */
.editor-styles-wrapper figure.caption-align-center figcaption,
.editor-styles-wrapper figure figcaption {
    text-align: center;
}
.editor-styles-wrapper figure.caption-align-left figcaption {
    text-align: left;
}
/* Caption Overlay Settings - positions caption over bottom of image */
figure.caption-overlay {
    position: relative;
}
figure.caption-overlay figcaption {
    position: absolute;
    bottom: 0;
    left: 10px;
    background: #fff;
    color: black;
    padding: 5px 10px;
    margin-top: 0;
    max-width: 90%;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 13px */
    letter-spacing: -0.3px;
}
/* Editor preview styles for caption overlay */
.editor-styles-wrapper figure.caption-overlay {
    position: relative;
}
.editor-styles-wrapper figure.caption-overlay figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: black;
    padding: 5px 10px;
    margin-top: 0;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 13px */
    letter-spacing: -0.3px;
}
.post-content {
    position: relative;
}
/* This file is for legacy styles that are no longer used in the new theme, but might appear 
in old posts or get auto-injected by other apps. It can be safely removed once the old posts are updated. 
Or the site is fully migrated to the new theme. */
/* ============================================================================
ROUNDTABLE PERSON
   ============================================================================ */
.roundtable-person p{
    margin-bottom: 16px;
}
/* ============================================================================
   COOKIE CONSENT BAR (UK Cookie Consent / Catapult)
   ============================================================================ */
html.has-cookie-bar.cookie-bar-top-bar,
#catapult-cookie-bar,
#catapult-cookie-bar .x_close {
    transition: none !important;
}
.cookie-bar-bar .use_x_close .x_close {
    transform: translateY(-30%) !important;
}
#catapult-cookie-bar {
    background-color: #000000 !important;
    color: #BABA00 !important;
    text-shadow: none !important;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase !important;
    padding: 0 15px !important;
    position: relative !important;
    z-index: 99999;
    width: 100%;
}
/* Override plugin's default hidden state when has-cookie-bar class is present */
html.has-cookie-bar #catapult-cookie-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 999px !important;
    min-height: 30px !important;
    overflow: visible !important;
}
#catapult-cookie-bar .x_close {
    cursor: pointer;
}
#catapult-cookie-bar .x_close:hover {
    transform: none;
}
#catapult-cookie-bar .x_close::after {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Pro", sans-serif;
    content: "\f057";
    font-size: 20px;
    font-weight: 100;
    color: #FFFFFF;
    text-shadow: none !important;
}
#catapult-cookie-bar .x_close span {
    display: none;
}
#catapult-cookie-bar a,
#catapult-cookie-bar a:visited {
    color: #BABA00;
    text-decoration: underline;
}
#catapult-cookie-bar a:hover {
    color: #FFFFFF;
}
#catapult-cookie-bar .ctcc-left-side {
    margin: 0 auto;
    padding: 8px 25px 5px 0px;
    line-height: 120%;
}
/* Prevent plugin from adding margin-top to html since we position bar differently */
html.has-cookie-bar.cookie-bar-top-bar {
    margin-top: 0 !important;
}
/* Mobile responsive styles */
@media (max-width: 800px) {
    #catapult-cookie-bar {
        z-index: 99999;
    }

    .has-cookie-bar #mobile-header.mobile-header-sticky + .mobile-subheader {
        margin-top: 94px;
    }
}
/* Team Member Block Styling */
.team-member {
    text-align: left;
}
.team-member-name a {
    text-decoration-line: none;
}
.team-member-info {
    line-height: 1.2em;
}
.team-member .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
.team-member .social-icons a:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* Team Grid Layout - use with WordPress columns block */
.wp-block-columns.team-grid {
    margin-bottom: 3rem;
    gap: 2rem;
}
.wp-block-columns.team-grid .wp-block-column {
    flex: 1 1 0%;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .team-member {
        margin-bottom: 2rem;
    }
}
/* Pullquote */
.entry-content blockquote.pullquote,
.entry-content .wp-block-quote.is-style-pullquote {
  position: relative;
  margin-top: 1.25rem;    
  margin-bottom: 1.25rem; 
  border-top: 1px solid #18181a;
  border-bottom: 1px solid #18181a;
  padding-left: 1.25rem;  
  padding-right: 1.25rem; 
  padding-top: 2rem;      
  padding-bottom: 2rem;   
}
.entry-content blockquote.pullquote::before,
.entry-content .wp-block-quote.is-style-pullquote::before {
  content: "";
  display: block;
  width: 34px;
  height: 28px;
  margin-bottom: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width=%2734%27 height=%2728%27 viewBox=%270 0 34 28%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.3932 14.2393C28.4672 14.3989 30.1425 15.0769 31.4188 16.2735C32.6952 17.4701 33.3333 19.0655 33.3333 21.0598C33.3333 23.2934 32.6553 25.0086 31.2991 26.2051C29.943 27.4017 28.2678 28 26.2735 28C23.5613 27.8405 21.6068 26.8433 20.4103 25.0085C19.2137 23.1738 18.6154 21.0997 18.6154 18.7863C18.6154 16.5527 18.9345 14.4786 19.5727 12.5641C20.2906 10.6496 21.208 8.8547 22.3248 7.17949C23.4416 5.50428 24.7179 4.02849 26.1538 2.75214C27.6695 1.47579 29.2251 0.558407 30.8205 0L33.6923 3.94873C32.0969 5.06554 30.5812 6.58121 29.1453 8.49573C27.7892 10.4103 26.8718 12.3248 26.3932 14.2393ZM7.77778 14.2393C9.85185 14.3989 11.5271 15.0769 12.8034 16.2735C14.0798 17.4701 14.7179 19.0655 14.7179 21.0598C14.7179 23.2934 14 25.0086 12.5641 26.2051C11.208 27.4017 9.61254 28 7.77778 28C4.98575 27.9202 2.99145 26.963 1.79487 25.1282C0.59829 23.2137 0 21.0997 0 18.7863C0 16.5527 0.319088 14.4786 0.957264 12.5641C1.67521 10.6496 2.59259 8.8547 3.7094 7.17949C4.82621 5.50428 6.10256 4.02849 7.53846 2.75214C9.05413 1.47579 10.6097 0.558407 12.2051 0L15.0769 3.94873C13.4815 5.06554 11.9658 6.58121 10.5299 8.49573C9.17379 10.4103 8.25641 12.3248 7.77778 14.2393Z%27 fill=%27%2318181a%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.entry-content blockquote.pullquote p,
.entry-content .wp-block-quote.is-style-pullquote p {
  font-family: "aktiv-grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em; 
  letter-spacing: -1.6px;
}
/* Dialog Quote */
.entry-content blockquote.dialog,
.entry-content .wp-block-quote.is-style-dialog {
  border-left: 4px solid #000;
  padding-left: 1rem;
}
/* Blockquote Quote */
.entry-content blockquote.blockquote,
.entry-content .wp-block-quote.is-style-blockquote {
  border-left: 4px solid #000;
  padding-left: 1rem;
  font-style: italic;
}
/* Annotation Quote */
.entry-content blockquote.annotation,
.entry-content .wp-block-quote.is-style-annotation {
  width: 40%;
  float: left;
  text-align: right;
  border-left: 0;
  border-right: 4px solid #000;
  padding: 0 20px 0 0;
  margin: 40px 20px 40px 0px;
}
/* Footnote Quote */
.entry-content .footnote, .entry-content .small, .entry-content .smalltext, .entry-content p small.footnote, .entry-content small {
  font-size: .8125rem;
  line-height: 1.5rem;
  display: block;
}
.prose figure {
    max-width: 100%;
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }
}
.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
.prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
.container-sm {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
@media (min-width: 1024px) {
    .container-sm {
        max-width: 687px;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.collapse {
    visibility: collapse;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    inset: 0px;
}
.-top-4 {
    top: -1rem;
}
.-top-8 {
    top: -2rem;
}
.bottom-0 {
    bottom: 0px;
}
.bottom-2\.5 {
    bottom: 0.625rem;
}
.bottom-4 {
    bottom: 1rem;
}
.left-0 {
    left: 0px;
}
.left-1\/2 {
    left: 50%;
}
.left-2\.5 {
    left: 0.625rem;
}
.left-4 {
    left: 1rem;
}
.right-0 {
    right: 0px;
}
.right-3 {
    right: 0.75rem;
}
.right-5 {
    right: 1.25rem;
}
.right-5\.5 {
    right: 1.375rem;
}
.top-0 {
    top: 0px;
}
.top-1\/2 {
    top: 50%;
}
.top-\[-1px\] {
    top: -1px;
}
.top-\[calc\(52px\/2\)\] {
    top: calc(52px / 2);
}
.top-full {
    top: 100%;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-\[9999\] {
    z-index: 9999;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-span-full {
    grid-column: 1 / -1;
}
.clear-both {
    clear: both;
}
.clear-none {
    clear: none;
}
.m-0 {
    margin: 0px;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.mx-\[92px\] {
    margin-left: 92px;
    margin-right: 92px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-7\.5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.\!mb-12 {
    margin-bottom: 3rem !important;
}
.-mb-1 {
    margin-bottom: -0.25rem;
}
.-ml-5 {
    margin-left: -1.25rem;
}
.-mr-7\.5 {
    margin-right: -1.875rem;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-0\.5 {
    margin-bottom: 0.125rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-11 {
    margin-bottom: 2.75rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-12\.5 {
    margin-bottom: 3.125rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-2\.5 {
    margin-bottom: 0.625rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-3\.5 {
    margin-bottom: 0.875rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-5\.5 {
    margin-bottom: 1.375rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-\[10px\] {
    margin-bottom: 10px;
}
.mb-\[15px\] {
    margin-bottom: 15px;
}
.mb-\[30px\] {
    margin-bottom: 30px;
}
.mb-\[76px\] {
    margin-bottom: 76px;
}
.ml-0 {
    margin-left: 0px;
}
.ml-14 {
    margin-left: 3.5rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.ml-\[3px\] {
    margin-left: 3px;
}
.ml-auto {
    margin-left: auto;
}
.mr-10\.5 {
    margin-right: 2.625rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mr-2\.5 {
    margin-right: 0.625rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mr-\[45px\] {
    margin-right: 45px;
}
.mt-0 {
    margin-top: 0px;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-2\.5 {
    margin-top: 0.625rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-\[30px\] {
    margin-top: 30px;
}
.mt-\[9px\] {
    margin-top: 9px;
}
.mt-auto {
    margin-top: auto;
}
.\!block {
    display: block !important;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.contents {
    display: contents;
}
.hidden {
    display: none;
}
.aspect-\[169\/215\] {
    aspect-ratio: 169/215;
}
.aspect-\[175\/130\] {
    aspect-ratio: 175/130;
}
.aspect-\[1923\/2525\] {
    aspect-ratio: 1923/2525;
}
.aspect-\[268\/110\] {
    aspect-ratio: 268/110;
}
.aspect-\[393\/500\] {
    aspect-ratio: 393/500;
}
.aspect-\[393\/650\] {
    aspect-ratio: 393/650;
}
.aspect-\[4\/5\] {
    aspect-ratio: 4/5;
}
.aspect-\[469\/353\] {
    aspect-ratio: 469/353;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.size-2 {
    width: 0.5rem;
    height: 0.5rem;
}
.size-\[23px\] {
    width: 23px;
    height: 23px;
}
.size-\[45px\] {
    width: 45px;
    height: 45px;
}
.size-full {
    width: 100%;
    height: 100%;
}
.h-0 {
    height: 0px;
}
.h-1 {
    height: 0.25rem;
}
.h-1\.5 {
    height: 0.375rem;
}
.h-10 {
    height: 2.5rem;
}
.h-11 {
    height: 2.75rem;
}
.h-12 {
    height: 3rem;
}
.h-12\.5 {
    height: 3.125rem;
}
.h-14 {
    height: 3.5rem;
}
.h-16 {
    height: 4rem;
}
.h-2 {
    height: 0.5rem;
}
.h-20 {
    height: 5rem;
}
.h-24 {
    height: 6rem;
}
.h-28 {
    height: 7rem;
}
.h-3 {
    height: 0.75rem;
}
.h-32 {
    height: 8rem;
}
.h-36 {
    height: 9rem;
}
.h-4 {
    height: 1rem;
}
.h-40 {
    height: 10rem;
}
.h-44 {
    height: 11rem;
}
.h-48 {
    height: 12rem;
}
.h-5 {
    height: 1.25rem;
}
.h-52 {
    height: 13rem;
}
.h-56 {
    height: 14rem;
}
.h-6 {
    height: 1.5rem;
}
.h-60 {
    height: 15rem;
}
.h-64 {
    height: 16rem;
}
.h-7 {
    height: 1.75rem;
}
.h-72 {
    height: 18rem;
}
.h-8 {
    height: 2rem;
}
.h-80 {
    height: 20rem;
}
.h-9 {
    height: 2.25rem;
}
.h-96 {
    height: 24rem;
}
.h-\[1050px\] {
    height: 1050px;
}
.h-\[11\.613px\] {
    height: 11.613px;
}
.h-\[11px\] {
    height: 11px;
}
.h-\[15px\] {
    height: 15px;
}
.h-\[17px\] {
    height: 17px;
}
.h-\[180px\] {
    height: 180px;
}
.h-\[1px\] {
    height: 1px;
}
.h-\[24px\] {
    height: 24px;
}
.h-\[250px\] {
    height: 250px;
}
.h-\[25px\] {
    height: 25px;
}
.h-\[26px\] {
    height: 26px;
}
.h-\[30px\] {
    height: 30px;
}
.h-\[37px\] {
    height: 37px;
}
.h-\[3px\] {
    height: 3px;
}
.h-\[430px\] {
    height: 430px;
}
.h-\[469px\] {
    height: 469px;
}
.h-\[46px\] {
    height: 46px;
}
.h-\[501px\] {
    height: 501px;
}
.h-\[50px\] {
    height: 50px;
}
.h-\[56px\] {
    height: 56px;
}
.h-\[600px\] {
    height: 600px;
}
.h-\[60px\] {
    height: 60px;
}
.h-\[666px\] {
    height: 666px;
}
.h-\[7px\] {
    height: 7px;
}
.h-\[90px\] {
    height: 90px;
}
.h-\[98px\] {
    height: 98px;
}
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.h-px {
    height: 1px;
}
.max-h-20 {
    max-height: 5rem;
}
.max-h-\[11px\] {
    max-height: 11px;
}
.max-h-\[210px\] {
    max-height: 210px;
}
.max-h-\[250px\] {
    max-height: 250px;
}
.max-h-\[306px\] {
    max-height: 306px;
}
.min-h-0 {
    min-height: 0px;
}
.min-h-4 {
    min-height: 1rem;
}
.min-h-5\.5 {
    min-height: 1.375rem;
}
.min-h-\[100px\] {
    min-height: 100px;
}
.min-h-\[13px\] {
    min-height: 13px;
}
.min-h-\[168px\] {
    min-height: 168px;
}
.min-h-\[200px\] {
    min-height: 200px;
}
.min-h-\[400px\] {
    min-height: 400px;
}
.min-h-\[469px\] {
    min-height: 469px;
}
.min-h-\[500px\] {
    min-height: 500px;
}
.min-h-\[578px\] {
    min-height: 578px;
}
.min-h-full {
    min-height: 100%;
}
.min-h-px {
    min-height: 1px;
}
.w-1\.5 {
    width: 0.375rem;
}
.w-1\/5 {
    width: 20%;
}
.w-10 {
    width: 2.5rem;
}
.w-12 {
    width: 3rem;
}
.w-12\.5 {
    width: 3.125rem;
}
.w-16 {
    width: 4rem;
}
.w-2 {
    width: 0.5rem;
}
.w-2\/5 {
    width: 40%;
}
.w-24 {
    width: 6rem;
}
.w-3 {
    width: 0.75rem;
}
.w-3\/12 {
    width: 25%;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-8 {
    width: 2rem;
}
.w-\[10\.065px\] {
    width: 10.065px;
}
.w-\[108px\] {
    width: 108px;
}
.w-\[111px\] {
    width: 111px;
}
.w-\[11px\] {
    width: 11px;
}
.w-\[12\.84px\] {
    width: 12.84px;
}
.w-\[200px\] {
    width: 200px;
}
.w-\[32px\] {
    width: 32px;
}
.w-\[347px\] {
    width: 347px;
}
.w-\[3px\] {
    width: 3px;
}
.w-\[54px\] {
    width: 54px;
}
.w-\[7px\] {
    width: 7px;
}
.w-auto {
    width: auto;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-full {
    width: 100%;
}
.min-w-0 {
    min-width: 0px;
}
.min-w-4 {
    min-width: 1rem;
}
.min-w-\[40px\] {
    min-width: 40px;
}
.min-w-px {
    min-width: 1px;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.max-w-\[1028px\] {
    max-width: 1028px;
}
.max-w-\[1200px\] {
    max-width: 1200px;
}
.max-w-\[1240px\] {
    max-width: 1240px;
}
.max-w-\[1440px\] {
    max-width: 1440px;
}
.max-w-\[160px\] {
    max-width: 160px;
}
.max-w-\[240px\] {
    max-width: 240px;
}
.max-w-\[247px\] {
    max-width: 247px;
}
.max-w-\[250px\] {
    max-width: 250px;
}
.max-w-\[300px\] {
    max-width: 300px;
}
.max-w-\[316px\] {
    max-width: 316px;
}
.max-w-\[320px\] {
    max-width: 320px;
}
.max-w-\[334px\] {
    max-width: 334px;
}
.max-w-\[347px\] {
    max-width: 347px;
}
.max-w-\[350px\] {
    max-width: 350px;
}
.max-w-\[353px\] {
    max-width: 353px;
}
.max-w-\[370px\] {
    max-width: 370px;
}
.max-w-\[393px\] {
    max-width: 393px;
}
.max-w-\[396px\] {
    max-width: 396px;
}
.max-w-\[400px\] {
    max-width: 400px;
}
.max-w-\[413px\] {
    max-width: 413px;
}
.max-w-\[424px\] {
    max-width: 424px;
}
.max-w-\[450px\] {
    max-width: 450px;
}
.max-w-\[50\%\] {
    max-width: 50%;
}
.max-w-\[530px\] {
    max-width: 530px;
}
.max-w-\[547px\] {
    max-width: 547px;
}
.max-w-\[60\%\] {
    max-width: 60%;
}
.max-w-\[600px\] {
    max-width: 600px;
}
.max-w-\[670px\] {
    max-width: 670px;
}
.max-w-\[728px\] {
    max-width: 728px;
}
.max-w-\[80\%\] {
    max-width: 80%;
}
.max-w-\[860px\] {
    max-width: 860px;
}
.max-w-\[970px\] {
    max-width: 970px;
}
.max-w-full {
    max-width: 100%;
}
.max-w-lg {
    max-width: 32rem;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-none {
    max-width: none;
}
.max-w-sm {
    max-width: 24rem;
}
.max-w-xl {
    max-width: 37.5rem;
}
.max-w-xs {
    max-width: 20rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-shrink {
    flex-shrink: 1;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.shrink-0 {
    flex-shrink: 0;
}
.flex-grow {
    flex-grow: 1;
}
.grow {
    flex-grow: 1;
}
.basis-0 {
    flex-basis: 0px;
}
.basis-full {
    flex-basis: 100%;
}
.table-fixed {
    table-layout: fixed;
}
.border-collapse {
    border-collapse: collapse;
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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));
}
.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));
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}
.animate-bounce {
    animation: bounce 1s infinite;
}
@keyframes pulse {
    50% {
        opacity: .5;
    }
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
    cursor: pointer;
}
.resize-y {
    resize: vertical;
}
.resize {
    resize: both;
}
.list-inside {
    list-style-position: inside;
}
.list-disc {
    list-style-type: disc;
}
.list-none {
    list-style-type: none;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-baseline {
    align-items: baseline;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.gap-0 {
    gap: 0px;
}
.gap-0\.5 {
    gap: 0.125rem;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-1\.5 {
    gap: 0.375rem;
}
.gap-11 {
    gap: 2.75rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-2\.5 {
    gap: 0.625rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-3\.5 {
    gap: 0.875rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-7 {
    gap: 1.75rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-\[19px\] {
    gap: 19px;
}
.gap-\[20px\] {
    gap: 20px;
}
.gap-\[22px\] {
    gap: 22px;
}
.gap-\[27px\] {
    gap: 27px;
}
.gap-\[30px\] {
    gap: 30px;
}
.gap-\[3px\] {
    gap: 3px;
}
.gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
}
.gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}
.gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
}
.gap-y-2\.5 {
    row-gap: 0.625rem;
}
.gap-y-5 {
    row-gap: 1.25rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}
.self-center {
    align-self: center;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.\!overflow-visible {
    overflow: visible !important;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-ellipsis {
    text-overflow: ellipsis;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.whitespace-pre {
    white-space: pre;
}
.break-words {
    overflow-wrap: break-word;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-3xl {
    border-radius: 28px;
}
.rounded-\[5px\] {
    border-radius: 5px;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 6px;
}
.rounded-none {
    border-radius: 0px;
}
.rounded-sm {
    border-radius: 0.125rem;
}
.rounded-tl-\[5px\] {
    border-top-left-radius: 5px;
}
.rounded-tr-\[5px\] {
    border-top-right-radius: 5px;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0px;
}
.border-\[0\.5px\] {
    border-width: 0.5px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-0 {
    border-bottom-width: 0px;
}
.border-l {
    border-left-width: 1px;
}
.border-r {
    border-right-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-t-0 {
    border-top-width: 0px;
}
.border-solid {
    border-style: solid;
}
.border-none {
    border-style: none;
}
.border-\[\#808080\] {
    --tw-border-opacity: 1;
    border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
}
.border-\[\#e1e4ed\] {
    --tw-border-opacity: 1;
    border-color: rgb(225 228 237 / var(--tw-border-opacity, 1));
}
.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black-400 {
    --tw-border-opacity: 1;
    border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}
.border-black-500 {
    --tw-border-opacity: 1;
    border-color: rgb(127 127 127 / var(--tw-border-opacity, 1));
}
.border-black-600 {
    --tw-border-opacity: 1;
    border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}
.border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
}
.border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
}
.border-black\/60 {
    border-color: rgb(0 0 0 / 0.6);
}
.border-current {
    border-color: currentColor;
}
.border-grass {
    --tw-border-opacity: 1;
    border-color: rgb(186 186 0 / var(--tw-border-opacity, 1));
}
.border-hydrangea {
    --tw-border-opacity: 1;
    border-color: rgb(0 89 228 / var(--tw-border-opacity, 1));
}
.border-lilac {
    --tw-border-opacity: 1;
    border-color: rgb(170 152 203 / var(--tw-border-opacity, 1));
}
.border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-poppy {
    --tw-border-opacity: 1;
    border-color: rgb(222 1 0 / var(--tw-border-opacity, 1));
}
.border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-stone {
    --tw-border-opacity: 1;
    border-color: rgb(206 198 186 / var(--tw-border-opacity, 1));
}
.border-stroke {
    border-color: rgba(0, 0, 0, 0.5);
}
.border-transparent {
    border-color: transparent;
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.bg-\[\#BABA00\] {
    --tw-bg-opacity: 1;
    background-color: rgb(186 186 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EAEAB7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(234 234 183 / var(--tw-bg-opacity, 1));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(127 127 127 / var(--tw-bg-opacity, 1));
}
.bg-black-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
}
.bg-current {
    background-color: currentColor;
}
.bg-grass {
    --tw-bg-opacity: 1;
    background-color: rgb(186 186 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-hydrangea {
    --tw-bg-opacity: 1;
    background-color: rgb(0 89 228 / var(--tw-bg-opacity, 1));
}
.bg-lilac {
    --tw-bg-opacity: 1;
    background-color: rgb(170 152 203 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-poppy {
    --tw-bg-opacity: 1;
    background-color: rgb(222 1 0 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-stone {
    --tw-bg-opacity: 1;
    background-color: rgb(206 198 186 / var(--tw-bg-opacity, 1));
}
.bg-stone-tint {
    --tw-bg-opacity: 1;
    background-color: rgb(227 223 216 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
    background-color: transparent;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/60 {
    --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-grass {
    --tw-gradient-from: #BABA00 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(186 186 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-hydrangea {
    --tw-gradient-to: rgb(0 89 228 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #0059E4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-poppy {
    --tw-gradient-to: #DE0100 var(--tw-gradient-to-position);
}
.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.box-decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.stroke-black {
    stroke: #000000;
}
.stroke-white {
    stroke: #FFFFFF;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.object-center {
    -o-object-position: center;
       object-position: center;
}
.p-0 {
    padding: 0px;
}
.p-1 {
    padding: 0.25rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-2\.5 {
    padding: 0.625rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-8 {
    padding: 2rem;
}
.p-\[2\.5px\] {
    padding: 2.5px;
}
.p-\[22px\] {
    padding: 22px;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
}
.px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
}
.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
}
.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}
.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
}
.px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
}
.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-12\.5 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px;
}
.py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
}
.py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
}
.py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
}
.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
}
.py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pb-\[30px\] {
    padding-bottom: 30px;
}
.pl-2\.5 {
    padding-left: 0.625rem;
}
.pl-5 {
    padding-left: 1.25rem;
}
.pl-\[18px\] {
    padding-left: 18px;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pr-5 {
    padding-right: 1.25rem;
}
.pr-7\.5 {
    padding-right: 1.875rem;
}
.pr-\[45px\] {
    padding-right: 45px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-2\.5 {
    padding-top: 0.625rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pt-3\.5 {
    padding-top: 0.875rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pt-7\.5 {
    padding-top: 1.875rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pt-\[30px\] {
    padding-top: 30px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.font-primary {
    font-family: aktiv-grotesk;
}
.font-quaternary {
    font-family: Inter;
}
.font-secondary {
    font-family: aktiv-grotesk-extended;
}
.font-tertiary {
    font-family: Roboto Mono;
}
.\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 1.1em !important;
    letter-spacing: -0.05rem !important;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 1.1em;
    letter-spacing: -0.05rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 1.2em;
    letter-spacing: -0.05rem;
}
.text-4xl {
    font-size: 2rem;
    line-height: 1.1em;
    letter-spacing: -0.05rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: -0.05rem;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 0.9em;
    letter-spacing: -0.05em;
}
.text-7xl {
    font-size: 4.6875rem;
    line-height: 0.9em;
    letter-spacing: -0.05em;
}
.text-\[10px\] {
    font-size: 10px;
}
.text-\[11px\] {
    font-size: 11px;
}
.text-\[12px\] {
    font-size: 12px;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[17px\] {
    font-size: 17px;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-\[22px\] {
    font-size: 22px;
}
.text-\[24px\] {
    font-size: 24px;
}
.text-\[30px\] {
    font-size: 30px;
}
.text-\[32px\] {
    font-size: 32px;
}
.text-\[8px\] {
    font-size: 8px;
}
.text-base {
    font-size: 0.875rem;
    line-height: 1.2em;
    letter-spacing: 0rem;
}
.text-lg {
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0rem;
}
.text-sm {
    font-size: 0.75rem;
    line-height: 1.3em;
    letter-spacing: 0rem;
}
.text-xl {
    font-size: 1.125rem;
    line-height: 1.2em;
    letter-spacing: -0.03rem;
}
.text-xs {
    font-size: 0.625rem;
    line-height: 1.3em;
    letter-spacing: 0rem;
}
.\!font-normal {
    font-weight: 400 !important;
}
.font-black {
    font-weight: 900;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-extralight {
    font-weight: 200;
}
.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.font-thin {
    font-weight: 100;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.not-italic {
    font-style: normal;
}
.\!leading-\[1\.3em\] {
    line-height: 1.3em !important;
}
.\!leading-\[initial\] {
    line-height: initial !important;
}
.\!leading-none {
    line-height: 1 !important;
}
.leading-10 {
    line-height: 2.5rem;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-6 {
    line-height: 1.5rem;
}
.leading-\[0\.9\] {
    line-height: 0.9;
}
.leading-\[1\.1\] {
    line-height: 1.1;
}
.leading-\[1\.2\] {
    line-height: 1.2;
}
.leading-\[1\.2rem\] {
    line-height: 1.2rem;
}
.leading-\[1\.3\] {
    line-height: 1.3;
}
.leading-\[1\.5\] {
    line-height: 1.5;
}
.leading-\[1\.6em\] {
    line-height: 1.6em;
}
.leading-\[110\%\] {
    line-height: 110%;
}
.leading-\[130\%\] {
    line-height: 130%;
}
.leading-\[24px\] {
    line-height: 24px;
}
.leading-\[7px\] {
    line-height: 7px;
}
.leading-\[9px\] {
    line-height: 9px;
}
.leading-\[initial\] {
    line-height: initial;
}
.leading-extra-loose {
    line-height: 1.5em;
}
.leading-loose {
    line-height: 1.3em;
}
.leading-none {
    line-height: 1;
}
.leading-normal {
    line-height: 1.1em;
}
.leading-relaxed {
    line-height: 1.2em;
}
.leading-tight {
    line-height: 0.9em;
}
.tracking-\[-0\.02em\] {
    letter-spacing: -0.02em;
}
.tracking-\[-0\.03rem\] {
    letter-spacing: -0.03rem;
}
.tracking-\[-0\.36px\] {
    letter-spacing: -0.36px;
}
.tracking-\[-0\.42px\] {
    letter-spacing: -0.42px;
}
.tracking-\[-0\.48px\] {
    letter-spacing: -0.48px;
}
.tracking-\[-0\.51px\] {
    letter-spacing: -0.51px;
}
.tracking-\[-0\.54px\] {
    letter-spacing: -0.54px;
}
.tracking-\[-0\.72px\] {
    letter-spacing: -0.72px;
}
.tracking-\[-1\.2px\] {
    letter-spacing: -1.2px;
}
.tracking-\[-1\.5px\] {
    letter-spacing: -1.5px;
}
.tracking-\[-1\.6px\] {
    letter-spacing: -1.6px;
}
.tracking-\[-3\%\] {
    letter-spacing: -3%;
}
.tracking-\[-3px\] {
    letter-spacing: -3px;
}
.tracking-\[\.1em\] {
    letter-spacing: .1em;
}
.tracking-\[0\.05em\] {
    letter-spacing: 0.05em;
}
.tracking-\[0\.6px\] {
    letter-spacing: 0.6px;
}
.tracking-\[1\.2px\] {
    letter-spacing: 1.2px;
}
.tracking-tight {
    letter-spacing: -.03em;
}
.tracking-tighter {
    letter-spacing: -.05em;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black-400 {
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-black-500 {
    --tw-text-opacity: 1;
    color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.text-black-600 {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-black\/50 {
    color: rgb(0 0 0 / 0.5);
}
.text-black\/60 {
    color: rgb(0 0 0 / 0.6);
}
.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-grass {
    --tw-text-opacity: 1;
    color: rgb(186 186 0 / 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-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-hydrangea {
    --tw-text-opacity: 1;
    color: rgb(0 89 228 / var(--tw-text-opacity, 1));
}
.text-inherit {
    color: inherit;
}
.text-lilac {
    --tw-text-opacity: 1;
    color: rgb(170 152 203 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-800 {
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-poppy {
    --tw-text-opacity: 1;
    color: rgb(222 1 0 / var(--tw-text-opacity, 1));
}
.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-slate-50 {
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-stone {
    --tw-text-opacity: 1;
    color: rgb(206 198 186 / var(--tw-text-opacity, 1));
}
.text-stroke {
    color: rgba(0, 0, 0, 0.5);
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
    text-decoration-line: underline;
}
.line-through {
    text-decoration-line: line-through;
}
.\!no-underline {
    text-decoration-line: none !important;
}
.no-underline {
    text-decoration-line: none;
}
.decoration-solid {
    text-decoration-style: solid;
}
.underline-offset-4 {
    text-underline-offset: 4px;
}
.placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.placeholder-black-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(153 153 153 / var(--tw-placeholder-opacity, 1));
}
.placeholder-black-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(153 153 153 / var(--tw-placeholder-opacity, 1));
}
.opacity-20 {
    opacity: 0.2;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-80 {
    opacity: 0.8;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0\.5px_2px_0px_rgba\(25\2c 33\2c 61\2c 0\.1\)\] {
    --tw-shadow: 0px 0.5px 2px 0px rgba(25,33,61,0.1);
    --tw-shadow-colored: 0px 0.5px 2px 0px 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-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline {
    outline-style: solid;
}
.ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-grass {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(186 186 0 / var(--tw-ring-opacity, 1));
}
.ring-offset-white {
    --tw-ring-offset-color: #FFFFFF;
}
.blur {
    --tw-blur: blur(8px);
    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);
}
.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);
}
.backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
    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-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[animation-delay\:-0\.15s\] {
    animation-delay: -0.15s;
}
.\[animation-delay\:-0\.3s\] {
    animation-delay: -0.3s;
}
@media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    @media (min-width: 1440px) {
        .lg\:container {
            max-width: 1440px;
            padding-right: 1.875rem;
            padding-left: 1.875rem;
        }
    }
}
.first-line\:border-\[\#808080\]::first-line {
    --tw-border-opacity: 1;
    border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
}
.placeholder\:text-black::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.placeholder\:text-black::placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
}
.first\:pr-5:first-child {
    padding-right: 1.25rem;
}
.last\:border-b-0:last-child {
    border-bottom-width: 0px;
}
.last\:border-r:last-child {
    border-right-width: 1px;
}
.last\:border-r-0:last-child {
    border-right-width: 0px;
}
.last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
}
.last\:pl-5:last-child {
    padding-left: 1.25rem;
}
.hover\:scale-\[1\.02\]:hover {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    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));
}
.hover\:border:hover {
    border-width: 1px;
}
.hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}
.hover\:bg-grass:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(186 186 0 / 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-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-hydrangea:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 89 228 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lilac:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(170 152 203 / var(--tw-bg-opacity, 1));
}
.hover\:bg-poppy:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(222 1 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500\/90:hover {
    background-color: rgb(239 68 68 / 0.9);
}
.hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-900\/90:hover {
    background-color: rgb(15 23 42 / 0.9);
}
.hover\:bg-stone:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(206 198 186 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-tint:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(227 223 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stroke:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
}
.hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
}
.hover\:stroke-black:hover {
    stroke: #000000;
}
.hover\:stroke-white:hover {
    stroke: #FFFFFF;
}
.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-poppy:hover {
    --tw-text-opacity: 1;
    color: rgb(222 1 0 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.hover\:text-stone:hover {
    --tw-text-opacity: 1;
    color: rgb(206 198 186 / var(--tw-text-opacity, 1));
}
.hover\:text-stroke:hover {
    color: rgba(0, 0, 0, 0.5);
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
    text-decoration-line: underline;
}
.hover\:no-underline:hover {
    text-decoration-line: none;
}
.hover\:opacity-70:hover {
    opacity: 0.7;
}
.hover\:opacity-75:hover {
    opacity: 0.75;
}
.hover\:opacity-80:hover {
    opacity: 0.8;
}
.hover\:opacity-90:hover {
    opacity: 0.9;
}
.focus\:border:focus {
    border-width: 1px;
}
.focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.focus\:bg-grass:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(186 186 0 / var(--tw-bg-opacity, 1));
}
.focus\:bg-hydrangea:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 89 228 / var(--tw-bg-opacity, 1));
}
.focus\:bg-lilac:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(170 152 203 / var(--tw-bg-opacity, 1));
}
.focus\:bg-poppy:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(222 1 0 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(206 198 186 / var(--tw-bg-opacity, 1));
}
.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:stroke-black:focus {
    stroke: #000000;
}
.focus\:stroke-white:focus {
    stroke: #FFFFFF;
}
.focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-slate-950:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
}
.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}
.disabled\:opacity-50:disabled {
    opacity: 0.5;
}
.group[open] .group-open\:rotate-45 {
    --tw-rotate: 45deg;
    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:focus-within .group-focus-within\:block {
    display: block;
}
.group:hover .group-hover\:block {
    display: block;
}
.group:hover .group-hover\:text-black-600 {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1024px) {
    .max-lg\:mb-8 {
        margin-bottom: 2rem;
    }
    .max-lg\:mb-\[30px\] {
        margin-bottom: 30px;
    }
    .max-lg\:mt-12 {
        margin-top: 3rem;
    }
    .max-lg\:gap-8 {
        gap: 2rem;
    }
    .max-lg\:pb-8 {
        padding-bottom: 2rem;
    }
    .max-lg\:pb-\[17px\] {
        padding-bottom: 17px;
    }
}
@media not all and (min-width: 768px) {
    .max-md\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .max-md\:hidden {
        display: none;
    }
    .max-md\:min-h-10 {
        min-height: 2.5rem;
    }
    .max-md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
@media (min-width: 768px) {
    .md\:static {
        position: static;
    }
    .md\:bottom-3 {
        bottom: 0.75rem;
    }
    .md\:right-5 {
        right: 1.25rem;
    }
    .md\:top-\[calc\(100px\/2\)\] {
        top: calc(100px / 2);
    }
    .md\:mx-\[92px\] {
        margin-left: 92px;
        margin-right: 92px;
    }
    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .md\:mb-12 {
        margin-bottom: 3rem;
    }
    .md\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .md\:ml-\[92px\] {
        margin-left: 92px;
    }
    .md\:mr-auto {
        margin-right: auto;
    }
    .md\:mt-8 {
        margin-top: 2rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:aspect-\[4\/3\] {
        aspect-ratio: 4/3;
    }
    .md\:h-14 {
        height: 3.5rem;
    }
    .md\:h-\[60px\] {
        height: 60px;
    }
    .md\:min-h-\[595px\] {
        min-height: 595px;
    }
    .md\:w-14 {
        width: 3.5rem;
    }
    .md\:max-w-none {
        max-width: none;
    }
    .md\:basis-auto {
        flex-basis: auto;
    }
    .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-\[repeat\(4\2c _minmax\(auto\2c _1fr\)\)\] {
        grid-template-columns: repeat(4, minmax(auto, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-6 {
        gap: 1.5rem;
    }
    .md\:gap-x-5 {
        -moz-column-gap: 1.25rem;
             column-gap: 1.25rem;
    }
    .md\:gap-x-5\.5 {
        -moz-column-gap: 1.375rem;
             column-gap: 1.375rem;
    }
    .md\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .md\:px-\[17px\] {
        padding-left: 17px;
        padding-right: 17px;
    }
    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .md\:py-\[15px\] {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .md\:py-\[9px\] {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .md\:pb-25 {
        padding-bottom: 6.25rem;
    }
    .md\:pt-0 {
        padding-top: 0px;
    }
    .md\:pt-14 {
        padding-top: 3.5rem;
    }
    .md\:pt-5 {
        padding-top: 1.25rem;
    }
    .md\:text-\[13px\] {
        font-size: 13px;
    }
    .md\:text-\[48px\] {
        font-size: 48px;
    }
    .md\:tracking-tighter {
        letter-spacing: -.05em;
    }
}
@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute;
    }
    .lg\:sticky {
        position: sticky;
    }
    .lg\:inset-0 {
        inset: 0px;
    }
    .lg\:bottom-6 {
        bottom: 1.5rem;
    }
    .lg\:left-0 {
        left: 0px;
    }
    .lg\:left-6 {
        left: 1.5rem;
    }
    .lg\:top-0 {
        top: 0px;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:m-0 {
        margin: 0px;
    }
    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .lg\:mb-16 {
        margin-bottom: 4rem;
    }
    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .lg\:mb-\[30px\] {
        margin-bottom: 30px;
    }
    .lg\:ml-auto {
        margin-left: auto;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-10 {
        margin-top: 2.5rem;
    }
    .lg\:mt-4 {
        margin-top: 1rem;
    }
    .lg\:mt-5 {
        margin-top: 1.25rem;
    }
    .lg\:mt-8 {
        margin-top: 2rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:inline-block {
        display: inline-block;
    }
    .lg\:inline {
        display: inline;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:inline-flex {
        display: inline-flex;
    }
    .lg\:table-cell {
        display: table-cell;
    }
    .lg\:table-row {
        display: table-row;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:aspect-\[1200\/500\] {
        aspect-ratio: 1200/500;
    }
    .lg\:aspect-\[305\/168\] {
        aspect-ratio: 305/168;
    }
    .lg\:aspect-\[587\/428\] {
        aspect-ratio: 587/428;
    }
    .lg\:aspect-auto {
        aspect-ratio: auto;
    }
    .lg\:size-4 {
        width: 1rem;
        height: 1rem;
    }
    .lg\:size-\[22px\] {
        width: 22px;
        height: 22px;
    }
    .lg\:h-40 {
        height: 10rem;
    }
    .lg\:h-\[556px\] {
        height: 556px;
    }
    .lg\:h-\[87px\] {
        height: 87px;
    }
    .lg\:h-auto {
        height: auto;
    }
    .lg\:h-full {
        height: 100%;
    }
    .lg\:max-h-24 {
        max-height: 6rem;
    }
    .lg\:max-h-\[420px\] {
        max-height: 420px;
    }
    .lg\:min-h-0 {
        min-height: 0px;
    }
    .lg\:min-h-\[110px\] {
        min-height: 110px;
    }
    .lg\:min-h-\[400px\] {
        min-height: 400px;
    }
    .lg\:min-h-\[628px\] {
        min-height: 628px;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:w-2\/3 {
        width: 66.666667%;
    }
    .lg\:w-3\/12 {
        width: 25%;
    }
    .lg\:w-3\/4 {
        width: 75%;
    }
    .lg\:w-40 {
        width: 10rem;
    }
    .lg\:w-9\/12 {
        width: 75%;
    }
    .lg\:w-\[220px\] {
        width: 220px;
    }
    .lg\:w-\[332px\] {
        width: 332px;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:min-w-\[300px\] {
        min-width: 300px;
    }
    .lg\:max-w-\[1200px\] {
        max-width: 1200px;
    }
    .lg\:max-w-\[20\%\] {
        max-width: 20%;
    }
    .lg\:max-w-\[219px\] {
        max-width: 219px;
    }
    .lg\:max-w-\[25\%\] {
        max-width: 25%;
    }
    .lg\:max-w-\[286px\] {
        max-width: 286px;
    }
    .lg\:max-w-\[361px\] {
        max-width: 361px;
    }
    .lg\:max-w-\[393px\] {
        max-width: 393px;
    }
    .lg\:max-w-\[450px\] {
        max-width: 450px;
    }
    .lg\:max-w-\[60\%\] {
        max-width: 60%;
    }
    .lg\:max-w-\[688px\] {
        max-width: 688px;
    }
    .lg\:max-w-\[950px\] {
        max-width: 950px;
    }
    .lg\:flex-1 {
        flex: 1 1 0%;
    }
    .lg\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .lg\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .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\:grid-cols-\[75\%_auto\] {
        grid-template-columns: 75% auto;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:flex-wrap {
        flex-wrap: wrap;
    }
    .lg\:items-start {
        align-items: flex-start;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:justify-end {
        justify-content: flex-end;
    }
    .lg\:justify-center {
        justify-content: center;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:gap-0 {
        gap: 0px;
    }
    .lg\:gap-2\.5 {
        gap: 0.625rem;
    }
    .lg\:gap-3 {
        gap: 0.75rem;
    }
    .lg\:gap-5 {
        gap: 1.25rem;
    }
    .lg\:gap-8 {
        gap: 2rem;
    }
    .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }
    .lg\:overflow-visible {
        overflow: visible;
    }
    .lg\:overflow-y-scroll {
        overflow-y: scroll;
    }
    .lg\:rounded-lg {
        border-radius: 0.5rem;
    }
    .lg\:border-b {
        border-bottom-width: 1px;
    }
    .lg\:border-l {
        border-left-width: 1px;
    }
    .lg\:border-t-0 {
        border-top-width: 0px;
    }
    .lg\:border-black {
        --tw-border-opacity: 1;
        border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    }
    .lg\:p-0 {
        padding: 0px;
    }
    .lg\:p-4 {
        padding: 1rem;
    }
    .lg\:p-5 {
        padding: 1.25rem;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .lg\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .lg\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .lg\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .lg\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .lg\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .lg\:py-\[45px\] {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .lg\:py-\[75px\] {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .lg\:\!pr-0 {
        padding-right: 0px !important;
    }
    .lg\:pb-0 {
        padding-bottom: 0px;
    }
    .lg\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .lg\:pb-7 {
        padding-bottom: 1.75rem;
    }
    .lg\:pb-8 {
        padding-bottom: 2rem;
    }
    .lg\:pb-\[70px\] {
        padding-bottom: 70px;
    }
    .lg\:pl-2\.5 {
        padding-left: 0.625rem;
    }
    .lg\:pl-5 {
        padding-left: 1.25rem;
    }
    .lg\:pr-4 {
        padding-right: 1rem;
    }
    .lg\:pt-5 {
        padding-top: 1.25rem;
    }
    .lg\:pt-\[15px\] {
        padding-top: 15px;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 1.1em;
        letter-spacing: -0.05rem;
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 1.2em;
        letter-spacing: -0.05rem;
    }
    .lg\:text-4xl {
        font-size: 2rem;
        line-height: 1.1em;
        letter-spacing: -0.05rem;
    }
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1em;
        letter-spacing: -0.05rem;
    }
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 0.9em;
        letter-spacing: -0.05em;
    }
    .lg\:text-7xl {
        font-size: 4.6875rem;
        line-height: 0.9em;
        letter-spacing: -0.05em;
    }
    .lg\:text-\[17px\] {
        font-size: 17px;
    }
    .lg\:text-\[32px\] {
        font-size: 32px;
    }
    .lg\:text-lg {
        font-size: 1rem;
        line-height: 1.5em;
        letter-spacing: 0rem;
    }
    .lg\:text-xl {
        font-size: 1.125rem;
        line-height: 1.2em;
        letter-spacing: -0.03rem;
    }
    .lg\:tracking-\[-1\.2px\] {
        letter-spacing: -1.2px;
    }
}
@media (min-width: 1440px) {
    .desktop\:right-7\.5 {
        right: 1.875rem;
    }
    .desktop\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (prefers-color-scheme: dark) {
    .dark\:border-slate-800 {
        --tw-border-opacity: 1;
        border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
    }
}
.\[\&\:nth-child\(-n\+2\)\]\:border-t:nth-child(-n+2) {
    border-top-width: 1px;
}
@media (min-width: 1024px) {
    .lg\:\[\&\:nth-child\(-n\+4\)\]\:border-t:nth-child(-n+4) {
        border-top-width: 1px;
    }
}
.\[\&\:nth-child\(even\)\]\:border-r-0:nth-child(even) {
    border-right-width: 0px;
}
.\[\&\:nth-child\(odd\)\]\:border-r:nth-child(odd) {
    border-right-width: 1px;
}
.\[\&\:nth-last-child\(-n\+2\)\]\:border-b-0:nth-last-child(-n+2) {
    border-bottom-width: 0px;
}
.\[\&_div\]\:\!px-0 div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.\[\&_div\]\:\!font-primary div {
    font-family: aktiv-grotesk !important;
}
.\[\&_div\]\:\!text-2xl div {
    font-size: 1.5rem !important;
    line-height: 1.1em !important;
    letter-spacing: -0.05rem !important;
}
.\[\&_div\]\:\!font-bold div {
    font-weight: 700 !important;
}
.\[\&_div\]\:\!leading-tight div {
    line-height: 0.9em !important;
}
.\[\&_div\]\:\!tracking-\[-0\.72px\] div {
    letter-spacing: -0.72px !important;
}
.\[\&_p\]\:\!font-primary p {
    font-family: aktiv-grotesk !important;
}
.\[\&_p\]\:\!text-2xl p {
    font-size: 1.5rem !important;
    line-height: 1.1em !important;
    letter-spacing: -0.05rem !important;
}
.\[\&_p\]\:\!font-bold p {
    font-weight: 700 !important;
}
.\[\&_p\]\:\!leading-tight p {
    line-height: 0.9em !important;
}
.\[\&_p\]\:\!tracking-\[-0\.72px\] p {
    letter-spacing: -0.72px !important;
}
.\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
}
.\[\&_svg\]\:size-4 svg {
    width: 1rem;
    height: 1rem;
}
.\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
}
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

