#cc-main {
    background: transparent;
    color: var(--cc-primary-color);
    font-family: var(--cc-font-family);
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    position: fixed;
    z-index: var(--cc-z-index);
}
#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
    all: unset;
    box-sizing: border-box;
}
.next-cookies {
    --cc-modal-border-radius: 0.5rem;
    --cc-btn-border-radius: 12px;
    --cc-modal-transition-duration: 0.25s;
    --cc-modal-transition-easing: ease;
    --cc-link-color: var(--cc-btn-primary-bg);
    --cc-modal-margin: 1rem;
    --cc-z-index: 2147483647;
    --cc-bg: #fff;
    --cc-primary-color: #2c2f31;
    --cc-secondary-color: #5e6266;
    --cc-btn-primary-bg: #000;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
    --cc-btn-primary-hover-bg: #000;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
    --cc-btn-secondary-bg: #eaeaea;
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
    --cc-btn-secondary-hover-bg: #d4dae0;
    --cc-btn-secondary-hover-color: #000;
    --cc-btn-secondary-hover-border-color: #d4dae0;
    --cc-separator-border-color: #f0f4f7;
    --cc-toggle-on-bg: #35c36b;
    --cc-toggle-off-bg: #000;
    --cc-toggle-on-knob-bg: #fff;
    --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
    --cc-toggle-enabled-icon-color: var(--cc-bg);
    --cc-toggle-disabled-icon-color: var(--cc-bg);
    --cc-toggle-readonly-bg: #d5dee2;
    --cc-toggle-readonly-knob-bg: #fff;
    --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
    --cc-section-category-border: var(--cc-cookie-category-block-bg);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-border: #f0f4f7;
    --cc-cookie-category-block-hover-bg: #e9eff4;
    --cc-cookie-category-block-hover-border: #e9eff4;
    --cc-cookie-category-expanded-block-bg: transparent;
    --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
    --cc-overlay-bg: rgba(0, 0, 0, 0.65);
    --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
    --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
    --cc-footer-bg: var(--cc-btn-secondary-bg);
    --cc-footer-color: var(--cc-secondary-color);
    --cc-footer-border-color: #e4eaed;
    --cc-pm-toggle-border-radius: 4em;
}
.next-cookies{
    --box-max-width: 688px;
    --box-max-height: 600px;
    --bar-max-width: 464px;

    --buttons-gap: 6px;
    --buttons-padding: 12px 20px;
    --buttons-transition-duration: 0.15s;
    --buttons-transition-easing: ease;

    --toggles-dimensions: 36px;
    --toggles-right: 18px;
    --toggles-icon-scale: 0.55;
    --toggles-transition-duration: 0.25s;
    --toggles-transition-easing: ease;

    --sections-gap: 6px;
    --section-title-padding: 1.4em 5.4em 1.4em 3.4em;
    --section-title-height: 58px;
    --section-title-duration: 0.25s;
    --section-title-easing: ease;
    --desc-padding: 1em;
    --arrow-dimensions: 20px;
    --arrow-left: 18px;

    --close-dimensions: 40px;
    --close-transition-duration: 0.15s;
    --close-transition-easing: ease;

    --body-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
    --body-padding: 1em 1.4em;
    --title-gap: 32px;
}
#cc-main .cc__link:hover,
#cc-main a:hover {
    background-size: 100% 1px;
}
#cc-main .cc__link {
    color: var(--cc-link-color);
}
#cc-main .cm__desc,
#cc-main .pm__body {
    overscroll-behavior: auto contain;
    scrollbar-width: thin;
}
#cc-main .pm-wrapper {
    position: relative;
    z-index: 2;
}
#cc-main .pm {
    background: var(--cc-bg);
    border-radius: var(--cc-modal-border-radius);
    box-shadow: var(--backdrop-box-shadow);
    display: flex;
    flex-direction: column;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    width: 100%;
    width: unset;
    z-index: 1;
}
#cc-main svg {
    fill: none;
    width: 100%;
}
#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
    padding: var(--body-padding);
}
#cc-main .pm__header {
    align-items: center;
    border-bottom: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between;
}
#cc-main .pm__title {
    /*title typography*/
    align-items: center;
    display: flex;
    flex: 1;
    margin-right: var(--title-gap);
}
#cc-main .pm__close-btn {
    cursor: pointer;
    background: var(--cc-btn-secondary-bg);
    border: 1px solid var(--cc-btn-secondary-border-color);
    border-radius: var(--cc-btn-border-radius);
    height: var(--close-dimensions);
    position: relative;
    transition: all var(--close-transition-duration) var(--close-transition-easing);
    width: var(--close-dimensions);
}
#cc-main .pm__close-btn span {
    display: flex;
    height: 100%;
    width: 100%;
}
#cc-main .pm__close-btn svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(0.5);
    transition: stroke var(--close-transition-duration) var(--close-transition-easing);
}
#cc-main .pm__close-btn:hover {
    background: var(--cc-btn-secondary-hover-bg) !important;
}
#cc-main .pm__close-btn:hover svg {
    stroke: var(--cc-btn-secondary-hover-color) !important;
}
#cc-main .pm__body {
    flex: 1;
    overflow-y: auto;
    overflow-y: overlay;
}
#cc-main .pm__section,
#cc-main .pm__section--toggle {
    display: flex;
    flex-direction: column;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
    border: 1px solid var(--cc-cookie-category-block-border);
    border-radius: var(--cc-btn-border-radius);
    border-top: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    display: none;
    margin-top: 0 !important;
    overflow: hidden;
}
#cc-main .pm__section:first-child {
    border: none;
    margin-top: 0;
    padding: 0;
    transition: none;
}
#cc-main .pm__section--toggle {
    border-top: none;
    margin-bottom: var(--sections-gap);
}
.pm__section-title{
    /*section title typography*/
}
#cc-main .pm__section--toggle .pm__section-title {
    align-items: center;
    background: var(--cc-cookie-category-block-bg);
    border: 1px solid var(--cc-cookie-category-block-border);
    display: flex;
    justify-content: space-between;
    padding: var(--section-title-padding);
    position: relative;
    transition: background-color var(--section-title-duration) var(--section-title-easing), border-color var(--section-title-duration) var(--section-title-easing);
    width: 100%;
}
#cc-main .pm__section--toggle .pm__section-title:hover {
    background: var(--cc-cookie-category-block-hover-bg) !important;
}
.pm__section-desc{
    /*section description typography*/
}
#cc-main .pm__section--toggle .pm__section-desc {
    margin-top: 0;
    padding: var(--desc-padding);
}
#cc-main .pm__section--toggle.is-expanded {
    --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
    --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg);
}
#cc-main .pm__section--toggle.is-expanded .pm__section-title {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
    transform: scale(0.5) rotate(180deg);
}
#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
    display: flex;
}
#cc-main .pm__section--expandable .pm__section-title {
    cursor: pointer;
}
#cc-main .pm__section--expandable .pm__section-arrow {
    background: var(--cc-toggle-readonly-bg);
    border-radius: 100%;
    display: flex;
    height: var(--arrow-dimensions);
    justify-content: center;
    left: var(--arrow-left);
    pointer-events: none;
    position: absolute;
    width: var(--arrow-dimensions);
}
#cc-main .pm__section--expandable .pm__section-arrow svg {
    stroke: var(--cc-btn-secondary-color);
    transform: scale(0.5);
}
#cc-main .pm__section-title-wrapper {
    align-items: center;
    display: flex;
    position: relative;
}
#cc-main .pm__section-title {
    border-radius: var(--cc-btn-border-radius);
}
#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
    border-radius: var(--cc-pm-toggle-border-radius);
    height: calc(var(--toggles-dimensions)/2);
    transform: translateZ(0);
    width: var(--toggles-dimensions);
    margin-bottom: 0;
}
#cc-main .section__toggle-wrapper {
    cursor: pointer;
    position: absolute;
    right: var(--toggles-right);
    z-index: 1;
}
#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
    display: none !important;
}
#cc-main .section__toggle {
    border: 0;
    cursor: pointer;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
}
#cc-main .section__toggle:disabled {
    cursor: not-allowed;
}
#cc-main .toggle__icon {
    background: var(--cc-toggle-off-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
    display: flex;
    flex-direction: row;
    pointer-events: none;
    position: absolute;
    transition: all var(--toggles-transition-duration) var(--toggles-transition-easing);
}
#cc-main .toggle__icon-circle {
    background: var(--cc-toggle-off-knob-bg);
    border: none;
    border-radius: var(--cc-pm-toggle-border-radius);
    box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
    display: block;
    height: calc(var(--toggles-dimensions)/2);
    left: 0;
    position: absolute;
    top: 0;
    transition: transform var(--toggles-transition-duration) var(--toggles-transition-easing), background-color var(--toggles-transition-duration) var(--toggles-transition-easing);
    width: calc(var(--toggles-dimensions)/2);
}
#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
    height: 100%;
    position: absolute;
    transition: opacity 0.15s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cc-main .toggle__icon-on {
    opacity: 0;
    transform: rotate(45deg);
}
#cc-main .toggle__icon-on svg {
    stroke: var(--cc-toggle-on-bg);
    transform: scale(var(--toggles-icon-scale)) rotate(-45deg);
}
#cc-main .toggle__icon-off {
    opacity: 1;
}
#cc-main .toggle__icon-off svg {
    stroke: var(--cc-toggle-off-bg);
    transform: scale(var(--toggles-icon-scale));
}
#cc-main .section__toggle:checked ~ .toggle__icon {
    background: var(--cc-toggle-on-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
    background-color: var(--cc-toggle-on-knob-bg);
    transform: translateX(calc(100%));
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
    opacity: 1;
}
#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
    opacity: 0;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
    background: var(--cc-toggle-readonly-bg);
    box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
    background: var(--cc-toggle-readonly-knob-bg);
    box-shadow: none;
}
#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
    stroke: var(--cc-toggle-readonly-knob-icon-color);
}
#cc-main .toggle__label {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
}
#cc-main .pm__section-desc-wrapper {
    color: var(--cc-secondary-color);
    display: flex;
    flex-direction: column;
}
#cc-main .pm__section-desc-wrapper > :not(:last-child) {
    border-bottom: 1px solid var(--cc-cookie-category-block-border);
}
#cc-main .pm__footer {
    border-top: 1px solid var(--cc-separator-border-color);
    display: flex;
    justify-content: space-between;
}
#cc-main .pm__btn-group {
    display: flex;
}
#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
    margin-left: var(--buttons-gap);
}
#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-left: 0;
    margin-right: var(--buttons-gap);
}
#cc-main .pm__btn {
    font-size: 14px; /*buttons typography*/
    font-weight: 600;

    cursor: pointer;
    background: var(--cc-btn-primary-bg);
    border: 1px solid var(--cc-btn-primary-border-color);
    border-radius: var(--cc-btn-border-radius);
    color: var(--cc-btn-primary-color);
    flex: auto;
    padding: var(--buttons-padding);
    text-align: center;
    transition: background-color var(--buttons-transition-duration) var(--buttons-transition-easing), border-color var(--buttons-transition-duration) var(--buttons-transition-easing), color var(--buttons-transition-duration) var(--buttons-transition-easing);
}
#cc-main .pm__btn:hover {
    background: var(--cc-btn-primary-hover-bg) !important;
}
#cc-main .pm__btn--secondary {
    background: var(--cc-btn-secondary-bg);
    border-color: var(--cc-btn-secondary-border-color);
    color: var(--cc-btn-secondary-color);
}
#cc-main .pm__btn--secondary:hover {
    background: var(--cc-btn-secondary-hover-bg) !important;
}
#cc-main .pm--box {
    height: 100%;
    left: var(--cc-modal-margin);
    margin: 0 auto;
    max-height: var(--box-max-height);
    max-width: var(--box-max-width);
    right: var(--cc-modal-margin);
    top: 50%;
    transform: translateY(calc(-50% + 1.6em));
}
#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
    flex-direction: row-reverse;
}
#cc-main .pm--bar {
    border-radius: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    max-width: var(--bar-max-width);
    opacity: 1;
    top: 0;
    width: 100%;
}
#cc-main .pm--bar.pm--left {
    left: 0;
    transform: translateX(-100%);
}
#cc-main .pm--bar.pm--right {
    right: 0;
    transform: translateX(100%);
}
#cc-main .pm-overlay {
    background: var(--cc-overlay-bg);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
}
#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
    transition: opacity var(--cc-modal-transition-duration) var(--cc-modal-transition-easing), visibility var(--cc-modal-transition-duration) var(--cc-modal-transition-easing), transform var(--cc-modal-transition-duration) var(--cc-modal-transition-easing);
}
.show--preferences #cc-main .cc--anim .pm {
    opacity: 1;
    visibility: visible !important;
}
.show--preferences #cc-main .cc--anim .pm--box {
    transform: translateY(-50%);
}
.show--preferences #cc-main .cc--anim .pm--bar {
    transform: translateX(0);
}
.show--preferences #cc-main .cc--anim .pm-overlay {
    opacity: 1;
    visibility: visible;
}
@media (prefers-reduced-motion) {
    #cc-main {
        --cc-modal-transition-duration: 0s;
    }
}
@media screen and (max-width: 767px) {
    #cc-main .pm {
        border-radius: 0;
        bottom: 0;
        height: auto;
        left: 0;
        max-height: 100%;
        max-width: none !important;
        right: 0;
        top: 0;
        transform: translateY(1.6em);
    }
    #cc-main .pm__badge {
        display: none;
    }
    #cc-main .pm__section-table,
    #cc-main .pm__table-body,
    #cc-main .pm__table-caption,
    #cc-main .pm__table-td,
    #cc-main .pm__table-th,
    #cc-main .pm__table-tr {
        display: block;
    }
    #cc-main .pm__table-head {
        display: none;
    }
    #cc-main .pm__table-td > div {
        flex: 3;
    }
    #cc-main .pm__btn-group,
    #cc-main .pm__footer {
        flex-direction: column !important;
    }
    #cc-main .pm__btn-group {
        display: flex !important;
    }
    #cc-main .pm__btn + .pm__btn,
    #cc-main .pm__btn-group + .pm__btn-group {
        margin: var(--buttons-gap) 0 0 !important;
    }
    #cc-main .pm--flip .pm__btn + .pm__btn,
    #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
        margin-bottom: var(--buttons-gap) !important;
        margin-top: 0 !important;
    }
    #cc-main .pm--flip .pm__btn-group,
    #cc-main .pm--flip .pm__footer {
        flex-direction: column-reverse !important;
    }
    .show--preferences #cc-main .cc--anim .pm {
        transform: translateY(0) !important;
    }
}@layer bricks.reset, bricks.gutenberg, bricks.icons;@layer bricks{:root{--bricks-vh:1vh;--bricks-transition:all 0.2s;--bricks-color-primary:#ffd64f;--bricks-color-secondary:#fc5778;--bricks-text-dark:#212121;--bricks-text-medium:#616161;--bricks-text-light:#9e9e9e;--bricks-text-info:#00b0f4;--bricks-text-success:#11b76b;--bricks-text-warning:#ffa100;--bricks-text-danger:#fa4362;--bricks-bg-info:#e5f3ff;--bricks-bg-success:#e6f6ed;--bricks-bg-warning:#fff2d7;--bricks-bg-danger:#ffe6ec;--bricks-bg-dark:#263238;--bricks-bg-light:#f5f6f7;--bricks-border-color:#dddedf;--bricks-border-radius:4px;--bricks-tooltip-bg:#23282d;--bricks-tooltip-text:#eaecef}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}article,aside,figcaption,figure,footer,header,main,nav,section{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}code,kbd,samp{font-family:monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}.brxe-section{align-items:center;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;width:100%}@media (max-width:767px){.brxe-section{flex-wrap:wrap}}.brxe-section.has-bg-video{position:relative;z-index:1}.brxe-section.has-shape{position:relative}.brxe-section.bricks-lazy-hidden{background-image:none!important}.brxe-container{align-items:flex-start;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;width:1100px}@media (max-width:767px){.brxe-container{flex-wrap:wrap}}.brxe-container.has-bg-video{position:relative;z-index:1}.brxe-container.has-shape{position:relative}.brxe-container.bricks-lazy-hidden{background-image:none!important}.brxe-block{align-items:flex-start;display:flex;flex-direction:column;width:100%}@media (max-width:767px){.brxe-block{flex-wrap:wrap}}.brxe-block.has-bg-video{position:relative;z-index:1}.brxe-block.has-shape{position:relative}.brxe-block.bricks-lazy-hidden{background-image:none!important}.brxe-div.has-bg-video{position:relative;z-index:1}.brxe-div.has-shape{position:relative}.brxe-div.bricks-lazy-hidden{background-image:none!important}[class*=brxe-]{max-width:100%}:where([class*=brxe-].has-shape>*){position:relative}svg:not([width]){min-width:1em}svg:not([height]){min-height:1em}svg.fill *{fill:inherit}svg.stroke *{stroke:inherit}span[class*=brxe-]:not(.brxe-section):not(.brxe-container):not(.brxe-block):not(.brxe-div){width:auto}.bricks-element-placeholder{align-items:stretch;background-color:var(--bricks-bg-info);color:var(--bricks-text-info);display:flex;font-family:monospace;font-size:16px;font-weight:700;height:auto!important;line-height:1.4;max-width:100%!important;opacity:1!important;text-align:left;width:auto!important}.bricks-element-placeholder.no-php-class{padding:15px}.bricks-element-placeholder.no-php-class,.bricks-element-placeholder[data-type=error]{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}.bricks-element-placeholder[data-type=error] i{background-color:var(--bricks-text-danger)}.bricks-element-placeholder i{align-items:center;background-color:var(--bricks-text-info);color:#fff;display:flex!important;flex-direction:column;font-size:30px!important;justify-content:center;min-height:60px;min-width:80px;padding:0 15px}.bricks-element-placeholder a{text-decoration:underline}.bricks-element-placeholder .placeholder-inner{display:flex;flex-direction:column;justify-content:center;padding:15px 20px}.bricks-element-placeholder .placeholder-title{align-items:center;display:flex;font-size:17px;margin:0}.bricks-element-placeholder .placeholder-description{font-size:14px;margin-top:.5em}#brx-footer{background-position:50%;background-size:cover;flex-shrink:0;margin-top:auto;position:relative;width:100%}body.admin-bar .brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder){height:calc(var(--bricks-vh, 1vh)*100 - var(--wp-admin--admin-bar--height, 0));top:var(--wp-admin--admin-bar--height,0)}.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder){align-items:center;display:flex;flex-direction:column;height:100vh;height:calc(var(--bricks-vh, 1vh)*100);justify-content:center;left:0;position:fixed!important;top:0;width:100%;z-index:10000}.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder) .brx-popup-backdrop{background-color:rgba(0,0,0,.5);bottom:0;left:0;opacity:1;position:absolute;right:0;top:0;transition:all 1s ease-in-out;visibility:visible}.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder).builder{z-index:999}.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder).hide{opacity:0;pointer-events:none;visibility:hidden}.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder).hide .brx-popup-backdrop{opacity:0;visibility:hidden}.brx-infobox-popup-builder{--brx-info-box-width:300px;display:flex;flex-direction:column;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)!important;width:var(--brx-info-box-width)}.brx-popup-content{background-color:#fff;margin:0;max-width:100%;overflow-y:auto;padding:30px;z-index:1}.brx-popup-content.brx-woo-quick-view{width:auto}html{font-size:62.5%}*,:after,:before,html{box-sizing:border-box}:after,:before{outline:none}*{border-color:var(--bricks-border-color)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-position:50%;color:#363636;font-family:-apple-system,"system-ui",Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:15px;line-height:1.7;transition:var(--bricks-transition);transition:padding-top 0s}body.no-scroll{overflow:hidden}body.brx-boxed{margin:0 auto;min-height:100vh}.brx-body{display:flex;flex-direction:column;margin:0 auto;width:100%}:where(a){border-color:currentcolor;color:currentcolor;cursor:pointer;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;text-rendering:optimizelegibility}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:currentcolor}h1{font-size:2.4em}h1,h2{line-height:1.4}h2{font-size:2.1em}h3{font-size:1.8em}h3,h4{line-height:1.4}h4{font-size:1.6em}h5{font-size:1.3em}h5,h6{line-height:1.4}h6{font-size:1.1em}:where(p){margin-block:0 1.2em}:where(p:last-of-type){margin-block-end:0}:where(p:last-of-type)+h1,:where(p:last-of-type)+h2,:where(p:last-of-type)+h3,:where(p:last-of-type)+h4,:where(p:last-of-type)+h5,:where(p:last-of-type)+h6{margin-block:1.2em 0}figcaption{color:var(--bricks-text-light);font-size:.9em;margin:1em 0;text-align:center}img{height:auto;max-width:100%;outline:none;vertical-align:middle}.bricks-lazy-hidden.wait,.bricks-lazy-load-isotope.wait{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=")!important;background-position:50% 50%;background-repeat:no-repeat;background-size:32px;filter:brightness(.5);transition:all 0s}audio,iframe{max-width:100%}button{border:none;cursor:pointer;outline:none;padding:0}blockquote{border-left-style:solid;border-left-width:4px;font-family:georgia,Times New Roman,times,serif;font-size:1.3em;margin:15px 0;padding:0 0 0 30px;position:relative}blockquote cite{display:block;font-size:.8em;font-style:normal;margin-top:.5em;opacity:.5;text-transform:uppercase}hr{border:none;border-top:1px solid var(--bricks-border-color);margin:1em 0}pre{background-color:var(--bricks-bg-light);color:#fc1f49;font-family:monospace;font-size:13px;margin:0;padding:10px 15px;white-space:pre-wrap}table{width:100%}table[class*=brxe-]{display:table}label{color:var(--bricks-text-light);display:block;font-weight:400;margin-bottom:5px}button,input,optgroup,select,textarea{font-family:inherit;text-align:inherit}.input,input:not([type=submit]),select,textarea{border-style:solid;border-width:1px;box-shadow:none;color:currentcolor;font-size:inherit;line-height:40px;outline:none;padding:0 12px;transition:var(--bricks-transition);width:100%}input[type=range]{border:none;height:auto;line-height:1;padding:0}input[type=button],input[type=checkbox],input[type=radio]{width:auto}input[type=checkbox],input[type=radio],input[type=submit],select{cursor:pointer}select{appearance:none;-webkit-appearance:none;background-color:transparent;background-image:linear-gradient(45deg,transparent 50%,gray 0),linear-gradient(135deg,gray 50%,transparent 0);background-position:calc(100% - 20px) calc(50% + 2px),calc(100% - 16px) calc(50% + 2px);background-repeat:no-repeat;background-size:4px 4px,4px 4px;border-radius:0}textarea{height:auto;line-height:inherit!important;min-height:90px;padding:10px 12px}::placeholder{color:var(--bricks-border-color)}.skip-link{clip:rect(1px,1px,1px,1px);background:#000;border-bottom-right-radius:8px;color:#fff;font-weight:700;height:1px;left:0;overflow:hidden;padding:5px 10px;position:absolute;top:0;transition:transform .1s;white-space:nowrap;width:1px;z-index:9999}.skip-link:focus{clip:auto;height:auto;overflow:visible;width:auto}body.bricks-is-frontend :focus-visible{outline:auto}@supports not selector(:focus-visible){body.bricks-is-frontend :focus{outline:auto}}.bricks-archive-title-wrapper{margin:60px auto;text-align:center}.bricks-archive-title-wrapper .title{margin:0}.brx-has-megamenu.open .brx-megamenu{opacity:1;visibility:visible}.brx-megamenu{left:0;opacity:0;position:absolute;transition-duration:.2s;transition-property:opacity,transform,visibility;transition-timing-function:ease;visibility:hidden;width:100%;z-index:998}.brx-megamenu:not(.brx-submenu-positioned){display:none!important}.brx-has-multilevel .open>ul,.brx-has-multilevel.open>ul{opacity:1;transform:translate(0);visibility:visible}.brx-has-multilevel .open.active,.brx-has-multilevel .open.active>ul>li,.brx-has-multilevel.open.active,.brx-has-multilevel.open.active>ul>li{display:flex}.brx-has-multilevel .menu-item a{width:100%}.brx-has-multilevel .open:not(.active)>.brx-submenu-toggle{display:none}.brx-has-multilevel>ul ul{transform:translate(20px);transition:transform .1s cubic-bezier(0,0,.2,1);will-change:transform}.brx-has-multilevel ul:not(.brx-multilevel-overflow-right){left:0!important}.brx-has-multilevel ul .active>.brx-submenu-toggle,.brx-has-multilevel ul li:not(.open){display:none}.brx-submenu-toggle{align-items:center;cursor:pointer;display:flex}.brx-submenu-toggle.icon-right button{margin-left:10px}.brx-submenu-toggle.icon-left{flex-direction:row-reverse}.brx-submenu-toggle.icon-left button{margin-right:10px}.brx-submenu-toggle button,.brx-submenu-toggle button>*{align-items:center;background-color:transparent;color:currentcolor;display:flex;transition:transform .1s cubic-bezier(0,0,.2,1);will-change:transform}.brx-multilevel-overflow-right,.brx-multilevel-overflow-right ul,.brx-submenu-overflow-right{left:auto!important;right:0!important}.brx-sub-submenu-overflow-right,.brx-sub-submenu-overflow-right ul,.brx-submenu-overflow-right ul{left:auto!important;right:100%!important}#brx-content{flex:1;position:relative;width:100%}#brx-content .post-password-form{margin:0 auto}#brx-content .post-password-form p:last-child{align-items:flex-end;column-gap:10px;display:flex}#brx-content .post-password-form p:last-child label{flex:1;margin:0}#brx-content .post-password-form input[type=submit]{border-width:1px;display:inline-flex;padding:.5em 1em}#brx-content>.woocommerce{margin-left:auto;margin-right:auto}.bricks-layout-wrapper{--columns:3;--gutter:0px;display:flex;flex-flow:row wrap;list-style-type:none;margin:0;padding:0}.bricks-layout-wrapper:not(.bricks-masonry){width:100%}.bricks-layout-wrapper .meta{color:var(--bricks-text-light)}.bricks-layout-item{line-height:1.6;position:relative}.bricks-layout-item:last-child img{padding-bottom:0!important}.bricks-layout-item .content-wrapper,.bricks-layout-item .overlay-wrapper{align-items:baseline;bottom:0;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;left:0;position:relative;right:0;top:0;z-index:1}.bricks-layout-item .content-wrapper.top,.bricks-layout-item .overlay-wrapper.top{justify-content:flex-start}.bricks-layout-item .content-wrapper.middle,.bricks-layout-item .overlay-wrapper.middle{justify-content:center;margin-bottom:auto;margin-top:auto}.bricks-layout-item .content-wrapper.bottom,.bricks-layout-item .overlay-wrapper.bottom{justify-content:flex-end}.bricks-layout-item .content-wrapper.left,.bricks-layout-item .overlay-wrapper.left{align-items:flex-start;text-align:left}.bricks-layout-item .content-wrapper.center,.bricks-layout-item .overlay-wrapper.center{align-items:center;text-align:center}.bricks-layout-item .content-wrapper.right,.bricks-layout-item .overlay-wrapper.right{align-items:flex-end;text-align:right}.bricks-layout-item .content-wrapper.center.middle,.bricks-layout-item .overlay-wrapper.center.middle{margin-bottom:auto;margin-top:auto}.bricks-layout-item .overlay-wrapper{position:absolute!important;z-index:2}.bricks-layout-item .overlay-wrapper.show-on-hover{opacity:0;position:relative;transition:var(--bricks-transition)}.bricks-layout-item .overlay-wrapper.show-on-hover:hover{opacity:1}.bricks-layout-item .overlay-wrapper.show-on-hover .overlay-inner{transition:var(--bricks-transition);will-change:transform}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-up .overlay-inner{transform:translateY(10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-up:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-right .overlay-inner{transform:translateX(-10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-right:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-down .overlay-inner{transform:translateY(-10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-down:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-left .overlay-inner{transform:translateX(10px)}.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-left:hover .overlay-inner{transform:translateY(0)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-in .overlay-inner{transform:scale(.8)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-in:hover .overlay-inner{transform:scale(1)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-out .overlay-inner{transform:scale(1.2)}.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-out:hover .overlay-inner{transform:scale(1)}.bricks-layout-item .dynamic{margin:0;padding:0}.bricks-layout-item .meta{width:100%}.bricks-layout-item .meta span:first-child{padding:0}.bricks-layout-item .meta span+span{padding:0 5px}.bricks-layout-item .meta span+span:before{content:" ·";left:-5px;position:relative}.bricks-layout-item .excerpt{margin-top:.5em}.bricks-layout-item .taxonomy{margin:0 -5px}.bricks-layout-item .taxonomy a{display:inline-block;line-height:2;margin:0 5px}.bricks-layout-item .bricks-layout-inner{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:relative;right:0;top:0}li.bricks-gutter-sizer{pointer-events:none;position:absolute;top:-99999px;visibility:hidden;width:var(--gutter)!important}.bricks-layout-wrapper .image-wrapper{position:relative}.bricks-layout-wrapper .image-wrapper .overlay-wrapper{height:inherit}.bricks-layout-wrapper .image{aspect-ratio:1/1;object-fit:cover;position:relative}.bricks-layout-wrapper a{color:currentcolor}.bricks-layout-wrapper[data-layout=list]>li.bricks-layout-item{margin-bottom:var(--gutter);width:100%}.bricks-layout-wrapper[data-layout=list]>li.bricks-layout-item:last-child{margin-bottom:0}.bricks-layout-wrapper[data-layout=list] .bricks-layout-inner{flex-direction:row}.bricks-layout-wrapper[data-layout=list] .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-top .bricks-layout-inner{flex-direction:row-reverse}.bricks-layout-wrapper[data-layout=list].image-position-top .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-right .bricks-layout-inner{flex-direction:row-reverse!important}.bricks-layout-wrapper[data-layout=list].image-position-right .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-left .bricks-layout-inner{flex-direction:row}.bricks-layout-wrapper[data-layout=list].image-position-left .bricks-layout-inner>*{flex-basis:50%}.bricks-layout-wrapper[data-layout=list].image-position-bottom .bricks-layout-inner{flex-direction:column-reverse}.bricks-layout-wrapper[data-layout=list].alternate li:nth-child(2n) .bricks-layout-inner{flex-direction:row-reverse!important}.bricks-layout-wrapper[data-layout=list].alternate.image-position-right li:nth-child(odd) .bricks-layout-inner{flex-direction:row-reverse}.bricks-layout-wrapper[data-layout=list].alternate.image-position-right li:nth-child(2n) .bricks-layout-inner{flex-direction:row}.bricks-layout-wrapper[data-layout=grid]:not(.isotope){display:grid;gap:var(--gutter);grid-template-columns:repeat(var(--columns),minmax(0,1fr))}.bricks-layout-wrapper[data-layout=grid].isotope>li:not(.bricks-gutter-sizer){margin-bottom:var(--gutter);width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}.bricks-layout-wrapper[data-layout=grid]>li.bricks-layout-item,.bricks-layout-wrapper[data-layout=grid]>li.bricks-layout-item>a{display:grid}.bricks-masonry{--columns:3;--gutter:10px;display:flex;flex-flow:row wrap;position:relative}.bricks-masonry>:not(.bricks-gutter-sizer){margin-bottom:var(--gutter);width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}.bricks-is-frontend .bricks-layout-wrapper.isotope{transition:opacity .3s ease-in-out}.bricks-is-frontend .bricks-layout-wrapper.isotope.isotope-before-init{opacity:0}.bricks-layout-wrapper[data-layout=masonry]>li:not(.bricks-gutter-sizer){margin-bottom:var(--gutter);width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}.bricks-layout-wrapper[data-layout=masonry] .image{aspect-ratio:unset!important;display:inline-block;position:relative!important}.bricks-layout-wrapper[data-layout=masonry] .bricks-layout-inner{height:auto!important}.bricks-layout-wrapper[data-layout=metro]:not(.isotope){display:grid;gap:var(--gutter);grid-template-columns:repeat(4,minmax(0,1fr))}.bricks-layout-wrapper[data-layout=metro]:not(.isotope)>li:nth-child(3n+1){grid-column:span 2;grid-row:span 2}.bricks-layout-wrapper[data-layout=metro].isotope{--columns:4}.bricks-layout-wrapper[data-layout=metro].isotope>li.bricks-layout-item{margin-bottom:var(--gutter)}.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer){width:50%;width:calc(50% - var(--gutter)/2)}@media (max-width:478px){.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer){width:100%}}.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer) img{height:100%}.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer) .title{font-size:calc(1em + 1.5vmin)}.bricks-layout-wrapper[data-layout=metro].isotope>li{width:25%;width:calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))}@media (max-width:767px){.bricks-layout-wrapper[data-layout=metro].isotope>li{width:calc(50% - var(--gutter)/2)}}@media (max-width:478px){.bricks-layout-wrapper[data-layout=metro].isotope>li{width:100%}}.bricks-layout-wrapper[data-layout=metro] img{height:100%}.bricks-layout-wrapper[data-layout=metro] .image-wrapper{aspect-ratio:1/1}.bricks-layout-wrapper[data-layout=metro] .content-wrapper{position:absolute}#brx-header{background-position:50%;background-size:cover;position:relative;width:100%}#brx-header.transparent{background:transparent;border:none;box-shadow:none;color:#fff}#brx-header.brx-sticky{left:0;position:fixed;right:0;top:0;transition:background-color .2s,transform .4s;width:100%;z-index:998}#brx-header.brx-sticky.on-scroll{position:sticky}#brx-header.brx-sticky .bricks-nav-menu>li>a,#brx-header.brx-sticky>.brxe-block,#brx-header.brx-sticky>.brxe-container,#brx-header.brx-sticky>.brxe-div,#brx-header.brx-sticky>.brxe-section{transition:inherit}#brx-header.brx-sticky.slide-up:not(:has(.cart-detail.off-canvas.active,.brxe-offcanvas.brx-open)){-ms-overflow-style:none;overflow-x:hidden;scrollbar-width:none;transform:translateY(-101%)}#brx-header.brx-sticky.slide-up::-webkit-scrollbar{display:none}#brx-header.brx-sticky.sliding{overflow:hidden}#brx-header.brx-sticky:has(.cart-detail.off-canvas.active,.brxe-offcanvas.brx-open){transition:none}.brx-header-right #brx-header{bottom:0;display:flex;position:fixed;right:0;top:0;width:200px;z-index:998}.brx-header-right #brx-header>.brxe-container,.brx-header-right #brx-header>.brxe-div,.brx-header-right #brx-header>.brxe-section{height:100%}.brx-header-right #brx-content,.brx-header-right #brx-footer{margin-right:200px;width:auto}.brx-header-left #brx-header{bottom:0;display:flex;left:0;position:fixed;top:0;width:200px;z-index:998}.brx-header-left #brx-header>.brxe-container,.brx-header-left #brx-header>.brxe-div,.brx-header-left #brx-header>.brxe-section{height:100%}.brx-header-left #brx-content,.brx-header-left #brx-footer{margin-left:200px;width:auto}.bricks-search-form{align-items:stretch;display:flex!important;justify-content:space-between;position:relative;width:100%}.bricks-search-form label{align-self:center;margin-inline-end:10px}.bricks-search-form input[type=search]{background-color:inherit;color:currentcolor;display:inline-block;max-width:100%;padding:0 20px;width:auto}.bricks-search-form button{align-items:center;display:flex;justify-content:center;position:relative}.bricks-search-form input{line-height:40px;width:100%}.bricks-shape-divider{bottom:0;display:flex;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute!important;right:0;top:0;width:100%}.bricks-shape-divider .bricks-shape-divider-inner{align-items:inherit;height:100%;justify-content:inherit;position:absolute;width:100%}.bricks-shape-divider .bricks-shape-divider-inner svg{height:100%;min-height:unset;min-width:unset;position:relative;width:100%}.bricks-shape-divider .bricks-shape-divider-inner svg g,.bricks-shape-divider .bricks-shape-divider-inner svg path{fill:inherit}.bricks-shape-divider.front{z-index:2}.bricks-shape-divider.flip-horizontal svg{transform:rotateX(180deg)}.bricks-shape-divider.flip-vertical svg{transform:rotateY(180deg)}.bricks-shape-divider.flip-horizontal.flip-vertical svg{transform:rotateX(180deg) rotateY(180deg)}.bricks-shape-divider.overflow{overflow:visible}.bricks-button{align-items:center;border-width:0;display:inline-flex;gap:10px;justify-content:center;letter-spacing:.5px;padding:.5em 1em;text-align:center}.bricks-button.bricks-background-muted{color:var(--bricks-text-medium)}.bricks-button.bricks-background-danger,.bricks-button.bricks-background-dark,.bricks-button.bricks-background-info,.bricks-button.bricks-background-secondary,.bricks-button.bricks-background-success,.bricks-button.bricks-background-warning{color:#fff}.bricks-button.sm{font-size:.9em;padding:.4em 1em}.bricks-button.lg{font-size:1.1em;padding:.6em 1em}.bricks-button.xl{font-size:1.2em;padding:.8em 1em}.bricks-button.block{width:100%}.bricks-button.circle{border-radius:100px!important}.bricks-button.outline{background-color:transparent;border:2px solid}.bricks-button i{position:relative}body.bricks-is-frontend.admin-bar #brx-header.brx-sticky,body.bricks-is-frontend.admin-bar.brx-header-left #brx-header,body.bricks-is-frontend.admin-bar.brx-header-right #brx-header{top:var(--wp-admin--admin-bar--height)}.bricks-lightbox a{cursor:zoom-in}.bricks-background-video-wrapper{background-size:cover;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute!important;top:0;width:100%;z-index:-1}.bricks-background-video-wrapper iframe,.bricks-background-video-wrapper video{border:none;height:inherit;left:50%;max-width:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:inherit}.bricks-background-video-wrapper iframe[poster],.bricks-background-video-wrapper video[poster]{object-fit:cover}.bricks-background-video-wrapper .bricks-video-poster-image{height:inherit;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:inherit;z-index:1}.post-meta{align-items:center;display:inline-flex;gap:20px}.post-meta.column{align-items:unset;flex-direction:column}.post-meta .separator{display:inline-block;text-align:center}.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;white-space:nowrap;width:1px}.screen-reader-text span:focus,.screen-reader-text:focus,.ui-helper-hidden-accessible:focus{clip:auto!important;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.bricks-pagination ul{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;list-style-type:none;margin:0;padding:0}.bricks-pagination ul .page-numbers{display:grid;height:100%;place-items:center}.brx-load-more-hidden,.brx-query-trail:not(.bricks-isotope-sizer){display:none!important}.bricks-isotope-sizer{pointer-events:none;position:absolute;top:-99999px;visibility:hidden}[data-brx-ls-wrapper]{transition:opacity .3s ease-in-out}[data-brx-ls-wrapper]:not(.brx-ls-active){display:none!important}.brx-filter-disabled label:not(.brx-option-disabled),.page-filtered label:not(.brx-option-disabled){opacity:.5}.brx-filter-disabled,.page-filtered{pointer-events:none}.brx-option-disabled,.brx-option-disabled:disabled{opacity:.5;pointer-events:none}.brx-no-active-filter,.brx-option-disabled.brx-option-empty{display:none}.bricks-no-posts-wrapper{text-align:center}.bricks-no-posts-wrapper .title{margin-bottom:30px}.bricks-no-posts-wrapper p{margin-bottom:1em}.bricks-no-posts-wrapper a{font-weight:700}.search-no-results .bricks-no-posts-wrapper{text-align:initial}.aligncenter{display:block;margin:.5em auto}.alignright{float:right;margin:.5em 0 .5em 1em}.alignleft{float:left;margin:.5em 1em .5em 0}a img.alignright{float:right;margin:.5em 0 .5em 1em}a img.alignleft{float:left;margin:.5em 1em .5em 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:.5em 1em .5em 0}.wp-caption.alignright{margin:.5em 0 .5em 1em}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.wp-block-image,.wp-block-video,figure[class^=wp-block-]{margin:1em 0}.wp-block-calendar,.wp-block-image:not(.wp-block-gallery .wp-block-image),figure[class^=wp-block-]:not(.wp-block-gallery figure):not([class^=align]){width:100%}#wp-calendar caption{margin-bottom:1em;text-align:inherit}#wp-calendar tbody{text-align:center}#wp-calendar tbody td{width:30px}#wp-calendar tbody a{font-weight:700}#wp-calendar tfoot{opacity:.5}#wp-calendar tfoot #prev{text-align:left}#wp-calendar tfoot #next{text-align:right}.gallery{display:flex;flex-flow:row wrap;margin:0 -10px}.gallery.gallery-columns-1 .gallery-item{flex:1 1 100%;max-width:100%}.gallery.gallery-columns-2 .gallery-item{flex:1 1 50%;max-width:50%}.gallery.gallery-columns-3 .gallery-item{flex:1 1 33.333%;max-width:33.333%}.gallery.gallery-columns-4 .gallery-item{flex:1 1 25%;max-width:25%}.gallery.gallery-columns-5 .gallery-item{flex:1 1 20%;max-width:20%}.gallery.gallery-columns-6 .gallery-item{flex:1 1 16.666%;max-width:16.666%}.gallery.gallery-columns-7 .gallery-item{flex:1 1 14.285%;max-width:14.285%}.gallery.gallery-columns-8 .gallery-item{flex:1 1 12.5%;max-width:12.5%}.gallery.gallery-columns-9 .gallery-item{flex:1 1 11.111%;max-width:11.111%}.gallery.gallery-columns-10 .gallery-item{flex:1 1 10%;max-width:10%}.gallery .gallery-item{flex:1;margin:0;padding:0 10px 20px}.gallery .gallery-item img{width:100%}.has-text-align-left{text-align:left}.has-text-align-center{text-align:center}.has-text-align-right{text-align:right}.wp-block-image figure{width:auto}.alignfull,.wp-block-categories-list.alignfull{left:50%;margin-left:-50vw;margin-right:-50vw;max-width:calc(100vw - .5em);position:relative;right:50%;width:100vw}.alignwide{margin-left:-10%;max-width:120%;position:relative;width:120%}@media (max-width:1320px){.alignwide{margin-left:auto;width:100%}}.aligncenter img{margin-left:auto;margin-right:auto}.aligncenter a,.aligncenter img{display:block}.bricks-color-primary{color:var(--bricks-color-primary)}.bricks-color-secondary{color:var(--bricks-color-secondary)}.bricks-color-light{color:#fff}.bricks-color-dark{color:var(--bricks-text-dark)}.bricks-color-muted{color:var(--bricks-text-light)}.bricks-color-info{color:var(--bricks-text-info)}.bricks-color-success{color:var(--bricks-text-success)}.bricks-color-warning{color:var(--bricks-text-warning)}.bricks-color-danger{color:var(--bricks-text-danger)}.bricks-background-primary{background-color:var(--bricks-color-primary)}.bricks-background-secondary{background-color:var(--bricks-color-secondary)}.bricks-background-light{background-color:#fff}.bricks-background-dark{background-color:var(--bricks-bg-dark)}.bricks-background-muted{background-color:var(--bricks-text-light)}.bricks-background-info{background-color:var(--bricks-text-info)}.bricks-background-success{background-color:var(--bricks-text-success)}.bricks-background-warning{background-color:var(--bricks-text-warning)}.bricks-background-danger{background-color:var(--bricks-text-danger)}}
.bc-swap-title__anchor{display:block;width:fit-content;height:fit-content}.bc-swap-title *{will-change:transform}.bc-swap-title{display:block;width:fit-content;position:relative;padding:0;line-height:normal}.bc-swap-title__span-wrapper{display:block;overflow:hidden}.bc-swap-title__span,.bc-swap-title__span .char,.bc-swap-title__span .word{--skew:0deg;--duration:1s;--ease:cubic-bezier(0.19, 1, 0.22, 1);--fromtype:1;display:block;position:relative;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-swap-title__span::after,.bc-swap-title__span .char::after,.bc-swap-title__span .word::after{content:var(--after-content);display:block;position:absolute;top:calc(var(--fromtype) * 100%);left:0;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;transform:skewY(calc(var(--skew) * var(--fromtype)));transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-swap-title:hover .bc-swap-title__span,.bc-swap-title:hover .bc-swap-title__span .char,.bc-swap-title:hover .bc-swap-title__span .word{-webkit-transform:translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));-moz-transform:translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));-ms-transform:translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));-o-transform:translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));transform:translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)))}.bc-swap-title--remove-line:hover .bc-swap-title__span-wrapper .bc-swap-title__span{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.bc-swap-title:hover .bc-swap-title__span::after,.bc-swap-title:hover .bc-swap-title__span .char::after,.bc-swap-title:hover .bc-swap-title__span .word::after{-webkit-transform:skewY(calc(var(--skew) * var(--fromtype)));-moz-transform:skewY(calc(var(--skew) * var(--fromtype)));-ms-transform:skewY(calc(var(--skew) * var(--fromtype)));-o-transform:skewY(calc(var(--skew) * var(--fromtype)));transform:skewY(calc(var(--skew) * var(--fromtype)))}.bc-underlined-title__anchor{display:flex;width:fit-content;height:fit-content}.bc-underlined-title{text-decoration:unset!important;color:unset!important;display:block;width:fit-content;height:fit-content}.bc-underlined-title__element{position:relative;display:block;width:100%;--width:0px;--height:1px;--bottom-distance:0px;--duration:0.7s;--ease:cubic-bezier(0.16, 1, 0.3, 1);--background:currentColor}.bc-underlined-title__side-to-side:before{content:"";display:block;position:absolute;left:0;right:0;bottom:var(--bottom-distance);height:var(--height);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center;background:var(--background);-webkit-transition:-webkit-transform var(--duration) var(--ease);transition:-webkit-transform var(--duration) var(--ease);-o-transition:-o-transform var(--duration) var(--ease);-moz-transition:transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-underlined-title__side-to-side:hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;transition-delay:unset;-webkit-transition-delay:unset;-o-transition-delay:unset;-moz-transition-delay:unset}.bc-underlined-title__one-sided:after{content:'';position:absolute;bottom:var(--bottom-distance);left:0;width:var(--width);border-bottom:var(--height) solid var(--background);transition:var(--duration) var(--ease)}.bc-underlined-title__two-sided:after{content:'';display:block;margin:auto;bottom:var(--bottom-distance);left:0;width:var(--width);height:var(--height);background:var(--background);transition:width var(--duration) var(--ease);position:relative;border-bottom:unset}.bc-underlined-title__one-sided:hover:after,.bc-underlined-title__two-sided:hover:after{width:100%}.bc-underlined-title__one-sided:hover::after,.bc-underlined-title__two-sided:hover::after{-webkit-transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease);-o-transition:width var(--duration) var(--ease);-moz-transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease)}.bc-underlined-title__full-sided::after,.bc-underlined-title__full-sided::before{content:"";position:absolute;left:0;right:0;bottom:var(--bottom-distance);height:var(--height);background:var(--background);-webkit-transition:-webkit-transform var(--duration) var(--ease);transition:-webkit-transform var(--duration) var(--ease);-o-transition:-o-transform var(--duration) var(--ease);-moz-transition:transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-underlined-title__full-sided::before{-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}.bc-underlined-title__full-sided::after{-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}.bc-underlined-title__full-sided:hover::before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);transition-delay:0.25s;-webkit-transition-delay:0.25s;-o-transition-delay:0.25s;-moz-transition-delay:0.25s}.bc-underlined-title__full-sided:hover::after{width:unset;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}html[bc-core-burguer--body-toggled]{overflow:hidden!important}html[bc-core-burguer--body-toggled]>body>.os-scrollbar-horizontal,html[bc-core-burguer--body-toggled]>body>.os-scrollbar-vertical{display:none!important}.bc-core-burguer svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-core-burguer{display:flex;width:fit-content;height:fit-content}.bc-core-burguer button{background:unset}.bc-burguer-style1,.bc-burguer-style1 *,.bc-burguer-style1 *::before,.bc-burguer-style1 *::after{will-change:unset}.bc-burguer-style1{all:unset;cursor:pointer;display:flex;--burguer-dimensions:50px;--burguer-stroke-color:black;--burguer-stroke-width:2px;--burguer-duration:600ms;--burguer-easing:ease;--burguer-rounded:round;stroke-linecap:var(--burguer-rounded);width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.bc-burguer-style1:focus-visible{outline:auto}.bc-burguer-style1__line--line1{fill:none;stroke:var(--burguer-stroke-color);transition:stroke-dasharray var(--burguer-duration) var(--burguer-easing),stroke-dashoffset var(--burguer-duration) var(--burguer-easing);stroke-dasharray:60 207;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1__line--line2{fill:none;stroke:var(--burguer-stroke-color);transition:stroke-dasharray var(--burguer-duration) var(--burguer-easing),stroke-dashoffset var(--burguer-duration) var(--burguer-easing);stroke-dasharray:60 30;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1__line--line3{fill:none;stroke:var(--burguer-stroke-color);transition:stroke-dasharray var(--burguer-duration) var(--burguer-easing),stroke-dashoffset var(--burguer-duration) var(--burguer-easing);stroke-dasharray:60 207;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1--opened .bc-burguer-style1__line--line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1--opened .bc-burguer-style1__line--line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1--opened .bc-burguer-style1__line--line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style2,.bc-burguer-style2 *,.bc-burguer-style2 *::before,.bc-burguer-style2 *::after{will-change:transform}.bc-burguer-style2 svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-burguer-style2{all:unset;overflow:hidden;display:flex;cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-color:black;--burguer-stroke-width:2px;--burguer-duration:600ms;--burguer-easing:cubic-bezier(0.4, 0, 0.2, 1);--burguer-rounded:100px;--burguer-reversed:1}.bc-burguer-style2:focus-visible{outline:auto}.bc-burguer-style2--reversed{--burguer-reversed:-1}.bc-burguer-style2__wrapper{width:var(--burguer-dimensions);height:var(--burguer-dimensions);display:flex;flex-direction:column;justify-content:space-between;transition:transform var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style2__line{background:var(--burguer-stroke-color);width:100%;height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded)}.bc-burguer-style2__line--half-first{width:50%;background:var(--burguer-stroke-color);height:var(--burguer-stroke-width);transition:transform var(--burguer-duration) var(--burguer-easing);transform-origin:right;border-radius:var(--burguer-rounded)}.bc-burguer-style2--reversed .bc-burguer-style2__line--half-first{align-self:flex-end;transform-origin:left}.bc-burguer-style2__line--half-last{width:50%;background:var(--burguer-stroke-color);height:var(--burguer-stroke-width);align-self:flex-end;transition:transform var(--burguer-duration) var(--burguer-easing);transform-origin:left;border-radius:var(--burguer-rounded)}.bc-burguer-style2--reversed .bc-burguer-style2__line--half-last{align-self:flex-start;transform-origin:right}.bc-burguer-style2--opened .bc-burguer-style2__wrapper{transform:rotate(calc(-45deg * var(--burguer-reversed)))}.bc-burguer-style2--opened .bc-burguer-style2__line--half-first{transform:rotate(calc(-90deg * var(--burguer-reversed))) translateX(calc(var(--burguer-stroke-width)/2*var(--burguer-reversed)))}.bc-burguer-style2--opened .bc-burguer-style2__line--half-last{transform:rotate(calc(-90deg * var(--burguer-reversed))) translateX(calc(var(--burguer-stroke-width)/2*var(--burguer-reversed)*-1))}.bc-burguer-style3,.bc-burguer-style3 *,.bc-burguer-style3 *::before,.bc-burguer-style3 *::after{will-change:transform}.bc-burguer-style3 svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-burguer-style3{all:unset;cursor:pointer;display:block;position:relative;--burguer-dimensions:50px;--burguer-stroke-width:2px;/*!!!establecer un maximo de 4px!!!*/ --burguer-stroke-color:black;--burguer-duration:200ms;--burguer-easing:cubic-bezier(0.4, 0, 0.2, 1);width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px}.bc-burguer-style3:focus-visible{outline:auto}.bc-burguer-style3__line{display:block;width:100%;position:relative;top:0;border-radius:var(--burguer-rounded);height:var(--burguer-stroke-width);margin:calc(var(--burguer-stroke-width)*3) 0;background:var(--burguer-stroke-color);transition:top var(--burguer-duration) var(--burguer-duration),transform var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style3--opened .bc-burguer-style3__line{transition:top var(--burguer-duration),transform var(--burguer-duration) var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style3--opened .bc-burguer-style3__line:first-child{top:calc(var(--burguer-stroke-width)*2);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bc-burguer-style3--opened .bc-burguer-style3__line:last-child{top:calc(var(--burguer-stroke-width)*-2);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bc-burguer-style4,.bc-burguer-style4 *,.bc-burguer-style4 *::before,.bc-burguer-style4 *::after{will-change:transform}.bc-burguer-style4 svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-burguer-style4{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-duration:300ms;--burguer-easing:cubic-bezier(0.23, 1, 0.32, 1);width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px}.bc-burguer-style4:focus-visible{outline:auto}.bc-burguer-style4__line,.bc-burguer-style4__line::before,.bc-burguer-style4__line::after{display:block;width:100%;height:var(--burguer-stroke-width);background-color:var(--burguer-stroke-color)}.bc-burguer-style4__line{position:relative;border-radius:var(--burguer-rounded)}.bc-burguer-style4__line::before,.bc-burguer-style4__line::after{position:absolute;border-radius:var(--burguer-rounded);left:0;width:100%;content:''}.bc-burguer-style4__line::before{top:calc(var(--burguer-dimensions)/4);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style4__line::after{bottom:calc(var(--burguer-dimensions)/4);transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style4--opened .bc-burguer-style4__line{background:#fff0}.bc-burguer-style4--opened .bc-burguer-style4__line::before{top:0;transition:top var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);transform:rotate(-45deg)}.bc-burguer-style4--opened .bc-burguer-style4__line::after{bottom:0;transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);transform:rotate(45deg)}.bc-burguer-style5,.bc-burguer-style5 *,.bc-burguer-style5 *::before,.bc-burguer-style5 *::after{will-change:transform}.bc-burguer-style5 svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-burguer-style5{all:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-duration:300ms;--burguer-easing:cubic-bezier(0.23, 1, 0.32, 1);height:var(--burguer-dimensions);width:var(--burguer-dimensions);--burguer-rounded:100px;transition:all var(--burguer-duration);--burguer-reversed:1}.bc-burguer-style5:focus-visible{outline:auto}.bc-burguer-style5--reversed{--burguer-reversed:-1}.bc-burguer-style5__line{height:var(--burguer-stroke-width);background:var(--burguer-stroke-color);width:var(--burguer-dimensions);border-radius:var(--burguer-rounded);display:inline-block;position:absolute;top:50%;transition:all var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style5__line::before{content:" ";position:absolute;top:calc(var(--burguer-stroke-width)*-1);display:inline-block;height:var(--burguer-stroke-width);background:var(--burguer-stroke-color);transform:translateY(calc(var(--burguer-dimensions)*-0.1));width:var(--burguer-dimensions);border-radius:var(--burguer-rounded);transition:all var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style5--opened .bc-burguer-style5__line{transform:rotate(calc(45deg * var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style5--opened .bc-burguer-style5__line::before{top:unset;transform:rotate(calc(-90deg * var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style5--opened:hover .bc-burguer-style5__line::before{top:unset}.bc-burguer-style6,.bc-burguer-style6 *,.bc-burguer-style6 *::before,.bc-burguer-style6 *::after{will-change:transform}.bc-burguer-style6 svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-burguer-style6{all:unset;cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-duration:500ms;--burguer-easing:ease;width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);--burguer-reversed:1}.bc-burguer-style6:focus-visible{outline:auto}.bc-burguer-style6--reversed{--burguer-reversed:-1}.bc-burguer-style6__icon{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;height:var(--burguer-stroke-width);width:var(--burguer-dimensions);border-radius:var(--burguer-rounded);top:calc(var(--burguer-dimensions)/2);background-color:var(--burguer-stroke-color)}.bc-burguer-style6__icon:before{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;width:var(--burguer-dimensions);height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);top:calc(var(--burguer-dimensions)/-3);background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style6__icon:after{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;width:var(--burguer-dimensions);height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);top:calc(var(--burguer-dimensions)/3);background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style6--opened .bc-burguer-style6__icon{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);background:#fff0}.bc-burguer-style6--opened .bc-burguer-style6__icon:before{transform:rotateZ(calc(45deg * var(--burguer-reversed))) scaleX(1.25) translate(calc(var(--burguer-dimensions)/4.615 * var(--burguer-reversed)),calc(var(--burguer-dimensions)/4.615))}.bc-burguer-style6--opened .bc-burguer-style6__icon:after{transform:rotateZ(calc(-45deg * var(--burguer-reversed))) scaleX(1.25) translate(calc(var(--burguer-dimensions)/5 * var(--burguer-reversed)),calc(var(--burguer-dimensions)/-5))}.bc-burguer-style7,.bc-burguer-style7 *,.bc-burguer-style7 *::before,.bc-burguer-style7 *::after{will-change:transform}.bc-burguer-style7 svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-burguer-style7{all:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-easing:cubic-bezier(0.23, 1, 0.32, 1);height:var(--burguer-dimensions);width:var(--burguer-dimensions);--burguer-rounded:100px;transition:all var(--burguer-duration);--burguer-reversed:1}.bc-burguer-style7:focus-visible{outline:auto}.bc-burguer-style7--reversed{--burguer-reversed:-1}.bc-burguer-style7__line{height:var(--burguer-stroke-width);background:var(--burguer-stroke-color);width:var(--burguer-dimensions);border-radius:var(--burguer-rounded);display:inline-block;position:absolute;top:50%;transition:all var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style7__line::before{content:" ";position:absolute;top:calc(var(--burguer-stroke-width)*-1);display:inline-block;height:var(--burguer-stroke-width);background:var(--burguer-stroke-color);transform:translateY(calc(var(--burguer-dimensions)*-0.1));width:var(--burguer-dimensions);border-radius:var(--burguer-rounded);transition:all var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style7--opened .bc-burguer-style7__line{transform:rotate(calc(45deg * var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style7--opened .bc-burguer-style7__line::before{top:unset;transform:rotate(calc(90deg * var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style7--opened:hover .bc-burguer-style7__line::before{top:unset}.bc-burguer-style8,.bc-burguer-style8 *,.bc-burguer-style8 *::before,.bc-burguer-style8 *::after{will-change:transform}.bc-burguer-style8 svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-burguer-style8{all:unset;cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-duration:500ms;--burguer-easing:ease;width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:relative}.bc-burguer-style8:focus-visible{outline:auto}.bc-burguer-style8__left-icon{height:var(--burguer-stroke-width);width:calc(var(--burguer-dimensions)/2);top:calc(var(--burguer-dimensions)/2);border-top-left-radius:var(--burguer-rounded);border-bottom-left-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color)}.bc-burguer-style8__left-icon:before{width:calc(var(--burguer-dimensions)/2);height:var(--burguer-stroke-width);top:calc(var(--burguer-dimensions)/-3);border-top-left-radius:var(--burguer-rounded);border-bottom-left-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style8__left-icon:after{width:calc(var(--burguer-dimensions)/2);height:var(--burguer-stroke-width);top:calc(var(--burguer-dimensions)/3);border-top-left-radius:var(--burguer-rounded);border-bottom-left-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style8__left-icon:hover{cursor:pointer}.bc-burguer-style8__right-icon{height:var(--burguer-stroke-width);width:calc(var(--burguer-dimensions)/2);top:calc(var(--burguer-dimensions)/2);left:calc(var(--burguer-dimensions)/2);border-top-right-radius:var(--burguer-rounded);border-bottom-right-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color)}.bc-burguer-style8__right-icon:before{width:calc(var(--burguer-dimensions)/2);height:var(--burguer-stroke-width);top:calc(var(--burguer-dimensions)/-3);border-top-right-radius:var(--burguer-rounded);border-bottom-right-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style8__right-icon:after{width:calc(var(--burguer-dimensions)/2);height:var(--burguer-stroke-width);top:calc(var(--burguer-dimensions)/3);;border-top-right-radius:var(--burguer-rounded);border-bottom-right-radius:var(--burguer-rounded);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:absolute;background-color:var(--burguer-stroke-color);content:""}.bc-burguer-style8--opened .bc-burguer-style8__left-icon{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);background:#fff0}.bc-burguer-style8--opened .bc-burguer-style8__left-icon:before{transform:rotateZ(45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/15),calc(var(--burguer-dimensions)/15))}.bc-burguer-style8--opened .bc-burguer-style8__left-icon:after{transform:rotateZ(-45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/15),calc(var(--burguer-dimensions)/-15))}.bc-burguer-style8--opened .bc-burguer-style8__right-icon{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);background:#fff0}.bc-burguer-style8--opened .bc-burguer-style8__right-icon:before{transform:rotateZ(-45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/-15),calc(var(--burguer-dimensions)/15))}.bc-burguer-style8--opened .bc-burguer-style8__right-icon:after{transform:rotateZ(45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/-15),calc(var(--burguer-dimensions)/-15))}.bc-burguer-style9,.bc-burguer-style9 *,.bc-burguer-style9 *::before,.bc-burguer-style9 *::after{will-change:transform}.bc-burguer-style9 svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-burguer-style9{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-duration:300ms;--burguer-easing:cubic-bezier(0.23, 1, 0.32, 1);width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px}.bc-burguer-style9:focus-visible{outline:auto}.bc-burguer-style9__line,.bc-burguer-style9__line::before,.bc-burguer-style9__line::after{display:block;width:100%;height:var(--burguer-stroke-width);background-color:var(--burguer-stroke-color);border-radius:var(--burguer-rounded)}.bc-burguer-style9__line{position:relative}.bc-burguer-style9__line::before,.bc-burguer-style9__line::after{position:absolute;left:0;width:100%;content:''}.bc-burguer-style9__line::before{top:calc(var(--burguer-dimensions)/4);transition:top var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style9__line::after{bottom:calc(var(--burguer-dimensions)/4);transition:bottom var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style9--opened .bc-burguer-style9__line{background:#fff0}.bc-burguer-style9--opened .bc-burguer-style9__line::before{top:0;transition:top var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style9--opened .bc-burguer-style9__line::after{bottom:0;transition:bottom var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style10,.bc-burguer-style10 *,.bc-burguer-style10 *::before,.bc-burguer-style10 *::after{will-change:transform}.bc-burguer-style10 svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-burguer-style10{all:unset;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;--burguer-dimensions:50px;--burguer-rotate:calc(var(--burguer-dimensions) * -0.30);--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-easing:ease;width:calc(var(--burguer-dimensions));height:calc(var(--burguer-dimensions));--burguer-rounded:100px;transition:var(--burguer-duration) var(--burguer-easing);--burguer-reversed:1}.bc-burguer-style10:focus-visible{outline:auto}.bc-burguer-style10--reversed{--burguer-reversed:-1}.bc-burguer-style10__first-line{width:100%;height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);background:var(--burguer-stroke-color);transition:var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style10__second-line{width:100%;height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);margin-top:30%;background:var(--burguer-stroke-color);transition:var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style10--opened{transform:rotateZ(180deg)}.bc-burguer-style10--opened .bc-burguer-style10__first-line{background:var(--burguer-stroke-color);transform:translate(0,100%) rotateZ(calc(45deg * var(--burguer-reversed)))}.bc-burguer-style10--opened .bc-burguer-style10__second-line{background:var(--burguer-stroke-color);width:100%;transform:translateY(var(--burguer-rotate)) rotateZ(calc(-45deg * var(--burguer-reversed)))}.hamburger{cursor:pointer;background-color:#fff0;--burguer-dimensions:50px;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-easing:ease;--hamburger-layer-spacing:6px;--hamburger-layer-height:4px;--hamburger-border-radius:4px}.hamburger-box{display:inline-block;position:relative;width:var(--burguer-dimensions);height:calc(var(--hamburger-layer-spacing) * 3 + var(--hamburger-layer-height) * 2)}.hamburger-inner{display:block;top:50%;margin-top:calc(var(--hamburger-layer-height) / -2)}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:var(--burguer-dimensions);height:var(--hamburger-layer-height);background-color:var(--burguer-stroke-color);border-radius:var(--hamburger-border-radius);position:absolute;transition-property:transform;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1)}.hamburger-inner::after{bottom:calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1)}.hamburger--slider .hamburger-inner{top:calc(var(--hamburger-layer-height) / 2)}.hamburger--slider .hamburger-inner::before{top:calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height));transition-property:transform,opacity;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--slider .hamburger-inner::after{top:calc(var(--hamburger-layer-spacing) * 2 + var(--hamburger-layer-height) * 2)}.hamburger--slider--opened .hamburger-inner{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--slider--opened .hamburger-inner::before{transform:rotate(-45deg) translate3d(calc(var(--burguer-dimensions) / -7),calc(var(--hamburger-layer-spacing) / -1),0);opacity:0}.hamburger--slider--opened .hamburger-inner::after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -2),0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:calc(var(--hamburger-layer-height) / 2)}.hamburger--slider-r .hamburger-inner::before{top:calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height));transition-property:transform,opacity;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--slider-r .hamburger-inner::after{top:calc(var(--hamburger-layer-spacing) * 2 + var(--hamburger-layer-height) * 2)}.hamburger--slider-r--opened .hamburger-inner{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(-45deg)}.hamburger--slider-r--opened .hamburger-inner::before{transform:rotate(45deg) translate3d(calc(var(--burguer-dimensions) / 7),calc(var(--hamburger-layer-spacing) / -1),0);opacity:0}.hamburger--slider-r--opened .hamburger-inner::after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -2),0) rotate(90deg)}.hamburger--3dx .hamburger-box{perspective:calc(var(--burguer-dimensions) * 2)}.hamburger--3dx .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dx--opened .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx--opened .hamburger-inner::before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dx--opened .hamburger-inner::after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1),0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:calc(var(--burguer-dimensions) * 2)}.hamburger--3dx-r .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{transition:transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dx-r--opened .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r--opened .hamburger-inner::after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1),0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:calc(var(--burguer-dimensions) * 2)}.hamburger--3dy .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dy .hamburger-inner::before,.hamburger--3dy .hamburger-inner::after{transition:transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dy--opened .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy--opened .hamburger-inner::before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dy--opened .hamburger-inner::after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1),0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:calc(var(--burguer-dimensions) * 2)}.hamburger--3dy-r .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dy-r .hamburger-inner::before,.hamburger--3dy-r .hamburger-inner::after{transition:transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dy-r--opened .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r--opened .hamburger-inner::before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dy-r--opened .hamburger-inner::after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1),0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:calc(var(--burguer-dimensions) * 2)}.hamburger--3dxy .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dxy .hamburger-inner::before,.hamburger--3dxy .hamburger-inner::after{transition:transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dxy--opened .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy--opened .hamburger-inner::before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dxy--opened .hamburger-inner::after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1),0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:calc(var(--burguer-dimensions) * 2)}.hamburger--3dxy-r .hamburger-inner{transition:transform var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dxy-r .hamburger-inner::before,.hamburger--3dxy-r .hamburger-inner::after{transition:transform 0s calc(var(--burguer-duration) / 1.75) var(--burguer-easing)}.hamburger--3dxy-r--opened .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r--opened .hamburger-inner::before{transform:translate3d(0,calc(var(--hamburger-layer-spacing) + var(--hamburger-layer-height)),0) rotate(45deg)}.hamburger--3dxy-r--opened .hamburger-inner::after{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1),0) rotate(-45deg)}.hamburger--arrow--opened .hamburger-inner::before{transform:translate3d(calc(var(--burguer-dimensions) * -0.2),0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrow--opened .hamburger-inner::after{transform:translate3d(calc(var(--burguer-dimensions) * -0.2),0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r--opened .hamburger-inner::before{transform:translate3d(calc(var(--burguer-dimensions) * 0.2),0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r--opened .hamburger-inner::after{transform:translate3d(calc(var(--burguer-dimensions) * 0.2),0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowalt .hamburger-inner::before{transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt .hamburger-inner::after{transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt--opened .hamburger-inner::before{top:0;transform:translate3d(calc(var(--burguer-dimensions) * -0.2),calc(var(--burguer-dimensions) * -0.25),0) rotate(-45deg) scale(.7,1);transition:top var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt--opened .hamburger-inner::after{bottom:0;transform:translate3d(calc(var(--burguer-dimensions) * -0.2),calc(var(--burguer-dimensions) * 0.25),0) rotate(45deg) scale(.7,1);transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt-r .hamburger-inner::before{transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt-r .hamburger-inner::after{transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt-r--opened .hamburger-inner::before{top:0;transform:translate3d(calc(var(--burguer-dimensions) * 0.2),calc(var(--burguer-dimensions) * -0.25) 0) rotate(45deg) scale(.7,1);transition:top var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowalt-r--opened .hamburger-inner::after{bottom:0;transform:translate3d(calc(var(--burguer-dimensions) * 0.2),calc(var(--burguer-dimensions) * 0.25) 0) rotate(-45deg) scale(.7,1);transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--arrowturn--opened .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn--opened .hamburger-inner::before{transform:translate3d(calc(var(--burguer-dimensions) * 0.2),0,0) rotate(45deg) scale(.7,1)}.hamburger--arrowturn--opened .hamburger-inner::after{transform:translate3d(calc(var(--burguer-dimensions) * 0.2),0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowturn-r--opened .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r--opened .hamburger-inner::before{transform:translate3d(calc(var(--burguer-dimensions) * -0.2),0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowturn-r--opened .hamburger-inner::after{transform:translate3d(calc(var(--burguer-dimensions) * -0.2),0,0) rotate(45deg) scale(.7,1)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::before,.hamburger--boring .hamburger-inner::after{transition-property:none}.hamburger--boring--opened .hamburger-inner{transform:rotate(45deg)}.hamburger--boring--opened .hamburger-inner::before{top:0;opacity:0}.hamburger--boring--opened .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:calc(var(--burguer-duration) * 0.65);transition-delay:calc(var(--burguer-duration) * 0.65);transition-timing-function:var(--burguer-easing)}.hamburger--collapse .hamburger-inner::after{top:calc((var(--hamburger-layer-spacing) * 2 + var(--hamburger-layer-height) * 2) * -1);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),opacity calc(var(--burguer-duration) * 0.5) var(--burguer-easing)}.hamburger--collapse .hamburger-inner::before{transition:top calc(var(--burguer-duration) * 0.6) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration) * 0.65) var(--burguer-easing)}.hamburger--collapse--opened .hamburger-inner{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1),0) rotate(-45deg);transition-delay:calc(var(--burguer-duration) * 1.1);transition-timing-function:var(--burguer-easing)}.hamburger--collapse--opened .hamburger-inner::after{top:0;opacity:0;transition:top var(--burguer-duration) var(--burguer-easing),opacity calc(var(--burguer-duration) * 0.5) calc(var(--burguer-duration) * 1.1) var(--burguer-easing)}.hamburger--collapse--opened .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top calc(var(--burguer-duration) * 0.5) calc(var(--burguer-duration) * 0.8) var(--burguer-easing),transform calc(var(--burguer-duration) * 0.65) calc(var(--burguer-duration) * 1.25) var(--burguer-easing)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:calc(var(--burguer-duration) * 0.65);transition-delay:calc(var(--burguer-duration) * 0.65);transition-timing-function:var(--burguer-easing)}.hamburger--collapse-r .hamburger-inner::after{top:calc((var(--hamburger-layer-spacing) * 2 + var(--hamburger-layer-height) * 2) * -1);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),opacity calc(var(--burguer-duration) * 0.5) var(--burguer-easing)}.hamburger--collapse-r .hamburger-inner::before{transition:top calc(var(--burguer-duration) * 0.6) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration) * 0.65) var(--burguer-easing)}.hamburger--collapse-r--opened .hamburger-inner{transform:translate3d(0,calc((var(--hamburger-layer-spacing) + var(--hamburger-layer-height)) * -1),0) rotate(45deg);transition-delay:calc(var(--burguer-duration) * 1.1);transition-timing-function:var(--burguer-easing)}.hamburger--collapse-r--opened .hamburger-inner::after{top:0;opacity:0;transition:top var(--burguer-duration) var(--burguer-easing),opacity calc(var(--burguer-duration) * 0.5) calc(var(--burguer-duration) * 1.1) var(--burguer-easing)}.hamburger--collapse-r--opened .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top calc(var(--burguer-duration) * 0.5) calc(var(--burguer-duration) * 0.8) var(--burguer-easing),transform calc(var(--burguer-duration) * 0.65) calc(var(--burguer-duration) * 1.25) var(--burguer-easing)}.hamburger--elastic .hamburger-inner{top:calc(var(--hamburger-layer-height) / 2);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--elastic .hamburger-inner::before{top:calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));transition:opacity calc(var(--burguer-duration) * 0.45) var(--burguer-duration) var(--burguer-easing)}.hamburger--elastic .hamburger-inner::after{top:calc(var(--hamburger-layer-height) * 2 + var(--hamburger-layer-spacing) * 2);transition:transform var(--burguer-duration) var(--burguer-easing)}.hamburger--elastic--opened .hamburger-inner{transform:translate3d(0,calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)),0) rotate(135deg);transition-delay:calc(var(--burguer-duration) * 0.3)}.hamburger--elastic--opened .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic--opened .hamburger-inner::after{transform:translate3d(0,calc((var(--hamburger-layer-height) + var(--hamburger-layer-spacing)) * -2),0) rotate(-270deg);transition-delay:calc(var(--burguer-duration) * 0.3)}.hamburger--elastic-r .hamburger-inner{top:calc(var(--hamburger-layer-height) / 2);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--elastic-r .hamburger-inner::before{top:calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));transition:opacity calc(var(--burguer-duration) * 0.45) var(--burguer-duration) var(--burguer-easing)}.hamburger--elastic-r .hamburger-inner::after{top:calc(var(--hamburger-layer-height) * 2 + var(--hamburger-layer-spacing) * 2);transition:transform var(--burguer-duration) var(--burguer-easing)}.hamburger--elastic-r--opened .hamburger-inner{transform:translate3d(0,calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)),0) rotate(-135deg);transition-delay:calc(var(--burguer-duration) * 0.3)}.hamburger--elastic-r--opened .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic-r--opened .hamburger-inner::after{transform:translate3d(0,calc((var(--hamburger-layer-height) + var(--hamburger-layer-spacing)) * -2),0) rotate(270deg);transition-delay:calc(var(--burguer-duration) * 0.3)}.hamburger--emphatic .hamburger-inner{transition:background-color calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic .hamburger-inner::before{left:0;transition:transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing),top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing),left calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic .hamburger-inner::after{top:calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));right:0;transition:transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing),top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing),right calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic--opened .hamburger-inner{transition-delay:0s;transition-timing-function:var(--burguer-easing);background-color:transparent!important}.hamburger--emphatic--opened .hamburger-inner::before{left:calc(var(--burguer-dimensions) * -2);top:calc(var(--burguer-dimensions) * -2);transform:translate3d(calc(var(--burguer-dimensions) * 2),calc(var(--burguer-dimensions) * 2),0) rotate(45deg);transition:transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing),top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing),left calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic--opened .hamburger-inner::after{right:calc(var(--burguer-dimensions) * -2);top:calc(var(--burguer-dimensions) * -2);transform:translate3d(calc(var(--burguer-dimensions) * -2),calc(var(--burguer-dimensions) * 2),0) rotate(-45deg);transition:transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing),top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing),right calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic-r .hamburger-inner{transition:background-color var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic-r .hamburger-inner::before{left:0;transition:transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing),top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing),left calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic-r .hamburger-inner::after{top:calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));right:0;transition:transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing),top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing),right calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic-r--opened .hamburger-inner{transition-delay:0s;transition-timing-function:var(--burguer-easing);background-color:transparent!important}.hamburger--emphatic-r--opened .hamburger-inner::before{left:calc(var(--burguer-dimensions) * -2);top:calc(var(--burguer-dimensions) * 2);transform:translate3d(calc(var(--burguer-dimensions) * 2),calc(var(--burguer-dimensions) * -2),0) rotate(-45deg);transition:transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing),top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing),left calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--emphatic-r--opened .hamburger-inner::after{right:calc(var(--burguer-dimensions) * -2);top:calc(var(--burguer-dimensions) * 2);transform:translate3d(calc(var(--burguer-dimensions) * -2),calc(var(--burguer-dimensions) * -2),0) rotate(45deg);transition:transform calc(var(--burguer-duration) * 0.7) var(--burguer-easing),top calc(var(--burguer-duration) * 0.3) calc(var(--burguer-duration) * 0.7) var(--burguer-easing),right calc(var(--burguer-duration) * 0.7) var(--burguer-duration) var(--burguer-easing)}.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after{transition:bottom var(--burguer-duration) 0s var(--burguer-easing),top var(--burguer-duration) 0s var(--burguer-easing),opacity 0s var(--burguer-easing)}.hamburger--minus--opened .hamburger-inner::before,.hamburger--minus--opened .hamburger-inner::after{opacity:0;transition:bottom var(--burguer-duration) var(--burguer-easing),top var(--burguer-duration) var(--burguer-easing),opacity 0s var(--burguer-duration) var(--burguer-easing)}.hamburger--minus--opened .hamburger-inner::before{top:0}.hamburger--minus--opened .hamburger-inner::after{bottom:0}.hamburger--spin .hamburger-inner{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--spin .hamburger-inner::before{transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),opacity var(--burguer-duration) var(--burguer-easing)}.hamburger--spin .hamburger-inner::after{transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--spin--opened .hamburger-inner{transform:rotate(225deg);transition-delay:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--spin--opened .hamburger-inner::before{top:0;opacity:0;transition:top var(--burguer-duration) var(--burguer-easing),opacity var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--spin--opened .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--spin-r .hamburger-inner{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--spin-r .hamburger-inner::before{transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),opacity var(--burguer-duration) var(--burguer-easing)}.hamburger--spin-r .hamburger-inner::after{transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--spin-r--opened .hamburger-inner{transform:rotate(-225deg);transition-delay:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--spin-r--opened .hamburger-inner::before{top:0;opacity:0;transition:top var(--burguer-duration) var(--burguer-easing),opacity var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--spin-r--opened .hamburger-inner::after{bottom:0;transform:rotate(90deg);transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--spring .hamburger-inner{top:calc(var(--hamburger-layer-height) / 2);transition:background-color 0s var(--burguer-duration) var(--burguer-easing)}.hamburger--spring .hamburger-inner::before{top:calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing));transition:top calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) var(--burguer-easing)}.hamburger--spring .hamburger-inner::after{top:calc(var(--hamburger-layer-height) * 2 + var(--hamburger-layer-spacing) * 2);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) var(--burguer-easing)}.hamburger--spring--opened .hamburger-inner{transition-delay:var(--burguer-duration);background-color:transparent!important}.hamburger--spring--opened .hamburger-inner::before{top:0;transition:top calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing);transform:translate3d(0,calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)),0) rotate(45deg)}.hamburger--spring--opened .hamburger-inner::after{top:0;transition:top var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing);transform:translate3d(0,calc(var(--hamburger-layer-height) + var(--hamburger-layer-spacing)),0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:var(--burguer-duration);transition-delay:0s;transition-timing-function:var(--burguer-easing)}.hamburger--spring-r .hamburger-inner::after{top:calc((var(--hamburger-layer-height) * 2 + var(--hamburger-layer-spacing) * 2) * -1);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),opacity 0s var(--burguer-easing)}.hamburger--spring-r .hamburger-inner::before{transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--spring-r--opened .hamburger-inner{transform:translate3d(0,calc((var(--hamburger-layer-height) + var(--hamburger-layer-spacing)) * -1),0) rotate(-45deg);transition-delay:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--spring-r--opened .hamburger-inner::after{top:0;opacity:0;transition:top var(--burguer-duration) var(--burguer-easing),opacity 0s var(--burguer-duration) var(--burguer-easing)}.hamburger--spring-r--opened .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing)}.hamburger--stand .hamburger-inner{transition:transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration) / 2) var(--burguer-easing)}.hamburger--stand .hamburger-inner::before{transition:top calc(var(--burguer-duration) / 2) calc(var(--burguer-duration) / 2) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing)}.hamburger--stand .hamburger-inner::after{transition:bottom calc(var(--burguer-duration) / 2) calc(var(--burguer-duration) / 2) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing)}.hamburger--stand--opened .hamburger-inner{transform:rotate(90deg);background-color:transparent!important;transition:transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing),background-color 0s var(--burguer-duration) var(--burguer-easing)}.hamburger--stand--opened .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing)}.hamburger--stand--opened .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing)}.hamburger--stand-r .hamburger-inner{transition:transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing),background-color 0s calc(var(--burguer-duration) / 2) var(--burguer-easing)}.hamburger--stand-r .hamburger-inner::before{transition:top calc(var(--burguer-duration) / 2) calc(var(--burguer-duration) / 2) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing)}.hamburger--stand-r .hamburger-inner::after{transition:bottom calc(var(--burguer-duration) / 2) calc(var(--burguer-duration) / 2) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing)}.hamburger--stand-r--opened .hamburger-inner{transform:rotate(-90deg);background-color:transparent!important;transition:transform calc(var(--burguer-duration) / 2) 0s var(--burguer-easing),background-color 0s var(--burguer-duration) var(--burguer-easing)}.hamburger--stand-r--opened .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing)}.hamburger--stand-r--opened .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing),transform calc(var(--burguer-duration) / 2) var(--burguer-duration) var(--burguer-easing)}.hamburger--squeeze .hamburger-inner{transition-duration:calc(var(--burguer-duration) * 0.65);transition-timing-function:var(--burguer-easing)}.hamburger--squeeze .hamburger-inner::before{transition:top calc(var(--burguer-duration) * 0.65) var(--burguer-duration) var(--burguer-easing),opacity calc(var(--burguer-duration) * 0.65) var(--burguer-easing)}.hamburger--squeeze .hamburger-inner::after{transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.hamburger--squeeze--opened .hamburger-inner{transform:rotate(45deg);transition-delay:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--squeeze--opened .hamburger-inner::before{top:0;opacity:0;transition:top calc(var(--burguer-duration) * 0.65) var(--burguer-easing),opacity calc(var(--burguer-duration) * 0.65) var(--burguer-duration) var(--burguer-easing)}.hamburger--squeeze--opened .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom calc(var(--burguer-duration) * 0.65) var(--burguer-easing),transform calc(var(--burguer-duration) * 0.65) var(--burguer-duration) var(--burguer-easing)}.hamburger--vortex .hamburger-inner{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--vortex .hamburger-inner::before,.hamburger--vortex .hamburger-inner::after{transition-duration:0s;transition-delay:calc(var(--burguer-duration) / 2);transition-timing-function:var(--burguer-easing)}.hamburger--vortex .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex--opened .hamburger-inner{transform:rotate(765deg);transition-timing-function:var(--burguer-easing)}.hamburger--vortex--opened .hamburger-inner::before,.hamburger--vortex--opened .hamburger-inner::after{transition-delay:0s}.hamburger--vortex--opened .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex--opened .hamburger-inner::after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.hamburger--vortex-r .hamburger-inner::before,.hamburger--vortex-r .hamburger-inner::after{transition-duration:0s;transition-delay:calc(var(--burguer-duration) / 2);transition-timing-function:var(--burguer-easing)}.hamburger--vortex-r .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex-r--opened .hamburger-inner{transform:rotate(-765deg);transition-timing-function:var(--burguer-easing)}.hamburger--vortex-r--opened .hamburger-inner::before,.hamburger--vortex-r--opened .hamburger-inner::after{transition-delay:0s}.hamburger--vortex-r--opened .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex-r--opened .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.next-burger-animated{cursor:pointer;position:relative;--burguer-rounded:round;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-easing:ease;--burguer-dimensions:50px;--hamburger-layer-height:4px;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-animated,.next-burger-animated *{will-change:unset}.next-burger-animated svg{transform-origin:center center}.next-burger-animated svg *{transform-origin:center center;transform:scale(1.65)}.next-burger-animated input{display:none}.next-burger-animated label{all:unset;display:block;cursor:pointer;position:absolute;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-animated path{fill:none;stroke:var(--burguer-stroke-color);stroke-width:var(--hamburger-layer-height);stroke-linecap:var(--burguer-rounded);stroke-linejoin:var(--burguer-rounded);--length:24;--offset:-38;stroke-dasharray:var(--length) var(--total-length);stroke-dashoffset:var(--offset);transition:all var(--burguer-duration) var(--burguer-easing)}.next-burger-animated circle{fill:#fff3;opacity:0}.next-burger-animated--1--opened svg .line--1,.next-burger-animated--1--opened svg .line--3,.next-burger-animated--2--opened svg .line--1,.next-burger-animated--2--opened svg .line--3{--length:22.627416998}.next-burger-animated--1--opened svg .line--2,.next-burger-animated--2--opened svg .line--2{--length:0}.next-burger-animated--3--opened svg .line--1,.next-burger-animated--3--opened svg .line--3,.next-burger-animated--4--opened svg .line--1,.next-burger-animated--4--opened svg .line--3{--length:8.602325267}.next-burger-animated--1 .line--1,.next-burger-animated--1 .line--3{--total-length:126.74183044433594}.next-burger-animated--1 .line--2{--total-length:70}.next-burger-animated--1--opened svg .line--1,.next-burger-animated--1--opened svg .line--3{--offset:-94.1149185097}.next-burger-animated--1--opened svg .line--2{--offset:-50}.next-burger-animated--2 .line--1,.next-burger-animated--2 .line--3{--total-length:111.22813415527344;--offset:-50.22813415527344}.next-burger-animated--2 .line--2{--total-length:99}.next-burger-animated--2--opened svg path{transform:scale(1.65) translateX(30px)}.next-burger-animated--2--opened svg .line--1,.next-burger-animated--2--opened svg .line--3{--offset:-16.9705627485}.next-burger-animated--2--opened svg .line--2{--offset:-20}.next-burger-animated--3 .line--1,.next-burger-animated--3 .line--3{--total-length:126.38166809082031}.next-burger-animated--3 .line--2{--total-length:80}.next-burger-animated--3--opened svg .line--1,.next-burger-animated--3--opened svg .line--3{--offset:-109.1770175568}.next-burger-animated--4 .line--1,.next-burger-animated--4 .line--3{--total-length:103.35061645507812;--offset:-42.35061645507812}.next-burger-animated--4 .line--2{--total-length:99}.next-burger-animated--4--opened svg path{transform:scale(1.65) translateX(31px)}.next-burger-animated--4--opened svg .line--1,.next-burger-animated--4--opened svg .line--3{--offset:-8.602325267}.next-burger-animated--4--opened svg .line--2{--offset:-7}.next-burger-animated--distorsionv3{cursor:pointer;position:relative;background:none;--burguer-rounded:round;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-easing:ease;--burguer-dimensions:50px;--hamburger-layer-height:4px;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-animated--distorsionv3 svg{width:calc(var(--burguer-dimensions) * 1.777);height:calc(var(--burguer-dimensions) * 1.333);top:calc(var(--burguer-dimensions) * -0.1666);left:calc(var(--burguer-dimensions) * -0.3888);stroke:var(--burguer-stroke-color);stroke-width:var(--hamburger-layer-height);stroke-linecap:var(--burguer-rounded);stroke-linejoin:var(--burguer-rounded);fill:none;display:block;position:absolute}.next-burger-animated--distorsionv3 svg path{transition:stroke-dasharray var(--duration,var(--burguer-duration)) var(--easing,var(--burguer-easing)) var(--delay,0s),stroke-dashoffset var(--duration,var(--burguer-duration)) var(--easing,var(--burguer-easing)) var(--delay,0s);stroke-dasharray:var(--array-1,26px) var(--array-2,100px);stroke-dashoffset:var(--offset,126px);transform:translateZ(0)}.next-burger-animated--distorsionv3 svg path:nth-child(2){--duration:var(--burguer-duration);--easing:ease-in;--offset:100px;--array-2:74px}.next-burger-animated--distorsionv3 svg path:nth-child(3){--offset:133px;--array-2:107px}.next-burger-animated--distorsionv3--opened svg path{--offset:57px}.next-burger-animated--distorsionv3--opened svg path:nth-child(1),.next-burger-animated--distorsionv3--opened svg path:nth-child(3){--delay:calc(var(--burguer-duration) * 0.2142);--easing:cubic-bezier(0.2, 0.4, 0.2, 1.1)}.next-burger-animated--distorsionv3--opened svg path:nth-child(2){--duration:calc(var(--burguer-duration) * 0.5714);--offset:2px;--array-1:1px}.next-burger-animated--distorsionv3--opened svg path:nth-child(3){--offset:58px}.next-burger-animated--chevron{cursor:pointer;position:relative;--burguer-dimensions:50px;--burguer-rounded:round;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-duration-reduced:calc(var(--burguer-duration) / 4);--burguer-easing:ease;--hamburger-layer-height:4px}.next-burger-animated--chevron,.next-burger-animated--chevron *{will-change:unset}.next-burger-animated--chevron .nav{width:var(--burguer-dimensions);height:var(--burguer-dimensions);--color:var(--burguer-stroke-color);background:none;position:relative;display:flex;justify-content:center;align-items:center}.next-burger-animated--chevron .nav svg{width:var(--burguer-dimensions);height:var(--burguer-dimensions);fill:none;stroke:var(--color);stroke-width:var(--hamburger-layer-height);stroke-linecap:var(--burguer-rounded);stroke-linejoin:var(--burguer-rounded)}.next-burger-animated--chevron .nav svg use:nth-of-type(1){opacity:1;stroke-dashoffset:221;stroke-dasharray:46 249;transition:stroke-dashoffset var(--burguer-duration-reduced) var(--burguer-easing) calc(var(--burguer-duration-reduced) * 1.666),stroke-dasharray var(--burguer-duration-reduced) var(--burguer-easing) calc(var(--burguer-duration-reduced) * 1.666),opacity 0s var(--burguer-easing) calc(var(--burguer-duration-reduced) * 1.666)}.next-burger-animated--chevron .nav svg use:nth-of-type(2){animation:stroke-animation-reverse calc(var(--burguer-duration-reduced) * 10) ease-out forwards}.next-burger-animated--chevron .nav input{position:absolute;height:100%;width:100%;z-index:2;cursor:pointer;opacity:0}.next-burger-animated--chevron .nav input:checked+svg use:nth-of-type(1){stroke-dashoffset:175;stroke-dasharray:0 295;opacity:0;transition:stroke-dashoffset calc(var(--burguer-duration-reduced) * 0.58333) var(--burguer-easing) calc(var(--burguer-duration-reduced) * 0.58333),stroke-dasharray calc(var(--burguer-duration-reduced) * 0.58333) var(--burguer-easing) calc(var(--burguer-duration-reduced) * 0.58333),opacity 0s var(--burguer-easing) calc(var(--burguer-duration-reduced) * 1.1666)}.next-burger-animated--chevron .nav input:checked+svg use:nth-of-type(2){animation:stroke-animation calc(var(--burguer-duration-reduced) * 10) ease-out forwards}@keyframes stroke-animation{0%{stroke-dashoffset:295;stroke-dasharray:25 270}50%{stroke-dashoffset:68;stroke-dasharray:59 236}65%{stroke-dashoffset:59;stroke-dasharray:59 236}100%{stroke-dashoffset:68;stroke-dasharray:59 236}}@keyframes stroke-animation-reverse{0%{stroke-dashoffset:68;stroke-dasharray:59 236}50%{stroke-dashoffset:290;stroke-dasharray:25 270}65%{stroke-dashoffset:295;stroke-dasharray:25 270}100%{stroke-dashoffset:290;stroke-dasharray:25 270}}.next-burger-flipped{background-color:#fff0;cursor:pointer;position:relative;--burguer-dimensions:50px;--burguer-rounded:round;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-easing:ease;--hamburger-layer-height:4px;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-flipped svg{-webkit-tap-highlight-color:#fff0;transition:transform var(--burguer-duration);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-flipped[class$="--opened"] .hamRotate{transform:rotate(45deg)}.next-burger-flipped[class$="--opened"] .hamRotate180{transform:rotate(180deg)}.next-burger-flipped .line{fill:none;transition:stroke-dasharray var(--burguer-duration),stroke-dashoffset var(--burguer-duration);transition-timing-function:var(--burguer-easing);stroke:var(--burguer-stroke-color);stroke-width:var(--hamburger-layer-height);stroke-linecap:var(--burguer-rounded)}.next-burger-flipped--flipping svg .top{stroke-dasharray:40.1 139}.next-burger-flipped--flipping svg .bottom{stroke-dasharray:40.1 180}.next-burger-flipped--flipping--opened svg .top{stroke-dashoffset:-98px}.next-burger-flipped--flipping--opened svg .bottom{stroke-dashoffset:-138px}.next-burger-flipped--flippingarrow svg .top{stroke-dasharray:40.1 121}.next-burger-flipped--flippingarrow svg .bottom{stroke-dasharray:40.1 121}.next-burger-flipped--flippingarrow--opened svg .top{stroke-dashoffset:-102px}.next-burger-flipped--flippingarrow--opened svg .bottom{stroke-dashoffset:-102px}.next-burger-flipped--flippingtitle svg .top{stroke-dasharray:40.1 130}.next-burger-flipped--flippingtitle svg .middle{stroke-dasharray:40.1 140}.next-burger-flipped--flippingtitle svg .bottom{stroke-dasharray:40.1 205}.next-burger-flipped--flippingtitle--opened svg .top{stroke-dasharray:75 130;stroke-dashoffset:-63px}.next-burger-flipped--flippingtitle--opened svg .middle{stroke-dashoffset:-102px}.next-burger-flipped--flippingtitle--opened svg .bottom{stroke-dasharray:110 205;stroke-dashoffset:-86px}.next-burger-flipped--flippingv4 svg .top{stroke-dasharray:40.1 121}.next-burger-flipped--flippingv4 svg .bottom{stroke-dasharray:40.1 121}.next-burger-flipped--flippingv4--opened svg .top{stroke-dashoffset:-68px}.next-burger-flipped--flippingv4--opened svg .bottom{stroke-dashoffset:-68px}.next-burger-flipped--flippingarrowv2 svg .top{stroke-dasharray:40.1 82}.next-burger-flipped--flippingarrowv2 svg .bottom{stroke-dasharray:40.1 82}.next-burger-flipped--flippingarrowv2--opened svg .top{stroke-dasharray:14 82;stroke-dashoffset:-72px}.next-burger-flipped--flippingarrowv2--opened svg .bottom{stroke-dasharray:14 82;stroke-dashoffset:-72px}.next-burger-flipped--flippingv3 svg .top{stroke-dasharray:40.1 172}.next-burger-flipped--flippingv3 svg .middle{stroke-dasharray:40.1 111}.next-burger-flipped--flippingv3 svg .bottom{stroke-dasharray:40.1 172}.next-burger-flipped--flippingv3--opened svg .top{stroke-dashoffset:-132px}.next-burger-flipped--flippingv3--opened svg .middle{stroke-dashoffset:-71px}.next-burger-flipped--flippingv3--opened svg .bottom{stroke-dashoffset:-132px}.next-burger-flipped--flippingv2 svg .top{stroke-dasharray:40.1 82}.next-burger-flipped--flippingv2 svg .middle{stroke-dasharray:40.1 111}.next-burger-flipped--flippingv2 svg .bottom{stroke-dasharray:40.1 161}.next-burger-flipped--flippingv2--opened svg .top{stroke-dasharray:17 82;stroke-dashoffset:-62px}.next-burger-flipped--flippingv2--opened svg .middle{stroke-dashoffset:23px}.next-burger-flipped--flippingv2--opened svg .bottom{stroke-dashoffset:-83px}.next-burger-flipped--flippingv5 svg .top{stroke-dasharray:40.1 160}.next-burger-flipped--flippingv5 svg .middle{stroke-dasharray:40.1 142;transform-origin:50%;transition:transform var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-flipped--flippingv5 svg .bottom{stroke-dasharray:40.1 85;transform-origin:50%;transition:transform var(--burguer-duration),stroke-dashoffset var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-flipped--flippingv5--opened svg .top{stroke-dashoffset:-64px}.next-burger-flipped--flippingv5--opened svg .middle{transform:rotate(90deg)}.next-burger-flipped--flippingv5--opened svg .bottom{stroke-dashoffset:-64px}.next-burger-disfigured{--burguer-dimensions:50px;--hamburger-layer-height:5px;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-easing:ease;--hamburger-border-radius:4px}.next-burger-disfigured--bottom-arrow{width:calc(var(--burguer-dimensions) * 1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--bottom-arrow span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--bottom-arrow span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:0;left:0}.next-burger-disfigured--bottom-arrow span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions) * 0.4333);left:0}.next-burger-disfigured--bottom-arrow span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:0;left:0}.next-burger-disfigured--bottom-arrow:not(.next-burger-disfigured--bottom-arrow--opened):hover span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions) * -0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--bottom-arrow:not(.next-burger-disfigured--bottom-arrow--opened):hover span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions) * 0.4333);left:0;transition:calc(var(--burguer-duration) * 1.3333) var(--burguer-easing)}.next-burger-disfigured--bottom-arrow:not(.next-burger-disfigured--bottom-arrow--opened):hover span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:calc(var(--burguer-dimensions) * -0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--bottom-arrow--opened span:nth-child(1){left:calc(var(--burguer-dimensions) * 0.1);top:calc(var(--burguer-dimensions) * 0.4333);width:var(--burguer-dimensions);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(90deg);transition-delay:calc(var(--burguer-duration) / 2)}.next-burger-disfigured--bottom-arrow--opened span:nth-child(2){left:calc(var(--burguer-dimensions) * 0.0666);top:calc(var(--burguer-dimensions) * 0.666);width:calc(var(--burguer-dimensions) * 0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(45deg);transition-delay:alc(var(--burguer-duration) / 6)}.next-burger-disfigured--bottom-arrow--opened span:nth-child(3){left:calc(var(--burguer-dimensions) * 0.4666);top:calc(var(--burguer-dimensions) * 0.666);width:calc(var(--burguer-dimensions) * 0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(-45deg);transition-delay:calc(var(--burguer-duration) / 3)}.next-burger-disfigured--right-arrow{width:calc(var(--burguer-dimensions) * 1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--right-arrow span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--right-arrow span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:0;left:0}.next-burger-disfigured--right-arrow span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions) * 0.4333);left:0}.next-burger-disfigured--right-arrow span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:0;left:0}.next-burger-disfigured--right-arrow:not(.next-burger-disfigured--right-arrow--opened):hover span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions) * -0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--right-arrow:not(.next-burger-disfigured--right-arrow--opened):hover span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions) * 0.4333);left:0;transition:calc(var(--burguer-duration) * 1.3333) var(--burguer-easing)}.next-burger-disfigured--right-arrow:not(.next-burger-disfigured--right-arrow--opened):hover span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:calc(var(--burguer-dimensions) * -0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--right-arrow--opened{transform:rotate(-90deg)}.next-burger-disfigured--right-arrow--opened span:nth-child(1){left:calc(var(--burguer-dimensions) * 0.1);top:calc(var(--burguer-dimensions) * 0.4333);width:var(--burguer-dimensions);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(90deg);transition-delay:calc(var(--burguer-duration) / 2)}.next-burger-disfigured--right-arrow--opened span:nth-child(2){left:calc(var(--burguer-dimensions) * 0.0666);top:calc(var(--burguer-dimensions) * 0.666);width:calc(var(--burguer-dimensions) * 0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(45deg);transition-delay:calc(var(--burguer-duration) / 6)}.next-burger-disfigured--right-arrow--opened span:nth-child(3){left:calc(var(--burguer-dimensions) * 0.4666);top:calc(var(--burguer-dimensions) * 0.666);width:calc(var(--burguer-dimensions) * 0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(-45deg);transition-delay:calc(var(--burguer-duration) / 3)}.next-burger-disfigured--left-arrow{width:calc(var(--burguer-dimensions) * 1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--left-arrow span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--left-arrow span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:0;left:0}.next-burger-disfigured--left-arrow span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions) * 0.4333);left:0}.next-burger-disfigured--left-arrow span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:0;left:0}.next-burger-disfigured--left-arrow:not(.next-burger-disfigured--left-arrow--opened):hover span:nth-child(1){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions) * -0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--left-arrow:not(.next-burger-disfigured--left-arrow--opened):hover span:nth-child(2){width:100%;height:var(--hamburger-layer-height);display:block;top:calc(var(--burguer-dimensions) * 0.4333);left:0;transition:calc(var(--burguer-duration) * 1.3333) var(--burguer-easing)}.next-burger-disfigured--left-arrow:not(.next-burger-disfigured--left-arrow--opened):hover span:nth-child(3){width:100%;height:var(--hamburger-layer-height);display:block;bottom:calc(var(--burguer-dimensions) * -0.0666);left:0;transition:var(--burguer-duration) var(--burguer-easing)}.next-burger-disfigured--left-arrow--opened{transform:rotate(90deg)}.next-burger-disfigured--left-arrow--opened span:nth-child(1){left:calc(var(--burguer-dimensions) * 0.1);top:calc(var(--burguer-dimensions) * 0.4333);width:var(--burguer-dimensions);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(90deg);transition-delay:calc(var(--burguer-duration) / 2)}.next-burger-disfigured--left-arrow--opened span:nth-child(2){left:calc(var(--burguer-dimensions) * 0.0666);top:calc(var(--burguer-dimensions) * 0.666);width:calc(var(--burguer-dimensions) * 0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(45deg);transition-delay:calc(var(--burguer-duration) / 6)}.next-burger-disfigured--left-arrow--opened span:nth-child(3){left:calc(var(--burguer-dimensions) * 0.4666);top:calc(var(--burguer-dimensions) * 0.666);width:calc(var(--burguer-dimensions) * 0.666);transition:var(--burguer-duration) var(--burguer-easing);transform:rotate(-45deg);transition-delay:calc(var(--burguer-duration) / 3)}.next-burger-disfigured--cross{width:calc(var(--burguer-dimensions) * 1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--cross span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing);width:100%;height:var(--hamburger-layer-height)}.next-burger-disfigured--cross span:nth-child(1){top:0;left:0}.next-burger-disfigured--cross span:nth-child(2){top:calc(var(--burguer-dimensions) * 0.4333);left:0;opacity:1}.next-burger-disfigured--cross span:nth-child(3){bottom:0;left:0}.next-burger-disfigured--cross:not(.next-burger-disfigured--cross--opened):hover span:nth-child(1){transform:rotate(-3deg) scaleY(1.1)}.next-burger-disfigured--cross:not(.next-burger-disfigured--cross--opened):hover span:nth-child(2){transform:rotate(3deg) scaleY(1.1)}.next-burger-disfigured--cross:not(.next-burger-disfigured--cross--opened):hover span:nth-child(3){transform:rotate(-4deg) scaleY(1.1)}.next-burger-disfigured--cross--opened span:nth-child(1){border-bottom-right-radius:0;width:var(--content-corner-width-1);height:var(--content-corner-height-1);top:calc(var(--content-corner-distance-1) * -1);right:calc(var(--content-corner-distance-1) * -1)}.next-burger-disfigured--cross--opened span:nth-child(2){border-bottom-left-radius:0;width:var(--content-corner-width-2);height:var(--content-corner-height-2);top:calc(var(--content-corner-distance-2) * -1);right:calc(var(--content-corner-distance-2) * -1)}.next-burger-disfigured--cross--opened span:nth-child(3){border-top-left-radius:0;width:var(--content-corner-width-3);height:var(--content-corner-height-3);bottom:calc(var(--content-corner-distance-3) * -1);right:calc(var(--content-corner-distance-3) * -1)}.next-burger-disfigured--cross--opened span:nth-child(4){border-top-right-radius:0;width:var(--content-corner-width-4);height:var(--content-corner-height-4);bottom:calc(var(--content-corner-distance-4) * -1);right:calc(var(--content-corner-distance-4) * -1)}.next-burger-disfigured--cross--opened span::before{left:calc(var(--thickness) * -1);border-top-right-radius:var(--thickness);box-shadow:var(--block-border-radius) calc(var(--block-border-radius) * -1) 0 var(--block-border-radius) var(--corners-background)}.next-burger-disfigured--cross--opened span[data-corner="1"]::before{top:var(--content-corner-distance-1)}.next-burger-disfigured--cross--opened span[data-corner="2"]::before{top:var(--content-corner-distance-2)}.next-burger-disfigured--cross--opened span[data-corner="3"]::before{top:var(--content-corner-distance-3)}.next-burger-disfigured--cross--opened span[data-corner="4"]::before{top:var(--content-corner-distance-4)}.next-burger-disfigured--cross--opened span::after{bottom:calc(var(--thickness) * -1);border-top-right-radius:var(--thickness);box-shadow:var(--block-border-radius) calc(var(--block-border-radius) * -1) 0 var(--block-border-radius) var(--corners-background)}.next-burger-disfigured--cross--opened span[data-corner="1"]::after{right:var(--content-corner-distance-1)}.next-burger-disfigured--cross--opened span[data-corner="2"]::after{right:var(--content-corner-distance-2)}.next-burger-disfigured--cross--opened span[data-corner="3"]::after{right:var(--content-corner-distance-3)}.next-burger-disfigured--cross--opened span[data-corner="4"]::after{right:var(--content-corner-distance-4)}.next-burger-disfigured--chevron{width:calc(var(--burguer-dimensions) * 1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--chevron span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing);width:100%;height:var(--hamburger-layer-height)}.next-burger-disfigured--chevron span:nth-child(1){top:0;left:0}.next-burger-disfigured--chevron span:nth-child(2){top:calc(var(--burguer-dimensions) * 0.4333);left:0}.next-burger-disfigured--chevron span:nth-child(3){bottom:0;left:0}.next-burger-disfigured--chevron:not(.next-burger-disfigured--chevron--opened):hover span:nth-child(1){transform:scaleY(1.2);left:calc(var(--burguer-dimensions) * -0.1666)}.next-burger-disfigured--chevron:not(.next-burger-disfigured--chevron--opened):hover span:nth-child(2){transform:rotate(5deg) scaleY(1.1)}.next-burger-disfigured--chevron:not(.next-burger-disfigured--chevron--opened):hover span:nth-child(3){transform:scaleY(1.2);left:calc(var(--burguer-dimensions) * 0.1666)}.next-burger-disfigured--chevron--opened span:nth-child(1){transform:rotate(45deg) scaleX(.7);top:calc(var(--burguer-dimensions) * 0.4333);left:calc(var(--burguer-dimensions) * -0.2666)}.next-burger-disfigured--chevron--opened span:nth-child(2){transform:scale(0);transition-duration:calc(var(--burguer-duration) / 6)}.next-burger-disfigured--chevron--opened span:nth-child(3){transform:rotate(-45deg) scaleX(.7);top:calc(var(--burguer-dimensions) * 0.4333);left:calc(var(--burguer-dimensions) * 0.2333)}.next-burger-disfigured--plus{width:calc(var(--burguer-dimensions) * 1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--plus span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing);width:100%;height:var(--hamburger-layer-height)}.next-burger-disfigured--plus span:nth-child(1){top:0;left:0}.next-burger-disfigured--plus span:nth-child(2){top:calc(var(--burguer-dimensions) * 0.4333);left:0}.next-burger-disfigured--plus span:nth-child(3){bottom:0;left:0}.next-burger-disfigured--plus:not(.next-burger-disfigured--plus--opened):hover span:nth-child(1){transform:scaleX(.8)}.next-burger-disfigured--plus:not(.next-burger-disfigured--plus--opened):hover span:nth-child(2){transform:scaleX(.5)}.next-burger-disfigured--plus:not(.next-burger-disfigured--plus--opened):hover span:nth-child(3){transform:scaleX(.8)}.next-burger-disfigured--plus--opened span:nth-child(1){transform:rotate(90deg);top:calc(var(--burguer-dimensions) * 0.4333)}.next-burger-disfigured--plus--opened span:nth-child(2){transform:scale(0);transition-duration:calc(var(--burguer-duration) / 6)}.next-burger-disfigured--plus--opened span:nth-child(3){top:calc(var(--burguer-dimensions) * 0.4333)}.next-burger-disfigured--minus{width:calc(var(--burguer-dimensions) * 1.1666);height:var(--burguer-dimensions);position:relative;cursor:pointer;display:inline-block}.next-burger-disfigured--minus span{background-color:var(--burguer-stroke-color);position:absolute;border-radius:var(--hamburger-border-radius);transition:var(--burguer-duration) var(--burguer-easing);width:100%;height:var(--hamburger-layer-height)}.next-burger-disfigured--minus span:nth-child(1){top:0;left:0}.next-burger-disfigured--minus span:nth-child(2){top:calc(var(--burguer-dimensions) * 0.4333);left:0}.next-burger-disfigured--minus span:nth-child(3){bottom:0;left:0}.next-burger-disfigured--minus:not(.next-burger-disfigured--minus--opened):hover span:nth-child(1){transform:scaleX(.8)}.next-burger-disfigured--minus:not(.next-burger-disfigured--minus--opened):hover span:nth-child(2){transform:scaleX(.5)}.next-burger-disfigured--minus:not(.next-burger-disfigured--minus--opened):hover span:nth-child(3){transform:scaleX(.8)}.next-burger-disfigured--minus--opened span:nth-child(1){top:calc(var(--burguer-dimensions) * 0.4333)}.next-burger-disfigured--minus--opened span:nth-child(2){top:calc(var(--burguer-dimensions) * 0.4333)}.next-burger-disfigured--minus--opened span:nth-child(3){top:calc(var(--burguer-dimensions) * 0.4333)}.next-burger-arrow{--burguer-dimensions:50px;--hamburger-layer-height:4px;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-easing:ease;--hamburger-border-radius:4px;background:none;--anim-menu-btn-icon-size:calc(var(--burguer-dimensions) * 0.6666);display:flex;justify-content:center;align-items:center;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.next-burger-arrow__icon{position:relative;display:block;font-size:var(--anim-menu-btn-icon-size);width:1em;height:var(--hamburger-layer-height);color:inherit;background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;-webkit-transform:scale(1);transform:scale(1);color:var(--burguer-stroke-color)}.next-burger-arrow__icon::before,.next-burger-arrow__icon::after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-image:inherit;border-radius:inherit;color:var(--burguer-stroke-color)}.next-burger-arrow__icon--close{background-size:100% 100%;will-change:transform,background-size;transition-property:background-size,-webkit-transform;transition-property:transform,background-size;transition-property:transform,background-size,-webkit-transform;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-arrow__icon--close::before,.next-burger-arrow__icon--close::after{will-change:inherit;transition:inherit}.next-burger-arrow__icon--close::before{-webkit-transform:translateY(-.25em) rotate(0);transform:translateY(-.25em) rotate(0)}.next-burger-arrow__icon--close::after{-webkit-transform:translateY(.25em) rotate(0);transform:translateY(.25em) rotate(0)}[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow__icon--close{background-size:0% 100%}[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow__icon--close::before{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow__icon--close::after{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}.next-burger-arrow_icon-left,.next-burger-arrow_icon-right,.next-burger-arrow_icon-up,.next-burger-arrow_icon-down{border-radius:var(--hamburger-border-radius);will-change:transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-arrow_icon-left::before,.next-burger-arrow_icon-left::after,.next-burger-arrow_icon-right::before,.next-burger-arrow_icon-right::after,.next-burger-arrow_icon-up::before,.next-burger-arrow_icon-up::after,.next-burger-arrow_icon-down::before,.next-burger-arrow_icon-down::after{-webkit-transform-origin:calc(var(--hamburger-layer-height)/2) 50%;transform-origin:calc(var(--hamburger-layer-height)/2) 50%;will-change:transform,width;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-arrow_icon-left::before,.next-burger-arrow_icon-right::before,.next-burger-arrow_icon-up::before,.next-burger-arrow_icon-down::before{-webkit-transform:translateY(-.25em) rotate(0);transform:translateY(-.25em) rotate(0)}.next-burger-arrow_icon-left::after,.next-burger-arrow_icon-right::after,.next-burger-arrow_icon-up::after,.next-burger-arrow_icon-down::after{-webkit-transform:translateY(.25em) rotate(0);transform:translateY(.25em) rotate(0)}.next-burger-arrow_icon-right{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-left::before,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-left::after,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-right::before,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-right::after,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-up::before,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-up::after,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-down::before,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-down::after{width:50%}[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-left::before,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-right::before,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-up::before,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-down::before{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-left::after,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-right::after,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-up::after,[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-down::after{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[class^="next-burger-arrow--"][class$="--opened"] .next-burger-arrow_icon-down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.next-burger-bounce{--burguer-dimensions:50px;--hamburger-layer-height:1.5px;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-easing:ease;width:var(--burguer-dimensions);aspect-ratio:1;display:grid;place-items:center;padding:0;scale:1;background:#fff0;border:0;cursor:pointer}.next-burger-bounce,.next-burger-bounce *{will-change:unset}.next-burger-bounce rect{height:var(--hamburger-layer-height);transform-box:fill-box;transform-origin:50% 50%;fill:var(--burguer-stroke-color)}.next-burger-bounce rect{transition:rotate var(--burguer-duration) 0s,translate var(--burguer-duration) var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.next-burger-bounce--opened rect:nth-of-type(1){translate:0 333%;rotate:-45deg}.next-burger-bounce--opened rect:nth-of-type(2){rotate:45deg}.next-burger-bounce--opened rect:nth-of-type(3){translate:0 -333%;rotate:45deg}.next-burger-bounce--opened rect{transition:translate var(--burguer-duration),rotate var(--burguer-duration) calc(var(--burguer-duration) * 1.5);transition-timing-function:var(--burguer-easing)}.next-burger-bounce--opened svg{rotate:90deg;transition:rotate calc(var(--burguer-duration) * 5) calc(var(--burguer-duration) * 2)}@supports (--custom:linear()){.next-burger-bounce{--elastic-out:linear(
    0, 0.2178 2.1%, 1.1144 8.49%,
    1.2959 10.7%, 1.3463 11.81%,
    1.3705 12.94%, 1.3726, 1.3643 14.48%,
    1.3151 16.2%, 1.0317 21.81%,
    0.941 24.01%, 0.8912 25.91%,
    0.8694 27.84%, 0.8698 29.21%,
    0.8824 30.71%, 1.0122 38.33%, 1.0357,
    1.046 42.71%, 1.0416 45.7%,
    0.9961 53.26%, 0.9839 57.54%,
    0.9853 60.71%, 1.0012 68.14%,
    1.0056 72.24%, 0.9981 86.66%, 1
    );--elastic-in-out:linear(
    0, 0.0009 8.51%, -0.0047 19.22%,
    0.0016 22.39%, 0.023 27.81%,
    0.0237 30.08%, 0.0144 31.81%,
    -0.0051 33.48%, -0.1116 39.25%,
    -0.1181 40.59%, -0.1058 41.79%, -0.0455,
    0.0701 45.34%, 0.9702 55.19%,
    1.0696 56.97%, 1.0987 57.88%,
    1.1146 58.82%, 1.1181 59.83%,
    1.1092 60.95%, 1.0057 66.48%,
    0.986 68.14%, 0.9765 69.84%,
    0.9769 72.16%, 0.9984 77.61%,
    1.0047 80.79%, 0.9991 91.48%, 1
    )}.next-burger-bounce--opened svg{transition-timing-function:var(--elastic-out)}}.bc-multi-offcanvas-menu{width:fit-content;--transition-duration-backdrop:1s;--transition-easing-backdrop:linear;--slide-duration:1s;--slide-easing:cubic-bezier(.33,1,.68,1);--width:50vw}.bc-core-burguer--multi-offcanvas-menu{top:0;z-index:3}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__items-wrapper{-webkit-transform:translateX(var(--width));transform:translateX(var(--width));top:0;right:0}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__items-wrapper{-webkit-transform:translateX(calc(var(--width)*-1));transform:translateX(calc(var(--width)*-1));top:0;left:0}.bc-multi-offcanvas-menu__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;visibility:hidden;opacity:0;background:rgb(2 105 33 / .4);-webkit-transition:visibility 0s calc(var(--transition-duration-backdrop) * 2),opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop);transition:visibility 0s calc(var(--transition-duration-backdrop) * 2),opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop)}[data-open=bc-multi-offcanvas-menu--opened] .bc-multi-offcanvas-menu__backdrop{pointer-events:auto;visibility:visible;opacity:1;-webkit-transition:opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop);transition:opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop)}.bc-multi-offcanvas-menu__items-wrapper{position:fixed;top:0;-webkit-transition:-webkit-transform var(--slide-duration) var(--slide-easing);transition:transform var(--slide-duration) var(--slide-easing);height:100vh;width:var(--width);padding:50px;--background:#a0e806;background:var(--background);display:flex;z-index:190;pointer-events:none}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__items-wrapper{right:0}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__items-wrapper{left:0}[data-open=bc-multi-offcanvas-menu--opened] .bc-multi-offcanvas-menu__items-wrapper{-webkit-transform:translateX(0);transform:translateX(0)}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__items-wrapper[data-open]{-webkit-transform:translate(-100%,0)!important;transform:translate(-100%,0)!important}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__items-wrapper[data-open]{-webkit-transform:translate(100%,0)!important;transform:translate(100%,0)!important}.bc-multi-offcanvas-menu__items-wrapper::after{position:fixed;top:0;background:var(--background);content:"";height:100%;width:100%}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__items-wrapper::after{right:calc(-100% + 1px)}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__items-wrapper::after{left:calc(-100% + 1px)}.bc-multi-offcanvas-menu__subcanvas{--subcanvas-duration:1s;--subcanvas-easing:cubic-bezier(.33,1,.68,1);position:fixed;z-index:2;top:0;overflow:auto;padding:50px;background:red;height:100vh;width:50vw;-webkit-transition:right var(--subcanvas-duration) var(--subcanvas-easing),left var(--subcanvas-duration) var(--subcanvas-easing);transition:right var(--subcanvas-duration) var(--subcanvas-easing),left var(--subcanvas-duration) var(--subcanvas-easing)}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__subcanvas{right:-200%}[data-classtype=bc-multi-offcanvas-menu--fromright] .bc-multi-offcanvas-menu__subcanvas[data-open]{right:-100%}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__subcanvas{left:-200%}[data-classtype=bc-multi-offcanvas-menu--fromleft] .bc-multi-offcanvas-menu__subcanvas[data-open]{left:-100%}.bc-parallax{display:block;width:fit-content;height:fit-content;overflow:visible}.bc-parallax .simpleParallax{height:100%;display:flex;align-items:center}.bc-parallax__element{width:100%;height:100%}.bc-parallax__to-hide{opacity:0}.bc-back-to-top{position:fixed;right:50px;bottom:50px;height:46px;width:46px;cursor:pointer;border-radius:50px;box-shadow:inset 0 0 0 2px;color:rgb(255 255 255 / .2);background-color:none;z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px)!important;transition-duration:200ms;transition-timing-function:linear;display:flex;justify-content:center;align-items:center}.bc-back-to-top__active-progress{opacity:1;visibility:visible;transform:translateY(0)!important}.bc-back-to-top__arrow-svg{position:absolute;fill:grey;width:25px;height:100%;cursor:pointer;display:block;z-index:1}.bc-back-to-top__circle-path{fill:none;stroke:grey;stroke-width:5;box-sizing:border-box}.bc-back-to-top__to-hide{opacity:0}@layer bricks {.brxe-button{width:auto}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}#brxe-fvbuxa {display: grid; align-items: initial; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap: var(--space-s)}@media (max-width: 767px) {#brxe-fvbuxa {grid-template-columns: repeat(1, minmax(0, 1fr))}}:root{--wp-components-color-destructive:#cc1818}.coreframework-panel .components-base-control__error{color:var(--wp--preset--color--vivid-red)}.coreframework-panel .components-tab-panel__tabs.disabled{opacity:.5}.coreframework-panel .components-search-control{margin-bottom:unset!important}.coreframework-panel .coreframework-color-preview{width:10px;aspect-ratio:1;border-radius:50%;margin-right:5px;flex-shrink:0;display:inline-block}.coreframework-panel .disable{opacity:.25;pointer-events:none}.coreframework-panel .disable .components-button.is-active:after{height:0}.coreframework-panel .coreframework-utility-classes{display:block!important}.coreframework-panel .coreframework-utility-classes .components-panel__row{margin:0 -15px}.coreframework-panel .coreframework-active-classes,.coreframework-panel .coreframework-search-results,.coreframework-panel .coreframework-active-other-classes,.coreframework-panel .coreframework-utility-classes .components-panel__row{display:flex;flex-wrap:wrap;max-height:300px;overflow:auto}.coreframework-panel .coreframework-active-classes .coreframework-class,.coreframework-panel .coreframework-active-other-classes .coreframework-class{width:auto}.coreframework-panel .coreframework-search-results h3{width:100%;margin-top:1em}.coreframework-panel .coreframework-class{padding:5px 7.5px;border-color:#fff0;background:rgb(0 0 0 / .05);text-align:left;cursor:pointer;width:100%;border-radius:5px;box-shadow:inset -1px 0 0 1px #fff;border:0}.coreframework-panel .coreframework-class.is-selected{background:rgba(0,124.1,186.15,.5);color:#fff}.coreframework-panel .coreframework-class.is-active,.coreframework-panel .coreframework-class.is-destructive{background:var(--wp-admin-theme-color);color:#fff}.coreframework-panel .coreframework-class.is-destructive:hover{background:var(--wp-components-color-destructive)}.coreframework-panel .coreframework-active-other-classes-heading{margin-top:1.5em}.cf-theme-toggle-button{align-items:center;aspect-ratio:1;background:#fff0;border:none;border-radius:999px;cursor:pointer;display:flex;height:100%;justify-content:center;outline:none;padding:unset;width:100%;width:30px}.cf-theme-toggle-button:focus,.cf-theme-toggle-button:hover{background:unset}.cf-theme-toggle-button svg{height:24px;width:24px}.cf-theme-toggle-button.cf-theme-dark .cf-theme-icon.cf-light-mode-icon{display:none}.cf-theme-toggle-button.cf-theme-dark .cf-theme-icon.cf-dark-mode-icon,.cf-theme-toggle-button.cf-theme-light .cf-theme-icon.cf-light-mode-icon{display:block}.cf-theme-toggle-button.cf-theme-light .cf-theme-icon.cf-dark-mode-icon{display:none}.cf-theme-toggle-button svg.cf-light-mode-icon{color:#fff}.cf-theme-toggle-button svg.cf-dark-mode-icon{color:#000}html.cf-theme-dark .cf-theme-toggle-button .cf-dark-mode-icon{display:block}html.cf-theme-dark .cf-theme-toggle-button .cf-light-mode-icon{display:none}html.cf-theme-light .cf-theme-toggle-button .cf-dark-mode-icon{display:none}html.cf-theme-light .cf-theme-toggle-button .cf-light-mode-icon{display:block}html:not(.cf-theme-dark):not(.cf-theme-light) .cf-theme-toggle-button .cf-dark-mode-icon{display:none}.show-icon-labels .coreframework-utility-classes .components-tab-panel__tabs{display:grid;grid-template-columns:repeat(2,1fr);border-bottom:2px solid var(--wp-components-color-foreground,#1e1e1e)}.show-icon-labels .coreframework-utility-classes .components-tab-panel__tabs .components-button.has-icon{text-align:left}.ccon_gravity_wrapper .gform_heading{margin-bottom:3rem}.gform-theme--foundation .ccon_gravity .gform_fields{row-gap:3rem}.ccon_gravity .gform-footer .gform_button{color:var(--primary)!important;background-color:transparent!important;border:solid 1px var(--primary)!important;border-radius:var(--radius-full)!important;padding-inline:4rem!important;transition:all .3s ease-out!important}.ccon_gravity .gform-footer .gform_button:hover{color:var(--text-light)!important;background-color:var(--primary)!important}.bricks-is-frontend .animation-trigger{opacity:0}.animate{animation-name:fadeAnimation;animation-delay:calc(var(--delay, 0) * 200ms);animation-duration:var(--duration,400ms);animation-timing-function:ease-in-out;animation-fill-mode:forwards}.animation--left-to-right{--translate:-20px,0,0}.animation--right-to-left{--translate:20px,0,0}.animation--top-to-bottom{--translate:0,-20px,0}.animation--bottom-to-top{--translate:0,20px,0}@keyframes fadeAnimation{from{transform:translate3d(var(--translate))}to{opacity:1;transform:translate3d(0,0,0)}}.acf-repeater-row:nth-child(odd) .acf-row-handle.order{background-color:red}:root {--min-viewport: 360;--max-viewport: 1400;--base-font: 10;--clamp-unit: 1vw;--min-screen-width: 320px;--max-screen-width: 1400px;--primary: hsla(27,91.4%,54.31%,1);--primary-d-1: hsla(27,73%,43%,1);--primary-d-2: hsla(26,68%,33%,1);--primary-d-3: hsla(26,62%,22%,1);--primary-d-4: hsla(26,53%,13%,1);--primary-l-1: hsla(25,97%,65%,1);--primary-l-2: hsla(25,100%,74%,1);--primary-l-3: hsla(26,100%,83%,1);--primary-l-4: hsla(26,100%,91%,1);--secondary: #00943C;--secondary-d-1: hsla(139,73%,26%,1);--secondary-d-2: hsla(135,59%,21%,1);--secondary-d-3: hsla(132,46%,16%,1);--secondary-d-4: hsla(127,32%,10%,1);--secondary-l-1: hsla(131,35%,49%,1);--secondary-l-2: hsla(127,33%,63%,1);--secondary-l-3: hsla(125,33%,75%,1);--secondary-l-4: hsla(123,33%,88%,1);--accent: hsla(48,90.63%,62.35%,1);--accent-d-1: hsla(48,53%,49%,1);--accent-d-2: hsla(47,50%,37%,1);--accent-d-3: hsla(47,45%,25%,1);--accent-d-4: hsla(46,37%,14%,1);--accent-l-1: hsla(47,94%,71%,1);--accent-l-2: hsla(45,98%,79%,1);--accent-l-3: hsla(45,100%,86%,1);--accent-l-4: hsla(45,100%,93%,1);--bg-body: hsla(280,0%,100%,1);--bg-surface: hsla(0,0%,78%,1);--bg-surface-d-1: hsla(0,0%,65%,1);--bg-surface-d-2: hsla(0,0%,37%,1);--bg-surface-d-3: hsla(0,0%,19%,1);--bg-surface-l-1: hsla(0,0%,83%,1);--bg-surface-l-2: hsla(0,0%,89%,1);--bg-surface-l-3: hsla(0,0%,94%,1);--bg-dark-secondary: hsla(127,32%,10%,1);--bg-dark-secondary-5: hsla(127,32%,10%,0.05);--bg-dark-secondary-10: hsla(127,32%,10%,0.1);--bg-dark-secondary-20: hsla(127,32%,10%,0.2);--bg-dark-secondary-30: hsla(127,32%,10%,0.3);--bg-dark-secondary-40: hsla(127,32%,10%,0.4);--bg-dark-secondary-50: hsla(127,32%,10%,0.5);--bg-dark-secondary-60: hsla(127,32%,10%,0.6);--bg-dark-secondary-70: hsla(127,32%,10%,0.7);--bg-dark-secondary-80: hsla(127,32%,10%,0.8);--bg-dark-secondary-90: hsla(127,32%,10%,0.9);--bg-footer: hsla(60,7%,23%,1);--bg-footer-d-1: hsla(60,6%,19%,1);--bg-footer-d-2: hsla(60,6%,15%,1);--bg-footer-d-3: hsla(60,5%,11%,1);--bg-footer-d-4: hsla(59,6%,7%,1);--text-body: hsla(60,0%,25%,1);--text-title: hsla(60,0%,25%,1);--text-light: hsla(0,100%,100%,1);--border-primary: hsla(0,0%,50%,0.25);--shadow-primary: hsla(0,0%,0%,0.15);--light: hsla(59,0%,98%,1);--light-d-1: hsla(0,0%,76%,1);--light-d-2: hsla(0,0%,56%,1);--light-d-3: hsla(0,0%,36%,1);--light-d-4: hsla(0,0%,19%,1);--dark: hsla(280,13%,12%,1);--dark-5: hsla(280,13%,12%,0.05);--dark-10: hsla(280,13%,12%,0.1);--dark-20: hsla(280,13%,12%,0.2);--dark-30: hsla(280,13%,12%,0.3);--dark-40: hsla(280,13%,12%,0.4);--dark-50: hsla(280,13%,12%,0.5);--dark-60: hsla(280,13%,12%,0.6);--dark-70: hsla(280,13%,12%,0.7);--dark-80: hsla(280,13%,12%,0.8);--dark-90: hsla(280,13%,12%,0.9);--dark-l-1: hsla(278,5%,27%,1);--dark-l-2: hsla(278,3%,44%,1);--dark-l-3: hsla(279,2%,62%,1);--dark-l-4: hsla(279,2%,80%,1);--success: hsl(136,95%,56%);--error: hsl(351,95%,56%);--always-light: hsla(55,100%,97%,1);--always-light-d-1: hsla(56,7%,70%,1);--always-light-d-2: hsla(56,3%,45%,1);--always-light-d-3: hsla(56,3%,23%,1);--always-dark: hsla(280,13%,12%,1);--always-dark-d-1: hsl(278,12%,10%);--always-dark-d-2: hsl(280,12%,7%);--always-dark-d-3: hsl(280,16%,4%);--space-4xs: clamp(0.52rem,calc(-0.09vw + 0.55rem),0.42rem);--space-3xs: clamp(0.66rem,calc(-0.05vw + 0.67rem),0.6rem);--space-2xs: clamp(0.82rem,calc(0.03vw + 0.81rem),0.85rem);--space-xs: clamp(1.02rem,calc(0.16vw + 0.97rem),1.2rem);--space-s: clamp(1.28rem,calc(0.39vw + 1.16rem),1.7rem);--space-m: clamp(1.6rem,calc(0.74vw + 1.36rem),2.4rem);--space-l: clamp(2rem,calc(1.29vw + 1.59rem),3.39rem);--space-xl: clamp(2.5rem,calc(2.13vw + 1.82rem),4.8rem);--space-2xl: clamp(3.13rem,calc(3.39vw + 2.04rem),6.78rem);--space-3xl: clamp(3.91rem,calc(5.27vw + 2.22rem),9.59rem);--space-4xl: clamp(4.88rem,calc(8.04vw + 2.31rem),13.57rem);--text-xs: clamp(0.9rem,calc(0vw + 0.89rem),0.9rem);--text-s: clamp(1.12rem,calc(0.07vw + 1.1rem),1.2rem);--text-m: clamp(1.4rem,calc(0.19vw + 1.34rem),1.6rem);--text-l: clamp(1.75rem,calc(0.35vw + 1.64rem),2.13rem);--text-xl: clamp(2.19rem,calc(0.61vw + 1.99rem),2.84rem);--text-2xl: clamp(2.73rem,calc(0.98vw + 2.42rem),3.79rem);--text-3xl: clamp(3.42rem,calc(1.51vw + 2.93rem),5.05rem);--text-4xl: clamp(4.27rem,calc(2.28vw + 3.54rem),6.73rem);--text-5xl: clamp(5.34rem,calc(3.37vw + 4.26rem),8.98rem);--text-6xl: clamp(6.68rem,calc(4.9vw + 5.11rem),11.97rem);--columns-1: repeat(1,minmax(0,1fr));--columns-2: repeat(2,minmax(0,1fr));--columns-3: repeat(3,minmax(0,1fr));--columns-4: repeat(4,minmax(0,1fr));--columns-5: repeat(5,minmax(0,1fr));--columns-6: repeat(6,minmax(0,1fr));--columns-7: repeat(7,minmax(0,1fr));--columns-8: repeat(8,minmax(0,1fr));--columns-9: repeat(9,minmax(0,1fr));--columns-10: repeat(10,minmax(0,1fr));--columns-11: repeat(11,minmax(0,1fr));--columns-12: repeat(12,minmax(0,1fr));--radius-xs: .5rem;--radius-s: 1rem;--radius-m: 3rem;--radius-l: 5rem;--radius-full: 999rem;--shadow-xs: 0 1px 2px var(--shadow-primary);--shadow-s: 0 1.5px 3px var(--shadow-primary);--shadow-m: 0 2px 6px var(--shadow-primary);--shadow-l: 0 3px 12px var(--shadow-primary);--shadow-xl: 0 6px 48px var(--shadow-primary);} body {font-family: "Roboto"; font-size: var(--text-m); color: var(--text-body); font-weight: 400; line-height: 1.4em} h1, h2, h3, h4, h5, h6 {font-family: "Roboto"; color: var(--text-title); font-weight: 700} .brxe-container {width: var(--max-screen-width); min-width: var(--min-screen-width)} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width); min-width: var(--min-screen-width)}:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--secondary)}:where(:root) .bricks-background-secondary {background-color: var(--secondary)}:where(:root) .bricks-color-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)}:where(:root) .bricks-color-warning {color: var(--error)}:where(:root) .bricks-background-warning {background-color: var(--error)}:where(:root) .bricks-color-light {color: var(--light)}:where(:root) .bricks-background-light {background-color: var(--light)}:where(:root) .bricks-color-dark {color: var(--dark)}:where(:root) .bricks-background-dark {background-color: var(--dark)} :where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content):not([data-source="bricks"]) a, :where(.brxe-posts .dynamic p) a, :where(.brxe-shortcode) a, :where(.brxe-tabs .tab-content) a, :where(.brxe-team-members) .description a, :where(.brxe-testimonials) .testimonial-content-wrapper a, :where(.brxe-text) a, :where(a.brxe-text), :where(.brxe-text-basic) a, :where(a.brxe-text-basic), :where(.brxe-post-comments) .comment-content a {color: var(--primary); transition: color .3s ease} :where(.brxe-accordion .accordion-content-wrapper) a:hover, :where(.brxe-icon-box .content) a:hover, :where(.brxe-list) a:hover, :where(.brxe-post-content):not([data-source="bricks"]) a:hover, :where(.brxe-posts .dynamic p) a:hover, :where(.brxe-shortcode) a:hover, :where(.brxe-tabs .tab-content) a:hover, :where(.brxe-team-members) .description a:hover, :where(.brxe-testimonials) .testimonial-content-wrapper a:hover, :where(.brxe-text) a:hover, :where(a.brxe-text):hover, :where(.brxe-text-basic) a:hover, :where(a.brxe-text-basic):hover, :where(.brxe-post-comments) .comment-content a:hover {color: var(--primary-d-3)} .brxe-section {padding-right: var(--space-l); padding-left: var(--space-l)}@layer bricks {.brxe-toggle{background-color:transparent;border:0;color:inherit;font:inherit;margin:0;overflow:visible;text-transform:none;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.brxa-wrap{display:inline-block;height:24px;position:relative;width:40px}.brxa-inner{display:block;margin-top:-2px;top:50%}.brxa-inner,.brxa-inner:after,.brxa-inner:before{background-color:currentcolor;border-radius:4px;height:4px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:40px}.brxa-inner:after,.brxa-inner:before{content:"";display:block}.brxa-inner:before{top:-10px}.brxa-inner:after{bottom:-10px}.brxa--3dx-r .brxa-wrap{perspective:80px}.brxa--3dx-r .brxa-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dx-r .brxa-inner:after,.brxa--3dx-r .brxa-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dx-r.is-active .brxa-inner{background-color:transparent!important;transform:rotateY(-180deg)}.brxa--3dx-r.is-active .brxa-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.brxa--3dx-r.is-active .brxa-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.brxa--3dx .brxa-wrap{perspective:80px}.brxa--3dx .brxa-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dx .brxa-inner:after,.brxa--3dx .brxa-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dx.is-active .brxa-inner{background-color:transparent!important;transform:rotateY(180deg)}.brxa--3dx.is-active .brxa-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.brxa--3dx.is-active .brxa-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.brxa--3dy-r .brxa-wrap{perspective:80px}.brxa--3dy-r .brxa-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dy-r .brxa-inner:after,.brxa--3dy-r .brxa-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dy-r.is-active .brxa-inner{background-color:transparent!important;transform:rotateX(180deg)}.brxa--3dy-r.is-active .brxa-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.brxa--3dy-r.is-active .brxa-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.brxa--3dy .brxa-wrap{perspective:80px}.brxa--3dy .brxa-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dy .brxa-inner:after,.brxa--3dy .brxa-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dy.is-active .brxa-inner{background-color:transparent!important;transform:rotateX(-180deg)}.brxa--3dy.is-active .brxa-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.brxa--3dy.is-active .brxa-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.brxa--3dxy-r .brxa-wrap{perspective:80px}.brxa--3dxy-r .brxa-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dxy-r .brxa-inner:after,.brxa--3dxy-r .brxa-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dxy-r.is-active .brxa-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.brxa--3dxy-r.is-active .brxa-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.brxa--3dxy-r.is-active .brxa-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.brxa--3dxy .brxa-wrap{perspective:80px}.brxa--3dxy .brxa-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dxy .brxa-inner:after,.brxa--3dxy .brxa-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.brxa--3dxy.is-active .brxa-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.brxa--3dxy.is-active .brxa-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.brxa--3dxy.is-active .brxa-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrow-r .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrow-r .brxa-inner:before,.brxa--arrow-r.is-active .brxa-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrow-r .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrow-r .brxa-inner:after,.brxa--arrow-r.is-active .brxa-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrow .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrow .brxa-inner:before,.brxa--arrow.is-active .brxa-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrow .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrow .brxa-inner:after,.brxa--arrow.is-active .brxa-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.brxa--arrowalt-r .brxa-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.brxa--arrowalt-r .brxa-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowalt-r .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowalt-r .brxa-inner:before,.brxa--arrowalt-r.is-active .brxa-inner:before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowalt-r .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowalt-r .brxa-inner:after,.brxa--arrowalt-r.is-active .brxa-inner:after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.brxa--arrowalt .brxa-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.brxa--arrowalt .brxa-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowalt .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowalt .brxa-inner:before,.brxa--arrowalt.is-active .brxa-inner:before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowalt .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowalt .brxa-inner:after,.brxa--arrowalt.is-active .brxa-inner:after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn-r .brxa-inner,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn-r .brxa-inner,.brxa--arrowturn-r.is-active .brxa-inner{transform:rotate(-180deg)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn-r .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn-r .brxa-inner:before,.brxa--arrowturn-r.is-active .brxa-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn-r .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn-r .brxa-inner:after,.brxa--arrowturn-r.is-active .brxa-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn .brxa-inner,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn .brxa-inner,.brxa--arrowturn.is-active .brxa-inner{transform:rotate(-180deg)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn .brxa-inner:before,.brxa--arrowturn.is-active .brxa-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--arrowturn .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--arrowturn .brxa-inner:after,.brxa--arrowturn.is-active .brxa-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.brxa--boring .brxa-inner,.brxa--boring .brxa-inner:after,.brxa--boring .brxa-inner:before{transition-property:none}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--boring .brxa-inner,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--boring .brxa-inner,.brxa--boring.is-active .brxa-inner{transform:rotate(45deg)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--boring .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--boring .brxa-inner:before,.brxa--boring.is-active .brxa-inner:before{opacity:0;top:0}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--boring .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--boring .brxa-inner:after,.brxa--boring.is-active .brxa-inner:after{bottom:0;transform:rotate(-90deg)}.brxa--collapse-r .brxa-inner{bottom:0;top:auto;transition-delay:.13s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.brxa--collapse-r .brxa-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.brxa--collapse-r .brxa-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.brxa--collapse-r.is-active .brxa-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.brxa--collapse-r.is-active .brxa-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.brxa--collapse-r.is-active .brxa-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.brxa--collapse .brxa-inner{bottom:0;top:auto;transition-delay:.13s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.brxa--collapse .brxa-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.brxa--collapse .brxa-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.brxa--collapse.is-active .brxa-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.brxa--collapse.is-active .brxa-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.brxa--collapse.is-active .brxa-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.brxa--elastic-r .brxa-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.brxa--elastic-r .brxa-inner:before{top:10px;transition:opacity .125s ease .275s}.brxa--elastic-r .brxa-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.brxa--elastic-r.is-active .brxa-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:75ms}.brxa--elastic-r.is-active .brxa-inner:before{opacity:0;transition-delay:0s}.brxa--elastic-r.is-active .brxa-inner:after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:75ms}.brxa--elastic .brxa-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.brxa--elastic .brxa-inner:before{top:10px;transition:opacity .125s ease .275s}.brxa--elastic .brxa-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.brxa--elastic.is-active .brxa-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms}.brxa--elastic.is-active .brxa-inner:before{opacity:0;transition-delay:0s}.brxa--elastic.is-active .brxa-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:75ms}.brxa--emphatic-r .brxa-inner{transition:background-color .125s ease-in .175s}.brxa--emphatic-r .brxa-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.brxa--emphatic-r .brxa-inner:after{right:0;top:10px;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.brxa--emphatic-r.is-active .brxa-inner{background-color:transparent!important;transition-delay:0s;transition-timing-function:ease-out}.brxa--emphatic-r.is-active .brxa-inner:before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.brxa--emphatic-r.is-active .brxa-inner:after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.brxa--emphatic .brxa-inner{transition:background-color .125s ease-in .175s}.brxa--emphatic .brxa-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.brxa--emphatic .brxa-inner:after{right:0;top:10px;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.brxa--emphatic.is-active .brxa-inner{background-color:transparent!important;transition-delay:0s;transition-timing-function:ease-out}.brxa--emphatic.is-active .brxa-inner:before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.brxa--emphatic.is-active .brxa-inner:after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.brxa--minus .brxa-inner:after,.brxa--minus .brxa-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--minus .brxa-inner:after,.brx-body.iframe .brxe-nav-nested.brx-open .brxa--minus .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--minus .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--minus .brxa-inner:before,.brxa--minus.is-active .brxa-inner:after,.brxa--minus.is-active .brxa-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--minus .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--minus .brxa-inner:before,.brxa--minus.is-active .brxa-inner:before{top:0}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--minus .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--minus .brxa-inner:after,.brxa--minus.is-active .brxa-inner:after{bottom:0}.brxa--slider-r .brxa-inner{top:2px}.brxa--slider-r .brxa-inner:before{top:10px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.brxa--slider-r .brxa-inner:after{top:20px}.brxa--slider-r.is-active .brxa-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.brxa--slider-r.is-active .brxa-inner:before{opacity:0;transform:rotate(45deg) translate3d(5.7142857143px,-6px,0)}.brxa--slider-r.is-active .brxa-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.brxa--slider .brxa-inner{top:2px}.brxa--slider .brxa-inner:before{top:10px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.brxa--slider .brxa-inner:after{top:20px}.brxa--slider.is-active .brxa-inner{transform:translate3d(0,10px,0) rotate(45deg)}.brxa--slider.is-active .brxa-inner:before{opacity:0;transform:rotate(-45deg) translate3d(-5.7142857143px,-6px,0)}.brxa--slider.is-active .brxa-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.brxa--spin-r .brxa-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.brxa--spin-r .brxa-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.brxa--spin-r .brxa-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.brxa--spin-r.is-active .brxa-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.brxa--spin-r.is-active .brxa-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.brxa--spin-r.is-active .brxa-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.brxa--spin .brxa-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.brxa--spin .brxa-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.brxa--spin .brxa-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spin .brxa-inner,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--spin .brxa-inner,.brxa--spin.is-active .brxa-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spin .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--spin .brxa-inner:before,.brxa--spin.is-active .brxa-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spin .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--spin .brxa-inner:after,.brxa--spin.is-active .brxa-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.brxa--spring-r .brxa-inner{bottom:0;top:auto;transition-delay:0s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.brxa--spring-r .brxa-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.brxa--spring-r .brxa-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.brxa--spring-r.is-active .brxa-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.brxa--spring-r.is-active .brxa-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s}.brxa--spring-r.is-active .brxa-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.brxa--spring .brxa-inner{top:2px;transition:background-color 0s linear .13s}.brxa--spring .brxa-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.brxa--spring .brxa-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spring .brxa-inner,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--spring .brxa-inner,.brxa--spring.is-active .brxa-inner{background-color:transparent!important;transition-delay:.22s}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spring .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--spring .brxa-inner:before,.brxa--spring.is-active .brxa-inner:before{top:0;transform:translate3d(0,10px,0) rotate(45deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--spring .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--spring .brxa-inner:after,.brxa--spring.is-active .brxa-inner:after{top:0;transform:translate3d(0,10px,0) rotate(-45deg);transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s}.brxa--stand-r .brxa-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.brxa--stand-r .brxa-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.brxa--stand-r .brxa-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.brxa--stand-r.is-active .brxa-inner{background-color:transparent!important;transform:rotate(-90deg);transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.brxa--stand-r.is-active .brxa-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.brxa--stand-r.is-active .brxa-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.brxa--stand .brxa-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.brxa--stand .brxa-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.brxa--stand .brxa-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.brxa--stand.is-active .brxa-inner{background-color:transparent!important;transform:rotate(90deg);transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.brxa--stand.is-active .brxa-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.brxa--stand.is-active .brxa-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.brxa--squeeze .brxa-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.brxa--squeeze .brxa-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.brxa--squeeze .brxa-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--squeeze .brxa-inner,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--squeeze .brxa-inner,.brxa--squeeze.is-active .brxa-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--squeeze .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--squeeze .brxa-inner:before,.brxa--squeeze.is-active .brxa-inner:before{opacity:0;top:0;transition:top 75ms ease,opacity 75ms ease .12s}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--squeeze .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--squeeze .brxa-inner:after,.brxa--squeeze.is-active .brxa-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.brxa--vortex-r .brxa-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.brxa--vortex-r .brxa-inner:after,.brxa--vortex-r .brxa-inner:before{transition-delay:.1s;transition-duration:0s;transition-timing-function:linear}.brxa--vortex-r .brxa-inner:before{transition-property:top,opacity}.brxa--vortex-r .brxa-inner:after{transition-property:bottom,transform}.brxa--vortex-r.is-active .brxa-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.brxa--vortex-r.is-active .brxa-inner:after,.brxa--vortex-r.is-active .brxa-inner:before{transition-delay:0s}.brxa--vortex-r.is-active .brxa-inner:before{opacity:0;top:0}.brxa--vortex-r.is-active .brxa-inner:after{bottom:0;transform:rotate(-90deg)}.brxa--vortex .brxa-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.brxa--vortex .brxa-inner:after,.brxa--vortex .brxa-inner:before{transition-delay:.1s;transition-duration:0s;transition-timing-function:linear}.brxa--vortex .brxa-inner:before{transition-property:top,opacity}.brxa--vortex .brxa-inner:after{transition-property:bottom,transform}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--vortex .brxa-inner,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--vortex .brxa-inner,.brxa--vortex.is-active .brxa-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--vortex .brxa-inner:after,.brx-body.iframe .brxe-nav-nested.brx-open .brxa--vortex .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--vortex .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--vortex .brxa-inner:before,.brxa--vortex.is-active .brxa-inner:after,.brxa--vortex.is-active .brxa-inner:before{transition-delay:0s}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--vortex .brxa-inner:before,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--vortex .brxa-inner:before,.brxa--vortex.is-active .brxa-inner:before{opacity:0;top:0}.brx-body.iframe .brxe-nav-nested.brx-open .brxa--vortex .brxa-inner:after,.brx-body.iframe .brxe-offcanvas.brx-open .brxa--vortex .brxa-inner:after,.brxa--vortex.is-active .brxa-inner:after{bottom:0;transform:rotate(90deg)}.brxe-toggle{--brxe-toggle-scale:1;--brxe-toggle-width:40px;--brxe-toggle-height:24px;--brxe-toggle-bar-height:4px;--brxe-toggle-bar-width:40px;--brxe-toggle-bar-radius:4px;cursor:pointer;display:flex;line-height:1}.brxe-toggle:has(.brxa-wrap){transform:scale(var(--brxe-toggle-scale))}.brxe-toggle .brxa-inner,.brxe-toggle .brxa-inner:after,.brxe-toggle .brxa-inner:before{border-radius:var(--brxe-toggle-bar-radius);height:var(--brxe-toggle-bar-height);width:var(--brxe-toggle-bar-width)}}@layer bricks {.brxe-text-link{gap:5px}.brxe-text-link,.brxe-text-link span{align-items:center;display:inline-flex}.brxe-text-link span{justify-content:center}}@layer bricks {.brxe-button{width:auto}}@layer bricks {.brxe-logo{color:currentcolor;font-size:20px;font-weight:600;line-height:1}.brxe-logo img{display:block;height:auto;width:auto}.brxe-logo a{color:currentcolor;display:inline-block}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-xptolw {column-gap: var(--space-xs)}#brxe-dxnhre {display: flex; align-items: center; justify-content: center; align-self: center !important; column-gap: var(--space-m)}#brxe-jlrmzh .bricks-site-logo {width: 32rem}@media (max-width: 478px) {#brxe-jlrmzh {display: none}}#brxe-netvhv .bricks-site-logo {width: 32rem}#brxe-netvhv {display: none}@media (max-width: 478px) {#brxe-netvhv {display: block}#brxe-netvhv .bricks-site-logo {width: 13rem}}#brxe-yjqnmn .hamburger, #brxe-yjqnmn .next-burger-animated, #brxe-yjqnmn .next-burger-animated--distorsionv3, #brxe-yjqnmn .next-burger-animated--chevron, #brxe-yjqnmn .next-burger-flipped, #brxe-yjqnmn .next-burger-disfigured, #brxe-yjqnmn .next-burger-arrow {--hamburger-layer-height: 2px}#brxe-yjqnmn .bc-burguer-style1, #brxe-yjqnmn .bc-burguer-style2, #brxe-yjqnmn .bc-burguer-style3, #brxe-yjqnmn .bc-burguer-style4, #brxe-yjqnmn .bc-burguer-style5, #brxe-yjqnmn .bc-burguer-style6, #brxe-yjqnmn .bc-burguer-style7, #brxe-yjqnmn .bc-burguer-style8, #brxe-yjqnmn .bc-burguer-style9, #brxe-yjqnmn .bc-burguer-style10, #brxe-yjqnmn .hamburger, #brxe-yjqnmn .next-burger-animated, #brxe-yjqnmn .next-burger-animated--distorsionv3, #brxe-yjqnmn .next-burger-animated--chevron, #brxe-yjqnmn .next-burger-flipped, #brxe-yjqnmn .next-burger-disfigured, #brxe-yjqnmn .next-burger-arrow, #brxe-yjqnmn .next-burger-bounce {--burguer-dimensions: 4rem}#brxe-yjqnmn .bc-burguer-style1, #brxe-yjqnmn .bc-burguer-style2, #brxe-yjqnmn .bc-burguer-style3, #brxe-yjqnmn .bc-burguer-style4, #brxe-yjqnmn .bc-burguer-style5, #brxe-yjqnmn .bc-burguer-style6, #brxe-yjqnmn .bc-burguer-style7, #brxe-yjqnmn .bc-burguer-style8, #brxe-yjqnmn .bc-burguer-style9, #brxe-yjqnmn .bc-burguer-style10, #brxe-yjqnmn .next-burger-animated, #brxe-yjqnmn .next-burger-animated--distorsionv3, #brxe-yjqnmn .next-burger-animated--chevron, #brxe-yjqnmn .next-burger-flipped {--burguer-rounded: 1}#brxe-fftzbq {position: absolute; top: 0px; left: 0px}#brxe-ivnrsr {row-gap: var(--space-xs)}#brxe-llimkx {position: absolute; bottom: 0px; left: 0px}#brxe-obqbaj {justify-content: center; height: 100%; width: fit-content; row-gap: 2rem; position: relative; z-index: 0}#brxe-naargz {font-weight: 400; font-size: 16px; color: #ffffff; margin-top: 50px; display: none; top: 20px; position: absolute}@media (max-width: 767px) {#brxe-naargz {display: block}}#brxe-trkwgb {font-weight: 400; font-size: 16px; color: #ffffff; margin-top: 50px; display: none; top: 20px; position: absolute}@media (max-width: 767px) {#brxe-trkwgb {display: block}}#brxe-vomqcq {font-weight: 400; font-size: 16px; color: #ffffff; margin-top: 50px; display: none; top: 20px; position: absolute}@media (max-width: 767px) {#brxe-vomqcq {display: block}}#brxe-bxcmxm {font-weight: 400; font-size: 16px; color: #ffffff; margin-top: 50px; display: none; top: 20px; position: absolute}@media (max-width: 767px) {#brxe-bxcmxm {display: block}}#brxe-vfthjj {z-index: 9999}@media (max-width: 767px) {#brxe-vfthjj {flex-wrap: nowrap}}#brxe-slaluw {background-color: rgba(0, 0, 0, 0.75); z-index: 9998}#brxe-slaluw{-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);}#brxe-irjrrn {--width: 40rem; --transition-duration-backdrop: 0.5s; --transition-easing-backdrop: ease}#brxe-irjrrn .bc-multi-offcanvas-menu__items-wrapper {--background: var(--bg-surface)}@media (max-width: 767px) {#brxe-irjrrn {--width: 100vw}}@layer bricks {.brxe-shortcode{width:100%}}@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{overflow:hidden;position:relative}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute!important;text-align:center;width:100%;z-index:1}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-f849c2 {display: none}#brxe-24b190 {display: none}#brxe-98b4e3 {top: -15px; left: -15px}#brxe-d021f1 {bottom: -25px; right: -25px}@media (max-width: 767px) {#brxe-d021f1 {right: -14px}}@layer bricks {.brxe-back-to-top{align-items:center;appearance:none;bottom:20px;cursor:pointer;display:flex;flex-direction:row;opacity:0;position:fixed;right:20px;transition:all .1s ease-in-out;visibility:hidden;z-index:9999}.brxe-back-to-top.bricks-draggable-handle,.brxe-back-to-top.visible{opacity:1;visibility:visible}}@layer bricks {:where(.brxe-divider){align-items:center;display:flex;font-size:30px;gap:30px}:where(.brxe-divider).horizontal{width:100%}:where(.brxe-divider).horizontal .line{border-top:1px solid}:where(.brxe-divider).vertical{flex-direction:column}:where(.brxe-divider).vertical .line{border-right:1px solid;width:auto}:where(.brxe-divider) .line{position:relative;width:100%}:where(.brxe-divider) .icon{flex-shrink:0;position:relative}:where(.brxe-divider) a{display:inline-flex}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-text-link{gap:5px}.brxe-text-link,.brxe-text-link span{align-items:center;display:inline-flex}.brxe-text-link span{justify-content:center}}#brxe-mpmafo {height: auto; width: 28rem; fill: var(--text-light)}#brxe-pdaefr {font-size: var(--text-s); line-height: 1.5em}#brxe-rybeld {margin-bottom: 0}#brxe-wwxazn {flex-direction: row; justify-content: space-between; align-items: center; font-size: var(--text-s)}@media (max-width: 767px) {#brxe-wwxazn {flex-direction: column; align-self: center !important; justify-content: center; align-items: center; row-gap: var(--space-2xs)}}#brxe-vgfauq .bc-back-to-top__circle-path {stroke: var(--primary)}#brxe-vgfauq {color: var(--border-primary); transition-timing-function: easeInSine}#brxe-vtwrsd {width: 100%}@layer bricks.icons{@font-face{font-display:swap;font-display:block;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(/wp-content/themes/bricks/assets/fonts/fontawesome/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/bricks/assets/fonts/fontawesome/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-family:Font Awesome\ 6 Brands;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-rendering:auto}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}}
.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}html{font-size:62.5%}html.cf-theme-dark{color-scheme:dark}:root{--min-screen-width:320px;--max-screen-width:1400px;--primary:hsla(27,91.4%,54.31%,1);--primary-d-1:hsla(27,73%,43%,1);--primary-d-2:hsla(26,68%,33%,1);--primary-d-3:hsla(26,62%,22%,1);--primary-d-4:hsla(26,53%,13%,1);--primary-l-1:hsla(25,97%,65%,1);--primary-l-2:hsla(25,100%,74%,1);--primary-l-3:hsla(26,100%,83%,1);--primary-l-4:hsla(26,100%,91%,1);--secondary:#00943C;--secondary-d-1:hsla(139,73%,26%,1);--secondary-d-2:hsla(135,59%,21%,1);--secondary-d-3:hsla(132,46%,16%,1);--secondary-d-4:hsla(127,32%,10%,1);--secondary-l-1:hsla(131,35%,49%,1);--secondary-l-2:hsla(127,33%,63%,1);--secondary-l-3:hsla(125,33%,75%,1);--secondary-l-4:hsla(123,33%,88%,1);--accent:hsla(48,90.63%,62.35%,1);--accent-d-1:hsla(48,53%,49%,1);--accent-d-2:hsla(47,50%,37%,1);--accent-d-3:hsla(47,45%,25%,1);--accent-d-4:hsla(46,37%,14%,1);--accent-l-1:hsla(47,94%,71%,1);--accent-l-2:hsla(45,98%,79%,1);--accent-l-3:hsla(45,100%,86%,1);--accent-l-4:hsla(45,100%,93%,1);--bg-body:hsla(280,0%,100%,1);--bg-surface:hsla(0,0%,78%,1);--bg-surface-d-1:hsla(0,0%,65%,1);--bg-surface-d-2:hsla(0,0%,37%,1);--bg-surface-d-3:hsla(0,0%,19%,1);--bg-surface-l-1:hsla(0,0%,83%,1);--bg-surface-l-2:hsla(0,0%,89%,1);--bg-surface-l-3:hsla(0,0%,94%,1);--bg-dark-secondary:hsla(127,32%,10%,1);--bg-dark-secondary-5:hsla(127,32%,10%,0.05);--bg-dark-secondary-10:hsla(127,32%,10%,0.1);--bg-dark-secondary-20:hsla(127,32%,10%,0.2);--bg-dark-secondary-30:hsla(127,32%,10%,0.3);--bg-dark-secondary-40:hsla(127,32%,10%,0.4);--bg-dark-secondary-50:hsla(127,32%,10%,0.5);--bg-dark-secondary-60:hsla(127,32%,10%,0.6);--bg-dark-secondary-70:hsla(127,32%,10%,0.7);--bg-dark-secondary-80:hsla(127,32%,10%,0.8);--bg-dark-secondary-90:hsla(127,32%,10%,0.9);--bg-footer:hsla(60,7%,23%,1);--bg-footer-d-1:hsla(60,6%,19%,1);--bg-footer-d-2:hsla(60,6%,15%,1);--bg-footer-d-3:hsla(60,5%,11%,1);--bg-footer-d-4:hsla(59,6%,7%,1);--text-body:hsla(60,0%,25%,1);--text-title:hsla(60,0%,25%,1);--text-light:hsla(0,100%,100%,1);--border-primary:hsla(0,0%,50%,0.25);--shadow-primary:hsla(0,0%,0%,0.15);--light:hsla(59,0%,98%,1);--light-d-1:hsla(0,0%,76%,1);--light-d-2:hsla(0,0%,56%,1);--light-d-3:hsla(0,0%,36%,1);--light-d-4:hsla(0,0%,19%,1);--dark:hsla(280,13%,12%,1);--dark-5:hsla(280,13%,12%,0.05);--dark-10:hsla(280,13%,12%,0.1);--dark-20:hsla(280,13%,12%,0.2);--dark-30:hsla(280,13%,12%,0.3);--dark-40:hsla(280,13%,12%,0.4);--dark-50:hsla(280,13%,12%,0.5);--dark-60:hsla(280,13%,12%,0.6);--dark-70:hsla(280,13%,12%,0.7);--dark-80:hsla(280,13%,12%,0.8);--dark-90:hsla(280,13%,12%,0.9);--dark-l-1:hsla(278,5%,27%,1);--dark-l-2:hsla(278,3%,44%,1);--dark-l-3:hsla(279,2%,62%,1);--dark-l-4:hsla(279,2%,80%,1);--success:hsl(136,95%,56%);--error:hsl(351,95%,56%);--always-light:hsla(55,100%,97%,1);--always-light-d-1:hsla(56,7%,70%,1);--always-light-d-2:hsla(56,3%,45%,1);--always-light-d-3:hsla(56,3%,23%,1);--always-dark:hsla(280,13%,12%,1);--always-dark-d-1:hsl(278,12%,10%);--always-dark-d-2:hsl(280,12%,7%);--always-dark-d-3:hsl(280,16%,4%);--space-4xs:clamp(0.52rem,calc(-0.09vw + 0.55rem),0.42rem);--space-3xs:clamp(0.66rem,calc(-0.05vw + 0.67rem),0.6rem);--space-2xs:clamp(0.82rem,calc(0.03vw + 0.81rem),0.85rem);--space-xs:clamp(1.02rem,calc(0.16vw + 0.97rem),1.2rem);--space-s:clamp(1.28rem,calc(0.39vw + 1.16rem),1.7rem);--space-m:clamp(1.6rem,calc(0.74vw + 1.36rem),2.4rem);--space-l:clamp(2rem,calc(1.29vw + 1.59rem),3.39rem);--space-xl:clamp(2.5rem,calc(2.13vw + 1.82rem),4.8rem);--space-2xl:clamp(3.13rem,calc(3.39vw + 2.04rem),6.78rem);--space-3xl:clamp(3.91rem,calc(5.27vw + 2.22rem),9.59rem);--space-4xl:clamp(4.88rem,calc(8.04vw + 2.31rem),13.57rem);--text-xs:clamp(0.9rem,calc(0vw + 0.89rem),0.9rem);--text-s:clamp(1.12rem,calc(0.07vw + 1.1rem),1.2rem);--text-m:clamp(1.4rem,calc(0.19vw + 1.34rem),1.6rem);--text-l:clamp(1.75rem,calc(0.35vw + 1.64rem),2.13rem);--text-xl:clamp(2.19rem,calc(0.61vw + 1.99rem),2.84rem);--text-2xl:clamp(2.73rem,calc(0.98vw + 2.42rem),3.79rem);--text-3xl:clamp(3.42rem,calc(1.51vw + 2.93rem),5.05rem);--text-4xl:clamp(4.27rem,calc(2.28vw + 3.54rem),6.73rem);--text-5xl:clamp(5.34rem,calc(3.37vw + 4.26rem),8.98rem);--text-6xl:clamp(6.68rem,calc(4.9vw + 5.11rem),11.97rem);--columns-1:repeat(1,minmax(0,1fr));--columns-2:repeat(2,minmax(0,1fr));--columns-3:repeat(3,minmax(0,1fr));--columns-4:repeat(4,minmax(0,1fr));--columns-5:repeat(5,minmax(0,1fr));--columns-6:repeat(6,minmax(0,1fr));--columns-7:repeat(7,minmax(0,1fr));--columns-8:repeat(8,minmax(0,1fr));--columns-2:repeat(2,minmax(0,1fr));--columns-3:repeat(3,minmax(0,1fr));--columns-4:repeat(4,minmax(0,1fr));--columns-5:repeat(5,minmax(0,1fr));--columns-6:repeat(6,minmax(0,1fr));--columns-7:repeat(7,minmax(0,1fr));--columns-8:repeat(8,minmax(0,1fr));--columns-9:repeat(9,minmax(0,1fr));--columns-10:repeat(10,minmax(0,1fr));--columns-11:repeat(11,minmax(0,1fr));--columns-12:repeat(12,minmax(0,1fr));--radius-xs:.5rem;--radius-s:1rem;--radius-m:3rem;--radius-l:5rem;--radius-full:999rem;--shadow-xs:0 1px 2px var(--shadow-primary);--shadow-s:0 1.5px 3px var(--shadow-primary);--shadow-m:0 2px 6px var(--shadow-primary);--shadow-l:0 3px 12px var(--shadow-primary);--shadow-xl:0 6px 48px var(--shadow-primary)}:root.cf-theme-dark,:root.cf-theme-light .theme-inverted,:root.cf-theme-light .theme-always-dark,:root.cf-theme-dark .theme-inverted .theme-always-dark{--bg-surface:hsla(221,79%,64%,1);--bg-footer:hsla(60,7%,23%,1);--text-body:hsla(60,7%,23%,1)}.expand-click:not(a){position:static}.expand-click:not(a) a{position:static}.expand-click:not(a)>a:before{content:'';position:absolute;inset:0;cursor:pointer;display:flex;z-index:2}a.expand-click{position:static}a.expand-click:before{content:'';position:absolute;inset:0;cursor:pointer;display:flex}.expand-click:focus-within:after{content:'';position:absolute;inset:-2px;z-index:1;outline:2px solid var(--primary);outline-offset:2px;display:var(--after-display)}.expand-click:focus-within:focus{outline:none}.btn{display:flex;align-items:center;justify-content:center;gap:var(--space-s);padding:var(--space-xs) var(--space-m);background:var(--primary);color:var(--light);font-size:var(--text-m);font-weight:600;transition:all 0.25s ease-in-out;border:0;outline:0;background-image:linear-gradient(90deg,var(--primary),var(--primary-l-2));border-radius:var(--radius-s);border-bottom-right-radius:0;box-shadow:0 5px 15px -5px var(--primary-40);transition:0.4s;position:relative;z-index:1;text-transform:uppercase}.btn:hover{border-radius:var(--radius-s);box-shadow:0 5px 15px -5px var(--primary-80);background-position:0 -100px}.btn.small{font-size:var(--text-s);padding:var(--space-xs) var(--space-m)}.btn.large{font-size:var(--text-l);padding:var(--space-s) var(--space-m)}.btn.outline-primary{color:var(--primary);background:#fff0;border:2px solid var(--primary)}.btn.secondary{background:var(--secondary);box-shadow:0 5px 15px -5px var(--secondary-40)}.btn.secondary:hover{box-shadow:0 5px 15px -5px var(--secondary-70)}.btn:focus{background:var(--primary-d-2)}.btn.secondary:focus{background:var(--secondary-d-2)}.btn.outline-primary:focus{background:var(--light-10)}.btn.x-small{font-size:var(--text-xs);padding:var(--space-xs) var(--space-xs)}.badge{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:var(--space-2xs) var(--space-xs);background:#fff0;color:var(--dark-70);font-size:var(--text-s);font-weight:500;border-radius:9999px;border:2px solid var(--dark-10);outline:0;transition:all 0.25s ease-in-out}.badge.primary{color:var(--primary)}.badge.secondary{color:var(--secondary)}.input{padding:var(--space-xs) var(--space-m);background:#fff0;color:var(--body-text);font-size:var(--text-m);transition:all 0.25s ease-in-out;appearance:none;border-radius:999px;border:2px solid var(--dark-20);outline:0}.input:focus{border-color:var(--secondary);background:var(--light-5)}.input:hover{border-color:var(--primary)}.link{color:var(--primary);font-size:inherit;font-weight:600;-webkit-text-decoration:none;text-decoration:none;transition:all 0.15s ease-in-out}.link:hover{color:var(--primary-70)}.link:focus{outline:none}.link.secondary{color:var(--secondary);border-color:var(--secondary-20)}.link.tertiary{color:var(--tertiary);border-color:var(--tertiary-20)}.card{display:flex;gap:var(--space-xs);padding:var(--space-m);background:var(--bg-surface);font-size:var(--text-m);line-height:1.6;color:var(--body-text);border:none;border-radius:var(--radius-m);flex-direction:column}.card.primary{background:var(--primary);color:var(--body-text)}.icon>svg{color:var(--primary);border-radius:100%;width:24px;height:24px;padding:0}.icon>svg.large{width:55px;height:55px;color:var(--primary)}.icon>svg.small{width:var(--space-xl);height:var(--space-xl);padding:var(--space-4xs)}.avatar{width:var(--space-2xl);height:var(--space-2xl);border-radius:100%;object-fit:cover;box-shadow:var(--shadow-s)}.avatar.small{width:var(--space-l);height:var(--space-l)}.avatar.large{width:var(--space-4xl);height:var(--space-4xl)}.avatar.x-large{width:150px;height:150px}.bg-primary{background-color:var(--primary)}.bg-primary-d-1{background-color:var(--primary-d-1)}.bg-primary-d-2{background-color:var(--primary-d-2)}.bg-primary-d-3{background-color:var(--primary-d-3)}.bg-primary-d-4{background-color:var(--primary-d-4)}.bg-primary-l-1{background-color:var(--primary-l-1)}.bg-primary-l-2{background-color:var(--primary-l-2)}.bg-primary-l-3{background-color:var(--primary-l-3)}.bg-primary-l-4{background-color:var(--primary-l-4)}.text-primary{color:var(--primary)}.text-primary-d-1{color:var(--primary-d-1)}.text-primary-d-2{color:var(--primary-d-2)}.text-primary-d-3{color:var(--primary-d-3)}.text-primary-d-4{color:var(--primary-d-4)}.text-primary-l-1{color:var(--primary-l-1)}.text-primary-l-2{color:var(--primary-l-2)}.text-primary-l-3{color:var(--primary-l-3)}.text-primary-l-4{color:var(--primary-l-4)}.border-primary{border-color:var(--primary);border-color:var(--border-primary)}.border-primary-d-1{border-color:var(--primary-d-1)}.border-primary-d-2{border-color:var(--primary-d-2)}.border-primary-d-3{border-color:var(--primary-d-3)}.border-primary-d-4{border-color:var(--primary-d-4)}.border-primary-l-1{border-color:var(--primary-l-1)}.border-primary-l-2{border-color:var(--primary-l-2)}.border-primary-l-3{border-color:var(--primary-l-3)}.border-primary-l-4{border-color:var(--primary-l-4)}.bg-secondary{background-color:var(--secondary)}.bg-secondary-d-1{background-color:var(--secondary-d-1)}.bg-secondary-d-2{background-color:var(--secondary-d-2)}.bg-secondary-d-3{background-color:var(--secondary-d-3)}.bg-secondary-d-4{background-color:var(--secondary-d-4)}.bg-secondary-l-1{background-color:var(--secondary-l-1)}.bg-secondary-l-2{background-color:var(--secondary-l-2)}.bg-secondary-l-3{background-color:var(--secondary-l-3)}.bg-secondary-l-4{background-color:var(--secondary-l-4)}.text-secondary{color:var(--secondary)}.text-secondary-d-1{color:var(--secondary-d-1)}.text-secondary-d-2{color:var(--secondary-d-2)}.text-secondary-d-3{color:var(--secondary-d-3)}.text-secondary-d-4{color:var(--secondary-d-4)}.text-secondary-l-1{color:var(--secondary-l-1)}.text-secondary-l-2{color:var(--secondary-l-2)}.text-secondary-l-3{color:var(--secondary-l-3)}.text-secondary-l-4{color:var(--secondary-l-4)}.border-secondary{border-color:var(--secondary)}.border-secondary-d-1{border-color:var(--secondary-d-1)}.border-secondary-d-2{border-color:var(--secondary-d-2)}.border-secondary-d-3{border-color:var(--secondary-d-3)}.border-secondary-d-4{border-color:var(--secondary-d-4)}.border-secondary-l-1{border-color:var(--secondary-l-1)}.border-secondary-l-2{border-color:var(--secondary-l-2)}.border-secondary-l-3{border-color:var(--secondary-l-3)}.border-secondary-l-4{border-color:var(--secondary-l-4)}.bg-body{background-color:var(--bg-body)}.bg-surface{background-color:var(--bg-surface)}.bg-surface-d-1{background-color:var(--bg-surface-d-1)}.bg-surface-d-2{background-color:var(--bg-surface-d-2)}.bg-surface-d-3{background-color:var(--bg-surface-d-3)}.bg-surface-l-1{background-color:var(--bg-surface-l-1)}.bg-surface-l-2{background-color:var(--bg-surface-l-2)}.bg-surface-l-3{background-color:var(--bg-surface-l-3)}.text-body{color:var(--text-body)}.text-title{color:var(--text-title)}.bg-light{background-color:var(--light)}.bg-light-d-1{background-color:var(--light-d-1)}.bg-light-d-2{background-color:var(--light-d-2)}.bg-light-d-3{background-color:var(--light-d-3)}.bg-light-d-4{background-color:var(--light-d-4)}.text-light{color:var(--light)}.text-light-d-1{color:var(--light-d-1)}.text-light-d-2{color:var(--light-d-2)}.text-light-d-3{color:var(--light-d-3)}.text-light-d-4{color:var(--light-d-4)}.border-light{border-color:var(--light)}.border-light-d-1{border-color:var(--light-d-1)}.border-light-d-2{border-color:var(--light-d-2)}.border-light-d-3{border-color:var(--light-d-3)}.border-light-d-4{border-color:var(--light-d-4)}.bg-dark{background-color:var(--dark)}.bg-dark-5{background-color:var(--dark-5)}.bg-dark-10{background-color:var(--dark-10)}.bg-dark-20{background-color:var(--dark-20)}.bg-dark-30{background-color:var(--dark-30)}.bg-dark-40{background-color:var(--dark-40)}.bg-dark-50{background-color:var(--dark-50)}.bg-dark-60{background-color:var(--dark-60)}.bg-dark-70{background-color:var(--dark-70)}.bg-dark-80{background-color:var(--dark-80)}.bg-dark-90{background-color:var(--dark-90)}.bg-dark-l-1{background-color:var(--dark-l-1)}.bg-dark-l-2{background-color:var(--dark-l-2)}.bg-dark-l-3{background-color:var(--dark-l-3)}.bg-dark-l-4{background-color:var(--dark-l-4)}.text-dark{color:var(--dark)}.text-dark-5{color:var(--dark-5)}.text-dark-10{color:var(--dark-10)}.text-dark-20{color:var(--dark-20)}.text-dark-30{color:var(--dark-30)}.text-dark-40{color:var(--dark-40)}.text-dark-50{color:var(--dark-50)}.text-dark-60{color:var(--dark-60)}.text-dark-70{color:var(--dark-70)}.text-dark-80{color:var(--dark-80)}.text-dark-90{color:var(--dark-90)}.text-dark-l-1{color:var(--dark-l-1)}.text-dark-l-2{color:var(--dark-l-2)}.text-dark-l-3{color:var(--dark-l-3)}.text-dark-l-4{color:var(--dark-l-4)}.border-dark{border-color:var(--dark)}.border-dark-5{border-color:var(--dark-5)}.border-dark-10{border-color:var(--dark-10)}.border-dark-20{border-color:var(--dark-20)}.border-dark-30{border-color:var(--dark-30)}.border-dark-40{border-color:var(--dark-40)}.border-dark-50{border-color:var(--dark-50)}.border-dark-60{border-color:var(--dark-60)}.border-dark-70{border-color:var(--dark-70)}.border-dark-80{border-color:var(--dark-80)}.border-dark-90{border-color:var(--dark-90)}.border-dark-l-1{border-color:var(--dark-l-1)}.border-dark-l-2{border-color:var(--dark-l-2)}.border-dark-l-3{border-color:var(--dark-l-3)}.border-dark-l-4{border-color:var(--dark-l-4)}.bg-success{background-color:var(--success)}.text-success{color:var(--success)}.border-success{border-color:var(--success)}.bg-error{background-color:var(--error)}.text-error{color:var(--error)}.border-error{border-color:var(--error)}.text-always-light{color:var(--always-light)}.text-always-light-d-1{color:var(--always-light-d-1)}.text-always-light-d-2{color:var(--always-light-d-2)}.text-always-light-d-3{color:var(--always-light-d-3)}.text-always-dark{color:var(--always-dark)}.text-always-dark-d-1{color:var(--always-dark-d-1)}.text-always-dark-d-2{color:var(--always-dark-d-2)}.text-always-dark-d-3{color:var(--always-dark-d-3)}.padding-4xs{padding:var(--space-4xs)}.padding-3xs{padding:var(--space-3xs)}.padding-2xs{padding:var(--space-2xs)}.padding-xs{padding:var(--space-xs)}.padding-s{padding:var(--space-s)}.padding-m{padding:var(--space-m)}.padding-l{padding:var(--space-l)}.padding-xl{padding:var(--space-xl)}.padding-2xl{padding:var(--space-2xl)}.padding-3xl{padding:var(--space-3xl)}.padding-4xl{padding:var(--space-4xl)}.padding-left-4xs{padding-left:var(--space-4xs)}.padding-left-3xs{padding-left:var(--space-3xs)}.padding-left-2xs{padding-left:var(--space-2xs)}.padding-left-xs{padding-left:var(--space-xs)}.padding-left-s{padding-left:var(--space-s)}.padding-left-m{padding-left:var(--space-m)}.padding-left-l{padding-left:var(--space-l)}.padding-left-xl{padding-left:var(--space-xl)}.padding-left-2xl{padding-left:var(--space-2xl)}.padding-left-3xl{padding-left:var(--space-3xl)}.padding-left-4xl{padding-left:var(--space-4xl)}.padding-right-4xs{padding-right:var(--space-4xs)}.padding-right-3xs{padding-right:var(--space-3xs)}.padding-right-2xs{padding-right:var(--space-2xs)}.padding-right-xs{padding-right:var(--space-xs)}.padding-right-s{padding-right:var(--space-s)}.padding-right-m{padding-right:var(--space-m)}.padding-right-l{padding-right:var(--space-l)}.padding-right-xl{padding-right:var(--space-xl)}.padding-right-2xl{padding-right:var(--space-2xl)}.padding-right-3xl{padding-right:var(--space-3xl)}.padding-right-4xl{padding-right:var(--space-4xl)}.padding-top-4xs{padding-top:var(--space-4xs)}.padding-top-3xs{padding-top:var(--space-3xs)}.padding-top-2xs{padding-top:var(--space-2xs)}.padding-top-xs{padding-top:var(--space-xs)}.padding-top-s{padding-top:var(--space-s)}.padding-top-m{padding-top:var(--space-m)}.padding-top-l{padding-top:var(--space-l)}.padding-top-xl{padding-top:var(--space-xl)}.padding-top-2xl{padding-top:var(--space-2xl)}.padding-top-3xl{padding-top:var(--space-3xl)}.padding-top-4xl{padding-top:var(--space-4xl)}.padding-bottom-4xs{padding-bottom:var(--space-4xs)}.padding-bottom-3xs{padding-bottom:var(--space-3xs)}.padding-bottom-2xs{padding-bottom:var(--space-2xs)}.padding-bottom-xs{padding-bottom:var(--space-xs)}.padding-bottom-s{padding-bottom:var(--space-s)}.padding-bottom-m{padding-bottom:var(--space-m)}.padding-bottom-l{padding-bottom:var(--space-l)}.padding-bottom-xl{padding-bottom:var(--space-xl)}.padding-bottom-2xl{padding-bottom:var(--space-2xl)}.padding-bottom-3xl{padding-bottom:var(--space-3xl)}.padding-bottom-4xl{padding-bottom:var(--space-4xl)}.padding-horizontal-4xs{padding-left:var(--space-4xs);padding-right:var(--space-4xs)}.padding-horizontal-3xs{padding-left:var(--space-3xs);padding-right:var(--space-3xs)}.padding-horizontal-2xs{padding-left:var(--space-2xs);padding-right:var(--space-2xs)}.padding-horizontal-xs{padding-left:var(--space-xs);padding-right:var(--space-xs)}.padding-horizontal-s{padding-left:var(--space-s);padding-right:var(--space-s)}.padding-horizontal-m{padding-left:var(--space-m);padding-right:var(--space-m)}.padding-horizontal-l{padding-left:var(--space-l);padding-right:var(--space-l)}.padding-horizontal-xl{padding-left:var(--space-xl);padding-right:var(--space-xl)}.padding-horizontal-2xl{padding-left:var(--space-2xl);padding-right:var(--space-2xl)}.padding-horizontal-3xl{padding-left:var(--space-3xl);padding-right:var(--space-3xl)}.padding-horizontal-4xl{padding-left:var(--space-4xl);padding-right:var(--space-4xl)}.padding-vertical-4xs{padding-top:var(--space-4xs);padding-bottom:var(--space-4xs)}.padding-vertical-3xs{padding-top:var(--space-3xs);padding-bottom:var(--space-3xs)}.padding-vertical-2xs{padding-top:var(--space-2xs);padding-bottom:var(--space-2xs)}.padding-vertical-xs{padding-top:var(--space-xs);padding-bottom:var(--space-xs)}.padding-vertical-s{padding-top:var(--space-s);padding-bottom:var(--space-s)}.padding-vertical-m{padding-top:var(--space-m);padding-bottom:var(--space-m)}.padding-vertical-l{padding-top:var(--space-l);padding-bottom:var(--space-l)}.padding-vertical-xl{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.padding-vertical-2xl{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.padding-vertical-3xl{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}.padding-vertical-4xl{padding-top:var(--space-4xl);padding-bottom:var(--space-4xl)}.margin-4xs{margin:var(--space-4xs)}.margin-3xs{margin:var(--space-3xs)}.margin-2xs{margin:var(--space-2xs)}.margin-xs{margin:var(--space-xs)}.margin-s{margin:var(--space-s)}.margin-m{margin:var(--space-m)}.margin-l{margin:var(--space-l)}.margin-xl{margin:var(--space-xl)}.margin-2xl{margin:var(--space-2xl)}.margin-3xl{margin:var(--space-3xl)}.margin-4xl{margin:var(--space-4xl)}.margin-left-4xs{margin-left:var(--space-4xs)}.margin-left-3xs{margin-left:var(--space-3xs)}.margin-left-2xs{margin-left:var(--space-2xs)}.margin-left-xs{margin-left:var(--space-xs)}.margin-left-s{margin-left:var(--space-s)}.margin-left-m{margin-left:var(--space-m)}.margin-left-l{margin-left:var(--space-l)}.margin-left-xl{margin-left:var(--space-xl)}.margin-left-2xl{margin-left:var(--space-2xl)}.margin-left-3xl{margin-left:var(--space-3xl)}.margin-left-4xl{margin-left:var(--space-4xl)}.margin-right-4xs{margin-right:var(--space-4xs)}.margin-right-3xs{margin-right:var(--space-3xs)}.margin-right-2xs{margin-right:var(--space-2xs)}.margin-right-xs{margin-right:var(--space-xs)}.margin-right-s{margin-right:var(--space-s)}.margin-right-m{margin-right:var(--space-m)}.margin-right-l{margin-right:var(--space-l)}.margin-right-xl{margin-right:var(--space-xl)}.margin-right-2xl{margin-right:var(--space-2xl)}.margin-right-3xl{margin-right:var(--space-3xl)}.margin-right-4xl{margin-right:var(--space-4xl)}.margin-top-4xs{margin-top:var(--space-4xs)}.margin-top-3xs{margin-top:var(--space-3xs)}.margin-top-2xs{margin-top:var(--space-2xs)}.margin-top-xs{margin-top:var(--space-xs)}.margin-top-s{margin-top:var(--space-s)}.margin-top-m{margin-top:var(--space-m)}.margin-top-l{margin-top:var(--space-l)}.margin-top-xl{margin-top:var(--space-xl)}.margin-top-2xl{margin-top:var(--space-2xl)}.margin-top-3xl{margin-top:var(--space-3xl)}.margin-top-4xl{margin-top:var(--space-4xl)}.margin-bottom-4xs{margin-bottom:var(--space-4xs)}.margin-bottom-3xs{margin-bottom:var(--space-3xs)}.margin-bottom-2xs{margin-bottom:var(--space-2xs)}.margin-bottom-xs{margin-bottom:var(--space-xs)}.margin-bottom-s{margin-bottom:var(--space-s)}.margin-bottom-m{margin-bottom:var(--space-m)}.margin-bottom-l{margin-bottom:var(--space-l)}.margin-bottom-xl{margin-bottom:var(--space-xl)}.margin-bottom-2xl{margin-bottom:var(--space-2xl)}.margin-bottom-3xl{margin-bottom:var(--space-3xl)}.margin-bottom-4xl{margin-bottom:var(--space-4xl)}.margin-horizontal-4xs{margin-left:var(--space-4xs);margin-right:var(--space-4xs)}.margin-horizontal-3xs{margin-left:var(--space-3xs);margin-right:var(--space-3xs)}.margin-horizontal-2xs{margin-left:var(--space-2xs);margin-right:var(--space-2xs)}.margin-horizontal-xs{margin-left:var(--space-xs);margin-right:var(--space-xs)}.margin-horizontal-s{margin-left:var(--space-s);margin-right:var(--space-s)}.margin-horizontal-m{margin-left:var(--space-m);margin-right:var(--space-m)}.margin-horizontal-l{margin-left:var(--space-l);margin-right:var(--space-l)}.margin-horizontal-xl{margin-left:var(--space-xl);margin-right:var(--space-xl)}.margin-horizontal-2xl{margin-left:var(--space-2xl);margin-right:var(--space-2xl)}.margin-horizontal-3xl{margin-left:var(--space-3xl);margin-right:var(--space-3xl)}.margin-horizontal-4xl{margin-left:var(--space-4xl);margin-right:var(--space-4xl)}.margin-vertical-4xs{margin-top:var(--space-4xs);margin-bottom:var(--space-4xs)}.margin-vertical-3xs{margin-top:var(--space-3xs);margin-bottom:var(--space-3xs)}.margin-vertical-2xs{margin-top:var(--space-2xs);margin-bottom:var(--space-2xs)}.margin-vertical-xs{margin-top:var(--space-xs);margin-bottom:var(--space-xs)}.margin-vertical-s{margin-top:var(--space-s);margin-bottom:var(--space-s)}.margin-vertical-m{margin-top:var(--space-m);margin-bottom:var(--space-m)}.margin-vertical-l{margin-top:var(--space-l);margin-bottom:var(--space-l)}.margin-vertical-xl{margin-top:var(--space-xl);margin-bottom:var(--space-xl)}.margin-vertical-2xl{margin-top:var(--space-2xl);margin-bottom:var(--space-2xl)}.margin-vertical-3xl{margin-top:var(--space-3xl);margin-bottom:var(--space-3xl)}.margin-vertical-4xl{margin-top:var(--space-4xl);margin-bottom:var(--space-4xl)}.gap-4xs{gap:var(--space-4xs)}.gap-3xs{gap:var(--space-3xs)}.gap-2xs{gap:var(--space-2xs)}.gap-xs{gap:var(--space-xs)}.gap-s{gap:var(--space-s)}.gap-m{gap:var(--space-m)}.gap-l{gap:var(--space-l)}.gap-xl{gap:var(--space-xl)}.gap-2xl{gap:var(--space-2xl)}.gap-3xl{gap:var(--space-3xl)}.gap-4xl{gap:var(--space-4xl)}.text-xs{font-size:var(--text-xs)}.text-s{font-size:var(--text-s)}.text-m{font-size:var(--text-m)}.text-l{font-size:var(--text-l)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-4xl{font-size:var(--text-4xl)}.text-5xl{font-size:var(--text-5xl)}.text-6xl{font-size:var(--text-6xl)}H1{font-size:var(--text-4xl);line-height:1}H2{font-size:var(--text-3xl);line-height:1.1}H3{font-size:var(--text-2xl);line-height:1.1}H4{font-size:var(--text-xl);line-height:1.2}H5{font-size:var(--text-l);line-height:1.3}H6{font-size:var(--text-m);line-height:1.4}.line-height-xs{line-height:1}.line-height-s{line-height:1.2}.line-height-m{line-height:1.3}.line-height-l{line-height:1.4}.line-height-xl{line-height:1.5}.italic{font-style:italic}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.underline{-webkit-text-decoration:underline;text-decoration:underline}.font-100{font-weight:100}.font-200{font-weight:200}.font-300{font-weight:300}.font-400{font-weight:400}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.font-800{font-weight:800}.font-900{font-weight:900}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.margin-top-auto{margin-top:auto}.margin-bottom-auto{margin-bottom:auto}.margin-left-auto{margin-left:auto}.margin-right-auto{margin-right:auto}.margin-horizontal-auto{margin-left:auto;margin-right:auto}.margin-vertical-auto{margin-top:auto;margin-bottom:auto}.row{display:grid;grid-auto-flow:column;justify-content:start}.column{display:grid;grid-auto-flow:row;justify-items:start;align-content:start}.columns-2{display:grid;grid-template-columns:var(--columns-2)}.columns-3{display:grid;grid-template-columns:var(--columns-3)}.columns-4{display:grid;grid-template-columns:var(--columns-4)}.columns-5{display:grid;grid-template-columns:var(--columns-5)}.columns-6{display:grid;grid-template-columns:var(--columns-6)}.columns-7{display:grid;grid-template-columns:var(--columns-7)}.columns-8{display:grid;grid-template-columns:var(--columns-8)}.columns-min-5{display:grid;grid-template-columns:repeat(auto-fit,minmax(5rem,1fr))}.columns-min-10{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.columns-min-20{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}.columns-min-30{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}.columns-min-40{display:grid;grid-template-columns:repeat(auto-fit,minmax(40rem,1fr))}.columns-min-50{display:grid;grid-template-columns:repeat(auto-fit,minmax(50rem,1fr))}.columns-min-60{display:grid;grid-template-columns:repeat(auto-fit,minmax(60rem,1fr))}.columns-min-70{display:grid;grid-template-columns:repeat(auto-fit,minmax(70rem,1fr))}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.flex-no-wrap{flex-wrap:no-wrap}.items-left{justify-items:start}.content-left{justify-content:start}.items-center{justify-items:center}.content-center{justify-content:center}.items-right{justify-items:end}.content-right{justify-content:end}.items-top{align-items:start}.content-top{align-content:start}.items-middle{align-items:center}.content-middle{align-content:center}.items-bottom{align-items:end}.content-bottom{align-content:end}.items-stretch{align-items:stretch}.content-stretch{justify-content:stretch}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.self-left{margin-right:auto;place-self:start}.self-center{margin-left:auto;margin-right:auto;place-self:center}.self-right{margin-left:auto;place-self:end}.self-top{margin-bottom:auto;align-self:start}.self-middle{margin-top:auto;margin-bottom:auto;align-self:center}.self-bottom{margin-top:auto;align-self:end}.self-stretch{align-self:stretch}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.col-span-5{grid-column:span 5}.col-span-6{grid-column:span 6}.col-span-7{grid-column:span 7}.col-span-8{grid-column:span 8}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-4{grid-column-start:4}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.col-start-8{grid-column-start:8}.row-span-2{grid-row:span 2}.row-span-3{grid-row:span 3}.row-span-4{grid-row:span 4}.row-span-5{grid-row:span 5}.row-span-6{grid-row:span 6}.row-span-7{grid-row:span 7}.row-span-8{grid-row:span 8}.row-start-2{grid-row-start:2}.row-start-3{grid-row-start:3}.row-start-4{grid-row-start:4}.row-start-5{grid-row-start:5}.row-start-6{grid-row-start:6}.row-start-7{grid-row-start:7}.row-start-8{grid-row-start:8}.max-site-width{max-width:140rem;width:100%}.full-width{width:100%}.auto-width{width:auto}.full-height{height:100%}.auto-height{height:auto}.max-width-140{max-width:140rem}.max-width-130{max-width:130rem}.max-width-120{max-width:120rem}.max-width-110{max-width:110rem}.max-width-100{max-width:100rem}.max-width-90{max-width:90rem}.max-width-80{max-width:80rem}.max-width-70{max-width:70rem}.max-width-60{max-width:60rem}.max-width-50{max-width:50rem}.max-width-40{max-width:40rem}.max-width-30{max-width:30rem}.max-width-20{max-width:20rem}.max-width-10{max-width:10rem}.radius-xs{border-radius:var(--radius-xs)}.radius-s{border-radius:var(--radius-s)}.radius-m{border-radius:var(--radius-m)}.radius-l{border-radius:var(--radius-l)}.radius-full{border-radius:var(--radius-full)}.border{border-width:1px;border-style:solid}.border-left{border-left-width:1px;border-left-style:solid}.border-right{border-right-width:1px;border-right-style:solid}.border-top{border-top-width:1px;border-top-style:solid}.border-bottom{border-bottom-width:1px;border-bottom-style:solid}.shadow-s{box-shadow:var(--shadow-s)}.shadow-m{box-shadow:var(--shadow-m)}.shadow-l{box-shadow:var(--shadow-l)}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}.fit-contain{object-fit:contain}.fit-cover{object-fit:cover}.fit-fill{object-fit:fill}.bg-blur-xs{backdrop-filter:blur(2px)}.bg-blur-s{backdrop-filter:blur(4px)}.bg-blur-m{backdrop-filter:blur(8px)}.bg-blur-l{backdrop-filter:blur(16px)}.bg-blur-xl{backdrop-filter:blur(32px)}.grayscale{filter:grayscale(1)}.social-icon{color:var(--primary);transition:0.4s}.social-icon>svg{height:20px;width:20px}.social-icon:hover{color:var(--primary-l-2)}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.list-none{list-style-type:none}.white-space-nowrap{white-space:nowrap}.transition-global{transition:all 0.3s}.separator{height:1px;width:100%;background-color:var(--primary-10)}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-0{bottom:0}.top-0{top:0}.left-0{left:0}.right-0{right:0}.pointer{cursor:pointer}.not-allowed{cursor:not-allowed}.cursor-auto{cursor:auto}.no-pointer-events{pointer-events:none}@media (max-width:1400px){.column--on-xl{grid-template-columns:1fr;grid-auto-flow:row}.row--on-xl{grid-template-columns:unset;grid-auto-flow:column}.columns-2--on-xl{grid-template-columns:var(--columns-2)}.columns-3--on-xl{grid-template-columns:var(--columns-3)}.columns-4--on-xl{grid-template-columns:var(--columns-4)}.columns-5--on-xl{grid-template-columns:var(--columns-5)}.columns-6--on-xl{grid-template-columns:var(--columns-6)}.col-span-1--on-xl{grid-column:span 1}.col-span-2--on-xl{grid-column:span 2}.col-span-3--on-xl{grid-column:span 3}.col-span-4--on-xl{grid-column:span 4}.col-span-5--on-xl{grid-column:span 5}.col-span-6--on-xl{grid-column:span 6}.col-start-1--on-xl{grid-column-start:1}.col-start-2--on-xl{grid-column-start:2}.col-start-3--on-xl{grid-column-start:3}.col-start-4--on-xl{grid-column-start:4}.col-start-5--on-xl{grid-column-start:5}.col-start-6--on-xl{grid-column-start:6}.row-span-1--on-xl{grid-row:span 1}.row-span-2--on-xl{grid-row:span 2}.row-span-3--on-xl{grid-row:span 3}.row-span-4--on-xl{grid-row:span 4}.row-span-5--on-xl{grid-row:span 5}.row-span-6--on-xl{grid-row:span 6}.row-start-1--on-xl{grid-row-start:1}.row-start-2--on-xl{grid-row-start:2}.row-start-3--on-xl{grid-row-start:3}.row-start-4--on-xl{grid-row-start:4}.row-start-5--on-xl{grid-row-start:5}.row-start-6--on-xl{grid-row-start:6}}@media (max-width:991px){.column--on-l{grid-template-columns:1fr;grid-auto-flow:row}.row--on-l{grid-template-columns:unset;grid-auto-flow:column}.columns-2--on-l{grid-template-columns:var(--columns-2)}.columns-3--on-l{grid-template-columns:var(--columns-3)}.columns-4--on-l{grid-template-columns:var(--columns-4)}.columns-5--on-l{grid-template-columns:var(--columns-5)}.columns-6--on-l{grid-template-columns:var(--columns-6)}.col-span-1--on-l{grid-column:span 1}.col-span-2--on-l{grid-column:span 2}.col-span-3--on-l{grid-column:span 3}.col-span-4--on-l{grid-column:span 4}.col-span-5--on-l{grid-column:span 5}.col-span-6--on-l{grid-column:span 6}.col-start-1--on-l{grid-column-start:1}.col-start-2--on-l{grid-column-start:2}.col-start-3--on-l{grid-column-start:3}.col-start-4--on-l{grid-column-start:4}.col-start-5--on-l{grid-column-start:5}.col-start-6--on-l{grid-column-start:6}.row-span-1--on-l{grid-row:span 1}.row-span-2--on-l{grid-row:span 2}.row-span-3--on-l{grid-row:span 3}.row-span-4--on-l{grid-row:span 4}.row-span-5--on-l{grid-row:span 5}.row-span-6--on-l{grid-row:span 6}.row-start-1--on-l{grid-row-start:1}.row-start-2--on-l{grid-row-start:2}.row-start-3--on-l{grid-row-start:3}.row-start-4--on-l{grid-row-start:4}.row-start-5--on-l{grid-row-start:5}.row-start-6--on-l{grid-row-start:6}}@media (max-width:767px){.column--on-m{grid-template-columns:1fr;grid-auto-flow:row}.row--on-m{grid-template-columns:unset;grid-auto-flow:column}.columns-2--on-m{grid-template-columns:var(--columns-2)}.columns-3--on-m{grid-template-columns:var(--columns-3)}.columns-4--on-m{grid-template-columns:var(--columns-4)}.columns-5--on-m{grid-template-columns:var(--columns-5)}.columns-6--on-m{grid-template-columns:var(--columns-6)}.col-span-1--on-m{grid-column:span 1}.col-span-2--on-m{grid-column:span 2}.col-span-3--on-m{grid-column:span 3}.col-span-4--on-m{grid-column:span 4}.col-span-5--on-m{grid-column:span 5}.col-span-6--on-m{grid-column:span 6}.col-start-1--on-m{grid-column:1}.col-start-2--on-m{grid-column:2}.col-start-3--on-m{grid-column:3}.col-start-4--on-m{grid-column:4}.col-start-5--on-m{grid-column:5}.col-start-6--on-m{grid-column:6}.row-span-1--on-m{grid-row:span 1}.row-span-2--on-m{grid-row:span 2}.row-span-3--on-m{grid-row:span 3}.row-span-4--on-m{grid-row:span 4}.row-span-5--on-m{grid-row:span 5}.row-span-6--on-m{grid-row:span 6}.row-start-1--on-m{grid-row-start:1}.row-start-2--on-m{grid-row-start:2}.row-start-3--on-m{grid-row-start:3}.row-start-4--on-m{grid-row-start:4}.row-start-5--on-m{grid-row-start:5}.row-start-6--on-m{grid-row-start:6}}@media (max-width:479px){.column--on-s{grid-template-columns:1fr;grid-auto-flow:row}.row--on-s{grid-template-columns:1fr;grid-auto-flow:column}.columns-2--on-s{grid-template-columns:var(--columns-2)}.columns-3--on-s{grid-template-columns:var(--columns-3)}.columns-4--on-s{grid-template-columns:var(--columns-4)}.columns-5--on-s{grid-template-columns:var(--columns-5)}.columns-6--on-s{grid-template-columns:var(--columns-6)}.col-span-1--on-s{grid-column:span 1}.col-span-2--on-s{grid-column:span 2}.col-span-3--on-s{grid-column:span 3}.col-span-4--on-s{grid-column:span 4}.col-span-5--on-s{grid-column:span 5}.col-span-6--on-s{grid-column:span 6}.col-start-1--on-s{grid-column-start:1}.col-start-2--on-s{grid-column-start:2}.col-start-3--on-s{grid-column-start:3}.col-start-4--on-s{grid-column-start:4}.col-start-5--on-s{grid-column-start:5}.col-start-6--on-s{grid-column-start:6}.row-span-1--on-s{grid-row:span 1}.row-span-2--on-s{grid-row:span 2}.row-span-3--on-s{grid-row:span 3}.row-span-4--on-s{grid-row:span 4}.row-span-5--on-s{grid-row:span 5}.row-span-6--on-s{grid-row:span 6}.row-start-1--on-s{grid-row-start:1}.row-start-2--on-s{grid-row-start:2}.row-start-3--on-s{grid-row-start:3}.row-start-4--on-s{grid-row-start:4}.row-start-5--on-s{grid-row-start:5}.row-start-6--on-s{grid-row-start:6}.btn{width:100%}}.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,.gform-theme--framework button{cursor:revert}.gform-theme--framework menu,.gform-theme--framework ol:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)),.gform-theme--framework ul:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)){list-style:none}.gform-theme--framework img{max-inline-size:100%;max-block-size:100%}.gform-theme--framework table{border-collapse:collapse}.gform-theme--framework input,.gform-theme--framework textarea{-webkit-user-select:auto}.gform-theme--framework textarea{white-space:revert}.gform-theme--framework meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.gform-theme--framework :where(pre){all:revert}.gform-theme--framework ::-moz-placeholder{color:unset}.gform-theme--framework ::placeholder{color:unset}.gform-theme--framework :where([hidden]){display:none}.gform-theme--framework :where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;word-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}.gform-theme--framework :where([draggable=true]){-webkit-user-drag:element}.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--api,.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-theme--foundation legend{margin-inline:0}.gform_anchor:focus-visible{outline:0}.gform_confirmation_wrapper:focus,.gform_wrapper:focus{outline:0}.gform-theme--foundation .hidden_label .gfield_label,.gform-theme--foundation .hidden_sub_label,.gform-theme--foundation .screen-reader-text{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 .gform-ul-reset{list-style-type:none;margin:0;padding:0}.gform-theme--foundation .gform-text-input-reset{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:currentcolor;font-family:inherit;font-size:inherit;outline:0;padding:inherit;width:auto}@media (min-width:640px){.gform-theme--foundation .left_label .gfield .copy_values_option_container,.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .left_label .gfield .gfield_password_strength,.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container,.gform-theme--foundation .left_label .gfield>.ginput_container,.gform-theme--foundation .right_label .gfield .copy_values_option_container,.gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .right_label .gfield .gfield_password_strength,.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container,.gform-theme--foundation .right_label .gfield>.ginput_container{float:inline-end}.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .left_label .gfield .gfield_password_strength,.gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .right_label .gfield .gfield_password_strength{margin-inline-start:auto}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)){inline-size:calc(100% - var(--gf-label-width))}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield>.ginput_container:where(.gform-grid-row){inline-size:calc((100% - var(--gf-label-width)) + var(--gf-field-gap-x))}.gform-theme--foundation:where(:not(.gform_editor)) .left_label .gfield_html_formatted,.gform-theme--foundation:where(:not(.gform_editor)) .right_label .gfield_html_formatted{margin-inline-start:var(--gf-label-width)}}.field_sublabel_below .ginput_complex{align-items:flex-start}.field_sublabel_above .ginput_complex{align-items:flex-end}.gform-theme--foundation .ginput_complex label,.gform-theme--foundation .ginput_complex legend{display:block}.gform-theme--foundation .ginput_complex input,.gform-theme--foundation .ginput_complex select{inline-size:100%}.gform-theme--foundation .gfield textarea{inline-size:100%}.gform-theme--foundation .gfield textarea.small{min-block-size:6rem}.gform-theme--foundation .gfield textarea.medium{min-block-size:12rem}.gform-theme--foundation .gfield textarea.large{min-block-size:18rem}.gform-theme--foundation .gfield .ginput_password,.gform-theme--foundation .gfield input,.gform-theme--foundation .gfield select{max-inline-size:100%}.gform-theme--foundation .gfield .ginput_password.small,.gform-theme--foundation .gfield input.small,.gform-theme--foundation .gfield select.small{inline-size:calc(25% - var(--gf-form-gap-x) * 3 / 4)}.gform-theme--foundation .gfield .ginput_password.medium,.gform-theme--foundation .gfield input.medium,.gform-theme--foundation .gfield select.medium{inline-size:calc(50% - var(--gf-form-gap-x)/ 2)}.gform-theme--foundation .gfield .ginput_password.large,.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 #field_submit,.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{display:flex;flex-wrap:wrap;gap:var(--gf-form-footer-gap)}.gform-theme--foundation #field_submit{align-items:flex-end}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{margin-block-start:var(--gf-form-footer-margin-y-start)}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths{inline-size:91.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths{inline-size:83.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter{inline-size:75%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds{inline-size:66.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths{inline-size:58.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half{inline-size:50%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths{inline-size:41.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third{inline-size:33.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter{inline-size:25%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth{inline-size:16.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth{inline-size:8.3333%!important}@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-eleven-twelfths{grid-column:span 11}.gform-theme--foundation .gfield--width-five-sixths{grid-column:span 10}.gform-theme--foundation .gfield--width-three-quarter{grid-column:span 9}.gform-theme--foundation .gfield--width-two-thirds{grid-column:span 8}.gform-theme--foundation .gfield--width-seven-twelfths{grid-column:span 7}.gform-theme--foundation .gfield--width-half{grid-column:span 6}.gform-theme--foundation .gfield--width-five-twelfths{grid-column:span 5}.gform-theme--foundation .gfield--width-third{grid-column:span 4}.gform-theme--foundation .gfield--width-quarter{grid-column:span 3}.gform-theme--foundation .gfield--width-one-sixth{grid-column:span 2}.gform-theme--foundation .gfield--width-one-twelfth{grid-column:span 1}.gform-theme--foundation .gform_footer.left_label,.gform-theme--foundation .gform_footer.right_label{padding-inline-start:var(--gf-label-width)}}.gform-theme--foundation .gform-grid-row{display:flex;flex-flow:row wrap;margin-inline:calc(var(--gf-field-gap-x) * -1 / 2);row-gap:var(--gf-field-gap-y)}.gform-theme--foundation .gform-grid-col{flex:none;inline-size:100%;padding-inline:calc(var(--gf-field-gap-x)/ 2)}.gform-theme--foundation .gform-grid-col.gform-grid-row{inline-size:calc(100% + var(--gf-field-gap-x))}@media (min-width:640px){.gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto{flex:1;inline-size:auto}}.gform-theme--foundation .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--foundation.gform_editor legend.gform-field-label>span{align-items:baseline;display:flex;flex-wrap:wrap;gap:var(--gf-label-req-gap)}.gform-theme--foundation .gform-field-label:where([class*=gform-field-label--type-]){display:inline-block}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){flex-direction:column;float:inline-start;gap:calc(var(--gf-label-req-gap)/ 3);inline-size:var(--gf-label-width)}}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:start}}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:end;justify-content:normal;text-align:end}}@media (min-width:640px){.gform-theme--foundation .left_label .gfield_description,.gform-theme--foundation .right_label .gfield_description{clear:inline-end;margin-inline-start:auto}}.gform-theme--foundation.ui-datepicker{background-color:#fff;box-shadow:0 1px 5px rgba(0,0,0,.1);display:none;z-index:9999!important}.gform-theme--foundation.ui-datepicker .ui-icon{background-repeat:no-repeat;display:block;inset-block-start:0.3em;inset-inline-start:0.5em;margin-block-start:-0.25em;overflow:hidden;position:relative;text-indent:-99999px;vertical-align:middle}.gform-theme--foundation.ui-datepicker .ui-datepicker-header{padding-block:0.2em;position:relative}.gform-theme--foundation.ui-datepicker .ui-datepicker-next,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{block-size:1.8em;inline-size:1.8em;inset-block-start:2px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev::before{background-image:url(/wp-content/plugins/gravityforms/images/theme/down-arrow.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 span,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev span{display:block;inset-block-start:50%;inset-inline-start:50%;margin-block-start:-8px;margin-inline-start:-8px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-block-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{inset-inline-start:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next{inset-inline-end:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before{transform:translate(-50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-inline-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover{inset-inline-end:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-title{line-height:1.8em;margin-inline:2.3em;text-align:center}.gform-theme--foundation.ui-datepicker .ui-datepicker-title select{font-size:1em;margin-block:1px}.gform-theme--foundation.ui-datepicker select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker select.ui-datepicker-year{background-color:transparent;background-image:url(/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:24px;padding-inline-end:24px}.gform-theme--foundation.ui-datepicker table{border-collapse:collapse;font-size:.9em;inline-size:100%;margin-block-end:0.4em;table-layout:fixed}.gform-theme--foundation.ui-datepicker th{border:0;font-weight:700;padding-block:0.7em;padding-inline:0.3em;text-align:center}.gform-theme--foundation.ui-datepicker td{border:0;padding:1px}.gform-theme--foundation.ui-datepicker td a,.gform-theme--foundation.ui-datepicker td span{display:block;margin:auto;padding:.25em .2em;text-align:center;text-decoration:none}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl{direction:rtl}.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.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:0 50%}.gform-theme--foundation .gform_drop_area{background-color:#fff;border:1px dashed #686e77;padding-block:32px;padding-inline:32px;text-align:center}.gform-theme--foundation .gform_drop_instructions,.gform-theme--foundation .gform_fileupload_rules{display:block}.gform-theme--foundation .chosen-container{display:inline-block;font-size:13px;position:relative;text-align:start;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.gform-theme--foundation .chosen-container *{box-sizing:border-box}.gform-theme--foundation .chosen-container a{cursor:pointer}.gform-theme--foundation .chosen-container .chosen-drop{background:#fff;border:1px solid #aaa;border-block-start:0;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);clip-path:inset(100% 100%);inline-size:100%;inset-block-start:100%;position:absolute;z-index:1010}.gform-theme--foundation .chosen-container.chosen-with-drop .chosen-drop{clip:auto;clip-path:none}.gform-theme--foundation .chosen-container .chosen-single .group-name,.gform-theme--foundation .chosen-container .search-choice .group-name{color:#999;font-weight:400;margin-inline-end:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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{background:#fff linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;block-size:25px;border:1px solid #aaa;border-radius:5px;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;display:block;line-height:24px;overflow:hidden;padding-block:0;padding-inline:8px 0;position:relative;text-decoration:none;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single span{display:block;margin-inline-end:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single abbr{background:url(/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:6px;inset-inline-end:26px;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-single div{block-size:100%;display:block;inline-size:18px;inset-block-start:0;inset-inline-end:0;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single div b{background:url(/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) no-repeat 0 2px;block-size:100%;display:block;inline-size:100%}.gform-theme--foundation .chosen-container-single .chosen-default{color:#999}.gform-theme--foundation .chosen-container-single .chosen-single-with-deselect span{margin-inline-end:38px}.gform-theme--foundation .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-search{margin-block:0;margin-inline:0;padding-block:3px;padding-inline:4px;position:relative;white-space:nowrap;z-index:1010}.gform-theme--foundation .chosen-container-single .chosen-search input[type=text]{background:url(/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) no-repeat 100% -20px;block-size:auto;border:1px solid #aaa;border-radius:0;font-family:sans-serif;font-size:1em;inline-size:100%;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:4px;padding-inline:5px 20px}.gform-theme--foundation .chosen-container-single.chosen-container-single-nosearch .chosen-search{clip:rect(0,0,0,0);clip-path:inset(100% 100%);position:absolute}.gform-theme--foundation .chosen-container-single .chosen-drop{background-clip:padding-box;border-end-end-radius:4px;border-end-start-radius:4px;border-start-end-radius:0;border-start-start-radius:0;margin-block-start:-1px}.gform-theme--foundation .chosen-container .chosen-results{color:#444;margin-block:0 4px;margin-inline:0 4px;max-block-size:240px;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;padding-block:0;padding-inline:4px 0;position:relative}.gform-theme--foundation .chosen-container .chosen-results li{display:none;line-height:15px;list-style:none;margin-block:0;margin-inline:0;word-wrap:break-word;padding-block:5px;padding-inline:6px;-webkit-touch-callout:none}.gform-theme--foundation .chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.disabled-result{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gform-theme--foundation .chosen-container .chosen-results li.no-results{background:#f4f4f4;color:#777;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.group-result{cursor:default;display:list-item;font-weight:700}.gform-theme--foundation .chosen-container .chosen-results li.group-option{padding-inline-start:15px}.gform-theme--foundation .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform-theme--foundation .chosen-container-multi .chosen-choices{background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);block-size:auto;border:1px solid #aaa;cursor:text;inline-size:100%;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:5px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li{float:inline-start;list-style:none}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;white-space:nowrap}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field input[type=text]{background:0 0!important;block-size:25px;border:0!important;border-radius:0;box-shadow:none;color:#999;font-family:sans-serif;font-size:100%;inline-size:25px;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice{background-clip:padding-box;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-repeat:repeat-x;background-size:100% 19px;border:1px solid #aaa;border-radius:3px;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;cursor:default;line-height:13px;margin-block:3px;margin-inline:0 5px;max-inline-size:100%;padding-block:3px;padding-inline:5px 20px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:url(/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:4px;inset-inline-end:3px;position:absolute}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-disabled{background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);border:1px solid #ccc;color:#666;padding-inline-end:5px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-results{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-drop .result-selected{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single{background-image:linear-gradient(#eee 20%,#fff 80%);border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 0 #fff inset}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div{background:0 0;border-inline-start:none}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.gform-theme--foundation .chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222}.gform-theme--foundation .chosen-disabled{cursor:default;opacity:.5!important}.gform-theme--foundation .chosen-disabled .chosen-single{cursor:default}.gform-theme--foundation .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.gform-theme--foundation .chosen-rtl{direction:rtl}.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform-theme--foundation .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-position:-30px -20px}@media only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.gform-theme--foundation .chosen-container .chosen-results-scroll-down span,.gform-theme--foundation .chosen-container .chosen-results-scroll-up span,.gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform-theme--foundation .chosen-container-single .chosen-search input[type=text],.gform-theme--foundation .chosen-container-single .chosen-single abbr,.gform-theme--foundation .chosen-container-single .chosen-single div b,.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-image:url(/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}.gform-theme--foundation .gf_invisible,.gform-theme--foundation .gfield_visibility_hidden{inset-inline-start:-9999px;position:absolute;visibility:hidden}.gform-theme--foundation .gf_hide_charleft .charleft{display:none!important}.gform-theme--foundation .ginput_counter{color:#767676;font-size:.8em}.gform-theme--foundation .ginput_counter_tinymce{border-block-start:1px solid #dcdcde;font-size:12px;padding-block:2px;padding-inline:10px}@media (min-width:640px){.gform-theme--foundation .ginput_address_city,.gform-theme--foundation .ginput_address_country,.gform-theme--foundation .ginput_address_state,.gform-theme--foundation .ginput_address_zip{inline-size:50%}}.gform-theme--foundation .gform_card_icon_container{block-size:32px;display:flex;margin-block-end:8px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon{background-image:url(/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;block-size:32px;inline-size:40px;margin-inline-end:.3rem;text-indent:-9000px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected{position:relative}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected::after{background:url(/wp-content/plugins/gravityforms/images/gf-creditcards-check.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 .ginput_cardinfo_left{display:flex;flex-direction:column}.gform-theme--foundation .ginput_cardinfo_left legend{float:inline-start}.gform-theme--foundation .field_sublabel_below .ginput_cardinfo_left{flex-direction:column-reverse;justify-content:flex-end}.gform-theme--foundation .ginput_cardinfo_right{display:inline-flex;flex-flow:row wrap;justify-content:flex-start}.gform-theme--foundation .ginput_cardinfo_right label{inline-size:100%}.gform-theme--foundation .ginput_card_security_code{flex:1}.gform-theme--foundation .ginput_card_security_code_icon{align-self:center;background-image:url(/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-position:-382px center;background-repeat:no-repeat;block-size:32px;display:block;flex:none;inline-size:40px;margin-inline-start:.3em}@media (min-width:640px){.gform-theme--foundation .ginput_card_expiration_month_container,.gform-theme--foundation .ginput_card_expiration_year_container,.gform-theme--foundation .ginput_cardinfo_left,.gform-theme--foundation .ginput_cardinfo_right{inline-size:50%}.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code{flex:none;inline-size:50%}}.gform-theme--foundation .ginput_complex .ginput_container_date{inline-size:var(--gf-field-date-width)}.gform-theme--foundation .ginput_complex .ginput_container_date label{display:block}.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden,.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)}.gform-theme--foundation .gfield_list_header{display:none}.gform-theme--foundation .gfield_header_item{word-wrap:anywhere}.gform-theme--foundation .gfield_list_group{margin-block-end:var(--gf-field-gap-y)}.gform-theme--foundation .gfield_list_group:last-child{margin-block-end:0}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{margin-block-start:4px}.gform-theme--foundation .gfield_list_group_item input,.gform-theme--foundation .gfield_list_group_item select,.gform-theme--foundation .gfield_list_group_item textarea{inline-size:100%}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{align-items:center;display:flex;gap:var(--gf-field-list-btns-gap)}.gform-theme--foundation .add_list_item,.gform-theme--foundation .delete_list_item{font-size:12px;padding:0}@media (min-width:640px){.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before{content:none}.gform-theme--foundation .gfield_list_group,.gform-theme--foundation .gfield_list_header{display:flex;flex-direction:row;flex-wrap:nowrap}.gform-theme--foundation .gfield_header_item:where(:not(.gfield_header_item--icons)){flex:1 1 0}.gform-theme--foundation .gfield_list_group_item{flex:1}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{margin-block-start:0}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{flex:none;flex-wrap:wrap;inline-size:var(--gf-field-list-btns-width);justify-content:center}}.gform-theme--foundation .gf_page_steps{display:flex;flex-wrap:wrap;gap:var(--gf-field-pg-steps-gap-y) var(--gf-field-pg-steps-gap-x)}.gform-theme--foundation .gf_step_active{font-weight:500}.gform-theme--foundation .gform_show_password{inset-block-start:50%;inset-inline-end:12px;position:absolute;transform:translateY(-50%)}.gform-theme--foundation .password_input_container{display:block;position:relative}.gform-theme--foundation .ginput_password{display:block}.gform-theme--foundation .ginput_password input{inline-size:100%}.gform-theme--foundation ::-ms-reveal{display:none}.gform-theme--foundation .gfield--type-captcha iframe{block-size:78px;inline-size:100%}.gform-theme--foundation .gfield_post_tags_hint{margin:0}.gform-theme--foundation .ginput_complex .ginput_container_time{inline-size:var(--gf-field-time-width)}.gform-theme--foundation .hour_minute_colon{display:none}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none!important}@media (min-width:640px){.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_radio{display:grid}.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all{grid-column:1/-1}.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(2,1fr)}.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(3,1fr)}.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(4,1fr)}.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(5,1fr)}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{display:block;line-height:0;margin-block-start:calc(var(--gf-field-choice-gap) * -1)}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gchoice,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gchoice,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gchoice,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gchoice{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;display:grid;inline-size:100%;padding-block-start:var(--gf-field-choice-gap)}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline{width:-moz-fit-content;width:fit-content}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all{-moz-column-span:all;column-span:all;margin-block-start:calc(var(--gf-field-choice-meta-margin-y-start) + var(--gf-field-choice-gap))}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:2;column-count:2}.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:3;column-count:3}.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:4;column-count:4}.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:5;column-count:5}.gform-theme--foundation .gfield.gf_list_inline:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_inline:where(:not(.gfield--type-image_choice)) .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:12px 16px}}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none!important}.gform-theme--foundation .gsection.gf_scroll_text{background-color:#fff;block-size:15rem;border:1px solid #ccc;overflow-x:hidden;overflow-y:scroll;padding:2rem}.gform-theme--foundation .gsection.gf_scroll_text .gsection_title{margin-block-start:0}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue,.gform-theme--foundation .gfield.gfield_html.gf_alert_gray,.gform-theme--foundation .gfield.gfield_html.gf_alert_green,.gform-theme--foundation .gfield.gfield_html.gf_alert_red,.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{border-radius:3px;margin-block:1.25rem!important;margin-inline:0!important;padding:1.25rem!important}.gform-theme--foundation .gfield.gfield_html.gf_alert_green{background-color:#cbeca0;border:1px solid #97b48a;color:#030;text-shadow:#dfb 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_red{background-color:#faf2f5;border:1px solid #cfadb3;color:#832525;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{background-color:#fffbcc;border:1px solid #e6db55;color:#222;text-shadow:#fcfaea 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_gray{background-color:#eee;border:1px solid #ccc;color:#424242;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue{background-color:#d1e4f3;border:1px solid #a7c2e7;color:#314475;text-shadow:#e0f1ff 1px 1px}.gform-theme--foundation .gf_simple_horizontal{inline-size:calc(100% - 16px);margin-block:0;margin-inline:auto}.gform-theme--foundation .gf_simple_horizontal .gform_body,.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{display:table-cell;margin:0;padding:0;position:relative;vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gform_body{inline-size:auto;max-inline-size:75%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label{display:table;inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield{block-size:auto;display:table-cell;padding-inline-end:1em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .large,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .medium,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .small{inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice{display:inline-block;margin-inline-end:.5em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield{vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gfield,.gform-theme--foundation .gf_simple_horizontal .ginput_container{margin-block-start:0!important}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{inline-size:auto;margin:0;max-inline-size:25%;padding:0;text-align:start}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=button],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=image],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=submit]{block-size:auto}.gform-theme--foundation .gf_simple_horizontal .gfield_description:not(.gfield_validation_message),.gform-theme--foundation .gf_simple_horizontal .gfield_label,.gform-theme--foundation .gf_simple_horizontal .ginput_complex label{block-size:1px;display:block;inline-size:1px;inset-block-start:0;inset-inline-start:-9000px;overflow:hidden;position:absolute}.gform_confirmation_wrapper.gf_confirmation_simple_yellow{background-color:#fffbcc;border-block:1px solid #e6db55;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_simple_gray{background-color:#eaeaea;border-block:1px solid #ccc;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{background-color:#fffbd2;border:1px solid #e6db55;box-shadow:0 0 5px rgba(221,215,131,.75);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message{background:#fffce5;background:linear-gradient(to bottom,#fffce5 0,#fff9bf 100%);background-color:#fffbcc;border-block-end:1px solid #e6db55;border-block-start:2px solid #fff;color:#424242;font-size:28px;margin:0;max-inline-size:99%;padding:40px}.gform_confirmation_wrapper.gf_confirmation_green_gradient{background-color:#f1fcdf;border:1px solid #a7c37c;box-shadow:0 0 5px rgba(86,122,86,.4);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message{background:#dbf2b7;background:linear-gradient(to bottom,#dbf2b7 0,#b4d088 100%);background-color:#fffbcc;border-block-end:1px solid #a7c37c;border-block-start:2px solid #effade;color:#030;font-size:28px;margin:0;max-inline-size:99%;padding:40px;text-shadow:#dfb 1px 1px}.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)}.gform-theme--foundation .validation_message--hidden-on-empty:empty{display:none}.gform-theme--foundation .gform-loader{align-self:center;animation:gformLoader 1.1s infinite linear;block-size:10em;border-block-end:1.1em solid #000;border-block-start:1.1em solid #fff;border-inline-end:1.1em solid #fff;border-inline-start:1.1em solid #000;border-radius:50%;display:inline-block;font-size:2px;inline-size:10em;position:relative;transform:translateZ(0)}@keyframes gformLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.gform-theme--api,.gform-theme--framework{--gf-radius:3px;--gf-radius-max-sm:2px;--gf-radius-max-md:3px;--gf-radius-max-lg:8px}.gform-theme--api,.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--api,.gform-theme--framework{--gf-icon-font-family:"gform-icons-orbital";--gf-icon-font-size:20px;--gf-icon-ctrl-checkbox:"\e900";--gf-icon-ctrl-select-down:"\e901";--gf-icon-ctrl-select-up:"\e902";--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:"\e918";--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:"\e90a";--gf-icon-ctrl-pwd-visible:"\e909";--gf-icon-ctrl-list-item-add:"\e90f";--gf-icon-ctrl-list-item-remove:"\e90e";--gf-icon-ctrl-save-continue:"\e910";--gf-icon-ctrl-pg-numbers-complete:"\e90b";--gf-icon-ctrl-file:"\e911";--gf-icon-ctrl-file-completed:"\e90c";--gf-icon-ctrl-file-cancel:"\e904";--gf-icon-ctrl-file-remove:"\e919";--gf-icon-ctrl-datepicker:"\e91a";--gf-icon-ctrl-datepicker-left:"\e91b";--gf-icon-ctrl-datepicker-right:"\e91c";--gf-icon-ctrl-img-choice-placeholder:"\e922";--gf-icon-tooltip-error:"\e906"}.gform-theme--api,.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--api,.gform-theme--framework{--gf-transition-duration:0.15s;--gf-transition-ctrl:var(--gf-transition-duration)}.gform-theme--api,.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--api,.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--api,.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--api,.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:var(--gf-ctrl-btn-color-simple);--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--api,.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--api,.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--api,.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--api,.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--api,.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--api,.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--api,.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)}html[dir=rtl] .gform-theme--api,html[dir=rtl] .gform-theme--framework{--gf-ctrl-select-icon-position:var(--gf-ctrl-padding-x) center;--gf-ctrl-select-search-icon-position:calc(100% - var(--gf-padding-x)) center}.gform-theme--api,.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--api,.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--api,.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--api,.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--api,.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--api,.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--api,.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--api,.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--api,.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--api,.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--api,.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)}.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,.gform-theme--framework button{cursor:revert}.gform-theme--framework menu,.gform-theme--framework ol:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)),.gform-theme--framework ul:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)){list-style:none}.gform-theme--framework img{max-inline-size:100%;max-block-size:100%}.gform-theme--framework table{border-collapse:collapse}.gform-theme--framework input,.gform-theme--framework textarea{-webkit-user-select:auto}.gform-theme--framework textarea{white-space:revert}.gform-theme--framework meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.gform-theme--framework :where(pre){all:revert}.gform-theme--framework ::-moz-placeholder{color:unset}.gform-theme--framework ::placeholder{color:unset}.gform-theme--framework :where([hidden]){display:none}.gform-theme--framework :where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;word-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}.gform-theme--framework :where([draggable=true]){-webkit-user-drag:element}.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}@font-face{font-display:swap;font-family:gform-icons-orbital;src:url('/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff2?gxy8zs') format('woff2'),url('/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.ttf?gxy8zs') format('truetype'),url('/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff?gxy8zs') format('woff'),url('/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.svg?gxy8zs#gform-icons-orbital') format('svg');font-weight:400;font-style:normal;font-display:block}.gform-orbital-icon{font-family:var(--gf-icon-font-family)!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gform-orbital-icon--photograph:before{content:"\e922"}.gform-orbital-icon--arrow-back:before{content:"\e921"}.gform-orbital-icon--calendar-alt:before{content:"\e91a"}.gform-orbital-icon--selector:before{content:"\e90d"}.gform-orbital-icon--search:before{content:"\e917"}.gform-orbital-icon--trash:before{content:"\e919"}.gform-orbital-icon--cloud-upload-alt:before{content:"\e911"}.gform-orbital-icon--arrow-up:before{content:"\e912"}.gform-orbital-icon--arrow-down:before{content:"\e914"}.gform-orbital-icon--arrow-left:before{content:"\e915"}.gform-orbital-icon--arrow-right:before{content:"\e916"}.gform-orbital-icon--arrow-narrow-right:before{content:"\e913"}.gform-orbital-icon--arrow-sm-left:before{content:"\e91f"}.gform-orbital-icon--arrow-sm-right:before{content:"\e920"}.gform-orbital-icon--save-as:before{content:"\e910"}.gform-orbital-icon--minus-alt:before{content:"\e90e"}.gform-orbital-icon--plus-alt:before{content:"\e90f"}.gform-orbital-icon--eye-off:before{content:"\e90a"}.gform-orbital-icon--eye:before{content:"\e909"}.gform-orbital-icon--check-circle:before{content:"\e90c"}.gform-orbital-icon--check-mark:before{content:"\e900"}.gform-orbital-icon--check:before{content:"\e90b"}.gform-orbital-icon--check-mark-simple:before{content:"\e905"}.gform-orbital-icon--exclamation-simple:before{content:"\e906"}.gform-orbital-icon--information-simple:before{content:"\e907"}.gform-orbital-icon--question-mark-simple:before{content:"\e908"}.gform-orbital-icon--chevron-down:before{content:"\e901"}.gform-orbital-icon--chevron-up:before{content:"\e902"}.gform-orbital-icon--chevron-left:before{content:"\e91b"}.gform-orbital-icon--chevron-right:before{content:"\e91c"}.gform-orbital-icon--chevron-double-left:before{content:"\e91d"}.gform-orbital-icon--chevron-double-right:before{content:"\e91e"}.gform-orbital-icon--minus:before{content:"\e903"}.gform-orbital-icon--x-circle:before{content:"\e918"}.gform-orbital-icon--x:before{content:"\e904"}.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 .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 *)),.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 *)),.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 *)),.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 *)),.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 select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework textarea: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 .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 *)),.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 *)),.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 *)),.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 *)),.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 *)),.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 *)),.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 *)),.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 *)){--gf-local-bg-color:var(--gf-ctrl-bg-color-error);--gf-local-border-color:var(--gf-ctrl-border-color-error);--gf-local-color:var(--gf-ctrl-color-error)}.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{--gf-local-border-color:transparent;--gf-local-height:auto;--gf-local-color:var(--gf-ctrl-readonly-color);--gf-local-font-family:var(--gf-ctrl-readonly-font-family);--gf-local-font-size:var(--gf-ctrl-readonly-font-size);--gf-local-font-style:var(--gf-ctrl-readonly-font-style);--gf-local-font-weight:var(--gf-ctrl-readonly-font-weight);--gf-local-letter-spacing:var(--gf-ctrl-readonly-letter-spacing);--gf-local-line-height:var(--gf-ctrl-readonly-line-height);--gf-local-min-height:auto;--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);block-size:var(--gf-local-height);border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);border-radius:var(--gf-ctrl-radius);color:var(--gf-local-color);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);min-block-size:var(--gf-local-min-height);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);transition:var(--gf-ctrl-transition)}.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 textarea: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-textarea-radius);--gf-local-height:var(--gf-ctrl-textarea-height);--gf-local-line-height:var(--gf-ctrl-textarea-line-height);--gf-local-padding-y:var(--gf-ctrl-textarea-padding-y);resize:var(--gf-ctrl-textarea-resize)}.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 *)){--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);border-radius:var(--gf-ctrl-textarea-radius);box-shadow:var(--gf-ctrl-shadow);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);overflow:hidden;transition:var(--gf-transition-ctrl)}.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 .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 .wp-editor-container textarea{border-color:transparent;border-width:0}.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 *)){--gf-local-border-color:var(--gf-ctrl-border-color-error)}.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 .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 *)),.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 *)){--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 *)){--gf-local-radius:var(--gf-ctrl-radio-check-radius)}.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]{--gf-local-height:var(--gf-ctrl-multiselect-height);--gf-local-radius:var(--gf-ctrl-multiselect-radius);--gf-local-line-height:var(--gf-ctrl-multiselect-line-height);--gf-local-padding-y:var(--gf-ctrl-multiselect-padding-y);overflow-y:auto}.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-select,.gfield--input-type-select) .chosen-container-single .chosen-single{background-image:var(--gf-icon-ctrl-select);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single span{margin-inline-end:var(--gf-ctrl-select-search-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single abbr,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single div b{background-image:none!important}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active .chosen-single,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{--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-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{border-bottom-left-radius:var(--gf-ctrl-radius);border-bottom-right-radius:var(--gf-ctrl-radius);border-color:var(--gf-ctrl-border-color-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search{padding-block:var(--gf-padding-y) 0;padding-inline:var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text]{--gf-local-height:var(--gf-ctrl-size-md);--gf-local-padding-x:var(--gf-ctrl-select-search-padding-x);background-image:var(--gf-icon-ctrl-search)!important;background-position:var(--gf-ctrl-select-search-icon-position);background-size:var(--gf-ctrl-select-search-icon-size)!important}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi{--gf-local-height:auto;--gf-local-radius:var(--gf-ctrl-multiselect-radius);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active{border-color:var(--gf-ctrl-border-color-focus);outline-color:var(--gf-ctrl-outline-color-focus);outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active .chosen-choices{box-shadow:none}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices{align-content:center;background:0 0;border:none;display:flex;flex-flow:row wrap;gap:calc(var(--gf-padding-y)/ 2);min-height:calc(var(--gf-ctrl-size) - 2px);padding-block:4px;padding-inline:var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-field input[type=text].chosen-search-input{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 .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices .search-choice+li.search-field input[type=text].chosen-search-input{color:var(--gf-ctrl-color-focus);font-family:var(--gf-ctrl-font-family);font-size:var(--gf-ctrl-font-size);font-style:var(--gf-ctrl-font-style);font-weight:var(--gf-ctrl-font-weight);letter-spacing:var(--gf-ctrl-letter-spacing);opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice{align-self:flex-start;background:0 0;background-color:var(--gf-ctrl-multiselect-selected-item-bg-color);border:none;border-radius:var(--gf-ctrl-multiselect-selected-item-radius);box-shadow:none;color:var(--gf-ctrl-multiselect-selected-item-color);flex-shrink:0;font-size:var(--gf-ctrl-multiselect-selected-item-font-size);font-weight:var(--gf-ctrl-multiselect-selected-item-font-weight);margin:0;padding-block:8px;padding-inline:var(--gf-ctrl-padding-x) calc((var(--gf-ctrl-padding-x) * 1.25) + var(--gf-ctrl-multiselect-close-icon-size))}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:0 0;height:var(--gf-ctrl-multiselect-close-icon-size);inset-block-start:var(--gf-ctrl-multiselect-close-icon-inset-y-start);inset-inline-end:var(--gf-ctrl-multiselect-close-icon-inset-x-end);opacity:70%;transition:var(--gf-local-transition);width:var(--gf-ctrl-multiselect-close-icon-size)}.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:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-drop,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-drop{background-color:var(--gf-ctrl-bg-color);border:var(--gf-ctrl-select-dropdown-border-color);border-radius:var(--gf-ctrl-select-dropdown-radius);box-shadow:var(--gf-ctrl-select-dropdown-shadow);overflow:hidden;padding-block:0;padding-inline:0;top:calc(100% + 8px)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results{margin-block:0;margin-inline:0;padding-block:var(--gf-padding-y);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li{color:var(--gf-ctrl-color);padding:var(--gf-padding-y) var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.highlighted,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.highlighted{background:0 0;background-color:var(--gf-ctrl-select-dropdown-option-bg-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected{background:0 0;background-color:var(--gf-ctrl-select-dropdown-option-bg-color-hover);box-shadow:var(--gf-ctrl-select-dropdown-option-shadow-hover)}.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--type-sub: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-tertiary);--gf-local-display:block;--gf-local-font-family:var(--gf-ctrl-label-font-family-tertiary);--gf-local-font-size:var(--gf-ctrl-label-font-size-tertiary);--gf-local-font-style:var(--gf-ctrl-label-font-style-tertiary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-tertiary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-tertiary);--gf-local-line-height:var(--gf-ctrl-label-line-height-tertiary)}.gform-theme--framework .gform-field-label--type-sub-large: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-quaternary);--gf-local-display:inline-block;--gf-local-font-family:var(--gf-ctrl-label-font-family-quaternary);--gf-local-font-size:var(--gf-ctrl-label-font-size-quaternary);--gf-local-font-style:var(--gf-ctrl-label-font-style-quaternary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-quaternary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-quaternary);--gf-local-line-height:var(--gf-ctrl-label-line-height-quaternary)}.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 *)),.gform-theme--framework.gform_editor legend.gform-field-label>span>.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_validation_message: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-error);--gf-local-font-family:var(--gf-ctrl-desc-font-family-error);--gf-local-font-size:var(--gf-ctrl-desc-font-size-error);--gf-local-font-style:var(--gf-ctrl-desc-font-style-error);--gf-local-font-weight:var(--gf-ctrl-desc-font-weight-error);--gf-local-letter-spacing:var(--gf-ctrl-desc-letter-spacing-error);--gf-local-line-height:var(--gf-ctrl-desc-line-height-error)}.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;padding:16px;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 .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.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.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.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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-secondary);--gf-local-border-style:var(--gf-ctrl-btn-border-style-secondary);--gf-local-border-width:var(--gf-ctrl-btn-border-width-secondary);--gf-local-color:var(--gf-ctrl-btn-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 .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 .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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-ctrl);--gf-local-border-style:var(--gf-ctrl-btn-border-style-ctrl);--gf-local-border-width:var(--gf-ctrl-btn-border-width-ctrl);--gf-local-color:var(--gf-ctrl-btn-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 .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 .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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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,.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{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-simple);--gf-local-border-width:var(--gf-ctrl-btn-border-width-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-simple);--gf-local-color:var(--gf-ctrl-btn-color-simple);--gf-local-column-gap:0;--gf-local-line-height:var(--gf-ctrl-btn-size-simple);--gf-local-min-height:var(--gf-ctrl-btn-size-simple);--gf-local-min-width:var(--gf-ctrl-btn-size-simple);--gf-local-padding-y:0;--gf-local-padding-x:0}.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,.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,.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,.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,.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,.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,.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,.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.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--size-xs,.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--size-xs,.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--size-xs,.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--size-xs,.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--size-xs,.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--size-xs,.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--size-xs{--gf-local-font-size:var(--gf-ctrl-btn-font-size-xs);--gf-local-min-height:var(--gf-ctrl-btn-size-xs);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-xs)}.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--size-sm,.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--size-sm,.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--size-sm,.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--size-sm,.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--size-sm,.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--size-sm,.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--size-sm{--gf-local-font-size:var(--gf-ctrl-btn-font-size-sm);--gf-local-min-height:var(--gf-ctrl-btn-size-sm);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-sm)}.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--size-md,.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--size-md,.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--size-md,.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--size-md,.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--size-md,.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--size-md,.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--size-md{--gf-local-font-size:var(--gf-ctrl-btn-font-size-md);--gf-local-min-height:var(--gf-ctrl-btn-size-md);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-md)}.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--size-lg,.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--size-lg,.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--size-lg,.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--size-lg,.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--size-lg,.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--size-lg,.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--size-lg{--gf-local-font-size:var(--gf-ctrl-btn-font-size-lg);--gf-local-min-height:var(--gf-ctrl-btn-size-lg);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-lg)}.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--size-xl,.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--size-xl,.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--size-xl,.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--size-xl,.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--size-xl,.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--size-xl,.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--size-xl{--gf-local-font-size:var(--gf-ctrl-btn-font-size-xl);--gf-local-min-height:var(--gf-ctrl-btn-size-xl);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-xl)}.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 *)){--gf-local-padding-x:var(--gf-ctrl-file-padding-x);text-overflow:ellipsis;white-space:nowrap}.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) .gform_drop_area{--gf-local-height:var(--gf-ctrl-file-zone-height);--gf-local-radius:var(--gf-ctrl-file-zone-radius);--gf-local-border-style:var(--gf-ctrl-file-zone-border-style);--gf-local-color:var(--gf-ctrl-file-zone-color);--gf-local-font-weight:var(--gf-ctrl-file-zone-font-weight);--gf-local-line-height:var(--gf-ctrl-file-zone-line-height);--gf-local-padding-x:var(--gf-ctrl-file-zone-padding-x);--gf-local-padding-y:var(--gf-ctrl-file-zone-padding-y)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .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) .gform_drop_instructions{margin-block-end:var(--gf-ctrl-file-zone-instructions-margin-y-end)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list{display:flex;flex-direction:column;gap:var(--gf-ctrl-file-prev-area-gap);margin-block-start:var(--gf-ctrl-file-prev-area-margin-y-start);width:100%}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list:empty{margin-block-start:0}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview{display:flex;flex-direction:column;font-family:var(--gf-ctrl-file-prev-font-family);font-size:var(--gf-ctrl-file-prev-font-size);font-style:var(--gf-ctrl-file-prev-font-style);font-weight:var(--gf-ctrl-file-prev-font-weight);gap:var(--gf-ctrl-file-prev-gap);letter-spacing:var(--gf-ctrl-file-prev-letter-spacing);line-height:var(--gf-ctrl-file-prev-line-height);position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename{color:var(--gf-ctrl-file-prev-name-color);line-height:var(--gf-ctrl-file-prev-name-line-height);overflow:var(--gf-ctrl-file-prev-name-overflow);padding-inline-end:var(--gf-ctrl-file-prev-name-padding-x-end);text-overflow:var(--gf-ctrl-file-prev-name-text-overflow);white-space:var(--gf-ctrl-file-prev-name-white-space)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filesize{color:var(--gf-ctrl-file-prev-size-color)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress{align-items:center;display:flex;gap:var(--gf-ctrl-file-prog-ui-gap)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .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) .ginput_preview .gfield_fileupload_progress_complete::after{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress{block-size:var(--gf-ctrl-file-prog-bar-height);border-radius:var(--gf-ctrl-file-prog-bar-radius)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar{background-color:var(--gf-ctrl-file-prog-bar-bg-color);inline-size:100%;position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress{background-color:var(--gf-ctrl-file-prog-bar-bg-color-loading);inline-size:1%;position:absolute;transition:var(--gf-ctrl-file-prog-bar-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_percent{color:var(--gf-ctrl-file-prog-text-color);font-size:var(--gf-ctrl-file-prog-text-font-size);min-inline-size:var(--gf-ctrl-file-prog-text-min-width)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gform_delete_file{inset-block-start:var(--gf-ctrl-file-prog-btn-inset-y-start);inset-inline-end:var(--gf-ctrl-file-prog-btn-inset-x-end);position:var(--gf-ctrl-file-prog-btn-position)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .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) .ginput_preview .gfield_fileupload_cancel{--gf-local-font-size:var(--gf-ctrl-file-prog-btn-font-size-cancel)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-file-cancel)}.gform-theme--framework.ui-datepicker{background-color:var(--gf-ctrl-date-picker-bg-color);border-radius:var(--gf-ctrl-date-picker-radius);box-shadow:var(--gf-ctrl-date-picker-shadow);display:none;inline-size:var(--gf-ctrl-date-picker-width);margin-block-start:var(--gf-ctrl-date-picker-margin-y-start);padding-block:var(--gf-ctrl-date-picker-padding-y);padding-inline:var(--gf-ctrl-date-picker-padding-x)}@media (min-width:640px){.gform-theme--framework.ui-datepicker{inline-size:var(--gf-ctrl-date-picker-width-viewport-sm);padding-block:var(--gf-ctrl-date-picker-padding-y-viewport-sm);padding-inline:var(--gf-ctrl-date-picker-padding-x-viewport-sm)}}.gform-theme--framework.ui-datepicker .ui-datepicker-header{align-items:stretch;display:flex;margin-block:unset;margin-inline:unset;padding-block:0;padding-inline:0;position:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-next,.gform-theme--framework.ui-datepicker .ui-datepicker-prev{align-items:center;block-size:auto;cursor:pointer;display:flex;flex:none;inline-size:var(--gf-ctrl-date-picker-header-icons-width);inset:unset;justify-content:center;position:relative}.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{order:1}.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 .ui-datepicker-title{align-items:center;color:var(--gf-ctrl-date-picker-title-color);display:flex;flex:auto;font-size:var(--gf-ctrl-date-picker-title-font-size);font-weight:var(--gf-ctrl-date-picker-title-font-weight);gap:var(--gf-ctrl-date-picker-title-gap);line-height:var(--gf-ctrl-date-picker-title-line-height);margin-block:0;margin-inline:var(--gf-ctrl-date-picker-title-margin-x)}@media (min-width:640px){.gform-theme--framework.ui-datepicker .ui-datepicker-title{font-size:var(--gf-ctrl-date-picker-title-font-size-viewport-sm);gap:var(--gf-ctrl-date-picker-title-gap-viewport-sm);margin-inline:var(--gf-ctrl-date-picker-title-margin-x-viewport-sm)}}.gform-theme--framework.ui-datepicker select.ui-datepicker-month,.gform-theme--framework.ui-datepicker select.ui-datepicker-year{--gf-local-height:var(--gf-ctrl-size-sm);--gf-local-line-height:var(--gf-ctrl-size-sm);background-image:var(--gf-icon-ctrl-select);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size);box-shadow:var(--gf-local-shadow);flex:auto;inline-size:auto;margin:0;padding-inline:var(--gf-local-padding-x);text-align:var(--gf-ctrl-date-picker-dropdown-text-align)}.gform-theme--framework.ui-datepicker table{margin-block-end:0;margin-block-start:16px}.gform-theme--framework.ui-datepicker table td,.gform-theme--framework.ui-datepicker table th{block-size:var(--gf-ctrl-date-picker-cell-height);color:var(--gf-ctrl-date-picker-cell-content-color);padding-block:var(--gf-ctrl-date-picker-cell-padding);padding-inline:var(--gf-ctrl-date-picker-cell-padding)}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td,.gform-theme--framework.ui-datepicker table th{block-size:var(--gf-ctrl-date-picker-cell-height-viewport-sm)}}.gform-theme--framework.ui-datepicker table th{font-size:var(--gf-ctrl-date-picker-head-cell-font-size);font-weight:var(--gf-ctrl-date-picker-head-cell-font-weight);line-height:var(--gf-ctrl-date-picker-head-cell-line-height);vertical-align:middle}.gform-theme--framework.ui-datepicker table td{font-size:var(--gf-ctrl-date-picker-cell-font-size);font-weight:var(--gf-ctrl-date-picker-cell-font-weight);line-height:var(--gf-ctrl-date-picker-cell-line-height);padding-block:var(--gf-ctrl-date-picker-cell-padding-y)}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td{padding-block:var(--gf-ctrl-date-picker-cell-padding-y-viewport-sm)}}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled){cursor:pointer}.gform-theme--framework.ui-datepicker table td a,.gform-theme--framework.ui-datepicker table td span{--gf-local-bg-color:transparent;--gf-local-border:0;--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color);align-items:center;background-color:var(--gf-local-bg-color);block-size:100%;border:var(--gf-local-border);border-radius:var(--gf-ctrl-date-picker-cell-content-radius);color:var(--gf-local-color);display:flex;inline-size:var(--gf-ctrl-date-picker-cell-content-width);justify-content:center;text-decoration:none}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td a,.gform-theme--framework.ui-datepicker table td span{inline-size:var(--gf-ctrl-date-picker-cell-content-width-viewport-sm)}}.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-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today span{--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 .ui-datepicker-today.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-selected);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-selected)}.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 table .ui-datepicker-current-day.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:var(--gf-ctrl-select-icon-position)}.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-address .copy_values_option_container{display:inline-grid;gap:var(--gf-field-choice-meta-space) 0;grid-template-columns:minmax(var(--gf-ctrl-choice-size),max-content) auto;margin-block-end:var(--gf-field-gap-y)}.gform-theme--framework .gfield--type-choice .gfield_checkbox,.gform-theme--framework .gfield--type-choice .gfield_radio{display:flex;flex-direction:column;gap:var(--gf-field-choice-gap)}.gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_checkbox,.gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:var(--gf-field-choice-align-x-gap-y) var(--gf-field-choice-align-x-gap-x)}.gform-theme--framework .gfield--type-choice .gchoice,.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-choice .gchoice br,.gform-theme--framework .gfield--type-choice .ginput_container_consent br{display:none}.gform-theme--framework .gfield--type-choice .gchoice_other_control{--gf-local-width:auto;grid-column:span 2;max-inline-size:var(--gf-field-choice-other-ctrl-max-width)}.gform-theme--framework .gfield--type-choice .gfield-choice-toggle-all{align-self:self-start;inline-size:100%}.gform-theme--framework .gfield--type-choice .gfield_choice_all_toggle{justify-self:start}.gform-theme--framework .gfield--type-image_choice .gfield_checkbox,.gform-theme--framework .gfield--type-image_choice .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:var(--gf-field-img-choice-gap)}.gform-theme--framework .gfield--type-image_choice .gchoice{align-self:start;display:block;inline-size:var(--gf-field-img-choice-size);max-inline-size:var(--gf-field-img-choice-size);min-inline-size:var(--gf-field-img-choice-size);position:relative}.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-wrapper-outer{display:block;min-block-size:100%}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper{--gf-local-border-color:transparent;--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-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);--gf-local-shadow:none;box-shadow:var(--gf-local-shadow);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);transition:var(--gf-transition-ctrl)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice,.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{--gf-local-bg-color:var(--gf-ctrl-bg-color);--gf-local-border-color:var(--gf-color-in-ctrl-light-darker);--gf-local-shadow:var(--gf-field-img-choice-shadow);background-color:var(--gf-local-bg-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label{--gf-local-color:var(--gf-ctrl-color);color:var(--gf-local-color)}.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-card.gfield_error .gchoice{--gf-local-bg-color:var(--gf-ctrl-bg-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice .gform-field-label{--gf-local-color:var(--gf-ctrl-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-image-choice-wrapper-outer{padding-block:var(--gf-field-img-choice-card-space);padding-inline:var(--gf-field-img-choice-card-space)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-choice-image-no-image{background-color:var(--gf-field-img-choice-card-placeholder-bg-color);color:var(--gf-field-img-choice-card-placeholder-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-no-card .gfield-choice-image-no-image{background-color:var(--gf-field-img-choice-no-card-placeholder-bg-color);color:var(--gf-field-img-choice-no-card-placeholder-color)}.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_error.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper{--gf-local-border-color:var(--gf-ctrl-border-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper{border-radius:var(--gf-field-img-choice-radius-square)}.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{border-radius:var(--gf-field-img-choice-radius-round)}.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-wrapper{aspect-ratio:var(--gf-field-img-choice-aspect-ratio);margin-block-end:var(--gf-field-img-choice-margin-y-end);opacity:var(--gf-field-img-choice-ctrl-opacity);overflow:hidden;position:relative}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image{block-size:100%;display:block;inline-size:100%;position:relative}.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--type-image_choice .gfield-choice-image-no-image span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image{block-size:100%!important;display:block;inline-size:100%;max-block-size:100%;max-inline-size:100%;-o-object-fit:cover;object-fit:cover}.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-inner{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 .ginput_container_image_choice--label-hide .gchoice .gfield-choice-image-wrapper{margin-block-end:0}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-input,.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-image-choice-wrapper-inner,.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gform-field-label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gform-field-label{--gf-local-margin-x:0}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gfield-choice-input{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .gchoice_other_control{margin-block-start:var(--gf-field-img-choice-other-ctrl-margin-y-start);max-inline-size:100%}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date{align-content:flex-start;align-items:center;display:flex}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{--gf-local-width:auto}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img,.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 img,.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 img,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 img,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-custom-icon .ginput_container_date input,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date input{--gf-local-padding-x:var(--gf-ctrl-padding-x) var(--gf-field-date-ctrl-padding-x-end)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img{display:none!important}.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 img{max-block-size:var(--gf-field-date-custom-icon-max-height);max-inline-size:var(--gf-field-date-custom-icon-max-width);opacity:var(--gf-field-date-custom-icon-opacity)}.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 .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,.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item{--gf-local-height:var(--gf-field-list-btn-size);--gf-local-radius:var(--gf-field-list-btn-radius);--gf-local-column-gap:0;--gf-local-font-size:var(--gf-field-list-btn-font-size);--gf-local-letter-spacing:0;--gf-local-line-height:1;--gf-local-min-height:auto;--gf-local-padding-y:var(--gf-field-list-btn-padding-y);--gf-local-padding-x:var(--gf-field-list-btn-padding-x);--gf-local-width:var(--gf-field-list-btn-size)}.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 .gf_page_steps,.gform-theme--framework .gf_progressbar_wrapper{margin-block-end:var(--gf-field-pg-prog-margin-y-end)}.gform-theme--framework .gf_progressbar_title,.gform-theme--framework .gf_step_label,.gform-theme--framework .gf_step_number{--gf-local-color:var(--gf-field-pg-prog-color);--gf-local-font-family:var(--gf-field-pg-prog-font-family);--gf-local-font-size:var(--gf-field-pg-prog-font-size);--gf-local-font-style:var(--gf-field-pg-prog-font-style);--gf-local-font-weight:var(--gf-field-pg-prog-font-weight);--gf-local-letter-spacing:var(--gf-field-pg-prog-letter-spacing);--gf-local-line-height:var(--gf-field-pg-prog-line-height);--gf-local-text-transform:none;color:var(--gf-local-color);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);text-transform:var(--gf-local-text-transform)}.gform-theme--framework .gf_progressbar_title{margin-block-end:var(--gf-field-pg-prog-title-margin-y-end)}.gform-theme--framework .gf_progressbar{background-color:var(--gf-field-pg-prog-bar-bg-color);border-radius:var(--gf-field-pg-prog-bar-radius)}.gform-theme--framework .gf_progressbar span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gf_progressbar .gf_progressbar_percentage{block-size:var(--gf-field-pg-prog-bar-height);border-radius:var(--gf-field-pg-prog-bar-radius)}.gform-theme--framework .gf_progressbar .percentbar_blue{background-color:var(--gf-field-pg-prog-bar-bg-color-blue)}.gform-theme--framework .gf_progressbar .percentbar_gray{background-color:var(--gf-field-pg-prog-bar-bg-color-gray)}.gform-theme--framework .gf_progressbar .percentbar_green{background-color:var(--gf-field-pg-prog-bar-bg-color-green)}.gform-theme--framework .gf_progressbar .percentbar_orange{background-color:var(--gf-field-pg-prog-bar-bg-color-orange)}.gform-theme--framework .gf_progressbar .percentbar_red{background-color:var(--gf-field-pg-prog-bar-bg-color-red)}.gform-theme--framework .gf_progressbar .percentbar_spring{background:var(--gf-field-pg-prog-bar-bg-gradient-spring)}.gform-theme--framework .gf_progressbar .percentbar_blues{background:var(--gf-field-pg-prog-bar-bg-gradient-blues)}.gform-theme--framework .gf_progressbar .percentbar_rainbow{background:var(--gf-field-pg-prog-bar-bg-gradient-rainbow)}.gform-theme--framework .gf_step{align-items:center;display:flex;gap:var(--gf-field-pg-steps-step-gap);position:relative}.gform-theme--framework .gf_step_label{--gf-local-text-transform:var(--gf-field-pg-prog-text-transform)}.gform-theme--framework .gf_step_hidden{display:none}.gform-theme--framework .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color);--gf-local-border:var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-local-border-color);--gf-local-radius:var(--gf-field-pg-steps-number-radius);--gf-local-color:var(--gf-field-pg-steps-number-color);background-color:var(--gf-local-bg-color);block-size:var(--gf-field-pg-steps-number-size);border:var(--gf-local-border);border-radius:var(--gf-local-radius);color:var(--gf-local-color);display:inline-grid;inline-size:var(--gf-field-pg-steps-number-size);min-inline-size:var(--gf-field-pg-steps-number-size);align-content:center;justify-content:center;place-content:center}.gform-theme--framework .gf_step_active .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color-active);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color-active);--gf-local-color:var(--gf-field-pg-steps-number-color-active)}.gform-theme--framework .gf_step_completed .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color-complete);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color-complete);--gf-local-color:var(--gf-field-pg-steps-number-color-complete)}.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 .gfield--type-password input[type=password]{--gf-local-padding-x:var(--gf-ctrl-padding-x) var(--gf-field-pwd-ctrl-padding-x-end)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button{--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 .dashicons,.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{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color);--gf-local-border-color:var(--gf-field-pwd-str-border-color);--gf-local-border-style:var(--gf-field-pwd-str-border-style);--gf-local-border-width:var(--gf-field-pwd-str-border-width);--gf-local-border:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-color:var(--gf-field-pwd-str-color);background-color:var(--gf-local-bg-color);border:var(--gf-local-border);border-radius:var(--gf-field-pwd-str-radius);color:var(--gf-local-color);font-family:var(--gf-field-pwd-str-font-family);font-size:var(--gf-field-pwd-str-font-size);font-style:var(--gf-field-pwd-str-font-style);font-weight:var(--gf-field-pwd-str-font-weight);letter-spacing:var(--gf-field-pwd-str-letter-spacing);line-height:var(--gf-field-pwd-str-line-height);margin-block-start:var(--gf-field-pwd-str-margin-y-start);padding-block:var(--gf-field-pwd-str-padding-y);padding-inline:var(--gf-field-pwd-str-padding-x);position:relative;text-align:var(--gf-field-pwd-str-text-align);transition:var(--gf-field-pwd-str-transition)}.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{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-mismatch);--gf-local-border-color:var(--gf-field-pwd-str-border-color-mismatch);--gf-local-color:var(--gf-field-pwd-str-color-mismatch)}.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{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-short);--gf-local-border-color:var(--gf-field-pwd-str-border-color-short);--gf-local-color:var(--gf-field-pwd-str-color-short)}.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{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-bad);--gf-local-border-color:var(--gf-field-pwd-str-border-color-bad);--gf-local-color:var(--gf-field-pwd-str-color-bad)}.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{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-good);--gf-local-border-color:var(--gf-field-pwd-str-border-color-good);--gf-local-color:var(--gf-field-pwd-str-color-good)}.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{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-strong);--gf-local-border-color:var(--gf-field-pwd-str-border-color-strong);--gf-local-color:var(--gf-field-pwd-str-color-strong)}.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-product .ginput_product_price{--gf-local-color:var(--gf-field-prod-price-color)}.gform-theme--framework .gfield--type-product input[type].ginput_product_price{--gf-local-display:inline-block}.gform-theme--framework .gfield--type-product .ginput_quantity{--gf-local-width:var(--gf-field-prod-quant-width);margin-block-end:var(--gf-field-prod-quant-margin-y-end)}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct{display:flex;flex-direction:column}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation .ginput_product_price_wrapper,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper{order:2}.gform-theme--framework .gfield--type-repeater .gfield_repeater_cell:not(:first-child){margin-block-start:var(--gf-field-repeater-gap-y)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item{margin-block-start:var(--gf-field-repeater-gap-y);position:relative}.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 .gfield--type-repeater .gfield_repeater_buttons{margin-block-start:var(--gf-form-footer-margin-y-start)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons .gform-theme-button.gform-theme-button--secondary.add_repeater_item{margin-inline-end:var(--gf-field-repeater-btn-inline-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper{border-inline-start:var(--gf-field-repeater-nested-border-size) var(--gf-field-repeater-nested-border-style) var(--gf-field-repeater-nested-border-color);border-inline-start-style:var(--gf-field-repeater-nested-border-style);padding-inline-start:var(--gf-field-repeater-nested-padding-x-start)}.gform-theme--framework .gfield--type-repeater .gfield_valid .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid 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 .gfield--type-repeater .gfield_valid select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid textarea:where(: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-bg-color);--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-color:var(--gf-ctrl-color)}.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section{border-block-end:var(--gf-field-section-border-width) var(--gf-field-section-border-style) var(--gf-field-section-border-color);padding-block-end:var(--gf-field-section-padding-y-end)}.gform-theme--framework .gform_validation_errors{background-color:var(--gf-form-validation-bg-color);border:var(--gf-form-validation-border-width) var(--gf-form-validation-border-style) var(--gf-form-validation-border-color);border-radius:var(--gf-form-validation-radius);box-shadow:var(--gf-form-validation-shadow);display:flex;flex-direction:column;gap:var(--gf-form-validation-gap);margin-block:var(--gf-form-validation-margin-y);padding-block:var(--gf-form-validation-padding-y);padding-inline:var(--gf-form-validation-padding-x)}.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_submission_error{color:var(--gf-form-validation-heading-color);display:flex;flex-direction:column;font-family:var(--gf-form-validation-heading-font-family);font-size:var(--gf-form-validation-heading-font-size);font-weight:var(--gf-form-validation-heading-font-weight);gap:var(--gf-form-validation-heading-gap);line-height:var(--gf-form-validation-heading-line-height)}.gform-theme--framework .gform_validation_errors .gform-icon{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-form-validation-heading-icon-bg-color);block-size:var(--gf-form-validation-heading-icon-size);border-color:var(--gf-form-validation-heading-icon-border-color);border-radius:var(--gf-form-validation-heading-icon-radius);border-style:var(--gf-form-validation-heading-icon-border-style);border-width:var(--gf-form-validation-heading-icon-border-width);color:var(--gf-form-validation-heading-icon-color);display:inline-grid;font-size:var(--gf-form-validation-heading-icon-font-size);inline-size:var(--gf-form-validation-heading-icon-size);align-content:center;justify-content:center;place-content:center}.gform-theme--framework .gform_validation_errors .gform-icon::before{content:var(--gf-icon-tooltip-error)}.gform-theme--framework .gform_validation_errors ol{color:var(--gf-form-validation-summary-color);font-family:var(--gf-form-validation-summary-font-family);font-size:var(--gf-form-validation-summary-font-size);font-weight:var(--gf-form-validation-summary-font-weight);line-height:var(--gf-form-validation-summary-line-height);list-style-type:disc;margin-block:0;margin-inline:0;padding-inline:var(--gf-form-validation-padding-x)}.gform-theme--framework .gform_validation_errors ol li+li{margin-block-start:var(--gf-form-validation-summary-margin-y-start)}.gform-theme--framework .gform_validation_errors ol a{border-color:transparent;border-radius:var(--gf-form-validation-radius);border-style:var(--gf-ctrl-border-style);border-width:var(--gf-ctrl-border-width);color:var(--gf-form-validation-summary-color);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);-webkit-text-decoration:var(--gf-form-validation-summary-item-link-text-decoration);text-decoration:var(--gf-form-validation-summary-item-link-text-decoration);transition:var(--gf-ctrl-transition)}.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)}@media (min-width:640px){.gform-theme--framework .gform_validation_errors .gform_submission_error{align-items:center;flex-direction:row}.gform-theme--framework .gform_validation_errors ol{padding-inline:var(--gf-form-validation-summary-padding-x)}}.gform-theme--framework .gform_required_legend .gfield_required{color:var(--gf-color-danger)}.gform-theme--framework .gform-loader{border-block-end-color:var(--gf-form-spinner-fg-color);border-block-start-color:var(--gf-form-spinner-bg-color);border-inline-end-color:var(--gf-form-spinner-bg-color);border-inline-start-color:var(--gf-form-spinner-fg-color)}.gform-theme--framework .gform_save_link svg{display:none}.gform-theme--framework .gform_save_link::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-save-continue)}.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-space)}.gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message){margin-block-end:var(--gf-desc-space)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield--has-description.field_validation_below .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_above .gfield_description:where([class=gfield_description],.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message){margin-block-end:var(--gf-desc-space)}.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_consent_description):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-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_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 .gfield_description:where(.gfield_choice_limit_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 .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 .field_validation_below.gfield--type-choice .gfield_description:where(.field_description_above .gfield_validation_message){margin-block-start:var(--gf-desc-choice-field-space)}.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:var(--gf-desc-space) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:0;margin-inline:auto 0;padding-block-start:var(--gf-desc-space)}}.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:var(--gf-desc-choice-field-space) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:0;padding-block-start:var(--gf-desc-choice-field-space)}}.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block:0 var(--gf-desc-choice-field-space)}@media (min-width:640px){.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block:0;padding-block:0 var(--gf-desc-choice-field-space)}}.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message){margin-block:0 var(--gf-desc-space)}@media (min-width:640px){.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message){margin-block:0;padding-block:0 var(--gf-desc-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)}.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 .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 .validation_above .gform-conversational__field-footer+.gfield_validation_message.gfield_description{margin-block-end:0;margin-block-start:var(--gf-desc-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 .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)}@media (min-width:640px){.gform-theme--framework .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--framework .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){--gf-local-margin-y:0;--gf-local-margin-x:0;padding-inline-end:var(--gf-label-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}.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub{--gf-local-margin-y:var(--gf-label-space-tertiary) 0}.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub{--gf-local-margin-y:0 var(--gf-label-space-tertiary)}