.yith-wcbk-people-selector {
position    : relative;
user-select : none;
width       : 100%;
box-shadow  : none;
box-sizing  : border-box;
color       : #484848;
font-size   : var(--yith-wcbk-fields-font-size);
line-height : 1.5em;
}
.yith-wcbk-people-selector__toggle-handler {
position        : relative;
min-height      : 42px;
background      : #fff;
border          : 1px solid var(--yith-wcbk-border-color);
padding         : 7px 37px 7px 7px;
border-radius   : 0;
cursor          : pointer;
display         : flex;
flex-direction  : column;
align-items     : flex-start;
justify-content : center;
}
.yith-wcbk-people-selector--opened .yith-wcbk-people-selector__toggle-handler {
border-radius : 2px 2px 0 0;
border-color  : var(--yith-wcbk-border-color-focus);
box-shadow    : var(--yith-wcbk-shadow-focus);
}
.yith-wcbk-people-selector__toggle-handler:after {
position    : absolute;
right       : 10px;
content     : "\f110";
font-family : 'yith-icon';
font-size   : 16px;
font-weight : 400;
transition  : all 0.3s ease-in-out;
color       : inherit;
opacity     : .7;
}
.yith-wcbk-people-selector--opened .yith-wcbk-people-selector__toggle-handler:after {
transform : rotateZ(180deg);
color     : var(--yith-wcbk-border-color-focus);
opacity   : .7;
}
.yith-wcbk-people-selector__totals {
padding        : 5px 11px;
border-radius  : 4px;
vertical-align : middle;
display        : inline-block;
line-height    : 1em;
}
.yith-wcbk-people-selector--opened .yith-wcbk-people-selector__totals {
background : var(--yith-wcbk-primary);
color      : var(--yith-wcbk-primary-contrast);
}
.yith-wcbk-people-selector__fields-container {
display       : none;
position      : absolute;
padding       : 3px 14px;
width         : 100%;
background    : #fff;
border        : 1px solid var(--yith-wcbk-border-color);
border-radius : 0;
z-index       : 9999;
margin-top    : 6px;
min-width     : 300px;
right         : 0;
box-shadow    : 0 2px 13px 0 rgba(0, 0, 0, 0.24), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.yith-wcbk-people-selector__fields-container:before {
content             : '';
position            : absolute;
height              : 0;
width               : 0;
border              : 13px solid transparent;
border-bottom-color : var(--yith-wcbk-border-color);
margin-top          : -26px;
margin-right        : 25px;
top                 : 0;
right               : 0;
}
.yith-wcbk-people-selector__fields-container:after {
content             : '';
position            : absolute;
height              : 0;
width               : 0;
border              : 13px solid transparent;
border-bottom-color : #fff;
margin-top          : -25px;
margin-right        : 25px;
top                 : 0;
right               : 0;
}
.yith-wcbk-people-selector__field {
padding : 10px 0;
}
.yith-wcbk-people-selector__field__title {
float       : left;
line-height : 26px;
}
.yith-wcbk-people-selector__field__totals {
float   : right;
display : table;
}
.yith-wcbk-people-selector__field__plus,
.yith-wcbk-people-selector__field__minus,
.yith-wcbk-people-selector__field__total {
display        : table-cell;
vertical-align : middle;
}
.yith-wcbk-people-selector__field__total {
width       : 40px;
text-align  : center;
line-height : 26px;
}
.yith-wcbk-people-selector__field__plus,
.yith-wcbk-people-selector__field__minus {
cursor           : pointer;
text-align       : center;
line-height      : 1;
position         : relative;
-ms-touch-action : manipulation;
touch-action     : manipulation;
border           : 1px solid var(--yith-wcbk-primary);;
background       : transparent;
width            : 26px;
height           : 26px;
}
.yith-wcbk-people-selector__field__button--disabled {
opacity : 0.2;
}
.yith-wcbk-people-selector__field__plus-wrap,
.yith-wcbk-people-selector__field__minus-wrap {
display           : inline-block;
position          : absolute;
top               : 50%;
left              : 50%;
-webkit-transform : translate(-50%, -50%);
-ms-transform     : translate(-50%, -50%);
transform         : translate(-50%, -50%);
color             : var(--yith-wcbk-primary);
font-size         : 16px;
}
.yith-wcbk-people-selector__fields-container__footer {
padding : 15px 0 5px 0;
}
.yith-wcbk-people-selector__fields-container__footer .yith-wcbk-people-selector__close-handler {
float     : right;
font-size : 12px;
cursor    : pointer;
color     : var(--yith-wcbk-primary);
}
.yith-wcbk-people-selector__fields-container__footer .yith-wcbk-people-selector__close-handler:hover {
text-decoration : underline;
color           : var(--yith-wcbk-primary-light);
}
@media (max-width : 44.375em) {
.yith-wcbk-people-selector__fields-container {
min-width : 0;
width     : 100%;
}
}.yith-wcbk-date-range-picker {
width         : 100%;
position      : relative;
border-radius : 0;
background    : #fff;
border        : 1px solid var(--yith-wcbk-border-color);
color         : #484848;
}
.yith-wcbk-date-range-picker input.yith-wcbk-date-picker,
.yith-wcbk-booking-form .yith-wcbk-date-range-picker input.yith-wcbk-date-picker,
.yith-wcbk-date-range-picker input.yith-wcbk-date-picker--formatted,
.yith-wcbk-booking-form .yith-wcbk-date-range-picker input.yith-wcbk-date-picker--formatted {
background  : transparent;
border      : none;
float       : left;
width       : 50% !important;
padding     : 12px 14px;
line-height : 1;
}
.yith-wcbk-date-range-picker input.yith-wcbk-date-picker--formatted {
border  : 0;
padding : 12px 14px;
}
.yith-wcbk-date-range-picker .yith-wcbk-date-range-picker__arrow {
position    : absolute;
font-size   : 14px;
left        : 50%;
top         : 50%;
z-index     : 5;
font-weight : 600;
transform   : translateX(-50%) translateY(-50%);
}
.yith-wcbk-date-range-picker--opened {
border-color : var(--yith-wcbk-border-color-focus);
box-shadow   : var(--yith-wcbk-shadow-focus);
}
.yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened-from input.yith-wcbk-date-picker--formatted.yith-wcbk-booking-start-date,
.yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened-to input.yith-wcbk-date-picker--formatted.yith-wcbk-booking-end-date {
border-radius : 14px;
border        : 10px solid #fff;
padding       : 2px 4px;
background    : var(--yith-wcbk-primary);
color         : var(--yith-wcbk-primary-contrast);
}
.yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened-from input.yith-wcbk-date-picker--formatted.yith-wcbk-booking-start-date::placeholder,
.yith-wcbk-date-range-picker.yith-wcbk-date-range-picker--opened-to input.yith-wcbk-date-picker--formatted.yith-wcbk-booking-end-date::placeholder {
color   : var(--yith-wcbk-primary-contrast);
opacity : 1;
}input.yith-wcbk-date-picker,
input.yith-wcbk-date-picker--formatted {
padding    : 0;
margin     : 0;
background : transparent;
border     : none;
box-sizing : border-box;
font-size   : var(--yith-wcbk-fields-font-size);
}
input.yith-wcbk-date-picker {
opacity  : 0;
position : absolute;
z-index  : 0;
}
input.yith-wcbk-date-picker--formatted {
position : relative;
z-index  : 1;
}
.yith-wcbk-date-picker-wrapper {
position : relative;
width    : 100%;
}
.yith-wcbk-date-picker-wrapper input.yith-wcbk-date-picker--formatted {
width         : 100% !important;
height        : auto;
box-shadow    : none;
display       : block;
outline       : none;
background    : #fff -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border        : 1px solid var(--yith-wcbk-border-color);
border-radius : 0;
color         : #484848;
padding       : 8px 30px 8px 14px;
}
.yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date-icon {
position  : absolute;
right     : 11px;
top       : 50%;
transform : translateY(-50%);
z-index   : 5;
color     : inherit;
opacity   : .7;
}
.yith-wcbk-date-picker-wrapper input.yith-wcbk-date-picker:focus + .yith-wcbk-date-picker--formatted + .yith-wcbk-booking-date-icon {
color   : var(--yith-wcbk-border-color-focus);
opacity : .7;
}
.yith-wcbk-date-picker-wrapper input.yith-wcbk-date-picker:focus + .yith-wcbk-date-picker--formatted {
border-color : var(--yith-wcbk-border-color-focus);
box-shadow   : var(--yith-wcbk-shadow-focus);
} #ui-datepicker-div.yith-wcbk-datepicker.ui-widget-content,
.yith-wcbk-date-picker--inline .ui-widget.ui-widget-content {
font-family   : Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
background    : #fff;
border-radius : 5px;
overflow      : hidden;
border        : none;
box-shadow    : 0 0 0 1px #eaeaea inset, 0 2px 8px 0 rgba(135, 162, 164, .48) !important;
width         : 318px;
padding       : 13px;
z-index       : 999 !important;
}
.yith-wcbk-date-picker--inline .ui-widget-content {
width : 100%;
}
.yith-wcbk-datepicker .ui-datepicker-header,
.yith-wcbk-date-picker--inline .ui-datepicker-header {
border-radius : 0;
border        : none;
background    : transparent;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-title,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-title {
font-size   : 15px;
font-weight : 600;
line-height : 30px;
}
.yith-wcbk-datepicker .ui-widget-content .ui-state-hover,
.yith-wcbk-datepicker .ui-widget-content .ui-state-focus,
.yith-wcbk-date-picker--inline .ui-widget-content .ui-state-hover,
.yith-wcbk-date-picker--inline .ui-widget-content .ui-state-focus {
border-radius : 0;
border        : none;
}
.yith-wcbk-datepicker .ui-state-hover,
.yith-wcbk-datepicker .ui-widget-content .ui-state-hover,
.yith-wcbk-datepicker .ui-widget-header .ui-state-hover,
.yith-wcbk-datepicker .ui-state-focus,
.yith-wcbk-datepicker .ui-widget-content .ui-state-focus,
.yith-wcbk-datepicker .ui-widget-header .ui-state-focus,
.yith-wcbk-date-picker--inline .ui-state-hover,
.yith-wcbk-date-picker--inline .ui-widget-content .ui-state-hover,
.yith-wcbk-date-picker--inline .ui-widget-header .ui-state-hover,
.yith-wcbk-date-picker--inline .ui-state-focus,
.yith-wcbk-date-picker--inline .ui-widget-content .ui-state-focus,
.yith-wcbk-date-picker--inline .ui-widget-header .ui-state-focus {
background : transparent;
}
.yith-wcbk-datepicker .ui-widget-header .ui-icon,
.yith-wcbk-date-picker--inline .ui-widget-header .ui-icon {
background : transparent;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-prev,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-prev {
left   : 7px;
border : none;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-next,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-next {
right  : 7px;
border : none;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-next-hover,
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-next,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-next-hover,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-next {
right  : 3px;
top    : 4px;
cursor : pointer;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-prev-hover,
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-prev,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-prev-hover,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-prev {
left   : 3px;
top    : 4px;
cursor : pointer;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-next-hover,
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-next-hover,
.yith-wcbk-date-picker--inline.ui-datepicker .ui-datepicker-next-hover,
.yith-wcbk-date-picker--inline.ui-datepicker .ui-datepicker-next-hover {
color : #c6c6c6;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-prev span,
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-next span,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-prev span,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-next span {
position : static;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-prev span:after,
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-next span:after,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-prev span:after,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-next span:after {
font-family            : Dashicons;
text-indent            : 0;
position               : absolute;
width                  : 100%;
height                 : 100%;
speak                  : none;
font-variant           : normal;
text-transform         : none;
-webkit-font-smoothing : antialiased;
top                    : -2px;
left                   : 0;
line-height            : 1.85;
margin                 : 0;
text-align             : center;
font-weight            : 400;
color                  : #565a5c;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-prev span:after,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-prev span:after {
content : "\f341";
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-next span:after,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-next span:after {
content : "\f345";
}
.yith-wcbk-datepicker.ui-datepicker table,
.yith-wcbk-date-picker--inline .ui-datepicker table {
width     : 100%;
margin    : 5px 0 13px;
border    : none;
font-size : 12px;
}
.yith-wcbk-datepicker.ui-datepicker tr,
.yith-wcbk-date-picker--inline .ui-datepicker tr {
border : 0;
}
.yith-wcbk-datepicker.ui-datepicker th,
.yith-wcbk-date-picker--inline .ui-datepicker th {
padding     : .1em;
font-weight : 600;
font-size   : 14px;
}
.yith-wcbk-datepicker.ui-datepicker td,
.yith-wcbk-date-picker--inline .ui-datepicker td {
padding    : 2px 0 !important;
width      : 39px;
border     : none;
color      : #9f9f9f;
background : #ffffff;
text-align : center;
font-size  : 13px;
}
.yith-wcbk-datepicker .ui-state-default,
.yith-wcbk-datepicker.ui-widget-content .ui-state-default,
.yith-wcbk-datepicker .ui-widget-header .ui-state-default,
.yith-wcbk-date-picker--inline .ui-state-default,
.yith-wcbk-date-picker--inline .ui-widget-content .ui-state-default,
.yith-wcbk-date-picker--inline .ui-widget-header .ui-state-default {
border      : none;
background  : transparent;
font-weight : 400;
color       : #555;
line-height : 1.9em;
}
.yith-wcbk-datepicker.ui-datepicker td span,
.yith-wcbk-datepicker.ui-datepicker td a,
.yith-wcbk-date-picker--inline .ui-datepicker td span,
.yith-wcbk-date-picker--inline .ui-datepicker td a {
text-align : center;
display    : block;
}
.yith-wcbk-datepicker.ui-datepicker td a.ui-state-default,
.yith-wcbk-date-picker--inline .ui-datepicker td a.ui-state-default{
font-weight: 600;
}
.yith-wcbk-datepicker.ui-datepicker td.ui-datepicker-other-month,
.yith-wcbk-date-picker--inline .ui-datepicker td.ui-datepicker-other-month {
border : none;
}
.yith-wcbk-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled {
opacity : .35;
}
.yith-wcbk-datepicker.ui-datepicker td.ui-datepicker-current-day a,
.yith-wcbk-date-picker--inline .ui-datepicker td.ui-datepicker-current-day a {
background : var(--yith-wcbk-primary);
}
.yith-wcbk-datepicker.ui-datepicker td:not(.ui-state-disabled):hover a,
.yith-wcbk-date-picker--inline .ui-datepicker td:not(.ui-state-disabled):hover a {
background : var(--yith-wcbk-primary-light);
}
.yith-wcbk-datepicker.ui-datepicker td:not(.ui-state-disabled):hover a.ui-state-default,
.yith-wcbk-date-picker--inline .ui-datepicker td:not(.ui-state-disabled):hover a.ui-state-default {
color : var(--yith-wcbk-primary-contrast);
}
.yith-wcbk-datepicker.ui-widget-content .ui-datepicker-unselectable:not(.ui-datepicker-other-month),
.yith-wcbk-date-picker--inline .ui-widget-content .ui-datepicker-unselectable:not(.ui-datepicker-other-month) {
text-decoration       : line-through;
text-decoration-color : #565a5c;
}
.yith-wcbk-datepicker.ui-datepicker td a.ui-state-active,
.yith-wcbk-date-picker--inline .ui-datepicker td a.ui-state-active {
color : #fff;
}
.yith-wcbk-datepicker.ui-datepicker td a.ui-state-active:before,
.yith-wcbk-date-picker--inline .ui-datepicker td a.ui-state-active:before {
display : none;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-buttonpane {
border      : none;
background  : transparent;
height      : auto;
text-align  : center;
margin      : 0;
padding     : 0;
line-height : 15px;
}
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-buttonpane {
display : none;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
display : none !important;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
text-transform : none;
border         : none;
background     : transparent;
font-weight    : 400;
color          : var(--yith-wcbk-primary);
font-size      : 11px;
margin         : 0;
float          : none;
}
.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:hover,
.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:hover {
text-decoration : underline;
color           : var(--yith-wcbk-primary-light);
}
.yith-wcbk-datepicker--static {
position  : absolute !important;
top       : auto !important;
left      : auto !important;
max-width : 100% !important;
}
.yith_wcbk_booking_product_form_widget .yith-wcbk-datepicker--static {
min-width : max(280px, 100%) !important;
}.yith-wcbk-help-tip{cursor:pointer}.yith-wcbk-select-alt__container{position:relative;cursor:pointer}.yith-wcbk-select-alt__container select{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;padding-right:10px;cursor:pointer}.yith-wcbk-select-alt__container .yith-wcbk-select-alt__arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:all 0.3s ease-in-out;pointer-events:none;font-size:16px;color:inherit;opacity:.7}.yith-wcbk-select-alt__container.yith-wcbk-select-alt__container--unselected select{color:#888}.yith-wcbk-select-alt__container.yith-wcbk-select-alt__container--opened .yith-wcbk-select-alt__arrow{transform:translateY(-50%) rotate(179deg);color:var(--yith-wcbk-border-color-focus);opacity:.7}.yith-wcbk-select-alt__container .select2-selection__arrow{display:none}.yith-wcbk-select-list{font-size:var(--yith-wcbk-fields-font-size)}.yith-wcbk-select-list select,.yith-wcbk-select-list .select2{display:none !important}.yith-wcbk-select-list .yith-wcbk-select-list__options{display:grid;grid-gap:10px}.yith-wcbk-select-list .yith-wcbk-select-list__option{padding:10px;border-radius:4px;border:1px solid var(--yith-wcbk-border-color);cursor:pointer;position:relative;line-height:1.5em}.yith-wcbk-select-list .yith-wcbk-select-list__option:hover{border-color:var(--yith-wcbk-primary)}.yith-wcbk-select-list .yith-wcbk-select-list__option.yith-wcbk-select-list__option--selected{border-color:var(--yith-wcbk-primary)}.yith-wcbk-select-list .yith-wcbk-select-list__option.yith-wcbk-select-list__option--selected:before{content:"\f114";font-family:yith-icon;position:absolute;top:-7px;right:-7px;color:var(--yith-wcbk-primary-contrast);font-size:8px;width:16px;height:16px;line-height:16px;border-radius:50%;background:var(--yith-wcbk-primary);text-align:center;font-weight:600}.yith-wcbk-select-list .yith-wcbk-select-list__option-skeleton{border-radius:4px;height:calc(1.5em + 20px);background:rgba(209,209,209,0.2)}.yith-wcbk-select-list .yith-wcbk-select-list__empty-message{padding:7px 15px;background:#f4f4f4;min-height:42px;display:flex;align-items:center}.yith-wcbk-selector,.yith-wcbk-selector *{box-sizing:border-box}.yith-wcbk-selector{position:relative;cursor:pointer;user-select:none;font-size:var(--yith-wcbk-fields-font-size)}.yith-wcbk-selector select,.yith-wcbk-selector .select2{display:none !important}.yith-wcbk-selector .yith-wcbk-selector__head{min-height:42px;background:#fff;border:1px solid var(--yith-wcbk-border-color);border-radius:0;cursor:pointer;display:flex;align-items:center;padding-left:14px}.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__label__image{width:30px;height:30px;margin:0 7px 0 -5px;border-radius:4px;padding:7px 0;box-sizing:content-box}.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__label__image img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.yith-wcbk-selector .yith-wcbk-selector__head.yith-wcbk-selector__head--no-image .yith-wcbk-selector__label__image{display:none}.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__label{flex:1;padding:7px 14px 7px 0}.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__label.yith-wcbk-selector__label--placeholder{opacity:.5}.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__head__arrow{margin:0 10px;font-size:15px;color:inherit;opacity:.7;transition:all 0.3s ease-in-out}.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__head__clear{position:relative;display:flex;opacity:.6;align-items:center;justify-content:center;padding:7px;background:transparent;border-radius:50%;box-shadow:0 0 0 8px rgba(0,0,0,0);transition:background .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out}.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__head__clear:hover{background:rgba(0,0,0,0.03);box-shadow:0 0 0 3px rgba(0,0,0,0.03);color:var(--yith-wcbk-red);opacity:1}.yith-wcbk-selector .yith-wcbk-selector__head .yith-wcbk-selector__head__clear i{font-size:14px}.yith-wcbk-selector .yith-wcbk-selector__dropdown{display:none;position:absolute;width:100%;background:#fff;border-radius:0;z-index:99999;min-width:300px;right:0;box-shadow:var(--yith-wcbk-shadow);line-height:1.5em}.yith-wcbk-selector.yith-wcbk-selector--opened .yith-wcbk-selector__dropdown{display:block}.yith-wcbk-selector.yith-wcbk-selector--opened .yith-wcbk-selector__head{border-color:var(--yith-wcbk-border-color-focus);box-shadow:var(--yith-wcbk-shadow-focus)}.yith-wcbk-selector.yith-wcbk-selector--opened .yith-wcbk-selector__head .yith-wcbk-selector__head__arrow{transform:rotate(180deg);color:var(--yith-wcbk-border-color-focus)}.yith-wcbk-selector.yith-wcbk-selector--opened.yith-wcbk-selector--opened--below .yith-wcbk-selector__dropdown{margin-top:6px}.yith-wcbk-selector.yith-wcbk-selector--opened.yith-wcbk-selector--opened--above .yith-wcbk-selector__dropdown{bottom:100%;margin-bottom:6px}.yith-wcbk-selector .yith-wcbk-selector__items{max-height:300px;overflow-y:auto}.yith-wcbk-selector .yith-wcbk-selector__item{padding:15px;display:flex}.yith-wcbk-selector .yith-wcbk-selector__item .yith-wcbk-selector__item__content{flex:1;display:flex;flex-direction:column;justify-content:center}.yith-wcbk-selector .yith-wcbk-selector__item__description{font-size:.85em}.yith-wcbk-selector .yith-wcbk-selector__item:hover,.yith-wcbk-selector .yith-wcbk-selector__item--selected{background:var(--yith-wcbk-underlined-bg);color:var(--yith-wcbk-underlined-text)}.yith-wcbk-selector.yith-wcbk-selector--use-images .yith-wcbk-selector__item:hover,.yith-wcbk-selector.yith-wcbk-selector--use-images .yith-wcbk-selector__item--selected{background:transparent}.yith-wcbk-selector .yith-wcbk-selector__item__check{position:relative;flex:0 0 20px;width:20px;height:20px;margin-right:10px;border:1px solid var(--yith-wcbk-border-color);background:#fff;margin-top:calc(0.75em - 10px)}.yith-wcbk-selector .yith-wcbk-selector__item--selected .yith-wcbk-selector__item__check:before{content:'';width:11px;height:7px;position:absolute;top:4px;left:4px;border:2px solid var(--yith-wcbk-primary);border-top:none;border-right:none;background:transparent;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:border-box}.yith-wcbk-selector:not(.yith-wcbk-selector--use-images):not(.yith-wcbk-selector--multiple) .yith-wcbk-selector__item{padding:10px 15px}.yith-wcbk-selector .yith-wcbk-selector__item__image{width:3.5em;height:3.5em;margin-right:.8em;border-radius:4px;position:relative}.yith-wcbk-selector .yith-wcbk-selector__item__image img{width:100%;height:100%;border-radius:4px;object-fit:cover}.yith-wcbk-selector.yith-wcbk-selector--multiple.yith-wcbk-selector--use-images .yith-wcbk-selector__item__check{margin-top:calc(1.75em - 10px)}.yith-wcbk-selector:not(.yith-wcbk-selector--multiple) .yith-wcbk-selector__item--selected .yith-wcbk-selector__item__image:before{content:"\f114";font-family:yith-icon;position:absolute;top:-5px;left:-5px;color:#fff;font-size:8px;width:16px;height:16px;line-height:16px;border-radius:50%;background:var(--yith-wcbk-primary);text-align:center;font-weight:600}.yith-wcbk-selector .yith-wcbk-selector__footer{padding:15px 20px;text-align:right;background:#f1f1f1}.yith-wcbk-selector .yith-wcbk-selector__link{color:var(--yith-wcbk-primary);font-size:.85em;text-decoration:underline;display:inline-block}.yith-wcbk-selector .yith-wcbk-selector__button{display:inline-block;padding:5px 17px;background:var(--yith-wcbk-primary);border-radius:5px;color:var(--yith-wcbk-primary-contrast);font-weight:600;cursor:pointer;margin-left:10px}.yith-wcbk-selector:not(.yith-wcbk-selector--selected) .yith-wcbk-selector__clear{display:none}.yith-wcbk-selector.yith-wcbk-selector--list-layout .yith-wcbk-selector__head{display:none}.yith-wcbk-selector.yith-wcbk-selector--list-layout .yith-wcbk-selector__items{max-height:none;overflow:initial}.yith-wcbk-selector.yith-wcbk-selector--list-layout .yith-wcbk-selector__items .yith-wcbk-selector__item+.yith-wcbk-selector__item{margin-top:10px}.yith-wcbk-selector.yith-wcbk-selector--list-layout .yith-wcbk-selector__item{background:transparent}.yith-wcbk-selector.yith-wcbk-selector--list-layout:not(.yith-wcbk-selector--multiple) .yith-wcbk-selector__item{border-radius:4px;border:1px solid var(--yith-wcbk-border-color);position:relative}.yith-wcbk-selector.yith-wcbk-selector--list-layout:not(.yith-wcbk-selector--multiple) .yith-wcbk-selector__item.yith-wcbk-selector__item--selected{border-color:var(--yith-wcbk-primary)}.yith-wcbk-selector.yith-wcbk-selector--list-layout:not(.yith-wcbk-selector--use-images):not(.yith-wcbk-selector--multiple) .yith-wcbk-selector__item.yith-wcbk-selector__item--selected:before{content:"\f114";font-family:yith-icon;position:absolute;top:-7px;right:-7px;color:var(--yith-wcbk-primary-contrast);font-size:8px;width:16px;height:16px;line-height:16px;border-radius:50%;background:var(--yith-wcbk-primary);text-align:center;font-weight:600}.yith-wcbk-selector.yith-wcbk-selector--list-layout.yith-wcbk-selector--multiple .yith-wcbk-selector__item{padding:0}.yith-wcbk-selector.yith-wcbk-selector--list-layout .yith-wcbk-selector__footer{background:transparent;padding:0}.yith-wcbk-selector ::-webkit-scrollbar-track{-webkit-box-shadow:none;background-color:transparent}.yith-wcbk-selector ::-webkit-scrollbar{width:8px;background-color:transparent}.yith-wcbk-selector ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.4);border-radius:8px}@font-face {
font-family: yith-icon;
src: url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/plugin-fw/assets/fonts/yith-icon.eot?6c9fac5a69711520a55f03f0159e3932);
src: url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/plugin-fw/assets/fonts/yith-icon.eot?6c9fac5a69711520a55f03f0159e3932#iefix) format("embedded-opentype"),
url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAACgEAAsAAAAARnAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFY4xksiY21hcAAAAXwAAAInAAAF9v9BwjlnbHlmAAADpAAAH7wAADa8WxqYn2hlYWQAACNgAAAAMAAAADYgbllqaGhlYQAAI5AAAAAeAAAAJAQ1AkZobXR4AAAjsAAAADAAAAFAneb/52xvY2EAACPgAAAAogAAAKLvYeFUbWF4cAAAJIQAAAAfAAAAIAFuAVZuYW1lAAAkpAAAATAAAAIiyMcJZnBvc3QAACXUAAACLQAAA96XfaIgeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mk4gYGVgYNBjDGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHF4yfDRgAnH1mNgYeIE0I4gDAJHOCGZ4nO3UZ3IaURCF0Y+MEEI5oYhAOTpnyzmHKpWX5SV6Ae6fvQL5Pi7LMFUHhqnhzRu6bwMNoCZnUodqj4qOqLR1tjI+X6MzPl/nj753aFOlGqOs5iCvbm8hyEo2cliOJ6+KrrvhF78pd5hihnlW2WbAIXfkOa/4wkcuONDRCccssawrnvCWD/zgmkcsapUF1hmyyTnf+ckeD9nhPY/5yl3t7DWnXPKN+9pRU3fsscEz3rHLPa54wIgVtnjJZz7xgjessc8RT/VEdVp6jmm6zDJHXxtu8v/VLW+1v5NvN6WyVrokKqZqElVTXYmaqcJE3VRJomGqOtE01Z9ombqAaJt6gpiy8fmOqU+IaVOfEF1T7xAzpi4ieqZ+ImZNnUXM2fi386ZuIxZMfUcsmjqQmFAvEhPjZ1kx9SexaupUYs3Us8S6qXuJvqmPiQ1TRxObRrnnlpWUxbZR9rVjlPV2TRkgBkZZY8+UC2JoSggxMmVFmTSlhqya8kM2TEkim6ZMkS1Tusi2KWfklClxZMfKtMhpUwrJrimP5IwpmWTPlFFy1pRWcs4o+5o3yl4WrEycXDTKGkumfJPLpqSTK6bMk6um9JNrpjlArpsmAtk3zQZywzQlyE2jrLdllM9t0wwhd0zThNw1zRVyYJow5NA0a8iRUfayb5TPA9MkIg9NM4k8sjKN89jKRM4To9Tn1Cj1OTNKHc6tJDgvjPJ/Xxrl/74y+v8Af23QCQB4nO16eZgcV3Vvndpu7V3VXct0d1Wv012zaHqW7p7WeGY00tgjWbIsWbIkS95kpLExPAxG2BgLA7LJMxgDDsuLsGWMw2IbMOHxkYAd8oEenzE2yccSnh0wHyRgkUcCASJ4LEGueedWdc8ig4Hve3+9F6nn1N3r3nPPPed3zi3GZvAfPM0yTIbxmDwzzIwyc8y5zMXMJcyLmf/CvJZ5A3MX8y7mfczDzCPMY8xXsXW1XXaqFdGxbLdZnphsW616relUOatscVgegO1Ow8TkLLTqpN10yG8pa/+Wss4fWBb+ljL63qSkVW+uSldXZ4bhtzeCR4ejU8OaaWpwBGn05KlTW+DIllO0hJKfnvpiQNOBalkDwarkYV+zLI2SAX+RFqm0cjBYXFV+OeF4nqMkVGlK4QSB2xNTBfMjSlLI8xcuN4R7FxdNLbqXDgiLmnn++dExWIzuhankxfQtU0Fwr6WmaA7JcCp1zNQM+lZDM4cMY+js3CJtiWMdW1wcXtMPbuZF/gV+VDyWIoZhAd7ICAxTg47X8YCJlgrPfq+4CFB49tkCtonl6E/g54yEbcKOZzUtbMbfVtgxvL2o3FrcAcejl+4oxM1ichR+Qtt2em2XXmdf5u93zNc6l8JD0f7L7G67M933hsl7z9g/+IH9qph2x1pagjezQNsIMnjEg5dGS/G0gP7D58o7fwXH6DvnsFnZKXvEuLVwYTKv6LbCzqHtxW67H8Nr17a7xT5AJ3Vp5rnX4ywP9Ob2RjjTmxu+9xVn6LT4mK7M7T3J3LwQVwp/RrmVzKoQLZ09LyBhp9wuY7tf3lrYEV0Lx3cUgOnOjFk7t5W2/3aLfWl0CTx0qQ1MwsPltm9L5teh7/beQXl2ho8p7ulSvKfvSeZPQhng2WRu8Jr4GU9v7b4iO0KrapEQZaGwc3h7AX52rNid59n7mum1PYMcC/bb8OPlaa6Mewbe1ns/7u0P6MzOvC6mtFqjhGXgl4yKuqmKmmma2YKa6SCzyFzLXMe8DVf2O8796rS3Wh2s0gbs7+8KIXGoEISkjTvcqZLmBGq9armCOm8aOmcpwRsMeqoNPMGTKVYQ2FScoqeakpAm4hbDSQrJsy/YA7Tt796+yzf9Vx7yX/TuutFi2WiGZf9V+4WWTmvwGNLHnn9gL3zh8wwXjf54T/8vrXz6fxbfm753V8BGEcsCywZpPYrigVk9zeiJfKBdqDIhs44ZZ9rMDLOR2dzl/avRLjDQjDXwKNRT0FXJTlc5U55Q5TwMVNtTWkMWOsQpt0llCrMBW20LY9VyR6gR13Oa7Q3QCuth2/U6SKuOAbaH5fWOa5Ow1cEE3Ra6KaRSb01OuLYIpwxRkv6dkH+XJNEEqu/gcaTqbKkIpWjvqVMHoh9NQ6kEH4ZoCuCL0c8U07dsR5czhi4bLk1Ktl3T9YKu2+lcrj+XSxNZNmQZ1knipMQf47hbebklSl+3tCJ9AZJSaea4X7j5NUX/618/fvy4XypdXoKrHY3N2KxdlEW+wBJHZjMZ1sGcELCeYLHzCpflv5/HF/TnZ+kLDJlK/ioeDzMLzK7YuiaWKlidWitoIVpb+gd2tZZpOj1T6C2nmqTqVJ0mcrXZrsKze2O7cSQ2HHuX2XRPEHwxCGAf5c3qFvu+5U9N4Q++UKRmophQS4tuirveoVnFxcXF6H2oKd4ySI3hIAzQx8A9tJfPMPryujjGYorx6tqIKbYwFzBXM7czdzJ/iuvEPSax/OBUMW27HTrf3oqn2WSJawqbXtIyWWSvvtrBpVoxK9pnMYrDoRsQdlyvXQ/r7dZkB6XR9Ug9ROo6thi2Rcf2WqEzCVNHppAFfuAjK/yYEZj2p3z/2biIVvXKp+LyV+5NWLfC0X9wTV/WrD5PNXN9bs5STdNTzGzDbKOdfSjwF5BX+A+tcJepvu9Pd5MLAwkTg/hfdBPlrr+a6dGH+/pAJjmdrYpEtdNZrs9j1bzM9gtx9vICr8lTsligJpsRE92JezDDbMJTezFzFXME9aW1Ii6rU8ig+Kz+TtGbhnqYaVO5o8Sr4PEswASe2QZwlQa0NsBEAWwDOmK1gvqg3aFHNACvAMGGlOIpqT0p1VVTs6ZuKhvj5J64eKOaSqkf5dm9pnmfZZ0e3DwwsHn3wuDgwmB5qlyemqekyssc3yEgadKYwL0RJgLaKUjojRz/etV0lFRKcRJqqtGXVNNIwcTo1tzo1uu6A+7ePBD9uDsikj2ELfHSKCoQMfQ5lbLLXCW3BG1OqouJi93zORqj4suYG9G69USv+yf8nnzm/8qpPuL7e4MAf/t8f4n5XZlX/pHHHfzuv+GznnDxH6kAkH1KbNd/A79g+pkGyt52Zj9ajOuZW5g3M+9GS1/vGoUeDwwIQCSUrtgMNCtuzKdJgn9YijnbK0+CLaLppSPEhU6tuYLqvVVWO1xVvhogeM2zvYAkDc84ufRbstY+K2ukubyRyabhvnQ2HT24T5SOyIMygQFRtqM7fHidLEaHRFkW4T5Rjj6xSMVnUZDlh5IUkk8TWk0wdUijZZTM69hEoORSWhHXnrxBqqbcczP5fGaBy+gV/XrOSx2yslnrkOFBoJJzzyXqe6sUH1TJDa+OItrxEB3nuKzK+HsUjwP+jkiaLGtSINOcHCS5hNKtIF0M9RRKcx73ZAT18AHmEO5R+SxV2YU1mHfI80xtj43OMjtjz6vaXmZpzyPD7fOaYQOI0ITvRTPLSEWJsQs8xp7qq1TGKpU+lKWsZd1cpOyybLq6CiZ/als0GZdWMAV8rhBwrhp99ArYltaiSE+ndWC1dPRPMWpht9HBxir7031p/C3iss+nDBCvFuWrz6d8wBTlB4zsvlRVuet6Moo8WWJqKKMdRDXbmB0op5cz1zAvxbM9MdlBvYVsaaHliBdYoVaC1HHxCFRp1nZrlC2UPaSXCHsJIT7YTcpUZJAQIyJqxCi7vDW57bon7YTiuiJ3rW66pdJIUbzazKSy5AIojSBueT0qNCeV+pgaPx5IHvDwdZL6TtU6cCA6cR3BVPrAgc+/PE7s3w/TmpJzCyVXli+S6Riurl2opfQ+MR7+QTqAk7or5ZgpN9VJcgdUEn0XikSNfvhropIzZ4h6+qlRVfr4xyX1gTuYrq/Awd9TxCIDheosF33168HHwYFHo0MnS/fDTQzVmj2bozFZ1JpMebVl4NbYjK43t/DqhYVXv4WShQ3Xbthw7S2U7Npnz73U7ZYjgVPdCiTRyR3O1G3pnm8Q+1YOU8Bd3MzsxD08zLycOcrcxrwr8Sw7XugUWHx71UleTEIRsSrxJucgHK+O07/qOMH/SGlxc4JzizDujXtj4xSJktApQoxJOyGZinvW6qMwHjohwtZ4nPHOZCcUSQULqE+A6Q4Ws6GYwYZOiO8IMdHE5v8WL+wls3Qtsws3Lizc+KRJSDqle+6TQlpWiEIcTshklP66/YiiORzXp/QHmd2yJCmeo4h5XgEf4B9ZgdeEbJqkc0QAVmQD/juKwsqyXoAsye81DF0JnFyF40X0InQjA3rF/2DMt8/7MItsnA1ixm7uE0QzlbaKMz4HwAIv5vVovyzpLCg5I+vexuYzqZRZqt2haNUahJxhaAVQjUrtzZqR4iXb4eoP4ow4IU+KWUmR/UwBXsxxBDiOUyQ1Z+VXfL0IvtH1RT3wvvZ3mb+CrDf2GecBeL21LDvU9tIY1DS2SxQ9qhQ3OS8rSqaNR2pVpS1yawNC1U0p1039bcr16/m/zdfr+b0wGD8p+edunZv6Sve5d2+3zv9Ktz0SGO/WIllZw2fgM4gLYj+YhIl8QeHewr29HzCrMvQgYNtPwadiPIG9IMwAAfhzO/qIbcM+fMBf0TTsi8mKvqZ8oPgjGyOPOZRsJkOXm4TNmgRRQi3GxSEpgIB/cVWdohKBQuS4GXUAVpiSsUXk4DLbHN9NSRKumdr5cb/QJ+jp6Ec+39/X12fYVx08CBuP+LP5en9/whNlhR3wuZizpHPwvdi4n/dZ5zuCV/TTUPSP0/az/pEuF6OfL3MblyV19e79uDIvRlU9j/551kgoTwRQbrewfBbKjh1joz8glLfGeV9tfqIxND3RengcrRA8cU2p9ITR88JnllOvWE5NLjvm8D5qdRK/WEv7bKfDRv/B3nMPe7jkvUDMjO3GV04gEkd/qFYOUVY6QrlDJQceiW475z0vuvLD0S7YNXLr3v03XPPz6z720dt+8qHDJ05c3JWbn8PPkGO5lWhaERxqo6nD1MNKwLzTepX/KmsLG+0G9BbgLzTrzuu8fTAVfXGfN36CZU+coFM/gTr8P5Z+hqqCoXoZCDpSHio0r4PwlD6Qv/GDtJv4gL+2B//HsH3BTnv48yP2zu1rcoDPR5PSR4ac7Zj7UpJ7EnPdc0xYkeFx9jq1F6QDVTwt9OnBiegNxlG4dXDj/Fz0ne0SZOZZMXrDzQYc23jexugS6QJIn5eICeXBz+DnOF/ElWD1sB/KNK4dZQSzCUikWBDi1ZSdMpzG7bqBbhS8lWWjGyHAjbsT4cKSdx0yJvoiTME/RLspkL3iCgSwf8GyBw9iLro7/c53WkcC+lph6Tc4AQG+j1IaMueg17oDZ4AOJFX5CN6qVNU3J1Dto/YXKsNAcxQtEPQoMxQmoClBM+Ohj0njggI2bE4k+CHGER0yCWd0Z3CdM90qDW/eUS55wyNbNjVCBy3xGZyVp+u5mujZH37JQH12Y2OdZ0hEsfvXXWfDJ6N99ZGt5+aCEH3BGrdh+qGMiCo5XfXcYKI/PyT16SWvljHlqif053Td4wwbxJdoRbeWSclyKt3vvQxH+WotPyyFXC1H5NngokzssvPddd/BuDFSnETZq+Cq0XrRtU54aBnpyohYw5XR9WMdrtXrocSwhxuB6a5GKo5c+vCljYJEVCdsbIqeKa1buHfzcAmXcPvWkUdztVqrVssZtu3b9lGct23Kcrk4M1ssy7KZqXmlN9Vyw0P5/lp+3XD+cD82bvVfRRv7djfOAB+DX8XRqUvQ9r8C/Yw7mOPMB5lPMI8zX2W+Tz2OeMrjCAFwDTQMQNDrX4tZZ6G7nZ0N0K4LFKaJcSyqM+kZgN6JNy66Tcx1xmmjpoMjcnTNCA0MqIT4QOSHbi8WEZcCDOTIHExOdJJHUoTIcbI5jqqX2NXxCsFMZwK7V8NKHT2ZbgpLiSOi3CQTCtsoVxRvelR7U9/bRpjp2HRNsfSHSVwDPqRkDFNJ24pmEx6Uvsvz04ZqqkZM9s6U7dqgm+JYiD5sGN/wzx0bnSssuPKQJ6A9IsK8r/SlJEMmaaf8LV5S+QEeiMo/HNI0JW/jActUiR/k1aM8pVJcsBskQSSg6/dIwpQoAaUE7PWYJOKUIEnCXaCoLptRRUQYffXJ+g5OAhOKKdOTBIkrcqIoeXdpLCvxmgaSIhBNSnuEExTDUG6hJGWJmp/SOUlUD73mcpnwygRLLFHQePpuWeHZlMzjKlKGAy/iVUInR/ibBntJjU+WgOSNK8nh9SKRxUn1WkFk0YviSEFSJRbR73xVV3TQsJKr+31ox9pbOIXl+P/qmpKuSJyY7xN4oqQU010bZ0kxPlNCXTWOGuN59oxYeFJSEJMsdGAQWuN4qjyHS9wLdFR73gOcitbHNz9PULqF1/j9J3hVuOaVIEZ3wH3sq3bs+pu+/v7xajWLvlAuk2EZS13p4kd/v1kQ9h/n+WsgFT15fbQE7Ct3XHQEMrTLeP/lmRztFZ/35blTfEIjHXFcw6HxirPmD1bZOk2xwulVk4tG4Ak4Njz0INyyegaRD09E69eMT/2BgCm/kEdAum/+HT7Bdvry3+4SLOIMKLZYOoPY4jnEmCpjoWc3wMwz+5jLEEl69HahTe3bKEuNHIomHlZStsoeQic8TJ5rc80wI4Z48uuUtCY7SJ1Jr41oyirPsVR14CSpAkfX0HMnPUT83p32aBUBcqY6avsxhesUyZPOh+g26L8C+vLyDumpRqMThpc1PCmlOdbEYn9172lYkIhoSLI3lK23gSv2ZQbv3MLxC//dbhRc/UrdKY7a84ZbaNjR1xD7n38ry1y932oGrrND8uDi8eiDhhH0lf3sOjMAWWssRlM3CYJmZpy+wWy7pmZDWeJbWwRhc7IH8DhEMZZsoq8bR5gbUKExl7OC9bVka7BcOCvUQmyRONU2VTVobE/AwHkXnTcA6Ww2DUNIo++WOps65Z9CXhKjp+P4yJAovVkiOXRrTQjnB84bwN98Nv1l2gfJfKlTLndK87+mjb9MXf6tks7NzUmmapqJ7CwtxbLj4rzXo4eOOAi1czJzlJom9dKpsVmRJ5StGt0jVNgFoCYXrVQTpcuLF0e3DvUm1axofY/mgpmrb7pmevqa6cELCkd5TYr81v6X7G82kbRgxtlUb9QFVAhCsVZsmwIRJNZmZU1CN4mIrCj1HS1cMDhNB7jp6pkgd5SXNDBb+1vdQd5UrOZ4FRWH6+dEUV3UVJkqHIKrVYAs+8pwGiU3xH1hMvQOMUQeC12og8duMg64BAhuJjvtFr1EmXC5diy9MQo6ae/b7Yz6oCHmiaHuAw+wP3ya49kPfAAR0FO8zD1LIy5wp7N7X2bsC0++YyV84rP5++5hwWf9dHT6C3dz7D1fYFf8nNPg0hmCU27DaTzPztDQqroUrcsg2DJQV/lg+MtnnfotG5mrmJegD8502ggcqHlqOk0KC+jejUKDa21gkzC8SwHFMITJucI9LUKBsw2WOB5irJ6iwPPpepOrN76zchfkxcxoADXFiFAK8BNZZ02BK6DCyoiKEMopVSRaRi2quiIKHEsd3bRhpUVJrKmmJhIjo02Wqz1Fo+qy1VM+I+u0nbVWa1urpY7yElfgQJQ5d4BD4X5rgH6clJElVtc1VZQEVmElNWWnNMKWSqwoqJIs8wpuOpF4VuUkxbBNXWaDq9Wu3tpQrcjaukZP15nK+1tbW/g7v8lzOU4mXGaYF+WunMCjMIxyYlFvIJMsvILo8OzElmw1i7+3Z/uz+LsryQGTprlses2jOy5qTMR5FzEvw3QXVYQUvabYGMCGtkdDGhTnUg04DW6MSeqAoGZVNkQwFYMsDndqdQeET/Euk/EYNYbj9bDVGYdnDCn/sqkLeR2NOefgYmVpMycYmyRFVFiX40VF5y+celle4bjorQ7HEznJq7xYa1zxDlkmCncQgBfVeQk7T9ksT9u4llqVeA5Rb2gbiCjgwVw5lz1QshDgSOTKlCSiPybh8cPTaxwkEkIfq3SgVByKTi7n+suj+WrcILoat47QZHSxSLAWwRMrFlJ6La1zLMtrJL6+i31aeBq+zWRQUxWZITzLM8wC9dhRLKtnmdGQVNsombFbboUudckdGkMlsUvroGjHZWtKErOIzeDeUYlE/9L7TkXQ+tdFXwdTEvc8pziu7lZdgVdVLaW+1sgH5UqelUxLM1Kva6xb58KHRiVTi47Fnes8gqJ10Qk4tleUo1PPSDXLPzwmWKQc6o384fOlwJzZmXEz4eE4Vop6GOBUV/6qzDrE2jvRZ9/PXBnHSs+CL53nlXjPL1lzB7LaAgnVThNXnPEyY5QN+zJBEAaBLamqpaqf9MNwfRj6pueVPO+v7SAY8H1bjus23Wxpd2vWzfENxReow//QUbj50yfgnj+Dm4+CTJsOBAuaqeEvRYdZH76UDlPyPrum7opZ3bL0WUv/NB3qEc166pHgKchA9ONHlvc7jjsGqLenmQsRYxxkrmVuoD5+gh5WrjZ6Wz8LIqktX2rUUI+hBHiJDUtsWgbRf6WOmrDdtWai0DvVK1zruVmZRB5QcNpNuCN618MiF8bBXMVABPZy1TJS0Sc7nLBFgLHBzQOimL6gYRaNgYnBBVsvmZUpk8jxHVglumtkU6OxaWSHXSgMBsEHZA1NibZp40Yff43ISJnUXJusLkW/VHRdeb/IPyCJpilKdw8uDMZjEjG9rYGZaEmSK75RNON7u3PXHyrhwI2GFeC4g8FrdEvHH5h04I2rbMlpGk+rLS/HacLpbw99G38/pOTb3TgAbRfH0KjVyTStamx5TvnU+AAT+b3x/g6eZmgGLT+9pmw3qWmJrUZsSWOTAsrwjmD4FcN9m/obOxr4I+ScQ1NTh+CpUjBw03AuaOy8fGdjaOrQDYemeuM+Bl/5A8Zt7C74105ntw2N7R4d3T1GyPor16+/Er5cr05fH5RqY7uv2j3mdw5ef7DTHZdV4WvxuOUkCFOOwReNVuMyEbjMUmAMt0SPNzJo6FuwqdQqFlul6D44XJ8Pw3m4awQtuz1ZbBc3YlUQzocbw/n6MraH5+DLcXycxlS78XBSxblSaESSNQjxtzcEha9DBRLFsYkTuGCL02zb8/7kFZ2ZxWzOuaQ5etEo/LdW29625bm4ZF8LS7D+X7fayJKRzhUIANXG+tGLXosDbNl2z6ZJbXT96K5RrOjOZ+lXMZ7jYz1ZpfFQdCpqKxqSIjbHCpcvnzo0nPP2fdF6eH10W+JcCKjDyYvvLo+Ozo+OzkXfQ5x3al/0dnjCTxwQFjl6/4v/F62dH33/xcs4EmIfxGFuhwLK0Bq3Y/mGq1Ktk3o4iaaNftBSobcEmF0JFYgeFnRr7CKgeewFEJCXtMSdoGbR9cSVG9vJEAu6NXRUmu00u5dnVNOjuU0iRTSEQIME2AhdEyxy4sh2ErKtd9phtzgJM+Bwc5AUrQrqes1OtzgJO+CYFBXNQXtVtNxFdNUtjlvQtyYTaCaB4ag6Xa1OL1BSGTrnnIunpz/K8gY666LMG4ahh7ogC2YaIJ+xM3mAjMnLApZinSmLHr3Q9ETZ7DaVBDOz3DRtCr2mvIyoSdIJNgeVSKaURgQgaIi3BXymBFEVNMXNqlhpExVYNe+qsqAJWGVgE5UoYkrkdCKbRI376xwWKCv9NV5R3PxK/6yraKv7a/jk0qKC/eFYZXrzdCUmp6Z3T+PvXgDLFBRBr+MydJwsQneNTjYjagRnTgQdV1FHU5FOFpdBo5G0pZwSk7bYBTvKfNIWhzOtLi/mu3OS9TVzEg2RMyWLdNeU4kT97DV5OZ3tLgp5oihreaKLXGqlv8nhgKt4igyQE54m3x7Bt+HXsW7YzuxCO4YeVn0l3DcHCUBPIn6Eo0huMon5oe+LQv6Hf1rDiI7frk+mWS0c2e/pur212dTY9GS97Tsnva1DY2NDW73RoXMLhXOH3uNaBUVP57Jq2s+5flq10lnVyo9ZHTQ7nOwNzx24UedVJxz0vP7+bIrXbzwwN+wqcNHtl7Xz+fZlt6ecUn9/yX482wcK8Q22jlvnZPJcNsuqvsKGgqS66fyLSryuTMtike/amJPoIwuxNYr1ZBwv8AA+V/jz+wufpZT9bOH++wtv+Nzn8NHt8zl8xH0S782Ktfgl9mc/a3/kI5TCsH3ypP1wtOtjzsmTznJcO9aDKrOXWj6qf+i5Q4YRZJsBpOut0m8eGmy4cuFBQtTcnVjnxBokLMT3UF4mJMvmiOrvFnwnoN8JBPTe2ymfsziDvqnErz84I/A8LRQDgYdzDk3TD2og3OwfH3Q2/MaeqV4y1nNH/jn5tuAD9uTczDUbOF7odeM6l3U4Oho7fc0GnmOTF7EcW8ieGMmcB5y9oVTpOVDbaCw95tMzcXwsiQENUntHP9iirgIq/bbV5BJF17bKpPsNDEc/+0LgC89E26u2lT2dtezqnG2cNmyYvDkIXhQE5K3B4wG8yY9+NNTnOH1DYEc/ypdKebCnv/nNb8Lbpi+5hDkLF2QqIqGjtqvUBMYxgxhjx5bgF38MLFiLC1543FWwYGzs98CCLi6g8lFYiSKis9C7rUGTiS/qBuW6kcL/3aAooPUNeOLECcz34oHgjNt7dzsTZ2g4zk9ic73vQWJ72I/eyhjTYubo2YfVVhFijEAhQherIqW5mo22okNoCKwabkA3MEascaSFowiiPIeiG4dpKJqg0gzMZnrP/VZKoqfR771gdig1Md0q2OnaCGhBCTpZx9+2o1wf4/4xEIdLjuFkxyt9A8q2we2FHIgGrKunbaFZrm24lmW6IyFZYnCwRsPN+WO+N5hKLwwYRnHnLW5N0XbvU9ROv1IcU9EQ1dziiJeJPhLkfEgPLKRTg55hdIp7R7H7cvxWgW/E3s0EM5vc9nTKsWS26l0PznMzrXYZ7aVTFsrIFZF0LxrpdyLYGE+oQEF6fEtid6jB3wBoh+lpRc1Qh7+0JcHWo+2aJUgm/CVwEG2Bp6LHBL8/4DfRINi8kK/6AsziSYveS1ydJznCtziJu5CAuIOk/FrtPkWUgUO/RI+eQ7sCefq1drRoeZ6FZ9KybfrwZTMlqqqY+huWHeFMfr0gyYflXXmH4ZeeW8ZCybdtTI2rVwgnxl5Kq5aHMEa3ThWe+ymf5k9zkgSn0AOufetb/0IDsB58l5AokHRJleFT0bZLhv/pLfRkJxgLcNw0jppF2e1n6vFXw01mPbOB2ch8AraejbwoVqrOInqiIIhCI/odcHUS8Qm9YKl7DpYhpKFXbvST4KbYaf8nSHs+SLPLeVvYa1tWmTVsK52Z8Ut7eAH2lHz7okzaqgCWWvZMvryHF6///wjJ7eFsr3BOnlPUrM+pCleyuUJhmNULWO4/r7jz/zrgW75T/xLLMTPMPKZEEofvCNXfhAYgOvE1Rz0WdiykQX/Ri4N8nQQEit1rUntSoI1FeKK/43Pc7DZXM9QUwGwfrleW81mr0ky7Qop+raRb4UgjkxblvfVJnuxd3x4pnxPK0U91YBf6YVM2d+WuTSy7R0hrhS1BqjGcypVYtjDiWg5c1VdKOxxX1M2iG/r1dRcuTB8O8sLEM6pd2cT8H3uqFet4nGNgZGBgAOJ1Bw+djue3+crAzcQAAveX8ljB6P+//n9m4mZiA3I5GMDSAGQKDEl4nGNgZGBgYgACPSaG/7/+f2XiZmBkQAUBAF9QBH8AAHicY2BgYGAC4///mOBsYvD//8SJkSKPrOb/LySx3yDMeI8U99ES//8LYwMA4F4TWgAAAAABEgEkAToBTgFgAXQBiAGcAa4BwAHWAewB/AIQAiYCPAJOAwwDvgQqBOwFhgYoBvAHeggSCCYIXAkyCUQJlAmuCcgKNgqsCsoK9AsoC0wLigwGDF4NoA3+Di4OZA7wD0wPvBAIEBYQJBDQEPwRoBIQEpgTPBNQE2QTkBO8E+wUNBRwFfwWghacFrgXMBdwF5wXyBf4GIAY9hkiGvYbXgAAeJxjYGRgYAhg9GIQYQABJiDmAkIGhv9gPgMAGdoBxgB4nG2PPW7CQBCFn/mLAlKEEilSulWKNBHmp6DgANBT0Buz/kG211oWJC6QE+QMOUNOkDJnyFHybEYuEnal1ffevNnRABjiCx6q4+G2fqvTwg3VhdukoXCH/CTcxQDPwj36I+E+XjEXHuABAX/wOtVv93DCLdzhTbhN/124Q/4Q7uIRn8I9+t/CfWzwIzzAizc/py4ZpaEp1jo+ZoFtdAMbbQ+pKdTUnzTeShfaBk7v1PasDqd45lykImtytTSF01lmVGnNXofOT5wrF+NxJL4fmhxnpNwm4dYpQhgUWEMjxhEZN7ZX6v+dDTssDtSVUpjCx+RKbsVcUWcDVjR2zG6ZU+w9ceaMrkNEHTFjkJOWdWeVzngNnbKu7emE9H1OqLpKLDDmjf7k/Xp2/gurBGCqeJxtUmlz2yAU9DaSK8uKkzRJ7/u+1Pu+7/tIfwJFzxITDCpI8fjfFyTbcTPlA7O7sI/HQmdfpx1h5/9jC/uwhAAhutiPCD3E6CPBMgZYwSrWcADr2MAmDuIQDuMIjuIYjuMETuIUTuMMzuIczuMCLuISLuMKruIariPFDdzELdzGHdzFPdzHAzzEIzzGEzzFMzzHC7zEK7zGG7zFO7zHB3zEJ3zGF3zFN3zHD/zEFn51Ysa5rlUlVD5gxuhxmumxSpms1heo1Cr32soeLd7lU7ekYbXgbuge91yLd/l0yYi8aOwbi3zmX90r9heEpMV16XeuzcnMu/yPEs1Y/Jup7ZQXxLcDDxPOJKmMmZRl2WBORlrRZG1OrTNktaRopixzZovUUC5sRSbwrMsLZirba2r7DpIWcWG4pM2WlEbnhqydqmGjhty1SD03W/LGsEEB1+Wkzw1loko5M1nI3RVU5LOXmmVBZlge+NWQlGsipgmljTNbcjApSJbukdOCqSwUI5ZTItRQp/ZPzVzRwJO+dP2nlpjhRSA13+65fUoMBZloxIRMdV31RkLVtumrQf0mm2mEI22oW7JJyeRSmQ27JelSUq8sdKV9olEpW2/gQeTO1Q3zIDRUyombLVWBZTsUOeD/pU1sIUhm7StEVpvmiwQexJUYUXt4WBkXe1SraU0PunXps4lqSybVw2G4IzLSq2NmlM+iMoKpXNJgrI2rPzsvmIiq6HT+At2JLgAAAAA=") format("woff"),
url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/plugin-fw/assets/fonts/yith-icon.ttf?6c9fac5a69711520a55f03f0159e3932) format("truetype");
font-weight: 400;
font-style: normal;
} [class^="yith-icon-"], [class*=" yith-icon-"] {
font-family: yith-icon !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 1em;
height: 1em;
font-size: 20px;
} .yith-icon-accounting:before {
content: "\e91d";
}
.yith-icon-arrow-down-alt:before {
content: "\f110";
}
.yith-icon-arrow-down-long-alt:before {
content: "\f128";
}
.yith-icon-arrow-down-long:before {
content: "\f129";
}
.yith-icon-arrow-down:before {
content: "\e900";
}
.yith-icon-arrow-left-alt:before {
content: "\f111";
}
.yith-icon-arrow-left-long-alt:before {
content: "\f12a";
}
.yith-icon-arrow-left-long:before {
content: "\f12b";
}
.yith-icon-arrow-left:before {
content: "\e901";
}
.yith-icon-arrow-right-alt:before {
content: "\f112";
}
.yith-icon-arrow-right-long-alt:before {
content: "\f12c";
}
.yith-icon-arrow-right-long:before {
content: "\f12d";
}
.yith-icon-arrow-right:before {
content: "\e902";
}
.yith-icon-arrow-up-alt:before {
content: "\f113";
}
.yith-icon-arrow-up-long-alt:before {
content: "\f12e";
}
.yith-icon-arrow-up-long:before {
content: "\f12f";
}
.yith-icon-arrow-up:before {
content: "\e903";
}
.yith-icon-bank-check:before {
content: "\e91e";
}
.yith-icon-bank:before {
content: "\e91c";
}
.yith-icon-calendar-add:before {
content: "\e913";
}
.yith-icon-calendar-money:before {
content: "\e914";
}
.yith-icon-calendar-schedule:before {
content: "\f11c";
}
.yith-icon-calendar:before {
content: "\e904";
}
.yith-icon-calendar2:before {
content: "\e915";
}
.yith-icon-cash-register:before {
content: "\f124";
}
.yith-icon-cash:before {
content: "\e91f";
}
.yith-icon-charts:before {
content: "\f130";
}
.yith-icon-check-alt:before {
content: "\f114";
}
.yith-icon-check-circle:before {
content: "\e921";
}
.yith-icon-check-progress-circle:before {
content: "\f11d";
}
.yith-icon-check:before {
content: "\e905";
}
.yith-icon-clone:before {
content: "\f105";
}
.yith-icon-close-alt:before {
content: "\f117";
}
.yith-icon-close:before {
content: "\e906";
}
.yith-icon-copy:before {
content: "\f101";
}
.yith-icon-credit-card:before {
content: "\e920";
}
.yith-icon-crown:before {
content: "\f11b";
}
.yith-icon-download:before {
content: "\f125";
}
.yith-icon-drag:before {
content: "\e90f";
}
.yith-icon-edit:before {
content: "\e907";
}
.yith-icon-enter:before {
content: "\f126";
}
.yith-icon-eye-closed:before {
content: "\e912";
}
.yith-icon-eye:before {
content: "\e911";
}
.yith-icon-helping-hand:before {
content: "\f10c";
}
.yith-icon-image:before {
content: "\f10a";
}
.yith-icon-info-squared:before {
content: "\e922";
}
.yith-icon-info:before {
content: "\e90e";
}
.yith-icon-list-search:before {
content: "\f10d";
}
.yith-icon-lock:before {
content: "\f119";
}
.yith-icon-magnifier:before {
content: "\e908";
}
.yith-icon-mail-out:before {
content: "\f109";
}
.yith-icon-minus-alt:before {
content: "\f118";
}
.yith-icon-minus:before {
content: "\f10f";
}
.yith-icon-money-check:before {
content: "\f11a";
}
.yith-icon-more:before {
content: "\f102";
}
.yith-icon-paypal:before {
content: "\e91b";
}
.yith-icon-pdf:before {
content: "\f107";
}
.yith-icon-pencil:before {
content: "\e909";
}
.yith-icon-people:before {
content: "\e916";
}
.yith-icon-photo-add:before {
content: "\f127";
}
.yith-icon-plus-alt:before {
content: "\f115";
}
.yith-icon-plus:before {
content: "\e90a";
}
.yith-icon-redo-alt:before {
content: "\f121";
}
.yith-icon-redo:before {
content: "\f11e";
}
.yith-icon-reply:before {
content: "\e91a";
}
.yith-icon-reset:before {
content: "\e910";
}
.yith-icon-save:before {
content: "\f10b";
}
.yith-icon-settings:before {
content: "\f123";
}
.yith-icon-shield-money:before {
content: "\e917";
}
.yith-icon-sort-alt:before {
content: "\f116";
}
.yith-icon-sort:before {
content: "\f106";
}
.yith-icon-time-check:before {
content: "\e918";
}
.yith-icon-trash:before {
content: "\e90d";
}
.yith-icon-undo-alt:before {
content: "\f120";
}
.yith-icon-undo:before {
content: "\f11f";
}
.yith-icon-update:before {
content: "\e90b";
}
.yith-icon-upload:before {
content: "\e90c";
}
.yith-icon-user-off:before {
content: "\f108";
}
.yith-icon-video:before {
content: "\f10e";
}
.yith-icon-warning-triangle:before {
content: "\e923";
}
.yith-icon-world-settings:before {
content: "\e919";
}
.yith-icon-yith:before {
content: "\e924";
}  .yith-icon-paypal-svgrepo-com:before {
content: "\e91b";
} .yith-icon-arrow_down:before {
content: "\e900";
} .yith-icon-arrow_eye:before {
content: "\e911";
} .yith-icon-arrow_eye_closed:before {
content: "\e912";
} .yith-icon-arrow_left:before {
content: "\e901";
} .yith-icon-arrow_right:before {
content: "\e902";
} .yith-icon-arrow_up:before {
content: "\e903";
} .yith-icon-calendar2:before {
content: "\e904";
} .yith-icon-calendar_add:before {
content: "\e913";
} .yith-icon-calendar_money:before {
content: "\e914";
} .yith-icon-shield_money:before {
content: "\e917";
} .yith-icon-time_check:before {
content: "\e918";
} .yith-icon-world_settings:before {
content: "\e919";
} .yith-icon-pencil:before {
content: "\e907";
} .yith-icon-update:before {
content: "\e910";
}.yith-wcbk-booking-form {
max-width     : 700px;
margin-bottom : 15px;
box-sizing    : border-box;
}
.yith-wcbk-booking-form * {
box-sizing : border-box;
}
.yith-wcbk-booking-form-message p,
.yith-wcbk-booking-form-message .yith-wcbk-bookable {
padding    : 2px;
border     : none;
background : #fff;
color      : #999;
margin     : 5px 0 15px 0;
font-size  : 12px;
}
.yith-wcbk-booking-form-message .yith-wcbk-bookable.not-bookable,
.yith-wcbk-booking-form-message .non-available-reason {
color : var(--yith-wcbk-error);
}
.yith-wcbk-booking-form-message p.error {
border-color : var(--yith-wcbk-error);
color        : var(--yith-wcbk-error);
}
.yith-wcbk-booking-form-message .yith-wcbk-bookable.bookable {
border-color : var(--yith-wcbk-success);
color        : var(--yith-wcbk-success);
}
.yith-wcbk-form-section {
padding  : 2px 0;
position : relative;
}
input.yith-wcbk-number-minifield {
width : 80px;
} .yith-wcbk-month-picker-wrapper {
position       : relative;
text-transform : uppercase;
font-size      : 16px;
max-width      : 250px;
}
.yith-wcbk-month-picker-wrapper .top-actions {
position : absolute;
width    : 100%;
top      : 0;
left     : 0;
z-index  : 10;
}
.yith-wcbk-month-picker-wrapper .top-actions .prev,
.yith-wcbk-month-picker-wrapper .top-actions .next {
position  : absolute;
font-size : 15px;
top       : 13px;
color     : inherit;
opacity   : .5;
}
.yith-wcbk-month-picker-wrapper .top-actions .prev.enabled,
.yith-wcbk-month-picker-wrapper .top-actions .next.enabled {
cursor  : pointer;
opacity : 1;
}
.yith-wcbk-month-picker-wrapper .top-actions .prev.enabled:hover,
.yith-wcbk-month-picker-wrapper .top-actions .next.enabled:hover {
color : var(--yith-wcbk-primary);
}
.yith-wcbk-month-picker-wrapper .top-actions .prev {
left : 15px;
}
.yith-wcbk-month-picker-wrapper .top-actions .next {
right : 15px;
}
.yith-wcbk-month-picker-wrapper table {
border          : 1px solid var(--yith-wcbk-border-color) !important;
background      : #fff;
border-collapse : separate;
border-spacing  : 0;
margin          : 0 0 1.6em;
width           : 100%;
}
.yith-wcbk-month-picker-wrapper table td, .yith-wcbk-month-picker-wrapper table th {
border  : 1px solid #fff !important;
padding : 0.4em;
height  : 25px;
}
.yith-wcbk-month-picker-wrapper table td {
cursor : pointer !important;
height : 25px;
}
.yith-wcbk-month-picker-wrapper table td:hover {
background : var(--yith-wcbk-primary-light);
color      : var(--yith-wcbk-primary-contrast);
}
.yith-wcbk-month-picker-wrapper table td.disabled {
background : #f5f5f5 !important;
color      : #777 !important;
cursor     : not-allowed !important;
}
.yith-wcbk-month-picker-wrapper table td.selected {
background : var(--yith-wcbk-primary);
color      : var(--yith-wcbk-primary-contrast);
}
.yith-wcbk-month-picker-wrapper table * {
text-align : center;
} .yith-wcbk-booking-form label.yith-wcbk-booking-form__label {
display     : block;
font-weight : 600;
margin      : .8em 0 .3em 0;
}
.yith-wcbk-booking-form input:not([type='checkbox']),
.yith-wcbk-booking-form input.yith-wcbk-date-picker--formatted,
.yith-wcbk-booking-form select,
.yith-wcbk-booking-form textarea {
width         : 100% !important;
height        : auto;
box-shadow    : none;
display       : block;
outline       : none;
background    : #fff -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border        : 1px solid var(--yith-wcbk-border-color);
border-radius : 0;
color         : #484848;
padding       : 8px 14px;
font-size     : var(--yith-wcbk-fields-font-size);
line-height   : 1.5em;
min-height    : 42px;
}
.yith-wcbk-booking-form input:not([type='checkbox']).yith-wcbk-booking-real-duration {
width        : 80px !important;
display      : inline-block;
margin-right : 5px;
min-width    : 0;
}
.yith-wcbk-booking-form .yith-wcbk-booking-service-quantity__container {
margin-left : auto;
}
.yith-wcbk-booking-form input.yith-wcbk-booking-service-quantity {
width     : 80px !important;
display   : inline-block;
max-width : 100%;
font-size : inherit;
}
.yith-wcbk-booking-form select {
-webkit-appearance : none;
-moz-appearance    : none;
appearance         : none;
}
.yith-wcbk-booking-form input:not([type='checkbox']):disabled,
.yith-wcbk-booking-form select:disabled,
.yith-wcbk-booking-form textarea:disabled {
opacity : 0.5;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-duration--no-field .yith-wcbk-form-section__content {
padding     : 7px 15px;
background  : #f4f4f4;
min-height  : 42px;
display     : flex;
align-items : center;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-duration--no-field .yith-wcbk-booking-duration__label {
font-size   : var(--yith-wcbk-fields-font-size);
line-height : 1.5em;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-service {
padding       : 2px 0;
display       : flex;
align-items   : center;
flex-wrap     : wrap;
margin-bottom : 5px;
font-size     : var(--yith-wcbk-fields-font-size);
}
.yith-wcbk-booking-form .yith-wcbk-form-section-service .yith-wcbk-booking-service__pricing--inline {
margin-left : 5px;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-service .yith-wcbk-booking-service__description,
.yith-wcbk-booking-form .yith-wcbk-form-section-service .yith-wcbk-booking-service__pricing {
font-size : .85em;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-service .yith-wcbk-booking-service__description,
.yith-wcbk-booking-form .yith-wcbk-form-section-service .yith-wcbk-booking-service__pricing--block {
flex       : 100%;
margin-top : 5px;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-service .yith-wcbk-booking-service__description p {
margin : 0;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-service--hidden {
display : none;
}
.yith-wcbk-booking-form input[type="checkbox"].yith-wcbk-booking-service {
width : auto;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-service label:not(.yith-wcbk-checkbox) {
display : inline;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-service label {
font-weight : 400;
color       : inherit;
margin      : 0;
font-size   : inherit;
}
.yith-wcbk-form-section-services-wrapper {
margin : 10px 0 5px 0;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-service .help_tip {
margin-left : 5px;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-service .help_tip svg {
margin-bottom : -2px;
}
.yith-wcbk-booking-form .yith-wcbk-booking-time-select-list .yith-wcbk-select-list__options {
grid-template-columns : repeat( auto-fit, minmax(80px, 1fr) );
}
.yith-wcbk-booking-form .yith-wcbk-booking-time-select-list .yith-wcbk-select-list__option {
text-align : center;
}
.yith-wcbk-booking-form .yith-wcbk-form-section-totals label.yith-wcbk-form-section__label,
.yith-wcbk-booking-form .yith-wcbk-form-section-price label.yith-wcbk-form-section__label {
display : none;
}
.yith-booking-meta {
display : flex;
}
.yith-booking-meta .yith-booking-checkin, .yith-booking-meta .yith-booking-checkout {
text-align : center;
font-size  : .9em;
padding    : .4em 0;
flex       : 1;
}
.yith-booking-meta__label {
font-weight : 600;
}
.yith-booking-meta__label:after {
content : ':';
}
.yith-wcbk-booking-form-totals__list {
display : table;
width   : 100%;
margin  : 5px 0;
}
.yith-wcbk-booking-form-total {
display : table-row;
}
.yith-wcbk-booking-form-total__label,
.yith-wcbk-booking-form-total__value {
display       : table-cell;
border-bottom : 1px solid var(--yith-wcbk-border-color);
padding       : 5px 2px;
}
.yith-wcbk-booking-form-total__value {
text-align : right;
}
.yith-wcbk-booking-form-total--discount {
color : var(--yith-wcbk-discount);
}
.yith-wcbk-booking-form-total--total-price .yith-wcbk-booking-form-total__label,
.yith-wcbk-booking-form-total--total-price .yith-wcbk-booking-form-total__value {
border-bottom : none;
font-weight   : 600;
} .yith-wcbk-booking-form-error {
color      : var(--yith-wcbk-error);
font-size  : .9em;
margin-top : 8px;
}
.yith-wcbk-form-section__content--with-error > .yith-wcbk-date-range-picker,
.yith-wcbk-form-section__content--with-error > .yith-wcbk-date-picker--inline .ui-widget-content,
.yith-wcbk-form-section__content--with-error > .yith-wcbk-booking-persons,
.yith-wcbk-form-section__content--with-error > .yith-wcbk-select-alt__container > select,
.yith-wcbk-form-section__content--with-error > .yith-wcbk-date-picker-wrapper > .yith-wcbk-date-picker--formatted,
.yith-wcbk-form-section__content--with-error > .yith-wcbk-booking-duration {
border : 2px solid var(--yith-wcbk-error) !important;
}
.yith-booking--simple-style .yith-wcbk-form-section__content--with-error .yith-wcbk-date-picker--inline .ui-widget-content {
box-shadow : none !important;
} .yith-wcbk-booking-form .help_tip {
cursor : pointer;
}
.yith-booking #tiptip_holder {
display  : none;
position : absolute;
top      : 0;
left     : 0;
z-index  : 9999999;
}
.yith-booking #tiptip_holder.tip_top {
padding-bottom : 5px;
}
.yith-booking #tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top  : -7px;
margin-left : -6px;
border      : none;
}
.yith-booking #tiptip_holder.tip_top #tiptip_arrow_inner:before {
content     : '';
position    : absolute;
height      : 18px;
width       : 18px;
border      : none;
background  : #fff;
margin-top  : -7px;
margin-left : 3px;
transform   : rotateZ(45deg);
z-index     : -1;
box-shadow  : 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}
.yith-booking #tiptip_holder.tip_top #tiptip_arrow_inner:after {
content     : '';
position    : absolute;
height      : 18px;
width       : 18px;
border      : none;
background  : #fff;
margin-top  : -7px;
margin-left : 3px;
transform   : rotateZ(45deg);
}
.yith-booking #tiptip_holder.tip_bottom {
padding-top : 5px;
}
.yith-booking #tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top  : -5px;
margin-left : -6px;
border      : none;
}
.yith-booking #tiptip_holder.tip_bottom #tiptip_arrow_inner:before {
content     : '';
position    : absolute;
height      : 18px;
width       : 18px;
border      : none;
background  : #fff;
margin-top  : 11px;
margin-left : 3px;
transform   : rotateZ(45deg);
z-index     : -1;
box-shadow  : 0 0 3px 0 rgba(0, 0, 0, 0.3)
}
.yith-booking #tiptip_holder.tip_bottom #tiptip_arrow_inner:after {
content     : '';
position    : absolute;
height      : 18px;
width       : 18px;
border      : none;
background  : #fff;
margin-top  : 11px;
margin-left : 3px;
transform   : rotateZ(45deg);
}
.yith-booking #tiptip_content {
font-size     : .8em;
max-width     : 500px;
text-align    : center;
box-shadow    : 0 1px 3px rgba(0, 0, 0, .2);
background    : #fff;
color         : #484848;
border-radius : 0;
border        : 1px solid #dbdbdb;
padding       : 18px;
}
.yith-booking #tiptip_content code {
padding    : 1px;
background : #888;
}
.yith-booking #tiptip_arrow, .yith-booking #tiptip_arrow_inner {
position : absolute;
border   : 6px solid transparent;
height   : 0;
width    : 0;
} .yith-wcbk-booking-form input:not([type='checkbox']):focus,
.yith-wcbk-booking-form input.yith-wcbk-date-picker--formatted:focus,
.yith-wcbk-booking-form select:focus,
.yith-wcbk-booking-form textarea:focus {
border-color : var(--yith-wcbk-border-color-focus);
box-shadow   : var(--yith-wcbk-shadow-focus);
} .woocommerce div.elementor.product.product-type-booking form.cart:not(.grouped_form):not(.variations_form) {
display : block;
}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #d3d3d3}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #d3d3d3;background:#e6e6e6 url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #999;background:#dadada url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#212121;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #aaa;background:#fff url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-icon-background,.ui-state-active .ui-icon-background{border:#aaa;background-color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-checked{border:1px solid #fcefa1;background:#fbf9ee}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-icons_222222_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png)}.ui-button .ui-icon{background-image:url(//esseretherapies.com/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/images/ui-icons_888888_256x240.png)}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #aaa;box-shadow:-8px -8px 8px #aaa}.yith-wcbk-clearfix:before,.yith-wcbk-clearfix:after{content:"";display:table}.yith-wcbk-clearfix:after{clear:both}.yith-wcbk-clearfix{zoom:1}.woocommerce table.my_account_bookings{font-size:.85em}.woocommerce table.booking_details .yith-wcbk-service-list{list-style:none}.yith_wcbk_booking_product_form_widget{border:1px solid var(--yith-wcbk-border-color);background:#fff;padding:20px;margin-bottom:20px;box-sizing:border-box}.yith-wcbk-confirm-cancel-button{background:#bc000f !important;color:#fff !important}.yith-wcbk-confirm-button-done{background:#d8d8d8;width:23px;height:23px;top:-10px;right:-10px;position:absolute;padding:3px;color:#515151;border-radius:50%;font-size:13px;border:2px solid #fff;box-sizing:border-box}.yith-wcbk-google-maps-places-autocomplete{background:#fff !important}.yith-wcbk-checkbox{display:inline-flex;align-items:center;font-weight:400;cursor:pointer;font-size:var(--yith-wcbk-fields-font-size)}.yith-wcbk-checkbox input{display:none}.yith-wcbk-checkbox span.yith-wcbk-checkbox__checkbox{width:20px;height:20px;display:block;background:#ffffff;border:1px solid #d1d1d1;position:relative;margin-right:10px;box-sizing:border-box}.yith-wcbk-checkbox span.yith-wcbk-checkbox__checkbox:after{content:'';width:11px;height:7px;position:absolute;top:3px;left:3px;border:2px solid var(--yith-wcbk-primary);border-top:none;border-right:none;background:transparent;opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.yith-wcbk-checkbox input:checked+span.yith-wcbk-checkbox__checkbox:after{opacity:1}.yith-wcbk-checkbox:hover span.yith-wcbk-checkbox__checkbox:after{opacity:0.4}.yith-wcbk-help-tip{color:#333;vertical-align:middle}.yith-wcbk-help-tip:hover{color:var(--yith-wcbk-primary)}.yith-wcbk-shortcode-services{margin:15px 0}.product-type-booking .blockUI.blockOverlay::before,.yith_wcbk_booking_product_form_widget .blockUI.blockOverlay::before,.yith-wcbk-shortcode-booking-form .blockUI.blockOverlay::before,.yith-wcbk-popup .blockUI.blockOverlay::before{display:none}.yith-wcbk-block-ui-element{top:50% !important;left:50% !important;transform:translateX(-50%) translateY(-50%) !important}.yith-wcbk-booking-of{font-weight:600}.woocommerce .cart-item--booking td.product-name .variation .variation-Totals{display:block;float:none}.yith-wcbk-booking-form-block,.yith-wcbk-bookable-product-form-block,.yith_wcbk_booking_product_form_widget{box-sizing:border-box}.yith-wcbk-booking-form-block .woocommerce-product-rating,.yith-wcbk-bookable-product-form-block .woocommerce-product-rating,.yith_wcbk_booking_product_form_widget .woocommerce-product-rating{font-size:12px;margin:0 !important}.yith-wcbk-booking-form-block .product,.yith-wcbk-bookable-product-form-block .product,.yith_wcbk_booking_product_form_widget .product{max-width:700px}.yith-wcbk-booking-form-block .product .price,.yith-wcbk-booking-form-block .product p.price,.yith-wcbk-booking-form-block .product span.price,.yith-wcbk-bookable-product-form-block .product .price,.yith-wcbk-bookable-product-form-block .product p.price,.yith-wcbk-bookable-product-form-block .product span.price,.yith_wcbk_booking_product_form_widget .product .price,.yith_wcbk_booking_product_form_widget .product p.price,.yith_wcbk_booking_product_form_widget .product span.price{margin:0 0 5px 0;color:inherit;font-size:25px;font-weight:800}.yith-wcbk-booking-form-block .product button.button.alt.yith-wcbk-add-to-cart-button,.yith-wcbk-booking-form-block .product button.button.alt.yith-wcbk-add-to-cart-button:disabled,.yith-wcbk-booking-form-block .product button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,.yith-wcbk-booking-form-block .product button.button.alt.yith-wcbk-add-to-cart-button:hover,.yith-wcbk-bookable-product-form-block .product button.button.alt.yith-wcbk-add-to-cart-button,.yith-wcbk-bookable-product-form-block .product button.button.alt.yith-wcbk-add-to-cart-button:disabled,.yith-wcbk-bookable-product-form-block .product button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,.yith-wcbk-bookable-product-form-block .product button.button.alt.yith-wcbk-add-to-cart-button:hover,.yith_wcbk_booking_product_form_widget .product button.button.alt.yith-wcbk-add-to-cart-button,.yith_wcbk_booking_product_form_widget .product button.button.alt.yith-wcbk-add-to-cart-button:disabled,.yith_wcbk_booking_product_form_widget .product button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,.yith_wcbk_booking_product_form_widget .product button.button.alt.yith-wcbk-add-to-cart-button:hover{border:none;border-radius:7px;margin:0;display:block;padding:15px 20px;font-size:18px;text-transform:none;background:var(--yith-wcbk-primary);color:var(--yith-wcbk-primary-contrast)}.yith-wcbk-booking-form-block .product button.button.alt.yith-wcbk-add-to-cart-button:disabled,.yith-wcbk-booking-form-block .product button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,.yith-wcbk-bookable-product-form-block .product button.button.alt.yith-wcbk-add-to-cart-button:disabled,.yith-wcbk-bookable-product-form-block .product button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,.yith_wcbk_booking_product_form_widget .product button.button.alt.yith-wcbk-add-to-cart-button:disabled,.yith_wcbk_booking_product_form_widget .product button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover{cursor:not-allowed;background:#cccccc;color:#454545;opacity:.5}.yith-wcbk-booking-form-block .product_meta,.yith-wcbk-bookable-product-form-block .product_meta,.yith_wcbk_booking_product_form_widget .product_meta{margin-top:20px}.yith-wcbk-booking-form-block .yith-booking-meta,.yith-wcbk-bookable-product-form-block .yith-booking-meta,.yith_wcbk_booking_product_form_widget .yith-booking-meta{border:none}.yith-wcbk-booking-form-block form.cart,.yith-wcbk-bookable-product-form-block form.cart,.yith_wcbk_booking_product_form_widget form.cart{margin:0 !important;padding:0 !important}.yith-wcbk-booking-form-block.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button,.yith-wcbk-booking-form-block.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button:disabled,.yith-wcbk-booking-form-block.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,.yith-wcbk-booking-form-block.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button:hover,.yith-wcbk-bookable-product-form-block.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button,.yith-wcbk-bookable-product-form-block.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button:disabled,.yith-wcbk-bookable-product-form-block.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,.yith-wcbk-bookable-product-form-block.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button:hover,.yith_wcbk_booking_product_form_widget.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button,.yith_wcbk_booking_product_form_widget.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button:disabled,.yith_wcbk_booking_product_form_widget.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button:disabled:hover,.yith_wcbk_booking_product_form_widget.with-full-width-button .product button.button.alt.yith-wcbk-add-to-cart-button:hover{width:100%}.yith-wcbk-mobile-fixed-form__close{display:none;cursor:pointer;margin:-6px auto 20px -6px;padding:6px;width:30px;height:30px;box-sizing:border-box}.yith-wcbk-mobile-fixed-form .yith-wcbk-mobile-fixed-form__mouse-trap{display:none}@media (max-width: 56.875em){.yith-wcbk-mobile-fixed-form{position:fixed;left:0;bottom:0;width:100%;height:86px;margin:0 !important;border-width:1px 0 0 0 !important;border-radius:0 !important;z-index:999999}.yith-wcbk-mobile-fixed-form:not(.is-open) .yith-wcbk-mobile-fixed-form__mouse-trap{display:block;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:10}.yith-wcbk-mobile-fixed-form:not(.is-open) form.cart>*:not(.yith-wcbk-add-to-cart-button){display:none}.yith-wcbk-mobile-fixed-form:not(.is-open) .product{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%}.yith-wcbk-mobile-fixed-form:not(.is-open) .product>*:not(.price):not(form.cart){display:none}.yith-wcbk-mobile-fixed-form:not(.is-open) div.product p.price{font-size:18px;margin:0;line-height:1.5em}.yith-wcbk-mobile-fixed-form:not(.is-open) button.button.alt.yith-wcbk-add-to-cart-button{display:inline-block;padding:12px 30px;width:auto;float:right}.yith-wcbk-mobile-fixed-form.is-open{bottom:50%;left:50%;height:auto;max-width:420px;max-height:100%;border-width:0 !important;transform:translateX(-50%) translateY(50%);box-shadow:0 2px 10px -2px rgba(0,0,0,0.12),0 4px 30px 0 rgba(0,0,0,0.21);border-radius:8px;overflow-y:auto}.yith-wcbk-mobile-fixed-form.is-open .yith-wcbk-mobile-fixed-form__close{display:block}}@media (max-width: 44.375em){.yith-wcbk-mobile-fixed-form{box-shadow:none;transition:height 0.3s ease-in-out;transform:none;border-radius:0}.yith-wcbk-mobile-fixed-form.is-open{height:100%;border:0;bottom:0;left:0;transform:none;max-width:100%;border-radius:0}}.yith-wcbk-mobile-fixed-form__overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.8);z-index:999998}@media (max-width: 44.375em){.yith-wcbk-mobile-fixed-form__overlay{opacity:0}}@media (max-width: 56.875em){.yith_wcbk_booking_product_form_widget:not(.yith_wcbk_booking_product_form_widget.is-open) #yith-wcdp-add-deposit-to-cart{display:none}.yith-wcbk-bookable-product-form-block:not(.bk-opened) #yith-wcdp-add-deposit-to-cart{display:none}}.yith-wcbk-bookable-product-form-block .yith-ywraq-add-to-quote,.yith_wcbk_booking_product_form_widget .yith-ywraq-add-to-quote,.woocommerce.single-product .yith-wcbk-bookable-product-form-block .product .yith-ywraq-add-to-quote,.woocommerce.single-product .yith_wcbk_booking_product_form_widget .product .yith-ywraq-add-to-quote{margin-top:15px}.yith-wcbk-bookable-product-form-block .yith-ywraq-add-to-quote a.add-request-quote-button.button,.yith_wcbk_booking_product_form_widget .yith-ywraq-add-to-quote a.add-request-quote-button.button,.woocommerce.single-product .yith-wcbk-bookable-product-form-block .product .yith-ywraq-add-to-quote a.add-request-quote-button.button,.woocommerce.single-product .yith_wcbk_booking_product_form_widget .product .yith-ywraq-add-to-quote a.add-request-quote-button.button{margin:0}.theme-yith-proteo .shop_table.booking_details tr>th,.theme-yith-proteo .shop_table.booking_person_types_details tr>th,.theme-yith-proteo .shop_table.booking_details tr>td,.theme-yith-proteo .shop_table.booking_person_types_details tr>td{border:none}.theme-yith-proteo .shop_table.booking_details tbody>tr:first-child>th,.theme-yith-proteo .shop_table.booking_person_types_details tbody>tr:first-child>th,.theme-yith-proteo .shop_table.booking_details tbody>tr:first-child>td,.theme-yith-proteo .shop_table.booking_person_types_details tbody>tr:first-child>td{border-top:1px solid #ccc}.theme-yith-proteo .shop_table.booking_details tr>th,.theme-yith-proteo .shop_table.booking_person_types_details tr>th{text-align:left;vertical-align:middle;max-width:200px;box-sizing:border-box}.theme-yith-proteo #ui-datepicker-div.yith-wcbk-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled{opacity:.35}.theme-yith-proteo #ui-datepicker-div.yith-wcbk-datepicker .ui-datepicker-calendar tbody td a{background:transparent;color:#555;border:none;font-size:inherit;font-weight:600}.theme-yith-proteo #ui-datepicker-div.yith-wcbk-datepicker .ui-datepicker-calendar tbody td:not(.ui-state-disabled):hover a.ui-state-default,.theme-yith-proteo .yith-wcbk-date-picker--inline .ui-datepicker td:not(.ui-state-disabled):hover a.ui-state-default{color:var(--yith-wcbk-primary-contrast);background:var(--yith-wcbk-primary-light)}.theme-yith-proteo #ui-datepicker-div.yith-wcbk-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-default,.theme-yith-proteo .yith-wcbk-date-picker--inline .ui-datepicker td.ui-datepicker-current-day a.ui-state-default{color:var(--yith-wcbk-primary-contrast);background:var(--yith-wcbk-primary)}@media (max-width: 56.875em){.theme-yith-proteo section.widget.yith_wcbk_booking_product_form_widget{position:fixed}}.theme-twentytwentytwo .yith-wcbk-booking-form-block .woocommerce-product-rating,.theme-twentytwentytwo .yith-wcbk-bookable-product-form-block .woocommerce-product-rating{display:flex;align-content:center}.theme-twentytwentytwo .yith-wcbk-booking-form-block .woocommerce-product-rating .star-rating,.theme-twentytwentytwo .yith-wcbk-bookable-product-form-block .woocommerce-product-rating .star-rating{height:1rem;margin:0 5px 0 0}.theme-twentytwentytwo .yith-wcbk-booking-form-block .product,.theme-twentytwentytwo .yith-wcbk-bookable-product-form-block .product{overflow:visible}.yith-wcbk-services-selector{position:relative;user-select:none}.yith-wcbk-services-selector .yith-wcbk-services-selector__toggle-handler{position:relative;min-height:42px;background:#fff;border:1px solid var(--yith-wcbk-border-color);padding:7px 37px 7px 7px;border-radius:0;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-size:var(--yith-wcbk-fields-font-size);line-height:1.5em}.yith-wcbk-services-selector .yith-wcbk-services-selector__toggle-handler:after{content:'\e900';font-family:yith-icon;font-size:15px;font-weight:800;color:inherit;opacity:.7;position:absolute;right:10px;transition:all 0.3s ease-in-out}.yith-wcbk-services-selector .yith-wcbk-services-selector__content{display:none;position:absolute;width:100%;background:#fff;border-radius:0;z-index:9999;min-width:300px;right:0;box-shadow:var(--yith-wcbk-shadow)}.yith-wcbk-services-selector.yith-wcbk-services-selector--opened .yith-wcbk-services-selector__toggle-handler{border-radius:2px 2px 0 0;border-color:var(--yith-wcbk-border-color-focus);box-shadow:var(--yith-wcbk-shadow-focus)}.yith-wcbk-services-selector.yith-wcbk-services-selector--opened .yith-wcbk-services-selector__toggle-handler:after{transform:rotateZ(180deg);color:var(--yith-wcbk-border-color-focus)}.yith-wcbk-services-selector.yith-wcbk-services-selector--opened .yith-wcbk-services-selector__content{display:block;z-index:9999}.yith-wcbk-services-selector.yith-wcbk-services-selector--opened.yith-wcbk-services-selector--opened--below .yith-wcbk-services-selector__content{margin-top:6px}.yith-wcbk-services-selector.yith-wcbk-services-selector--opened.yith-wcbk-services-selector--opened--above .yith-wcbk-services-selector__content{bottom:100%;margin-bottom:6px}.yith-wcbk-services-selector .yith-wcbk-services-selector__services{display:flex;flex-direction:column;padding:20px;max-height:200px;overflow-y:auto;gap:4px}.yith-wcbk-services-selector .yith-wcbk-services-selector__label{padding-left:8px;position:absolute}.yith-wcbk-services-selector .yith-wcbk-services-selector__label__fake{width:100%}.yith-wcbk-services-selector .yith-wcbk-services-selector__label--placeholder{opacity:.8}.yith-wcbk-services-selector .yith-wcbk-services-selector__label--selected{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yith-wcbk-services-selector .yith-wcbk-services-selector__label--selected .item:not(:last-child):after{content:','}.yith-wcbk-services-selector .yith-wcbk-services-selector__content__footer{padding:15px 20px;text-align:right;background:#f1f1f1}.yith-wcbk-services-selector .yith-wcbk-services-selector__close{display:inline-block;padding:5px 17px;background:var(--yith-wcbk-primary);border-radius:5px;color:var(--yith-wcbk-primary-contrast);font-weight:600;cursor:pointer}.yith-wcbk-services-selector .yith-wcbk-services-selector__close:hover{background:var(--yith-wcbk-primary-light);color:var(--yith-wcbk-primary-contrast)}.yith-wcbk-popup {
display    : none;
position   : absolute;
top        : 25%;
left       : 25%;
width      : 50%;
padding    : 35px;
box-sizing : border-box;
box-shadow : 0px 4px 28px 2px rgba(0, 0, 0, 0.7);
background : #fff;
border     : 1px solid #ccc;
z-index    : 99999;
overflow   : hidden;
}
.yith-wcbk-popup img.alignleft {
margin-left : 0 !important;
}
.yith-wcbk-popup img.alignright {
margin-right : 0 !important;
}
.yith-wcbk-popup .yith-wcbk-product-table-wrapper {
padding : 0;
}
.yith-wcbk-popup h2 {
margin-top : 0;
}
span.yith-wcbk-popup-close {
cursor      : pointer;
position    : absolute;
top         : 0;
right       : 0;
z-index     : 99999;
font-size   : 30px;
width       : 40px;
height      : 40px;
line-height : 40px;
color       : #ccc;
} .yith-wcbk-popup-informal {
box-shadow    : none;
background    : #999;
border-radius : 8px;
padding       : 6px;
border        : 0;
}
.yith-wcbk-popup-informal .yith-wcbk-popup-container {
background : #fff;
padding    : 30px;
}
.yith-wcbk-popup-informal span.yith-wcbk-popup-close {
top   : 10px;
right : 10px;
} .yith-wcbk-popup-casual {
box-shadow    : none;
background    : #b37c81;
border-radius : 8px;
padding       : 5px;
border        : 0;
}
.yith-wcbk-popup-casual .yith-wcbk-popup-container {
background : #fff;
padding    : 30px;
}
.yith-wcbk-popup-casual span.yith-wcbk-popup-close {
top        : 3px;
right      : 3px;
color      : #fff;
background : #b37c81;
} .yith-wcbk-popup-elegant {
box-shadow : none;
background : #fff;
}
.yith-wcbk-popup-elegant span.yith-wcbk-popup-close {
top        : 10px;
right      : 10px;
color      : #6d6d6d;
background : #dfdfdf;
}
.yith-wcbk-popup-ajax-container {
overflow-y : auto;
overflow-x : hidden;
height     : 100%;
padding    : 10px;
} .yith-wcbk-overlay {
background : #000;
opacity    : 0.8;
z-index    : 99998;
position   : fixed;
width      : 100%;
height     : 100%;
top        : 0;
left       : 0;
} @media only screen and (max-width : 768px) {
.yith-wcbk-popup {
left        : 2% !important;
width       : 96% !important;
padding     : 5px;
padding-top : 35px;
}
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}.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-field-gap-x:12px;--gf-field-gap-y:12px;--gf-label-width:30%;--gf-label-req-gap:6px;--gf-form-footer-margin-y-start:24px;--gf-form-footer-gap:8px;--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}.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;padding:0;position:absolute;width:1px;word-wrap:normal!important}.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(//esseretherapies.com/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(//esseretherapies.com/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(//esseretherapies.com/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(//esseretherapies.com/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(//esseretherapies.com/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;padding-block:5px;padding-inline:6px;-webkit-touch-callout:none;word-wrap:break-word}.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(//esseretherapies.com/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(//esseretherapies.com/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(//esseretherapies.com/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(//esseretherapies.com/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(//esseretherapies.com/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-break:break-word}.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 .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col .gfield_radio{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_3col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col .gfield_radio{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_4col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col .gfield_radio{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_5col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col .gfield_radio{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio{display:block}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice{display:inline-grid;padding-block-end:12px;padding-inline-end:1rem}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice label,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice label{max-inline-size:none}.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:grid}.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{grid-template-columns:repeat(2,1fr)}.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{grid-template-columns:repeat(3,1fr)}.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{grid-template-columns:repeat(4,1fr)}.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{grid-template-columns:repeat(5,1fr)}.gform-theme--foundation .gfield.gf_list_height_25 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_25 .gfield_radio .gchoice{block-size:25px}.gform-theme--foundation .gfield.gf_list_height_50 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_50 .gfield_radio .gchoice{block-size:50px}.gform-theme--foundation .gfield.gf_list_height_75 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_75 .gfield_radio .gchoice{block-size:75px}.gform-theme--foundation .gfield.gf_list_height_100 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_100 .gfield_radio .gchoice{block-size:100px}.gform-theme--foundation .gfield.gf_list_height_125 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_125 .gfield_radio .gchoice{block-size:125px}.gform-theme--foundation .gfield.gf_list_height_150 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_150 .gfield_radio .gchoice{block-size:150px}}.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--foundation .gfield--type-stripe_creditcard-card .StripeElement{align-items:center;display:flex}.gform-theme--foundation .gfield--type-stripe_creditcard-card .StripeElement .__PrivateStripeElement{inline-size:100%!important}.gform-theme--foundation .gfield--type-stripe_creditcard-card div.gform_stripe_requires_action{display:none}.gform-theme--foundation .gfield--type-stripe_creditcard-payment-element .StripeElement--link{margin-block-end:var(--gf-field-gap-y)}.gform-theme--foundation .gfield--type-stripe_creditcard-payment-element #stripe-payment-link:not(.visible){display:none}.gform-theme--api,.gform-theme--framework{--gf-radius:3px;--gf-radius-max-sm:2px;--gf-radius-max-md:3px;--gf-radius-max-lg:8px;--gf-transition-duration:0.15s;--gf-transition-ctrl:var(--gf-transition-duration);--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-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-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-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-search:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%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-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-cancel:"\e918";--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-ctrl-accent-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-appearance:none;--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-shadow:0 1px 4px rgba(18, 25, 97, 0.0779552);--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-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-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-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-transition:var(--gf-transition-ctrl);--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;--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-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-opacity:1;--gf-ctrl-btn-opacity-disabled:0.5;--gf-ctrl-btn-padding-y:0;--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-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-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-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-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-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-margin-x:0 12px;--gf-ctrl-file-btn-padding-x:12px;--gf-ctrl-file-btn-text-decoration:none;--gf-ctrl-file-btn-text-transform:none;--gf-ctrl-file-btn-transition:var(--gf-ctrl-transition);--gf-ctrl-file-zone-height:auto;--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-font-weight:500;--gf-ctrl-file-zone-line-height:1;--gf-ctrl-file-zone-padding-x:40px;--gf-ctrl-file-zone-padding-y:40px;--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-zone-instructions-margin-y-end:12px;--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-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-border-color:transparent;--gf-ctrl-select-dropdown-radius:var(--gf-ctrl-radius-max-md);--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-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-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-ctrl-opacity:1;--gf-field-img-choice-ctrl-opacity-disabled:0.5;--gf-field-img-choice-gap:var(--gf-field-gap-x);--gf-field-img-choice-margin-y-end:12px;--gf-field-img-choice-other-ctrl-margin-y-start:16px;--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-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-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-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-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:var(--gf-icon-ctrl-checkbox);--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)}.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-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-margin-y-end:24px;--gf-field-pg-prog-title-margin-y-end:16px;--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-height:10px;--gf-field-pg-prog-bar-radius:100px;--gf-field-pg-steps-step-gap:12px;--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-radius:50%;--gf-field-pg-steps-number-border-style:solid;--gf-field-pg-steps-number-border-width:2px;--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-number-size:32px;--gf-field-pg-steps-icon-font-size:var(--gf-icon-font-size)}.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-radius:0;--gf-field-pwd-str-border-style:var(--gf-ctrl-border-style);--gf-field-pwd-str-border-width: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-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-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-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-height:6px;--gf-field-pwd-str-ind-radius:var(--gf-radius);--gf-field-pwd-str-ind-content:"";--gf-field-pwd-str-ind-display:inline-block;--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-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-transform:translateY(-50%);--gf-field-pwd-str-ind-transition:var(--gf-transition-ctrl)}.gform-theme--api,.gform-theme--framework{--gf-field-prod-quant-margin-y-end:var(--gf-field-gap-y);--gf-field-prod-quant-width:150px;--gf-field-prod-price-color:var(--gf-ctrl-label-color-primary)}.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-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-gap:8px;--gf-form-validation-line-height:1.43;--gf-form-validation-margin-y:0 var(--gf-form-gap-y);--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-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-block-start:4px;--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-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-family:gform-icons-orbital;src:url(//esseretherapies.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff2?gxy8zs) format('woff2'),url(//esseretherapies.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.ttf?gxy8zs) format('truetype'),url(//esseretherapies.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff?gxy8zs) format('woff'),url(//esseretherapies.com/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_checkbox>:last-child:where(:not(.gchoice)),.gform-theme--framework .gfield--type-choice .gfield_radio>:last-child:where(:not(.gchoice)){align-self:self-start;margin-block-start:var(--gf-field-choice-meta-margin-y-start)}.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_all_toggle{grid-column:1/-1;justify-self:start;width:-moz-max-content;width:max-content}.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:4px}.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)}.gform-theme--framework .gfield--type-stripe_creditcard-card .StripeElement--focus{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-shadow:var(--gf-ctrl-shadow-focus);--gf-local-color:var(--gf-ctrl-color-focus)}.gform-theme--framework .gfield--type-stripe_creditcard-card .StripeElement--invalid{--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)}