.gdprconsent-container {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .9);
        color: #fff;
        z-index: 99999999;
        text-align: center;
        font-family: Helvetica, Arial, sans-serif
    }

    .gdprconsent-content a:focus,
    .gdprconsent-content a:hover {
        color: #fff;
        text-decoration: none
    }

    .wp-block-cover__video-controls__pause:hover,
    .wp-block-cover__video-controls__play:hover {
        background: rgba(0, 0, 0, .9);
        transform: scale(1.05)
    }

    .wp-block-cover__video-controls__pause:focus-visible,
    .wp-block-cover__video-controls__play:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 2px
    }

    .wp-block-cover__video-controls__pause:active,
    .wp-block-cover__video-controls__play:active {
        transform: scale(.95)
    }

    @media (prefers-reduced-motion:reduce) {

        .wp-block-cover__video-controls__pause:active,
        .wp-block-cover__video-controls__pause:hover,
        .wp-block-cover__video-controls__play:active,
        .wp-block-cover__video-controls__play:hover {
            transform: none
        }
    }

    @keyframes skeleton-shimmer {
        0% {
            background-position: -200px 0
        }

        to {
            background-position: calc(200px + 100%)0
        }
    }

    .wp-block-query.is-loading .wp-block-post:before {
        animation: skeleton-shimmer 2s infinite;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .5) 60%, hsla(0, 0%, 100%, 0));
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

    @keyframes splide-loading {
        0% {
            transform: rotate(0)
        }

        to {
            transform: rotate(1turn)
        }
    }

    .wab-language-banner[hidden] {
        display: none
    }

    .wab-language-banner {
        background: var(--wp--custom--color--extended--light-gray, #f0f4f9);
        color: var(--wp--custom--color--primary--dark-green-1, #103928);
        font-family: inherit;
        font-size: var(--wp--custom--font--size--body--md, 1rem);
        font-weight: var(--wp--custom--font--weight--medium, 500);
        grid-template-rows: 0fr;
        letter-spacing: .25px;
        line-height: 1.5;
        opacity: 0;
        position: relative;
        transition: grid-template-rows .35s cubic-bezier(.22, .61, .36, 1), opacity .25s ease-out 50ms;
        width: 100%;
        z-index: 100000000
    }

    .wab-language-banner__link:before {
        background-color: var(--wp--custom--color--surface--brand, #25d366);
        content: "";
        display: block;
        flex-shrink: 0;
        height: 32px;
        -webkit-mask-image: var(--sf-img-3);
        mask-image: var(--sf-img-3);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        width: 32px
    }

    .wab-language-banner__link:hover,
    .wab-language-banner__link:focus-visible {
        opacity: .75
    }

    .wab-language-banner__close:hover,
    .wab-language-banner__close:focus-visible {
        opacity: .7
    }

    .wab-language-banner__close:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: 2px
    }

    @media (prefers-reduced-motion:reduce) {
        .wab-language-banner {
            transition: none
        }
    }

    *,
    :after,
    :before {
        box-sizing: border-box
    }

    .wp-site-blocks,
    body,
    html {
        min-height: 100%
    }

    html {
        height: calc(100% - var(--wp-admin--admin-bar--height, 0px))
    }

    :root {
        font-feature-settings: "kern";
        font-kerning: normal;
        text-rendering: optimizeLegibility
    }

    body {
        -webkit-font-smoothing: antialiased
    }

    img,
    svg {
        display: block;
        height: auto;
        max-width: 100%
    }

    button,
    input,
    select {
        font: inherit
    }

    h1,
    h2,
    h6,
    p {
        word-wrap: break-word
    }

    h1,
    h2,
    h6 {
        text-wrap: pretty
    }

    p {
        text-wrap: pretty
    }

    .wp-site-blocks {
        isolation: isolate
    }

    img {
        font-size: 1rem;
        font-style: italic;
        line-height: 1.5
    }

    html {
        scroll-behavior: smooth
    }

    .has-global-padding :where(.has-global-padding.is-layout-constrained) {
        padding-inline-end: var(--wp--style--root--padding-right);
        padding-inline-start: var(--wp--style--root--padding-left)
    }

    .wp-block-group.alignfull[class*=is-style-surface-] {
        padding-block: var(--wp--preset--spacing--40-80)
    }

    main .wp-block-group:not(.alignfull)[class*=is-style-surface-] {
        padding: var(--wp--preset--spacing--40-80)
    }

    @media (max-width:47.9375rem) {
        .wp-block-group.alignfull[class*=is-style-surface-] {
            padding-block: var(--wp--preset--spacing--32)
        }

        main .wp-block-group:not(.alignfull)[class*=is-style-surface-] {
            padding: var(--wp--preset--spacing--32)
        }
    }

    main {
        margin-block: 0
    }

    @media (min-width:48rem) {
        body {
            --wp--custom--site-outer-padding: 40px
        }
    }

    @media (min-width:64rem) {
        body {
            --wp--custom--site-outer-padding: 48px
        }
    }

    body .has-global-padding>.alignfull {
        margin-inline-end: calc(var(--wp--style--root--padding-right)*-1);
        margin-inline-start: calc(var(--wp--style--root--padding-left)*-1)
    }

    :root {
        --actual-admin-bar-height: var(--wp-admin--admin-bar--height, 0px)
    }

    @media (max-width:600px) {
        :root {
            --actual-admin-bar-height: 0px
        }
    }

    .search .wp-block-search__button-clear:hover {
        opacity: .7
    }

    .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:before {
        background-color: var(--wp--custom--color--primary--white);
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: -1
    }

    @media (max-width:1299px) {
        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header.has-expanded-region:before {
            opacity: 1
        }
    }

    @media (prefers-reduced-motion:no-preference) {
        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:before {
            animation: wab-header-scrolled-bg linear both;
            animation-range: 0 var(--site-header-scroll-distance);
            animation-timeline: scroll(root);
            opacity: 0;
            will-change: opacity
        }

        @media (max-width:1299px) {
            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header.has-expanded-region:before {
                animation: none
            }
        }

        @media (min-width:1300px) {
            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .site-header__search-button .wp-block-button__link:hover {
                animation: none;
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }

            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .wp-block-button.is-style-button-secondary .wp-block-button__link:hover {
                animation: none;
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }
        }
    }

    @media (prefers-reduced-motion:reduce) {
        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:before {
            opacity: 0
        }

        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header.is-compact:before {
            opacity: 1
        }

        @media (min-width:1300px) {
            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .site-header__search-button .wp-block-button__link:hover {
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }

            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .wp-block-button.is-style-button-secondary .wp-block-button__link:hover {
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }
        }
    }

    @keyframes wab-header-scrolled-bg {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes wab-header-scrolled-logo {
        0% {
            fill: var(--wp--custom--color--secondary--green--100)
        }

        to {
            fill: var(--wp--custom--color--primary--dark-green-1)
        }
    }

    @keyframes wab-header-scrolled-color {
        0% {
            color: var(--wp--custom--color--primary--white)
        }

        to {
            color: var(--wp--custom--color--primary--dark-green-1)
        }
    }

    @keyframes wab-header-scrolled-search-btn {
        0% {
            background-color: transparent;
            border-color: var(--wp--custom--color--primary--white);
            color: var(--wp--custom--color--primary--white)
        }

        to {
            background-color: var(--wp--custom--color--secondary--business-green--200);
            border-color: var(--wp--custom--color--secondary--business-green--200);
            color: var(--wp--custom--color--primary--dark-green-1)
        }
    }

    @keyframes wab-header-scrolled-secondary-btn {
        0% {
            background-color: transparent;
            border-color: var(--wp--custom--color--primary--white);
            color: var(--wp--custom--color--primary--white)
        }

        to {
            background-color: var(--wp--custom--color--button--default--background);
            border-color: var(--wp--custom--color--button--secondary--default--border);
            color: var(--wp--custom--color--button--default--text)
        }
    }

    @supports not (animation-timeline:scroll()) {
        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:before {
            animation: none;
            opacity: 0
        }

        .success-story-template-single-success-story-alternative .wp-block-tenup-site-header.is-compact:before {
            opacity: 1
        }

        @media (min-width:1300px) {
            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .site-header__search-button .wp-block-button__link:hover {
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }

            .success-story-template-single-success-story-alternative .wp-block-tenup-site-header:not(.is-compact) .wp-block-button.is-style-button-secondary .wp-block-button__link:hover {
                background-color: var(--wp--custom--color--primary--white);
                border-color: var(--wp--custom--color--primary--white);
                color: var(--wp--custom--color--primary--dark-green-1)
            }
        }
    }

    .wp-block-tenup-site-header {
        position: sticky;
        top: var(--actual-admin-bar-height);
        transition: transform .2s ease-in-out;
        will-change: transform
    }

    .site-header__meta-bar {
        background-color: var(--wp--custom--color--primary--white);
        padding-block: 15px
    }

    .wp-block-tenup-site-header .site-header__main-nav {
        padding-block: 24px;
        transition: padding .2s ease-in-out
    }

    @media (min-width:1300px) {
        .wp-block-tenup-site-header .site-header__main-nav {
            padding-block: 40px;
            padding-inline: 36px
        }
    }

    .wp-block-tenup-site-header .wp-block-tenup-navigation__list {
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px
    }

    @media (min-width:1300px) {

        .wp-block-tenup-site-header .wp-block-navigation-item__content,
        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu>button {
            color: var(--wp--custom--color--primary--white);
            font-size: 16px;
            font-weight: var(--wp--custom--font--weight--medium);
            padding-inline: 16px
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__icon {
            display: none
        }
    }

    .wp-block-tenup-site-header .wp-block-buttons {
        flex-shrink: 0;
        margin-inline-start: auto
    }

    .wp-block-tenup-site-header .wp-block-button .wp-block-button__link {
        font-size: 16px;
        font-weight: var(--wp--custom--font--weight--regular);
        padding-block: 20px
    }

    .wp-block-tenup-site-header .wp-block-button:not(.is-style-button-secondary):not(.site-header__search-button) .wp-block-button__link {
        color: var(--wp--custom--color--primary--dark-green-1)
    }

    .wp-block-tenup-site-header .site-header__search-button .wp-block-button__link {
        align-items: center;
        background-color: var(--wp--custom--color--secondary--business-green--200);
        border-color: var(--wp--custom--color--secondary--business-green--200);
        border-radius: 50%;
        color: var(--wp--custom--color--primary--dark-green-1);
        display: flex;
        height: 47px;
        justify-content: center;
        line-height: 0;
        overflow: hidden;
        padding: 0;
        width: 47px
    }

    .wp-block-tenup-site-header .site-header__search-button .wp-block-button__link svg {
        height: 20px;
        width: 20px !important
    }

    @media (max-width:1299px) {
        .wp-block-tenup-site-header .wp-block-tenup-navigation__navigation-container {
            align-items: stretch;
            overflow-x: clip;
            overscroll-behavior: contain
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list {
            align-items: stretch;
            flex-direction: column;
            gap: 0;
            position: relative
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list:before {
            color: var(--wp--custom--color--primary--business-black);
            content: "Menu";
            display: block;
            font-size: 36px;
            font-weight: 700;
            line-height: 1.2;
            order: -2;
            padding: 20px 0 16px
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list>.wp-block-buttons>.site-header__search-button {
            display: block;
            inset-inline-end: 0;
            position: absolute;
            top: 24px;
            width: auto;
            z-index: 1
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list>.wp-block-buttons>.site-header__search-button .wp-block-button__link {
            width: 47px
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu {
            border-bottom: 1px solid var(--wp--custom--color--border--primary)
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu>button {
            align-items: center;
            color: var(--wp--custom--color--primary--dark-green-1);
            display: flex;
            font-size: 20px;
            font-weight: var(--wp--custom--font--weight--medium);
            justify-content: space-between;
            padding: 20px 0;
            width: 100%
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__icon[aria-hidden=false] {
            color: var(--wp--custom--color--secondary--business-green--200);
            display: block;
            flex-shrink: 0;
            height: 20px;
            transform: rotate(-90deg);
            width: 20px
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__icon[aria-hidden=true] {
            display: none
        }

        .wp-block-tenup-site-header .wp-block-navigation-item {
            border-bottom: 1px solid var(--wp--custom--color--border--primary)
        }

        .wp-block-tenup-site-header .wp-block-navigation-item__content {
            color: var(--wp--custom--color--primary--dark-green-1);
            display: block;
            font-size: 20px;
            font-weight: var(--wp--custom--font--weight--medium)
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list>.wp-block-buttons {
            border-top: 1px solid var(--wp--custom--color--border--primary);
            flex-direction: column;
            gap: 12px;
            margin-inline-start: 0;
            margin-top: auto;
            padding: 20px;
            width: 100%
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list>.wp-block-buttons .wp-block-button:not(.site-header__search-button) {
            width: 100%
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation__list>.wp-block-buttons .wp-block-button__link {
            display: flex;
            justify-content: center;
            width: 100%
        }
    }

    .wp-block-template-part--footer[class] {
        margin-block-start: 0
    }

    .site-footer {
        padding-block: var(--wp--custom--spacing--48)
    }

    .site-footer__inner {
        gap: var(--wp--custom--spacing--40)
    }

    .site-footer__main {
        border-bottom: 1px solid var(--wp--custom--color--border--primary);
        gap: var(--wp--custom--spacing--32);
        padding-bottom: var(--wp--custom--spacing--40);
        width: 100%
    }

    .site-footer__brand {
        flex: 1;
        min-width: 200px
    }

    .site-footer__social-links .wp-social-link {
        background-color: transparent !important;
        border: 1px solid var(--wp--custom--color--border--primary);
        height: 50px;
        width: 50px !important
    }

    .site-footer__social-links .wp-social-link a {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        padding: 0;
        width: 100%
    }

    .site-footer__social-links .wp-social-link svg {
        height: 22px;
        width: 22px
    }

    .site-footer__nav-column {
        padding: var(--wp--custom--spacing--12);
        width: 284px
    }

    .site-footer__nav-title {
        color: var(--wp--custom--color--primary--light-green);
        font-size: 15px;
        font-weight: var(--wp--custom--font--weight--bold);
        line-height: 26px
    }

    .site-footer .site-footer__nav .wp-block-navigation-item__content {
        color: var(--wp--custom--color--primary--white);
        font-size: 15px;
        font-weight: var(--wp--custom--font--weight--medium);
        line-height: 26px;
        -webkit-text-decoration: none;
        text-decoration: none
    }

    .site-footer__nav .wp-block-navigation-item__content:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .site-footer__bottom {
        width: 100%
    }

    @media (max-width:47.9375rem) {
        .site-footer {
            padding-block: var(--wp--custom--spacing--32)
        }

        .site-footer__main {
            align-items: flex-start;
            flex-direction: column
        }

        .site-footer__brand,
        .site-footer__nav-column {
            width: 100%
        }

        .site-footer__bottom {
            align-items: flex-start;
            flex-direction: column;
            gap: var(--wp--custom--spacing--12)
        }
    }

    .megamenu-panel {
        --wp--custom--color--border--primary: var(--wp--custom--color--secondary--business-gray--100);
        background-color: var(--wp--custom--color--primary--white);
        border-radius: 30px;
        box-shadow: 10px 10px 34px rgba(0, 0, 0, .2);
        color: var(--wp--custom--color--primary--dark-green-1);
        max-width: fit-content;
        padding: 24px 34px
    }

    @media (min-width:1300px) {
        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu {
            margin-bottom: -40px;
            padding-bottom: 40px;
            position: relative
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__container {
            inset-inline: -160px auto;
            pointer-events: none;
            transform: translateY(0);
            width: auto;
            z-index: 1
        }

        .wp-block-tenup-navigation-megamenu__actions {
            display: none
        }

        .megamenu-panel {
            overflow: visible;
            padding: 24px 34px;
            position: relative
        }

        .megamenu-panel:before {
            background-color: var(--wp--custom--color--primary--white);
            border-start-start-radius: 5px;
            content: "";
            height: 24px;
            inset-inline-start: 223px;
            position: absolute;
            top: -12px;
            transform: rotate(45deg);
            width: 24px
        }

        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__container:has(.megamenu-icon-links) {
            inset-inline: auto;
            left: 50%;
            transform: translateX(-50%)
        }

        .megamenu-panel:has(.megamenu-icon-links) {
            width: max-content
        }

        .megamenu-panel:has(.megamenu-icon-links):before {
            inset-inline: auto;
            left: calc(50% - 12px)
        }
    }

    .megamenu-panel .megamenu-panel__title {
        color: var(--wp--custom--color--secondary--business-gray--200);
        font-size: var(--wp--custom--font--size--button--lg);
        font-weight: 600;
        margin: 0 0 10px
    }

    .megamenu-columns {
        align-items: start;
        display: grid;
        grid-gap: 10px 50px;
        gap: 10px 50px;
        grid-template-columns: repeat(3, 300px)
    }

    .megamenu-columns--two {
        grid-template-columns: repeat(2, 300px)
    }

    .wp-block-wab-megamenu-column {
        display: flex;
        flex-direction: column;
        margin-block-start: 0
    }

    .wp-block-wab-megamenu-column__trigger {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        border: none;
        color: inherit;
        cursor: default;
        display: none;
        font: inherit;
        margin: 0;
        padding: 0;
        pointer-events: none;
        text-align: start;
        width: 100%
    }

    .wp-block-wab-megamenu-column__arrow {
        display: none
    }

    .wp-block-wab-megamenu-column__content {
        display: block
    }

    .wp-block-wab-megamenu-column__back {
        display: none
    }

    .wp-block-wab-megamenu-column__header {
        align-items: center;
        border-bottom: 1px solid var(--wp--custom--color--border--primary);
        color: var(--wp--custom--color--primary--dark-green-1);
        display: flex;
        font-size: 16px;
        font-weight: 400;
        gap: 12px;
        line-height: 1.2;
        margin-bottom: 10px;
        padding: 0 0 8px
    }

    .wp-block-wab-megamenu-column__header .wp-block-wab-megamenu-column__icon {
        flex-shrink: 0;
        height: 32px;
        width: 32px
    }

    .wp-block-wab-megamenu-column__separator {
        display: none
    }

    .wp-block-wab-megamenu-column__content .wp-block-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .wp-block-wab-megamenu-column__content .wp-block-list a {
        color: var(--wp--custom--color--primary--business-black);
        font-size: 16px;
        line-height: 1.4;
        -webkit-text-decoration: none;
        text-decoration: none
    }

    .wp-block-wab-megamenu-column__content .wp-block-list a:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .wp-block-wab-megamenu-column__icon {
        color: var(--wp--custom--color--secondary--business-green--200);
        flex-shrink: 0;
        height: 32px;
        width: 32px
    }

    .wp-block-wab-megamenu-column--sub-panel {
        margin-top: 16px
    }

    .wp-block-wab-megamenu-column__sub-trigger {
        display: none
    }

    .wp-block-wab-megamenu-column__sub-header {
        color: var(--wp--custom--color--primary--business-black);
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px
    }

    .wp-block-wab-megamenu-column__sub-links {
        display: block
    }

    .wp-block-wab-megamenu-column__sub-links .wp-block-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        list-style: none;
        margin: 0;
        margin-inline-start: 32px;
        padding: 0
    }

    .wp-block-wab-megamenu-column__sub-links .wp-block-list a {
        color: var(--wp--custom--color--primary--business-black);
        font-size: 16px;
        line-height: 1.4;
        -webkit-text-decoration: none;
        text-decoration: none
    }

    .wp-block-wab-megamenu-column__sub-links .wp-block-list a:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .wp-block-wab-megamenu-column__sub-back {
        display: none
    }

    .megamenu-icon-links {
        display: flex;
        flex-direction: column;
        gap: 32px;
        list-style: none;
        margin: 10px 0 0;
        padding: 0
    }

    .megamenu-icon-links a {
        align-items: center;
        color: var(--wp--custom--color--primary--business-black);
        display: flex;
        font-size: 16px;
        gap: 20px;
        line-height: 1.4;
        -webkit-text-decoration: none;
        text-decoration: none;
        white-space: nowrap
    }

    .megamenu-icon-links a:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .megamenu-icon-links svg {
        color: var(--wp--custom--color--secondary--business-green--200);
        flex-shrink: 0;
        height: 32px;
        width: 32px
    }

    @media (max-width:1299px) {
        .wp-block-tenup-site-header .wp-block-tenup-navigation-megamenu__container {
            background-color: var(--wp--custom--color--primary--white);
            height: calc(100dvh - var(--header-height, 0px));
            left: 0;
            position: fixed;
            top: var(--header-height, 0);
            transform: translateX(100%);
            transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .25s ease-out;
            width: var(--wp--custom--full-viewport-width, 100vw)
        }

        .megamenu-panel {
            border-radius: 0;
            box-shadow: none;
            height: 100%;
            max-width: none;
            overflow: hidden;
            padding: 0;
            position: relative
        }

        .megamenu-panel__title {
            display: none
        }

        .megamenu-columns {
            align-items: stretch;
            display: flex;
            flex-direction: column;
            gap: 0;
            height: 100%
        }

        .wp-block-wab-megamenu-column {
            border-bottom: 1px solid var(--wp--custom--color--border--primary)
        }

        .wp-block-wab-megamenu-column__trigger {
            align-items: center;
            cursor: pointer;
            display: flex;
            gap: 12px;
            padding: 16px 20px;
            pointer-events: auto;
            width: 100%
        }

        .wp-block-wab-megamenu-column__arrow {
            color: var(--wp--custom--color--secondary--business-green--200);
            display: block;
            flex-shrink: 0;
            height: 20px;
            width: 20px
        }

        .wp-block-wab-megamenu-column__content {
            background-color: var(--wp--custom--color--primary--white);
            height: 100%;
            left: 0;
            opacity: 0;
            overflow-y: auto;
            padding: 0 20px 20px;
            position: absolute;
            top: 0;
            transform: translateX(100%);
            transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s ease-out;
            width: 100%;
            z-index: 1
        }

        .wp-block-wab-megamenu-column__back {
            align-items: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            border: none;
            border-bottom: 1px solid var(--wp--custom--color--border--primary);
            color: var(--wp--custom--color--primary--dark-green-1);
            cursor: pointer;
            display: flex;
            font-size: var(--wp--custom--font--size--body--md);
            font-weight: var(--wp--custom--font--weight--medium);
            gap: 8px;
            margin-bottom: 16px;
            margin-inline: -20px;
            padding: 16px 0;
            padding-inline: 20px;
            width: calc(100% + 40px)
        }

        .wp-block-wab-megamenu-column__back svg {
            flex-shrink: 0;
            height: 20px;
            width: 20px
        }

        .wp-block-wab-megamenu-column__header {
            display: none
        }

        .wp-block-tenup-navigation-megamenu__actions {
            padding: 0 20px;
            position: static;
            transition: opacity .2s ease-out, visibility 0ms .2s;
            width: 100%
        }

        .wp-block-wab-megamenu-column__sub-header {
            display: none
        }

        .wp-block-wab-megamenu-column__sub-trigger {
            align-items: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            border: none;
            border-bottom: 1px solid var(--wp--custom--color--border--primary);
            color: var(--wp--custom--color--primary--dark-green-1);
            cursor: pointer;
            display: flex;
            font-size: var(--wp--custom--font--size--body--sm);
            font-weight: var(--wp--custom--font--weight--medium);
            gap: 8px;
            padding: 16px 0;
            text-align: start;
            width: 100%
        }

        .wp-block-wab-megamenu-column__sub-arrow {
            color: var(--wp--custom--color--secondary--business-green--200);
            flex-shrink: 0;
            height: 20px;
            width: 20px
        }

        .wp-block-wab-megamenu-column__sub-links .wp-block-list {
            margin-inline-start: 0
        }

        .wp-block-wab-megamenu-column__sub-links {
            background-color: var(--wp--custom--color--primary--white);
            height: 100%;
            left: 0;
            opacity: 0;
            overflow-y: auto;
            padding: 0 20px 20px;
            position: absolute;
            top: 0;
            transform: translateX(100%);
            transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s ease-out;
            width: 100%;
            z-index: 2
        }

        .wp-block-wab-megamenu-column__sub-back {
            align-items: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            border: none;
            border-bottom: 1px solid var(--wp--custom--color--border--primary);
            color: var(--wp--custom--color--primary--dark-green-1);
            cursor: pointer;
            display: flex;
            font-size: var(--wp--custom--font--size--body--md);
            font-weight: var(--wp--custom--font--weight--medium);
            gap: 8px;
            margin-bottom: 16px;
            margin-inline: -20px;
            padding: 16px 0;
            padding-inline: 20px;
            width: calc(100% + 40px)
        }

        .wp-block-wab-megamenu-column__sub-back svg {
            flex-shrink: 0;
            height: 20px;
            width: 20px
        }

        .megamenu-icon-links {
            gap: 0;
            margin: 0;
            padding: 0 20px
        }

        .megamenu-icon-links li {
            border-bottom: 1px solid var(--wp--custom--color--border--primary)
        }

        .megamenu-icon-links a {
            color: var(--wp--custom--color--primary--dark-green-1);
            font-size: 20px;
            font-weight: var(--wp--custom--font--weight--medium);
            padding: 16px 0
        }

        .megamenu-icon-links svg {
            height: 24px;
            width: 24px
        }
    }

    [id^=gform_wrapper_][data-form-index].gform-theme:not(#gf-no-match) {
        --gf-form-gap-y: var(--wp--custom--spacing--24);
        --gf-ctrl-label-color-primary: var(--wp--custom--color--text--primary);
        --gf-ctrl-label-color-secondary: var(--wp--custom--color--text--primary);
        --gf-ctrl-label-color-req: var(--wp--custom--color--text--primary);
        --gf-ctrl-label-font-size-primary: 18px;
        --gf-ctrl-label-font-size-secondary: 18px;
        --gf-ctrl-label-font-size-req: 18px;
        --gf-ctrl-label-font-weight-primary: var(--wp--custom--font--weight--bold);
        --gf-ctrl-label-font-weight-secondary: var(--wp--custom--font--weight--bold);
        --gf-label-space-primary: var(--wp--custom--spacing--12);
        --gf-ctrl-border-color: var(--wp--custom--color--border--primary);
        --gf-ctrl-border-width: 0.5px;
        --gf-ctrl-border-style: solid;
        --gf-ctrl-size: 60px;
        --gf-ctrl-desc-color: var(--wp--custom--color--text--secondary);
        --gf-ctrl-desc-font-size: 18px;
        --gf-ctrl-radius: 5px;
        --gf-ctrl-font-size: var(--wp--custom--font--size--button--lg);
        --gf-ctrl-padding-x: var(--wp--custom--spacing--8);
        --gf-ctrl-choice-check-color: var(--wp--custom--color--secondary--business-green--300);
        --gf-ctrl-outline-color-focus: var(--wp--custom--color--secondary--business-green--200);
        --gf-ctrl-desc-border-width-consent: 0;
        --gf-ctrl-desc-border-style-consent: none;
        --gf-desc-choice-field-space: var(--wp--custom--spacing--24);
        --gf-ctrl-btn-bg-color-primary: var(--wp--custom--color--button--default--background);
        --gf-ctrl-btn-color-primary: var(--wp--custom--color--button--default--text);
        --gf-ctrl-btn-border-color-primary: var(--wp--custom--color--button--default--background);
        --gf-ctrl-btn-border-width-primary: 1px;
        --gf-ctrl-btn-border-style-primary: solid;
        --gf-ctrl-btn-radius: var(--wp--custom--radius--xxxl);
        --gf-ctrl-btn-font-size: var(--wp--custom--font--size--button--lg);
        --gf-ctrl-btn-font-weight: var(--wp--custom--font--weight--medium);
        --gf-ctrl-btn-padding-x: var(--wp--custom--spacing--48);
        --gf-ctrl-btn-padding-y: 19px;
        --gf-ctrl-btn-bg-color-hover-primary: var(--wp--custom--color--button--hover--background);
        --gf-ctrl-btn-color-hover-primary: var(--wp--custom--color--button--hover--text);
        --gf-ctrl-btn-border-color-hover-primary: var(--wp--custom--color--button--hover--border);
        --gf-ctrl-btn-bg-color-disabled-primary: var(--wp--custom--color--button--disabled--background);
        --gf-ctrl-btn-color-disabled-primary: var(--wp--custom--color--button--disabled--text);
        --gf-ctrl-btn-border-color-disabled-primary: var(--wp--custom--color--button--disabled--background)
    }

    .is-style-surface-dark-green .gform-theme[id^=gform_wrapper_][data-form-index]:not(#gf-no-match) {
        --gf-ctrl-btn-bg-color-hover-primary: color-mix(in sRGB, var(--wp--custom--color--button--default--background) 75%, transparent);
        --gf-ctrl-btn-color-hover-primary: var(--wp--custom--color--button--default--text);
        --gf-ctrl-btn-border-color-hover-primary: color-mix(in sRGB, var(--wp--custom--color--button--default--background) 75%, transparent)
    }

    .is-style-surface-dark-green [class*=is-style-surface-]:not(.is-style-surface-dark):not(.is-style-surface-dark-green) .gform-theme[id^=gform_wrapper_][data-form-index]:not(#gf-no-match) {
        --gf-ctrl-btn-bg-color-hover-primary: var(--wp--custom--color--button--hover--background);
        --gf-ctrl-btn-color-hover-primary: var(--wp--custom--color--button--hover--text);
        --gf-ctrl-btn-border-color-hover-primary: var(--wp--custom--color--button--hover--border)
    }

    :root .gform-theme--foundation .gform_fields {
        align-items: flex-end
    }

    :root .gform-theme--framework .gfield_label,
    :root .gform-theme--framework .gform-field-label {
        display: block
    }

    :root .gform-theme--framework .gfield_label .gfield_required,
    :root .gform-theme--framework .gform-field-label .gfield_required {
        margin-inline-start: var(--wp--custom--spacing--2)
    }

    :root .gform-theme--framework .gfield_description a {
        color: var(--wp--custom--color--text--primary)
    }

    :root .gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        padding: 0
    }

    :root .gform-theme--framework .gfield--type-choice .ginput_container_consent {
        align-items: center
    }

    sup.wab-note:focus-visible {
        outline: none
    }

    sup.wab-note:focus-visible:after,
    sup.wab-note:hover:after {
        background-color: var(--wp--custom--color--secondary--black--100);
        bottom: calc(100% + 6px);
        color: var(--wp--custom--color--primary--white);
        content: attr(data-title);
        display: block;
        font-size: .875rem;
        inset-inline-start: 0;
        line-height: 1.5;
        padding: 10px 14px;
        pointer-events: none;
        position: absolute;
        white-space: normal;
        width: 280px;
        z-index: 999
    }

    .wp-block-post-featured-image__video-controls__pause:hover,
    .wp-block-post-featured-image__video-controls__play:hover {
        background: rgba(0, 0, 0, .9);
        transform: scale(1.05)
    }

    .wp-block-post-featured-image__video-controls__pause:focus-visible,
    .wp-block-post-featured-image__video-controls__play:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 2px
    }

    .wp-block-post-featured-image__video-controls__pause:active,
    .wp-block-post-featured-image__video-controls__play:active {
        transform: scale(.95)
    }

    @media (prefers-reduced-motion:reduce) {

        .wp-block-post-featured-image__video-controls__pause:active,
        .wp-block-post-featured-image__video-controls__pause:hover,
        .wp-block-post-featured-image__video-controls__play:active,
        .wp-block-post-featured-image__video-controls__play:hover {
            transform: none
        }
    }

    .wp-block-post:has(:focus-visible) .wp-block-post-featured-image img,
    .wp-block-post:hover .wp-block-post-featured-image img {
        opacity: .75
    }

    .wp-block-post:has(:focus-visible) .wp-block-post-title a,
    .wp-block-post:hover .wp-block-post-title a {
        -webkit-text-decoration: underline;
        text-decoration: underline
    }

    .wp-block-post:has(:focus-visible) {
        border-radius: 8px;
        outline: 2px solid currentColor;
        outline-offset: 4px
    }

    .wp-block-post:has(:focus-visible) .is-style-simple .wp-element-button,
    .wp-block-post:hover .is-style-simple .wp-element-button {
        -webkit-text-decoration: underline !important;
        text-decoration: underline !important;
        text-decoration-color: var(--wp--custom--color--secondary--green--100) !important;
        text-underline-offset: var(--wp--custom--spacing--8) !important
    }

    .gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video):not(svg *):not(symbol *):not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message>*):not(.form_saved_message_sent>*):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description>*):not(.gform-field-label--type-inline>:not(span)):not(.ui-resizable-handle):not(.hidden)) {
        all: unset;
        display: revert
    }

    .gform-theme--framework *,
    .gform-theme--framework ::after,
    .gform-theme--framework ::before {
        box-sizing: border-box
    }

    .gform-theme--framework a {
        cursor: revert
    }

    .gform-theme--framework input {
        -webkit-user-select: auto
    }

    .gform-theme--framework ::-moz-placeholder {
        color: unset
    }

    .gform-theme--framework ::placeholder {
        color: unset
    }

    .gform-theme--framework :where(dialog:modal) {
        all: revert
    }

    .gform-theme--framework input[type=checkbox]::before,
    .gform-theme--framework input[type=radio]::before {
        height: auto;
        margin-block: 0;
        margin-inline: 0;
        position: static;
        width: auto
    }

    .gform-theme--framework input[type=checkbox]::after,
    .gform-theme--framework input[type=radio]::after {
        content: none
    }

    .gform-theme--foundation {
        --gf-form-gap-x: 16px;
        --gf-form-gap-y: 40px;
        --gf-form-footer-margin-y-start: 24px;
        --gf-form-footer-gap: 8px;
        --gf-field-gap-x: 12px;
        --gf-field-gap-y: 12px;
        --gf-field-date-width: 168px;
        --gf-field-time-width: 110px;
        --gf-field-list-btns-gap: 8px;
        --gf-field-list-btns-width: calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));
        --gf-field-pg-steps-gap-y: 8px;
        --gf-field-pg-steps-gap-x: 24px;
        --gf-label-width: 30%;
        --gf-label-req-gap: 6px
    }

    .gform-theme--foundation *,
    .gform-theme--foundation ::after,
    .gform-theme--foundation ::before {
        box-sizing: border-box
    }

    .gform-theme--foundation fieldset,
    .gform-theme--foundation legend {
        background: 0 0;
        padding: 0
    }

    .gform-theme--foundation fieldset {
        border: none;
        display: block;
        margin: 0
    }

    .gform_anchor:focus-visible {
        outline: 0
    }

    .gform_confirmation_wrapper:focus,
    .gform_wrapper:focus {
        outline: 0
    }

    .gform-theme--foundation .hidden_label .gfield_label {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        word-wrap: normal !important;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .gform-theme--foundation button.screen-reader-text:focus {
        border: 0;
        clip: auto;
        clip-path: none;
        height: auto;
        margin: 0;
        position: static !important;
        width: auto
    }

    .gform-theme--foundation .gfield input,
    .gform-theme--foundation .gfield select {
        max-inline-size: 100%
    }

    .gform-theme--foundation .gfield input.large,
    .gform-theme--foundation .gfield select.large {
        inline-size: 100%
    }

    .gform-theme--foundation .gform_fields {
        grid-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(auto-fill, auto);
        inline-size: 100%;
        grid-row-gap: var(--gf-form-gap-y);
        row-gap: var(--gf-form-gap-y)
    }

    .gform-theme--foundation .gfield {
        grid-column: 1/-1;
        min-inline-size: 0
    }

    .gform-theme--foundation .gform_footer {
        display: flex;
        flex-wrap: wrap;
        gap: var(--gf-form-footer-gap)
    }

    .gform-theme--foundation .gform_footer {
        margin-block-start: var(--gf-form-footer-margin-y-start)
    }

    @media (min-width:640px) {
        .gform-theme--foundation .gform_fields {
            -moz-column-gap: var(--gf-form-gap-x);
            column-gap: var(--gf-form-gap-x)
        }

        .gform-theme--foundation .gfield--width-full {
            grid-column: span 12
        }

        .gform-theme--foundation .gfield--width-half {
            grid-column: span 6
        }
    }

    .gform-theme--foundation .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)) {
        align-items: baseline;
        flex-wrap: wrap;
        gap: var(--gf-label-req-gap)
    }

    .gform-theme--foundation.ui-datepicker .ui-datepicker-next::before,
    .gform-theme--foundation.ui-datepicker .ui-datepicker-prev::before {
        background-image: url(../assets/images/image-cb56b7be908c.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 24px 24px;
        block-size: 1em;
        content: "";
        display: inline-block;
        inline-size: 1em;
        inset-block-start: 50%;
        inset-inline-start: 50%;
        position: absolute;
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .gform-theme--foundation.ui-datepicker .ui-datepicker-next::before {
        transform: translate(-50%, -50%) rotate(-90deg)
    }

    .gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before {
        transform: translate(50%, -50%) rotate(-90deg)
    }

    .gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before {
        transform: translate(50%, -50%) rotate(90deg)
    }

    .gform-theme--foundation .chosen-container .chosen-single .group-name::after,
    .gform-theme--foundation .chosen-container .search-choice .group-name::after {
        content: ":";
        padding-inline-start: 2px;
        vertical-align: top
    }

    .gform-theme--foundation .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px
    }

    .gform-theme--foundation .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
        background-position: -42px -10px
    }

    .gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px
    }

    .gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected::after {
        background: url(../assets/images/image-10654a19c5f0.svg)center center no-repeat;
        block-size: 10px;
        content: "";
        display: block;
        inline-size: 13px;
        inset-block-end: 4px;
        inset-inline-end: 0;
        position: absolute
    }

    .gform-theme--foundation:where(:not(.gform_editor)) .gform_hidden {
        display: none
    }

    .gform-theme--foundation .gform_validation_container {
        display: none !important
    }

    .gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before {
        content: attr(data-label)
    }

    @media (min-width:640px) {
        .gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before {
            content: none
        }
    }

    .gform-theme--foundation ::-ms-reveal {
        display: none
    }

    .gform_confirmation_wrapper.gf_confirmation_green_gradient::after,
    .gform_confirmation_wrapper.gf_confirmation_green_gradient::before,
    .gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after,
    .gform_confirmation_wrapper.gf_confirmation_yellow_gradient::before {
        background: rgba(0, 0, 0, .2);
        box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
        content: "";
        inline-size: 50%;
        inset-block: 80% 15px;
        inset-inline-start: 10px;
        max-inline-size: 40%;
        position: absolute;
        transform: rotate(-3deg);
        z-index: -1
    }

    .gform_confirmation_wrapper.gf_confirmation_green_gradient::after,
    .gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after {
        inset-inline: auto 10px;
        transform: rotate(3deg)
    }

    @keyframes gformLoader {
        0% {
            transform: rotate(0)
        }

        100% {
            transform: rotate(360deg)
        }
    }

    .gform-theme--framework {
        --gf-radius: 3px;
        --gf-radius-max-sm: 2px;
        --gf-radius-max-md: 3px;
        --gf-radius-max-lg: 8px
    }

    .gform-theme--framework {
        --gf-color-primary: #204ce5;
        --gf-color-primary-rgb: 45, 127, 251;
        --gf-color-primary-contrast: #fff;
        --gf-color-primary-contrast-rgb: 255, 255, 255;
        --gf-color-primary-darker: #044ad3;
        --gf-color-primary-lighter: #044ad3;
        --gf-color-secondary: #fff;
        --gf-color-secondary-rgb: 255, 255, 255;
        --gf-color-secondary-contrast: #112337;
        --gf-color-secondary-contrast-rgb: 17, 35, 55;
        --gf-color-secondary-darker: #f2f3f5;
        --gf-color-secondary-lighter: #f2f3f5;
        --gf-color-out-ctrl-dark: #585e6a;
        --gf-color-out-ctrl-dark-rgb: 88, 94, 106;
        --gf-color-out-ctrl-dark-darker: #112337;
        --gf-color-out-ctrl-dark-lighter: #686e77;
        --gf-color-out-ctrl-light: #e5e7eb;
        --gf-color-out-ctrl-light-rgb: 229, 231, 235;
        --gf-color-out-ctrl-light-darker: #d2d5db;
        --gf-color-out-ctrl-light-lighter: #f2f3f5;
        --gf-color-in-ctrl: #fff;
        --gf-color-in-ctrl-rgb: 255, 255, 255;
        --gf-color-in-ctrl-contrast: #112337;
        --gf-color-in-ctrl-contrast-rgb: 17, 35, 55;
        --gf-color-in-ctrl-darker: #f2f3f5;
        --gf-color-in-ctrl-lighter: #f2f3f5;
        --gf-color-in-ctrl-primary: var(--gf-color-primary);
        --gf-color-in-ctrl-primary-rgb: var(--gf-color-primary-rgb);
        --gf-color-in-ctrl-primary-contrast: var(--gf-color-primary-contrast);
        --gf-color-in-ctrl-primary-contrast-rgb: var(--gf-color-primary-contrast-rgb);
        --gf-color-in-ctrl-primary-darker: var(--gf-color-primary-darker);
        --gf-color-in-ctrl-primary-lighter: var(--gf-color-primary-lighter);
        --gf-color-in-ctrl-dark: #585e6a;
        --gf-color-in-ctrl-dark-rgb: 88, 94, 106;
        --gf-color-in-ctrl-dark-darker: #112337;
        --gf-color-in-ctrl-dark-lighter: #686e77;
        --gf-color-in-ctrl-light: #e5e7eb;
        --gf-color-in-ctrl-light-rgb: 229, 231, 235;
        --gf-color-in-ctrl-light-darker: #d2d5db;
        --gf-color-in-ctrl-light-lighter: #f2f3f5;
        --gf-color-danger: #c02b0a;
        --gf-color-danger-rgb: 192, 43, 10;
        --gf-color-danger-contrast: #fff;
        --gf-color-danger-contrast-rgb: 255, 255, 255;
        --gf-color-success: #399f4b;
        --gf-color-success-rgb: 57, 159, 75;
        --gf-color-success-contrast: #fff;
        --gf-color-success-contrast-rgb: 255, 255, 255
    }

    .gform-theme--framework {
        --gf-icon-font-family: "gform-icons-orbital";
        --gf-icon-font-size: 20px;
        --gf-icon-ctrl-checkbox: "";
        --gf-icon-ctrl-select-down: "";
        --gf-icon-ctrl-select-up: "";
        --gf-icon-ctrl-select: url(data:image/svg+xml,%3Csvg\ width=\'10\'\ height=\'6\'\ viewBox=\'0\ 0\ 10\ 6\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ fill-rule=\'evenodd\'\ clip-rule=\'evenodd\'\ d=\'M0.292893\ 0.292893C0.683417\ -0.097631\ 1.31658\ -0.097631\ 1.70711\ 0.292893L5\ 3.58579L8.29289\ 0.292893C8.68342\ -0.0976311\ 9.31658\ -0.0976311\ 9.70711\ 0.292893C10.0976\ 0.683417\ 10.0976\ 1.31658\ 9.70711\ 1.70711L5.70711\ 5.70711C5.31658\ 6.09763\ 4.68342\ 6.09763\ 4.29289\ 5.70711L0.292893\ 1.70711C-0.0976311\ 1.31658\ -0.0976311\ 0.683418\ 0.292893\ 0.292893Z\'\ fill=\'%23686E77\'/%3E%3C/svg%3E);
        --gf-icon-ctrl-search: url(data:image/svg+xml,%3Csvg\ width=\'640\'\ height=\'640\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ d=\'M256\ 128c-70.692\ 0-128\ 57.308-128\ 128\ 0\ 70.691\ 57.308\ 128\ 128\ 128\ 70.691\ 0\ 128-57.309\ 128-128\ 0-70.692-57.309-128-128-128zM64\ 256c0-106.039\ 85.961-192\ 192-192s192\ 85.961\ 192\ 192c0\ 41.466-13.146\ 79.863-35.498\ 111.248l154.125\ 154.125c12.496\ 12.496\ 12.496\ 32.758\ 0\ 45.254s-32.758\ 12.496-45.254\ 0L367.248\ 412.502C335.862\ 434.854\ 297.467\ 448\ 256\ 448c-106.039\ 0-192-85.962-192-192z\'\ fill=\'%23686E77\'/%3E%3C/svg%3E);
        --gf-icon-ctrl-cancel: "";
        --gf-icon-ctrl-number: url(data:image/svg+xml,%3Csvg\ width=\'8\'\ height=\'14\'\ viewBox=\'0\ 0\ 8\ 14\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ fill-rule=\'evenodd\'\ clip-rule=\'evenodd\'\ d=\'M4\ 0C4.26522\ 5.96046e-08\ 4.51957\ 0.105357\ 4.70711\ 0.292893L7.70711\ 3.29289C8.09763\ 3.68342\ 8.09763\ 4.31658\ 7.70711\ 4.70711C7.31658\ 5.09763\ 6.68342\ 5.09763\ 6.29289\ 4.70711L4\ 2.41421L1.70711\ 4.70711C1.31658\ 5.09763\ 0.683417\ 5.09763\ 0.292893\ 4.70711C-0.0976311\ 4.31658\ -0.097631\ 3.68342\ 0.292893\ 3.29289L3.29289\ 0.292893C3.48043\ 0.105357\ 3.73478\ 0\ 4\ 0ZM0.292893\ 9.29289C0.683417\ 8.90237\ 1.31658\ 8.90237\ 1.70711\ 9.29289L4\ 11.5858L6.29289\ 9.29289C6.68342\ 8.90237\ 7.31658\ 8.90237\ 7.70711\ 9.29289C8.09763\ 9.68342\ 8.09763\ 10.3166\ 7.70711\ 10.7071L4.70711\ 13.7071C4.31658\ 14.0976\ 3.68342\ 14.0976\ 3.29289\ 13.7071L0.292893\ 10.7071C-0.0976311\ 10.3166\ -0.0976311\ 9.68342\ 0.292893\ 9.29289Z\'\ fill=\'%23686E77\'/%3E%3C/svg%3E);
        --gf-icon-ctrl-pwd-hidden: "";
        --gf-icon-ctrl-pwd-visible: "";
        --gf-icon-ctrl-list-item-add: "";
        --gf-icon-ctrl-list-item-remove: "";
        --gf-icon-ctrl-save-continue: "";
        --gf-icon-ctrl-pg-numbers-complete: "";
        --gf-icon-ctrl-file: "";
        --gf-icon-ctrl-file-completed: "";
        --gf-icon-ctrl-file-cancel: "";
        --gf-icon-ctrl-file-remove: "";
        --gf-icon-ctrl-datepicker: "";
        --gf-icon-ctrl-datepicker-left: "";
        --gf-icon-ctrl-datepicker-right: "";
        --gf-icon-ctrl-img-choice-placeholder: "";
        --gf-icon-tooltip-error: ""
    }

    .gform-theme--framework {
        --gf-padding-x: 12px;
        --gf-padding-y: 12px;
        --gf-label-space-primary: 8px;
        --gf-label-choice-field-space-primary: 12px;
        --gf-label-space-x-secondary: 12px;
        --gf-label-space-y-sm-secondary: -1px;
        --gf-label-space-y-md-secondary: 0;
        --gf-label-space-y-lg-secondary: 1px;
        --gf-label-space-y-xl-secondary: 4px;
        --gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);
        --gf-label-space-tertiary: 8px;
        --gf-desc-space: 8px;
        --gf-desc-choice-field-space: 12px
    }

    .gform-theme--framework {
        --gf-transition-duration: 0.15s;
        --gf-transition-ctrl: var(--gf-transition-duration)
    }

    .gform-theme--framework {
        --gf-font-family-base: initial;
        --gf-font-style-base: normal;
        --gf-font-family-primary: var(--gf-font-family-base);
        --gf-font-size-primary: 14px;
        --gf-font-style-primary: var(--gf-font-style-base);
        --gf-font-weight-primary: 400;
        --gf-letter-spacing-primary: 0;
        --gf-line-height-primary: 1.5;
        --gf-font-family-secondary: var(--gf-font-family-base);
        --gf-font-size-secondary: 14px;
        --gf-font-style-secondary: var(--gf-font-style-base);
        --gf-font-weight-secondary: 500;
        --gf-letter-spacing-secondary: 0;
        --gf-line-height-secondary: 1.43;
        --gf-font-family-tertiary: var(--gf-font-family-base);
        --gf-font-size-tertiary: 14px;
        --gf-font-style-tertiary: var(--gf-font-style-base);
        --gf-font-weight-tertiary: 400;
        --gf-letter-spacing-tertiary: 0;
        --gf-line-height-tertiary: 1.43
    }

    .gform-theme--framework {
        --gf-ctrl-bg-color: var(--gf-color-in-ctrl);
        --gf-ctrl-bg-color-hover: var(--gf-ctrl-bg-color);
        --gf-ctrl-bg-color-focus: var(--gf-ctrl-bg-color);
        --gf-ctrl-bg-color-disabled: var(--gf-color-in-ctrl-light-lighter);
        --gf-ctrl-bg-color-error: var(--gf-ctrl-bg-color);
        --gf-ctrl-border-color: var(--gf-color-in-ctrl-dark-lighter);
        --gf-ctrl-border-color-hover: var(--gf-ctrl-border-color);
        --gf-ctrl-border-color-focus: var(--gf-color-primary);
        --gf-ctrl-border-color-disabled: var(--gf-color-in-ctrl-light-darker);
        --gf-ctrl-border-color-error: var(--gf-color-danger);
        --gf-ctrl-border-style: solid;
        --gf-ctrl-border-width: 1px;
        --gf-ctrl-radius: var(--gf-radius);
        --gf-ctrl-radius-max-sm: min(var(--gf-ctrl-radius), var(--gf-radius-max-sm));
        --gf-ctrl-radius-max-md: min(var(--gf-ctrl-radius), var(--gf-radius-max-md));
        --gf-ctrl-radius-max-lg: min(var(--gf-ctrl-radius), var(--gf-radius-max-lg));
        --gf-ctrl-outline-color: transparent;
        --gf-ctrl-outline-color-focus: rgba(var(--gf-color-primary-rgb), 0.65);
        --gf-ctrl-outline-offset: 1px;
        --gf-ctrl-outline-style: solid;
        --gf-ctrl-outline-width: 0;
        --gf-ctrl-outline-width-focus: 3px;
        --gf-ctrl-color: var(--gf-color-in-ctrl-contrast);
        --gf-ctrl-color-hover: var(--gf-ctrl-color);
        --gf-ctrl-color-focus: var(--gf-ctrl-color);
        --gf-ctrl-color-disabled: rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.6);
        --gf-ctrl-color-error: var(--gf-ctrl-color);
        --gf-ctrl-icon-color: var(--gf-color-in-ctrl-dark-lighter);
        --gf-ctrl-icon-color-hover: var(--gf-color-in-ctrl-dark-darker);
        --gf-ctrl-icon-color-focus: var(--gf-ctrl-icon-color-hover);
        --gf-ctrl-icon-color-disabled: var(--gf-ctrl-icon-color);
        --gf-ctrl-shadow: 0 1px 4px rgba(18, 25, 97, 0.0779552);
        --gf-ctrl-accent-color: var(--gf-color-in-ctrl-primary);
        --gf-ctrl-appearance: none;
        --gf-ctrl-size-sm: 35px;
        --gf-ctrl-size-md: 38px;
        --gf-ctrl-size-lg: 47px;
        --gf-ctrl-size-xl: 54px;
        --gf-ctrl-size: var(--gf-ctrl-size-md);
        --gf-ctrl-padding-x: var(--gf-padding-x);
        --gf-ctrl-padding-y: 0;
        --gf-ctrl-transition: var(--gf-transition-ctrl);
        --gf-ctrl-font-family: var(--gf-font-family-primary);
        --gf-ctrl-font-size: var(--gf-font-size-primary);
        --gf-ctrl-font-style: var(--gf-font-style-base);
        --gf-ctrl-font-weight: var(--gf-font-weight-primary);
        --gf-ctrl-letter-spacing: var(--gf-letter-spacing-primary);
        --gf-ctrl-line-height: var(--gf-ctrl-size);
        --gf-ctrl-placeholder-color: rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.7);
        --gf-ctrl-placeholder-font-family: var(--gf-ctrl-font-family);
        --gf-ctrl-placeholder-font-size: var(--gf-ctrl-font-size);
        --gf-ctrl-placeholder-font-style: var(--gf-ctrl-font-style);
        --gf-ctrl-placeholder-font-weight: var(--gf-ctrl-font-weight);
        --gf-ctrl-placeholder-letter-spacing: var(--gf-ctrl-letter-spacing);
        --gf-ctrl-placeholder-opacity: 1
    }

    .gform-theme--framework {
        --gf-ctrl-readonly-color: var(--gf-ctrl-color);
        --gf-ctrl-readonly-font-family: var(--gf-ctrl-font-family);
        --gf-ctrl-readonly-font-size: var(--gf-ctrl-font-size);
        --gf-ctrl-readonly-font-style: var(--gf-ctrl-font-style);
        --gf-ctrl-readonly-font-weight: 500;
        --gf-ctrl-readonly-letter-spacing: var(--gf-ctrl-letter-spacing);
        --gf-ctrl-readonly-line-height: 1
    }

    .gform-theme--framework {
        --gf-ctrl-btn-radius: var(--gf-radius);
        --gf-ctrl-btn-shadow: 0 1px 4px rgba(18, 25, 97, 0.0779552);
        --gf-ctrl-btn-shadow-hover: var(--gf-ctrl-btn-shadow);
        --gf-ctrl-btn-shadow-focus: var(--gf-ctrl-btn-shadow);
        --gf-ctrl-btn-shadow-disabled: var(--gf-ctrl-btn-shadow);
        --gf-ctrl-btn-opacity: 1;
        --gf-ctrl-btn-opacity-disabled: 0.5;
        --gf-ctrl-btn-size-xs: 30px;
        --gf-ctrl-btn-size-sm: var(--gf-ctrl-size-sm);
        --gf-ctrl-btn-size-md: var(--gf-ctrl-size-md);
        --gf-ctrl-btn-size-lg: var(--gf-ctrl-size-lg);
        --gf-ctrl-btn-size-xl: var(--gf-ctrl-size-xl);
        --gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);
        --gf-ctrl-btn-padding-x-xs: 8px;
        --gf-ctrl-btn-padding-x-sm: 12px;
        --gf-ctrl-btn-padding-x-md: 16px;
        --gf-ctrl-btn-padding-x-lg: 20px;
        --gf-ctrl-btn-padding-x-xl: 24px;
        --gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);
        --gf-ctrl-btn-padding-y: 0;
        --gf-ctrl-btn-font-family: var(--gf-font-family-base);
        --gf-ctrl-btn-font-size-xs: 12px;
        --gf-ctrl-btn-font-size-sm: 14px;
        --gf-ctrl-btn-font-size-md: 14px;
        --gf-ctrl-btn-font-size-lg: 16px;
        --gf-ctrl-btn-font-size-xl: 16px;
        --gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);
        --gf-ctrl-btn-font-style: var(--gf-font-style-base);
        --gf-ctrl-btn-font-weight: 500;
        --gf-ctrl-btn-letter-spacing: var(--gf-letter-spacing-primary);
        --gf-ctrl-btn-line-height: 1;
        --gf-ctrl-btn-text-decoration: none;
        --gf-ctrl-btn-text-transform: none;
        --gf-ctrl-btn-icon: none;
        --gf-ctrl-btn-icon-font-size: var(--gf-icon-font-size);
        --gf-ctrl-btn-icon-gap: 6px;
        --gf-ctrl-btn-icon-transition: var(--gf-ctrl-transition);
        --gf-ctrl-btn-bg-color-primary: var(--gf-color-primary);
        --gf-ctrl-btn-bg-color-hover-primary: var(--gf-color-primary-darker);
        --gf-ctrl-btn-bg-color-focus-primary: var(--gf-ctrl-btn-bg-color-primary);
        --gf-ctrl-btn-bg-color-disabled-primary: var(--gf-ctrl-btn-bg-color-primary);
        --gf-ctrl-btn-border-color-primary: transparent;
        --gf-ctrl-btn-border-color-hover-primary: transparent;
        --gf-ctrl-btn-border-color-focus-primary: var(--gf-ctrl-btn-bg-color-hover-primary);
        --gf-ctrl-btn-border-color-disabled-primary: transparent;
        --gf-ctrl-btn-border-style-primary: solid;
        --gf-ctrl-btn-border-width-primary: 1px;
        --gf-ctrl-btn-color-primary: var(--gf-color-primary-contrast);
        --gf-ctrl-btn-color-hover-primary: var(--gf-ctrl-btn-color-primary);
        --gf-ctrl-btn-color-focus-primary: var(--gf-ctrl-btn-color-primary);
        --gf-ctrl-btn-color-disabled-primary: var(--gf-ctrl-btn-color-primary);
        --gf-ctrl-btn-icon-color-primary: var(--gf-ctrl-btn-color-primary);
        --gf-ctrl-btn-icon-color-hover-primary: var(--gf-ctrl-btn-icon-color-primary);
        --gf-ctrl-btn-icon-color-focus-primary: var(--gf-ctrl-btn-icon-color-primary);
        --gf-ctrl-btn-icon-color-disabled-primary: var(--gf-ctrl-btn-icon-color-primary);
        --gf-ctrl-btn-bg-color-secondary: var(--gf-color-secondary);
        --gf-ctrl-btn-bg-color-hover-secondary: var(--gf-color-secondary-darker);
        --gf-ctrl-btn-bg-color-focus-secondary: var(--gf-ctrl-btn-bg-color-secondary);
        --gf-ctrl-btn-bg-color-disabled-secondary: var(--gf-ctrl-btn-bg-color-secondary);
        --gf-ctrl-btn-border-color-secondary: var(--gf-color-in-ctrl-light-darker);
        --gf-ctrl-btn-border-color-hover-secondary: var(--gf-ctrl-btn-border-color-secondary);
        --gf-ctrl-btn-border-color-focus-secondary: var(--gf-ctrl-btn-bg-color-hover-primary);
        --gf-ctrl-btn-border-color-disabled-secondary: var(--gf-ctrl-btn-border-color-secondary);
        --gf-ctrl-btn-border-style-secondary: solid;
        --gf-ctrl-btn-border-width-secondary: 1px;
        --gf-ctrl-btn-color-secondary: var(--gf-color-secondary-contrast);
        --gf-ctrl-btn-color-hover-secondary: var(--gf-ctrl-btn-color-secondary);
        --gf-ctrl-btn-color-focus-secondary: var(--gf-ctrl-btn-color-secondary);
        --gf-ctrl-btn-color-disabled-secondary: var(--gf-ctrl-btn-color-secondary);
        --gf-ctrl-btn-icon-color-secondary: var(--gf-ctrl-icon-color);
        --gf-ctrl-btn-icon-color-hover-secondary: var(--gf-ctrl-btn-icon-color-secondary);
        --gf-ctrl-btn-icon-color-focus-secondary: var(--gf-ctrl-btn-icon-color-secondary);
        --gf-ctrl-btn-icon-color-disabled-secondary: var(--gf-ctrl-btn-icon-color-secondary);
        --gf-ctrl-btn-bg-color-ctrl: var(--gf-color-in-ctrl-primary);
        --gf-ctrl-btn-bg-color-hover-ctrl: var(--gf-color-in-ctrl-primary-darker);
        --gf-ctrl-btn-bg-color-focus-ctrl: var(--gf-ctrl-btn-bg-color-ctrl);
        --gf-ctrl-btn-bg-color-disabled-ctrl: var(--gf-ctrl-btn-bg-color-ctrl);
        --gf-ctrl-btn-border-color-ctrl: transparent;
        --gf-ctrl-btn-border-color-hover-ctrl: transparent;
        --gf-ctrl-btn-border-color-focus-ctrl: var(--gf-ctrl-btn-bg-color-hover-ctrl);
        --gf-ctrl-btn-border-color-disabled-ctrl: transparent;
        --gf-ctrl-btn-border-style-ctrl: solid;
        --gf-ctrl-btn-border-width-ctrl: 1px;
        --gf-ctrl-btn-color-ctrl: var(--gf-color-in-ctrl-primary-contrast);
        --gf-ctrl-btn-color-hover-ctrl: var(--gf-ctrl-btn-color-ctrl);
        --gf-ctrl-btn-color-focus-ctrl: var(--gf-ctrl-btn-color-ctrl);
        --gf-ctrl-btn-color-disabled-ctrl: var(--gf-ctrl-btn-color-ctrl);
        --gf-ctrl-btn-icon-color-ctrl: var(--gf-ctrl-btn-color-ctrl);
        --gf-ctrl-btn-icon-color-hover-ctrl: var(--gf-ctrl-btn-icon-color-ctrl);
        --gf-ctrl-btn-icon-color-focus-ctrl: var(--gf-ctrl-btn-icon-color-ctrl);
        --gf-ctrl-btn-icon-color-disabled-ctrl: var(--gf-ctrl-btn-icon-color-ctrl);
        --gf-ctrl-btn-bg-color-simple: transparent;
        --gf-ctrl-btn-bg-color-hover-simple: var(--gf-ctrl-btn-bg-color-simple);
        --gf-ctrl-btn-bg-color-focus-simple: var(--gf-ctrl-btn-bg-color-simple);
        --gf-ctrl-btn-bg-color-disabled-simple: var(--gf-ctrl-btn-bg-color-simple);
        --gf-ctrl-btn-border-color-simple: transparent;
        --gf-ctrl-btn-border-color-hover-simple: var(--gf-ctrl-btn-border-color-simple);
        --gf-ctrl-btn-border-color-focus-simple: var(--gf-ctrl-border-color-focus);
        --gf-ctrl-btn-border-color-disabled-simple: var(--gf-ctrl-btn-border-color-simple);
        --gf-ctrl-btn-border-style-simple: solid;
        --gf-ctrl-btn-border-width-simple: 1px;
        --gf-ctrl-btn-color-simple: rgba(var(--gf-color-out-ctrl-dark-rgb), 0.65);
        --gf-ctrl-btn-color-hover-simple: var(--gf-color-out-ctrl-dark);
        --gf-ctrl-btn-color-focus-simple: var(--gf-ctrl-btn-color-hover-simple);
        --gf-ctrl-btn-color-disabled-simple: var(--gf-ctrl-btn-color-simple);
        --gf-ctrl-btn-shadow-simple: none;
        --gf-ctrl-btn-shadow-hover-simple: var(--gf-ctrl-btn-shadow-simple);
        --gf-ctrl-btn-shadow-focus-simple: var(--gf-ctrl-btn-shadow-simple);
        --gf-ctrl-btn-shadow-disabled-simple: var(--gf-ctrl-btn-shadow-simple);
        --gf-ctrl-btn-size-simple: 24px;
        --gf-ctrl-btn-icon-color-simple: rgba(var(--gf-color-out-ctrl-dark-rgb), 0.9);
        --gf-ctrl-btn-icon-color-hover-simple: var(--gf-ctrl-btn-color-hover-simple);
        --gf-ctrl-btn-icon-color-focus-simple: var(--gf-ctrl-btn-color-focus-simple);
        --gf-ctrl-btn-icon-color-disabled-simple: var(--gf-ctrl-btn-color-disabled-simple)
    }

    .gform-theme--framework {
        --gf-ctrl-choice-check-color: var(--gf-color-in-ctrl-primary);
        --gf-ctrl-choice-check-color-disabled: rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.2);
        --gf-ctrl-choice-size-sm: 18px;
        --gf-ctrl-choice-size-md: 20px;
        --gf-ctrl-choice-size-lg: 22px;
        --gf-ctrl-choice-size-xl: 28px;
        --gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);
        --gf-ctrl-checkbox-check-radius: var(--gf-ctrl-radius-max-sm);
        --gf-ctrl-checkbox-check-size-sm: 12px;
        --gf-ctrl-checkbox-check-size-md: initial;
        --gf-ctrl-checkbox-check-size-lg: 15px;
        --gf-ctrl-checkbox-check-size-xl: 19px;
        --gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);
        --gf-ctrl-radio-check-radius: 50%;
        --gf-ctrl-radio-check-content: "";
        --gf-ctrl-radio-check-size-sm: 6px;
        --gf-ctrl-radio-check-size-md: 7px;
        --gf-ctrl-radio-check-size-lg: 8px;
        --gf-ctrl-radio-check-size-xl: 10px;
        --gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md)
    }

    .gform-theme--framework {
        --gf-ctrl-date-picker-bg-color: var(--gf-ctrl-bg-color);
        --gf-ctrl-date-picker-shadow: 0 0 1px rgba(18, 25, 97, 0.24), 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03);
        --gf-ctrl-date-picker-padding-y: 16px 12px;
        --gf-ctrl-date-picker-padding-y-viewport-sm: 16px;
        --gf-ctrl-date-picker-padding-x: 12px;
        --gf-ctrl-date-picker-padding-x-viewport-sm: 16px;
        --gf-ctrl-date-picker-margin-y-start: 12px;
        --gf-ctrl-date-picker-radius: var(--gf-ctrl-radius-max-md);
        --gf-ctrl-date-picker-width: 250px;
        --gf-ctrl-date-picker-width-viewport-sm: 300px;
        --gf-ctrl-date-picker-header-icons-width: 20px;
        --gf-ctrl-date-picker-header-icons-color: var(--gf-ctrl-icon-color);
        --gf-ctrl-date-picker-header-icons-color-hover: var(--gf-ctrl-icon-color-hover);
        --gf-ctrl-date-picker-header-icons-font-size: 20px;
        --gf-ctrl-date-picker-title-color: var(--gf-color-secondary-contrast);
        --gf-ctrl-date-picker-title-font-size: 12px;
        --gf-ctrl-date-picker-title-font-size-viewport-sm: 14px;
        --gf-ctrl-date-picker-title-font-weight: 500;
        --gf-ctrl-date-picker-title-gap: 4px;
        --gf-ctrl-date-picker-title-gap-viewport-sm: 8px;
        --gf-ctrl-date-picker-title-line-height: 1.5;
        --gf-ctrl-date-picker-title-margin-x: 4px;
        --gf-ctrl-date-picker-title-margin-x-viewport-sm: 8px;
        --gf-ctrl-date-picker-dropdown-bg-img: var(--gf-icon-ctrl-select);
        --gf-ctrl-date-picker-dropdown-bg-position: var(--gf-ctrl-select-icon-position);
        --gf-ctrl-date-picker-dropdown-bg-size: var(--gf-ctrl-select-icon-size);
        --gf-ctrl-date-picker-dropdown-border-color: var(--gf-color-in-ctrl-light-darker);
        --gf-ctrl-date-picker-dropdown-border-style: var(--gf-ctrl-border-style);
        --gf-ctrl-date-picker-dropdown-border-width: var(--gf-ctrl-border-width);
        --gf-ctrl-date-picker-dropdown-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        --gf-ctrl-date-picker-dropdown-text-align: start;
        --gf-ctrl-date-picker-table-margin-y-start: 16px;
        --gf-ctrl-date-picker-table-margin-y-end: 0;
        --gf-ctrl-date-picker-head-cell-font-size: 12px;
        --gf-ctrl-date-picker-head-cell-font-weight: 600;
        --gf-ctrl-date-picker-head-cell-line-height: 1.33;
        --gf-ctrl-date-picker-cell-padding: 1px;
        --gf-ctrl-date-picker-cell-padding-y: 6px;
        --gf-ctrl-date-picker-cell-padding-y-viewport-sm: var(--gf-ctrl-date-picker-cell-padding);
        --gf-ctrl-date-picker-cell-height: 29px;
        --gf-ctrl-date-picker-cell-height-viewport-sm: 40px;
        --gf-ctrl-date-picker-cell-font-size: 14px;
        --gf-ctrl-date-picker-cell-font-weight: 400;
        --gf-ctrl-date-picker-cell-line-height: 1.43;
        --gf-ctrl-date-picker-cell-content-align-items: center;
        --gf-ctrl-date-picker-cell-content-bg-color-disabled: transparent;
        --gf-ctrl-date-picker-cell-content-bg-color-hover: #f4f8ff;
        --gf-ctrl-date-picker-cell-content-bg-color-selected: var(--gf-color-in-ctrl-primary);
        --gf-ctrl-date-picker-cell-content-border: var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-color-in-ctrl-primary);
        --gf-ctrl-date-picker-cell-content-radius: var(--gf-ctrl-radius-max-md);
        --gf-ctrl-date-picker-cell-content-color: var(--gf-color-secondary-contrast);
        --gf-ctrl-date-picker-cell-content-color-disabled: #cfd3d9;
        --gf-ctrl-date-picker-cell-content-color-hover: var(--gf-ctrl-date-picker-cell-content-color);
        --gf-ctrl-date-picker-cell-content-color-selected: var(--gf-color-in-ctrl-primary-contrast);
        --gf-ctrl-date-picker-cell-content-width: 27px;
        --gf-ctrl-date-picker-cell-content-width-viewport-sm: 100%
    }

    .gform-theme--framework {
        --gf-ctrl-desc-color: var(--gf-color-out-ctrl-dark);
        --gf-ctrl-desc-font-family: var(--gf-font-family-tertiary);
        --gf-ctrl-desc-font-size: var(--gf-font-size-tertiary);
        --gf-ctrl-desc-font-style: var(--gf-font-style-tertiary);
        --gf-ctrl-desc-font-weight: var(--gf-font-weight-tertiary);
        --gf-ctrl-desc-letter-spacing: var(--gf-letter-spacing-tertiary);
        --gf-ctrl-desc-line-height: var(--gf-line-height-tertiary);
        --gf-ctrl-desc-color-error: var(--gf-color-danger);
        --gf-ctrl-desc-font-family-error: var(--gf-ctrl-desc-font-family);
        --gf-ctrl-desc-font-size-error: var(--gf-ctrl-desc-font-size);
        --gf-ctrl-desc-font-style-error: var(--gf-ctrl-desc-font-style);
        --gf-ctrl-desc-font-weight-error: var(--gf-ctrl-desc-font-weight);
        --gf-ctrl-desc-letter-spacing-error: var(--gf-ctrl-desc-letter-spacing);
        --gf-ctrl-desc-line-height-error: var(--gf-ctrl-desc-line-height);
        --gf-ctrl-desc-border-color-consent: var(--gf-color-out-ctrl-light-darker);
        --gf-ctrl-desc-border-color-consent-focus: var(--gf-ctrl-border-color-focus);
        --gf-ctrl-desc-border-style-consent: solid;
        --gf-ctrl-desc-border-width-consent: 1px;
        --gf-ctrl-desc-max-height-consent: 456px
    }

    .gform-theme--framework {
        --gf-ctrl-file-padding-x: 0 var(--gf-ctrl-padding-x);
        --gf-ctrl-file-btn-bg-color: var(--gf-color-secondary-darker);
        --gf-ctrl-file-btn-bg-color-hover: var(--gf-color-secondary);
        --gf-ctrl-file-btn-bg-color-focus: var(--gf-ctrl-file-btn-bg-color);
        --gf-ctrl-file-btn-bg-color-disabled: var(--gf-ctrl-file-btn-bg-color);
        --gf-ctrl-file-btn-border-inline-end-width: 1px;
        --gf-ctrl-file-btn-border-inline-end-style: solid;
        --gf-ctrl-file-btn-border-inline-end-color: var(--gf-ctrl-border-color);
        --gf-ctrl-file-btn-border-inline-end-color-hover: var(--gf-ctrl-file-btn-border-inline-end-color);
        --gf-ctrl-file-btn-border-inline-end-color-focus: var(--gf-ctrl-file-btn-border-inline-end-color);
        --gf-ctrl-file-btn-border-inline-end-color-disabled: var(--gf-ctrl-file-btn-border-inline-end-color);
        --gf-ctrl-file-btn-radius: var(--gf-ctrl-radius);
        --gf-ctrl-file-btn-color: rgba(var(--gf-color-secondary-contrast-rgb), 0.725);
        --gf-ctrl-file-btn-color-hover: var(--gf-ctrl-file-btn-color);
        --gf-ctrl-file-btn-color-focus: var(--gf-ctrl-file-btn-color);
        --gf-ctrl-file-btn-color-disabled: var(--gf-ctrl-file-btn-color);
        --gf-ctrl-file-btn-font-family: var(--gf-font-family-base);
        --gf-ctrl-file-btn-font-size: 14px;
        --gf-ctrl-file-btn-font-style: var(--gf-font-style-base);
        --gf-ctrl-file-btn-font-weight: 500;
        --gf-ctrl-file-btn-letter-spacing: var(--gf-letter-spacing-primary);
        --gf-ctrl-file-btn-line-height: 1.43;
        --gf-ctrl-file-btn-text-decoration: none;
        --gf-ctrl-file-btn-text-transform: none;
        --gf-ctrl-file-btn-margin-x: 0 12px;
        --gf-ctrl-file-btn-padding-x: 12px;
        --gf-ctrl-file-btn-transition: var(--gf-ctrl-transition);
        --gf-ctrl-file-zone-border-style: dashed;
        --gf-ctrl-file-zone-radius: var(--gf-ctrl-radius-max-lg);
        --gf-ctrl-file-zone-color: rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.725);
        --gf-ctrl-file-zone-height: auto;
        --gf-ctrl-file-zone-padding-x: 40px;
        --gf-ctrl-file-zone-padding-y: 40px;
        --gf-ctrl-file-zone-instructions-margin-y-end: 12px;
        --gf-ctrl-file-zone-font-weight: 500;
        --gf-ctrl-file-zone-line-height: 1;
        --gf-ctrl-file-zone-icon-color: var(--gf-color-in-ctrl-primary);
        --gf-ctrl-file-zone-icon-font-size: 36px;
        --gf-ctrl-file-zone-icon-margin-y-end: 8px;
        --gf-ctrl-file-prog-ui-gap: 12px;
        --gf-ctrl-file-prog-ui-size: var(--gf-icon-font-size);
        --gf-ctrl-file-prog-bar-bg-color: var(--gf-color-out-ctrl-light);
        --gf-ctrl-file-prog-bar-bg-color-loading: var(--gf-color-primary);
        --gf-ctrl-file-prog-bar-height: 6px;
        --gf-ctrl-file-prog-bar-radius: var(--gf-radius);
        --gf-ctrl-file-prog-bar-transition: var(--gf-transition-ctrl);
        --gf-ctrl-file-prog-text-color: var(--gf-ctrl-desc-color);
        --gf-ctrl-file-prog-text-min-width: 33px;
        --gf-ctrl-file-prog-text-font-size: 12px;
        --gf-ctrl-file-prog-btn-inset-y-start: -2px;
        --gf-ctrl-file-prog-btn-inset-x-end: -2px;
        --gf-ctrl-file-prog-btn-position: absolute;
        --gf-ctrl-file-prog-btn-font-size-cancel: 0;
        --gf-ctrl-file-prog-btn-icon-size: var(--gf-icon-font-size);
        --gf-ctrl-file-prog-btn-icon-color-complete: var(--gf-color-success);
        --gf-ctrl-file-prev-area-gap: 16px;
        --gf-ctrl-file-prev-area-margin-y-start: 16px;
        --gf-ctrl-file-prev-font-family: var(--gf-font-family-secondary);
        --gf-ctrl-file-prev-font-size: var(--gf-font-size-secondary);
        --gf-ctrl-file-prev-font-style: var(--gf-font-style-secondary);
        --gf-ctrl-file-prev-font-weight: var(--gf-font-weight-secondary);
        --gf-ctrl-file-prev-letter-spacing: var(--gf-letter-spacing-secondary);
        --gf-ctrl-file-prev-line-height: 1;
        --gf-ctrl-file-prev-gap: 4px;
        --gf-ctrl-file-prev-name-color: var(--gf-ctrl-label-color-primary);
        --gf-ctrl-file-prev-name-line-height: var(--gf-line-height-secondary);
        --gf-ctrl-file-prev-name-overflow: hidden;
        --gf-ctrl-file-prev-name-padding-x-end: calc(var(--gf-ctrl-file-prog-btn-icon-size) + var(--gf-ctrl-file-prog-text-min-width) + calc(var(--gf-ctrl-file-prog-ui-gap)*2));
        --gf-ctrl-file-prev-name-text-overflow: ellipsis;
        --gf-ctrl-file-prev-name-white-space: nowrap;
        --gf-ctrl-file-prev-size-color: var(--gf-ctrl-desc-color)
    }

    .gform-theme--framework {
        --gf-ctrl-label-color-primary: var(--gf-color-out-ctrl-dark-darker);
        --gf-ctrl-label-font-family-primary: var(--gf-font-family-secondary);
        --gf-ctrl-label-font-size-primary: var(--gf-font-size-secondary);
        --gf-ctrl-label-font-style-primary: var(--gf-font-style-secondary);
        --gf-ctrl-label-font-weight-primary: var(--gf-font-weight-secondary);
        --gf-ctrl-label-letter-spacing-primary: var(--gf-letter-spacing-secondary);
        --gf-ctrl-label-line-height-primary: var(--gf-line-height-secondary);
        --gf-ctrl-label-color-secondary: var(--gf-color-out-ctrl-dark-darker);
        --gf-ctrl-label-font-family-secondary: var(--gf-font-family-secondary);
        --gf-ctrl-label-font-size-secondary: var(--gf-font-size-secondary);
        --gf-ctrl-label-font-style-secondary: var(--gf-font-style-secondary);
        --gf-ctrl-label-font-weight-secondary: 400;
        --gf-ctrl-label-letter-spacing-secondary: var(--gf-letter-spacing-secondary);
        --gf-ctrl-label-line-height-secondary: var(--gf-line-height-secondary);
        --gf-ctrl-label-color-tertiary: var(--gf-color-out-ctrl-dark);
        --gf-ctrl-label-font-family-tertiary: var(--gf-font-family-tertiary);
        --gf-ctrl-label-font-size-tertiary: var(--gf-font-size-tertiary);
        --gf-ctrl-label-font-style-tertiary: var(--gf-font-style-tertiary);
        --gf-ctrl-label-font-weight-tertiary: var(--gf-font-weight-tertiary);
        --gf-ctrl-label-letter-spacing-tertiary: var(--gf-letter-spacing-tertiary);
        --gf-ctrl-label-line-height-tertiary: var(--gf-line-height-tertiary);
        --gf-ctrl-label-color-quaternary: var(--gf-color-out-ctrl-dark);
        --gf-ctrl-label-font-family-quaternary: var(--gf-font-family-tertiary);
        --gf-ctrl-label-font-size-quaternary: var(--gf-font-size-secondary);
        --gf-ctrl-label-font-style-quaternary: var(--gf-font-style-tertiary);
        --gf-ctrl-label-font-weight-quaternary: var(--gf-font-weight-secondary);
        --gf-ctrl-label-letter-spacing-quaternary: var(--gf-letter-spacing-tertiary);
        --gf-ctrl-label-line-height-quaternary: var(--gf-line-height-tertiary);
        --gf-ctrl-label-color-req: var(--gf-color-danger);
        --gf-ctrl-label-font-family-req: var(--gf-ctrl-label-font-family-primary);
        --gf-ctrl-label-font-size-req: 12px;
        --gf-ctrl-label-font-style-req: var(--gf-ctrl-label-font-style-primary);
        --gf-ctrl-label-font-weight-req: var(--gf-ctrl-label-font-weight-primary);
        --gf-ctrl-label-letter-spacing-req: var(--gf-ctrl-label-letter-spacing-primary);
        --gf-ctrl-label-line-height-req: var(--gf-ctrl-label-line-height-primary)
    }

    .gform-theme--framework {
        --gf-ctrl-number-spin-btn-appearance: var(--gf-ctrl-appearance);
        --gf-ctrl-number-spin-btn-bg-position: center center;
        --gf-ctrl-number-spin-btn-bg-size: 8px 14px;
        --gf-ctrl-number-spin-btn-width: 8px;
        --gf-ctrl-number-spin-btn-opacity: 1
    }

    .gform-theme--framework {
        --gf-ctrl-select-icon: var(--gf-icon-ctrl-select);
        --gf-ctrl-select-icon-hover: var(--gf-ctrl-select-icon);
        --gf-ctrl-select-icon-focus: var(--gf-ctrl-select-icon);
        --gf-ctrl-select-icon-disabled: var(--gf-ctrl-select-icon);
        --gf-ctrl-select-icon-position: calc(100% - var(--gf-ctrl-padding-x)) center;
        --gf-ctrl-select-icon-size: 10px;
        --gf-ctrl-select-ms-expand: none;
        --gf-ctrl-select-padding-x: var(--gf-ctrl-padding-x) calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x));
        --gf-ctrl-multiselect-height: 130px;
        --gf-ctrl-multiselect-radius: var(--gf-ctrl-radius-max-lg);
        --gf-ctrl-multiselect-line-height: 1.5;
        --gf-ctrl-multiselect-padding-y: var(--gf-padding-y);
        --gf-ctrl-select-dropdown-border-color: transparent;
        --gf-ctrl-select-dropdown-radius: var(--gf-ctrl-radius-max-md);
        --gf-ctrl-select-dropdown-shadow: 0 0 1px rgba(18, 25, 97, 0.24), 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03);
        --gf-ctrl-select-dropdown-option-bg-color-hover: var(--gf-color-in-ctrl-light-lighter);
        --gf-ctrl-select-dropdown-option-shadow-hover: inset 3px 0 0 var(--gf-color-in-ctrl-primary);
        --gf-ctrl-select-search-icon-size: var(--gf-icon-font-size);
        --gf-ctrl-select-search-icon-position: var(--gf-ctrl-padding-x) center;
        --gf-ctrl-select-search-padding-x: calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x) + 8px) var(--gf-ctrl-padding-x);
        --gf-ctrl-multiselect-close-icon-size: var(--gf-icon-font-size);
        --gf-ctrl-multiselect-close-icon-inset-y-start: calc(50% - (var(--gf-ctrl-multiselect-close-icon-size)/2));
        --gf-ctrl-multiselect-close-icon-inset-x-end: calc((var(--gf-ctrl-padding-x)/2) + 2px);
        --gf-ctrl-multiselect-selected-item-bg-color: var(--gf-color-in-ctrl-primary);
        --gf-ctrl-multiselect-selected-item-radius: 33px;
        --gf-ctrl-multiselect-selected-item-color: var(--gf-color-in-ctrl-primary-contrast);
        --gf-ctrl-multiselect-selected-item-font-size: var(--gf-ctrl-font-size);
        --gf-ctrl-multiselect-selected-item-font-weight: 600;
        --gf-ctrl-multiselect-selected-item-remove-icon-color: var(--gf-color-in-ctrl-primary-contrast)
    }

    .gform-theme--framework {
        --gf-ctrl-textarea-height: 130px;
        --gf-ctrl-textarea-radius: var(--gf-ctrl-radius-max-lg);
        --gf-ctrl-textarea-line-height: 1.5;
        --gf-ctrl-textarea-padding-y: var(--gf-padding-y);
        --gf-ctrl-textarea-resize: vertical
    }

    .gform-theme--framework {
        --gf-field-date-ctrl-padding-x-end: calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 4px);
        --gf-field-date-icon-color: var(--gf-ctrl-icon-color);
        --gf-field-date-icon-color-hover: var(--gf-ctrl-icon-color-hover);
        --gf-field-date-icon-transition: var(--gf-ctrl-transition);
        --gf-field-date-custom-icon-max-height: 16px;
        --gf-field-date-custom-icon-max-width: 16px;
        --gf-field-date-custom-icon-opacity: 0.6;
        --gf-field-date-custom-icon-opacity-hover: 1
    }

    .gform-theme--framework {
        --gf-field-choice-gap: var(--gf-label-space-x-secondary);
        --gf-field-choice-align-x-gap-y: var(--gf-field-choice-gap);
        --gf-field-choice-align-x-gap-x: 16px;
        --gf-field-choice-meta-margin-y-start: 4px;
        --gf-field-choice-meta-space: 16px;
        --gf-field-choice-other-ctrl-max-width: 256px;
        --gf-field-img-choice-aspect-ratio: 1/1;
        --gf-field-img-choice-gap: var(--gf-field-gap-x);
        --gf-field-img-choice-margin-y-end: 12px;
        --gf-field-img-choice-placeholder-icon-font-size: 60px;
        --gf-field-img-choice-radius-square: var(--gf-ctrl-radius-max-sm);
        --gf-field-img-choice-radius-round: 50%;
        --gf-field-img-choice-shadow: 0 0 0 rgba(18, 25, 97, 0.05), 0 2px 5px rgba(18, 25, 97, 0.1), 0 1px 1px rgba(18, 25, 97, 0.15);
        --gf-field-img-choice-shadow-hover: 0 0 1px rgba(18, 25, 97, 0.24), 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03);
        --gf-field-img-choice-size-sm: 125px;
        --gf-field-img-choice-size-md: 200px;
        --gf-field-img-choice-size-lg: 300px;
        --gf-field-img-choice-size: var(--gf-field-img-choice-size-md);
        --gf-field-img-choice-card-placeholder-bg-color: rgba(var(--gf-color-in-ctrl-light-rgb), 0.05);
        --gf-field-img-choice-card-placeholder-color: rgba(var(--gf-color-in-ctrl-dark-rgb), 0.4);
        --gf-field-img-choice-card-check-ind-bg-color: var(--gf-color-in-ctrl-primary);
        --gf-field-img-choice-card-check-ind-icon-color: var(--gf-color-in-ctrl-primary-contrast);
        --gf-field-img-choice-card-space-sm: 8px;
        --gf-field-img-choice-card-space-md: 12px;
        --gf-field-img-choice-card-space-lg: 16px;
        --gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);
        --gf-field-img-choice-no-card-placeholder-bg-color: rgba(var(--gf-color-out-ctrl-light-rgb), 0.05);
        --gf-field-img-choice-no-card-placeholder-color: rgba(var(--gf-color-out-ctrl-dark-rgb), 0.4);
        --gf-field-img-choice-no-card-check-ind-bg-color: var(--gf-color-in-ctrl-primary);
        --gf-field-img-choice-no-card-check-ind-icon-color: var(--gf-color-in-ctrl-primary-contrast);
        --gf-field-img-choice-check-ind-icon: var(--gf-icon-ctrl-checkbox);
        --gf-field-img-choice-check-ind-radius: 50%;
        --gf-field-img-choice-check-ind-shadow: drop-shadow(0 1px 1px rgba(18, 25, 97, 0.15)) drop-shadow(0 2px 5px rgba(18, 25, 97, 0.1)) drop-shadow(0 0 0 rgba(18, 25, 97, 0.05));
        --gf-field-img-choice-check-ind-size-sm: 24px;
        --gf-field-img-choice-check-ind-size-md: 38px;
        --gf-field-img-choice-check-ind-size-lg: 64px;
        --gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);
        --gf-field-img-choice-check-ind-icon-size-sm: 12px;
        --gf-field-img-choice-check-ind-icon-size-md: var(--gf-icon-font-size);
        --gf-field-img-choice-check-ind-icon-size-lg: 30px;
        --gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);
        --gf-field-img-choice-ctrl-opacity: 1;
        --gf-field-img-choice-ctrl-opacity-disabled: 0.5;
        --gf-field-img-choice-other-ctrl-margin-y-start: 16px
    }

    .gform-theme--framework {
        --gf-field-list-btn-size: 16px;
        --gf-field-list-btn-radius: 50%;
        --gf-field-list-btn-font-size: 0;
        --gf-field-list-btn-padding-y: 0;
        --gf-field-list-btn-padding-x: 0
    }

    .gform-theme--framework {
        --gf-field-pg-prog-color: var(--gf-color-out-ctrl-dark);
        --gf-field-pg-prog-margin-y-end: 24px;
        --gf-field-pg-prog-title-margin-y-end: 16px;
        --gf-field-pg-prog-font-family: var(--gf-font-family-base);
        --gf-field-pg-prog-font-size: 14px;
        --gf-field-pg-prog-font-style: var(--gf-font-style-base);
        --gf-field-pg-prog-font-weight: 600;
        --gf-field-pg-prog-letter-spacing: 0;
        --gf-field-pg-prog-line-height: 1;
        --gf-field-pg-prog-text-transform: uppercase;
        --gf-field-pg-prog-bar-bg-color: var(--gf-color-out-ctrl-light);
        --gf-field-pg-prog-bar-bg-color-blue: #204ce5;
        --gf-field-pg-prog-bar-bg-color-gray: var(--gf-color-out-ctrl-dark);
        --gf-field-pg-prog-bar-bg-color-green: #31c48d;
        --gf-field-pg-prog-bar-bg-color-orange: #ff5a1f;
        --gf-field-pg-prog-bar-bg-color-red: #c02b0a;
        --gf-field-pg-prog-bar-bg-gradient-spring: linear-gradient(270deg, #9cd790 0%, #76d7db 100%);
        --gf-field-pg-prog-bar-bg-gradient-blues: linear-gradient(270deg, #00c2ff 0%, #7838e2 100%);
        --gf-field-pg-prog-bar-bg-gradient-rainbow: linear-gradient(274.73deg, #74b551 -5.58%, #f3ca30 44.81%, #cd302b 93.15%);
        --gf-field-pg-prog-bar-radius: 100px;
        --gf-field-pg-prog-bar-height: 10px;
        --gf-field-pg-steps-number-bg-color: transparent;
        --gf-field-pg-steps-number-bg-color-active: var(--gf-color-out-ctrl-light);
        --gf-field-pg-steps-number-bg-color-complete: var(--gf-color-primary);
        --gf-field-pg-steps-number-border-color: var(--gf-color-out-ctrl-light-darker);
        --gf-field-pg-steps-number-border-color-active: transparent;
        --gf-field-pg-steps-number-border-color-complete: var(--gf-color-primary);
        --gf-field-pg-steps-number-border-style: solid;
        --gf-field-pg-steps-number-border-width: 2px;
        --gf-field-pg-steps-number-radius: 50%;
        --gf-field-pg-steps-number-color: var(--gf-color-out-ctrl-dark);
        --gf-field-pg-steps-number-color-active: var(--gf-field-pg-steps-number-color);
        --gf-field-pg-steps-number-color-complete: var(--gf-color-primary-contrast);
        --gf-field-pg-steps-icon-font-size: var(--gf-icon-font-size);
        --gf-field-pg-steps-number-size: 32px;
        --gf-field-pg-steps-step-gap: 12px
    }

    .gform-theme--framework {
        --gf-field-pwd-ctrl-padding-x-end: calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 8px);
        --gf-field-pwd-str-bg-color: transparent;
        --gf-field-pwd-str-bg-color-mismatch: transparent;
        --gf-field-pwd-str-bg-color-short: transparent;
        --gf-field-pwd-str-bg-color-bad: transparent;
        --gf-field-pwd-str-bg-color-good: transparent;
        --gf-field-pwd-str-bg-color-strong: transparent;
        --gf-field-pwd-str-border-color: transparent;
        --gf-field-pwd-str-border-color-mismatch: transparent;
        --gf-field-pwd-str-border-color-short: transparent;
        --gf-field-pwd-str-border-color-bad: transparent;
        --gf-field-pwd-str-border-color-good: transparent;
        --gf-field-pwd-str-border-color-strong: transparent;
        --gf-field-pwd-str-border-style: var(--gf-ctrl-border-style);
        --gf-field-pwd-str-border-width: 0;
        --gf-field-pwd-str-radius: 0;
        --gf-field-pwd-str-color: var(--gf-color-out-ctrl-dark);
        --gf-field-pwd-str-color-mismatch: #c02b0a;
        --gf-field-pwd-str-color-short: #c02b0a;
        --gf-field-pwd-str-color-bad: #ff5a1f;
        --gf-field-pwd-str-color-good: #8b6c32;
        --gf-field-pwd-str-color-strong: #399f4b;
        --gf-field-pwd-str-margin-y-start: 16px;
        --gf-field-pwd-str-padding-y: 0;
        --gf-field-pwd-str-padding-x: calc(65px + 8px)0;
        --gf-field-pwd-str-font-family: var(--gf-font-family-secondary);
        --gf-field-pwd-str-font-size: var(--gf-font-size-primary);
        --gf-field-pwd-str-font-style: var(--gf-font-style-secondary);
        --gf-field-pwd-str-font-weight: var(--gf-font-weight-secondary);
        --gf-field-pwd-str-letter-spacing: var(--gf-letter-spacing-secondary);
        --gf-field-pwd-str-line-height: 1;
        --gf-field-pwd-str-text-align: start;
        --gf-field-pwd-str-transition: var(--gf-transition-ctrl);
        --gf-field-pwd-str-ind-bg-color: var(--gf-color-out-ctrl-light);
        --gf-field-pwd-str-ind-bg-color-mismatch: var(--gf-field-pwd-str-color-mismatch);
        --gf-field-pwd-str-ind-bg-color-short: var(--gf-field-pwd-str-color-short);
        --gf-field-pwd-str-ind-bg-color-bad: var(--gf-field-pwd-str-color-bad);
        --gf-field-pwd-str-ind-bg-color-good: var(--gf-field-pwd-str-color-good);
        --gf-field-pwd-str-ind-bg-color-strong: var(--gf-field-pwd-str-color-strong);
        --gf-field-pwd-str-ind-radius: var(--gf-radius);
        --gf-field-pwd-str-ind-display: inline-block;
        --gf-field-pwd-str-ind-inset-y-start: 50%;
        --gf-field-pwd-str-ind-inset-x-start: 0;
        --gf-field-pwd-str-ind-position: absolute;
        --gf-field-pwd-str-ind-height: 6px;
        --gf-field-pwd-str-ind-width: 65px;
        --gf-field-pwd-str-ind-width-blank: 0;
        --gf-field-pwd-str-ind-width-mismatch: 65px;
        --gf-field-pwd-str-ind-width-short: 22px;
        --gf-field-pwd-str-ind-width-bad: 37px;
        --gf-field-pwd-str-ind-width-good: 46px;
        --gf-field-pwd-str-ind-width-strong: 65px;
        --gf-field-pwd-str-ind-content: "";
        --gf-field-pwd-str-ind-transform: translateY(-50%);
        --gf-field-pwd-str-ind-transition: var(--gf-transition-ctrl)
    }

    .gform-theme--framework {
        --gf-field-prod-price-color: var(--gf-ctrl-label-color-primary);
        --gf-field-prod-quant-margin-y-end: var(--gf-field-gap-y);
        --gf-field-prod-quant-width: 150px
    }

    .gform-theme--framework {
        --gf-field-repeater-gap-y: var(--gf-form-gap-y);
        --gf-field-repeater-btn-inline-gap: var(--gf-form-gap-x);
        --gf-field-repeater-separator-color: var(--gf-color-out-ctrl-light-darker);
        --gf-field-repeater-separator-size: 1px;
        --gf-field-repeater-nested-border-color: var(--gf-color-out-ctrl-light-darker);
        --gf-field-repeater-nested-border-size: 1px;
        --gf-field-repeater-nested-border-style: solid;
        --gf-field-repeater-nested-padding-x-start: 20px
    }

    .gform-theme--framework {
        --gf-field-section-border-color: var(--gf-color-out-ctrl-light-darker);
        --gf-field-section-border-style: solid;
        --gf-field-section-border-width: 1px;
        --gf-field-section-padding-y-end: 8px
    }

    .gform-theme--framework {
        --gf-form-validation-bg-color: rgba(var(--gf-color-danger-rgb), 0.03);
        --gf-form-validation-border-color: rgba(var(--gf-color-danger-rgb), 0.25);
        --gf-form-validation-border-color-focus: var(--gf-color-danger);
        --gf-form-validation-border-width: 1px;
        --gf-form-validation-border-style: solid;
        --gf-form-validation-radius: var(--gf-ctrl-radius-max-md);
        --gf-form-validation-outline-color-focus: rgba(var(--gf-color-danger-rgb), 0.65);
        --gf-form-validation-outline-focus: var(--gf-ctrl-outline-width-focus) var(--gf-ctrl-outline-style) var(--gf-form-validation-outline-color-focus);
        --gf-form-validation-shadow: 0 1px 4px rgba(18, 25, 97, 0.0779552);
        --gf-form-validation-color: var(--gf-color-danger);
        --gf-form-validation-font-family: var(--gf-font-family-primary);
        --gf-form-validation-font-size: var(--gf-font-size-primary);
        --gf-form-validation-line-height: 1.43;
        --gf-form-validation-gap: 8px;
        --gf-form-validation-margin-y: 0 var(--gf-form-gap-y);
        --gf-form-validation-padding-y: 20px;
        --gf-form-validation-padding-x: 16px;
        --gf-form-validation-heading-color: var(--gf-form-validation-color);
        --gf-form-validation-heading-font-family: var(--gf-form-validation-font-family);
        --gf-form-validation-heading-font-size: var(--gf-form-validation-font-size);
        --gf-form-validation-heading-font-weight: 500;
        --gf-form-validation-heading-line-height: var(--gf-form-validation-line-height);
        --gf-form-validation-heading-gap: 12px;
        --gf-form-validation-heading-icon-bg-color: rgba(var(--gf-color-danger-rgb), 0.05);
        --gf-form-validation-heading-icon-border-color: var(--gf-form-validation-border-color);
        --gf-form-validation-heading-icon-border-width: 2px;
        --gf-form-validation-heading-icon-border-style: var(--gf-form-validation-border-style);
        --gf-form-validation-heading-icon-radius: 50%;
        --gf-form-validation-heading-icon-color: var(--gf-form-validation-heading-color);
        --gf-form-validation-heading-icon-font-size: 18px;
        --gf-form-validation-heading-icon-size: 20px;
        --gf-form-validation-summary-color: var(--gf-form-validation-color);
        --gf-form-validation-summary-font-family: var(--gf-form-validation-font-family);
        --gf-form-validation-summary-font-size: var(--gf-form-validation-font-size);
        --gf-form-validation-summary-font-weight: 400;
        --gf-form-validation-summary-line-height: var(--gf-form-validation-line-height);
        --gf-form-validation-summary-margin-y-start: 4px;
        --gf-form-validation-summary-padding-x: 48px;
        --gf-form-validation-summary-item-link-text-decoration: underline
    }

    .gform-theme--framework {
        --gf-form-spinner-fg-color: var(--gf-color-primary);
        --gf-form-spinner-bg-color: rgba(var(--gf-color-primary-rgb), 0.1)
    }

    @font-face {
        font-family: gform-icons-orbital;
        src: url(data:application/font-woff2;base64,d09GMgABAAAAAAqYAAsAAAAAGLgAAApMAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAVBEICqcgn24BNgIkA4EcC1AABCAFhBYHIBv1E1GUalJK9kWCbSz8sYM+oLHjebEK8180t5Amxzv5/OOmfx9QS6oHqRhWSyqQdH9KB3Wh8yphJtBM1OhEvesXZ982/+pTy+FcNoVBcYxqwgKrqYe0I4CcTewzjaEFBgAu5oIA4OGcNTYVciwssFCbJlA6tYkdsAKyBK+fA5fe38+VNv92fxkcsHGdqk5Vp07lvez/919ocskeIOfKuSukCBKFAnK75UwV8Pj6VqizBbK2VvZvP615IPYWEiSKtezu1fZ5rwG5/CFZDgmQeWReAMvsGyH/gicBsLdHQhG2An/r5Z1Sp0VyjOWbIKV15FAdA5IslIPMV6BbOwV/yMz8BNq/9dIbSQKAWwrdRPr1CmGJNAJcKwRbSSYr370B8M0G/HZUcLsJju+lFCRXHDIoTsqdbF2Z4OjgSjeZKMFNKlWpQppVgbquqhWawDaST62PDWyM4VQxqvDiPkmULhXkQ0iSBCE/XxCScrEoQJ+uiQtUrS4ca4zR6oL1Fuo+UMsACloCi30RJC4v34mUG5a84OIa89Zj7/qte4UaW2GDm6mcRQ0eL3w/QQokLCZMvmocDrTBdiBbSqd7Ml0HyyLVsXnZsde7zeMqZz1XuZiuBI+2a4L0V+FAs10/vgVHdjQ7EAR76i7eVyQumlRrgoQBCGEdREeXOXGrSc5hfKnyHRMzi+gnJEMshkzuGRAhbvOx0U1jv+GGnmdkTCu+kIB/H0j1zRPSl+jpJTqFIaApKrFqvl657q9wWQ1xee1G9cYKSssAn7gcQoIhmflOafpTx0UIRKKm55fLUj8qNuwssw8Cb4o+QV7CE0ytjMKeFXbXUjznNNxubnqnBMKP2tyZ0qXK/EOaVcxROQq9sP3IM9D4KynaU7lyjkDGaowXsbuv9tfSbBju9QmIDNegczdTLew77ilbDubpqH0Cc5BtB85wtNa+XvWcrdRn4FreDT1ysezlo7K11S5Wjw9e7KGrbLU4kktltN6HGBSe5FeISEqlmghgGgSmtQ/t4GS0IKvIWFpjhujCeocw1gSpvbPZxdS5P0pWoYHI07BGL4D5NrQHRlYnRSf25SCE+vggk0ag0pcxXEtVR9BLuMfeWWt113b1lWRxPRF/9Ys/oxzL/di0h9gShV5dl5FGzn/QDkWR7a59h+SuA99JLbX3AMAoAspWDbmI+kTGKJjWTLPZD7QprVTzosKfyXgiMgHKgnBE9/hNN31oYXyzcDecxZW1xStnShvpHL8u5WqjjS9R3GC5o3zJltbGF62dFTxneVfkaxq7cc6HOdpCdy+4TpPvMibkkFBYdf9wWebPxEfJRPEU9p2BxBuWfE72LH5a84tDIPUqeN9g3eLSl8+9kgvldPeYnDZKYr9c87jLzukyFCfEEQ/WkfQy07PG9sjibH51YuO5EgpLJtE3GFdN8UWmRDKWNtgHkeA9QMxUSdaY6cKQ4vW3U4lCDhPf5Ym3SHf+3d6+exI/L5PVj6ayR9tudjQV+s2neKIZgMQ7kZJmyU6NvUCelIopOkYmJlCe/9ZLslT6JvBBayY+0vxwtjYLU+3SnV61gZISzqnExhYYkwVNeWGwO7h/3/q+cPu3WQ4d4rvzytC//7rL3r11kwoh2H6Xubt3jw4x4BKvV6nAfRsXXASN1T4HDFl/eLzq79WCLrRyfHufT9+6WC2aqTtelK3CpeC26vfssdlUoAJB6K8cnISlX8SdwXSFTBifGusV0pvM8GhSmqzjsMPaj4vPo41eH5IjeEq/7QujmL3bzHkMa+3b18p1L//Sv1zYgJhH+r2aaf2mBN/bfDXP/8s6Jld3UmweY962l4lauH1QqYmDlDEXWJ8xIfZChxBRlm6Tlk0bVBbl2+2RfkNG54HCrIsbyiJVJAbQrDlPs48fixUNDNNQIZoDWObJ4zbr3XOsbY+fMJDmx4oxMWJsNKg45vPsYZYelLUutpBk5waFHdvnHnf1WihbUSEKf1RIL0tOZVnwE0tpCPNE4axoYEKvXZ0+9eigMM7es94ER/G5hJel5Qz/1iSe37lR7zKbpyt8ppvNLr2jMSCgURCclaUHdk+eaHCZzDMUPjPMJpdBb5erwn0UEUqFXQ90Gdtxl727fn1ofn65DHW6y50Miasrii/WjhwZX6QtrqvTUrqkisGPr+Ox+PnF2iJ4BNC05zT42zM0UCvnqSTBMwBonsvtZTKd6RCSqEvfKuAiaIzrCYvhuHhOplUFznGQWcHJHNGZNAm4b19Aw3rPXdY2qLDNdtbDXmDB6JDMZ8B6Z202fSuuNJoSSImD46HIBwqQQsJElfjeL4JaFDRtxtnGNo0gqoW1WfRd2q/K5GXpC3WPmq5piuhtKpRpZ6ftiSJRkcguUhRS7TFR2jM/9ScRASRu9Hsdxncv8Zs7ZI3/bxg/y5Jnymvi4tbOrauaK9r4dx49KsgtLVMFZPQckbJbbRqgN/NXKyvNdcsjxZSCV+qyVQVWQ3t2buqHK6blP9DWpPPGSNvCbOsOjmGzrcff4/jK0SPL+cf3xhNZAp/QwVl4y3tERmSpo0fv9fVN43MaG/JubU/57bdCs2529h91A7J47N2tgONs+c7Art5Eu/qdgue6pMp3PRlU5XZXbb9f5d6tCnQZc3pkC2k2XcWq8A2LuXyeDwv7kBgAoEr7yFgiRICNPteYyzwSW/GS2qiCZSoqBcUyL+FsqGB4r3WeWF0titbeoliTDOFi++56+uSM/YKfPO3XL9ZsFcXqGnFe71OdXWuYlZdt8zKdKZsuMoNNM49AzFUhZOpwY9Ghpe8K9gLTzlxgQatDhUOGTw0RBO6tzeZPXoXk0NzkYx9wq1QpKYjCfD+lMJ0WOi852XBPl6W/Z7DoJX2WTtI5eN5/oUFDu+XfiWJCP3VHKLVl2M4iLDxE/HDC9kaPswqub4H2qONwyznrPlIiSeE++Fh43iUI3ktFy4+FR7nwoMPICPntt/smKcyLDISYMHPm8YjQCLn8+MxZdDmUt7H+BFQI2zJCYArBeqkGBppJ4+US0816P4cql6tqPVVVhhfJWfhBcTf2AnMFgVf5V3qBQEzS3+EQvOvXc2odh2mSO+MtblLqHOSdaFZzt+LB7IS0cbYOznMh3T67v/nvvP5I7U2PcAXc4Eh/NDnKoi6ivM0t4kJ6kgO7EDfyet6fF8f5rioIELzTcXWDT0NIryf+tAIA8MsU+6akcLnGtxNsCBvfmrAhqJcgE3W3SVIAa/wrFIEPMrlmXEadOoFbHYzDy5lPoMzc1srgBy/JebwfKYD/vNYHNLqTL/BV7RSiSFSD+UQRoBItgdfKEIyrJMd8BCmAP17rAw1yyRf47gEUMkmm8ytQZtrXu7xxaabV/E9JEuGEgFEYixFIwxC0oPkjMQ5Zapa7XWjC8O+X9Tenm2CHo5iNw2p3jxZmpMPU6aGpJf65dwjVcMAJ9wMUnJyxHeHPJ0W+p1NR1DLqvz4aIF+4vwtaOOHIYOGAyJVQKypvxgTTKuqSykwUu/50yGED)format("woff2");
        font-weight: 400;
        font-style: normal
    }

    .gform-orbital-icon--photograph:before {
        content: ""
    }

    .gform-orbital-icon--arrow-back:before {
        content: ""
    }

    .gform-orbital-icon--calendar-alt:before {
        content: ""
    }

    .gform-orbital-icon--selector:before {
        content: ""
    }

    .gform-orbital-icon--search:before {
        content: ""
    }

    .gform-orbital-icon--trash:before {
        content: ""
    }

    .gform-orbital-icon--cloud-upload-alt:before {
        content: ""
    }

    .gform-orbital-icon--arrow-up:before {
        content: ""
    }

    .gform-orbital-icon--arrow-down:before {
        content: ""
    }

    .gform-orbital-icon--arrow-left:before {
        content: ""
    }

    .gform-orbital-icon--arrow-right:before {
        content: ""
    }

    .gform-orbital-icon--arrow-narrow-right:before {
        content: ""
    }

    .gform-orbital-icon--arrow-sm-left:before {
        content: ""
    }

    .gform-orbital-icon--arrow-sm-right:before {
        content: ""
    }

    .gform-orbital-icon--save-as:before {
        content: ""
    }

    .gform-orbital-icon--minus-alt:before {
        content: ""
    }

    .gform-orbital-icon--plus-alt:before {
        content: ""
    }

    .gform-orbital-icon--eye-off:before {
        content: ""
    }

    .gform-orbital-icon--eye:before {
        content: ""
    }

    .gform-orbital-icon--check-circle:before {
        content: ""
    }

    .gform-orbital-icon--check-mark:before {
        content: ""
    }

    .gform-orbital-icon--check:before {
        content: ""
    }

    .gform-orbital-icon--check-mark-simple:before {
        content: ""
    }

    .gform-orbital-icon--exclamation-simple:before {
        content: ""
    }

    .gform-orbital-icon--information-simple:before {
        content: ""
    }

    .gform-orbital-icon--question-mark-simple:before {
        content: ""
    }

    .gform-orbital-icon--chevron-down:before {
        content: ""
    }

    .gform-orbital-icon--chevron-up:before {
        content: ""
    }

    .gform-orbital-icon--chevron-left:before {
        content: ""
    }

    .gform-orbital-icon--chevron-right:before {
        content: ""
    }

    .gform-orbital-icon--chevron-double-left:before {
        content: ""
    }

    .gform-orbital-icon--chevron-double-right:before {
        content: ""
    }

    .gform-orbital-icon--minus:before {
        content: ""
    }

    .gform-orbital-icon--x-circle:before {
        content: ""
    }

    .gform-orbital-icon--x:before {
        content: ""
    }

    .gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        color: var(--gf-ctrl-placeholder-color);
        font-family: var(--gf-ctrl-placeholder-font-family);
        font-size: var(--gf-ctrl-placeholder-font-size);
        font-style: var(--gf-ctrl-placeholder-font-style);
        font-weight: var(--gf-ctrl-placeholder-font-weight);
        letter-spacing: var(--gf-ctrl-placeholder-letter-spacing);
        opacity: var(--gf-ctrl-placeholder-opacity)
    }

    .gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        color: var(--gf-ctrl-placeholder-color);
        font-family: var(--gf-ctrl-placeholder-font-family);
        font-size: var(--gf-ctrl-placeholder-font-size);
        font-style: var(--gf-ctrl-placeholder-font-style);
        font-weight: var(--gf-ctrl-placeholder-font-weight);
        letter-spacing: var(--gf-ctrl-placeholder-letter-spacing);
        opacity: var(--gf-ctrl-placeholder-opacity)
    }

    .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        --gf-local-appearance: var(--gf-ctrl-appearance);
        --gf-local-bg-color: var(--gf-ctrl-bg-color);
        --gf-local-height: var(--gf-ctrl-size);
        --gf-local-radius: var(--gf-ctrl-radius);
        --gf-local-border-color: var(--gf-ctrl-border-color);
        --gf-local-border-width: var(--gf-ctrl-border-width);
        --gf-local-border-style: var(--gf-ctrl-border-style);
        --gf-local-border-block-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
        --gf-local-border-block-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
        --gf-local-border-inline-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
        --gf-local-border-inline-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
        --gf-local-color: var(--gf-ctrl-color);
        --gf-local-display: block;
        --gf-local-font-family: var(--gf-ctrl-font-family);
        --gf-local-font-size: var(--gf-ctrl-font-size);
        --gf-local-font-style: var(--gf-ctrl-font-style);
        --gf-local-font-weight: var(--gf-ctrl-font-weight);
        --gf-local-letter-spacing: var(--gf-ctrl-letter-spacing);
        --gf-local-line-height: var(--gf-ctrl-line-height);
        --gf-local-min-height: auto;
        --gf-local-outline-color: var(--gf-ctrl-outline-color);
        --gf-local-outline-offset: var(--gf-ctrl-outline-offset);
        --gf-local-outline-style: var(--gf-ctrl-outline-style);
        --gf-local-outline-width: var(--gf-ctrl-outline-width);
        --gf-local-padding-x: var(--gf-ctrl-padding-x);
        --gf-local-padding-y: var(--gf-ctrl-padding-y);
        --gf-local-shadow: var(--gf-ctrl-shadow);
        --gf-local-transition: var(--gf-ctrl-transition);
        --gf-local-width: 100%;
        -webkit-appearance: var(--gf-local-appearance);
        -moz-appearance: var(--gf-local-appearance);
        appearance: var(--gf-local-appearance);
        background-color: var(--gf-local-bg-color);
        block-size: var(--gf-local-height);
        border-block-end: var(--gf-local-border-block-end);
        border-block-start: var(--gf-local-border-block-start);
        border-inline-end: var(--gf-local-border-inline-end);
        border-inline-start: var(--gf-local-border-inline-start);
        border-radius: var(--gf-local-radius);
        box-shadow: var(--gf-local-shadow);
        color: var(--gf-local-color);
        display: var(--gf-local-display);
        font-family: var(--gf-local-font-family);
        font-size: var(--gf-local-font-size);
        font-style: var(--gf-local-font-style);
        font-weight: var(--gf-local-font-weight);
        inline-size: var(--gf-local-width);
        letter-spacing: var(--gf-local-letter-spacing);
        line-height: var(--gf-local-line-height);
        margin-block: 0;
        margin-inline: 0;
        min-block-size: var(--gf-local-min-height);
        outline-color: var(--gf-local-outline-color);
        outline-offset: var(--gf-local-outline-offset);
        outline-style: var(--gf-local-outline-style);
        outline-width: var(--gf-local-outline-width);
        padding-block: var(--gf-local-padding-y);
        padding-inline: var(--gf-local-padding-x);
        transition: var(--gf-local-transition)
    }

    .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
        --gf-local-bg-color: var(--gf-ctrl-bg-color-hover);
        --gf-local-border-color: var(--gf-ctrl-border-color-hover);
        --gf-local-color: var(--gf-ctrl-color-hover)
    }

    .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
        --gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
        --gf-local-border-color: var(--gf-ctrl-border-color-focus);
        --gf-local-color: var(--gf-ctrl-color-focus);
        --gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
        --gf-local-outline-width: var(--gf-ctrl-outline-width-focus)
    }

    .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled {
        --gf-local-bg-color: var(--gf-ctrl-bg-color-disabled);
        --gf-local-border-color: var(--gf-ctrl-border-color-disabled);
        --gf-local-color: var(--gf-ctrl-color-disabled)
    }

    .gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
        --gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
        --gf-local-border-color: var(--gf-ctrl-border-color-focus);
        --gf-local-color: var(--gf-ctrl-color-focus);
        --gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
        --gf-local-outline-width: var(--gf-ctrl-outline-width-focus)
    }

    .gform-theme--framework input[type].gform-text-input-reset:focus {
        --gf-local-border-color: var(--gf-ctrl-border-color-focus);
        --gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
        --gf-local-outline-width: var(--gf-ctrl-outline-width-focus)
    }

    .gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button,
    .gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-outer-spin-button {
        opacity: var(--gf-ctrl-number-spin-btn-opacity)
    }

    .gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button {
        -webkit-appearance: var(--gf-ctrl-number-spin-btn-appearance);
        appearance: var(--gf-ctrl-number-spin-btn-appearance);
        background-image: var(--gf-icon-ctrl-number);
        background-position: var(--gf-ctrl-number-spin-btn-bg-position);
        background-repeat: no-repeat;
        background-size: var(--gf-ctrl-number-spin-btn-bg-size);
        cursor: pointer;
        width: var(--gf-ctrl-number-spin-btn-width)
    }

    .gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
        --gf-local-border-color: var(--gf-ctrl-border-color-hover)
    }

    .gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)] {
        --gf-local-border-color: var(--gf-ctrl-border-color-focus);
        --gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
        --gf-local-outline-width: var(--gf-ctrl-outline-width-focus)
    }

    .gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)] {
        --gf-local-border-color: var(--gf-ctrl-border-color-focus)
    }

    .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        --gf-local-height: var(--gf-ctrl-choice-size);
        --gf-local-display: inline-grid;
        --gf-local-line-height: var(--gf-ctrl-choice-size);
        --gf-local-padding-y: 0;
        --gf-local-padding-x: 0;
        --gf-local-width: var(--gf-ctrl-choice-size);
        accent-color: var(--gf-ctrl-accent-color);
        opacity: 1;
        align-content: center;
        justify-content: center;
        place-content: center
    }

    .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,
    .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
        opacity: 0
    }

    .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before,
    .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
        opacity: 1
    }

    .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        --gf-local-radius: var(--gf-ctrl-checkbox-check-radius)
    }

    .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--gf-ctrl-choice-check-color);
        content: var(--gf-icon-ctrl-checkbox);
        font-size: var(--gf-ctrl-checkbox-check-size)
    }

    .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before {
        color: var(--gf-ctrl-choice-check-color-disabled)
    }

    .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
        background-color: var(--gf-ctrl-choice-check-color);
        block-size: var(--gf-ctrl-radio-check-size);
        border-radius: var(--gf-ctrl-radio-check-radius);
        content: var(--gf-ctrl-radio-check-content);
        inline-size: var(--gf-ctrl-radio-check-size)
    }

    .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before {
        background-color: var(--gf-ctrl-choice-check-color-disabled)
    }

    .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
        --gf-local-padding-x: var(--gf-ctrl-select-padding-x);
        background-image: var(--gf-ctrl-select-icon);
        background-position: var(--gf-ctrl-select-icon-position);
        background-repeat: no-repeat;
        background-size: var(--gf-ctrl-select-icon-size)
    }

    .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):hover {
        background-image: var(--gf-ctrl-select-icon-hover)
    }

    .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):focus {
        background-image: var(--gf-ctrl-select-icon-focus)
    }

    .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):disabled {
        background-image: var(--gf-ctrl-select-icon-disabled)
    }

    .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-expand {
        display: var(--gf-ctrl-select-ms-expand)
    }

    .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] option:checked {
        background: var(--gf-color-in-ctrl-light)
    }

    .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--gf-ctrl-multiselect-selected-item-remove-icon-color);
        content: var(--gf-icon-ctrl-cancel);
        display: inline-block;
        font-size: var(--gf-ctrl-multiselect-close-icon-size);
        height: 100%;
        width: 100%
    }

    .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus,
    .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        opacity: 1
    }

    .gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        --gf-local-color: var(--gf-ctrl-label-color-primary);
        --gf-local-display: flex;
        --gf-local-font-family: var(--gf-ctrl-label-font-family-primary);
        --gf-local-font-size: var(--gf-ctrl-label-font-size-primary);
        --gf-local-font-style: var(--gf-ctrl-label-font-style-primary);
        --gf-local-font-weight: var(--gf-ctrl-label-font-weight-primary);
        --gf-local-letter-spacing: var(--gf-ctrl-label-letter-spacing-primary);
        --gf-local-line-height: var(--gf-ctrl-label-line-height-primary);
        --gf-local-margin-y: 0;
        --gf-local-margin-x: 0;
        color: var(--gf-local-color);
        display: var(--gf-local-display);
        font-family: var(--gf-local-font-family);
        font-size: var(--gf-local-font-size);
        font-style: var(--gf-local-font-style);
        font-weight: var(--gf-local-font-weight);
        letter-spacing: var(--gf-local-letter-spacing);
        line-height: var(--gf-local-line-height);
        margin-block: var(--gf-local-margin-y);
        margin-inline: var(--gf-local-margin-x)
    }

    .gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        --gf-local-color: var(--gf-ctrl-label-color-secondary);
        --gf-local-display: block;
        --gf-local-font-family: var(--gf-ctrl-label-font-family-secondary);
        --gf-local-font-size: var(--gf-ctrl-label-font-size-secondary);
        --gf-local-font-style: var(--gf-ctrl-label-font-style-secondary);
        --gf-local-font-weight: var(--gf-ctrl-label-font-weight-secondary);
        --gf-local-letter-spacing: var(--gf-ctrl-label-letter-spacing-secondary);
        --gf-local-line-height: var(--gf-ctrl-label-line-height-secondary)
    }

    .gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        color: var(--gf-ctrl-label-color-req);
        display: inline-block;
        font-family: var(--gf-ctrl-label-font-family-req);
        font-size: var(--gf-ctrl-label-font-size-req);
        font-style: var(--gf-ctrl-label-font-style-req);
        font-weight: var(--gf-ctrl-label-font-weight-req);
        letter-spacing: var(--gf-ctrl-label-letter-spacing-req);
        line-height: var(--gf-ctrl-label-line-height-req)
    }

    .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        --gf-local-color: var(--gf-ctrl-desc-color);
        --gf-local-font-family: var(--gf-ctrl-desc-font-family);
        --gf-local-font-size: var(--gf-ctrl-desc-font-size);
        --gf-local-font-style: var(--gf-ctrl-desc-font-style);
        --gf-local-font-weight: var(--gf-ctrl-desc-font-weight);
        --gf-local-letter-spacing: var(--gf-ctrl-desc-letter-spacing);
        --gf-local-line-height: var(--gf-ctrl-desc-line-height);
        color: var(--gf-local-color);
        display: block;
        font-family: var(--gf-local-font-family);
        font-size: var(--gf-local-font-size);
        font-style: var(--gf-local-font-style);
        font-weight: var(--gf-local-font-weight);
        letter-spacing: var(--gf-local-letter-spacing);
        line-height: var(--gf-local-line-height)
    }

    .gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        border: var(--gf-ctrl-desc-border-width-consent) var(--gf-ctrl-desc-border-style-consent) var(--gf-ctrl-desc-border-color-consent);
        max-height: var(--gf-ctrl-desc-max-height-consent);
        outline-color: var(--gf-ctrl-outline-color);
        outline-offset: var(--gf-ctrl-outline-offset);
        outline-style: var(--gf-ctrl-outline-style);
        outline-width: var(--gf-ctrl-outline-width);
        overflow-y: auto;
        transition: var(--gf-ctrl-transition)
    }

    .gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
        border-color: var(--gf-ctrl-desc-border-color-consent-focus);
        outline-color: var(--gf-ctrl-outline-color-focus);
        outline-width: var(--gf-ctrl-outline-width-focus)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-primary);
        --gf-local-radius: var(--gf-ctrl-btn-radius);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-primary);
        --gf-local-border-style: var(--gf-ctrl-btn-border-style-primary);
        --gf-local-border-width: var(--gf-ctrl-btn-border-width-primary);
        --gf-local-border-block-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
        --gf-local-border-block-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
        --gf-local-border-inline-start: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
        --gf-local-border-inline-end: var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);
        --gf-local-shadow: var(--gf-ctrl-btn-shadow);
        --gf-local-color: var(--gf-ctrl-btn-color-primary);
        --gf-local-column-gap: var(--gf-ctrl-btn-icon-gap);
        --gf-local-cursor: pointer;
        --gf-local-display: inline-flex;
        --gf-local-font-style: var(--gf-ctrl-btn-font-style);
        --gf-local-font-weight: var(--gf-ctrl-btn-font-weight);
        --gf-local-font-size: var(--gf-ctrl-btn-font-size);
        --gf-local-font-family: var(--gf-ctrl-btn-font-family);
        --gf-local-height: auto;
        --gf-local-letter-spacing: var(--gf-ctrl-btn-letter-spacing);
        --gf-local-line-height: var(--gf-ctrl-btn-line-height);
        --gf-local-min-height: var(--gf-ctrl-btn-size);
        --gf-local-min-width: auto;
        --gf-local-opacity: var(--gf-ctrl-btn-opacity);
        --gf-local-padding-y: var(--gf-ctrl-btn-padding-y);
        --gf-local-padding-x: var(--gf-ctrl-btn-padding-x);
        --gf-local-text-decoration: var(--gf-ctrl-btn-text-decoration);
        --gf-local-text-transform: var(--gf-ctrl-btn-text-transform);
        --gf-local-width: auto;
        align-items: center;
        -moz-column-gap: var(--gf-local-column-gap);
        column-gap: var(--gf-local-column-gap);
        cursor: var(--gf-local-cursor);
        justify-content: center;
        min-inline-size: var(--gf-local-min-width);
        opacity: var(--gf-local-opacity);
        text-align: center;
        -webkit-text-decoration: var(--gf-local-text-decoration);
        text-decoration: var(--gf-local-text-decoration);
        text-transform: var(--gf-local-text-transform);
        vertical-align: top
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-primary);
        --gf-local-content: var(--gf-ctrl-btn-icon);
        --gf-local-font-size: var(--gf-ctrl-btn-icon-font-size);
        --gf-local-transition: var(--gf-ctrl-btn-icon-transition);
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--gf-local-color);
        content: var(--gf-local-content);
        font-size: var(--gf-local-font-size);
        transition: var(--gf-local-transition)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-primary);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-primary);
        --gf-local-shadow: var(--gf-ctrl-btn-shadow-hover);
        --gf-local-color: var(--gf-ctrl-btn-color-hover-primary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-hover-primary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-primary);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-primary);
        --gf-local-shadow: var(--gf-ctrl-btn-shadow-focus);
        --gf-local-color: var(--gf-ctrl-btn-color-focus-primary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-focus-primary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-primary);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-primary);
        --gf-local-shadow: var(--gf-ctrl-btn-shadow-disabled);
        --gf-local-color: var(--gf-ctrl-btn-color-disabled-primary);
        --gf-local-cursor: default;
        --gf-local-opacity: var(--gf-ctrl-btn-opacity-disabled)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-disabled-primary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-secondary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-secondary);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-secondary);
        --gf-local-color: var(--gf-ctrl-btn-color-hover-secondary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-hover-secondary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-secondary);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-secondary);
        --gf-local-color: var(--gf-ctrl-btn-color-focus-secondary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-focus-secondary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-secondary);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-secondary);
        --gf-local-color: var(--gf-ctrl-btn-color-disabled-secondary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-disabled-secondary)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-ctrl)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-ctrl);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-ctrl);
        --gf-local-color: var(--gf-ctrl-btn-color-hover-ctrl)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-hover-ctrl)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-ctrl);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-ctrl);
        --gf-local-color: var(--gf-ctrl-btn-color-focus-ctrl)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-focus-ctrl)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-ctrl);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-ctrl);
        --gf-local-color: var(--gf-ctrl-btn-color-disabled-ctrl)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-disabled-ctrl)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-simple)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-hover-simple);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-simple);
        --gf-local-shadow: var(--gf-ctrl-btn-shadow-hover-simple);
        --gf-local-color: var(--gf-ctrl-btn-color-hover-simple)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-hover-simple)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-focus-simple);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-focus-simple);
        --gf-local-shadow: var(--gf-ctrl-btn-shadow-focus-simple);
        --gf-local-color: var(--gf-ctrl-btn-color-focus-simple)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-focus-simple)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled {
        --gf-local-bg-color: var(--gf-ctrl-btn-bg-color-disabled-simple);
        --gf-local-border-color: var(--gf-ctrl-btn-border-color-disabled-simple);
        --gf-local-shadow: var(--gf-ctrl-btn-shadow-disabled-simple);
        --gf-local-color: var(--gf-ctrl-btn-color-disabled-simple)
    }

    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,
    .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before {
        --gf-local-color: var(--gf-ctrl-btn-icon-color-disabled-simple)
    }

    .gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::file-selector-button {
        --gf-local-bg-color: var(--gf-ctrl-file-btn-bg-color-hover);
        --gf-local-border-inline-end-color: var(--gf-ctrl-file-btn-border-inline-end-color-hover);
        --gf-local-color: var(--gf-ctrl-file-btn-color-hover)
    }

    .gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::file-selector-button {
        --gf-local-bg-color: var(--gf-ctrl-file-btn-bg-color-focus);
        --gf-local-border-inline-end-color: var(--gf-ctrl-file-btn-border-inline-end-color-focus);
        --gf-local-color: var(--gf-ctrl-file-btn-color-focus)
    }

    .gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::file-selector-button {
        --gf-local-bg-color: var(--gf-ctrl-file-btn-bg-color-disabled);
        --gf-local-border-inline-end-color: var(--gf-ctrl-file-btn-border-inline-end-color-disabled);
        --gf-local-color: var(--gf-ctrl-file-btn-color-disabled)
    }

    .gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::file-selector-button {
        --gf-local-bg-color: var(--gf-ctrl-file-btn-bg-color);
        --gf-local-border-inline-end-color: var(--gf-ctrl-file-btn-border-inline-end-color);
        --gf-local-border-inline-end-style: var(--gf-ctrl-file-btn-border-inline-end-style);
        --gf-local-border-inline-end-width: var(--gf-ctrl-file-btn-border-inline-end-width);
        --gf-local-border-inline-end: var(--gf-local-border-inline-end-width) var(--gf-local-border-inline-end-style) var(--gf-local-border-inline-end-color);
        --gf-local-color: var(--gf-ctrl-file-btn-color);
        background-color: var(--gf-local-bg-color);
        block-size: 100%;
        border: 0;
        border-end-start-radius: var(--gf-ctrl-file-btn-radius);
        border-inline-end: var(--gf-local-border-inline-end);
        border-start-start-radius: var(--gf-ctrl-file-btn-radius);
        color: var(--gf-local-color);
        font-family: var(--gf-ctrl-file-btn-font-family);
        font-size: var(--gf-ctrl-file-btn-font-size);
        font-style: var(--gf-ctrl-file-btn-font-style);
        font-weight: var(--gf-ctrl-file-btn-font-weight);
        inset-block-start: calc(var(--gf-ctrl-border-width)*-1);
        letter-spacing: var(--gf-ctrl-file-btn-letter-spacing);
        line-height: var(--gf-ctrl-file-btn-line-height);
        margin-inline: var(--gf-ctrl-file-btn-margin-x);
        padding-block: 0;
        padding-inline: var(--gf-ctrl-file-btn-padding-x);
        position: relative;
        -webkit-text-decoration: var(--gf-ctrl-file-btn-text-decoration);
        text-decoration: var(--gf-ctrl-file-btn-text-decoration);
        text-transform: var(--gf-ctrl-file-btn-text-transform);
        transition: var(--gf-ctrl-file-btn-transition)
    }

    .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload, .gfield--type-post_image) .gform_drop_area::before {
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--gf-ctrl-file-zone-icon-color);
        content: var(--gf-icon-ctrl-file);
        display: block;
        font-size: var(--gf-ctrl-file-zone-icon-font-size);
        margin-block-end: var(--gf-ctrl-file-zone-icon-margin-y-end)
    }

    .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload, .gfield--type-post_image) .ginput_preview .gfield_fileupload_progress::after {
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        block-size: var(--gf-ctrl-file-prog-btn-icon-size);
        color: var(--gf-ctrl-file-prog-btn-icon-color-complete);
        content: var(--gf-icon-ctrl-file-completed);
        font-size: var(--gf-ctrl-file-prog-btn-icon-size);
        inline-size: var(--gf-ctrl-file-prog-btn-icon-size);
        min-inline-size: var(--gf-ctrl-file-prog-btn-icon-size);
        opacity: 0
    }

    .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload, .gfield--type-post_image) .ginput_preview .gfield_fileupload_progress_complete::after {
        opacity: 1
    }

    .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload, .gfield--type-post_image) .ginput_preview .gform_delete_file .dashicons::before {
        --gf-ctrl-btn-icon: var(--gf-icon-ctrl-file-remove)
    }

    .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload, .gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel::before {
        --gf-ctrl-btn-icon: var(--gf-icon-ctrl-file-cancel)
    }

    .gform-theme--framework.ui-datepicker .ui-datepicker-next::before,
    .gform-theme--framework.ui-datepicker .ui-datepicker-prev::before {
        --gf-local-color: var(--gf-ctrl-date-picker-header-icons-color);
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-image: none;
        border: none;
        color: var(--gf-local-color);
        font-size: var(--gf-ctrl-date-picker-header-icons-font-size);
        inset: unset;
        transform: unset
    }

    .gform-theme--framework.ui-datepicker .ui-datepicker-prev::before {
        content: var(--gf-icon-ctrl-datepicker-left)
    }

    .gform-theme--framework.ui-datepicker .ui-datepicker-next::before {
        content: var(--gf-icon-ctrl-datepicker-right)
    }

    .gform-theme--framework.ui-datepicker .ui-datepicker-next-hover::before,
    .gform-theme--framework.ui-datepicker .ui-datepicker-prev-hover::before {
        --gf-local-color: var(--gf-ctrl-date-picker-header-icons-color-hover)
    }

    .gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover {
        --gf-local-bg-color: var(--gf-ctrl-date-picker-cell-content-bg-color-hover);
        --gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-hover)
    }

    .gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:focus {
        --gf-local-border: var(--gf-ctrl-date-picker-cell-content-border)
    }

    .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:focus,
    .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:hover {
        --gf-local-color: var(--gf-ctrl-date-picker-cell-content-color-selected)
    }

    .gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before,
    .gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before {
        transform: none
    }

    .gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before {
        content: var(--gf-icon-ctrl-datepicker-right)
    }

    .gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before {
        content: var(--gf-icon-ctrl-datepicker-left)
    }

    .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
        line-height: 1
    }

    .gform-theme--framework .gfield--type-choice .ginput_container_consent {
        display: inline-grid;
        gap: var(--gf-field-choice-meta-space)0;
        grid-template-columns: minmax(var(--gf-ctrl-choice-size), max-content) auto
    }

    .gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after {
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        align-items: center;
        block-size: var(--gf-field-img-choice-check-ind-size);
        border-radius: var(--gf-field-img-choice-check-ind-radius);
        content: var(--gf-field-img-choice-check-ind-icon);
        display: flex;
        filter: var(--gf-field-img-choice-check-ind-shadow);
        font-size: var(--gf-field-img-choice-check-ind-icon-size);
        inline-size: var(--gf-field-img-choice-check-ind-size);
        justify-content: center;
        position: absolute;
        z-index: 5
    }

    .gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after {
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        align-items: center;
        block-size: var(--gf-field-img-choice-check-ind-size);
        border-radius: var(--gf-field-img-choice-check-ind-radius);
        content: var(--gf-field-img-choice-check-ind-icon);
        display: flex;
        filter: var(--gf-field-img-choice-check-ind-shadow);
        font-size: var(--gf-field-img-choice-check-ind-icon-size);
        inline-size: var(--gf-field-img-choice-check-ind-size);
        justify-content: center;
        position: absolute;
        z-index: 5
    }

    .gform-theme--framework .gfield--type-image_choice .gchoice:where(:has(input:checked))::after {
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        align-items: center;
        block-size: var(--gf-field-img-choice-check-ind-size);
        border-radius: var(--gf-field-img-choice-check-ind-radius);
        content: var(--gf-field-img-choice-check-ind-icon);
        display: flex;
        filter: var(--gf-field-img-choice-check-ind-shadow);
        font-size: var(--gf-field-img-choice-check-ind-icon-size);
        inline-size: var(--gf-field-img-choice-check-ind-size);
        justify-content: center;
        position: absolute;
        z-index: 5
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before {
        border-block-end: var(--gf-local-border-block-end);
        border-block-start: var(--gf-local-border-block-start);
        border-inline-end: var(--gf-local-border-inline-end);
        border-inline-start: var(--gf-local-border-inline-start);
        border-radius: var(--gf-ctrl-radius)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover {
        --gf-local-bg-color: var(--gf-ctrl-bg-color-hover)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover .gform-field-label {
        --gf-local-color: var(--gf-ctrl-color-hover)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within {
        --gf-local-bg-color: var(--gf-ctrl-bg-color-focus)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within .gform-field-label {
        --gf-local-color: var(--gf-ctrl-color-focus)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] {
        --gf-local-bg-color: var(--gf-ctrl-bg-color-disabled);
        --gf-local-border-color: var(--gf-ctrl-border-color-disabled)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled) {
        --gf-local-bg-color: var(--gf-ctrl-bg-color-disabled);
        --gf-local-border-color: var(--gf-ctrl-border-color-disabled)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gform-field-label {
        --gf-local-color: var(--gf-ctrl-color-disabled)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled) .gform-field-label {
        --gf-local-color: var(--gf-ctrl-color-disabled)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after {
        background-color: var(--gf-field-img-choice-card-check-ind-bg-color);
        color: var(--gf-field-img-choice-card-check-ind-icon-color)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
        background-color: var(--gf-field-img-choice-card-check-ind-bg-color);
        color: var(--gf-field-img-choice-card-check-ind-icon-color)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after {
        background-color: var(--gf-field-img-choice-no-card-check-ind-bg-color);
        color: var(--gf-field-img-choice-no-card-check-ind-icon-color)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after {
        background-color: var(--gf-field-img-choice-no-card-check-ind-bg-color);
        color: var(--gf-field-img-choice-no-card-check-ind-icon-color)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before {
        content: "";
        display: block;
        inset-block: 0;
        inset-inline: 0;
        position: absolute;
        transition: var(--gf-transition-ctrl);
        z-index: 1
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover,
    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:hover .gfield-choice-image-wrapper {
        --gf-local-shadow: var(--gf-field-img-choice-shadow-hover)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within,
    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper {
        --gf-local-border-color: var(--gf-ctrl-border-color-focus);
        --gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
        --gf-local-outline-width: var(--gf-ctrl-outline-width-focus)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)],
    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper {
        --gf-local-shadow: none
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled),
    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper {
        --gf-local-shadow: none
    }

    .gform-theme--framework .gfield--type-image_choice .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper {
        opacity: var(--gf-field-img-choice-ctrl-opacity-disabled)
    }

    .gform-theme--framework .gfield--type-image_choice .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper {
        opacity: var(--gf-field-img-choice-ctrl-opacity-disabled)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper::before {
        border-radius: var(--gf-field-img-choice-radius-square)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after {
        inset-block-start: calc(var(--gf-field-img-choice-card-space) + 10px);
        inset-inline-end: calc(var(--gf-field-img-choice-card-space) + 10px)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
        inset-block-start: calc(var(--gf-field-img-choice-card-space) + 10px);
        inset-inline-end: calc(var(--gf-field-img-choice-card-space) + 10px)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after {
        inset-block-start: 10px;
        inset-inline-end: 10px
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after {
        inset-block-start: 10px;
        inset-inline-end: 10px
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper::before {
        border-radius: var(--gf-field-img-choice-radius-round)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after {
        inset-block-start: var(--gf-field-img-choice-card-space);
        inset-inline-end: var(--gf-field-img-choice-card-space)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
        inset-block-start: var(--gf-field-img-choice-card-space);
        inset-inline-end: var(--gf-field-img-choice-card-space)
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after {
        inset-block-start: 0;
        inset-inline-end: 0
    }

    .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after {
        inset-block-start: 0;
        inset-inline-end: 0
    }

    .gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image::before {
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: var(--gf-icon-ctrl-img-choice-placeholder);
        font-size: var(--gf-field-img-choice-placeholder-icon-font-size);
        inset-block-start: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%)
    }

    .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date::after,
    .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
        margin-inline-start: calc(var(--gf-ctrl-padding-x)*-1);
        pointer-events: none;
        transform: translateX(-100%);
        transition: var(--gf-field-date-icon-transition)
    }

    html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date::after,
    html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
        order: 1;
        transform: translateX(100%)
    }

    .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: var(--gf-field-date-icon-color);
        content: var(--gf-icon-ctrl-datepicker);
        display: inline-block;
        font-size: var(--gf-icon-font-size);
        inset-block-start: 0;
        inset-inline-start: 0
    }

    .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within::after,
    .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where([\:has\(input\:hover\)])::after {
        color: var(--gf-field-date-icon-color-hover)
    }

    .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within::after,
    .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where(:has(input:hover))::after {
        color: var(--gf-field-date-icon-color-hover)
    }

    .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within img {
        opacity: var(--gf-field-date-custom-icon-opacity-hover)
    }

    .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within img,
    .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where(:has(input:hover)) img {
        opacity: var(--gf-field-date-custom-icon-opacity-hover)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list, .gfield--input-type-list) button.add_list_item::before {
        --gf-local-content: var(--gf-icon-ctrl-list-item-add)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list, .gfield--input-type-list) button.delete_list_item::before {
        --gf-local-content: var(--gf-icon-ctrl-list-item-remove)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list, .gfield--input-type-list) .gfield_list_icons a:focus img,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list, .gfield--input-type-list) .gfield_list_icons a:hover img {
        opacity: 1
    }

    .gform-theme--framework .gf_step_completed .gf_step_number::after {
        font-family: var(--gf-icon-font-family) !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        speak: never;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: var(--gf-field-pg-steps-number-bg-color-complete);
        block-size: var(--gf-field-pg-steps-number-size);
        border: var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-field-pg-steps-number-border-color-complete);
        border-radius: var(--gf-field-pg-steps-number-radius);
        color: var(--gf-field-pg-steps-number-color-complete);
        content: var(--gf-icon-ctrl-pg-numbers-complete);
        display: inline-grid;
        font-size: var(--gf-field-pg-steps-icon-font-size);
        inline-size: var(--gf-field-pg-steps-number-size);
        inset-block-start: 0;
        inset-inline-start: 0;
        align-content: center;
        justify-content: center;
        place-content: center;
        position: absolute
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons::before,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::after,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::before {
        --gf-local-color: var(--gf-ctrl-icon-color)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover {
        --gf-local-color: var(--gf-ctrl-icon-color-hover)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons::before,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::after,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::before {
        --gf-local-color: var(--gf-ctrl-icon-color-hover)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus {
        --gf-local-color: var(--gf-ctrl-icon-color-focus)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons::before,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::after,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::before {
        --gf-local-color: var(--gf-ctrl-icon-color-focus)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled {
        --gf-local-color: var(--gf-ctrl-icon-color-disabled)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons::before,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::after,
    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::before {
        --gf-local-color: var(--gf-ctrl-icon-color-disabled)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-visibility::before {
        --gf-local-content: var(--gf-icon-ctrl-pwd-hidden)
    }

    .gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden::before {
        --gf-local-content: var(--gf-icon-ctrl-pwd-visible)
    }

    .gform-theme--framework .gfield_password_strength::after,
    .gform-theme--framework .gfield_password_strength::before {
        --gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color);
        --gf-local-height: var(--gf-field-pwd-str-ind-height);
        --gf-local-radius: var(--gf-field-pwd-str-ind-radius);
        --gf-local-content: var(--gf-field-pwd-str-ind-content);
        --gf-local-inset-y-start: var(--gf-field-pwd-str-ind-inset-y-start);
        --gf-local-inset-x-start: var(--gf-field-pwd-str-ind-inset-x-start);
        --gf-local-position: var(--gf-field-pwd-str-ind-position);
        --gf-local-transform: var(--gf-field-pwd-str-ind-transform);
        --gf-local-transition: none;
        --gf-local-width: var(--gf-field-pwd-str-ind-width);
        background-color: var(--gf-local-bg-color);
        block-size: var(--gf-local-height);
        border-radius: var(--gf-local-radius);
        content: var(--gf-local-content);
        display: var(--gf-field-pwd-str-ind-display);
        inline-size: var(--gf-local-width);
        inset-block-start: var(--gf-local-inset-y-start);
        inset-inline-start: var(--gf-local-inset-x-start);
        position: var(--gf-local-position);
        transform: var(--gf-local-transform);
        transition: var(--gf-local-transition)
    }

    .gform-theme--framework .gfield_password_strength::after {
        --gf-local-transition: var(--gf-field-pwd-str-ind-transition);
        --gf-local-width: var(--gf-field-pwd-str-ind-width-blank)
    }

    .gform-theme--framework .gfield_password_strength.mismatch::after {
        --gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-mismatch);
        --gf-local-width: var(--gf-field-pwd-str-ind-width-mismatch)
    }

    .gform-theme--framework .gfield_password_strength.short::after {
        --gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-short);
        --gf-local-width: var(--gf-field-pwd-str-ind-width-short)
    }

    .gform-theme--framework .gfield_password_strength.bad::after {
        --gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-bad);
        --gf-local-width: var(--gf-field-pwd-str-ind-width-bad)
    }

    .gform-theme--framework .gfield_password_strength.good::after {
        --gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-good);
        --gf-local-width: var(--gf-field-pwd-str-ind-width-good)
    }

    .gform-theme--framework .gfield_password_strength.strong::after {
        --gf-local-bg-color: var(--gf-field-pwd-str-ind-bg-color-strong);
        --gf-local-width: var(--gf-field-pwd-str-ind-width-strong)
    }

    .gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item::before {
        background-color: var(--gf-field-repeater-separator-color);
        block-size: 1px;
        content: "";
        display: block;
        inline-size: 100%;
        inset-block-start: calc(0px - (var(--gf-field-repeater-gap-y)/2));
        position: absolute
    }

    .gform-theme--framework .gform_validation_errors:focus {
        border-color: var(--gf-form-validation-border-color-focus);
        outline: var(--gf-form-validation-outline-focus);
        outline-offset: var(--gf-ctrl-outline-offset)
    }

    .gform-theme--framework .gform_validation_errors .gform-icon::before {
        content: var(--gf-icon-tooltip-error)
    }

    .gform-theme--framework .gform_validation_errors ol a:focus {
        border-color: var(--gf-form-validation-border-color-focus);
        outline-color: var(--gf-form-validation-outline-color-focus);
        outline-width: var(--gf-ctrl-outline-width-focus)
    }

    .gform-theme--framework .gform_save_link::before {
        --gf-ctrl-btn-icon: var(--gf-icon-ctrl-save-continue)
    }

    .gform-theme--framework .field_description_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)) {
        margin-block-end: var(--gf-desc-choice-field-space)
    }

    .gform-theme--framework .field_description_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)) {
        margin-block-end: var(--gf-desc-choice-field-space)
    }

    .gform-theme--framework .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message) {
        margin-block-end: var(--gf-desc-choice-field-space)
    }

    .gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),
    .gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message),
    .gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),
    .gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message) {
        margin-block: 0 var(--gf-desc-choice-field-space)
    }

    @media (min-width:640px) {

        .gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),
        .gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message),
        .gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),
        .gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message) {
            margin-block: 0;
            padding-block: 0 var(--gf-desc-choice-field-space)
        }
    }

    .gform-theme--framework .gfield_list_group_item::before,
    .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
        --gf-local-margin-y: 0 var(--gf-label-space-primary)
    }

    .gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])),
    .gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])) {
        --gf-local-margin-y: 0 var(--gf-label-choice-field-space-primary)
    }

    .gform-theme--framework .gform-field-label--type-inline {
        --gf-local-margin-x: var(--gf-label-space-x-secondary)0;
        --gf-local-margin-y: var(--gf-label-space-y-secondary)0
    }
