/*!/wp-content/plugins/formidable/css/formidableforms.css*/
/* WARNING: Any changes made to this file will be lost when your Formidable settings are updated. */
.with_frm_style{--form-width:100%;--form-align:left;--direction:ltr;--fieldset:0px;--fieldset-color:#000000;--fieldset-padding:0 0 15px 0;--fieldset-bg-color:transparent;--title-size:40px;--title-color:#444444;--title-margin-top:10px;--title-margin-bottom:60px;--form-desc-size:14px;--form-desc-color:#666666;--form-desc-margin-top:10px;--form-desc-margin-bottom:25px;--form-desc-padding:0px;--font:"Roboto",sans-serif;--font-size:15px;--label-color:#3f4b5b;--weight:normal;--position:none;--align:left;--width:150px;--required-color:#B94A48;--required-weight:bold;--label-padding:0 0 3px 0;--description-font-size:12px;--description-color:#666666;--description-weight:normal;--description-style:normal;--description-align:left;--description-margin:0;--field-font-size:14px;--field-height:32px;--line-height:32px;--field-width:100%;--auto-width:100%;--field-pad:6px 10px;--field-margin:20px;--field-weight:normal;--text-color:#555555;--border-color:#BFC3C8;--field-border-width:1px;--field-border-style:solid;--bg-color:#ffffff;--bg-color-active:#ffffff;--border-color-active:#66afe9;--text-color-error:#444444;--bg-color-error:#ffffff;--border-color-error:#B94A48;--border-width-error:1px;--border-style-error:solid;--bg-color-disabled:#ffffff;--border-color-disabled:#E5E5E5;--text-color-disabled:#A1A1A1;--radio-align:block;--check-align:block;--check-font-size:13px;--check-label-color:#444444;--check-weight:normal;--section-font-size:18px;--section-color:#444444;--section-weight:bold;--section-pad:15px 0 3px 0;--section-mar-top:15px;--section-mar-bottom:30px;--section-bg-color:transparent;--section-border-color:#e8e8e8;--section-border-width:2px;--section-border-style:solid;--section-border-loc:-top;--collapse-pos:after;--repeat-icon-color:#ffffff;--submit-font-size:15px;--submit-width:auto;--submit-height:auto;--submit-bg-color:#579AF6;--submit-border-color:#579AF6;--submit-border-width:1px;--submit-text-color:#ffffff;--submit-weight:normal;--submit-border-radius:4px;--submit-margin:10px;--submit-padding:10px 20px;--submit-shadow-color:#eeeeee;--submit-hover-bg-color:#efefef;--submit-hover-color:#444444;--submit-hover-border-color:#cccccc;--submit-active-bg-color:#efefef;--submit-active-color:#444444;--submit-active-border-color:#cccccc;--border-radius:4px;--error-bg:#F2DEDE;--error-border:#EBCCD1;--error-text:#B94A48;--error-font-size:14px;--success-bg-color:#DFF0D8;--success-border-color:#D6E9C6;--success-text-color:#468847;--success-font-size:14px;--progress-bg-color:#eaeaea;--progress-color:#3f4b5b;--progress-active-bg-color:#579AF6;--progress-active-color:#ffffff;--progress-border-color:#E5E5E5;--progress-border-size:2px;--progress-size:30px;--base-font-size:15px;--toggle-font-size:15px;--toggle-on-color:#579AF6;--toggle-off-color:#eaeaea;--slider-font-size:14px;--slider-track-size:8px;--slider-circle-size:24px;--slider-color:#579AF6;--slider-bar-color:#eaeaea;--date-head-bg-color:#ffffff;--date-head-color:#555555;--date-band-color:#ECF5FF;--bg-image-id:0;--bg-image-opacity:100%;--box-shadow:0 1px 2px 0 rgba(18, 18, 23, 0.05);}.frm_hidden,.frm_add_form_row.frm_hidden,.frm_remove_form_row.frm_hidden,.with_frm_style .frm_button.frm_hidden{display:none;}.with_frm_style,.with_frm_style form,.with_frm_style .frm-show-form div.frm_description p{text-align: var(--form-align);}input:-webkit-autofill {-webkit-box-shadow: 0 0 0 30px white inset;}.with_frm_style .frm-show-form div.frm_description p{font-size: var(--form-desc-size);color: var(--form-desc-color);margin-top: var(--form-desc-margin-top);margin-bottom: var(--form-desc-margin-bottom);padding: var(--form-desc-padding);}.with_frm_style fieldset{min-width:0;display: block; }.with_frm_style fieldset fieldset{border:none;margin:0;padding:0;background-color:transparent;}.with_frm_style .frm_form_fields > fieldset{border-width: var(--fieldset);border-style:solid;border-color: var(--fieldset-color);margin:0;padding: var(--fieldset-padding);background-color: var(--fieldset-bg-color);font-family:var(--font);}legend.frm_hidden{display:none !important;}.with_frm_style .frm_form_fields{opacity:1;transition: opacity 0.1s linear;}.with_frm_style .frm_doing_ajax{opacity:.5;}.frm_transparent{color:transparent;}.with_frm_style legend + h3,.with_frm_style h3.frm_form_title{font-size: var(--title-size);color: var(--title-color);font-family: var(--font);margin-top: var(--title-margin-top);margin-bottom: var(--title-margin-bottom);}.with_frm_style .frm_form_field.frm_html_container,.with_frm_style .frm_form_field .frm_show_it{font-family: var(--font);color: var(--form-desc-color);}.with_frm_style .frm_form_field.frm_html_container{font-size: var(--form-desc-size);}.with_frm_style .frm_form_field .frm_show_it{font-size: var(--field-font-size);font-weight: var(--field-weight);}.with_frm_style .frm_required {color: var(--required-color);font-weight: var(--required-weight);}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.with_frm_style .frm-card-element.StripeElement {font-family:var(--font);font-size: var(--field-font-size);margin-bottom:0;}.with_frm_style textarea{vertical-align:top;height:auto;}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=phone],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.frm_form_fields_style,.with_frm_style .frm_scroll_box .frm_opt_container,.frm_form_fields_active_style,.frm_form_fields_error_style,.with_frm_style .frm-card-element.StripeElement,.with_frm_style .frm_slimselect.ss-main {color: var(--text-color);background-color: var(--bg-color);border-color: var(--border-color);border-width: var(--field-border-width);border-style: var(--field-border-style);border-radius: var(--border-radius);width: var(--field-width);max-width: 100%;font-size: var(--field-font-size);padding: var(--field-pad);box-sizing: border-box;outline: none;font-weight: var(--field-weight);}.with_frm_style select option {color: var(--text-color);}.with_frm_style select option.frm-select-placeholder {color: var(--text-color-disabled);}.with_frm_style input[type=radio],.with_frm_style input[type=checkbox]{border-color: var(--border-color);box-shadow: var(--box-shadow);float: none;}.with_frm_style input[type=radio]:after,.with_frm_style input[type=checkbox]:after {display: none; }.with_frm_style input[type=radio]:not(:checked):focus,.with_frm_style input[type=checkbox]:not(:checked):focus {border-color: var(--border-color) !important;}.with_frm_style input[type=radio]:focus,.with_frm_style input[type=checkbox]:focus {box-shadow:0px 0px 0px 3px rgba(102,175,233, 0.4) !important;}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=file],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style .frm-card-element.StripeElement{min-height: var(--field-height);line-height:1.3;}.with_frm_style select[multiple=multiple]{height:auto;}.input[type=file].frm_transparent:focus,.with_frm_style input[type=file]{background-color:transparent;border:none;outline:none;box-shadow:none;}.with_frm_style input[type=file]{color: var(--text-color);padding: 0px;font-family: var(--font);font-size: var(--field-font-size);display: initial;}.with_frm_style input[type=file].frm_transparent{color:transparent;}.with_frm_style .wp-editor-wrap{width: var(--field-width);max-width:100%;}.with_frm_style .wp-editor-container textarea{border:none;box-shadow:none !important;}.with_frm_style .mceIframeContainer{background-color: var(--bg-color);}.with_frm_style select{width: var(--auto-width);max-width:100%;background-position-y: calc(50% + 3px);}.with_frm_style input[disabled],.with_frm_style select[disabled],.with_frm_style textarea[disabled],.with_frm_style input[readonly],.with_frm_style select[readonly],.with_frm_style textarea[readonly] {background-color: var(--bg-color-disabled);color: var(--text-color-disabled);border-color: var(--border-color-disabled);}.frm_preview_page:before{content:normal !important;}.frm_preview_page{padding:25px;}.with_frm_style .frm_primary_label{max-width:100%;font-family: var(--font);font-size: var(--font-size);color: var(--label-color);font-weight: var(--weight);text-align: var(--align);padding: var(--label-padding);margin:0;width:auto;display:block;}.with_frm_style .frm_top_container .frm_primary_label,.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_top{display:block;float:none;width:auto;}.with_frm_style .frm_inline_container .frm_primary_label{margin-right:10px;}.with_frm_style .frm_right_container .frm_primary_label,.with_frm_style .frm_pos_right{display:inline;float:right;margin-left:10px;}.with_frm_style .frm_pos_center {text-align: center;}.with_frm_style .frm_none_container .frm_primary_label,.with_frm_style .frm_pos_none,.frm_pos_none,.frm_none_container .frm_primary_label{display:none;}.with_frm_style .frm_section_heading.frm_hide_section{margin-top:0 !important;}.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_hidden,.frm_hidden_container .frm_primary_label{visibility:hidden;white-space:nowrap;}.frm_visible{opacity:1;}.with_frm_style .frm_inside_container {position: relative;padding-top: 18px;padding-top: calc(0.5 * var(--field-height));}.with_frm_style .frm_inside_container > input,.with_frm_style .frm_inside_container > select,.with_frm_style .frm_inside_container > textarea {display: block;}.with_frm_style input::placeholder,.with_frm_style textarea::placeholder {font-size: var(--field-font-size);}.with_frm_style .frm_inside_container > input::placeholder,.with_frm_style .frm_inside_container > textarea::placeholder {opacity: 0;transition: opacity 0.3s ease-in;}.with_frm_style .frm_inside_container > label {transition: all 0.3s ease-in;position: absolute;top: 19px;top: calc(1px + .5 * var(--field-height));left: 3px;width: 100%;line-height: 1.3;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding: 8px 12px;padding: var(--field-pad);font-size: 14px;font-size: var(--field-font-size);font-weight: normal;font-weight: var(--field-weight);pointer-events: none;}.with_frm_style.frm_style_lines-no-boxes .frm_inside_container > label {line-height: 1;}.with_frm_style .frm_inside_container.frm_label_float_top > label {top: 0;left: 0;padding: 0;font-size: 12px;font-size: calc(0.85 * var(--field-font-size));}.with_frm_style .frm_inside_container.frm_label_float_top > input::placeholder,.with_frm_style .frm_inside_container.frm_label_float_top > textarea::placeholder {opacity: 1;transition: opacity 0.3s ease-in;}.with_frm_style .frm_description,.with_frm_style .frm_pro_max_limit_desc{clear:both;}.with_frm_style input[type=number][readonly]{-moz-appearance: textfield;}.with_frm_style select[multiple="multiple"]{height:auto;line-height:normal;}.with_frm_style .frm_catlevel_2,.with_frm_style .frm_catlevel_3,.with_frm_style .frm_catlevel_4,.with_frm_style .frm_catlevel_5{margin-left:18px;}.with_frm_style .wp-editor-container{border:1px solid #e5e5e5;}.with_frm_style .quicktags-toolbar input{font-size:12px !important;}.with_frm_style .wp-editor-container textarea{border:none;}.with_frm_style .auto_width #loginform input,.with_frm_style .auto_width input,.with_frm_style input.auto_width,.with_frm_style select.auto_width,.with_frm_style textarea.auto_width{width:auto;}.with_frm_style .frm_repeat_buttons{white-space:nowrap;}.with_frm_style .frm_button{text-decoration:none !important;border:1px solid #eee;display:inline-block;padding: var(--submit-padding);border-radius:4px;border-radius:var(--border-radius);font-size: var(--submit-font-size);font-family: var(--font);font-weight: var(--submit-weight);color: var(--submit-text-color);background: var(--submit-bg-color);border-width: var(--submit-border-width);border-color: var(--submit-border-color);height: var(--submit-height);}.with_frm_style .frm_button.frm_inverse{color:var(--submit-bg-color);background:var(--submit-text-color);}.with_frm_style .frm_submit{clear:both;}.frm_inline_form .frm_form_field,.frm_inline_form .frm_submit{grid-column: span 1 / span 1;}.frm_inline_form .frm_submit{margin:0;}.frm_submit.frm_inline_submit input[type=submit],.frm_submit.frm_inline_submit button,.frm_inline_form .frm_submit input[type=submit],.frm_inline_form .frm_submit button{margin-top:0;}.with_frm_style.frm_center_submit .frm_submit{text-align:center;}.with_frm_style.frm_center_submit .frm_flex.frm_submit {justify-content: center;}.with_frm_style .frm_inline_success .frm_submit{display: flex;flex-direction: row;align-items: center;margin: 0;}.with_frm_style .frm_inline_success .frm_submit .frm_message{flex: 1;margin: 0;padding-left: 10px;}.with_frm_style .frm_inline_success.frm_alignright_success .frm_submit .frm_message{text-align: right;}.with_frm_style.frm_center_submit .frm_submit input[type=submit],.with_frm_style.frm_center_submit .frm_submit input[type=button],.with_frm_style.frm_center_submit .frm_submit button{margin-bottom:8px !important;}.with_frm_style .frm-edit-page-btn,.with_frm_style .frm_submit input[type=submit],.with_frm_style .frm_submit input[type=button],.with_frm_style .frm_submit button{-webkit-appearance: none;cursor: pointer;}.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{display: block;margin: 0 auto;}.with_frm_style .frm_loading_prev .frm_ajax_loading,.with_frm_style .frm_loading_form .frm_ajax_loading{visibility:visible !important;}.with_frm_style .frm_loading_prev .frm_prev_page,.with_frm_style .frm_loading_form .frm_button_submit {position: relative;color: transparent !important;text-shadow: none !important;}.with_frm_style .frm_loading_prev .frm_prev_page:hover,.with_frm_style .frm_loading_prev .frm_prev_page:active,.with_frm_style .frm_loading_prev .frm_prev_page:focus,.with_frm_style .frm_loading_form .frm_button_submit:hover,.with_frm_style .frm_loading_form .frm_button_submit:active,.with_frm_style .frm_loading_form .frm_button_submit:focus {cursor: not-allowed;color: transparent;outline: none !important;box-shadow: none;}.with_frm_style .frm_loading_prev .frm_prev_page::before,.with_frm_style .frm_loading_form .frm_button_submit:before {content: '';display: inline-block;position: absolute;background: transparent;border: 1px solid #fff;border-top-color: transparent;border-left-color: transparent;border-radius: 50%;box-sizing: border-box;top: 50%;left: 50%;margin-top: -6px;margin-left: -6px;width: 12px;height: 12px;animation: spin 2s linear infinite;}.with_frm_style .frm_submit.frm_flex {align-items: center;gap: 2%;}.with_frm_style .frm_submit.frm_flex button.frm_button_submit ~ .frm_prev_page {order: -1;}.frm_style_efs-eu-na-exercises.with_frm_style{--form-desc-size:16px;--form-desc-color:rgba(51,51,51,1);--form-desc-padding:0;--font:"roboto";--label-color:rgba(34,34,34,1);--weight:500;--description-color:rgba(51,51,51,1);--field-font-size:16px;--field-margin:10px;--text-color:rgba(102,102,102,1);--border-color:rgba(173,181,181,1);--border-color-active:rgba(14,98,49,1);--text-color-error:rgba(51,51,51,1);--bg-color-error:rgba(221,124,124,1);--bg-color-disabled:rgba(229,229,229,1);--text-color-disabled:rgba(99,99,99,1);--check-font-size:15px;--check-label-color:rgba(51,51,51,1);--section-font-size:21px;--section-color:rgba(0,0,0,1);--section-weight:500;--section-border-color:rgba(226,231,237,1);--section-border-width:1px;--submit-bg-color:rgba(18,122,61,1);--submit-border-color:rgba(18,122,61,1);--submit-border-radius:6px;--submit-shadow-color:#00000026;--submit-hover-bg-color:rgba(14,98,49,1);--submit-hover-color:rgba(255,255,255,1);--submit-hover-border-color:rgba(14,98,49,1);--submit-active-bg-color:rgba(14,98,49,1);--submit-active-color:rgba(255,255,255,1);--submit-active-border-color:rgba(14,98,49,1);--border-radius:6px;--error-border:rgba(183,11,11,1);--error-text:rgba(165,18,18,1);--error-font-size:15px;--success-border-color:rgba(14,98,49,1);--success-text-color:rgba(14,98,49,1);--success-font-size:15px;--progress-size:24px;--slider-font-size:24px;--slider-bar-color:#579AF6;--date-head-bg-color:#579AF6;--date-head-color:#ffffff;--date-band-color:#2568c4;--box-shadow:none;}.frm_forms.frm_style_efs-eu-na-exercises.with_frm_style{max-width:100%;direction:ltr;}.frm_style_efs-eu-na-exercises.with_frm_style .form-field{margin-bottom:10px;}.frm_style_efs-eu-na-exercises.with_frm_style .form-field.frm_section_heading{margin-bottom:0;}.frm_style_efs-eu-na-exercises.with_frm_style p.description,.frm_style_efs-eu-na-exercises.with_frm_style div.description,.frm_style_efs-eu-na-exercises.with_frm_style div.frm_description,.frm_style_efs-eu-na-exercises.with_frm_style .frm-show-form > div.frm_description,.frm_style_efs-eu-na-exercises.with_frm_style .frm_error,.frm_style_efs-eu-na-exercises.with_frm_style .frm_pro_max_limit_desc{margin-top: 6px;padding:0;font-family:"roboto";font-size:12px;color:rgba(51,51,51,1);font-weight:normal;text-align:left;font-style:normal;max-width:100%;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_form_field.frm_left_container{grid-template-columns: 150px auto;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_form_field.frm_right_container{grid-template-columns: auto 150px;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_efs-eu-na-exercises.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_pos_right{display:inline;width:150px;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_none_container .frm_primary_label,.frm_style_efs-eu-na-exercises.with_frm_style .frm_pos_none{display:none;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_scale label{font-weight:normal;font-family:"roboto";font-size:15px;color:rgba(51,51,51,1);}.frm_style_efs-eu-na-exercises.with_frm_style input::placeholder,.frm_style_efs-eu-na-exercises.with_frm_style textarea::placeholder{color: rgba(99,99,99,1);}.frm_style_efs-eu-na-exercises.with_frm_style .frm_default,.frm_style_efs-eu-na-exercises.with_frm_style input.frm_default,.frm_style_efs-eu-na-exercises.with_frm_style textarea.frm_default,.frm_style_efs-eu-na-exercises.with_frm_style select.frm_default,.frm_style_efs-eu-na-exercises.with_frm_style .placeholder {color: rgba(99,99,99,1);}.frm_style_efs-eu-na-exercises.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_efs-eu-na-exercises.with_frm_style select:focus,.frm_style_efs-eu-na-exercises.with_frm_style .form-field textarea:focus,.frm_style_efs-eu-na-exercises.with_frm_style .frm_focus_field input[type=text],.frm_style_efs-eu-na-exercises.with_frm_style .frm_focus_field input[type=password],.frm_style_efs-eu-na-exercises.with_frm_style .frm_focus_field input[type=email],.frm_style_efs-eu-na-exercises.with_frm_style .frm_focus_field input[type=number],.frm_style_efs-eu-na-exercises.with_frm_style .frm_focus_field input[type=url],.frm_style_efs-eu-na-exercises.with_frm_style .frm_focus_field input[type=tel],.frm_style_efs-eu-na-exercises.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_efs-eu-na-exercises.with_frm_style .frm_focus_field .frm-card-element.StripeElement {background-color:#ffffff;border-color:rgba(14,98,49,1);color: var(--text-color);box-shadow:0px 0px 5px 0px rgba(14,98,49, 0.6);}.frm_style_efs-eu-na-exercises.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_efs-eu-na-exercises.with_frm_style input[type=submit],.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit input[type=button],.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit button,.frm_form_submit_style,.frm_style_efs-eu-na-exercises.with_frm_style .frm-edit-page-btn {width:auto;font-family:"roboto";font-size:15px;height:auto;line-height:normal;text-align:center;background:rgba(18,122,61,1);border-width:1px;border-color: rgba(18,122,61,1);border-style:solid;color:#ffffff;cursor:pointer;font-weight:normal;border-radius:6px;text-shadow:none;padding:10px 20px;box-sizing:border-box;box-shadow:0 1px 1px #00000026;margin:10px;margin-left:0;margin-right:0;vertical-align:middle;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0;}.frm_style_efs-eu-na-exercises.with_frm_style .frm-edit-page-btn:hover,.frm_style_efs-eu-na-exercises.with_frm_style input[type=submit]:hover,.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit input[type=button]:hover,.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit button:hover{background: rgba(14,98,49,1);border-color: rgba(14,98,49,1);color: rgba(255,255,255,1);}.frm_style_efs-eu-na-exercises.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px;}.frm_style_efs-eu-na-exercises.with_frm_style .frm-edit-page-btn:focus,.frm_style_efs-eu-na-exercises.with_frm_style input[type=submit]:focus,.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit input[type=button]:focus,.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit button:focus,.frm_style_efs-eu-na-exercises.with_frm_style input[type=submit]:active,.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit input[type=button]:active,.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit button:active{background: rgba(14,98,49,1);border-color: rgba(14,98,49,1);color: rgba(255,255,255,1);outline: none;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_form .frm_button_submit:focus{color: transparent ;background: rgba(18,122,61,1);border-color: rgba(18,122,61,1);}.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_form .frm_button_submit:before {border-bottom-color: #ffffff;border-right-color: #ffffff;}.frm_style_efs-eu-na-exercises.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit.frm_inline_submit::before {content:"before";font-family:"roboto";font-size:15px;color:rgba(34,34,34,1);font-weight:500;margin:0;padding:0 0 3px 0;width:auto;display:block;visibility:hidden;}.frm_style_efs-eu-na-exercises.with_frm_style.frm_inline_form .frm_submit input,.frm_style_efs-eu-na-exercises.with_frm_style.frm_inline_form .frm_submit button,.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit.frm_inline_submit button {margin: 0 !important;}.frm_style_efs-eu-na-exercises.with_frm_style #frm_field_cptch_number_container{font-family:"roboto";font-size:15px;color:rgba(34,34,34,1);font-weight:500;clear:both;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field input[type=text],.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field input[type=password],.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field input[type=url],.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field input[type=tel],.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field input[type=number],.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field input[type=email],.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field input[type=radio],.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field textarea,.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_efs-eu-na-exercises.with_frm_style .frm_form_field :invalid {color:rgba(51,51,51,1);background-color:rgba(221,124,124,1);border-color:#B94A48;border-width:var(--border-width-error) ;border-style:solid;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_blank_field .sigWrapper{border-color:#B94A48 !important;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_error,.frm_style_efs-eu-na-exercises.with_frm_style .frm_limit_error{font-weight:500;color:#B94A48;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_error_style{background-color:#F2DEDE;border:1px solid rgba(183,11,11,1);border-radius:6px;color: rgba(165,18,18,1);font-size:15px;margin:0;margin-bottom:10px;}.frm_style_efs-eu-na-exercises.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, rgba(173,181,181,1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(173,181,181,1) 50%, rgba(173,181,181,1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));}.frm_style_efs-eu-na-exercises.with_frm_style #frm_loading .progress-bar{background-color:#ffffff;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_form_field.frm_total_big input,.frm_style_efs-eu-na-exercises.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_efs-eu-na-exercises.with_frm_style .frm_form_field.frm_total input,.frm_style_efs-eu-na-exercises.with_frm_style .frm_form_field.frm_total textarea{color: rgba(102,102,102,1);background-color:transparent;border:none;display:inline;width:auto;padding:0;}.frm_style_efs-eu-na-exercises.with_frm_style {}.frm_style_efs-eu-na-exercises.with_frm_style .frm_page_bar .frm_current_page input[type="button"]{background-color: #eaeaea;border-color: #E5E5E5;opacity:1;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_progress_line input,.frm_style_efs-eu-na-exercises.with_frm_style .frm_progress_line input:disabled {border-color: #E5E5E5;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_progress_line.frm_show_lines input {border-left-color: #d1d1d1;border-right-color: #d1d1d1;border-left-width: 1px ;border-right-width: 1px ;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_progress_line li:first-of-type input {border-left-color: #579AF6;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_progress_line li:last-of-type input {border-right-color: #579AF6;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip {border-right-color: #E5E5E5;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_progress_line .frm_current_page input[type="button"] {border-left-color: #E5E5E5;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {border-right-color: #d1d1d1;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_progress_line input.frm_page_back {border-color: #579AF6;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color: #579AF6;border-right-color: #d1d1d1;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_rootline input,.frm_style_efs-eu-na-exercises.with_frm_style .frm_rootline input:hover {width: 24px;height: 24px;border-radius: 24px;padding: 0;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_rootline .frm_current_page input[type="button"],.frm_style_efs-eu-na-exercises.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active {border-color: #4386e2 !important;background-color: #579AF6 !important;color: #ffffff !important;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn.active {border-color: #4386e2;background-color: #579AF6;color: #ffffff!important;}.frm_style_efs-eu-na-exercises.with_frm_style ul.frm_rootline_hidden_steps li:hover .frm_rootline_title {color: #579AF6;}.frm_style_efs-eu-na-exercises.with_frm_style input[type=range]::-webkit-slider-thumb {border: 2px solid #579AF6;color:#ffffff;}.frm_style_efs-eu-na-exercises.with_frm_style input[type=range]::-moz-range-thumb {border: 2px solid #579AF6;color:#ffffff;}.frm_style_efs-eu-na-exercises.with_frm_style input[type=range]::-ms-thumb {border: 2px solid #579AF6;color:#ffffff;}.frm_style_efs-eu-na-exercises.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto ;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_efs-eu-na-exercises.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){margin-left:5px;}.frm_style_efs-eu-na-exercises.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none) {display:inline-block;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0 ;margin-top:8px;}.frm_style_efs-eu-na-exercises.with_frm_style span.frm-pass-verified .frmsvg {color:rgba(14,98,49,1);}.frm_style_efs-eu-na-exercises.with_frm_style span.frm-pass-req .frmsvg {color:rgba(165,18,18,1);}.frm_style_efs-eu-na-exercises.with_frm_style .frm-show-form  .frm_section_heading h3[class*="frm_pos_"]{border-top:1px solid rgba(226,231,237,1);}.frm_style_efs-eu-na-exercises.with_frm_style h3 .frm_after_collapse{display:inline;}.frm_style_efs-eu-na-exercises.with_frm_style h3 .frm_before_collapse{display:none;}.menu-edit #post-body-content .frm_style_efs-eu-na-exercises.with_frm_style .frm_section_heading h3[class*="frm_pos_"]{margin:0;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_section_heading{margin-top:15px;}.frm_style_efs-eu-na-exercises.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_efs-eu-na-exercises.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:30px;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_single_product_label,.frm_style_efs-eu-na-exercises.with_frm_style .frm_total_formatted {font-size:15px;color:rgba(34,34,34,1);}.frm_style_efs-eu-na-exercises.with_frm_style .ui-datepicker-title > select {color: rgba(102,102,102,1);color: var(--text-color);background-color: var(--bg-color);}.frm_style_efs-eu-na-exercises.with_frm_style .ui-datepicker-month,.frm_style_efs-eu-na-exercises.with_frm_style .ui-datepicker-year {color: var(--text-color);}.frm_style_efs-eu-na-exercises.with_frm_style span.ui-datepicker-month,.frm_style_efs-eu-na-exercises.with_frm_style span.ui-datepicker-year {color: var(--date-head-color);}.frm_style_efs-eu-na-exercises.with_frm_style .ui-widget-header,.frm_style_efs-eu-na-exercises.with_frm_style .ui-datepicker-header {color: var(--date-head-color) !important;background-color: var(--date-head-bg-color) !important;}.frm_style_efs-eu-na-exercises.with_frm_style .flatpickr-day,.frm_style_efs-eu-na-exercises.with_frm_style .ui-datepicker td, .frm_style_efs-eu-na-exercises.with_frm_style.ui-datepicker td {border: 0;border-radius: var(--border-radius);overflow: hidden;}.frm_style_efs-eu-na-exercises.with_frm_style .flatpickr-day.today:not(.inRange),.frm_style_efs-eu-na-exercises.with_frm_style td.ui-datepicker-today {background-color: var(--date-band-color) !important;}.frm_style_efs-eu-na-exercises.with_frm_style .flatpickr-day.today,.frm_style_efs-eu-na-exercises.with_frm_style td.ui-datepicker-today > a {color: var(--date-head-color);}.frm_style_efs-eu-na-exercises.with_frm_style td.ui-datepicker-current-day,.frm_style_efs-eu-na-exercises.with_frm_style td.ui-datepicker-current-day .ui-state-hover {background-color: var(--border-color-active) !important;}.frm_style_efs-eu-na-exercises.with_frm_style td.ui-datepicker-current-day .ui-state-default:not(.ui-state-hover) {color: #fff;}.frm_style_efs-eu-na-exercises.with_frm_style .flatpickr-day.today:hover,.frm_style_efs-eu-na-exercises.with_frm_style td:not(.ui-datepicker-current-day) .ui-state-hover {color: var(--text-color);background: #F2F4F7 !important;}.frm_style_efs-eu-na-exercises.with_frm_style input[type=submit][disabled],.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit input[type=button][disabled],.frm_style_efs-eu-na-exercises.with_frm_style .frm_submit button[disabled] {opacity: 0.5;cursor: not-allowed;}.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_prev button.frm_prev_page,.frm_style_efs-eu-na-exercises.with_frm_style .frm_loading_form button.frm_button_submit {opacity: 1;}.frm_style_formidable-style.with_frm_style{}.frm_forms.frm_style_formidable-style.with_frm_style{max-width:100%;direction:ltr;}.frm_style_formidable-style.with_frm_style .form-field{margin-bottom:20px;}.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading{margin-bottom:0;}.frm_style_formidable-style.with_frm_style p.description,.frm_style_formidable-style.with_frm_style div.description,.frm_style_formidable-style.with_frm_style div.frm_description,.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,.frm_style_formidable-style.with_frm_style .frm_error,.frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc{margin-top: 6px;padding:0;font-family:"Roboto",sans-serif;font-size:12px;color:#666666;font-weight:normal;text-align:left;font-style:normal;max-width:100%;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container{grid-template-columns: 150px auto;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container{grid-template-columns: auto 150px;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline;}.frm_style_formidable-style.with_frm_style .frm_pos_right{display:inline;width:150px;}.frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_pos_none{display:none;}.frm_style_formidable-style.with_frm_style .frm_scale label{font-weight:normal;font-family:"Roboto",sans-serif;font-size:13px;color:#444444;}.frm_style_formidable-style.with_frm_style input::placeholder,.frm_style_formidable-style.with_frm_style textarea::placeholder{color: #A1A1A1;}.frm_style_formidable-style.with_frm_style .frm_default,.frm_style_formidable-style.with_frm_style input.frm_default,.frm_style_formidable-style.with_frm_style textarea.frm_default,.frm_style_formidable-style.with_frm_style select.frm_default,.frm_style_formidable-style.with_frm_style .placeholder {color: #A1A1A1;}.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_formidable-style.with_frm_style select:focus,.frm_style_formidable-style.with_frm_style .form-field textarea:focus,.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {background-color:#ffffff;border-color:#66afe9;color: var(--text-color);box-shadow:0px 0px 5px 0px rgba(102,175,233, 0.6);}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_formidable-style.with_frm_style input[type=submit],.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],.frm_style_formidable-style.with_frm_style .frm_submit button,.frm_form_submit_style,.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {width:auto;font-family:"Roboto",sans-serif;font-size:15px;height:auto;line-height:normal;text-align:center;background:#579AF6;border-width:1px;border-color: #579AF6;border-style:solid;color:#ffffff;cursor:pointer;font-weight:normal;border-radius:4px;text-shadow:none;padding:10px 20px;box-sizing:border-box;box-shadow:0 1px 1px #eeeeee;margin:10px;margin-left:0;margin-right:0;vertical-align:middle;}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0;}.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,.frm_style_formidable-style.with_frm_style input[type=submit]:hover,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,.frm_style_formidable-style.with_frm_style .frm_submit button:hover{background: #efefef;border-color: #cccccc;color: #444444;}.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px;}.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:focus,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,.frm_style_formidable-style.with_frm_style .frm_submit button:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:active,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,.frm_style_formidable-style.with_frm_style .frm_submit button:active{background: #efefef;border-color: #cccccc;color: #444444;outline: none;}.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus{color: transparent ;background: #579AF6;border-color: #579AF6;}.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before {border-bottom-color: #ffffff;border-right-color: #ffffff;}.frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit::before {content:"before";font-family:"Roboto",sans-serif;font-size:15px;color:#3f4b5b;font-weight:normal;margin:0;padding:0 0 3px 0;width:auto;display:block;visibility:hidden;}.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit input,.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit button,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit button {margin: 0 !important;}.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container{font-family:"Roboto",sans-serif;font-size:15px;color:#3f4b5b;font-weight:normal;clear:both;}.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=radio],.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {color:#444444;background-color:#ffffff;border-color:#B94A48;border-width:var(--border-width-error) ;border-style:solid;}.frm_style_formidable-style.with_frm_style .frm_blank_field .sigWrapper{border-color:#B94A48 !important;}.frm_style_formidable-style.with_frm_style .frm_error,.frm_style_formidable-style.with_frm_style .frm_limit_error{font-weight:normal;color:#B94A48;}.frm_style_formidable-style.with_frm_style .frm_error_style{background-color:#F2DEDE;border:1px solid #EBCCD1;border-radius:4px;color: #B94A48;font-size:14px;margin:0;margin-bottom:20px;}.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #BFC3C8 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #BFC3C8 50%, #BFC3C8 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));}.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea{color: #555555;background-color:transparent;border:none;display:inline;width:auto;padding:0;}.frm_style_formidable-style.with_frm_style {}.frm_style_formidable-style.with_frm_style .frm_inline_box {box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}.frm_style_formidable-style.with_frm_style .frm_page_bar .frm_current_page input[type="button"]{background-color: #eaeaea;border-color: #E5E5E5;opacity:1;}.frm_style_formidable-style.with_frm_style .frm_progress_line input,.frm_style_formidable-style.with_frm_style .frm_progress_line input:disabled {border-color: #E5E5E5;}.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input {border-left-color: #d1d1d1;border-right-color: #d1d1d1;border-left-width: 1px ;border-right-width: 1px ;}.frm_style_formidable-style.with_frm_style .frm_progress_line li:first-of-type input {border-left-color: #579AF6;}.frm_style_formidable-style.with_frm_style .frm_progress_line li:last-of-type input {border-right-color: #579AF6;}.frm_style_formidable-style.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip {border-right-color: #E5E5E5;}.frm_style_formidable-style.with_frm_style .frm_progress_line .frm_current_page input[type="button"] {border-left-color: #E5E5E5;}.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {border-right-color: #d1d1d1;}.frm_style_formidable-style.with_frm_style .frm_progress_line input.frm_page_back {border-color: #579AF6;}.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color: #579AF6;border-right-color: #d1d1d1;}.frm_style_formidable-style.with_frm_style .frm_rootline input,.frm_style_formidable-style.with_frm_style .frm_rootline input:hover {width: 30px;height: 30px;border-radius: 30px;padding: 0;}.frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"],.frm_style_formidable-style.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active {border-color: #4386e2 !important;background-color: #579AF6 !important;color: #ffffff !important;}.frm_style_formidable-style.with_frm_style .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn.active {border-color: #4386e2;background-color: #579AF6;color: #ffffff!important;}.frm_style_formidable-style.with_frm_style ul.frm_rootline_hidden_steps li:hover .frm_rootline_title {color: #579AF6;}.frm_style_formidable-style.with_frm_style input[type=range]::-webkit-slider-thumb {border: 2px solid #579AF6;color:#ffffff;}.frm_style_formidable-style.with_frm_style input[type=range]::-moz-range-thumb {border: 2px solid #579AF6;color:#ffffff;}.frm_style_formidable-style.with_frm_style input[type=range]::-ms-thumb {border: 2px solid #579AF6;color:#ffffff;}.frm_style_formidable-style.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto ;}.frm_style_formidable-style.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_formidable-style.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){margin-left:5px;}.frm_style_formidable-style.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none) {display:inline-block;}.frm_style_formidable-style.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0 ;margin-top:8px;}.frm_style_formidable-style.with_frm_style span.frm-pass-verified .frmsvg {color:#468847;}.frm_style_formidable-style.with_frm_style span.frm-pass-req .frmsvg {color:#B94A48;}.frm_style_formidable-style.with_frm_style .frm-show-form  .frm_section_heading h3[class*="frm_pos_"]{border-top:2px solid #e8e8e8;}.frm_style_formidable-style.with_frm_style h3 .frm_after_collapse{display:inline;}.frm_style_formidable-style.with_frm_style h3 .frm_before_collapse{display:none;}.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm_section_heading h3[class*="frm_pos_"]{margin:0;}.frm_style_formidable-style.with_frm_style .frm_section_heading{margin-top:15px;}.frm_style_formidable-style.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_formidable-style.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:30px;}.frm_style_formidable-style.with_frm_style .frm_single_product_label,.frm_style_formidable-style.with_frm_style .frm_total_formatted {font-size:15px;color:#3f4b5b;}.frm_style_formidable-style.with_frm_style .ui-datepicker-title > select {color: #555555;color: var(--text-color);background-color: var(--bg-color);}.frm_style_formidable-style.with_frm_style .ui-datepicker-month,.frm_style_formidable-style.with_frm_style .ui-datepicker-year {color: var(--text-color);}.frm_style_formidable-style.with_frm_style span.ui-datepicker-month,.frm_style_formidable-style.with_frm_style span.ui-datepicker-year {color: var(--date-head-color);}.frm_style_formidable-style.with_frm_style .ui-widget-header,.frm_style_formidable-style.with_frm_style .ui-datepicker-header {color: var(--date-head-color) !important;background-color: var(--date-head-bg-color) !important;}.frm_style_formidable-style.with_frm_style .flatpickr-day,.frm_style_formidable-style.with_frm_style .ui-datepicker td, .frm_style_formidable-style.with_frm_style.ui-datepicker td {border: 0;border-radius: var(--border-radius);overflow: hidden;}.frm_style_formidable-style.with_frm_style .flatpickr-day.today:not(.inRange),.frm_style_formidable-style.with_frm_style td.ui-datepicker-today {background-color: var(--date-band-color) !important;}.frm_style_formidable-style.with_frm_style .flatpickr-day.today,.frm_style_formidable-style.with_frm_style td.ui-datepicker-today > a {color: var(--date-head-color);}.frm_style_formidable-style.with_frm_style td.ui-datepicker-current-day,.frm_style_formidable-style.with_frm_style td.ui-datepicker-current-day .ui-state-hover {background-color: var(--border-color-active) !important;}.frm_style_formidable-style.with_frm_style td.ui-datepicker-current-day .ui-state-default:not(.ui-state-hover) {color: #fff;}.frm_style_formidable-style.with_frm_style .flatpickr-day.today:hover,.frm_style_formidable-style.with_frm_style td:not(.ui-datepicker-current-day) .ui-state-hover {color: var(--text-color);background: #F2F4F7 !important;}.frm_style_formidable-style.with_frm_style input[type=submit][disabled],.frm_style_formidable-style.with_frm_style .frm_submit input[type=button][disabled],.frm_style_formidable-style.with_frm_style .frm_submit button[disabled] {opacity: 0.5;cursor: not-allowed;}.frm_style_formidable-style.with_frm_style .frm_loading_prev button.frm_prev_page,.frm_style_formidable-style.with_frm_style .frm_loading_form button.frm_button_submit {opacity: 1;}.frm_style_lines-no-boxes.with_frm_style{--fieldset-padding:0px;--title-size:24px;--title-color:rgba(133,148,158,1);--title-margin-bottom:30px;--form-desc-size:20px;--form-desc-color:rgba(133,148,158,1);--form-desc-padding:0;--font:inherit;--font-size:24px;--label-color:rgba(133,148,158,1);--required-color:rgba(133,148,158,1);--required-weight:normal;--label-padding:23px 0;--description-font-size:16px;--description-color:rgba(96,100,105,1);--description-margin:8px 0;--field-font-size:30px;--field-height:48px;--line-height:48px;--field-pad:8px 0px;--field-margin:25px;--text-color:rgba(96,100,105,1);--border-color:rgba(96,100,105,0.3);--field-border-width:0px 0px 1px 0px;--border-color-active:rgba(96,100,105,1);--text-color-error:rgba(96,100,105,1);--border-color-error:rgba(232,94,94,1);--border-width-error:0px 0px 1px 0px;--text-color-disabled:rgba(96,100,105,0.69);--check-font-size:16px;--check-label-color:rgba(96,100,105,1);--section-font-size:24px;--section-color:rgba(133,148,158,1);--section-weight:500;--section-mar-bottom:12px;--section-border-width:0px;--submit-font-size:20px;--submit-bg-color:rgba(179,192,201,1);--submit-border-color:transparent;--submit-border-width:0;--submit-text-color:rgba(52,64,73,1);--submit-weight:600;--submit-padding:12px 24px;--submit-shadow-color:rgba(0,0,0,0.1);--submit-hover-bg-color:rgba(179,192,201,0.69);--submit-hover-color:rgba(52,64,73,1);--submit-hover-border-color:transparent;--submit-active-bg-color:rgba(179,192,201,1);--submit-active-color:rgba(52,64,73,1);--submit-active-border-color:transparent;--border-radius:0px;--error-bg:#e85e5e;--error-text:#ffffff;--error-font-size:20px;--success-bg-color:#b2cda8;--success-border-color:#9eb994;--success-text-color:#ffffff;--success-font-size:20px;--progress-bg-color:rgba(230,234,236,1);--progress-color:rgba(96,100,105,1);--progress-active-bg-color:rgba(179,192,201,1);--progress-active-color:rgba(96,100,105,1);--progress-border-color:rgba(96,100,105,0.72);--progress-border-size:1px;--progress-size:50px;--toggle-font-size:24px;--toggle-on-color:rgba(179,192,201,1);--toggle-off-color:rgba(236,237,237,1);--slider-font-size:24px;--slider-color:rgba(96,100,105,0.6);--slider-bar-color:rgba(179,192,201,1);--date-head-bg-color:#b2cda8;--date-head-color:#ffffff;--date-band-color:#809b76;--box-shadow:none;}.frm_forms.frm_style_lines-no-boxes.with_frm_style{max-width:100% !important;direction:ltr !important;}.frm_style_lines-no-boxes.with_frm_style .form-field{margin-bottom:25px !important;}.frm_style_lines-no-boxes.with_frm_style .form-field.frm_section_heading{margin-bottom:0 !important;}.frm_style_lines-no-boxes.with_frm_style p.description,.frm_style_lines-no-boxes.with_frm_style div.description,.frm_style_lines-no-boxes.with_frm_style div.frm_description,.frm_style_lines-no-boxes.with_frm_style .frm-show-form > div.frm_description,.frm_style_lines-no-boxes.with_frm_style .frm_error,.frm_style_lines-no-boxes.with_frm_style .frm_pro_max_limit_desc{margin:8px 0 !important;padding:0;font-family:inherit !important;font-size:16px !important;color:rgba(96,100,105,1) !important;font-weight:normal !important;text-align:left !important;font-style:normal !important;max-width:100%;}.frm_style_lines-no-boxes.with_frm_style .frm_form_field.frm_left_container{grid-template-columns: 150px auto;}.frm_style_lines-no-boxes.with_frm_style .frm_form_field.frm_right_container{grid-template-columns: auto 150px;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_style_lines-no-boxes.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_lines-no-boxes.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline !important;}.frm_style_lines-no-boxes.with_frm_style .frm_pos_right{display:inline !important;width:150px !important;}.frm_style_lines-no-boxes.with_frm_style .frm_none_container .frm_primary_label,.frm_style_lines-no-boxes.with_frm_style .frm_pos_none{display:none !important;}.frm_style_lines-no-boxes.with_frm_style .frm_scale label{font-weight:normal !important;font-family:inherit !important;font-size:16px !important;color:rgba(96,100,105,1) !important;}.frm_style_lines-no-boxes.with_frm_style input::placeholder,.frm_style_lines-no-boxes.with_frm_style textarea::placeholder{color: rgba(96,100,105,0.69) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_default,.frm_style_lines-no-boxes.with_frm_style input.frm_default,.frm_style_lines-no-boxes.with_frm_style textarea.frm_default,.frm_style_lines-no-boxes.with_frm_style select.frm_default,.frm_style_lines-no-boxes.with_frm_style .placeholder {color: rgba(96,100,105,0.69) !important;}.frm_style_lines-no-boxes.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_lines-no-boxes.with_frm_style select:focus,.frm_style_lines-no-boxes.with_frm_style .form-field textarea:focus,.frm_style_lines-no-boxes.with_frm_style .frm_focus_field input[type=text],.frm_style_lines-no-boxes.with_frm_style .frm_focus_field input[type=password],.frm_style_lines-no-boxes.with_frm_style .frm_focus_field input[type=email],.frm_style_lines-no-boxes.with_frm_style .frm_focus_field input[type=number],.frm_style_lines-no-boxes.with_frm_style .frm_focus_field input[type=url],.frm_style_lines-no-boxes.with_frm_style .frm_focus_field input[type=tel],.frm_style_lines-no-boxes.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_lines-no-boxes.with_frm_style .frm_focus_field .frm-card-element.StripeElement {background-color:#ffffff !important;border-color:rgba(96,100,105,1) !important;color: var(--text-color);box-shadow:none;outline: none;}.frm_style_lines-no-boxes.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_lines-no-boxes.with_frm_style input[type=submit],.frm_style_lines-no-boxes.with_frm_style .frm_submit input[type=button],.frm_style_lines-no-boxes.with_frm_style .frm_submit button,.frm_form_submit_style,.frm_style_lines-no-boxes.with_frm_style .frm-edit-page-btn {width:auto !important;font-family:inherit;font-size:20px !important;height:auto !important;line-height:normal !important;text-align:center;background:rgba(179,192,201,1) !important;border-width:0;border-color: transparent !important;border-style:solid;color:rgba(52,64,73,1) !important;cursor:pointer;font-weight:600 !important;border-radius:4px !important;text-shadow:none;padding:12px 24px !important;box-sizing:border-box;box-shadow:0 1px 1px rgba(0,0,0,0.1);margin:10px;margin-left:0;margin-right:0;vertical-align:middle;}.frm_style_lines-no-boxes.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0;}.frm_style_lines-no-boxes.with_frm_style .frm-edit-page-btn:hover,.frm_style_lines-no-boxes.with_frm_style input[type=submit]:hover,.frm_style_lines-no-boxes.with_frm_style .frm_submit input[type=button]:hover,.frm_style_lines-no-boxes.with_frm_style .frm_submit button:hover{background: rgba(179,192,201,0.69) !important;border-color: transparent !important;color: rgba(52,64,73,1) !important;}.frm_style_lines-no-boxes.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px;}.frm_style_lines-no-boxes.with_frm_style .frm-edit-page-btn:focus,.frm_style_lines-no-boxes.with_frm_style input[type=submit]:focus,.frm_style_lines-no-boxes.with_frm_style .frm_submit input[type=button]:focus,.frm_style_lines-no-boxes.with_frm_style .frm_submit button:focus,.frm_style_lines-no-boxes.with_frm_style input[type=submit]:active,.frm_style_lines-no-boxes.with_frm_style .frm_submit input[type=button]:active,.frm_style_lines-no-boxes.with_frm_style .frm_submit button:active{background: rgba(179,192,201,1) !important;border-color: transparent !important;color: rgba(52,64,73,1) !important;outline: none;}.frm_style_lines-no-boxes.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_lines-no-boxes.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_lines-no-boxes.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_lines-no-boxes.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_lines-no-boxes.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_lines-no-boxes.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_lines-no-boxes.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_lines-no-boxes.with_frm_style .frm_loading_form .frm_button_submit:focus{color: transparent  !important;background: rgba(179,192,201,1) !important;border-color: rgba(179,192,201,1) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_lines-no-boxes.with_frm_style .frm_loading_form .frm_button_submit:before {border-bottom-color: rgba(52,64,73,1) !important;border-right-color: rgba(52,64,73,1) !important;}.frm_style_lines-no-boxes.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_lines-no-boxes.with_frm_style .frm_submit.frm_inline_submit::before {content:"before";font-family:inherit;font-size:24px !important;color:rgba(133,148,158,1) !important;font-weight:normal !important;margin:0;padding:23px 0 !important;width:auto;display:block;visibility:hidden;}.frm_style_lines-no-boxes.with_frm_style.frm_inline_form .frm_submit input,.frm_style_lines-no-boxes.with_frm_style.frm_inline_form .frm_submit button,.frm_style_lines-no-boxes.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_lines-no-boxes.with_frm_style .frm_submit.frm_inline_submit button {margin: 0 !important;}.frm_style_lines-no-boxes.with_frm_style #frm_field_cptch_number_container{font-family:inherit;font-size:24px !important;color:rgba(133,148,158,1) !important;font-weight:normal !important;clear:both;}.frm_style_lines-no-boxes.with_frm_style .frm_blank_field input[type=text],.frm_style_lines-no-boxes.with_frm_style .frm_blank_field input[type=password],.frm_style_lines-no-boxes.with_frm_style .frm_blank_field input[type=url],.frm_style_lines-no-boxes.with_frm_style .frm_blank_field input[type=tel],.frm_style_lines-no-boxes.with_frm_style .frm_blank_field input[type=number],.frm_style_lines-no-boxes.with_frm_style .frm_blank_field input[type=email],.frm_style_lines-no-boxes.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_lines-no-boxes.with_frm_style .frm_blank_field input[type=radio],.frm_style_lines-no-boxes.with_frm_style .frm_blank_field textarea,.frm_style_lines-no-boxes.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_lines-no-boxes.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_lines-no-boxes.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_lines-no-boxes.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_lines-no-boxes.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_lines-no-boxes.with_frm_style .frm_form_field :invalid {color:rgba(96,100,105,1) !important;background-color:#ffffff !important;border-color:rgba(232,94,94,1) !important;border-width:var(--border-width-error)  !important;border-style:solid !important;}.frm_style_lines-no-boxes.with_frm_style .frm_blank_field .sigWrapper{border-color:rgba(232,94,94,1) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_error,.frm_style_lines-no-boxes.with_frm_style .frm_limit_error{font-weight:normal !important;color:rgba(232,94,94,1) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_error_style{background-color:#e85e5e !important;border:1px solid #EBCCD1 !important;border-radius:0px !important;color: #ffffff !important;font-size:20px !important;margin:0;margin-bottom:25px;}.frm_style_lines-no-boxes.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, rgba(96,100,105,0.3) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(96,100,105,0.3) 50%, rgba(96,100,105,0.3) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));}.frm_style_lines-no-boxes.with_frm_style #frm_loading .progress-bar{background-color:#ffffff !important;}.frm_style_lines-no-boxes.with_frm_style .frm_form_field.frm_total_big input,.frm_style_lines-no-boxes.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_lines-no-boxes.with_frm_style .frm_form_field.frm_total input,.frm_style_lines-no-boxes.with_frm_style .frm_form_field.frm_total textarea{color: rgba(96,100,105,1) !important;background-color:transparent !important;border:none !important;display:inline !important;width:auto !important;padding:0 !important;}.frm_style_lines-no-boxes.with_frm_style {--progress-border-color-b: rgba(86,90,95,0.72);}.frm_style_lines-no-boxes.with_frm_style .frm_inline_box{background: var(--bg-color);color:var(--text-color);}.frm_style_lines-no-boxes.with_frm_style .frm_input_group > input,.frm_style_lines-no-boxes.with_frm_style .frm_form_field.frm_total .frm_input_group input,.frm_style_lines-no-boxes.with_frm_style .frm_form_field.frm_total_big .frm_input_group input {width: 1% !important;}.frm_style_lines-no-boxes.with_frm_style .frm_input_group.frm_with_pre > select,.frm_style_lines-no-boxes.with_frm_style .frm_input_group.frm_with_pre > input {border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}.frm_style_lines-no-boxes.with_frm_style .frm_input_group.frm_with_post > select,.frm_style_lines-no-boxes.with_frm_style .frm_input_group.frm_with_post > input {border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;}.frm_style_lines-no-boxes.with_frm_style .frm_total input,.frm_style_lines-no-boxes.with_frm_style .frm_total_big input {box-shadow: none !important;}.frm_form_field.frm_total_big .frm_total_formatted,.frm_form_field.frm_total_big input[type=text],.frm_form_field.frm_total_big input[type=number],.frm_form_field.frm_total_big input,.frm_form_field.frm_total_big textarea{font-size: 32px !important;line-height: 44px !important;}.frm_style_lines-no-boxes.with_frm_style .frm_page_bar .frm_current_page input[type="button"]{background-color: rgba(230,234,236,1) !important;border-color: rgba(96,100,105,0.72) !important;opacity:1 !important;}.frm_style_lines-no-boxes.with_frm_style .frm_progress_line input,.frm_style_lines-no-boxes.with_frm_style .frm_progress_line input:disabled {border-color: rgba(96,100,105,0.72) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_progress_line.frm_show_lines input {border-left-color: rgba(76,80,85,0.72) !important;border-right-color: rgba(76,80,85,0.72) !important;border-left-width: 1px  !important;border-right-width: 1px  !important;}.frm_style_lines-no-boxes.with_frm_style .frm_progress_line li:first-of-type input {border-left-color: rgba(179,192,201,1) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_progress_line li:last-of-type input {border-right-color: rgba(179,192,201,1) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip {border-right-color: rgba(96,100,105,0.72) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_progress_line .frm_current_page input[type="button"] {border-left-color: rgba(96,100,105,0.72) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {border-right-color: rgba(76,80,85,0.72) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_progress_line input.frm_page_back {border-color: rgba(179,192,201,1) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color: rgba(179,192,201,1) !important;border-right-color: rgba(76,80,85,0.72) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_rootline input,.frm_style_lines-no-boxes.with_frm_style .frm_rootline input:hover {width: 50px !important;height: 50px !important;border-radius: 50px !important;padding: 0 !important;}.frm_style_lines-no-boxes.with_frm_style .frm_rootline .frm_current_page input[type="button"],.frm_style_lines-no-boxes.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active {border-color: rgba(159,172,181,1) !important;background-color: rgba(179,192,201,1) !important;color: rgba(96,100,105,1) !important;}.frm_style_lines-no-boxes.with_frm_style .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn.active {border-color: rgba(159,172,181,1);background-color: rgba(179,192,201,1);color: rgba(96,100,105,1)!important;}.frm_style_lines-no-boxes.with_frm_style ul.frm_rootline_hidden_steps li:hover .frm_rootline_title {color: rgba(179,192,201,1);}.frm_style_lines-no-boxes.with_frm_style input[type=range]::-webkit-slider-thumb {border: 2px solid rgba(96,100,105,0.6) !important;color:rgba(96,100,105,1) !important;}.frm_style_lines-no-boxes.with_frm_style input[type=range]::-moz-range-thumb {border: 2px solid rgba(96,100,105,0.6) !important;color:rgba(96,100,105,1) !important;}.frm_style_lines-no-boxes.with_frm_style input[type=range]::-ms-thumb {border: 2px solid rgba(96,100,105,0.6) !important;color:rgba(96,100,105,1) !important;}.frm_style_lines-no-boxes.with_frm_style input.frm_other_input:not(.frm_other_full){width:auto  !important;}.frm_style_lines-no-boxes.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_lines-no-boxes.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){margin-left:5px;}.frm_style_lines-no-boxes.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none) {display:inline-block !important;}.frm_style_lines-no-boxes.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){margin-left:0  !important;margin-top:8px;}.frm_style_lines-no-boxes.with_frm_style span.frm-pass-verified .frmsvg {color:#ffffff !important;}.frm_style_lines-no-boxes.with_frm_style span.frm-pass-req .frmsvg {color:#ffffff !important;}.frm_style_lines-no-boxes.with_frm_style .frm-show-form  .frm_section_heading h3[class*="frm_pos_"]{border-top:0px solid #e8e8e8 !important;}.frm_style_lines-no-boxes.with_frm_style h3 .frm_after_collapse{display:inline;}.frm_style_lines-no-boxes.with_frm_style h3 .frm_before_collapse{display:none;}.menu-edit #post-body-content .frm_style_lines-no-boxes.with_frm_style .frm_section_heading h3[class*="frm_pos_"]{margin:0;}.frm_style_lines-no-boxes.with_frm_style .frm_section_heading{margin-top:15px !important;}.frm_style_lines-no-boxes.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_lines-no-boxes.with_frm_style  .frm-show-form .frm_section_heading .frm_section_spacing{margin-bottom:12px !important;}.frm_style_lines-no-boxes.with_frm_style .frm_single_product_label,.frm_style_lines-no-boxes.with_frm_style .frm_total_formatted {font-size:24px;color:rgba(133,148,158,1) !important;}.frm_style_lines-no-boxes.with_frm_style .ui-datepicker-title > select {color: rgba(96,100,105,1);color: var(--text-color) !important;background-color: var(--bg-color) !important;}.frm_style_lines-no-boxes.with_frm_style .ui-datepicker-month,.frm_style_lines-no-boxes.with_frm_style .ui-datepicker-year {color: var(--text-color) !important;}.frm_style_lines-no-boxes.with_frm_style span.ui-datepicker-month,.frm_style_lines-no-boxes.with_frm_style span.ui-datepicker-year {color: var(--date-head-color) !important;}.frm_style_lines-no-boxes.with_frm_style .ui-widget-header,.frm_style_lines-no-boxes.with_frm_style .ui-datepicker-header {color: var(--date-head-color) !important;background-color: var(--date-head-bg-color) !important;}.frm_style_lines-no-boxes.with_frm_style .flatpickr-day,.frm_style_lines-no-boxes.with_frm_style .ui-datepicker td, .frm_style_lines-no-boxes.with_frm_style.ui-datepicker td {border: 0;border-radius: var(--border-radius);overflow: hidden;}.frm_style_lines-no-boxes.with_frm_style .flatpickr-day.today:not(.inRange),.frm_style_lines-no-boxes.with_frm_style td.ui-datepicker-today {background-color: var(--date-band-color) !important;}.frm_style_lines-no-boxes.with_frm_style .flatpickr-day.today,.frm_style_lines-no-boxes.with_frm_style td.ui-datepicker-today > a {color: var(--date-head-color) !important;}.frm_style_lines-no-boxes.with_frm_style td.ui-datepicker-current-day,.frm_style_lines-no-boxes.with_frm_style td.ui-datepicker-current-day .ui-state-hover {background-color: var(--border-color-active) !important;}.frm_style_lines-no-boxes.with_frm_style td.ui-datepicker-current-day .ui-state-default:not(.ui-state-hover) {color: #fff;}.frm_style_lines-no-boxes.with_frm_style .flatpickr-day.today:hover,.frm_style_lines-no-boxes.with_frm_style td:not(.ui-datepicker-current-day) .ui-state-hover {color: var(--text-color) !important;background: #F2F4F7 !important;}.frm_style_lines-no-boxes.with_frm_style input[type=submit][disabled],.frm_style_lines-no-boxes.with_frm_style .frm_submit input[type=button][disabled],.frm_style_lines-no-boxes.with_frm_style .frm_submit button[disabled] {opacity: 0.5;cursor: not-allowed;}.frm_style_lines-no-boxes.with_frm_style .frm_loading_prev button.frm_prev_page,.frm_style_lines-no-boxes.with_frm_style .frm_loading_form button.frm_button_submit {opacity: 1;}.frm_style_lines-no-boxes.with_frm_style .frm_image_options .frm_image_option_container {border-width:1px !important;}.frm_ajax_loading{visibility:hidden;width:auto;}.frm_form_submit_style{height:auto;}a.frm_save_draft{cursor:pointer;}.with_frm_style a.frm_save_draft,.with_frm_style a.frm_start_over{font-family: var(--font);font-size: var(--submit-font-size);font-weight: var(--submit-weight);}.horizontal_radio .frm_radio{margin:0 5px 0 0;}.horizontal_radio .frm_checkbox{margin:0;margin-right:12px;}.vertical_radio .frm_checkbox,.vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.horizontal_radio .frm_checkbox,.horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;padding-left: 0;}.with_frm_style .frm_radio{display: var(--radio-align);}.with_frm_style .frm_checkbox{display: var(--check-align);}.with_frm_style .vertical_radio .frm_checkbox,.with_frm_style .vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;margin-bottom: 10px;}.with_frm_style .horizontal_radio .frm_checkbox,.with_frm_style .horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.with_frm_style .frm_checkbox label,.with_frm_style .frm_radio label {display: inline-block;vertical-align: middle;white-space:normal;}.with_frm_style .frm_checkbox label input[type=checkbox],.with_frm_style .frm_radio label input[type=radio] {margin-right: 4px;}.with_frm_style .frm_checkbox label:not(.frm-label-disabled),.with_frm_style .frm_radio label:not(.frm-label-disabled) {cursor: pointer;}.with_frm_style .vertical_radio .frm_checkbox label,.with_frm_style .vertical_radio .frm_radio label{display: block;width: 100%;}.with_frm_style .frm_radio label,.with_frm_style .frm_checkbox label {font-family: var(--font);font-size: var(--check-font-size);color: var(--check-label-color);font-weight: var(--check-weight);line-height: 1.3;}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox] {font-size: var(--check-font-size);position: static;}.frm_file_container .frm_file_link,.with_frm_style .frm_radio label .frm_file_container,.with_frm_style .frm_checkbox label .frm_file_container{display:inline-block;margin:5px;vertical-align:middle;}.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_scale input[type=radio]{border-radius:50%;}.with_frm_style .frm_checkbox input[type=checkbox] {border-radius: calc(var(--border-radius) / 2) !important;}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_scale input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox]{appearance: none;background-color: var(--bg-color);flex: none;display:inline-block !important;width: 16px !important;min-width: 16px !important;height: 16px !important;color: var(--border-color);border: 1px solid currentColor;border-color: var(--border-color);vertical-align: middle;position: initial; padding: 0;margin: 0;}.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,.frm_forms.with_frm_style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked,.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {border-color: var(--border-color-active) !important;}.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {background-color: var(--border-color-active) !important;}.with_frm_style .frm_radio input[type=radio][disabled]:checked,.with_frm_style .frm_scale input[type=radio][disabled]:checked,.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked {border-color: var(--border-color) !important; }.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked {background-color: var(--border-color) !important;}.with_frm_style .frm_radio input[type=radio]:checked:before,.with_frm_style .frm_scale input[type=radio]:checked:before,.with_frm_style .frm_checkbox input[type=checkbox]:checked:before {position: static !important; content: '';display: block;}.frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {width: 100% !important;height: 100% !important;background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6667 1.5L4.25001 7.91667L1.33334 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;background-size: 9px !important;background-repeat: no-repeat !important;background-position: center !important;margin: 0;}.with_frm_style .frm_scale input[type=radio]:before,.with_frm_style .frm_radio input[type=radio]:before {width: 8px;height: 8px;border-radius: 50%;background-color: var(--border-color-active);margin: 3px;}.with_frm_style .frm_scale input[type=radio][disabled]:before,.with_frm_style .frm_radio input[type=radio][disabled]:before {background-color: var(--border-color);}.with_frm_style :invalid,.with_frm_style :-moz-ui-invalid{box-shadow:none;}.with_frm_style .frm_error_style img{padding-right:10px;vertical-align:middle;border:none;}.with_frm_style .frm_trigger{cursor:pointer;}.with_frm_style .frm_error_style,.with_frm_style .frm_message,.frm_success_style{border-radius:4px;padding:15px;}.with_frm_style .frm_message p {color: var(--success-text-color);margin-bottom: 0;}.with_frm_style .frm_message > p:first-of-type {margin-top: 0;}.with_frm_style .frm_message,.frm_success_style {margin: 5px 0 15px;border: 1px solid var(--success-border-color);background-color: var(--success-bg-color);color: var(--success-text-color);border-radius: var(--border-radius);font-size: var(--success-font-size);}.with_frm_style .frm_plain_success .frm_message {background-color: transparent;padding:0;border:none;font-size:inherit;color:inherit;}.with_frm_style .frm_plain_success .frm_message p {color:inherit;}.frm_form_fields_style,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_form_submit_style{width:auto;}.with_frm_style .frm_trigger span{float:left;}.with_frm_style table.frm-grid,#content .with_frm_style table.frm-grid{border-collapse:collapse;border:none;}.frm-grid td,.frm-grid th{padding:5px;border-width:1px;border-style:solid;border-color: var(--border-color);border-top:none;border-left:none;border-right:none;}.frm-alt-table {width:100%;border-collapse:separate;margin-top:0.5em;font-size:15px;border-width:1px;}.with_frm_style .frm-alt-table{border-color: var(--border-color);}.frm-alt-table th {width:200px;}.frm-alt-table tr {background-color:transparent;}.frm-alt-table th,.frm-alt-table td {background-color:transparent;vertical-align:top;text-align:left;padding:20px;border-color:transparent;}.frm-alt-table tr:nth-child(even) {background-color:#ecf0f5;}table.form_results.with_frm_style{border-style: solid;border-width: var(--field-border-width);border-color: var(--border-color);}table.form_results.with_frm_style tr td{text-align:left;padding:7px 9px;color: var(--text-color);border-top-style: solid;border-top-width: var(--field-border-width);border-top-color: var(--border-color);}table.form_results.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#fff;background-color:var(--bg-color);}table.form_results.with_frm_style tr.frm_odd,.frm-grid .frm_odd {background-color: var(--bg-color);}.frm_color_block {background-color:#ecf0f5;padding: 40px;}.with_frm_style .frm-show-form .frm_color_block.frm_section_heading h3,.frm_color_block.frm_section_heading h3 {border-width: 0 !important;}.frm_collapse .ui-icon{display:inline-block;}.frm_toggle_container{border:1px solid transparent;}.frm_toggle_container ul{margin:5px 0;padding-left:0;list-style-type:none;}.frm_toggle_container .frm_month_heading{text-indent:15px;}.frm_toggle_container .frm_month_listing{margin-left:40px;}#frm_loading{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;}#frm_loading h3{font-weight:500;padding-bottom:15px;color:#fff;font-size:24px;}#frm_loading_content{position:fixed;top:20%;left:33%;width:33%;text-align:center;padding-top:30px;font-weight:bold;z-index:9999999;}#frm_loading img{max-width:100%;}#frm_loading .progress{border-radius:4px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;height:20px;margin-bottom:20px;overflow:hidden;}#frm_loading .progress.active .progress-bar{animation:2s linear 0s normal none infinite progress-bar-stripes;}#frm_loading .progress-striped .progress-bar {background-image: linear-gradient(45deg, var(--border-color) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--border-color) 50%, var(--border-color) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));background-size:40px 40px;}#frm_loading .progress-bar {background-color: var(--bg-color);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;float: left;height: 100%;line-height: 20px;text-align: center;transition: width 0.6s ease 0s;width: 100%;}.frm_image_from_url{height:50px;}.frm-loading-img{background:url(https://nrtraininggroup.com/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;padding:6px 12px;}select.frm_loading_lookup{background-image: url(https://nrtraininggroup.com/wp-content/plugins/formidable/images/ajax_loader.gif) !important;background-position: 10px;background-repeat: no-repeat;color: transparent !important;}.frm_screen_reader {border: 0;clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;word-wrap: normal !important; }.frm_screen_reader.frm_hidden{display:initial;}.frm_clear_none{clear:none;}.frm_clear{clear:both;}.frm_form_field.frm_alignright{float:right !important;}.with_frm_style .frm_form_field{clear:both;}.frm_combo_inputs_container,.frm_grid_container,.frm_form_fields .frm_section_heading,.frm_form_fields .frm_fields_container{display:grid;grid-template-columns: repeat(12, 1fr);grid-auto-rows: max-content;grid-gap: 0 2%;}.frm_combo_inputs_container > *,.frm_grid_container > *,.frm_section_heading > *,.frm_fields_container .frm_form_field,.frm_fields_container > *{grid-column: span 12 / span 12;}.frm_inline,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_inline{width:auto;grid-column: span 2 / span 2;}.frm6,.frm_half,.frm_form_field.frm_three_fifths, .frm_form_field.frm6,.frm_submit.frm6,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_half,.frm_submit.frm_half{grid-column:span 6 / span 6;}.frm4,.frm_third,.frm_form_field.frm_two_fifths, .frm_form_field.frm4,.frm_submit.frm4,.frm_form_field.frm_left_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_right_third,.frm_form_field.frm_first_third,.frm_form_field.frm_last_third{grid-column:span 4 / span 4;}.frm8,.frm_two_thirds,.frm_form_field.frm8,.frm_submit.frm8,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds{grid-column: span 8/span 8;}.frm3,.frm_fourth,.frm_form_field.frm3,.frm_submit.frm3,.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth{grid-column: span 3/span 3;}.frm9,.frm_three_fourths,.frm_form_field.frm_four_fifths, .frm_form_field.frm9,.frm_submit.frm9,.frm_form_field.frm_three_fourths{grid-column: span 9/span 9;}.frm_form_field.frm_left_fifth,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_last_fifth{grid-column: span 2/span 2;}.frm2,.frm_sixth,.frm_form_field.frm2,.frm_submit.frm2,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_last_sixth{grid-column: span 2/span 2;}.frm10,.frm_form_field.frm10,.frm_submit.frm10{grid-column: span 10/span 10;}.frm1,.frm_form_field.frm1,.frm_submit.frm1,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_first_seventh,.frm_form_field.frm_last_seventh.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_eighth,.frm_form_field.frm_last_eighth{grid-column: span 1/span 1;}.frm5,.frm_form_field.frm5,.frm_submit.frm5{grid-column: span 5/span 5;}.frm7,.frm_form_field.frm7,.frm_submit.frm7{grid-column: span 7/span 7;}.frm11,.frm_form_field.frm11,.frm_submit.frm11{grid-column: span 11/span 11;}.frm12,.frm_full,.frm_full .wp-editor-wrap,.frm_full > input:not([type='checkbox']):not([type='radio']):not([type='button']),.frm_full select,.frm_full textarea{width:100% !important;grid-column: span 12/span 12;box-sizing: border-box;}.frm_full .wp-editor-wrap input{width:auto !important;}.frm_first,.frm_form_field.frm_left_half,.frm_form_field.frm_left_third,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_left_fifth,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_half,.frm_form_field.frm_first_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_first_fourth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_first_seventh,.frm_form_field.frm_first_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_first{grid-column-start:1;}.frm_last,.frm_form_field.frm_last,.frm_form_field.frm_alignright{grid-column-end:-1;justify-content: end;}.with_frm_style.frm_rtl .frm_form_fields .star-rating{float:right;}.with_frm_style.frm_rtl .frm_grid .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_first .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label,.with_frm_style.frm_rtl .frm_grid .frm_radio,.with_frm_style.frm_rtl .frm_grid_first .frm_radio,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio,.with_frm_style.frm_rtl .frm_grid .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox{float:right !important;margin-right:0 !important;}.with_frm_style.frm_rtl .frm_grid_first .frm_radio label input,.with_frm_style.frm_rtl .frm_grid .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input{float:left;}.with_frm_style.frm_rtl .frm_catlevel_2,.with_frm_style.frm_rtl .frm_catlevel_3,.with_frm_style.frm_rtl .frm_catlevel_4,.with_frm_style.frm_rtl .frm_catlevel_5{margin-right:18px;}.with_frm_style.frm_rtl div > .frm_time_select{margin-right:5px;}.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display: grid;grid-template-columns: 25% auto;width:100%;grid-auto-rows: min-content;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_form_field.frm_inline_container{grid-template-columns: repeat(2, minmax(auto, max-content) );}.frm_form_field.frm_inline_container .frm_primary_label,.frm_form_field.frm_right_container .frm_primary_label,.frm_form_field.frm_left_container .frm_primary_label{margin-right:10px;grid-row:span 2/span 2;padding-top:4px;}.frm_form_field.frm_left_container .frm_primary_label{grid-column:1;grid-row:span 2/span 2; }.frm_form_field.frm_right_container .frm_primary_label{grid-column:2;grid-row:1;margin-right:0;margin-left:10px;}.frm_form_field.frm_inline_container .frm_description,.frm_form_field.frm_left_container .frm_description{grid-column:2;}.frm_form_field.frm_right_container .frm_description{grid-column:1;}.frm_conf_field.frm_left_container{grid-template-columns: 67%;}.frm_conf_field.frm_left_container .frm_description{grid-column:1;}.frm-fade-in {animation-name: fadeIn;animation-duration: 1s;animation-fill-mode: both;}@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}@keyframes fadeIn {   0% {opacity: 0;}   100% {opacity: 1;}}@media only screen and (max-width: 750px) {.frm_grid_container.frm_no_grid_750 > div{grid-column: span 12/span 12;}}@media only screen and (max-width: 600px) {.frm_section_heading > .frm_form_field,.frm_fields_container > .frm_submit,.frm_grid_container > .frm_form_field,.frm_fields_container > .frm_form_field{grid-column: 1 / span 12 !important;}.frm_grid_container.frm_no_grid_600,.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display:block;}}.frm_conf_field.frm_left_container .frm_primary_label{display:none;}.wp-editor-wrap *,.wp-editor-wrap *:after,.wp-editor-wrap *:before{box-sizing:content-box;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_first,.with_frm_style .frm_grid_odd{clear:both;margin-bottom:0 !important;padding:5px;border-width:1px;border-style:solid;border-color: var(--border-color);border-left:none;border-right:none;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_odd{border-top:none;}.frm_grid .frm_error,.frm_grid_first .frm_error,.frm_grid_odd .frm_error,.frm_grid .frm_limit_error,.frm_grid_first .frm_limit_error,.frm_grid_odd .frm_limit_error{display:none;}.frm_grid:after,.frm_grid_first:after,.frm_grid_odd:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}.frm_grid_first{margin-top:20px;}.frm_grid_first,.frm_grid_odd {background-color: var(--bg-color);}.frm_grid {background-color: var(--bg-color-active);}.with_frm_style .frm_grid.frm_blank_field,.with_frm_style .frm_grid_first.frm_blank_field,.with_frm_style .frm_grid_odd.frm_blank_field{background-color:var(--error-bg);border-color: var(--error-border);}.frm_grid .frm_primary_label,.frm_grid_first .frm_primary_label,.frm_grid_odd .frm_primary_label,.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{float:left !important;display:block;margin-top:0;margin-left:0 !important;}.frm_grid_first .frm_radio label,.frm_grid .frm_radio label,.frm_grid_odd .frm_radio label,.frm_grid_first .frm_checkbox label,.frm_grid .frm_checkbox label,.frm_grid_odd .frm_checkbox label{color:transparent;text-indent: -9999px;white-space:nowrap;text-align:left;}.frm_grid_first .frm_radio label input,.frm_grid .frm_radio label input,.frm_grid_odd .frm_radio label input,.frm_grid_first .frm_checkbox label input,.frm_grid .frm_checkbox label input,.frm_grid_odd .frm_checkbox label input{visibility:visible;margin:2px 0 0;float:right;}.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{display:inline;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox,.frm_grid_2 .frm_primary_label{width:48% !important;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox{margin-right:4%;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox,.frm_grid_3 .frm_primary_label{width:30% !important;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox{margin-right:3%;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{width:20% !important;}.frm_grid_4 .frm_primary_label{width:28% !important;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{margin-right:4%;}.frm_grid_5 .frm_primary_label,.frm_grid_7 .frm_primary_label{width:24% !important;}.frm_grid_5 .frm_radio,.frm_grid_5 .frm_checkbox{width:17% !important;margin-right:2%;}.frm_grid_6 .frm_primary_label{width:25% !important;}.frm_grid_6 .frm_radio,.frm_grid_6 .frm_checkbox{width:14% !important;margin-right:1%;}.frm_grid_7 .frm_primary_label{width:22% !important;}.frm_grid_7 .frm_radio,.frm_grid_7 .frm_checkbox{width:12% !important;margin-right:1%;}.frm_grid_8 .frm_primary_label{width:23% !important;}.frm_grid_8 .frm_radio,.frm_grid_8 .frm_checkbox{width:10% !important;margin-right:1%;}.frm_grid_9 .frm_primary_label{width:20% !important;}.frm_grid_9 .frm_radio,.frm_grid_9 .frm_checkbox{width:9% !important;margin-right:1%;}.frm_grid_10 .frm_primary_label{width:19% !important;}.frm_grid_10 .frm_radio,.frm_grid_10 .frm_checkbox{width:8% !important;margin-right:1%;}.frm_form_field.frm_inline_container .frm_opt_container,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_left_container .frm_opt_container{padding-top:4px;}.with_frm_style .frm_left_container > select.auto_width,.with_frm_style .frm_right_container > select.auto_width {width: max-content;}.with_frm_style .frm_right_container > .frm_primary_label,.with_frm_style .frm_right_container > select.auto_width {margin-left: auto;}.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container{margin-right:0;}.frm_form_field.frm_two_col .frm_opt_container,.frm_form_field.frm_three_col .frm_opt_container,.frm_form_field.frm_four_col .frm_opt_container{display: grid;grid-template-columns: repeat(2, 1fr);grid-auto-rows: max-content;grid-gap: 0 2.5%;}.frm_form_field.frm_three_col .frm_opt_container{grid-template-columns: repeat(3, 1fr);}.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns: repeat(4, 1fr);}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox,.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{grid-column-end: span 1;}.frm_form_field .frm_checkbox,.frm_form_field .frm_radio {margin-top: 0;margin-bottom: 0;}.frm_form_field.frm_scroll_box .frm_opt_container{height:100px;overflow:auto;}.frm_html_container.frm_scroll_box,.frm_form_field.frm_html_scroll_box {height: 100px;overflow: auto;background-color: var(--bg-color);border-color: var(--border-color);border-width: var(--field-border-width);border-style: var(--field-border-style);border-radius: var(--border-radius);width: var(--field-width);max-width: 100%;font-size: var(--field-font-size);padding: var(--field-pad);box-sizing: border-box;outline: none;font-weight: normal;box-shadow: var(--box-shadow);}.frm_form_field.frm_total_big input,.frm_form_field.frm_total_big textarea,.frm_form_field.frm_total input,.frm_form_field.frm_total textarea{opacity:1;background-color:transparent !important;border:none !important;font-weight:bold;width:auto !important;height:auto !important;box-shadow:none !important;display:inline;-moz-appearance:textfield;padding:0;}.frm_form_field.frm_total_big input::-webkit-outer-spin-button,.frm_form_field.frm_total_big input::-webkit-inner-spin-button,.frm_form_field.frm_total input::-webkit-outer-spin-button,.frm_form_field.frm_total input::-webkit-inner-spin-button {-webkit-appearance: none;}.frm_form_field.frm_total_big input:focus,.frm_form_field.frm_total_big textarea:focus,.frm_form_field.frm_total input:focus,.frm_form_field.frm_total textarea:focus{background-color:transparent;border:none;box-shadow:none;}.frm_form_field.frm_label_justify .frm_primary_label{text-align:justify !important;}.frm_form_field.frm_capitalize input,.frm_form_field.frm_capitalize select,.frm_form_field.frm_capitalize .frm_opt_container label{text-transform:capitalize;}.frm_clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.frm_clearfix{display:block;}.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-first,.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-middle,.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-last {margin-bottom: 0 !important;}.frm_display_format_buttons input[type=radio]:not([disabled]) + .frm_label_button_container:hover,.frm_display_format_buttons .frm_image_option_container:hover, .frm_display_format_buttons .frm_radio input[type=radio]:focus + .frm_label_button_container,.frm_display_format_buttons .frm_radio input[type=radio]:focus + .frm_image_option_container,.frm_display_format_buttons .frm_checkbox input[type=checkbox]:focus + .frm_label_button_container,.frm_display_format_buttons .frm_checkbox input[type=checkbox]:focus + .frm_image_option_container,.frm_display_format_buttons .frm_scale input[type=radio]:focus + .frm_label_button_container,.frm_display_format_buttons .frm_scale input[type=radio]:focus + .frm_image_option_container, .frm_nps__button:hover, .frm_nps__button:focus {  border-color: var(--progress-active-bg-color);  box-shadow: 0 0 0 1px var(--border-color-active);}.frm_display_format_buttons .frm_radio input[type=radio]:checked + .frm_label_button_container,.frm_display_format_buttons .frm_radio input[type=radio]:checked + .frm_image_option_container,.frm_display_format_buttons .frm_radio input[type=radio]:checked + div .frm_text_label_for_image,.frm_display_format_buttons .frm_checkbox input[type=checkbox]:checked + .frm_label_button_container,.frm_display_format_buttons .frm_checkbox input[type=checkbox]:checked + .frm_image_option_container,.frm_display_format_buttons .frm_checkbox input[type=checkbox]:checked + div .frm_text_label_for_image,.frm_display_format_buttons .frm_scale input[type=radio]:checked + .frm_label_button_container,.frm_display_format_buttons .frm_scale input[type=radio]:checked + .frm_image_option_container,.frm_display_format_buttons .frm_scale input[type=radio]:checked + div .frm_text_label_for_image, .frm_nps__button.frm_nps__button--active, .frm_nps__buttons input[type=radio]:focus + .frm_nps__button, .frm_nps__buttons input[type=radio]:checked + .frm_nps__button {  background-color: var(--border-color-active);  border-color: var(--border-color-active);  color: var(--bg-color-active);}.frm_nps__buttons input[type=radio] {  border: 0;  width: 1px;  height: 1px;  padding: 0;  position: absolute;}.frm_nps__statements {  font-size: var(--description-font-size);  color: var(--description-color);  margin-bottom: 6px;  display: flex;  justify-content: space-between;}.frm_nps__positive {  text-align: right;}.frm_nps__buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 6px;}.frm_nps__button {  flex: 1 1 0;  flex-basis: var(--field-height);  max-width: 9.09%;  min-width: var(--field-height);  height: 32px;  height: var(--field-height);  color: var(--text-color);  background-color: var(--bg-color);  border: var(--field-border-width) solid var(--border-color);  border-radius: var(--border-radius);  cursor: pointer;  display: flex;  justify-content: center;  align-items: center;  font-size: var(--check-font-size);}.frm_nps__button:first-of-type {  margin-left: 0;}.frm_nps input[type=radio] + label {  display: flex;}.with_frm_style .frm_form_field.frm_inline_container {  grid-template-columns: minmax(auto, max-content) auto;}@media (max-width: 640px) {  .frm_nps__button {flex: 0 0 3.1333333333em;  }}.frm_display_format_buttons {  box-sizing: border-box;}.frm_display_format_buttons .frm_radio input[type=radio],.frm_display_format_buttons .frm_checkbox input[type=checkbox],.frm_display_format_buttons .frm_scale input[type=radio] {  border: 0 !important;  clip: rect(1px, 1px, 1px, 1px);  -webkit-clip-path: inset(50%);  clip-path: inset(50%);  height: 1px;  margin: -1px !important;  overflow: hidden;  padding: 0;  position: absolute !important;  width: 1px !important;  word-wrap: normal !important;}.frm_display_format_buttons .frm_radio input[type=radio]:checked + .frm_image_option_container .frmsvg,.frm_display_format_buttons .frm_checkbox input[type=checkbox]:checked + .frm_image_option_container .frmsvg,.frm_display_format_buttons .frm_scale input[type=radio]:checked + .frm_image_option_container .frmsvg {  opacity: 0.7;}.frm_display_format_buttons .frm_radio label,.frm_display_format_buttons .frm_checkbox label {  height: 100%;}.frm_display_format_buttons .frm_label_button_container,.frm_display_format_buttons .frm_image_option_container {  border: var(--field-border-width) solid var(--border-color);  border-radius: var(--border-radius);  background-color: var(--bg-color);  padding: var(--field-pad);  cursor: pointer;  align-items: center;  height: 100%;  display: flex;  box-sizing: border-box;  flex-wrap: nowrap !important;  gap: 16px;  overflow: hidden;}.frm_display_format_buttons .frm_image_option_container {  padding-top: 0;  padding-bottom: 0;}.frm_display_format_buttons.frm_text_align_right .frm_label_button_container {  justify-content: flex-end;}.frm_display_format_buttons.frm_text_align_center .frm_image_option_container,.frm_display_format_buttons.frm_text_align_center .frm_label_button_container {  justify-content: center;}.frm_display_format_buttons .frm_radio label,.frm_display_format_buttons .frm_checkbox label {  display: block;}.frm_display_format_buttons .frm_opt_container {  grid-gap: 6px !important;}.frm_display_format_buttons.frm_image_options .frm_opt_container {  width: 100%;  margin: 0;}.frm_display_format_buttons.frm_image_options .frm_radio,.frm_display_format_buttons.frm_image_options .frm_checkbox {  width: auto !important;  margin: 0 0 calc(var(--global--spacing-vertical) / 3) !important;}.frm_display_format_buttons.frm_image_options .frm_radio label,.frm_display_format_buttons.frm_image_options .frm_checkbox label {  margin-bottom: 0;}.frm_display_format_buttons.frm_image_options .frm_image_option_container img {  border-radius: var(--border-radius) !important;}.frm_display_format_buttons.frm_image_options .frm_image_option_container img,.frm_display_format_buttons.frm_image_options .frm_image_option_container .frm_empty_url {  background: transparent;  max-width: 25px;  height: 25px;  max-height: 80%;}.frm_display_format_buttons.frm_image_options .frm_image_option_container img .frm_image_placeholder_icon,.frm_display_format_buttons.frm_image_options .frm_image_option_container .frm_empty_url .frm_image_placeholder_icon {  position: static;}.frm_display_format_buttons.frm_image_options .frm_image_option_container img .frmsvg,.frm_display_format_buttons.frm_image_options .frm_image_option_container .frm_empty_url .frmsvg {  width: auto;  max-height: var(--field-height);  margin: 0;  vertical-align: baseline;}.frm_display_format_buttons.frm_image_options .frm_image_option_container .frm_text_label_for_image {  text-align: left;  width: auto;  padding: 0;}.frm_display_format_buttons.frm_image_options.frm_image_align_left.frm_text_align_right .frm_image_option_container, .frm_display_format_buttons.frm_image_options.frm_image_align_right.frm_text_align_left .frm_image_option_container {  justify-content: space-between;}.frm_display_format_buttons.frm_image_options.frm_image_align_right .frm_image_option_container img,.frm_display_format_buttons.frm_image_options.frm_image_align_right .frm_image_option_container .frm_empty_url {  order: 2;}.frm_display_format_buttons.frm_image_options.frm_image_align_right.frm_text_align_right .frm_image_option_container {  justify-content: flex-end;}.frm_display_format_buttons.vertical_radio .frm_radio,.frm_display_format_buttons.vertical_radio .frm_checkbox {  flex: 0 0 100%;}.frm_display_format_buttons.vertical_radio .frm_radio label,.frm_display_format_buttons.vertical_radio .frm_checkbox label {  padding-left: 0;  text-indent: 0;}.frm_display_format_buttons.vertical_radio .frm_opt_container, .frm_display_format_buttons.horizontal_radio .frm_opt_container {  display: flex;  gap: 6px !important;  flex-wrap: wrap;}.frm_display_format_buttons.vertical_radio .frm_radio,.frm_display_format_buttons.vertical_radio .frm_checkbox, .frm_display_format_buttons.horizontal_radio .frm_radio,.frm_display_format_buttons.horizontal_radio .frm_checkbox {  margin: 0;}.frm_display_format_buttons .frm_scale {  margin-right: 0 !important;}.frm-show-form .frm_display_format_buttons .frm_image_option_container .frm_empty_url .frm_image_placeholder_icon {  visibility: hidden;}.frm_likert > .form-field {  padding-top: 6px;  padding-bottom: 6px;  margin-bottom: 0 !important;}.frm_likert > .form-field:not(:first-child) {  border-top: 1px solid var(--border-color);}.frm_likert .frm_required {  display: none;}.frm_likert:not(.frm_likert--mobile) .frm_radio,.frm_likert:not(.frm_likert--mobile) .frm_checkbox,.frm_likert:not(.frm_likert--mobile) input[type=radio],.frm_likert:not(.frm_likert--mobile) input[type=checkbox] {  margin: 0;  text-align: center;}.frm_likert:not(.frm_likert--mobile) .vertical_radio .frm_checkbox label,.frm_likert:not(.frm_likert--mobile) .vertical_radio .frm_radio label {  text-indent: 0;}.frm_likert:not(.frm_likert--mobile) > .form-field {  display: flex;  gap: 16px;}.frm_likert:not(.frm_likert--mobile) > .form-field .frm_primary_label {  flex: 0 0 var(--width);  align-self: center;}.frm_likert:not(.frm_likert--mobile) > .form-field .frm_opt_container {  flex: auto;  display: inline-grid;  grid-template-columns: repeat(var(--columns-count), minmax(0, 1fr));  gap: 20px;  align-items: center;}.frm_likert:not(.frm_likert--mobile).frm_likert--inline > .form-field .frm_checkbox,.frm_likert:not(.frm_likert--mobile).frm_likert--inline > .form-field .frm_radio {  height: 100%;}.frm_likert:not(.frm_likert--mobile).frm_likert--inline > .form-field .frm_checkbox label,.frm_likert:not(.frm_likert--mobile).frm_likert--inline > .form-field .frm_radio label {  display: flex;  flex-direction: column-reverse;  align-items: center;  gap: 6px;  height: 100%;}.frm_likert:not(.frm_likert--mobile):not(.frm_likert--inline) > .form-field .frm_checkbox label,.frm_likert:not(.frm_likert--mobile):not(.frm_likert--inline) > .form-field .frm_radio label {  display: block;  position: relative;  text-indent: -9999px;  padding-left: 0;}.frm_likert:not(.frm_likert--mobile):not(.frm_likert--inline) > .form-field .frm_checkbox label input,.frm_likert:not(.frm_likert--mobile):not(.frm_likert--inline) > .form-field .frm_radio label input {  position: absolute !important;  left: 50%;  transform: translateX(-50%);}.frm_likert .frm_primary_label {  display: block !important;}.frm_likert[data-rows-count="1"] .frm_primary_label {  display: none !important;}.with_frm_style .frm_likert__heading {  background-color: var(--progress_bg_color);  font-size: var(--check-font-size);  font-weight: var(--check-weight);  color: var(--check-label-color);  border: none;}.frm_likert--inline .frm_likert__heading {  display: none !important;}.frm_likert__column {  text-align: center;}.frm_likert--mobile .frm_likert__heading {  display: none;}.frm_likert--mobile .frm_likert__heading + .frm_form_field {  border: none !important;}.frm_likert--mobile .with_frm_style .frm_likert > .form-field {  padding: 16px 0;}.frm_likert--mobile .with_frm_style .frm_likert .frm_opt_container {  padding: 0;}.frm_hidden_container .frm_likert .frm_primary_label {  visibility: visible !important;  white-space: normal !important;}.frm_style_sleek-smooth-style.with_frm_style .frm_none_container .frm_likert .frm_primary_label,.frm_none_container .frm_likert .frm_primary_label {  display: block !important;}.frm-ranking-field-container {  position: relative;}.frm-ranking-field-container .frm-ranking-field-option {  display: flex;  justify-content: space-between;  align-items: center;  border: 1px solid #D0D5DD;  border-radius: 8px;  margin-bottom: 8px;  padding: 8px;  position: relative;  overflow: hidden;  cursor: pointer;  box-sizing: border-box;  min-height: 32px;}.frm-ranking-field-container .frm-ranking-field-option:before {  content: "";  display: block;  position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  background: white;  z-index: 1;}.frm-ranking-field-container .frm-ranking-field-option:after {  content: "";  display: block;  position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  z-index: 2;}.frm-ranking-field-container .frm-ranking-field-option:hover {  border-color: #4199FD;}.frm-ranking-field-container .frm-ranking-field-option:hover:after {  background: rgba(128, 187, 254, 0.04);}.frm-ranking-field-container .frm-ranking-field-option.frm-ranking-draggable-option.ui-sortable-helper {  border-color: #4199FD;  box-shadow: 0px 1px 4px -1px rgba(16, 24, 40, 0.03);}.frm-ranking-field-container .frm-ranking-field-option > span {  cursor: pointer;  display: block;  width: calc(100% - 60px);  position: relative;  z-index: 3;}.frm-ranking-field-container .frm-ranking-field-option > span > label {  display: inline-block;}.frm-ranking-field-container .frm-ranking-field-option > svg {  display: none;  width: 18px;  height: 18px;  cursor: move;  position: relative;  z-index: 3;}.frm-ranking-field-container .frm-ranking-field-option select.frm-ranking-position {  margin-right: 8px;  width: 36px !important;  height: 20px;  line-height: 18px;  min-height: 20px !important;  padding: 0px !important;  text-align: center;  color: currentColor;  font-size: 12px !important;  cursor: pointer;  background-size: 7px;  background-position-x: calc(100% - 2px);}.frm-ranking-field-container .frm-ranking-field-option.frm_image_option > span:first-child {  display: flex;  align-items: center;  width: calc(100% - 100px);  line-height: 1.4em;}.frm-ranking-field-container .frm-ranking-field-option.frm_image_option .frm_image_option_container {  border: none;  width: 100%;  display: flex;  flex-shrink: 0;  flex-grow: 1;  flex-basis: content;}.frm-ranking-field-container .frm-ranking-field-option.frm_image_option .frm_image_option_container:hover {  box-shadow: none;}.frm-ranking-field-container .frm-ranking-field-option.frm_image_option .frm_image_option_container img {  height: auto;}.frm-ranking-field-container .frm-ranking-field-option.frm_image_option .frm_image_option_container .frm_text_label_for_image {  display: none;}.frm-ranking-field-container .frm-ranking-field-option.frm_image_option .frm_image_option_container.frm_label_with_image .frm_text_label_for_image {  width: calc(100% - 56px);  padding: 0px;  display: flex;  flex-direction: column;  justify-content: center;  margin-left: 8px;  text-align: left;  min-height: 48px;}.frm-ranking-field-container .frm-ranking-field-option.frm_image_option .frm_empty_url {  height: 48px;  position: relative;  background: none;}.frm-ranking-field-container .frm-ranking-field-option.frm_image_option .frm_empty_url .frm_image_placeholder_icon {  width: 100%;  height: 100%;}.frm-ranking-field-container .frm-ranking-field-option.frm_image_option .frm_empty_url .frm_image_placeholder_icon svg {  width: 25px;  height: 24px;  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  margin: auto;  transform: translateY(-4px);}.frm-ranking-field-container .frm-ranking-field-option.frm_image_option .frm_image_option_container img,.frm-ranking-field-container .frm-ranking-field-option.frm_image_option .frm_empty_url {  width: 48px;  align-self: center;  border-radius: 8px !important;}.frm-ranking-field-container.frm-ranking-field-limit-reached .frm-ranking-field-option:not(.frm-ranking-draggable-option) {  opacity: 0.5;}.frm-ranking-field-container.frm-enable-draggable .frm-ranking-draggable-option svg {  display: inline;}.frm-ranking-field-container.frm_image_options .frm_opt_container {  display: flex;  flex-direction: column;  margin: 0px;}.frm-ranking-field-container .frm_image_option_container {  pointer-events: none;}.with_frm_style, .frm_forms {--progress-border-color-b: #dbdbdb;--image-size: 150px;}.js .frm_logic_form:not(.frm_no_hide) {display:none;}.with_frm_style .frm_conf_field.frm_half label.frm_conf_label {overflow: hidden;white-space: nowrap;}.with_frm_style .frm_time_wrap{white-space:nowrap;}.with_frm_style select.frm_time_select{white-space:pre;display:inline;}.with_frm_style .frm-show-form {overflow-x:clip;}.frm-slider-wrapper {position: relative;padding: 1.5rem 0;min-width: 100px;}.frm-slider-track {width: 100%;height: var(--slider-track-size);background: var(--slider-bar-color);border-radius: 3px;position: absolute;transform: translateY(-50%);}.frm-slider-range {height: var(--slider-track-size);background: var(--slider-color);position: absolute;transform: translateY(-50%);}.frm-slider-handle {box-sizing: border-box;width: var(--slider-circle-size);height: var(--slider-circle-size);background: white;border: 2px solid var(--slider-color);border-radius: 50%;position: absolute;transform: translate( 0%, -50%);cursor: pointer;touch-action: none;}.frm-slider-handle:focus {outline: none;box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.3);}.with_frm_style .frm-show-form  .frm_section_heading h3[class*="frm_pos_"] {padding: var(--section-pad);margin: 0;font-size: var(--section-font-size);font-family: var(--font);font-weight: var(--section-weight);color: var(--section-color);border: none;background-color:var(--section-bg-color);}.frm_trigger .frmsvg {width: 16px;height: 16px;color: #667085;margin: 0 2px;}.frm_trigger > svg.frmsvg:nth-child(1) {display:inline-block;}.frm_trigger > svg.frmsvg:nth-child(2) {display:none;}.frm_trigger.active > svg.frmsvg:nth-child(2) {display:inline-block;}.frm_trigger.active > svg.frmsvg:nth-child(1) {display:none;}.with_frm_style .frm_repeat_sec {margin-bottom: var(--field-margin);margin-top: var(--field-margin);padding-bottom: 15px;border-bottom-width: var(--section-border-width);border-bottom-style: var(--section-border-style);border-color: var(--section-border-color);}.with_frm_style .frm_repeat_sec:last-child{border-bottom:none;padding-bottom:0;}.with_frm_style .frm_repeat_inline{clear:both;}.frm_invisible_section .frm_form_field,.frm_invisible_section{display:none !important;visibility:hidden !important;height:0;margin:0;}.frm_form_field .frm_repeat_sec .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button {transition: opacity .15s ease-in-out;pointer-events: none;}.frm_form_field .frm_repeat_sec .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button {display: none;}.frm_hide_remove_button.frm_remove_form_row {display: none !important;}.frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button {visibility: hidden;}.frm_form_field div.frm_repeat_grid .frm_add_form_row,.frm_form_field div.frm_repeat_inline .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row {display: inline-flex;visibility: visible;pointer-events: auto;}.frm_form_fields .frm_section_heading.frm_hidden {display: none;}.frm_repeat_buttons a.frm_remove_form_row,.frm_repeat_buttons a.frm_add_form_row {display: inline-flex;align-items: center;gap: 8px;line-height: normal;}.frm_repeat_buttons .frmsvg {width: 12px;height: 12px;}.frm_repeat_grid .frm_button,.frm_repeat_inline .frm_button,.frm_repeat_sec .frm_button{display: inline-block;line-height:1;}.frm_form_field .frm_repeat_grid ~ .frm_repeat_grid .frm_form_field .frm_primary_label{display:none !important;}.frm_section_heading.frm_no_border_top h3[class*="frm_pos_"] {border-top: none !important;}.with_frm_style .frm_input_group {position: relative;display: flex;align-items: stretch;width: 100%;}.with_frm_style .frm_input_group.frm_hidden {display: none;}.with_frm_style .frm_inline_box {display: flex;text-align: center;align-items: center;font-size: var(--field-font-size);padding: 0 12px;color: var(--form-desc-color);border-width: var(--field-border-width);border-style: var(--field-border-style);border-color: var(--border-color);background-color: var(--bg-color-disabled);border-radius: var(--border-radius);width: auto;}.with_frm_style .frm_input_group .frm_inline_box:first-child {margin-right: -1px;border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;}.with_frm_style .frm_input_group .frm_slimselect + .frm_inline_box,.with_frm_style .frm_input_group select + .frm_inline_box,.with_frm_style .frm_input_group .frm_slimselect + .frm_inline_box,.with_frm_style .frm_input_group input + .frm_inline_box,.with_frm_style .frm_input_group .frm_show_password_wrapper + .frm_inline_box {margin-left: -1px;border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}.with_frm_style .frm_input_group .frm_slimselect,.with_frm_style .frm_input_group > select,.with_frm_style .frm_input_group > input {position: relative;flex: 1 1 auto;width: 1% !important;min-width: 0;margin-top: 0;margin-bottom: 0;display: block;}.with_frm_style .frm_input_group.frm_with_pre .frm_slimselect,.with_frm_style .frm_input_group.frm_with_pre > select,.with_frm_style .frm_input_group.frm_with_pre > input,.with_frm_style .frm_input_group.frm_with_pre > .frm_show_password_wrapper > input {border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}.with_frm_style .frm_input_group.frm_with_post .frm_slimselect,.with_frm_style .frm_input_group.frm_with_post > select,.with_frm_style .frm_input_group.frm_with_post > input,.with_frm_style .frm_input_group.frm_with_post > .frm_show_password_wrapper > input {border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;}.ss-content.frm_slimselect {padding: 0 !important;}.with_frm_style .ss-value-delete {border-left: none !important;padding-left: 0 !important;}.with_frm_style .ss-main {display:flex !important;--ss-font-color: var(--text-color);--ss-border-color: var(--border-color);--ss-border-radius: var(--border-radius);--ss-bg-color: var(--bg-color);--ss-spacing-s: 6px;--ss-spacing-m: 10px;--ss-main-height: var(--field-height);border-width: var(--fieldset);font-size: var(--field-font-size);line-height: 1.3;align-self: baseline;margin-top: 3px; font-family: var(--font);}.ss-content.frm_slimselect {font-size: var(--field-font-size);font-family: var(--font);height: auto;display: flex;}.with_frm_style .ss-main .ss-values .ss-value .ss-value-text {padding: 2px var(--ss-spacing-s);}.ss-content.frm_slimselect.frm_slimselect_rtl {direction: rtl;}.ss-content.frm_slimselect.frm_slimselect_rtl .ss-search input {text-align: right;}.ss-main.frm_slimselect.frm_slimselect_rtl .ss-value-delete {margin-left: var(--ss-spacing-m);}.ss-main.frm_slimselect .ss-values .ss-placeholder {padding: 0;}.frm_fields_container .frm_form_field .ss-main.auto_width {width: auto !important;display: inline-flex !important;}.ss-main.frm_slimselect .ss-arrow {margin-left: var(--ss-spacing-s);margin-right: 0;}.frm_input_group.frm_slimselect_wrapper {flex-wrap: nowrap;}.frm_input_group.frm_slimselect_wrapper .frm_slimselect {border-radius: 0;}.frm_input_group.frm_slimselect_wrapper .ss-main.frm_slimselect {margin-top: 0;height: 1.7rem;}.with_frm_style .frm_total input,.with_frm_style .frm_total_big input {background-color:transparent;border:none;width:auto;box-shadow: none !important;}.with_frm_style .frm_total .frm_inline_box,.with_frm_style .frm_total_big .frm_inline_box {background-color:transparent !important;border-width: 0 !important;box-shadow:none !important;color:var(--text-color);padding:0 3px 0 1px !important;}.with_frm_style .frm_inline_total {padding:0 3px;}.flatpickr-calendar,#ui-datepicker-div {background:white;position: absolute;display:none;z-index:999999 !important;}.frm-datepicker.flatpickr-calendar,.frm-datepicker.ui-datepicker {z-index: 999999 !important;margin-top: 6px;}.frm-datepicker .flatpickr-calendar,.frm-datepicker.flatpickr-calendar,.frm-datepicker .ui-datepicker, .frm-datepicker.ui-datepicker {box-sizing: border-box;min-width: 282px;border-radius: var(--border-radius);padding: 16px 18px;box-shadow: 0px 11.3px 22.6px -5.65px #1018282E;}.frm-datepicker.flatpickr-calendar:not(.frm-datepicker-custom-theme),.frm-datepicker .ui-datepicker, .frm-datepicker.ui-datepicker{border: 1px solid #F2F4F7;}.frm-datepicker.ui-datepicker {display: none;}.frm-datepicker.flatpickr-calendar.inline {max-width: 40em;}.frm-datepicker .ui-datepicker .ui-datepicker-header, .frm-datepicker.ui-datepicker .ui-datepicker-header {padding: 6px 0 12px;position: relative;}.frm-datepicker.flatpickr-calendar .flatpickr-monthDropdown-months,.frm-datepicker.flatpickr-calendar .numInputWrapper,.frm-datepicker .ui-datepicker-title select.ui-datepicker-month,.frm-datepicker .ui-datepicker-title select.ui-datepicker-year {min-height: unset;width: 33% ;padding: 4px 5px 5px;line-height: 14px;margin: 0;}.frm-datepicker .ui-datepicker-title select.ui-datepicker-month,.frm-datepicker .ui-datepicker-title select.ui-datepicker-year {background-color: #fff;}.frm-datepicker.flatpickr-calendar:not(.inline) .flatpickr-monthDropdown-months {width: 53% ;}.frm-datepicker .ui-datepicker-title select.ui-datepicker-month,.frm-datepicker select.ui-datepicker-month{margin-right: 3px;}.frm-datepicker .ui-datepicker-month,.frm-datepicker .ui-datepicker-year {max-width: 100%;max-height: 2em;padding: 6px 10px;box-sizing: border-box;display: inline;color: #555555;}.frm-datepicker span.ui-datepicker-month, .frm-datepicker span.ui-datepicker-year {line-height: 25px;font-weight: 600;}.frm-datepicker .ui-datepicker-calendar {margin: 0 !important;}.frm-datepicker .ui-datepicker-calendar thead {color: var(--text-color);background-color: var(--bg-color);}.frm-datepicker .ui-datepicker-calendar thead th {padding: 8px;font-weight: 400;font-size: var(--field-font-size);color: var(--description-color);}.frm-datepicker .ui-datepicker-prev {transform: rotate(0deg) !important;}.frm-datepicker .flatpickr-months .flatpickr-next-month,.frm-datepicker .ui-datepicker-next {transform: rotate(180deg) !important;}.frm-datepicker .flatpickr-months .flatpickr-prev-month svg,.frm-datepicker .flatpickr-months .flatpickr-next-month svg {display: none;}.frm-datepicker .flatpickr-months .flatpickr-prev-month:before,.frm-datepicker .flatpickr-months .flatpickr-next-month:before,.frm-datepicker .ui-datepicker-prev:before,.frm-datepicker .ui-datepicker-next:before {content: '' !important;position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;background-color: var(--date-head-color);mask: url(/wp-content/plugins/formidable/css/ data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjOThBMkIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtMTEuMDQgNy44LTIuOTEgMi43IDIuOTEgMi43Ii8+PC9zdmc+Cg== ) no-repeat center;padding: 0 !important;}.frm-datepicker.frm-datepicker-custom-theme .flatpickr-prev-month:before,.frm-datepicker.frm-datepicker-custom-theme .flatpickr-next-month:before {background-color: #fff;}.frm-datepicker.frm-date-no-month-select .flatpickr-prev-month,.frm-datepicker.frm-date-no-month-select .flatpickr-next-month {display: none;}.google-visualization-tooltip-item-list,.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {margin: 1em 0 !important;}.google-visualization-tooltip-item {list-style-type: none !important;margin: 0.65em 0 !important;}[id^="chart__frm_pie"] .google-visualization-tooltip {pointer-events: none;}.with_frm_style .frm_scale{margin-right:15px;text-align:center;float:left;}.with_frm_style .frm_scale input[type=radio]{display:block !important;margin:0;}.with_frm_style .frm_scale input[type=radio]:checked:before {transform: scale(1);}.frm-star-group {white-space: nowrap;display: inline-block;}.frm-star-group + p {display: inline-block;}.frm-star-group input {opacity: 0;position: absolute !important;z-index: -1;}.frm-show-form .frm-star-group .frmsvg,.frm-show-form .frm-star-group input + label.star-rating {float: none;font-size: 20px;line-height: 1;cursor: pointer;background: transparent;overflow: hidden !important;clear: none;font-style: normal;vertical-align: top;position: relative;width: auto;}.frm-star-group .frmsvg {display: inline-block;width: 20px;height: 20px;fill: #FDB022;vertical-align: text-bottom;}.frm-show-form .frm-star-group input + label.star-rating {display: inline-flex;color: transparent;}.frm-show-form .frm-star-group input + label.star-rating:before {content: '';}.frm-star-group input[type=radio]:checked + label:before,.frm-star-group:not(.frm-star-hovered) input[type=radio]:checked + label:before{color:#F0AD4E;}.frm-star-group:not(.frm-star-hovered) input[type=radio]:checked + label,.frm-star-group input + label:hover,.frm-star-group:hover input + label:hover ,.frm-star-group .star-rating-on,.frm-star-group .star-rating-hover {color:#F0AD4E;}.frm-star-group .star-rating-readonly{cursor:default !important;}.frm-star-group > svg + svg {margin-left: 5px;}.frm-star-group .star-rating .frmsvg:last-of-type,.frm-star-group .star-rating-on .frmsvg:first-of-type,.frm-star-group .star-rating-hover .frmsvg:first-of-type {display: none;}.frm-star-group .star-rating-on .frmsvg:last-of-type,.frm-star-group .star-rating-hover .frmsvg:last-of-type {display: inline;}.with_frm_style .frm_other_input.frm_other_full{margin-top:10px;}.frm_left_container .frm_other_input{grid-column:2;}.frm_inline_container.frm_other_container .frm_other_input,.frm_left_container.frm_other_container .frm_other_input{margin-left:5px;}.frm_right_container.frm_other_container .frm_other_input{margin-right:5px;}.frm_inline_container.frm_other_container select ~ .frm_other_input,.frm_right_container.frm_other_container select ~ .frm_other_input,.frm_left_container.frm_other_container select ~ .frm_other_input{margin:0;}.with_frm_style input[type=file]::-webkit-file-upload-button {color: var(--text-color);background-color: var(--bg_color);padding: var(--field-pad);border-radius: var(--border-radius);border-color: var(--border-color);border-width: var(--field-border-width);border-style: var(--field-border-style);}.frm_pagination_cont ul.frm_pagination{display:inline-block;list-style:none;margin-left:0 !important;}.frm_pagination_cont ul.frm_pagination > li{display:inline;list-style:none;margin:2px;background-image:none;}ul.frm_pagination > li.active a{text-decoration:none;}.frm_pagination_cont ul.frm_pagination > li:first-child{margin-left:0;}.archive-pagination.frm_pagination_cont ul.frm_pagination > li{margin:0;}.frm_switch_opt {padding: 0 8px 0 0;white-space: normal;display: inline;vertical-align: middle;font-size: var(--toggle-font-size);font-weight: var(--check-weight);}.frm_on_label{padding:0 0 0 8px;}.frm_on_label,.frm_off_label {color: var(--check-label-color);}.frm_switch {position: relative;display: inline-block;width: 40px;height: 25px;vertical-align: middle;}.frm_switch_block input {display:none !important;}.frm_slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: var(--toggle-off-color);transition: 0.4s;border-radius: 30px;}.frm_slider:before {border-radius: 50%;position: absolute;content: "";height: 23px;width: 23px;left: 1px;bottom: 1px;background-color: white;transition: .4s;box-shadow:0 2px 6px rgba(41, 58, 82, 0.31);}input:checked + .frm_switch .frm_slider {background-color: var(--toggle-on-color);}input:focus + .frm_switch .frm_slider {box-shadow: 0 0 1px #3177c7;}input:checked + .frm_switch .frm_slider:before {transform: translateX(15px);}.frm_rtl .frm_switch_opt {padding: 0 8px;}.frm_rtl .frm_slider:before {left: 16px;}.frm_rtl input:checked + .frm_switch .frm_slider:before {transform: none!important;left: 1px;}.with_frm_style .frm_range_container {padding-top: 5px;}.with_frm_style input[type=range] {-webkit-appearance: none;display: block;width: 100%;height: var(--slider-track-size);font-size: var(--description-font-size);border-radius: calc(var(--border-radius) / 2);margin: 10px 0;outline: none;background: var(--slider-bar-color);}.with_frm_style input[type=range]:focus,.with_frm_style input[type=range]:active {background: var(--slider-bar-color);}.with_frm_style input[type=range]::-webkit-slider-thumb {-webkit-appearance: none;height: var(--slider-circle-size);width: var(--slider-circle-size);border: 2px solid #4199FD;color:#ffffff;background: #fff;cursor: pointer;border-radius: 50%;box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);}.with_frm_style input[type=range]::-moz-range-thumb {height: var(--slider-circle-size);width: var(--slider-circle-size);border: 2px solid #4199FD;color:#ffffff;background: #fff;cursor: pointer;border-radius: 50%;box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);}.with_frm_style input[type=range]::-ms-thumb {height: var(--slider-circle-size);width: var(--slider-circle-size);border: 2px solid #4199FD;color:#ffffff;background: #fff;cursor: pointer;border-radius: 50%;box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);}.with_frm_style .frm_range_unit,.with_frm_style .frm_range_value{display:inline-block;padding: 0 2px;}.with_frm_style [class^="frm-text-"] .frm_range_unit,.with_frm_style .frm_range_container > .frm_range_unit,.with_frm_style .frm_range_container .range-value span,.with_frm_style .frm_range_value {font-size: var(--slider-font-size);color: var(--text-color);font-weight: bold;}.with_frm_style .frm_range_max {float: right;}.with_frm_style .frm_range_container input + .frm_range_value {display: block;}.frm-text-left {text-align: left;}.frm-text-center {text-align: center;}.frm-text-right {text-align: right;}.with_frm_style .frm_dropzone {border-color: var(--border-color);border-radius: var(--border-radius);color: var(--text-color);background-color: var(--bg-color);}.with_frm_style .frm_dropzone .frm_upload_icon,.with_frm_style .frm_dropzone .dz-remove {color: var(--description-color);}.with_frm_style .frm_compact .frm_dropzone .frm_upload_icon {color: var(--submit-text-color);}.with_frm_style .frm_compact .frm_dropzone .frmsvg {width: 18px;height: 18px;}.with_frm_style .frm_form_field:not(.frm_compact) .frm_dropzone .frmsvg {width: 24px;height: 24px;display: block;margin: 0 auto 8px;color: #667085;}.with_frm_style .frm_dropzone .frm_remove_link .frmsvg {width: 18px;height: 18px;cursor: pointer;}.with_frm_style .frm_blank_field .frm_dropzone {border-color: var(--border-color-error);color: var(--text-color-error);background-color: var(--bg-color-error);}.with_frm_style .frm_dropzone .dz-preview .dz-progress {background: var(--progress-bg-color);}.with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,.with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress {background: var(--progress-active-bg-color);}.frm_image_size_medium {--image-size:250px;}.frm_image_size_large {--image-size:320px;}.frm_image_size_xlarge {--image-size:400px;}.frm_image_options .frm_opt_container {display: inline-flex;flex-flow: wrap;flex-direction:row;margin: 0 -10px;}.frm_image_options .frm_radio input[type=radio],.frm_image_options .frm_checkbox input[type=checkbox]{position: absolute !important;top: 9px;right: 10px;z-index: 2;margin: 0;}.frm_image_options .frm_image_option_container {border-width: var(--field-border-width);border-style: solid;border-color: var(--border-color);border-radius: var(--border-radius);display: flex;flex-wrap: wrap;box-sizing: border-box;position: relative;height: 100%;width: 100%;overflow: hidden;}.frm_image_options .frm_image_option_container.frm_label_with_image .frm_empty_url,.frm_image_options .frm_image_option_container.frm_label_with_image img {border-bottom-left-radius:0;border-bottom-right-radius:0;}.with_frm_style .vertical_radio.frm_image_options .frm_image_option > label {text-indent: 0;padding-left: 0;}.frm_show_images.frm_image_option_container {display: inline-flex;flex-wrap: nowrap;flex-direction: column;text-align: center;align-items: center;width: 150px;margin-right: 10px;margin-bottom: 10px;}.frm-summary-page-wrapper .frm_image_option_container img{width: 100%;height: 150px;object-fit: cover;}.frm_image_option_container .frm_selected_checkmark{display: none;}.frm_image_option_container .frm_image_placeholder_icon {position: absolute;}.frm_image_option_container .frm_image_placeholder_icon svg{width: 63px;opacity: .2;}.frm_text_label_for_image {font-size: var(--description-font-size);color: var(--description-color);text-align: center;width: 100%;padding: 10px;word-break: keep-all;}.frm_image_options input[type="radio"]:not([disabled]) + .frm_image_option_container:hover,.frm_image_options input[type="checkbox"]:not([disabled]) + .frm_image_option_container:hover,input[type="radio"]:checked + .frm_image_option_container,input[type="checkbox"]:checked + .frm_image_option_container {border-color: var(--border-color-active);}input[type="radio"]:disabled + .frm_image_option_container,input[type="checkbox"]:disabled + .frm_image_option_container{opacity: .7;border-color:var(--border-color-disabled);}.frm_blank_field.frm_image_options .frm_image_option_container {border-color: var(--border-color-error);}.frm_image_options .frm_image_option_container .frm_empty_url,.frm_image_options .frm_image_option_container img {width: 100%;height: 150px;height: var(--image-size);object-fit: cover;border-radius:var(--border-radius);}.frm_checkbox label.frm_screen_reader.frm_hidden,.frm_radio label.frm_screen_reader.frm_hidden {width: auto;}.frm_image_option_container .frm_empty_url {background: #ecf0f5;display: flex;justify-content: center;align-items: center;}.horizontal_radio .frm_checkbox.frm_image_option,.horizontal_radio .frm_radio.frm_image_option {padding-left: 0;}.frm_checkbox.frm_image_option,.frm_radio.frm_image_option {width:var(--image-size) !important; position: relative;}.frm_form_field .frm_checkbox.frm_image_option,.frm_form_field .frm_checkbox.frm_image_option + .frm_checkbox,.frm_form_field .frm_radio.frm_image_option,.frm_form_field .frm_radio.frm_image_option + .frm_radio {margin:10px; }.frm_checkbox.frm_image_option label,.frm_radio.frm_image_option label{padding-left: 0;margin-left: 0;min-height: 0;visibility: visible; }.frm_with_bg_image .frm_form_fields > fieldset {position: relative;}.frm_with_bg_image .frm_form_fields > fieldset:before {content: ' ';display: block;position: absolute;top: 0;height: 100%;background-position: 50% 0;left: 0;width: 100%;background-image: var(--bg-image-url);background-repeat: no-repeat;background-size: cover;}.frm_with_bg_image .frm_form_fields > fieldset > *:not(.frm_screen_reader) {z-index: 1;position: relative;}@media screen and (max-width: 768px) {.frm-pass-req, .frm-pass-verified {width: 50% !important;white-space: nowrap;}}.frm-pass-req, .frm-pass-verified {display: flex;align-items: center;float: left;width: 20%;line-height: 20px;font-size: 12px;padding-top: 4px;min-width: 175px;}.frm-pass-req .frmsvg, .frm-pass-verified .frmsvg {width: 12px;height: 12px;padding-right: 4px;}.passed_svg, .failed_svg {display: none !important;}.frm-pass-verified .passed_svg,.frm-pass-req .failed_svg {display: inline-block !important;}div.frm-password-strength {width: 100%;float: left;}.frm_show_password_wrapper {position: relative;display: inline-block;}.frm_show_password_wrapper input[type=password],.frm_show_password_wrapper input[type=text] {padding-right: 44px; display: block;}.frm_show_password_wrapper button {position: absolute;top: 50%;height: 32px;height: var(--field-height);right: 0;border: 0;background: transparent !important;cursor: pointer;transform: translateY(-50%);padding: 0 10px;color: #BFC3C8;color: var(--border-color);display: flex;align-items: center;}.frm_show_password_wrapper button:hover {color: #BFC3C8;color: var(--border-color);background: transparent !important;}.frm_show_password_wrapper button svg {width: 24px;height: 24px;}input[type="text"] + .frm_show_password_btn svg:first-child,input[type="password"] + .frm_show_password_btn svg:last-child {display: none;}.frm_show_password_btn:focus-visible {outline-offset: -6px;border-radius: 8px;}div.frm_repeat_grid:after, div.frm_repeat_inline:after, div.frm_repeat_sec:after {content: '';display: table;clear: both;}.with_frm_style .frm-summary-page-wrapper {padding: 50px;margin: 25px 0 50px;border: 1px solid var(--border-color);border-radius: var(--border-radius);}.with_frm_style .frm-summary-page-wrapper .frm-edit-page-btn {float: right;margin: 0;padding: 3px 10px;font-size: 13px;}.frm-summary-page-wrapper .frm-line-table th {width: 40%;}button .frm-icon {display: inline-block;color: inherit;width: 12px;height: 12px;fill: currentColor;}.frm-line-table {width: 100%;border-collapse: collapse;margin-top: 0.5em;font-size: var(--font-size);}.frm-line-table tr {background-color: transparent;border-bottom: 1px solid rgba(191,195,200,0.6);}.frm-line-table td,.frm-line-table th {border: 0;padding: 20px 15px;background-color: transparent;vertical-align: top;color: var(--label-color);}.frm-line-table th {opacity: .7;font-size: 1.1em;font-weight: 500;}.frm-line-table h3 {font-size: 21px;font-weight: 500;margin: 0;}.frm_form_field .frm_total_formatted {display: inline-block;margin: 5px 0 0;}.frm_form_field.frm_total_big .frm_total_formatted {margin: 0;}.frm_form_field.frm_total_big .frm_total_formatted,.frm_form_field.frm_total_big input[type=text],.frm_form_field.frm_total_big input[type=number],.frm_form_field.frm_total_big input,.frm_form_field.frm_total_big textarea{font-size: 32px;font-weight: bold;line-height: 44px;}.frm_round{border-radius:50%;}.frm_round.frm_color_block{padding:3px;}.frm_square {border-radius:var(--border-radius);object-fit:cover;width:150px;height:150px;}.frmsvg{max-width:100%;fill:currentColor;vertical-align:sub;display:inline-block;}.frm_smaller{font-size:90%;}.frm_small{font-size:14px;font-weight:normal;}.frm_bigger{font-size:110%;}ul.frm_plain_list,ul.frm_plain_list li{list-style:none;list-style-type:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0;}ul.frm_inline_list li{display:inline;padding:2px;}.frm_flex,.frm_full_row{display:flex;flex-direction:row;flex-wrap:wrap;}.frm_full_row > li,.frm_full_row > div{flex:1;text-align:center;}.frm_tiles > li,.frm_tiles > div {border: 1px solid var(--border-color);border-radius: var(--border-radius);margin-top: 20px;padding: 25px;box-shadow:0 0 5px 1px rgba(0,0,0,0.075);}.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons svg.frm-svg-icon {fill: var(--repeat-icon-color);}.with_frm_style .frm_remove_form_row:hover,.with_frm_style .frm_add_form_row:hover {border-color: var(--submit-hover-border-color);color: var(--submit-hover-color);}.with_frm_style .frm_remove_form_row.frm_button:hover,.with_frm_style .frm_add_form_row.frm_button:hover {background: var(--submit-hover-bg-color);}.with_frm_style .frm_form_field.frm_repeat_buttons .frm_add_form_row:hover svg.frm-svg-icon,.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_remove_form_row:hover svg.frm-svg-icon,.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_add_form_row:hover svg.frmsvg,.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_remove_form_row:hover svg.frmsvg {fill: var(--submit-hover-color);}.frm_tiles h3{margin-top:5px;}.frm_forms.frm_full_submit .frm_submit button {width: 100%;}.frm_forms.frm_full_submit .frm_submit.frm_flex button {width: auto;flex: 1;}select.frm_loading_lookup[multiple="multiple"] {background-image: none !important;}.with_frm_style .frm_submit button.frm_save_draft {color: var(--submit-bg-color) ;background: var(--submit-text-color) ;border-color: var(--submit-bg-color) ;}.frm_image_options:not(.frm_display_format_buttons) .frm_image_option_container :has(.frm_image_placeholder_icon){min-width: var(--image-size);}.frm_slidein .frm_form_fields  > fieldset{animation-name: frmSlideInRight;animation-duration: 1s;}.frm_slidein.frm_going_back .frm_form_fields  > fieldset {animation-name: frmSlideInLeft;}.frm_slidein.frm_slideout .frm_form_fields  > fieldset {animation-name: frmSlideOutLeft !important;}.frm_slidein.frm_slideout.frm_going_back .frm_form_fields  > fieldset {animation-name: frmSlideOutRight !important;}.frm_slidein .frm-g-recaptcha .grecaptcha-badge{animation-name: fadeIn;animation-duration: 2s;animation-fill-mode: both;}@keyframes frmSlideInLeft {0% {opacity: 0;transform: translate3d(-3000px, 0, 0);}100% {opacity: 1;transform: none;}}@keyframes frmSlideInRight {0% {opacity: 0;transform: translate3d(3000px, 0, 0);}100% {opacity: 1;transform: none;}}@keyframes frmSlideOutLeft {0% {opacity: 1;transform: none;}100% {opacity: 0;transform: translate3d(-2000px, 0, 0);}}@keyframes frmSlideOutRight {0% {opacity: 1;transform: none;}100% {opacity: 0;transform: translate3d(2000px, 0, 0);}}.frm_slideup .frm_form_fields  > fieldset {animation-name: frmSlideDown;animation-duration: 1s;animation-fill-mode: both;}.frm_slideup.frm_going_back .frm_form_fields  > fieldset {animation-name: frmSlideUp;}.frm_slideup.frm_slideout .frm_form_fields  > fieldset {animation-name: frmSlideOutUp !important;}.frm_slideup.frm_slideout.frm_going_back .frm_form_fields  > fieldset {animation-name: frmSlideOutDown !important;}@keyframes frmSlideUp {0% {opacity: 0;transform: translate3d(0, -200px, 0);}100% {opacity: 1;transform: none;}}@keyframes frmSlideDown {0% {opacity: 0;transform: translate3d(0, 200px, 0);}100% {opacity: 1;transform: none;}}@keyframes frmSlideOutUp {0% {opacity: 1;transform: none;}100% {opacity: 0;transform: translate3d(0, -200px, 0);}}@keyframes frmSlideOutDown {0% {opacity: 1;transform: none;}100% {opacity: 0;transform: translate3d(0, 200px, 0);}}:root{--ss-primary-color: #5897fb;--ss-bg-color: #ffffff;--ss-font-color: #4d4d4d;--ss-font-placeholder-color: #8d8d8d;--ss-disabled-color: #dcdee2;--ss-border-color: #dcdee2;--ss-highlight-color: #fffb8c;--ss-success-color: #00b755;--ss-error-color: #dc3545;--ss-focus-color: #5897fb;--ss-main-height: 30px;--ss-content-height: 300px;--ss-spacing-l: 7px;--ss-spacing-m: 5px;--ss-spacing-s: 3px;--ss-animation-timing: 0.2s;--ss-border-radius: 4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}.ss-hide{display:none !important}.ss-main{display:flex;flex-direction:row;position:relative;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}.ss-main.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%}.ss-main .ss-values .ss-placeholder{display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0px auto 0px;line-height:1em;align-items:center;width:100%;color:var(--ss-font-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:flex;user-select:none;align-items:center;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:flex;margin:auto 0px auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{display:flex;user-select:none;align-items:center;width:fit-content;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;height:var(--ss-spacing-l);width:var(--ss-spacing-l);padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:solid 1px var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{display:flex;align-self:center;justify-content:flex-end;flex:0 1 auto;width:8px;height:8px;margin:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:solid 1px var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);transform-origin:center top;overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-open-above{flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-open-below{opacity:1;transform:scaleY(1);transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none !important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:bold;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:flex;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);color:var(--ss-font-color);cursor:pointer;user-select:none}.ss-content .ss-list .ss-option:hover{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color)}.frm_forms {--iti-hover-color: rgba(0, 0, 0, 0.05);--iti-border-color: #ccc;--iti-dialcode-color: #999;--iti-dropdown-bg: white;--iti-search-icon-color: #999;--iti-spacer-horizontal: 8px;--iti-flag-height: 12px;--iti-flag-width: 16px;--iti-border-width: 1px;--iti-arrow-height: 4px;--iti-arrow-width: 6px;--iti-triangle-border: calc(var(--iti-arrow-width) / 2);--iti-arrow-padding: 6px;--iti-arrow-color: #555;--iti-flag-sprite-width: 3904px;--iti-flag-sprite-height: 12px;--iti-mobile-popup-margin: 30px;}.frm_forms .iti {position: relative;display: inline-block;}.frm_forms .iti * {box-sizing: border-box;}.frm_forms .iti__a11y-text {width: 1px;height: 1px;clip: rect(1px, 1px, 1px, 1px);overflow: hidden;position: absolute;}.frm_forms .iti input.iti__tel-input,.frm_forms .iti input.iti__tel-input[type="text"],.frm_forms .iti input.iti__tel-input[type="tel"] {position: relative;z-index: 0;margin: 0 !important;}.frm_forms .iti__country-container {position: absolute;top: 0;bottom: 0;left: 0;padding: var(--iti-border-width);}.frm_forms .iti__selected-country {z-index: 1;position: relative;display: flex;align-items: center;height: 100%;background: none;border: 0;margin: 0;padding: 0;font-family: inherit;font-size: inherit;color: inherit;border-radius: 0;font-weight: inherit;line-height: inherit;text-decoration: none;}.frm_forms .iti__selected-country-primary {display: flex;align-items: center;height: 100%;padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);}.frm_forms .iti__arrow {margin-left: var(--iti-arrow-padding);width: 0;height: 0;border-left: var(--iti-triangle-border) solid transparent;border-right: var(--iti-triangle-border) solid transparent;border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);}.frm_forms .iti__arrow--up {border-top: none;border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);}.frm_forms .iti__dropdown-content {border-radius: 3px;background-color: var(--iti-dropdown-bg);}.frm_forms .iti--inline-dropdown .iti__dropdown-content {position: absolute;z-index: 2;margin-top: 3px;margin-left: calc(var(--iti-border-width) * -1);border: var(--iti-border-width) solid var(--iti-border-color);box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);}.frm_forms .iti__search-input {width: 100%;border-width: 0;border-radius: 3px;padding-left: 30px;padding-right: 28px;}.frm_forms [dir="rtl"] .iti__search-input {padding-left: inherit;padding-right: 30px;background-position: right 8px center;}.frm_forms .iti__search-input + .iti__country-list {border-top: 1px solid var(--iti-border-color);}.frm_forms .iti__search-input::-webkit-search-cancel-button {appearance: none;}.frm_forms .iti__search-input-wrapper {position: relative;display: flex;align-items: center;}.frm_forms .iti__search-icon {position: absolute;left: 8px;display: flex;pointer-events: none;}.frm_forms [dir="rtl"] .iti__search-icon {left: auto;right: 8px;}.frm_forms .iti__search-icon-svg {stroke: var(--iti-search-icon-color);fill: none;stroke-width: 3;}.frm_forms .iti__search-clear {position: absolute;right: 4px;background: transparent;border: 0;border-radius: 3px;cursor: pointer;padding: 4px;display: flex;align-items: center;justify-content: center;transition: background-color 0.15s ease;width: 24px;height: 24px;}.frm_forms .iti__search-clear .iti__search-clear-x {stroke-width: 2;}.frm_forms .iti__search-clear .iti__search-clear-bg {fill: var(--iti-search-icon-color);}.frm_forms [dir="rtl"] .iti__search-clear {right: auto;left: 4px;}.frm_forms .iti__search-clear:hover,.frm_forms .iti__search-clear:focus-visible {background: var(--iti-hover-color);outline: none;}.frm_forms .iti__no-results {text-align: center;padding: 30px 0;}.frm_forms .iti__country-list {list-style: none;padding: 0;margin: 0;cursor: pointer;overflow-y: scroll;-webkit-overflow-scrolling: touch;}.frm_forms .iti--inline-dropdown .iti__country-list {max-height: 185px;}.frm_forms .iti--flexible-dropdown-width .iti__country-list {white-space: nowrap;}@media (max-width: 500px) {.frm_forms .iti--flexible-dropdown-width .iti__country-list {white-space: normal;}}.frm_forms .iti__country {display: flex;align-items: center;padding: 8px var(--iti-spacer-horizontal);outline: none;}.frm_forms .iti__dial-code {color: var(--iti-dialcode-color);}.frm_forms .iti__country.iti__highlight {background-color: var(--iti-hover-color);}.frm_forms .iti__country-list .iti__flag,.frm_forms .iti__country-name {margin-right: var(--iti-spacer-horizontal);}.frm_forms [dir="rtl"] .iti__country-list .iti__flag,.frm_forms [dir="rtl"] .iti__country-name {margin-right: 0;margin-left: var(--iti-spacer-horizontal);}.frm_forms .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) button.iti__selected-country {cursor: pointer;}.frm_forms .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,.frm_forms .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {background-color: var(--iti-hover-color);}.frm_forms .iti .iti__selected-dial-code {margin-left: 4px;}.frm_forms .iti--container {position: fixed;top: -1000px;left: -1000px;z-index: 1060;padding: var(--iti-border-width);}.frm_forms .iti--container:hover {cursor: pointer;}.frm_forms .iti__hide {display: none;}.frm_forms .iti__v-hide {visibility: hidden;}.frm_forms .iti--fullscreen-popup.iti--container {background-color: rgba(0, 0, 0, 0.5);top: 0;bottom: 0;left: 0;right: 0;position: fixed;padding: var(--iti-mobile-popup-margin);display: flex;flex-direction: column;justify-content: flex-start;}.frm_forms .iti--fullscreen-popup .iti__dropdown-content {display: flex;flex-direction: column;max-height: 100%;position: relative;}.frm_forms .iti--fullscreen-popup .iti__country {padding: 10px 10px;line-height: 1.5em;}.frm_forms .iti__flag {--iti-flag-offset: 100px;height: var(--iti-flag-height);width: var(--iti-flag-width);border-radius: 1px;box-shadow: 0px 0px 1px 0px #888;background-repeat: no-repeat;background-position: var(--iti-flag-offset) 0;background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);}.frm_forms .iti__ac {--iti-flag-offset: 0px;}.frm_forms .iti__ad {--iti-flag-offset: -16px;}.frm_forms .iti__ae {--iti-flag-offset: -32px;}.frm_forms .iti__af {--iti-flag-offset: -48px;}.frm_forms .iti__ag {--iti-flag-offset: -64px;}.frm_forms .iti__ai {--iti-flag-offset: -80px;}.frm_forms .iti__al {--iti-flag-offset: -96px;}.frm_forms .iti__am {--iti-flag-offset: -112px;}.frm_forms .iti__ao {--iti-flag-offset: -128px;}.frm_forms .iti__ar {--iti-flag-offset: -144px;}.frm_forms .iti__as {--iti-flag-offset: -160px;}.frm_forms .iti__at {--iti-flag-offset: -176px;}.frm_forms .iti__au {--iti-flag-offset: -192px;}.frm_forms .iti__aw {--iti-flag-offset: -208px;}.frm_forms .iti__ax {--iti-flag-offset: -224px;}.frm_forms .iti__az {--iti-flag-offset: -240px;}.frm_forms .iti__ba {--iti-flag-offset: -256px;}.frm_forms .iti__bb {--iti-flag-offset: -272px;}.frm_forms .iti__bd {--iti-flag-offset: -288px;}.frm_forms .iti__be {--iti-flag-offset: -304px;}.frm_forms .iti__bf {--iti-flag-offset: -320px;}.frm_forms .iti__bg {--iti-flag-offset: -336px;}.frm_forms .iti__bh {--iti-flag-offset: -352px;}.frm_forms .iti__bi {--iti-flag-offset: -368px;}.frm_forms .iti__bj {--iti-flag-offset: -384px;}.frm_forms .iti__bl {--iti-flag-offset: -400px;}.frm_forms .iti__bm {--iti-flag-offset: -416px;}.frm_forms .iti__bn {--iti-flag-offset: -432px;}.frm_forms .iti__bo {--iti-flag-offset: -448px;}.frm_forms .iti__bq {--iti-flag-offset: -464px;}.frm_forms .iti__br {--iti-flag-offset: -480px;}.frm_forms .iti__bs {--iti-flag-offset: -496px;}.frm_forms .iti__bt {--iti-flag-offset: -512px;}.frm_forms .iti__bw {--iti-flag-offset: -528px;}.frm_forms .iti__by {--iti-flag-offset: -544px;}.frm_forms .iti__bz {--iti-flag-offset: -560px;}.frm_forms .iti__ca {--iti-flag-offset: -576px;}.frm_forms .iti__cc {--iti-flag-offset: -592px;}.frm_forms .iti__cd {--iti-flag-offset: -608px;}.frm_forms .iti__cf {--iti-flag-offset: -624px;}.frm_forms .iti__cg {--iti-flag-offset: -640px;}.frm_forms .iti__ch {--iti-flag-offset: -656px;}.frm_forms .iti__ci {--iti-flag-offset: -672px;}.frm_forms .iti__ck {--iti-flag-offset: -688px;}.frm_forms .iti__cl {--iti-flag-offset: -704px;}.frm_forms .iti__cm {--iti-flag-offset: -720px;}.frm_forms .iti__cn {--iti-flag-offset: -736px;}.frm_forms .iti__co {--iti-flag-offset: -752px;}.frm_forms .iti__cr {--iti-flag-offset: -768px;}.frm_forms .iti__cu {--iti-flag-offset: -784px;}.frm_forms .iti__cv {--iti-flag-offset: -800px;}.frm_forms .iti__cw {--iti-flag-offset: -816px;}.frm_forms .iti__cx {--iti-flag-offset: -832px;}.frm_forms .iti__cy {--iti-flag-offset: -848px;}.frm_forms .iti__cz {--iti-flag-offset: -864px;}.frm_forms .iti__de {--iti-flag-offset: -880px;}.frm_forms .iti__dj {--iti-flag-offset: -896px;}.frm_forms .iti__dk {--iti-flag-offset: -912px;}.frm_forms .iti__dm {--iti-flag-offset: -928px;}.frm_forms .iti__do {--iti-flag-offset: -944px;}.frm_forms .iti__dz {--iti-flag-offset: -960px;}.frm_forms .iti__ec {--iti-flag-offset: -976px;}.frm_forms .iti__ee {--iti-flag-offset: -992px;}.frm_forms .iti__eg {--iti-flag-offset: -1008px;}.frm_forms .iti__eh {--iti-flag-offset: -1024px;}.frm_forms .iti__er {--iti-flag-offset: -1040px;}.frm_forms .iti__es {--iti-flag-offset: -1056px;}.frm_forms .iti__et {--iti-flag-offset: -1072px;}.frm_forms .iti__fi {--iti-flag-offset: -1088px;}.frm_forms .iti__fj {--iti-flag-offset: -1104px;}.frm_forms .iti__fk {--iti-flag-offset: -1120px;}.frm_forms .iti__fm {--iti-flag-offset: -1136px;}.frm_forms .iti__fo {--iti-flag-offset: -1152px;}.frm_forms .iti__fr {--iti-flag-offset: -1168px;}.frm_forms .iti__ga {--iti-flag-offset: -1184px;}.frm_forms .iti__gb {--iti-flag-offset: -1200px;}.frm_forms .iti__gd {--iti-flag-offset: -1216px;}.frm_forms .iti__ge {--iti-flag-offset: -1232px;}.frm_forms .iti__gf {--iti-flag-offset: -1248px;}.frm_forms .iti__gg {--iti-flag-offset: -1264px;}.frm_forms .iti__gh {--iti-flag-offset: -1280px;}.frm_forms .iti__gi {--iti-flag-offset: -1296px;}.frm_forms .iti__gl {--iti-flag-offset: -1312px;}.frm_forms .iti__gm {--iti-flag-offset: -1328px;}.frm_forms .iti__gn {--iti-flag-offset: -1344px;}.frm_forms .iti__gp {--iti-flag-offset: -1360px;}.frm_forms .iti__gq {--iti-flag-offset: -1376px;}.frm_forms .iti__gr {--iti-flag-offset: -1392px;}.frm_forms .iti__gt {--iti-flag-offset: -1408px;}.frm_forms .iti__gu {--iti-flag-offset: -1424px;}.frm_forms .iti__gw {--iti-flag-offset: -1440px;}.frm_forms .iti__gy {--iti-flag-offset: -1456px;}.frm_forms .iti__hk {--iti-flag-offset: -1472px;}.frm_forms .iti__hn {--iti-flag-offset: -1488px;}.frm_forms .iti__hr {--iti-flag-offset: -1504px;}.frm_forms .iti__ht {--iti-flag-offset: -1520px;}.frm_forms .iti__hu {--iti-flag-offset: -1536px;}.frm_forms .iti__id {--iti-flag-offset: -1552px;}.frm_forms .iti__ie {--iti-flag-offset: -1568px;}.frm_forms .iti__il {--iti-flag-offset: -1584px;}.frm_forms .iti__im {--iti-flag-offset: -1600px;}.frm_forms .iti__in {--iti-flag-offset: -1616px;}.frm_forms .iti__io {--iti-flag-offset: -1632px;}.frm_forms .iti__iq {--iti-flag-offset: -1648px;}.frm_forms .iti__ir {--iti-flag-offset: -1664px;}.frm_forms .iti__is {--iti-flag-offset: -1680px;}.frm_forms .iti__it {--iti-flag-offset: -1696px;}.frm_forms .iti__je {--iti-flag-offset: -1712px;}.frm_forms .iti__jm {--iti-flag-offset: -1728px;}.frm_forms .iti__jo {--iti-flag-offset: -1744px;}.frm_forms .iti__jp {--iti-flag-offset: -1760px;}.frm_forms .iti__ke {--iti-flag-offset: -1776px;}.frm_forms .iti__kg {--iti-flag-offset: -1792px;}.frm_forms .iti__kh {--iti-flag-offset: -1808px;}.frm_forms .iti__ki {--iti-flag-offset: -1824px;}.frm_forms .iti__km {--iti-flag-offset: -1840px;}.frm_forms .iti__kn {--iti-flag-offset: -1856px;}.frm_forms .iti__kp {--iti-flag-offset: -1872px;}.frm_forms .iti__kr {--iti-flag-offset: -1888px;}.frm_forms .iti__kw {--iti-flag-offset: -1904px;}.frm_forms .iti__ky {--iti-flag-offset: -1920px;}.frm_forms .iti__kz {--iti-flag-offset: -1936px;}.frm_forms .iti__la {--iti-flag-offset: -1952px;}.frm_forms .iti__lb {--iti-flag-offset: -1968px;}.frm_forms .iti__lc {--iti-flag-offset: -1984px;}.frm_forms .iti__li {--iti-flag-offset: -2000px;}.frm_forms .iti__lk {--iti-flag-offset: -2016px;}.frm_forms .iti__lr {--iti-flag-offset: -2032px;}.frm_forms .iti__ls {--iti-flag-offset: -2048px;}.frm_forms .iti__lt {--iti-flag-offset: -2064px;}.frm_forms .iti__lu {--iti-flag-offset: -2080px;}.frm_forms .iti__lv {--iti-flag-offset: -2096px;}.frm_forms .iti__ly {--iti-flag-offset: -2112px;}.frm_forms .iti__ma {--iti-flag-offset: -2128px;}.frm_forms .iti__mc {--iti-flag-offset: -2144px;}.frm_forms .iti__md {--iti-flag-offset: -2160px;}.frm_forms .iti__me {--iti-flag-offset: -2176px;}.frm_forms .iti__mf {--iti-flag-offset: -2192px;}.frm_forms .iti__mg {--iti-flag-offset: -2208px;}.frm_forms .iti__mh {--iti-flag-offset: -2224px;}.frm_forms .iti__mk {--iti-flag-offset: -2240px;}.frm_forms .iti__ml {--iti-flag-offset: -2256px;}.frm_forms .iti__mm {--iti-flag-offset: -2272px;}.frm_forms .iti__mn {--iti-flag-offset: -2288px;}.frm_forms .iti__mo {--iti-flag-offset: -2304px;}.frm_forms .iti__mp {--iti-flag-offset: -2320px;}.frm_forms .iti__mq {--iti-flag-offset: -2336px;}.frm_forms .iti__mr {--iti-flag-offset: -2352px;}.frm_forms .iti__ms {--iti-flag-offset: -2368px;}.frm_forms .iti__mt {--iti-flag-offset: -2384px;}.frm_forms .iti__mu {--iti-flag-offset: -2400px;}.frm_forms .iti__mv {--iti-flag-offset: -2416px;}.frm_forms .iti__mw {--iti-flag-offset: -2432px;}.frm_forms .iti__mx {--iti-flag-offset: -2448px;}.frm_forms .iti__my {--iti-flag-offset: -2464px;}.frm_forms .iti__mz {--iti-flag-offset: -2480px;}.frm_forms .iti__na {--iti-flag-offset: -2496px;}.frm_forms .iti__nc {--iti-flag-offset: -2512px;}.frm_forms .iti__ne {--iti-flag-offset: -2528px;}.frm_forms .iti__nf {--iti-flag-offset: -2544px;}.frm_forms .iti__ng {--iti-flag-offset: -2560px;}.frm_forms .iti__ni {--iti-flag-offset: -2576px;}.frm_forms .iti__nl {--iti-flag-offset: -2592px;}.frm_forms .iti__no {--iti-flag-offset: -2608px;}.frm_forms .iti__np {--iti-flag-offset: -2624px;}.frm_forms .iti__nr {--iti-flag-offset: -2640px;}.frm_forms .iti__nu {--iti-flag-offset: -2656px;}.frm_forms .iti__nz {--iti-flag-offset: -2672px;}.frm_forms .iti__om {--iti-flag-offset: -2688px;}.frm_forms .iti__pa {--iti-flag-offset: -2704px;}.frm_forms .iti__pe {--iti-flag-offset: -2720px;}.frm_forms .iti__pf {--iti-flag-offset: -2736px;}.frm_forms .iti__pg {--iti-flag-offset: -2752px;}.frm_forms .iti__ph {--iti-flag-offset: -2768px;}.frm_forms .iti__pk {--iti-flag-offset: -2784px;}.frm_forms .iti__pl {--iti-flag-offset: -2800px;}.frm_forms .iti__pm {--iti-flag-offset: -2816px;}.frm_forms .iti__pr {--iti-flag-offset: -2832px;}.frm_forms .iti__ps {--iti-flag-offset: -2848px;}.frm_forms .iti__pt {--iti-flag-offset: -2864px;}.frm_forms .iti__pw {--iti-flag-offset: -2880px;}.frm_forms .iti__py {--iti-flag-offset: -2896px;}.frm_forms .iti__qa {--iti-flag-offset: -2912px;}.frm_forms .iti__re {--iti-flag-offset: -2928px;}.frm_forms .iti__ro {--iti-flag-offset: -2944px;}.frm_forms .iti__rs {--iti-flag-offset: -2960px;}.frm_forms .iti__ru {--iti-flag-offset: -2976px;}.frm_forms .iti__rw {--iti-flag-offset: -2992px;}.frm_forms .iti__sa {--iti-flag-offset: -3008px;}.frm_forms .iti__sb {--iti-flag-offset: -3024px;}.frm_forms .iti__sc {--iti-flag-offset: -3040px;}.frm_forms .iti__sd {--iti-flag-offset: -3056px;}.frm_forms .iti__se {--iti-flag-offset: -3072px;}.frm_forms .iti__sg {--iti-flag-offset: -3088px;}.frm_forms .iti__sh {--iti-flag-offset: -3104px;}.frm_forms .iti__si {--iti-flag-offset: -3120px;}.frm_forms .iti__sj {--iti-flag-offset: -3136px;}.frm_forms .iti__sk {--iti-flag-offset: -3152px;}.frm_forms .iti__sl {--iti-flag-offset: -3168px;}.frm_forms .iti__sm {--iti-flag-offset: -3184px;}.frm_forms .iti__sn {--iti-flag-offset: -3200px;}.frm_forms .iti__so {--iti-flag-offset: -3216px;}.frm_forms .iti__sr {--iti-flag-offset: -3232px;}.frm_forms .iti__ss {--iti-flag-offset: -3248px;}.frm_forms .iti__st {--iti-flag-offset: -3264px;}.frm_forms .iti__sv {--iti-flag-offset: -3280px;}.frm_forms .iti__sx {--iti-flag-offset: -3296px;}.frm_forms .iti__sy {--iti-flag-offset: -3312px;}.frm_forms .iti__sz {--iti-flag-offset: -3328px;}.frm_forms .iti__tc {--iti-flag-offset: -3344px;}.frm_forms .iti__td {--iti-flag-offset: -3360px;}.frm_forms .iti__tg {--iti-flag-offset: -3376px;}.frm_forms .iti__th {--iti-flag-offset: -3392px;}.frm_forms .iti__tj {--iti-flag-offset: -3408px;}.frm_forms .iti__tk {--iti-flag-offset: -3424px;}.frm_forms .iti__tl {--iti-flag-offset: -3440px;}.frm_forms .iti__tm {--iti-flag-offset: -3456px;}.frm_forms .iti__tn {--iti-flag-offset: -3472px;}.frm_forms .iti__to {--iti-flag-offset: -3488px;}.frm_forms .iti__tr {--iti-flag-offset: -3504px;}.frm_forms .iti__tt {--iti-flag-offset: -3520px;}.frm_forms .iti__tv {--iti-flag-offset: -3536px;}.frm_forms .iti__tw {--iti-flag-offset: -3552px;}.frm_forms .iti__tz {--iti-flag-offset: -3568px;}.frm_forms .iti__ua {--iti-flag-offset: -3584px;}.frm_forms .iti__ug {--iti-flag-offset: -3600px;}.frm_forms .iti__us {--iti-flag-offset: -3616px;}.frm_forms .iti__uy {--iti-flag-offset: -3632px;}.frm_forms .iti__uz {--iti-flag-offset: -3648px;}.frm_forms .iti__va {--iti-flag-offset: -3664px;}.frm_forms .iti__vc {--iti-flag-offset: -3680px;}.frm_forms .iti__ve {--iti-flag-offset: -3696px;}.frm_forms .iti__vg {--iti-flag-offset: -3712px;}.frm_forms .iti__vi {--iti-flag-offset: -3728px;}.frm_forms .iti__vn {--iti-flag-offset: -3744px;}.frm_forms .iti__vu {--iti-flag-offset: -3760px;}.frm_forms .iti__wf {--iti-flag-offset: -3776px;}.frm_forms .iti__ws {--iti-flag-offset: -3792px;}.frm_forms .iti__xk {--iti-flag-offset: -3808px;}.frm_forms .iti__ye {--iti-flag-offset: -3824px;}.frm_forms .iti__yt {--iti-flag-offset: -3840px;}.frm_forms .iti__za {--iti-flag-offset: -3856px;}.frm_forms .iti__zm {--iti-flag-offset: -3872px;}.frm_forms .iti__zw {--iti-flag-offset: -3888px;}.frm_forms .iti__globe {background-size: contain;background-position: right;box-shadow: none;height: 19px;}.with_frm_style .iti {width: var(--field-width);--iti-spacer-horizontal: 12px;--iti-arrow-padding: 4px;--iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding) + 8px);--iti-hover-color: var(--bg-color-disabled);}@media only screen and (max-width: 782px) {.with_frm_style .iti {width: auto;}}.with_frm_style .iti__country {font-size: var(--field-font-size);}.with_frm_style .iti__selected-country {background-color: unset !important;}.with_frm_style .iti__flag {background-image: url('//nrtraininggroup.com/wp-content/plugins/formidable-pro/images/intl-tel-input/flags.webp');transform: scale(0.9);}@media (min-resolution: 2x) {.with_frm_style .iti__flag {background-image: url('//nrtraininggroup.com/wp-content/plugins/formidable-pro/images/intl-tel-input/flags@2x.webp');}}.with_frm_style .iti__globe {background-image: url('//nrtraininggroup.com/wp-content/plugins/formidable-pro/images/intl-tel-input/globe.webp');}@media (min-resolution: 2x) {.with_frm_style .iti__globe {background-image: url('//nrtraininggroup.com/wp-content/plugins/formidable-pro/images/intl-tel-input/globe@2x.webp');}}.with_frm_style .iti__arrow {border: 0;width: 16px;height: 16px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1667 7.16669L8.00004 9.50002L5.83337 7.16669' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}.with_frm_style .iti--container {position: absolute;}.with_frm_style .iti--fullscreen-popup .iti__dropdown-content {padding: 20px 15px;}.with_frm_style .iti__search-input-wrapper {margin: 3px 8px;}.with_frm_style .iti__search-input {border-width: 0 !important;padding-left: 30px !important;}.with_frm_style .iti__selected-country-primary {border-radius: var(--border-radius, 8px);}@keyframes passing-through {0% {opacity: 0;transform: translateY(40px);}30%, 70% {opacity: 1;transform: translateY(0px);}100% {opacity: 0;transform: translateY(-40px);}}@keyframes slide-in {0% {opacity: 0;transform: translateY(40px);}30% {opacity: 1;transform: translateY(0px);}}.frm_dropzone, .frm_dropzone * {box-sizing: border-box;}.frm_form_field:not(.frm_compact) .frm_dropzone {max-width: 520px;}.frm_dropzone.frm_single_upload,.frm_dropzone.dz-clickable {min-height: 36px;margin-top: 5px;line-height: 1.42857143;}.frm_dropzone.dz-clickable * {cursor: default;}.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload,.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload,.frm_form_field.frm_full .frm_dropzone.dz-started.frm_single_upload,.frm_form_field.frm_full_upload .frm_dropzone.dz-started.frm_single_upload{max-width:100%;}.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload .dz-message,.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload .dz-message{margin: .5em 0 1em;}.frm_dropzone .dz-message{border: 1px dashed #98A2B3;background:#ffffff;padding: 24px;border-radius: 8px;border-radius: var(--border-radius);cursor: pointer;display:none;font-size: 14px;text-align: center;margin: 0;}.frm_dropzone.frm_single_upload.dz-started .dz-message{display: none;}.frm_dropzone.dz-clickable .dz-message,.frm_dropzone .frm_upload_icon{display:block;}.frm_dropzone.dz-clickable .dz-message,.frm_dropzone.dz-clickable .dz-message * {cursor: pointer;}#frm_form_editor_container .frm_dropzone.dz-clickable,#frm_form_editor_container .frm_dropzone.dz-clickable *{cursor: default;}.frm_dropzone.dz-drag-hover .dz-message {opacity: 0.5;}.frm_dropzone .frm_upload_icon:before{font-size:40px;}.frm_dropzone .frm_small_text {font-size: 12px;color: #98A2B3;color: var(--form-desc-color);margin-top: 4px;}.frm_dropzone .frm_small_text p {margin: 0;}.frm_dropzone.dz-drag-hover {border-style: solid;}.frm_dropzone .dz-preview {display: flex;gap: 8px;border-radius: 8px;border-radius: var(--border-radius);padding: 12px;margin-bottom: 8px;}.frm_form_field:not(.frm_compact) .frm_dropzone .dz-preview {border: 1px solid #EAECF0;}.frm_form_field:not(.frm_compact) .frm_dropzone.frm_multi_upload .dz-message + .dz-preview {margin-top: 16px;}.frm_dropzone .dz-preview:last-child {margin-bottom: 0;}.frm_dropzone .dz-preview:hover {z-index: 1000;}.frm_dropzone .dz-preview.dz-file-preview .dz-details {opacity: 1;}.frm_dropzone .dz-preview.dz-image-preview .dz-details {transition: opacity 0.2s linear;}.frm_dropzone .dz-preview .dz-remove {cursor: pointer;border: none;float: right;}.frm_dropzone .dz-preview:hover .dz-details {opacity: 1;}.frm_dropzone .dz-preview .dz-details {font-size: 14px;font-weight: 500;}.frm_dropzone .dz-preview .dz-details .dz-size,.frm_dropzone .dz-preview .dz-details .dz-filename {display: inline-block;overflow: hidden;white-space: nowrap;}.frm_dropzone .dz-preview .dz-details .dz-size,.frm_dropzone .dz-preview .dz-details .dz-size strong {color: #98A2B3;color: var(--form-desc-color);font-weight: 400;}.frm_dropzone .dz-preview .dz-details .dz-filename {max-width: 65%;text-overflow: ellipsis;}.frm_dropzone .dz-preview .dz-details .dz-filename a{cursor:pointer;}.frm_dropzone .dz-preview .dz-column {flex-grow: 1;max-width: 100%;}.frm_dropzone .dz-preview .dz-image {max-width: 30%;overflow: hidden;}.frm_dropzone .dz-preview .dz-image img {max-height: 32px;border-radius: 8px;border-radius: var(--border-radius);}.frm_dropzone .dz-preview.dz-success .dz-success-mark {-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);}.frm_dropzone .dz-preview.dz-processing .dz-progress {transition: all 0.2s linear;}.frm_dropzone .dz-preview .dz-progress {pointer-events: none;position: relative;height: 6px;width: 100%;background: #EAECF0;background: var(--progress-bg-color);-webkit-transform: scale(1);border-radius: 8px;border-radius: var(--border-radius);overflow: hidden;}.frm_dropzone .dz-preview .dz-progress .dz-upload,.frm_dropzone .dz-preview.dz-complete .dz-progress{background: #333;background: linear-gradient(to bottom, #666, #444);}.frm_dropzone .dz-preview .dz-progress .dz-upload {position: absolute;top: 0;left: 0;bottom: 0;width: 0;transition: width 300ms ease-in-out;}.frm_dropzone .dz-preview.dz-error .dz-error-message {display: block;opacity: 1;pointer-events: auto;}.frm_dropzone .dz-preview .dz-error-message {pointer-events: none;display: none;opacity: 0;transition: opacity 0.3s ease;color: #B94A48;padding: 0.5em;}.frm_dropzone .fallback input[type=file]{display:block;}.frm_compact_text{display:none;}.frm_compact .frm_dropzone.dz-clickable{display: flex;align-items: baseline;flex-wrap: wrap;gap: 8px;padding:0;border:none;background-color:transparent;}.frm_compact .frm_dropzone.dz-clickable.frm_single_upload{max-width:100%;}.frm_compact .frm_compact_text{display:inline;}.frm_upload_text button,.frm_compact_text button {background: none !important;color: inherit !important;border: none !important;padding: 0 !important;font: inherit !important;font-weight: 500 !important;cursor: pointer !important;outline: inherit !important;height: auto !important;white-space: break-spaces;}.frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message,.frm_compact .frm_dropzone.dz-clickable .dz-message{font-size:14px;border:1px solid #dfdfdf;background:#fff;display: inline-block;min-width: fit-content;border-radius: 4px;padding: 6px 11px;box-sizing: border-box;box-shadow: 0 1px 1px #eeeeee;vertical-align: middle;margin: 0 0 1em;}.frm_compact .frm_dropzone.frm_single_upload.dz-started .dz-message,.frm_compact .frm_dropzone.frm_single_upload.dz-started.dz-clickable .dz-message {display: none;}.frm_compact .frm_dropzone .frm_upload_icon:before{font-size:22px;padding-right:7px;vertical-align: middle;}.frm_compact .frm_dropzone .frm_upload_icon{display:inline;}.frm_compact .frm_dropzone .dz-preview{min-height:20px;max-width:200px;margin: 0 5px;padding: 0;display: inline-block;border-bottom: none;}.frm_compact .frm_dropzone .dz-preview.frm_clearfix:after {content:'';}.frm_compact .frm_dropzone .frm_upload_text,.frm_compact .frm_dropzone .frm_small_text,.frm_compact .frm_dropzone .dz-preview .dz-image,.frm_compact .frm_dropzone .dz-preview .dz-details .dz-size{display:none;}.frm_compact .frm_dropzone .dz-preview .dz-details {margin: 0;}.frm_compact .frm_dropzone .dz-preview .dz-column {float: none;width: 100%;}.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename {overflow: hidden;text-overflow: ellipsis;}.frm-show-form .dz-hidden-input{display:none;}.frm_rootline_group{text-align: center;margin: 20px auto 30px;width: 100%;}ul.frm_page_bar{list-style-type: none;margin: 0 !important;padding: 0;width: 100%;display: flex;flex-wrap: wrap;box-sizing: border-box;}ul.frm_rootline {align-items: baseline;}ul.frm_page_bar li{display: flex;flex: 1;align-items: center;justify-content: center;flex-direction: column;}.frm_page_bar.frm_hidden,.frm_page_bar .frm_hidden {display: none !important;}ul.frm_rootline_hidden_steps {z-index: 1;display: flex;width: auto;position: absolute;background: #fff;padding: 16px;gap: 16px;flex-direction: column;border-radius: 6px;box-shadow: 0px 8px 24px rgb(40 47 54 / 15%);top: calc( var(--progress-size) + 10px );}.frm_show_titles ul.frm_rootline_hidden_steps {min-width: min(100%, 400px);}ul.frm_rootline_hidden_steps li {white-space: nowrap;text-align: start;z-index: 1;cursor: pointer;flex-direction: row;gap: 16px;position: relative;}.frm_rootline_hidden_steps li span.frm_rootline_title.frm_prev_page_title{text-decoration: line-through;opacity: 0.45;font-weight: 400;}.frm_rtl .frm_rootline.frm_show_lines > .frm_rootline_single:first-child::after,.frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after,.frm_rootline.frm_show_lines > .frm_rootline_single:after {height: var(--progress-border-size);background: var(--progress-border-color);content: '';position: absolute;top: 12px; top: calc( ( var(--progress-size) / 2 ) - var(--progress-border-size) );left: 50%;width: 100%;z-index: -1;}.frm_rtl .frm_rootline.frm_show_lines > .frm_rootline_single::after {right: 50%;left: auto;}.frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:last-child::after,.frm_rootline.frm_show_lines > .frm_rootline_single:last-child::after {content: none;}.frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after {width: var(--progress-border-size);height: 100%;top: max( 50%, 20px ); left: calc( ( var(--progress-size) / 2 ) - var(--progress-border-size) );}.frm_rtl .frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after {right: calc( ( var(--progress-size) / 2 ) + var(--progress-border-size) );left: auto;}.frm_rootline_hidden_steps .frm_rootline_title {flex: 1;}.frm_rootline_hidden_steps .frm_rootline_single input {margin: 0 !important;}.frm_page_bar .frm_rootline_single input{margin-bottom: 2px;font-size: 14px;}.frm_forms .frm_page_bar input,.frm_forms .frm_page_bar input:disabled{transition: background-color 0.1s ease;color: var(--progress-color) ;background-color: var(--progress-bg-color) ;border-width: var(--progress-border-size) ;border-style: solid;border-color: var(--progress-border-color-b) ;cursor: pointer ;}.frm_forms .frm_page_bar input:hover,.frm_forms .frm_page_bar input:focus{color: #2b3747;background-color: #d6d6d6;}.frm_forms .frm_rootline input {font-size: 14px;font-weight: 500;}.frm_forms .frm_rootline input:hover {opacity: 1;}.frm_forms .frm_rootline input:focus{outline: none;}.frm_forms .frm_rootline .frm_rootline_single input {border-width: 0;}.frm_forms .frm_progress_line input.frm_page_back {background-color: var(--progress-active-bg-color) ;}.frm_forms .frm_rootline input.frm_page_back {background-color: var(--progress-color);color: var(--progress-active-color);}.frm_forms .frm_rootline input.frm_page_back:hover,.frm_forms .frm_rootline input.frm_page_back:focus{background-color: #6c7888;color: #ffffff;}.frm_forms .frm_page_bar .frm_current_page input[type="button"]{background-color: var(--progress-bg-color);border-color: var(--progress-border-color);}.frm_progress .frm_rootline_single{text-align: center;margin: 0;padding: 0;}.frm_rootline > .frm_rootline_single {min-width: 50px;position: relative;padding: 0 10px;margin-left: 0;margin-right: 0;}.frm_rootline.frm_show_titles > .frm_rootline_single {min-width: min(150px, 30%);}.frm_rootline_single input{display: flex;text-align: center;justify-content: center;margin: auto;}.frm_rootline_hidden_steps .frm_rootline_single input{display: inline-block;}.frm_current_page .frm_rootline_title {color: var(--progress-active-color) ;}.frm_rootline_title,.frm_pages_complete,.frm_percent_complete {font-size: 12px;font-weight: 500;padding: 6px 0;color: var(--progress-color) ;}.frm_rootline_title {font-size: 14px;}.frm_pages_complete {float: right;}.frm_percent_complete {float: left;}.frm_forms .frm_progress_line input,.frm_forms .frm_progress_line input:disabled {width: 100%;border: none;border-top: 1px solid var(--progress-border-color);border-bottom: 1px solid var(--progress-border-color);box-shadow: inset 0 2px 10px -10px rgba(41, 58, 82, 0.31);margin: 0;padding: 0;border-radius: 0;font-size: 0;line-height: 15px;}.frm_forms .frm_progress_line.frm_show_lines input {border-left: 1px solid var(--progress-color);border-right: 1px solid var(--progress-color);}.frm_progress_line .frm_rootline_single {justify-content: flex-end;margin: 0;}.frm_forms .frm_progress_line li:first-of-type input {border-top-left-radius: 15px;border-bottom-left-radius: 15px;border-left: 1px solid var(--progress-active-bg-color);}.frm_forms .frm_progress_line li:last-of-type input {border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-right: 1px solid var(--progress-active-bg-color);}.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip {border-right: 1px solid var(--progress-border-color);}.frm_forms .frm_progress_line .frm_current_page input[type="button"] {border-left: 1px solid var(--progress-border-color);}.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {border-right: 1px solid var(--progress-color);}.frm_forms .frm_progress_line input.frm_page_back {border-color: var(--progress-active-bg-color);}.frm_forms .frm_progress_line.frm_show_lines input.frm_page_back {border-left-color: var(--progress-active-bg-color);border-right-color: var(--progress-color);}.frm_rtl.frm_forms .frm_progress_line li:first-of-type input {border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-top-left-radius:0px;border-bottom-left-radius:0px;border-right: 1px solid var(--progress-active-bg-color);}.frm_rtl.frm_forms .frm_progress_line li:last-of-type input{border-top-left-radius: 15px;border-bottom-left-radius: 15px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-left: 1px solid var(--progress-active-bg-color);}.frm_rtl.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip {border-left: 1px solid var(--progress-border-color);border-right:none;}.frm_rtl.frm_forms .frm_progress_line .frm_current_page input[type="button"] {border-right: 1px solid var(--progress-border-color);border-left:none;}.frm_rtl.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type="button"] {border-left: 1px solid var(--progress-color);border-right:none;}.frm_rootline_single > .frm_rootline_node {position: relative;}.frm_rootline.frm_show_lines{position: relative;z-index: 1;}.frm_rootline.frm_show_lines span{display: block;}.frm_forms .frm_rootline input {width: var(--progress-size);height: var(--progress-size);min-height: auto;border-radius: var(--progress-size);padding: 0;}.frm_forms input.frm_rootline_show_more_btn {font-weight: 900;}.frm_forms .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn {color: var(--progress-color) !important;}.frm_page_bar input.frm_rootline_show_more_btn.active {opacity: 1;}.frm_forms .frm_rootline input:focus {border-color: var(--progress-active-bg-color) ;}.frm_forms .frm_rootline .frm_current_page input[type="button"] {border-color: #4386e2;background-color: var(--progress-active-bg-color);color: var(--progress-active-color);}.frm_forms .frm_progress_line input,.frm_forms .frm_progress_line input:disabled,.frm_forms .frm_progress_line .frm_current_page input[type="button"],.frm_forms .frm_rootline.frm_no_numbers input,.frm_forms .frm_rootline.frm_no_numbers .frm_current_page input[type="button"] {color: transparent !important;}.frm_rootline_show_hidden_steps_btn:not(.active)>.frm_rootline_title{display: none;}@media only screen and (max-width: 700px) {.frm_show_titles ul.frm_rootline_hidden_steps {min-width: 16px;}}@media only screen and (max-width: 500px) {.frm_rootline.frm_rootline_4 span.frm_rootline_title,.frm_rootline.frm_rootline_3 span.frm_rootline_title{display:none;}}.frm-grid-view {grid-template-columns: repeat(12, 1fr);--v-tl-padding: 10px;--v-tl-border-color: #efefef;--v-tl-border-style: solid;--v-tl-border-thickness: 1px;--v-tl-background-color: initial;--v-tl-line-height: initial;--v-tl-font-size: initial;--v-tl-border-radius: initial;--v-tl-grid-column: span 12/span 12;}.frm-grid-view > div {padding: 10px;padding: var(--v-tl-padding);border: 1px solid #efefef;border-color: var(--v-tl-border-color);border-style: var(--v-tl-border-style);border-width: var(--v-tl-border-thickness);border-radius: var(--v-tl-border-radius);background-color: var(--v-tl-background-color);line-height: var(--v-tl-line-height);font-size: var(--v-tl-font-size);grid-column: span 12/span 12;grid-column: var(--v-tl-grid-column);}.is-layout-constrained > .frm_grid_container {max-width: 100%;}table.frm-responsive-table td {--v-responsive-table-label: "";}@media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px)  {table.frm-responsive-table, table.frm-responsive-table thead, table.frm-responsive-table tbody, table.frm-responsive-table th, table.frm-responsive-table td, table.frm-responsive-table tr {display: block;}table.frm-responsive-table thead tr {position: absolute;top: -9999px;left: -9999px;}table.frm-responsive-table tr {border: 1px solid var(--border-color);}table.frm-responsive-table td {border: none;border-bottom: 1px solid var(--border-color);position: relative;padding-left: 50% !important;min-height: 40px;box-sizing: content-box;}table.frm-responsive-table td:last-of-type {border-bottom: none;}table.frm-responsive-table.frm-alt-table td {min-height: 20px;}table.frm-responsive-table td:before {position: absolute;width: 45%;left: 10px;padding-right: 10px;content: var(--v-responsive-table-label);white-space: wrap;}table.frm-responsive-table.frm-alt-table td:before {left: 20px;}}.frmcal {padding-top:30px;}.frmcal-title {font-size:116%;}.frmcal table.frmcal-calendar {border-collapse:collapse;margin-top:20px;color:#555555;}.frmcal table.frmcal-calendar,.frmcal table.frmcal-calendar tbody tr td {border:1px solid #BFC3C8;}.frmcal table.frmcal-calendar,.frmcal,.frmcal-header {width:100%;}.frmcal-header {text-align:center;}.frmcal-prev {margin-right:10px;}.frmcal-prev,.frmcal-dropdown {float:left;}.frmcal-dropdown {margin-left:5px;}.frmcal-next {float:right;}.frmcal table.frmcal-calendar thead tr th {text-align:center;padding:2px 4px;}.frmcal table.frmcal-calendar tbody tr td {height:110px;width:14.28%;vertical-align:top;padding:0 !important;color:#555555;font-size:12px;}table.frmcal-calendar .frmcal_date {background-color:#ffffff;padding:0 5px;text-align:right;box-shadow:0 2px 5px #BFC3C8;}table.frmcal-calendar .frmcal-today .frmcal_date {background-color:#ffffff;padding:0 5px;text-align:right;box-shadow:0 2px 5px #66afe9;}.frmcal_day_name,.frmcal_num {display:inline;}.frmcal-content {padding:2px 4px;}:root {--frm-views-calendar-border-color: rgba(209, 209, 219, 1);--frm-views-calendar-border-radius: 8px;--frm-views-calendar-background-hover-color: rgba(249, 249, 251, 1);--frm-views-calendar-svg-arrow-bottom: url( "data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00012 9L12.0001 15L18.0001 9' stroke='%231A4548' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A" );--frm-views-calendar-svg-time-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 19.25C16.0041 19.25 19.25 16.0041 19.25 12C19.25 7.99594 16.0041 4.75 12 4.75C7.99594 4.75 4.75 7.99594 4.75 12C4.75 16.0041 7.99594 19.25 12 19.25Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M12 8V12L14 14' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");--frm-views-calendar-svg-date-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 8.75C4.75 7.64543 5.64543 6.75 6.75 6.75H17.25C18.3546 6.75 19.25 7.64543 19.25 8.75V17.25C19.25 18.3546 18.3546 19.25 17.25 19.25H6.75C5.64543 19.25 4.75 18.3546 4.75 17.25V8.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 4.75V8.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 4.75V8.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.75 10.75H16.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--frm-views-calendar-svg-location-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.25 11C18.25 15 12 19.25 12 19.25C12 19.25 5.75 15 5.75 11C5.75 7.5 8.68629 4.75 12 4.75C15.3137 4.75 18.25 7.5 18.25 11Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 13.25C13.2426 13.25 14.25 12.2426 14.25 11C14.25 9.75736 13.2426 8.75 12 8.75C10.7574 8.75 9.75 9.75736 9.75 11C9.75 12.2426 10.7574 13.25 12 13.25Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--frm-views-calendar-color: rgba(40, 40, 51, 1);--frm-views-calendar-accent-color: rgba(0, 172, 255, 1);--frm-views-calendar-accent-bg-color: rgba( 0, 172, 255, 0.1 );--frm-views-calendar-background-color: #ffffff;--frm-views-calendar-font-size: 14px;}.wp-admin .frmcal select {width: auto;margin-left: 5px;}.frmcal-hide {display: none;}div.frm-modern-calendar {background: var(--frm-views-calendar-background-color);}.frm-modern-calendar .frmcal-header,.frm-modern-calendar .frmcal-mobile-events-wrapper,.frm-modern-calendar .frmcal-popup > *,.frm-modern-calendar .frmcal-filters,.frm-modern-calendar > div:not(.frmcal-row-headings) > div .frmcal_date,.frm-modern-calendar .frmcal-row-headings,.frm-modern-calendar .frmcal-content,.frm-modern-calendar .frmcal-content p {font-size: var(--frm-views-calendar-font-size);line-height: 1.25em;}.frmcal-today-button,.frmcal-calendar {color: var(--frm-views-calendar-color);font-size: var(--frm-views-calendar-font-size);}.frm-modern-calendar .frmcal-header {display: flex;justify-content: space-between;height: 46px;gap: 15px;}.frm-modern-calendar .frmcal-header > * {height: 100%;}.frm-modern-calendar .frmcal-navs {width: 110px;border: 1px solid var(--frm-views-calendar-border-color);border-radius: 8px;overflow: hidden;display:flex;}.frm-modern-calendar .frmcal-navs a {display: flex;width: 50%;height: 100%;align-items: center;justify-content: center;position: relative;margin: 0px;}.frm-modern-calendar .frmcal-navs a:hover {background-color: var(--frm-views-calendar-background-hover-color);}.frm-modern-calendar .frmcal-navs a:first-child img {transform: rotate(180deg);}.frm-modern-calendar .frmcal-navs a:first-child:after {content: '';display: block;width: 1px;height: 100%;background-color: var(--frm-views-calendar-border-color);position: absolute;right: 0;top: 0;}.frm-modern-calendar .frmcal-today-button {display: inline-block;border: 1px solid var(--frm-views-calendar-border-color);border-radius: var(--frm-views-calendar-border-radius);margin-left: 40px;height: 46px;width: 78px;text-align: center;line-height: 46px;text-decoration: none;font-weight: 700;padding: 0px 8px;}.frm-modern-calendar.frm-calendar-small-wrapper .frmcal-today-button {display: none;}.frm-modern-calendar .frmcal-title {display: flex;align-items: center;justify-content: flex-start;width: calc(100% - 400px);text-align: left;font-size: 1.7em;color: var(--frm-views-calendar-color);}.frm-modern-calendar .frmcal-filters {width: 286px;display: flex;}.frm-modern-calendar .frmcal-filters select {appearance: none;border: 1px solid var(--frm-views-calendar-border-color);border-radius: 8px;font-size: 1.14em;height: 100%;text-align: left;box-sizing: border-box;padding-left: 20px;font-weight: 600;background: var(--frm-views-calendar-svg-arrow-bottom) no-repeat;background-size: 24px 24px;background-position: right 15px top 11px;color: var(--frm-views-calendar-color);}.frm-modern-calendar select::-ms-expand {display: none;}.frm-modern-calendar .frmcal-filters select:first-child {width: 150px;margin-right: 8px;}.frm-modern-calendar .frmcal-filters select:last-child {width: 125px;}.frmcal-calendar {margin-top: 20px;border: 1px solid var(--frm-views-calendar-border-color);border-radius: var(--frm-views-calendar-border-radius);}.frmcal-calendar > div {width: 100%;display: flex;justify-content: space-between;box-sizing: border-box;overflow: hidden;}.frmcal-calendar > div .frmcal-today .frmcal_date {color: var(--frm-views-calendar-accent-color);}@media screen and ( min-width: 769px ) {.frmcal-calendar > div .frmcal-today::before{content: '';position: absolute;width: 100%;height: 5px;background-color: var(--frm-views-calendar-accent-color);top: 0;left: 0;}}.frmcal-calendar > div:not(.frmcal-row-headings) > div {width: 14.23%;min-height: 167px;position: relative;display: flex;flex: 0 0 auto;flex-direction: column;}.frmcal-calendar > div:not(.frmcal-row-headings):not(:last-child){border-bottom: 1px solid var(--frm-views-calendar-border-color);}.frmcal-calendar > div:not(.frmcal-row-headings) > div:not(:last-child) {border-right: 1px solid var(--frm-views-calendar-border-color);}.frmcal-calendar .frmcal-row-headings {height: 50px;text-transform: uppercase;border-bottom: 1px solid var(--frm-views-calendar-border-color);font-weight: 600;}.frmcal-calendar .frmcal-row-headings > div {width: 14.28%;justify-content: center;display: flex;align-items: center;}.frmcal-calendar > div:not(.frmcal-row-headings) > div .frmcal_date {margin: 16px 0px 0px 16px;font-weight: 600;}.frmcal-calendar .frmcal_date .frm-inactive {opacity: 0.6;}.frmcal-calendar .frmcal-content {padding: 16px;word-wrap: break-word;}.frmcal-mobile-events-wrapper h1,.frmcal-mobile-events-wrapper h2,.frmcal-mobile-events-wrapper h3,.frmcal-mobile-events-wrapper h4,.frmcal-mobile-events-wrapper h5,.frmcal-mobile-events-wrapper h6,.frmcal-calendar .frmcal-content h1,.frmcal-calendar .frmcal-content h2,.frmcal-calendar .frmcal-content h3,.frmcal-calendar .frmcal-content h4,.frmcal-calendar .frmcal-content h5,.frmcal-calendar .frmcal-content h6 {padding: 0px;margin: 0px;font-weight: 600;font-size: 1.14em;}.frmcal-calendar .frmcal-content p {margin: 0px 0px 6px 0px;}.frmcal-calendar .frmcal-content p:last-child {margin-bottom: 0px;}.frmcal-calendar .frmcal-content strong {font-weight: 600;}.frmcal-multi-day-event {position: absolute;left: 0;top: 45px;box-sizing: border-box;padding: 16px 18px;z-index: 3;color: var(--frm-views-calendar-color);background: #ffffff;}.frmcal-multi-day-event::after {content:'';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;background: var(--frm-views-calendar-accent-bg-color);}.frmcal-multi-day-event:not(.frmcal-multi-day-event--duplicate)::before,.frm-repeating-event.frmcal-multi-day-event:not(.frm-ending-repeated-multiday)::before {content: '';position: absolute;width: 2px;height: calc( 100% - 16px );background-color: var(--frm-views-calendar-accent-color);top: 0;left: 0;bottom: 0;margin: auto auto auto 8px;}.frmcal-daily-event .frm-calendar-event-date {display: none;}.frmcal-multi-day-event .frmcal-daily-event .frm-calendar-event-date {display: inline;}.frm_rtl .frmcal-multi-day-event {text-align: right;}.frm_rtl .frmcal-multi-day-event:not(.frmcal-multi-day-event--duplicate)::before {left: auto;right: 0;margin: auto 8px auto auto;}.frmcal-multi-day-event.frmcal-multi-day-event--short > * {opacity: 0;}.frmcal-multi-day-event.frmcal-multi-day-event--short {height: 81px;}.frmcal-multi-day-event > * {position: relative;z-index: 2;}.frm-daily-event {position: relative;}.frmcal-event-content {margin-bottom: 8px;}.frm-modern-calendar:not(.frm-no-popup) .frmcal-multi-day-event:hover,.frm-modern-calendar:not(.frm-no-popup) .frmcal-event-content:hover {cursor: pointer;}.frmcal-popup {position: absolute;top: 0;left: 0;background: white;border-radius: 8px;width: 300px;z-index: 5;box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);transform: translateY(calc( -100% - 20px ));box-sizing: border-box;padding: 20px;opacity: 1.0;}.frmcal-popup:not(.frm-active) {pointer-events: none;}.frmcal-popup * {pointer-events: none;}.frmcal-popup::after {content: '';display: block;width: 0;height: 0;position: absolute;bottom: 2px;left: 0;right: 0;margin: auto;border-left: 15px solid transparent;border-right: 15px solid transparent;border-top: 15px solid white;transform: translateY(100%);border-radius: 4px;}.frmcal-popup.frm-displayed-below:after {bottom: auto;top: 0;transform: translateY(-100%);border-top: 0px;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 15px solid white;}.frmcal-popup--thumbnail {display: flex;justify-content: center;max-height: 200px;overflow: hidden;border-radius: 8px;}.frmcal-popup--thumbnail img {max-width: 100%;}.frmcal-popup h3 {font-size: 1.14em;font-weight: 700;}.frmcal-popup h4, .frmcal-popup h3 {line-height: 1.25em;}.frmcal-popup h4.frmcal-popup--location,.frmcal-popup h4.frmcal-popup--time,.frmcal-popup h4.frmcal-popup--date {font-weight: 400;position: relative;padding-left: 30px;font-size: var(--frm-views-calendar-font-size);}.frmcal-popup h4.frmcal-popup--location::before,.frmcal-popup h4.frmcal-popup--time::before,.frmcal-popup h4.frmcal-popup--date::before {content: '';width: 24px;height: 24px;position: absolute;top: 0;left: 0;margin: auto;}.frmcal-popup h4.frmcal-popup--time::before {background: var( --frm-views-calendar-svg-time-icon ) no-repeat;background-size: 100%;}.frmcal-popup h4.frmcal-popup--date::before {background: var( --frm-views-calendar-svg-date-icon ) no-repeat;background-size: 100%;background-position: 0px -2px;}.frmcal-popup h4.frmcal-popup--location::before {background: var( --frm-views-calendar-svg-location-icon ) no-repeat;background-size: 100%;}.frmcal-mobile-events-wrapper > *,.frmcal-popup > * {margin: 0px 0px 16px 0px;padding: 0px;color: var(--frm-views-calendar-color);}@media screen and ( min-width: 769px ) {.frmcal-hide-on-desktop {display: none;}}@media screen and ( max-width: 768px ) {.frm-modern-calendar .frmcal-hide-on-mobile {display: none;}.frmcal-filters {width: 238px;}.frmcal-filters select {padding-left: 8px;background-position: right 8px top 11px;}.frmcal-filters select:first-child {width: 130px;}.frmcal-filters select:last-child {width: 100px;}.frmcal-calendar > div:not(.frmcal-row-headings) > div {min-height: 65px;}.frmcal-calendar > div:not(.frmcal-row-headings) > div .frmcal_date {margin: 16px auto 0px auto;}.frmcal-content > .frmcal-daily-event:first-of-type {text-align: center;}.frmcal-content > .frmcal-daily-event:first-of-type::before {content: '';display: block;width: 8px;height: 8px;border-radius: 50%;background: var(--frm-views-calendar-accent-color);margin: auto;}.frmcal-mobile-events-wrapper.frm-active  {padding: 20px 16px;border: 1px solid var(--frm-views-calendar-border-color);border-radius: 0px 0px var(--frm-views-calendar-border-radius) var(--frm-views-calendar-border-radius);}.frmcal.frmcal--mobile-event-active .frmcal-calendar {border-radius: var(--frm-views-calendar-border-radius) var(--frm-views-calendar-border-radius) 0px 0px;border-bottom: 0px;}.frmcal-mobile-events-wrapper {box-sizing: border-box;}.frmcal-mobile-events-wrapper > * {padding: 0px;margin: 0px 0px 16px 0px;}.frmcal-day--active::before {content: '';position: absolute;width: 100%;height: 5px;background-color: var( --frm-views-calendar-accent-color );top: 0;left: 0;}.frmcal-day--active {background: var( --frm-views-calendar-accent-bg-color );}}.frm-timeline-view--wrapper {position: relative;--frm-views-timeline--line-color: rgba(152, 162, 179, 1);--frm-views-timeline--marker-color: #12B76A;--frm-views-timeline--card-background: #ffffff;--frm-views-timeline--text-color: rgba(29, 41, 57, 1);--frm-views-timeline--popup-background: #ffffff;--frm-views-timeline--popup-text-color: rgba(29, 41, 57, 1);}.frm-timeline-view--wrapper.frm-timeline-view--horizontal {overflow: hidden;}.frm-timeline-view-container {max-width: 700px;width: 100%;position: relative;padding: 1px 0px 110px 0px;margin: 0 auto;}.frm-timeline-view-container:after {content: '';display: block;width: 15px;height: 2px;background: var( --frm-views-timeline--line-color );position: absolute;bottom: 0;left:0;right:0;margin: auto;}.frm-timeline-view--horizontal .frm-timeline-view-container:after {bottom: 0;top: 0;width: 2px;height: 15px;left: auto;}.frm-timeline-view--divider {display: flex;justify-content: center;align-items: center;margin-top: 120px;position: relative;z-index: 10;opacity: 0.0;filter: blur( 4px );transform: scaleY( 0.0 );transform-origin: center;transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), filter 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);}.frm-timeline-view--horizontal .frm-timeline-view--divider {margin-top: 0px;margin-left: 120px;}.frm-timeline-view--divider.frm-timeline-view--divider-active {opacity: 1.0;filter: blur( 0px );transform: scaleY( 1.0 );transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1), filter 0.25s cubic-bezier(0.33, 1, 0.68, 1), transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);}.frm-timeline-view--divider .frm-timeline-view--divider-shape {min-width: 53px;padding: 0px 10px;height: 40px;background-color: var( --frm-views-timeline--marker-color );border-radius: 8px;z-index: 3;}.frm-timeline-view--divider .frm-timeline-view--divider-shape span {display: block;line-height: 100%;width: 100%;text-align: center;font-size: 16px;font-weight: 600;line-height: 40px;color: white;opacity: 0.0;transform: translateY( -2px );}.frm-timeline-view--divider.frm-timeline-view--divider-active .frm-timeline-view--divider-shape span {opacity: 1.0;transform: translateY( 0px );transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1), transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);transition-delay: 0.15s;}.frm-timeline-view--wrapper .frm-timeline-view--content-box img {max-width: 100%;}.frm-timeline-view--empty-entry {height: 190px;}.frm-timeline-view-container.frm-animation-ended:after {background: var( --frm-views-timeline--marker-color );}.frm-timeline-view--tracker {position: absolute;top: 0;left: 0;right: 0;height: 100%;margin: 0 auto;width: 15px;}.frm-timeline-view--horizontal + .frm_ajax_pagination_cont {display: none;}.frm-timeline-view--horizontal .frm-timeline-view--tracker {top:0;bottom: 0;left: 0;margin: auto 0;width: 100%;height: 15px;}.frm-timeline-view--horizontal.frm-animation-ended .frm-timeline-view--tracker-line {width: 100% !important;}.frm-timeline-view--horizontal.frm-animation-ended .frm-timeline-view-container:after {background: var( --frm-views-timeline--marker-color );}.frm-timeline-view--horizontal .frm-timeline-view--tracker:before {top: 0;bottom: 0;margin: auto 0;}.frm-timeline-view--horizontal .frm-timeline-view--tracker-line {height: 15px;top: 0;bottom: 0;margin: auto 0;}.frm-timeline-view--horizontal .frm-timeline-view--tracker-line::before {top: 0;bottom: 0;margin: auto 0;right: auto;width: 2px;height: 15px;}.frm-timeline-view--horizontal .frm-timeline-view--tracker-line:after {margin-top: 0;position: absolute;top: 0;left: 0;bottom: 0;margin: auto 0;width: 100%;height: 2px;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal {position: relative;overflow-x: auto;scrollbar-width: none; -ms-overflow-style: none; }.frm-timeline-view--wrapper.frm-timeline-view--horizontal,.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--content{min-height: 240px;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal::-webkit-scrollbar {display: none;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--content,.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view-container {height: 100%;padding: 0px;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view-container{max-width: unset;width: max-content;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--content {display: flex;padding: 0px;flex-wrap: nowrap;gap: 20px;width: max-content;position: relative;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--content .frm-timeline-view--animate-first,.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--content .frm-timeline-view--animate-second {position: absolute;top: 50%;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--content .frm-timeline-view--item[data-even="true"] .frm-timeline-view--animate-second {transform: translateY( calc( -100% - 40px ) );}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--content .frm-timeline-view--item[data-even="true"] .frm-timeline-view--animate-first {margin-top: 20px;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--content .frm-timeline-view--item[data-even="false"] .frm-timeline-view--animate-second {margin-top: 30px;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--content .frm-timeline-view--item[data-even="false"] .frm-timeline-view--animate-first {transform: translateY( calc( -100% - 30px ) );}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--item {margin-top: 0px;min-width: 380px;flex: 0 0 auto;position: relative;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--item .frm-timeline-view--content-col:nth-child( 2 ) {position: absolute;width: 40px;height: 40px;top: 0;left: 0;right: 0;bottom: 0;margin: auto;transform: translateY( -2px );z-index: 5;}.frm-timeline-view--tracker::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 2px;background: var( --frm-views-timeline--line-color );display: block;z-index: 1;}.frm-timeline-view--tracker:after {content: '';position: absolute;top: 0;left: 0;right: 0;background: var( --frm-views-timeline--line-color );width: 2px;height: 100%;margin: 0 auto;z-index: 1;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--tracker:after {right: auto;}.frm-timeline-view--tracker-line {position: absolute;width: 100%;height: 0;overflow: hidden;width: 15px;transition: height 0.4s cubic-bezier(0.33, 1, 0.68, 1);}.frm-timeline-view--horizontal .frm-timeline-view--tracker-line {transition: width 0.4s cubic-bezier(0.33, 1, 0.68, 1);}.frm-timeline-view--tracker-line::before {content: '';position: relative;top: 0;left: 0;width: 15px;height: 2px;background: var( --frm-views-timeline--marker-color );display: block;z-index :2;}.frm-timeline-view--tracker-line:after {position: relative;z-index: 2;content: '';display: block;width: 2px;left: 0;right: 0;margin: 0 auto;height: 100%;margin-top: 2px;background-color: var( --frm-views-timeline--marker-color );}.frm-timeline-view--item {display: flex;justify-content: center;align-items: center;margin-top: 110px;}.frm-timeline-view--wrapper:not(.frm-timeline-view--horizontal) .frm-timeline-view--content-col {flex: 1;}.frm-timeline-view--marker {width: 24px;height: 24px;display: flex;justify-content: center;align-items: center;position: relative;box-sizing: border-box;}.frm-timeline-view--marker svg:not( .frm-timeline-view--marker-svg-active ) {position: relative;z-index: 4;width: 100%;height: 100%;}.frm-timeline-view--marker-svg-active {position: absolute;top: 0;left: 0;width: 100%;height: 100%;stroke-linecap: round;transform: rotate(-90deg);z-index: 5;transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);}.frm-timeline-view--marker .frm-timeline-view--marker-icon {position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;padding: 5px;z-index: 6;display: flex;flex-direction: column;justify-content: center;align-items: center;opacity: 0.0;transform: scale( 0.2 );transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);font-size: 14px;color: var( --frm-views-timeline--marker-color );}.frm-timeline-view--marker .frm-timeline-view--marker-icon img {width: 100%;height: 100%;border-radius: 50%;}.frm-timeline-view--marker.frm-timeline-view--marker-medium {width: 40px;height: 40px;}.frm-timeline-view--marker.frm-timeline-view--marker-large {width: 60px;height: 60px;}.frm-timeline-view--marker.frm-timeline-view--marker-medium .frm-timeline-view--marker-icon img {width: calc( 100% - 4px );height: calc( 100% - 4px );}.frm-timeline-view--marker.frm-timeline-view--marker-large img {width: calc( 100% - 4px );height: calc( 100% - 4px );}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--marker .frm-timeline-view--marker-svg-active {transform: rotate( 180deg );}.frm-timeline-view--marker-dot {display: block;position: relative;width: 24px;height: 24px;background-color:white;box-shadow: 0px 0.47px 0.94px 0px rgba( 16, 24, 40, 0.06 ), 0px 0.47px 1.41px 0px rgba( 16, 24, 40, 0.1 );border-radius: 50%;z-index: 6;}.frm-timeline-view--marker-dot .frm-timeline-view--marker-dot-icon {content: '';position: absolute;width: 8px;height: 8px;background-color: var( --frm-views-timeline--marker-color );border-radius: 50%;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 7;transform: scale( 0.0 );opacity: 0.0;transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);}.frm-timeline-view--content-col:first-child {text-align: right;display: flex;flex-direction: column;justify-content: center;}.frm-timeline-view--wrapper:not( .frm-timeline-view--horizontal ) .frm-timeline-view--content-col:first-child {margin-right: 15px;}.frm-timeline-view--content-col:nth-child( 2 ) {display: flex;width: 60px;flex-direction: column;justify-content: center;align-items: center;flex: 0 0 60px !important;}.frm-timeline-view--wrapper:not(.frm-timeline-view--horizontal ) .frm-timeline-view--content-col:nth-child( 2 ) {margin-right: 15px;}@media only screen and (max-width: 768px) {.frm-timeline-view--wrapper:not(.frm-timeline-view--horizontal ) .frm-timeline-view--content-col:nth-child( 2 ) {margin-right: -19px;}.frm-timeline-view--wrapper:not(.frm-timeline-view--horizontal ) .frm-timeline-view--animate-first {padding-left: 15px;}.frm-timeline-view--wrapper:not(.frm-timeline-view--horizontal ) .frm-timeline-view--animate-second {flex: 0 0 47%;}.frm-timeline-view--wrapper:not(.frm-timeline-view--horizontal ) .frm-timeline-view--item[data-even="true"] .frm-timeline-view--content-col:nth-child( 2 ){margin-right: 0px;margin-left: -34px;}}.frm-timeline-view--wrapper:not(.frm-timeline-view--vertical-right) .frm-timeline-view--item[data-even="true"] .frm-timeline-view--content-col:first-child {text-align: left;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal:not(.frm-timeline-view--horizontal-top) .frm-timeline-view--item:nth-child( 2n ) .frm-timeline-view--content-col:nth-child( 3 ) {display: flex;flex-direction: column;justify-content: center;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal:not(.frm-timeline-view--horizontal-top) .frm-timeline-view--item:nth-child( 2n ) .frm-timeline-view--content-col:nth-child( 3 ) {justify-content: flex-start;}.frm-timeline-view--animate-first > * {will-change: transform, opacity;margin: 0px;padding: 0px;opacity: 0.0;transform:translate( -5px, -5px )matrix3d(1.8, 0, 0, 0,0, 1.8, 0, -0.0029,0, 0, 1.8, 0,0, 0, 0, 1.74);filter: blur( 4px );transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1);}.frm-timeline-view--item:not(.frm-timeline-view--item-active) .frm-timeline-view--animate-first > * {transform: translate( 0px, 0px )   matrix3d(1, 0, 0, 0,0, 1, 0, 0,0, 0, 1, 0,0, 0, 0, 1   ) !important;opacity: 0.0 !important;}.frm-timeline-view--item:not(.frm-timeline-view--item-active) svg.frm-timeline-view--marker-svg-active,.frm-timeline-view--item:not(.frm-timeline-view--item-active) .frm-timeline-view--marker-icon {opacity: 0.0 !important;}.frm-timeline-view--content-box {position: relative;max-width: 280px;padding: 20px;overflow: hidden;box-sizing: border-box;border-radius: 8px;border: 1px solid rgba(242, 244, 247, 1);box-shadow: 0px 0.47px 0.94px 0px rgba(16, 24, 40, 0.06), 0px 0.47px 1.41px 0px rgba(16, 24, 40, 0.1);transform: scaleY( 0.2 );transform-origin: center;background-color: var( --frm-views-timeline--card-background );}.frm-timeline-view--content-box.frm-clickable {cursor: pointer;}@media only screen and (max-width: 768px) {.frm-timeline-view--content-box {padding: 10px;}}.frm-timeline-view--content-box .frm-timeline-view--entry-link {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 10;display: block;width: 100%;height: 100%;}.frm-timeline-view--theme-no-background .frm-timeline-view--content-box {background-color: transparent;border: 0px;box-shadow: none;}.frm-timeline-view--image-box {box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);box-sizing: border-box;padding: 8px;position: relative;max-width: 150px;transform: rotate( -5deg );}.frm-timeline-view--image-box img {width: 100%;}.frm-timeline-view--content-col .frm-timeline-view--image-box h3 {text-align: center;font-size: 24px;line-height: 24px;font-weight: 400;color: var( --frm-views-timeline--line-color );font-family: 'Nanum Pen', cursive;}.frm-timeline-view--image-box p {margin: 0px;padding: 0px;line-height: 0px;}.frm-timeline-view--image-box .frm-timeline-view--image-box-pin {position: absolute;top: 0;left: 0;right: 0;margin: auto;display: block;width: 115px;height: 75px;z-index: 4;transform: translateY(-27px) rotate(-8deg);}.frm-timeline-view--wrapper:not(.frm-timeline-view--vertical-right) .frm-timeline-view--item[data-even="false"] .frm-timeline-view--image-box {margin-left: auto;margin-right: 0px;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--content-box {transform: scaleX( 0.2 );transform-origin: center;}.frm-timeline-view--content-box > * {opacity: 0.0;transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);transform: translate( 0px, 7px );}.frm-timeline-view--content-box-active > * {opacity: 1.0;transition: opacity 0.95s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);transform: translate( 0px, 0px );}.frm-timeline-view--content-box p {margin: 0px;}.frm-timeline-view--content-box-active.frm-timeline-view--content-box > *:nth-child(1) { transition-delay: 0.15s; }.frm-timeline-view--content-box-active.frm-timeline-view--content-box > *:nth-child(2) { transition-delay: 0.2s; }.frm-timeline-view--content-box-active.frm-timeline-view--content-box > *:nth-child(3) { transition-delay: 0.25s; }.frm-timeline-view--content-box-active.frm-timeline-view--content-box > *:nth-child(4) { transition-delay: 0.35s; }.frm-timeline-view--content-box-active.frm-timeline-view--content-box > *:nth-child(5) { transition-delay: 0.4s; }.frm-timeline-view--content-box-active.frm-timeline-view--content-box > *:nth-child(6) { transition-delay: 0.45s; }.frm-timeline-view--content-col h3,.frm-timeline-view--content-col h4 {margin: 0px;padding: 0px;font-size: 20px;line-height: 30px;color: var( --frm-views-timeline--text-color );font-weight: 600;}@media only screen and (max-width: 768px) {.frm-timeline-view--content-col h3,.frm-timeline-view--content-col h4 {font-size: 16px;line-height: 24px;}}.frm-timeline-view--content-col h5 {margin: 0px;padding: 0px;font-size: 16px;line-height: 24px;color: var( --frm-views-timeline--line-color );font-weight: 400;}.frm-timeline-view--content-col p {font-weight: 400;font-size: 16px;line-height: 24px;color: var( --frm-views-timeline--text-color );}@media only screen and (max-width: 768px) {.frm-timeline-view--content-col p {font-size: 12px;line-height: 20px;}}.frm-timeline-view--animate-second > * {opacity: 0.0;transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1);}.frm-timeline-view--item:not(.frm-timeline-view--item-active) .frm-timeline-view--animate-second > * {opacity: 0.0 !important;}.frm-timeline-view--wrapper.frm-timeline-view--horizontal .frm-timeline-view--item {flex-direction: column;justify-content: center;}.frm-timeline-view--detail-popup {position: absolute;top: 0;left:0;width: 270px;background: var( --frm-views-timeline--popup-background );box-shadow: 0px 1px 25px 0px rgba( 0, 0, 0, 0.15 );min-height: 300px;border-radius: 8px;z-index: -1;opacity: 0.0;pointer-events: none;box-sizing: border-box;padding: 16px;}.frm-timeline-view--detail-popup img {border-radius: 8px;width: 100%;}.frm-timeline-view--detail-popup h2,.frm-timeline-view--detail-popup h3,.frm-timeline-view--detail-popup h4,.frm-timeline-view--detail-popup h5,.frm-timeline-view--detail-popup h6 {font-size: 16px;line-height: 24px;font-weight: 600;display: block;margin: 0px;padding: 0px;}.frm-timeline-view--detail-popup,.frm-timeline-view--detail-popup p {font-size: 16px;line-height: 24px;font-weight: 400;color: var( --frm-views-timeline--popup-text-color );}.frm-timeline-view--detail-popup.frm-timeline-view--detail-popup-open {z-index: 12;opacity: 1.0;pointer-events: auto;}.frm-timeline-view--detail-popup.frm-timeline-view--detail-popup-right {top: 40px;right: auto;left: auto;}.frm-timeline-view--detail-popup:before {content: '';position: absolute;top: 40px;left: -15px;width: 0;height: 0;border-top: 18px solid transparent;border-bottom: 18px solid transparent;border-right: 15px solid var( --frm-views-timeline--popup-background );filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.003));}.frm-timeline-view--detail-popup.frm-timeline-view--detail-popup-right:before {content: '';position: absolute;top: 40px;left: auto;right: -15px;width: 0;height: 0;border-top: 18px solid transparent;border-bottom: 18px solid transparent;border-left: 15px solid var( --frm-views-timeline--popup-background );border-right: 0px;filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.03));}.with_frm_style.frm_login_form,.with_frm_style.frm_login_form form{clear:both;}.frm_login_form .login_lost_pw.frm_half,.frm_login_form .login_lost_pw.frm_third{text-align:right;}.frm_inline_login.frm_no_labels .frm_submit input,.frm_inline_login.frm_no_labels .frm_submit button{margin-top:0 !important;}.with_frm_style.frm_login_form.frm_slide.frm_inline_login form,.with_frm_style.frm_login_form.frm_slide.frm_inline_login form{clear:none;}.with_frm_style.frm_slide.frm_inline_login.frm_has_message form{display: block;}.with_frm_style.frm_slide.frm_inline_login.frm_has_message .frm-open-login{float: none;}.with_frm_style.frm_slide.frm_inline_login .frm-open-login{float:left;margin-right:15px;}.with_frm_style.frm_slide form,.frm_slide form,.with_frm_style.frm_slide.frm_inline_login a.forgot-password,.with_frm_style.frm_slide.frm_inline_login .login-remember{display:none;}.with_frm_style.frm_slide.frm_inline_login .frm-open-login + form a.forgot-password,.with_frm_style.frm_slide.frm_inline_login .frm-open-login + form .login-remember {display:inline-block;}.with_frm_style.frm_slide.frm_inline_login .frm_form_field.login-username,.with_frm_style.frm_slide.frm_inline_login .frm_form_field.login-password,.with_frm_style.frm_slide.frm_inline_login .frm_submit input{margin-bottom:0;}.with_frm_style.frm_slide.frm_inline_login fieldset{padding-bottom:0;}.with_frm_style.frm_slide.frm_inline_login .frm_form_field.login-username,.with_frm_style.frm_slide.frm_inline_login .frm_form_field.login-password {align-self: center;}.with_frm_style.frm_login_form a{text-decoration:none;border:none;outline:none;box-shadow:none;}@media only screen and (max-width: 600px) {.frm_login_form .login_lost_pw.frm_half{text-align:left;}.with_frm_style .login-remember.frm_first.frm_third,.with_frm_style.frm_login_form .login_lost_pw.frm_third{text-align:center;}.with_frm_style.frm_slide.frm_inline_login .frm_form_field.login-username,.with_frm_style.frm_slide.frm_inline_login .frm_form_field.login-password,.with_frm_style.frm_slide.frm_inline_login .frm_submit input{margin-bottom:20px;}}@media only screen and (max-width: 900px) {.frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label{display: block !important;}}@media only screen and (max-width: 600px) {.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns: repeat(2, 1fr);}.with_frm_style .frm_repeat_inline,.with_frm_style .frm_repeat_grid{margin: 20px 0;}}@media only screen and (max-width: 500px) {.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width: auto;margin-right: 0;float: none;display:block;}.frm_form_field input[type=file] {max-width:220px;}.with_frm_style .frm-g-recaptcha > div > div,.with_frm_style .g-recaptcha > div > div{width:inherit !important;display:block;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);}.with_frm_style .g-recaptcha iframe,.with_frm_style .frm-g-recaptcha iframe{width:100%;}}.frm-card-element .sq-card-wrapper .sq-card-message {margin-bottom: 0;}.frm-card-errors:empty {margin: 0;}
/*!/wp-content/cache/asset-cleanup/css/item/genesis-page-builder__vendor__genesis__blocks__dist__style-blocks-build-css-v4974250ae11e274e8aaf06be3e72e79b611c122d.css*/
/*!/wp-content/plugins/genesis-page-builder/vendor/genesis/blocks/dist/style-blocks.build.css*/.gb-block-testimonial{background:#f2f2f2;color:#293038;margin:0 auto;padding:5%;border-radius:5px;margin-bottom:1.2em}.gb-block-testimonial .gb-testimonial-info{position:relative;display:inline-block;width:100%;margin-top:15px;min-height:55px;padding-top:5px;line-height:1.4}.gb-block-testimonial .gb-testimonial-info .blocks-editable{padding-left:0}.gb-block-testimonial .gb-testimonial-info .gb-testimonial-avatar-wrap{position:absolute;left:0;top:0}.gb-block-testimonial .gb-testimonial-avatar-wrap+.gb-testimonial-name,.gb-block-testimonial .gb-testimonial-avatar-wrap+.gb-testimonial-name+.gb-testimonial-title,.gb-block-testimonial .gb-testimonial-avatar-wrap+.gb-testimonial-title,.gb-block-testimonial .gb-testimonial-avatar-wrap+.editor-rich-text,.gb-block-testimonial .gb-testimonial-avatar-wrap+.editor-rich-text+.editor-rich-text{margin-left:70px;padding-left:0}.gb-block-testimonial .gb-testimonial-text p{line-height:1.6}.gb-block-testimonial .gb-testimonial-text a{color:inherit;box-shadow:0 -1px 0 inset;text-decoration:none}.gb-block-testimonial .gb-testimonial-text a:hover{color:inherit;box-shadow:0 -2px 0 inset}.gb-block-testimonial .gb-testimonial-name{font-size:1em;font-weight:700;line-height:1.2;margin:0;padding:0}.gb-block-testimonial .gb-testimonial-title{opacity:.8}.gb-block-testimonial .gb-testimonial-avatar{border-radius:200px;max-width:100px}.gb-block-testimonial .gb-testimonial-image-wrap{height:55px;width:55px;background:#ddd;border-radius:200px;position:relative}.gb-block-testimonial .gb-testimonial-image-wrap img{object-fit:cover;height:100%;width:100%;position:relative;z-index:10;border-radius:40px}.right-aligned .gb-testimonial-info{text-align:right}.right-aligned .gb-testimonial-info h2{left:0}.right-aligned .gb-testimonial-info .gb-testimonial-name,.right-aligned .gb-testimonial-info .gb-testimonial-title{margin-right:70px;margin-left:0}.right-aligned .gb-testimonial-info .gb-testimonial-avatar-wrap{left:auto;right:0}.gb-block-profile{background:#f2f2f2;color:#293038;margin:0 auto;padding:3%;border-radius:5px;margin-bottom:1.2em;display:flex;flex-flow:row wrap;justify-content:space-around;width:100%}.gb-block-profile .gb-profile-column{display:block;padding:15px;flex:3 0 0%}@media only screen and (max-width:600px){.gb-block-profile .gb-profile-column{flex:auto}}.gb-block-profile .gb-profile-avatar-wrap{position:relative;z-index:0;flex:1 0 0%}@media only screen and (max-width:600px){.gb-block-profile .gb-profile-avatar-wrap{flex:auto;max-width:210px;margin:0 auto}}@media only screen and (max-width:600px){.gb-block-profile .gb-profile-content-wrap{text-align:center}}.gb-block-profile .gb-profile-text{font-size:18px;padding-top:1em}.gb-block-profile .gb-profile-text a{color:inherit;box-shadow:0 -1px 0 inset;text-decoration:none}.gb-block-profile .gb-profile-text a:hover{color:inherit;box-shadow:0 -2px 0 inset}.gb-block-profile .gb-profile-text p{line-height:1.6}.gb-block-profile .gb-profile-text p:last-child{margin-bottom:0}.gb-block-profile .gb-profile-name{font-size:1.4em;font-weight:700;line-height:1.2;margin:0}.gb-block-profile .gb-profile-title{opacity:.8;padding-top:5px;margin-bottom:0}.gb-block-profile .gb-profile-image-square{position:absolute;top:0;left:0;height:100%;width:100%;z-index:5;margin:0}.gb-block-profile .gb-profile-text:empty,.gb-block-profile .gb-profile-title:empty,.gb-block-profile .gb-profile-name:empty{display:none}.gb-block-profile .gb-profile-image-wrap{width:100%;background:#ddd;position:relative}.gb-block-profile .gb-profile-image-wrap::before{content:"";display:inline-block;padding-top:100%}.gb-block-profile .gb-profile-image-wrap button{position:absolute;left:0;z-index:50;padding:0;height:100%;width:100%}.gb-block-profile .gb-profile-image-wrap button:focus{background:none;border:none;outline:none;box-shadow:none}.gb-block-profile .gb-profile-image-wrap img{object-fit:cover;height:100%;width:100%;position:relative;z-index:5}.gb-block-profile .gb-social-links{list-style:none;margin:0 0 0 0;padding:5% 0 0 0}.gb-block-profile .gb-social-links:empty{display:none}.gb-block-profile .gb-social-links li{display:inline-block;margin:0 8px 0 0;padding:0}.gb-block-profile .gb-social-links li a{display:grid;border:none;width:38px;height:38px;padding:10px;border-radius:100px}.gb-block-profile .gb-social-links li a:hover{opacity:.9}.right .gb-profile-avatar-wrap{order:2}.round .gb-profile-image-wrap{border-radius:500px}.round .gb-profile-image-wrap::before{content:"";display:inline-block;padding-top:92%}.round .gb-profile-image-wrap img{border-radius:500px}.gb-block-notice{border-radius:5px;position:relative;margin-bottom:1.2em}.gb-block-notice .gb-notice-dismiss{position:absolute;top:13px;right:13px;opacity:.8;padding:0;background:none;transition:.3s ease}.gb-block-notice .gb-notice-dismiss:hover{opacity:1;cursor:pointer;box-shadow:none}.gb-block-notice .gb-notice-title{font-weight:700;padding:.5em 1em;margin:0;color:#fff;border-top-right-radius:5px;border-top-left-radius:5px;width:100%;display:inline-block}.gb-block-notice .gb-notice-title p{margin-bottom:0}.gb-block-notice .gb-notice-title:empty{display:none}.gb-block-notice .gb-notice-text{padding:1em;border:solid 2px #333;border-radius:5px;background:#fff;overflow:hidden}.gb-block-notice .gb-notice-text p:last-child{margin-bottom:0}.gb-block-notice .gb-notice-title:not(:empty)+.notice-text,.gb-block-notice .blocks-rich-text+.blocks-rich-text .gb-notice-text{border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px}body:not(.wp-admin) .gb-block-notice.gb-dismissable{display:none}.entry-content .gb-block-drop-cap .gb-drop-cap-text p::first-letter{float:left;font-size:75px;line-height:.7em;margin-top:.15em;margin-right:25px;margin-bottom:25px;font-weight:700;text-transform:uppercase}.entry-content .gb-block-drop-cap.gb-drop-cap-square .gb-drop-cap-text p::first-letter{background:#32373c;color:#fff;padding:.2em}.entry-content .gb-block-drop-cap.gb-drop-cap-border .gb-drop-cap-text p::first-letter{color:#32373c;padding:.2em;border:solid 4px}@media only screen and (min-width:600px){.entry-content .gb-block-drop-cap.gb-font-size-1 .gb-drop-cap-text::first-letter{font-size:75px}.entry-content .gb-block-drop-cap.gb-font-size-2 .gb-drop-cap-text::first-letter{font-size:85px}.entry-content .gb-block-drop-cap.gb-font-size-3 .gb-drop-cap-text::first-letter{font-size:95px}.entry-content .gb-block-drop-cap.gb-font-size-4 .gb-drop-cap-text::first-letter{font-size:105px}.entry-content .gb-block-drop-cap.gb-font-size-5 .gb-drop-cap-text::first-letter{font-size:115px}.entry-content .gb-block-drop-cap.gb-font-size-6 .gb-drop-cap-text p::first-letter{font-size:125px}}.gb-block-drop-cap::before,.gb-block-drop-cap::after{content:"";display:table}.gb-block-drop-cap::after{clear:both}.gb-block-drop-cap a{color:inherit;box-shadow:0 -1px 0 inset;text-decoration:none}.gb-block-drop-cap a:hover{color:inherit;box-shadow:0 -2px 0 inset}.gb-block-button{margin:0 0 1.2em 0;position:relative}.gb-block-button .blocks-rich-text{display:inline-flex}.gb-block-button .components-autocomplete{display:inline-block;width:auto;margin:0 auto;position:relative}.gb-button{text-align:center;font-size:18px;line-height:1!important;background-color:#32373c;border:none;border-radius:50px;box-shadow:none;color:#fff;cursor:pointer;padding:.6em 1em;text-decoration:none;word-break:break-word;transition:.3s ease;display:inline-block}.gb-button:hover{box-shadow:inset 0 0 200px hsl(0 0% 100% / .15)}.gb-button-shape-square,input[type=submit].gb-button-shape-square{border-radius:0}.gb-button-shape-rounded,input[type=submit].gb-button-shape-rounded{border-radius:5px}.gb-button-shape-circular,input[type=submit].gb-button-shape-circular{border-radius:100px}.gb-button-size-small,input[type=submit].gb-button-size-small{font-size:14px}.gb-button-size-medium,input[type=submit].gb-button-size-medium{font-size:20px}.gb-button-size-large,input[type=submit].gb-button-size-large{font-size:26px;padding:.8em 1.2em}.gb-button-size-extralarge,input[type=submit].gb-button-size-extralarge{font-size:34px;padding:.8em 1.2em}.gb-button-right{transform:translateX(-100%);left:100%;position:relative}.gb-button-center{margin:0 auto}.gb-block-spacer{margin:0 0 1.2em 0;position:relative}.gb-block-spacer hr{border:none;margin:0;background:none}.gb-block-spacer.gb-spacer-divider::after{content:" ";width:100%;height:1px;border-top:solid 1px;position:absolute;top:50%;left:0}.gb-block-spacer.gb-divider-solid.gb-spacer-divider::after{border-top-style:solid}.gb-block-spacer.gb-divider-dotted.gb-spacer-divider::after{border-top-style:dotted}.gb-block-spacer.gb-divider-dashed.gb-spacer-divider::after{border-top-style:dashed}.gb-block-spacer.gb-divider-size-1.gb-spacer-divider::after{border-top-width:1px}.gb-block-spacer.gb-divider-size-2.gb-spacer-divider::after{border-top-width:2px}.gb-block-spacer.gb-divider-size-3.gb-spacer-divider::after{border-top-width:3px}.gb-block-spacer.gb-divider-size-4.gb-spacer-divider::after{border-top-width:4px}.gb-block-spacer.gb-divider-size-5.gb-spacer-divider::after{border-top-width:5px}.entry-content .gb-block-spacer hr{border:none;margin:0;background:none}.entry-content .gb-block-spacer hr::before,.entry-content .gb-block-spacer hr::after{display:none}.gb-block-accordion{margin-bottom:1.2em}.gb-block-accordion .gb-accordion-title{background:#f2f2f2;padding:10px 15px}.gb-block-accordion .gb-accordion-title p{display:inline}.gb-block-accordion .gb-accordion-text{padding:10px 15px}.gb-block-accordion .editor-rich-text .editor-rich-text__inline-toolbar{display:block;left:40%}.gb-block-accordion+.gb-block-accordion{margin-top:-.6em}@media only screen and (min-width:600px){.gb-font-size-14 .gb-accordion-title{font-size:14px}.gb-font-size-15 .gb-accordion-title{font-size:15px}.gb-font-size-16 .gb-accordion-title{font-size:16px}.gb-font-size-17 .gb-accordion-title{font-size:17px}.gb-font-size-18 .gb-accordion-title{font-size:18px}.gb-font-size-19 .gb-accordion-title{font-size:19px}.gb-font-size-20 .gb-accordion-title{font-size:20px}.gb-font-size-21 .gb-accordion-title{font-size:21px}.gb-font-size-22 .gb-accordion-title{font-size:22px}.gb-font-size-23 .gb-accordion-title{font-size:23px}.gb-font-size-24 .gb-accordion-title{font-size:24px}}.gb-block-sharing{margin:0 0 1.2em 0;position:relative}.gb-block-sharing .blocks-rich-text{display:inline-flex}.gb-block-sharing .gb-share-list{margin:0;padding:0}.gb-block-sharing .gb-share-list li{list-style:none;display:inline-block;margin:0 5px 5px 0}.gb-block-sharing .gb-share-list a{background:#272c30;border-width:0;color:#fff;padding:10px 15px;text-align:center;display:block;line-height:1;font-size:16px;transition:.3s ease}.gb-block-sharing .gb-share-list a:hover{box-shadow:inset 0 0 200px hsl(0 0% 100% / .15)}.gb-block-sharing .gb-share-list svg{vertical-align:text-top}.gb-block-sharing.gb-share-icon-text svg{margin-right:5px}.gb-block-sharing.gb-share-icon-only a{padding:10px 11px;min-width:37px}.gb-block-sharing.gb-share-icon-only .gb-social-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.gb-block-sharing.gb-share-text-only svg{display:none}.gb-block-sharing.gb-share-shape-square a{border-radius:0}.gb-block-sharing.gb-share-shape-rounded a{border-radius:5px}.gb-block-sharing.gb-share-shape-circular a{border-radius:100px}.gb-block-sharing.gb-share-size-small a{font-size:13px}.gb-block-sharing.gb-share-size-small svg{width:13px;height:13px}.gb-block-sharing.gb-share-size-small.gb-share-icon-only a{padding:7px 6px;min-width:28px}.gb-block-sharing.gb-share-size-medium a{font-size:16px}.gb-block-sharing.gb-share-size-medium svg{width:16px;height:16px}.gb-block-sharing.gb-share-size-large a{font-size:20px}.gb-block-sharing.gb-share-size-large svg{width:26px;height:26px}.gb-block-sharing.gb-share-size-large.gb-share-icon-only a{font-size:26px;min-width:48px}.gb-block-sharing.gb-share-size-large.gb-share-icon-text svg{margin-right:10px}.gb-block-sharing.gb-share-color-social a{color:#fff}.gb-block-sharing.gb-share-color-social .gb-share-twitter{background:#1ca1f3}.gb-block-sharing.gb-share-color-social .gb-share-facebook{background:#3b5999}.gb-block-sharing.gb-share-color-social .gb-share-google{background:#dc4b45}.gb-block-sharing.gb-share-color-social .gb-share-pinterest{background:#bd091c}.gb-block-sharing.gb-share-color-social .gb-share-linkedin{background:#0077b5}.gb-block-sharing.gb-share-color-social .gb-share-reddit{background:#ff4500}.gb-button-right{transform:translateX(-100%);left:100%;position:relative}.gb-button-center{margin:0 auto}.gb-block-post-grid{margin:0 0 1.2em 0;position:relative}.gb-block-post-grid .is-grid,.gb-block-post-grid .gb-is-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-gap:0 2em}@media all and (-ms-high-contrast:none){.gb-block-post-grid .is-grid,.gb-block-post-grid .gb-is-grid{display:block}}.gb-block-post-grid .is-grid article,.gb-block-post-grid .gb-is-grid article{margin-bottom:2.5em;min-width:0}@media all and (-ms-high-contrast:none){.gb-block-post-grid .is-grid article,.gb-block-post-grid .gb-is-grid article{padding-left:10px;padding-right:10px;display:inline-block;vertical-align:top}}.gb-block-post-grid .is-grid.columns-1,.gb-block-post-grid .gb-is-grid.gb-columns-1{-ms-grid-columns:1fr;grid-template-columns:1fr}@media all and (-ms-high-contrast:none){.gb-block-post-grid .is-grid.columns-1 article,.gb-block-post-grid .gb-is-grid.gb-columns-1 article{width:100%}}.gb-block-post-grid .is-grid.columns-2,.gb-block-post-grid .gb-is-grid.gb-columns-2{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}@media all and (-ms-high-contrast:none){.gb-block-post-grid .is-grid.columns-2 article,.gb-block-post-grid .gb-is-grid.gb-columns-2 article{width:48%}}.gb-block-post-grid .is-grid.columns-3,.gb-block-post-grid .gb-is-grid.gb-columns-3{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}@media all and (-ms-high-contrast:none){.gb-block-post-grid .is-grid.columns-3 article,.gb-block-post-grid .gb-is-grid.gb-columns-3 article{width:32%}}.gb-block-post-grid .is-grid.columns-4,.gb-block-post-grid .gb-is-grid.gb-columns-4{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}@media all and (-ms-high-contrast:none){.gb-block-post-grid .is-grid.columns-4 article,.gb-block-post-grid .gb-is-grid.gb-columns-4 article{width:24%}}@media only screen and (max-width:600px){.gb-block-post-grid div[class*=columns].is-grid,.gb-block-post-grid div[class*=columns].gb-is-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}}.gb-block-post-grid .gb-post-grid-section-title{text-align:left}.gb-block-post-grid .gb-block-post-grid-image{margin-bottom:1.2em}.gb-block-post-grid .gb-block-post-grid-image img{display:block;width:100%}.gb-block-post-grid .gb-block-post-grid-text{text-align:left}.gb-block-post-grid a{text-decoration:none}.gb-block-post-grid header .gb-block-post-grid-title{margin-top:0;margin-bottom:15px;font-size:28px;line-height:1.2}.gb-block-post-grid header .gb-block-post-grid-title a{color:#293038;text-decoration:none}.gb-block-post-grid header .gb-block-post-grid-title a:hover{text-decoration:underline;color:inherit}.gb-block-post-grid .gb-block-post-grid-byline{font-size:14px;color:#626e81;margin-bottom:15px}.gb-block-post-grid .gb-block-post-grid-author,.gb-block-post-grid .gb-block-post-grid-date{display:inline-block}.gb-block-post-grid .gb-block-post-grid-author:not(:last-child)::after,.gb-block-post-grid .gb-block-post-grid-date:not(:last-child)::after{content:"·";vertical-align:middle;margin:0 5px;line-height:1}.gb-block-post-grid .gb-block-post-grid-author a{color:inherit;text-decoration:none}.gb-block-post-grid .gb-block-post-grid-author a:hover{color:inherit;text-decoration:underline}.gb-block-post-grid .gb-block-post-grid-text p{margin:0 0 15px 0;font-size:inherit}.gb-block-post-grid .gb-block-post-grid-text p:last-of-type{margin-bottom:0}.gb-block-post-grid .gb-block-post-grid-more-link{display:inline-block;box-shadow:none;transition:.3s ease;font-weight:700;color:#293038;text-decoration:none}.gb-block-post-grid .gb-block-post-grid-more-link:hover{text-decoration:underline}.gb-block-post-grid .gb-block-post-grid-excerpt div+p{margin-top:15px}.gb-block-post-grid .is-list article,.gb-block-post-grid .gb-is-list article{display:-ms-grid;display:grid;-ms-grid-columns:30% 1fr;grid-template-columns:30% 1fr;grid-template-rows:1fr;grid-gap:0 2em}@media all and (-ms-high-contrast:none){.gb-block-post-grid .is-list article,.gb-block-post-grid .gb-is-list article{display:block}}.gb-block-post-grid .is-list article::before,.gb-block-post-grid .gb-is-list article::before{display:none}.gb-block-post-grid .is-list article:not(:last-child),.gb-block-post-grid .gb-is-list article:not(:last-child){margin-bottom:5%;padding-bottom:5%}@media only screen and (min-width:600px){.gb-block-post-grid .is-list article:not(:last-child),.gb-block-post-grid .gb-is-list article:not(:last-child){border-bottom:solid 1px #eee}}@media only screen and (max-width:600px){.gb-block-post-grid .is-list article,.gb-block-post-grid .gb-is-list article{-ms-grid-columns:1fr;grid-template-columns:1fr}}.gb-block-post-grid .is-list article:not(.has-post-thumbnail),.gb-block-post-grid .is-list article.hide-featured-image,.gb-block-post-grid .gb-is-list article:not(.has-post-thumbnail),.gb-block-post-grid .gb-is-list article.hide-featured-image{-ms-grid-columns:1fr;grid-template-columns:1fr}.gb-block-post-grid .is-list .gb-block-post-grid-image,.gb-block-post-grid .gb-is-list .gb-block-post-grid-image{margin-bottom:0}@media all and (-ms-high-contrast:none){.gb-block-post-grid .is-list .gb-block-post-grid-image,.gb-block-post-grid .gb-is-list .gb-block-post-grid-image{width:30%;display:inline-block;vertical-align:top}}@media only screen and (max-width:600px){.gb-block-post-grid .is-list .gb-block-post-grid-image,.gb-block-post-grid .gb-is-list .gb-block-post-grid-image{margin-bottom:5%}}@media all and (-ms-high-contrast:none){.gb-block-post-grid .is-list .gb-block-post-grid-text,.gb-block-post-grid .gb-is-list .gb-block-post-grid-text{width:65%;padding-left:5%;display:inline-block;vertical-align:top}.gb-block-post-grid .is-list .post:not(.has-post-thumbnail) .gb-block-post-grid-text,.gb-block-post-grid .gb-is-list .post:not(.has-post-thumbnail) .gb-block-post-grid-text{width:100%;padding-left:0}}@media only screen and (min-width:600px){.gb-block-post-grid .is-list .gb-block-post-grid-title,.gb-block-post-grid .gb-is-list .gb-block-post-grid-title{font-size:34px}}.gb-block-post-grid .is-list .no-thumb .gb-block-post-grid-text,.gb-block-post-grid .gb-is-list .no-thumb .gb-block-post-grid-text{grid-column:span 2}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.gb-block-container{margin:0;position:relative;padding:0}.gb-block-container.alignfull .block-editor-block-list__block{max-width:100%}@media only screen and (min-width:768px){.gb-block-container.alignfull .gb-container-inside,.gb-block-container.alignfull .gb-container-inside{max-width:100%;margin:0 auto}}@media only screen and (min-width:768px){.gb-block-container.alignwide .gb-container-inside,.gb-block-container.alignwide .gb-container-inside{max-width:80%;margin:0 auto}}.gb-block-container .gb-container-image-wrap{position:absolute;top:0;right:0;left:0;height:100%;z-index:0}.gb-block-container .gb-container-image{object-fit:cover;height:100%;width:100%;transition:.3s ease}.gb-block-container .gb-container-content{margin:0 auto;position:relative}.gb-block-container .gb-container-image:not(.has-background-dim){opacity:0}.gb-block-container .has-background-dim{opacity:.5}.gb-block-container .has-background-dim-10{opacity:.1}.gb-block-container .has-background-dim-20{opacity:.2}.gb-block-container .has-background-dim-30{opacity:.3}.gb-block-container .has-background-dim-40{opacity:.4}.gb-block-container .has-background-dim-50{opacity:.5}.gb-block-container .has-background-dim-60{opacity:.6}.gb-block-container .has-background-dim-70{opacity:.7}.gb-block-container .has-background-dim-80{opacity:.8}.gb-block-container .has-background-dim-90{opacity:.9}.gb-block-container .has-background-dim-100{opacity:1}.wp-block-genesis-blocks-gb-pricing{margin-bottom:1.5em}.gb-pricing-table-wrap{display:-ms-grid;display:grid;grid-template-rows:1fr;grid-template-areas:"col1";grid-gap:0 2em}[data-type="genesis-blocks/gb-pricing-table"],.wp-block-genesis-blocks-gb-pricing-table{display:inline-block;vertical-align:top}@media only screen and (max-width:600px){[data-type="genesis-blocks/gb-pricing-table"],.wp-block-genesis-blocks-gb-pricing-table{margin-bottom:1.5em}}.gb-block-pricing-table .gb-block-pricing-table-inside{display:inline-block;width:100%;border-color:#272c30}.gb-block-pricing-table .gb-block-pricing-table-inside ul{list-style-type:none;padding:0;margin-left:0}.gb-block-pricing-table .gb-block-pricing-table-inside li{margin:0;padding:4px 0;border-color:inherit}.gb-block-pricing-table .gb-block-pricing-table-inside ul>li{list-style-type:none}.gb-block-pricing-table .gb-block-pricing-table-inside ol li{list-style-position:inside}.gb-block-pricing-table .gb-block-pricing-table-inside ol li div{display:inline}.gb-block-pricing-table-gap-0{grid-gap:0 0}.gb-block-pricing-table-gap-1{grid-gap:0 1em}.gb-block-pricing-table-gap-2{grid-gap:0 2em}.gb-block-pricing-table-gap-3{grid-gap:0 3em}.gb-block-pricing-table-gap-4{grid-gap:0 4em}.gb-block-pricing-table-gap-5{grid-gap:0 5em}.gb-pricing-columns-2 .gb-pricing-table-wrap{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"col1 col2"}@media only screen and (max-width:600px){.gb-pricing-columns-2 .gb-pricing-table-wrap{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"col1" "col2"}}.gb-pricing-columns-3 .gb-pricing-table-wrap{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"col1 col2 col3"}@media only screen and (max-width:600px){.gb-pricing-columns-3 .gb-pricing-table-wrap{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"col1" "col2" "col3"}}.gb-pricing-columns-4 .gb-pricing-table-wrap{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"col1 col2 col3 col4"}@media only screen and (max-width:800px){.gb-pricing-columns-4 .gb-pricing-table-wrap{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"col1 col2" "col3 col4"}.gb-pricing-columns-4 .gb-pricing-table-wrap .wp-block-genesis-blocks-gb-pricing-table{margin-bottom:1.5em}}@media only screen and (max-width:600px){.gb-pricing-columns-4 .gb-pricing-table-wrap{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"col1" "col2" "col3" "col4"}}.gb-pricing-table-price{line-height:1}.gb-pricing-table-currency{vertical-align:top;margin-top:.4em;margin-right:3px;display:inline-block;line-height:1}.wp-block-genesis-blocks-gb-pricing-table{vertical-align:top}.wp-block-genesis-blocks-gb-pricing-table .gb-pricing-table-features,.block-library-list .wp-block-genesis-blocks-gb-pricing-table ul{margin:0;padding:0;border:none}.gb-block-pricing-table:nth-child(1){-ms-grid-row:1;-ms-grid-column:1;grid-area:col1}.gb-block-pricing-table:nth-child(2){-ms-grid-row:1;-ms-grid-column:2;grid-area:col2}.gb-block-pricing-table:nth-child(3){-ms-grid-row:1;-ms-grid-column:3;grid-area:col3}.gb-block-pricing-table:nth-child(4){-ms-grid-row:1;-ms-grid-column:4;grid-area:col4}.editor-styles-wrapper ul.gb-pricing-table-features{list-style-type:none;display:block;white-space:initial;margin-left:0;margin-right:0}.gb-list-border-solid>li{border-bottom-style:solid}.gb-list-border-dashed>li{border-bottom-style:dashed}.gb-list-border-dotted>li{border-bottom-style:dotted}ul.gb-pricing-table-features li{list-style-type:none;margin:0;padding:4px 0;border-color:inherit}ul.gb-pricing-table-features li:last-child{border-bottom:none}.gb-list-border-width-1 li{border-width:1px}.gb-list-border-width-2 li{border-width:2px}.gb-list-border-width-3 li{border-width:3px}.gb-list-border-width-4 li{border-width:4px}.gb-list-border-width-5 li{border-width:5px}.gb-pricing-table-price,.gb-pricing-table-term{display:inline}span.gb-pricing-table-term{margin-left:5px}.gb-pricing-table-wrap .gb-block-pricing-table-inside>*:last-child{margin-bottom:0}.wp-block-genesis-blocks-gb-pricing .alignwide,.wp-block-genesis-blocks-gb-pricing .alignfull{width:100%;margin-left:auto}.gb-block-pricing-table-center{text-align:center}.gb-block-pricing-table-center .gb-block-button{text-align:center!important}.gb-block-pricing-table-center .blocks-button__inline-link{margin:0 auto;text-align:center}.gb-block-pricing-table-left{text-align:left}.gb-block-pricing-table-right{text-align:right}.gb-pricing-table-button .gb-block-button{margin-bottom:0}.gb-block-newsletter .gb-newsletter-title{margin-top:0;line-height:1.3}.gb-block-newsletter .gb-block-button{margin-bottom:0}.gb-block-newsletter-label{font-size:16px}.gb-form-styles label{margin-bottom:8px;width:100%;display:block}.gb-form-styles input:not(.gb-newsletter-submit){width:100%;height:auto;min-height:45px;margin-bottom:15px}.wp-block-genesis-blocks-gb-layout{margin-bottom:1.5em}.wp-block-genesis-blocks-gb-columns{position:relative}.gb-layout-column-wrap{display:-ms-grid;display:grid;grid-template-rows:1fr;grid-gap:0 2em;position:relative;z-index:1}[data-type="genesis-blocks/gb-column"],.gb-block-layout-column{display:block;vertical-align:top;min-width:0}.gb-block-layout-column.gb-is-vertically-aligned-top{align-self:flex-start}.gb-block-layout-column.gb-is-vertically-aligned-center{align-self:center}.gb-block-layout-column.gb-is-vertically-aligned-bottom{align-self:flex-end}.gb-block-layout-column-inner,.gb-layout-column-wrap>.gb-block-layout-column-inner,.gb-has-background-dim>*{position:relative;z-index:1}.wp-block-genesis-blocks-gb-layout.alignfull{padding:0 2em}@media only screen and (max-width:600px){.wp-block-genesis-blocks-gb-layout.alignfull{padding:0 15px}}.gb-block-layout-column{display:block;width:100%}.gb-columns-center .gb-layout-column-wrap{margin:0 auto}.gb-block-layout-column-gap-0{grid-gap:0 0}.gb-block-layout-column-gap-1{grid-gap:0 1em}.gb-block-layout-column-gap-2{grid-gap:0 2em}.gb-block-layout-column-gap-3{grid-gap:0 3em}.gb-block-layout-column-gap-4{grid-gap:0 4em}.gb-block-layout-column-gap-5{grid-gap:0 5em}.gb-block-layout-column-gap-6{grid-gap:0 6em}.gb-block-layout-column-gap-7{grid-gap:0 7em}.gb-block-layout-column-gap-8{grid-gap:0 8em}.gb-block-layout-column-gap-9{grid-gap:0 9em}.gb-block-layout-column-gap-10{grid-gap:0 10em}.gb-block-layout-column:nth-child(1){-ms-grid-row:1;-ms-grid-column:1;grid-area:col1}.gb-block-layout-column:nth-child(1){-ms-grid-row:1;-ms-grid-column:1;grid-area:col1}.gb-block-layout-column:nth-child(2){-ms-grid-row:1;-ms-grid-column:2;grid-area:col2}.gb-block-layout-column:nth-child(3){-ms-grid-row:1;-ms-grid-column:3;grid-area:col3}.gb-block-layout-column:nth-child(4){-ms-grid-row:1;-ms-grid-column:4;grid-area:col4}.gb-block-layout-column:nth-child(5){-ms-grid-row:1;-ms-grid-column:5;grid-area:col5}.gb-block-layout-column:nth-child(6){-ms-grid-row:1;-ms-grid-column:6;grid-area:col6}.gb-layout-columns-1>.gb-layout-column-wrap{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"col1"}.gb-layout-columns-2>.gb-layout-column-wrap{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"col1 col2"}@media only screen and (max-width:600px){.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"col1" "col2"}}.gb-2-col-wideleft>.gb-layout-column-wrap{-ms-grid-columns:2fr 1fr;grid-template-columns:2fr 1fr}.gb-2-col-wideright>.gb-layout-column-wrap{-ms-grid-columns:1fr 2fr;grid-template-columns:1fr 2fr}.gb-layout-columns-3>.gb-layout-column-wrap{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"col1 col2 col3"}@media only screen and (max-width:600px){.gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"col1" "col2" "col3"}}.gb-3-col-widecenter>.gb-layout-column-wrap{-ms-grid-columns:1fr 2fr 1fr;grid-template-columns:1fr 2fr 1fr}@media only screen and (max-width:600px){.gb-3-col-widecenter>.gb-layout-column-wrap.gb-is-responsive-column{-ms-grid-columns:1fr;grid-template-columns:1fr}}.gb-3-col-wideleft>.gb-layout-column-wrap{-ms-grid-columns:2fr 1fr 1fr;grid-template-columns:2fr 1fr 1fr}@media only screen and (max-width:600px){.gb-3-col-wideleft>.gb-layout-column-wrap.gb-is-responsive-column{-ms-grid-columns:1fr;grid-template-columns:1fr}}.gb-3-col-wideright>.gb-layout-column-wrap{-ms-grid-columns:1fr 1fr 2fr;grid-template-columns:1fr 1fr 2fr}@media only screen and (max-width:600px){.gb-3-col-wideright>.gb-layout-column-wrap.gb-is-responsive-column{-ms-grid-columns:1fr;grid-template-columns:1fr}}.gb-layout-columns-4>.gb-layout-column-wrap{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"col1 col2 col3 col4"}@media only screen and (max-width:800px){.gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column{grid-template-rows:auto;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"col1 col2" "col3 col4"}}@media only screen and (max-width:600px){.gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"col1" "col2" "col3" "col4"}}.gb-4-col-wideleft>.gb-layout-column-wrap{-ms-grid-columns:2fr 1fr 1fr 1fr;grid-template-columns:2fr 1fr 1fr 1fr}.gb-4-col-wideright>.gb-layout-column-wrap{-ms-grid-columns:1fr 1fr 1fr 2fr;grid-template-columns:1fr 1fr 1fr 2fr}.gb-layout-columns-5>.gb-layout-column-wrap{-ms-grid-columns:1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-template-areas:"col1 col2 col3 col4 col5"}@media only screen and (max-width:800px){.gb-layout-columns-5>.gb-layout-column-wrap.gb-is-responsive-column{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"col1" "col2" "col3" "col4" "col5"}}.gb-layout-columns-6>.gb-layout-column-wrap{-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas:"col1 col2 col3 col4 col5 col6"}@media only screen and (max-width:800px){.gb-layout-columns-6>.gb-layout-column-wrap.gb-is-responsive-column{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"col1 col2" "col3 col4" "col5 col6"}}@media only screen and (max-width:600px){.gb-layout-columns-6>.gb-layout-column-wrap.gb-is-responsive-column{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-template-areas:"col1" "col2" "col3" "col4" "col5" "col6"}}.gb-layout-columns-4,.gb-layout-columns-5,.gb-layout-columns-6{overflow-x:auto}.gb-column-selector-group{margin-top:10px;display:flex;width:100%;text-align:center;justify-content:center}@media only screen and (max-width:1175px){.gb-column-selector-group{flex-wrap:wrap}}.gb-column-selector{margin:0 5px}@media only screen and (max-width:1175px){.gb-column-selector{margin-top:10px}}.gb-column-selector button.gb-column-selector-button{padding:15px;height:auto;border-radius:5px!important;background:#fff;margin:0}.gb-column-selector button.gb-column-selector-button:hover{background:#fff;margin:0}.gb-column-selector button.components-button.is-button:last-child{border-radius:5px}.gb-layout-column-button .gb-block-button{margin-bottom:0}.gb-layout-selector-group{margin-top:10px}.gb-layout-selector{display:inline-block;margin:0 5px}.gb-layout-selector button.gb-layout-selector-button{padding:15px;height:auto;border-radius:5px;background:#fff}.gb-layout-selector button.gb-layout-selector-button:hover{background:#fff}.gb-layout-selector button.components-button.is-button:last-child{border-radius:5px}.gb-toolbar-insert-layout-button{margin-right:3px}.gb-layout-team-1 .gb-profile-column{flex:100%}.gb-layout-team-1 .gb-social-links{padding-top:25px}.gb-layout-hero-cover .wp-block-cover__inner-container{max-width:800px}.gb-layout-hero-cover h2,.gb-layout-hero-cover h3,.gb-layout-hero-cover h4{max-width:100%}.gb-white-text,.editor-styles-wrapper [data-type="core/heading"] .gb-white-text{color:#fff}.gb-layout-landing-2 .gb-block-profile{padding:0;text-align:center}.gb-layout-landing-2 .gb-block-profile .gb-profile-avatar-wrap,.gb-layout-landing-2 .gb-block-profile .gb-profile-column{flex:0 0 100%}.gb-layout-landing-2 .round .gb-profile-image-wrap{max-width:220px;margin:0 auto}.gb-layout-landing-2 .gb-block-cta .gb-cta-content{max-width:700px;margin:0 auto}.gb-layout-landing-2 .gb-block-cta .gb-button{font-weight:400}.gb-layout-landing-3 .gb-layout-landing-3-cover h2,.gb-layout-landing-3 .gb-layout-landing-3-cover h3,.gb-layout-landing-3 .gb-layout-landing-3-cover h4,.gb-layout-landing-3 .gb-layout-landing-3-cover h5,.gb-layout-landing-3 .gb-layout-landing-3-cover h6{margin-left:auto;margin-right:auto}@media only screen and (min-width:600px){.gb-layout-landing-3 .gb-layout-landing-3-cover h2,.gb-layout-landing-3 .gb-layout-landing-3-cover h3,.gb-layout-landing-3 .gb-layout-landing-3-cover h4,.gb-layout-landing-3 .gb-layout-landing-3-cover h5,.gb-layout-landing-3 .gb-layout-landing-3-cover h6{font-size:42px}}@media only screen and (min-width:600px){.gb-layout-landing-3 .gb-block-post-grid header .gb-block-post-grid-title{font-size:24px}}.gpb-slate-section-contact-box .gb-block-layout-column-inner{height:100%}div[class*=gb-section-].alignfull,div[class*=gb-layout-].alignfull{margin-top:auto;margin-bottom:auto}.gpb-overflow-hidden{overflow:hidden}.gpb-grid-mobile-space .gb-is-responsive-column{grid-row-gap:1em}.gpb-rounded-grid .gb-block-layout-column-inner{border-radius:10px}.gpb-rounded-sm,.gpb-rounded-sm .gb-accordion-title,.gpb-rounded-sm img{border-radius:5px}.gpb-rounded-md,.gpb-rounded-md .gb-accordion-title,.gpb-rounded-md img{border-radius:10px}.gpb-rounded-lg,.gpb-rounded-lg .gb-accordion-title,.gpb-rounded-lg img{border-radius:20px}.gpb-rounded-xl,.gpb-rounded-xl .gb-accordion-title,.gpb-rounded-xl img{border-radius:30px}.gpb-rounded-full,.gpb-rounded-full .gb-accordion-title,.gpb-rounded-full img{border-radius:500px}@media only screen and (max-width:600px){.gpb-mobile-align-reset{float:none;text-align:left;margin-left:0!important;margin-right:0}}@media only screen and (max-width:600px){.gpb-grid-mobile-reorder .gb-is-responsive-column .gb-block-layout-column:nth-of-type(1){grid-area:col2}.gpb-grid-mobile-reorder .gb-is-responsive-column .gb-block-layout-column:nth-of-type(2){grid-area:col1}}.gpb-mb-1{margin-bottom:1rem}@media only screen and (min-width:600px){div[class*=wp-block-genesis].gb-font-size-14.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-14.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-14.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-14.gb-block-cta p{font-size:14px}div[class*=wp-block-genesis].gb-font-size-15.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-15.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-15.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-15.gb-block-cta p{font-size:15px}div[class*=wp-block-genesis].gb-font-size-16.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-16.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-16.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-16.gb-block-cta p{font-size:16px}div[class*=wp-block-genesis].gb-font-size-17.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-17.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-17.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-17.gb-block-cta p{font-size:17px}div[class*=wp-block-genesis].gb-font-size-18.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-18.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-18.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-18.gb-block-cta p{font-size:18px}div[class*=wp-block-genesis].gb-font-size-19.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-19.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-19.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-19.gb-block-cta p{font-size:19px}div[class*=wp-block-genesis].gb-font-size-20.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-20.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-20.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-20.gb-block-cta p{font-size:20px}div[class*=wp-block-genesis].gb-font-size-21.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-21.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-21.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-21.gb-block-cta p{font-size:21px}div[class*=wp-block-genesis].gb-font-size-22.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-22.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-22.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-22.gb-block-cta p{font-size:22px}div[class*=wp-block-genesis].gb-font-size-23.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-23.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-23.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-23.gb-block-cta p{font-size:23px}div[class*=wp-block-genesis].gb-font-size-24.gb-block-testimonial p,div[class*=wp-block-genesis].gb-font-size-24.gb-block-notice p,div[class*=wp-block-genesis].gb-font-size-24.gb-block-profile p,div[class*=wp-block-genesis].gb-font-size-24.gb-block-cta p{font-size:24px}}*[class*=gpb-fluid],.entry-content *[class*=gpb-fluid]{margin:0 0 1rem 0;line-height:1.2;font-weight:400}.gpb-fluid-1{font-size:20px}@media(min-width:600px){.gpb-fluid-1{font-size:calc(11.5094339623px + 100vw*0.0141509434)}}@media(min-width:1024px){.gpb-fluid-1{font-size:26px}}.gpb-fluid-2{font-size:22px}@media(min-width:600px){.gpb-fluid-2{font-size:calc(10.679245283px + 100vw*0.0188679245)}}@media(min-width:1024px){.gpb-fluid-2{font-size:30px}}.gpb-fluid-3{font-size:24px}@media(min-width:600px){.gpb-fluid-3{font-size:calc(4.1886792453px + 100vw*0.0330188679)}}@media(min-width:1024px){.gpb-fluid-3{font-size:38px}}.gpb-fluid-4{font-size:28px}@media(min-width:600px){.gpb-fluid-4{font-size:calc(5.358490566px + 100vw*0.0377358491)}}@media(min-width:1024px){.gpb-fluid-4{font-size:44px}}.gpb-fluid-5{font-size:32px}@media(min-width:600px){.gpb-fluid-5{font-size:calc(3.6981132075px + 100vw*0.0471698113)}}@media(min-width:1024px){.gpb-fluid-5{font-size:52px}}.gpb-fluid-6{font-size:36px}@media(min-width:600px){.gpb-fluid-6{font-size:calc(2.0377358491px + 100vw*0.0566037736)}}@media(min-width:1024px){.gpb-fluid-6{font-size:60px}}.gb-align-center{text-align:center}.gb-align-left{text-align:left}.gb-align-right{text-align:right}.center{text-align:center}.left{text-align:left}.right{text-align:right}@media only screen and (min-width:600px){.wp-block-columns .layout-column-1,.wp-block-columns .layout-column-2{margin-right:5%}}.wp-block-image{margin-bottom:1.2em}.gb-text-link{color:inherit;text-decoration:none}.gb-text-link:hover{color:inherit;text-decoration:underline}.gb-has-parallax{background-attachment:fixed;background-size:cover;background-position:50%}.gb-has-background-dim::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:0;z-index:1}.gb-has-background-dim.has-theme-primary-background-color::before,.gb-has-background-dim.gb-has-custom-background-color::before{background-color:inherit}.gb-has-background-dim-0::before{opacity:1}.gb-has-background-dim-10::before{opacity:.9}.gb-has-background-dim-20::before{opacity:.8}.gb-has-background-dim-30::before{opacity:.7}.gb-has-background-dim-40::before{opacity:.6}.gb-has-background-dim-50::before{opacity:.5}.gb-has-background-dim-60::before{opacity:.4}.gb-has-background-dim-70::before{opacity:.3}.gb-has-background-dim-80::before{opacity:.2}.gb-has-background-dim-90::before{opacity:.1}.gb-has-background-dim-100::before{opacity:0}div.gb-background-auto{background-size:auto;background-position:center center}div.gb-background-cover{background-size:cover}div.gb-background-contain{background-size:contain;background-position:center center}div.gb-background-no-repeat{background-repeat:no-repeat}div.gb-background-repeat{background-repeat:repeat}div.gb-background-repeat-x{background-repeat:repeat-x}div.gb-background-repeat-y{background-repeat:repeat-y;background-position:center center}ol.gpb-number-list,.editor-styles-wrapper ol.gpb-number-list{list-style:none;counter-reset:gpb-list-counter;padding:0;margin-left:0}ol.gpb-number-list li,.editor-styles-wrapper ol.gpb-number-list li{list-style-type:none;counter-increment:gpb-list-counter;position:relative;padding-left:65px;margin-bottom:1.2em}ol.gpb-number-list li::before{content:counter(gpb-list-counter) "";color:#fff;background:#333;position:absolute;left:0;top:10px;text-align:center;border-radius:100px;height:42px;width:42px;line-height:41px}
/*!/wp-content/cache/asset-cleanup/css/item/eea-people-addon__css__espresso_eea-people-addon-css-v4552ee4b0def89b49bc298d217a5acdc20cc62a7.css*/
/*!/wp-content/plugins/eea-people-addon/css/espresso_eea-people-addon.css*/.eea-people-addon-people-list-ul li{clear:both;margin:0 0 1em}.eea-people-addon-feature-image{float:left;margin:0 1em 1em 0}
/*!/wp-includes/css/dist/block-library/style.min.css*/
@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*!/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css*/
.aioseo-toc-header{width:100%;position:relative}.aioseo-toc-header:has(.aioseo-toc-header-area){flex-direction:column;align-items:flex-start}.aioseo-toc-header .aioseo-toc-header-title{align-items:center;color:#434960;display:flex;flex:1 0 auto;font-size:24px;font-weight:700;line-height:125%;max-width:100%;gap:8px}.aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{display:flex;border-radius:2px;cursor:pointer;transition:transform .3s ease;background-color:#e5f0ff;box-sizing:border-box;justify-content:center;align-items:center}[dir=ltr] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{padding:8px 0 8px 10px}[dir=rtl] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{padding:8px 10px 8px 0}.aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{width:14px;height:14px}[dir=ltr] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{margin-right:10px}[dir=rtl] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{margin-left:10px}.aioseo-toc-header .aioseo-toc-header-instructions{color:#2c324c;font-size:16px;margin-bottom:0;margin-top:16px}.aioseo-toc-header .aioseo-toc-header-buttons{flex:0 1 auto}.aioseo-toc-contents{transition:transform .3s ease,opacity .3s ease;transform-origin:top;display:block;opacity:1;transform:scaleY(1);padding-top:12px}.aioseo-toc-collapsed{opacity:0;transform:scaleY(0);height:0;overflow:hidden}
/*!/wp-content/cache/asset-cleanup/css/item/all-in-one-seo-pack-pro__dist__pro__assets__css__recipe__global-67a3275f-css-vee13ae1f9ee70f0b52e78d0f3b15af44d2dc3eca.css*/
/*!/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.67a3275f.css*/@charset "UTF-8";.wp-block-aioseo-recipe,.aioseo-recipe-block{display:flex;flex-direction:column;gap:20px}.wp-block-aioseo-recipe *,.aioseo-recipe-block *{box-sizing:border-box!important}.wp-block-aioseo-recipe .aioseo-recipe-header-area,.aioseo-recipe-block .aioseo-recipe-header-area{display:flex;border-bottom:1px solid #8C8F9A;padding-bottom:24px;justify-content:center;gap:40px}@media (max-width:767px){.wp-block-aioseo-recipe .aioseo-recipe-header-area,.aioseo-recipe-block .aioseo-recipe-header-area{flex-direction:column}}.wp-block-aioseo-recipe .aioseo-recipe-header-area div,.aioseo-recipe-block .aioseo-recipe-header-area div{flex:1}.wp-block-aioseo-recipe .aioseo-recipe-header-area div h2,.aioseo-recipe-block .aioseo-recipe-header-area div h2{font-size:32px;color:#2c324c;line-height:125%;padding-bottom:0;margin-bottom:12px;font-weight:700}.wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p,.aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p{white-space:pre-wrap;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0;font-size:16px;font-weight:400;color:#434960;line-height:125%}.wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:before,.wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:after,.aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:before,.aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:after{font-size:24px;color:#333}.wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:before,.aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:before{content:"“"}[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:before,[dir=ltr] .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:before{margin-right:4px}[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:before,[dir=rtl] .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:before{margin-left:4px}.wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:after,.aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:after{content:"”"}[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:after,[dir=ltr] .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:after{margin-left:4px}[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:after,[dir=rtl] .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:after{margin-right:4px}.wp-block-aioseo-recipe .aioseo-recipe-header-area img,.aioseo-recipe-block .aioseo-recipe-header-area img{flex:1;max-width:100%}.wp-block-aioseo-recipe .aioseo-recipe-general-info,.aioseo-recipe-block .aioseo-recipe-general-info{border-bottom:1px solid #8C8F9A;display:flex;flex-direction:row;flex-wrap:wrap;font-size:12px;gap:16px;padding:16px 0;text-transform:uppercase}.wp-block-aioseo-recipe .aioseo-recipe-general-info__row,.aioseo-recipe-block .aioseo-recipe-general-info__row{display:flex;gap:32px}.wp-block-aioseo-recipe .aioseo-recipe-general-info__row-item,.aioseo-recipe-block .aioseo-recipe-general-info__row-item{font-weight:700}.wp-block-aioseo-recipe .aioseo-recipe-general-info__row-item span,.aioseo-recipe-block .aioseo-recipe-general-info__row-item span{color:#000}.wp-block-aioseo-recipe .aioseo-recipe-general-info__row-item span.value,.aioseo-recipe-block .aioseo-recipe-general-info__row-item span.value{color:#434960}[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-general-info__row-item span.value,[dir=ltr] .aioseo-recipe-block .aioseo-recipe-general-info__row-item span.value{margin-left:8px}[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-general-info__row-item span.value,[dir=rtl] .aioseo-recipe-block .aioseo-recipe-general-info__row-item span.value{margin-right:8px}.wp-block-aioseo-recipe .aioseo-recipe-tags,.aioseo-recipe-block .aioseo-recipe-tags{display:flex;flex-wrap:wrap;gap:10px}.wp-block-aioseo-recipe .aioseo-recipe-tags span,.aioseo-recipe-block .aioseo-recipe-tags span{background-color:#d0d1d7;border-radius:4px;padding:8px 12px;font-size:12px;font-weight:700}.wp-block-aioseo-recipe .aioseo-recipe-instructions,.wp-block-aioseo-recipe .aioseo-recipe-ingredients,.aioseo-recipe-block .aioseo-recipe-instructions,.aioseo-recipe-block .aioseo-recipe-ingredients{display:flex;flex-direction:column}.wp-block-aioseo-recipe .aioseo-recipe-instructions h3,.wp-block-aioseo-recipe .aioseo-recipe-ingredients h3,.aioseo-recipe-block .aioseo-recipe-instructions h3,.aioseo-recipe-block .aioseo-recipe-ingredients h3{color:#2c324c;font-size:18px;font-weight:700}.wp-block-aioseo-recipe .aioseo-recipe-instructions ul,.wp-block-aioseo-recipe .aioseo-recipe-ingredients ul,.aioseo-recipe-block .aioseo-recipe-instructions ul,.aioseo-recipe-block .aioseo-recipe-ingredients ul{display:flex;flex-wrap:wrap;padding:0;margin-bottom:0}[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-instructions ul,[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-ingredients ul,[dir=ltr] .aioseo-recipe-block .aioseo-recipe-instructions ul,[dir=ltr] .aioseo-recipe-block .aioseo-recipe-ingredients ul{margin-left:16px}[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-instructions ul,[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-ingredients ul,[dir=rtl] .aioseo-recipe-block .aioseo-recipe-instructions ul,[dir=rtl] .aioseo-recipe-block .aioseo-recipe-ingredients ul{margin-right:16px}.wp-block-aioseo-recipe .aioseo-recipe-instructions ul li,.wp-block-aioseo-recipe .aioseo-recipe-ingredients ul li,.aioseo-recipe-block .aioseo-recipe-instructions ul li,.aioseo-recipe-block .aioseo-recipe-ingredients ul li{width:100%;font-size:16px;font-weight:400}@media (min-width:768px){.wp-block-aioseo-recipe .aioseo-recipe-instructions ul li,.wp-block-aioseo-recipe .aioseo-recipe-ingredients ul li,.aioseo-recipe-block .aioseo-recipe-instructions ul li,.aioseo-recipe-block .aioseo-recipe-ingredients ul li{width:50%}}.wp-block-aioseo-recipe .aioseo-recipe-instructions ol,.wp-block-aioseo-recipe .aioseo-recipe-ingredients ol,.aioseo-recipe-block .aioseo-recipe-instructions ol,.aioseo-recipe-block .aioseo-recipe-ingredients ol{padding:0;margin-bottom:0}[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-instructions ol,[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-ingredients ol,[dir=ltr] .aioseo-recipe-block .aioseo-recipe-instructions ol,[dir=ltr] .aioseo-recipe-block .aioseo-recipe-ingredients ol{margin-left:16px}[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-instructions ol,[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-ingredients ol,[dir=rtl] .aioseo-recipe-block .aioseo-recipe-instructions ol,[dir=rtl] .aioseo-recipe-block .aioseo-recipe-ingredients ol{margin-right:16px}.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li,.wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li,.aioseo-recipe-block .aioseo-recipe-instructions ol li,.aioseo-recipe-block .aioseo-recipe-ingredients ol li{font-size:16px;font-weight:400}.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li:not(:last-of-type),.wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li:not(:last-of-type),.aioseo-recipe-block .aioseo-recipe-instructions ol li:not(:last-of-type),.aioseo-recipe-block .aioseo-recipe-ingredients ol li:not(:last-of-type){margin-bottom:20px}.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li h4,.wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li h4,.aioseo-recipe-block .aioseo-recipe-instructions ol li h4,.aioseo-recipe-block .aioseo-recipe-ingredients ol li h4{font-size:16px;font-weight:700;margin-bottom:0}.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li p,.wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li p,.aioseo-recipe-block .aioseo-recipe-instructions ol li p,.aioseo-recipe-block .aioseo-recipe-ingredients ol li p{margin-top:0}.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li .instruction-title,.wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li .instruction-title,.aioseo-recipe-block .aioseo-recipe-instructions ol li .instruction-title,.aioseo-recipe-block .aioseo-recipe-ingredients ol li .instruction-title{font-weight:700;display:block}.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li img,.wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li img,.aioseo-recipe-block .aioseo-recipe-instructions ol li img,.aioseo-recipe-block .aioseo-recipe-ingredients ol li img{max-width:100%}.wp-block-aioseo-recipe .aioseo-recipe-reviews,.aioseo-recipe-block .aioseo-recipe-reviews{display:flex;flex-direction:column;gap:8px}@media (max-width:767px){.wp-block-aioseo-recipe .aioseo-recipe-reviews,.aioseo-recipe-block .aioseo-recipe-reviews{margin-top:3rem}}.wp-block-aioseo-recipe .aioseo-recipe-reviews .review,.aioseo-recipe-block .aioseo-recipe-reviews .review{margin:10px 0}.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .content,.aioseo-recipe-block .aioseo-recipe-reviews .review .content{color:#434960}.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .content .headline,.aioseo-recipe-block .aioseo-recipe-reviews .review .content .headline{font-size:16px;font-weight:700;margin:0 0 10px}.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .content .description,.aioseo-recipe-block .aioseo-recipe-reviews .review .content .description{font-size:14px;margin:0 0 10px}.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .author-rating,.aioseo-recipe-block .aioseo-recipe-reviews .review .author-rating{color:#434960;font-size:14px;display:flex;justify-content:space-between;gap:8px}@media (max-width:767px){.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .author-rating,.aioseo-recipe-block .aioseo-recipe-reviews .review .author-rating{flex-direction:column}}.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .author-rating .rating,.aioseo-recipe-block .aioseo-recipe-reviews .review .author-rating .rating{font-size:20px}.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .author-rating .rating .filled,.aioseo-recipe-block .aioseo-recipe-reviews .review .author-rating .rating .filled{color:#ffc107}.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .author-rating .rating .empty,.aioseo-recipe-block .aioseo-recipe-reviews .review .author-rating .rating .empty{color:#d0d1d7}
/*!/wp-content/cache/asset-cleanup/css/item/all-in-one-seo-pack-pro__dist__pro__assets__css__product__global-61066cfb-css-v57bd1465e78a6cbcab89fdb3c1d152b26040bea4.css*/
/*!/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.61066cfb.css*/.wp-block-aioseo-product *,.aioseo-product-block *{box-sizing:border-box!important}.wp-block-aioseo-product .aioseo-product-header,.aioseo-product-block .aioseo-product-header{display:flex;flex-wrap:wrap;gap:24px;border-bottom:1px solid #8C8F9A;padding:16px 0}@media (max-width:767px){.wp-block-aioseo-product .aioseo-product-header,.aioseo-product-block .aioseo-product-header{flex-direction:column}}.wp-block-aioseo-product .aioseo-product-header img,.aioseo-product-block .aioseo-product-header img{width:100%;max-width:100%}.wp-block-aioseo-product .aioseo-product-header div,.aioseo-product-block .aioseo-product-header div{flex:1;color:#434960}.wp-block-aioseo-product .aioseo-product-header p,.wp-block-aioseo-product .aioseo-product-header .product-sku,.wp-block-aioseo-product .aioseo-product-header .product-description,.aioseo-product-block .aioseo-product-header p,.aioseo-product-block .aioseo-product-header .product-sku,.aioseo-product-block .aioseo-product-header .product-description{color:#2c324c;font-size:14px;margin:0 0 16px}.wp-block-aioseo-product .aioseo-product-header .product-description,.aioseo-product-block .aioseo-product-header .product-description{white-space:pre-wrap}.wp-block-aioseo-product .aioseo-product-header .product-description>div,.aioseo-product-block .aioseo-product-header .product-description>div{white-space:pre-wrap}.wp-block-aioseo-product .aioseo-product-header .brand-name,.aioseo-product-block .aioseo-product-header .brand-name{font-size:12px;font-weight:700;padding:0;margin:0 0 16px}.wp-block-aioseo-product .aioseo-product-header .product-name,.aioseo-product-block .aioseo-product-header .product-name{font-size:24px;font-weight:700;padding:0;margin:0 0 8px}.wp-block-aioseo-product .aioseo-product-header .offer-price,.aioseo-product-block .aioseo-product-header .offer-price{margin:16px 0}.wp-block-aioseo-product .aioseo-product-header .offer-price .price,.aioseo-product-block .aioseo-product-header .offer-price .price{font-size:18px;font-weight:700;margin-bottom:6px}.wp-block-aioseo-product .aioseo-product-header .offer-price .price.has-sale-price,.aioseo-product-block .aioseo-product-header .offer-price .price.has-sale-price{font-size:16px;text-decoration:line-through;opacity:.7}.wp-block-aioseo-product .aioseo-product-header .offer-price .sale-price,.aioseo-product-block .aioseo-product-header .offer-price .sale-price{font-size:20px;font-weight:700;margin-bottom:6px}.wp-block-aioseo-product .aioseo-product-header .offer-price .availability,.aioseo-product-block .aioseo-product-header .offer-price .availability{display:flex;color:#434960;gap:12px;justify-content:start;align-items:center}.wp-block-aioseo-product .aioseo-product-header .offer-price .availability .color,.aioseo-product-block .aioseo-product-header .offer-price .availability .color{width:11px;height:11px;border-radius:50%}.wp-block-aioseo-product .aioseo-product-header .offer-price .availability .text,.aioseo-product-block .aioseo-product-header .offer-price .availability .text{font-size:14px}.wp-block-aioseo-product .aioseo-product-header .offer-price .availability .LimitedAvailability,.aioseo-product-block .aioseo-product-header .offer-price .availability .LimitedAvailability{background-color:#df2a4a}.wp-block-aioseo-product .aioseo-product-header .offer-price .availability .OutOfStock,.wp-block-aioseo-product .aioseo-product-header .offer-price .availability .Discontinued,.wp-block-aioseo-product .aioseo-product-header .offer-price .availability .SoldOut,.aioseo-product-block .aioseo-product-header .offer-price .availability .OutOfStock,.aioseo-product-block .aioseo-product-header .offer-price .availability .Discontinued,.aioseo-product-block .aioseo-product-header .offer-price .availability .SoldOut{background-color:red}.wp-block-aioseo-product .aioseo-product-header .offer-price .availability .InStock,.wp-block-aioseo-product .aioseo-product-header .offer-price .availability .InStoreOnly,.wp-block-aioseo-product .aioseo-product-header .offer-price .availability .OnlineOnly,.aioseo-product-block .aioseo-product-header .offer-price .availability .InStock,.aioseo-product-block .aioseo-product-header .offer-price .availability .InStoreOnly,.aioseo-product-block .aioseo-product-header .offer-price .availability .OnlineOnly{background-color:#4caf50}.wp-block-aioseo-product .aioseo-product-header .offer-price .availability .PreOrder,.aioseo-product-block .aioseo-product-header .offer-price .availability .PreOrder{background-color:#ffc107}.wp-block-aioseo-product .aioseo-product-reviews,.aioseo-product-block .aioseo-product-reviews{display:flex;flex-direction:column;gap:8px;margin:20px 0}@media (max-width:767px){.wp-block-aioseo-product .aioseo-product-reviews,.aioseo-product-block .aioseo-product-reviews{margin-top:3rem}}.wp-block-aioseo-product .aioseo-product-reviews .review,.aioseo-product-block .aioseo-product-reviews .review{margin:10px 0}.wp-block-aioseo-product .aioseo-product-reviews .review .content,.aioseo-product-block .aioseo-product-reviews .review .content{color:#434960}.wp-block-aioseo-product .aioseo-product-reviews .review .content .headline,.aioseo-product-block .aioseo-product-reviews .review .content .headline{font-size:16px;font-weight:700;margin:0 0 10px}.wp-block-aioseo-product .aioseo-product-reviews .review .content .description,.aioseo-product-block .aioseo-product-reviews .review .content .description{font-size:14px;margin:0 0 10px}.wp-block-aioseo-product .aioseo-product-reviews .review .author-rating,.aioseo-product-block .aioseo-product-reviews .review .author-rating{color:#434960;font-size:14px;display:flex;justify-content:space-between;gap:8px}@media (max-width:767px){.wp-block-aioseo-product .aioseo-product-reviews .review .author-rating,.aioseo-product-block .aioseo-product-reviews .review .author-rating{flex-direction:column}}.wp-block-aioseo-product .aioseo-product-reviews .review .author-rating .rating,.aioseo-product-block .aioseo-product-reviews .review .author-rating .rating{font-size:20px}.wp-block-aioseo-product .aioseo-product-reviews .review .author-rating .rating .filled,.aioseo-product-block .aioseo-product-reviews .review .author-rating .rating .filled{color:#ffc107}.wp-block-aioseo-product .aioseo-product-reviews .review .author-rating .rating .empty,.aioseo-product-block .aioseo-product-reviews .review .author-rating .rating .empty{color:#d0d1d7}
/*!/wp-includes/css/dashicons.min.css*/
/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url("/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url("/wp-includes/css/../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
/*!/wp-content/cache/asset-cleanup/css/item/learndash-propanel__includes__reports-base__includes__blocks__builds__index-quiz-reports-css-vdb77d8cc09baafaeffe87864b9fa7891625453f0.css*/
/*!/wp-content/plugins/learndash-propanel/includes/reports-base/includes/blocks/builds/index-quiz-reports.css*/.wp-block-wisdm-learndash-reports-quiz-reports{background:#fff;border-radius:4 px;box-shadow:1px 2px 3px rgb(0 0 0 / .1);margin:0 30px;min-height:790px;padding:30px}.wp-block-wisdm-learndash-reports-quiz-reports .qre-breadcrumbs{display:none}.wp-block-wisdm-learndash-reports-quiz-reports .qre-reports-content{margin:0;padding:0}.course-list-table-container{margin:0 10px 10px;padding:2px}.course-list-table thead{background-color:#444;color:#fff}.course-list-table tr td{border:0;border-bottom:1px solid #e5e5e5;line-height:18px;padding:10px;vertical-align:middle}table.course-list-table thead th{color:unset;text-align:left}table.course-list-table{border:none;border-radius:2px;width:100%}table.course-list-table tr{line-height:30px}.course-list-table-download-options{margin-bottom:22px;text-align:right}tr.course-list-table-data-row:hover{background-color:#fff;border-radius:2px;box-shadow:0 4px 20px 0 rgb(0 0 0 / .2);cursor:pointer;transform:scaleX(1.01);transform:scale(1.01);transition:all .2s ease-in-out}.edit-post-visual-editor table.course-list-table{border:none;border-radius:2px;width:100%}.wisdm-ld-loading{align-items:center;animation:load 1.2s ease-in-out 0s infinite;animation-direction:alternate;display:flex;justify-content:center;min-height:40px;text-shadow:0 0 1px #008ad8;width:100%}@keyframes load{0%{filter:blur(5px);letter-spacing:3px;opacity:.08}}.download-csv-button{color:#fff}.wisdm-learndash-reports-chart-block.error{text-align:center}.wrld-loader{display:none}.qre-reports-content .results-section #qre_summarized_data_wrapper{overflow:unset;overflow-x:scroll}.qre-reports-content .results-section #qre_summarized_data_wrapper::-webkit-scrollbar{background:#e7e7e7;height:10px;width:4px}.qre-reports-content .results-section #qre_summarized_data_wrapper::-webkit-scrollbar-thumb:horizontal{background:#858585;border-radius:4px}
/*!/wp-content/cache/asset-cleanup/css/item/metronet-profile-picture__dist__blocks-style-build-css-v157bb6025330aa86cc172d32ee356dc8c4431532.css*/
/*!/wp-content/plugins/metronet-profile-picture/dist/blocks.style.build.css*/.post-content .mpp-profile-wrap h1,.post-content .mpp-profile-wrap h2,.post-content .mpp-profile-wrap h3,.post-content .mpp-profile-wrap h4,.post-content .mpp-profile-wrap h5,.post-content .mpp-profile-wrap h6,.post-content .mpp-enhanced-profile-wrap h1,.post-content .mpp-enhanced-profile-wrap h2,.post-content .mpp-enhanced-profile-wrap h3,.post-content .mpp-enhanced-profile-wrap h4,.post-content .mpp-enhanced-profile-wrap h5,.post-content .mpp-enhanced-profile-wrap h6{clear:none}.post-content .mpp-profile-wrap h2,.post-content .mpp-enhanced-profile-wrap h2{margin:0;margin-bottom:10px}.post-content .mpp-profile-wrap p,.post-content .mpp-enhanced-profile-wrap p{margin-bottom:10px}.mpp-profile-wrap{margin:0 auto;padding:3%;border-radius:5px;margin-bottom:1.2em;margin-bottom:20px;line-height:1.3}.mpp-profile-wrap.round .mpp-profile-image-wrapper{border-radius:50%;overflow:hidden}.mpp-profile-wrap.round .mpp-profile-image-wrapper img{border-radius:50%}.mpp-profile-wrap h1,.mpp-profile-wrap h2,.mpp-profile-wrap h3,.mpp-profile-wrap h4,.mpp-profile-wrap h5,.mpp-profile-wrap h6{clear:none}.mpp-profile-wrap h2{margin-top:0;margin-bottom:10px}.mpp-profile-wrap h2:before{display:none}.mpp-profile-wrap .mpp-profile-image-wrapper{position:relative;float:left;line-height:1.1;z-index:1000;background:#ddd;position:relative;min-width:150px;min-height:150px;max-width:150px;max-height:150px;width:100%;margin-right:20px;margin-bottom:20px}.mpp-profile-wrap .mpp-profile-image-wrapper button{position:relative;min-width:150px;min-height:150px;max-width:150px;max-height:150px;z-index:1000}.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square{position:relative;top:0;left:0;height:100%;width:100%;z-index:5}.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square img{height:100%;width:100%;position:relative;z-index:5}.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-content-wrap{display:block;padding:0 15px 0 15px;-ms-flex:3 0 0%;flex:3 0 0%}.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-name{font:1.4em;line-height:1.2}@media only screen and (max-width:600px){.mpp-profile-wrap .mpp-profile-image-wrapper{flex:auto}}.mpp-profile-wrap .mpp-gutenberg-view-posts{clear:both;padding-top:20px}.mpp-profile-wrap .mpp-profile-view-posts{clear:both;display:block;width:100%;text-align:center;padding:10px 20px;background-color:#cf6d38;color:#fff}.mpp-profile-wrap .mpp-profile-view-posts a,.mpp-profile-wrap .mpp-profile-view-posts a:hover,.mpp-profile-wrap .mpp-profile-view-posts a:visited{display:block;width:100%;height:100%;color:#fff;text-decoration:none}.mpp-enhanced-profile-wrap.regular{position:relative;margin:0 auto;line-height:1.5}.mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper{border-radius:50%;overflow:hidden}.mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper img{border-radius:50%}.mpp-enhanced-profile-wrap.regular h1,.mpp-enhanced-profile-wrap.regular h2,.mpp-enhanced-profile-wrap.regular h3,.mpp-enhanced-profile-wrap.regular h4,.mpp-enhanced-profile-wrap.regular h5,.mpp-enhanced-profile-wrap.regular h6{clear:none}.mpp-enhanced-profile-wrap.regular h2:before{display:none}.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper{position:relative;float:left;line-height:1.1;z-index:1000;background:#ddd;position:relative;min-width:150px;min-height:150px;max-width:150px;max-height:150px;width:100%;margin-right:20px;margin-bottom:20px}@media only screen and (max-width:400px){.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper{float:none;text-align:center;margin:0 auto}}.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper button{position:relative;min-width:150px;min-height:150px;max-width:150px;max-height:150px;z-index:1000}.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square{position:relative;top:0;left:0;height:100%;width:100%;z-index:5}.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square img{height:100%;width:100%;position:relative;z-index:5}.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap{display:block;padding:0 15px 0 15px;-ms-flex:3 0 0%;flex:3 0 0%}@media only screen and (max-width:400px){.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap{display:block;text-align:center;margin:0 auto}}.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-name{font:1.4em;line-height:1.2}@media only screen and (max-width:600px){.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper{flex:auto}}@media only screen and (max-width:400px){.mpp-enhanced-profile-wrap.regular .mpp-content-wrap{display:block;text-align:center;margin:0 auto}}.mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts{clear:both}.mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts:after{content:"";display:table;clear:both}.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts{clear:both;display:block;float:left;text-align:center;padding:10px 20px;margin-top:20px;margin-right:20px;background-color:#cf6d38;color:#fff}.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a,.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:hover,.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:visited{display:block;width:100%;height:100%;color:#fff;text-decoration:none}.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts:after{content:"";display:table;clear:both}@media only screen and (max-width:400px){.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts{display:block;width:90%;margin:0 auto;text-align:center;margin-bottom:10px}}.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website{display:block;float:left;text-align:center;padding:10px 20px;margin-top:20px;background-color:#333;color:#fff}.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a,.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:hover,.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:visited{display:block;width:100%;height:100%;color:#fff;text-decoration:none}@media only screen and (max-width:400px){.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website{display:block;width:90%;margin:0 auto;text-align:center;margin-bottom:10px}}.mpp-profile-wrap.mt-font-size-10,.mpp-enhanced-profile-wrap.regular .mt-font-size-10,.mpp-enhanced-profile-wrap.profile .mt-font-size-10,.mpp-enhanced-profile-wrap.compact .mt-font-size-10,.mpp-profile-text.mt-font-size-10{font-size:10px}.mpp-profile-wrap.mt-font-size-10 p,.mpp-profile-wrap.mt-font-size-10 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-10 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-10 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-10 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-10 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-10 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-10 div,.mpp-profile-text.mt-font-size-10 p,.mpp-profile-text.mt-font-size-10 div{font-size:10px}.mpp-profile-wrap.mt-font-size-11,.mpp-enhanced-profile-wrap.regular .mt-font-size-11,.mpp-enhanced-profile-wrap.profile .mt-font-size-11,.mpp-enhanced-profile-wrap.compact .mt-font-size-11,.mpp-profile-text.mt-font-size-11{font-size:11px}.mpp-profile-wrap.mt-font-size-11 p,.mpp-profile-wrap.mt-font-size-11 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-11 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-11 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-11 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-11 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-11 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-11 div,.mpp-profile-text.mt-font-size-11 p,.mpp-profile-text.mt-font-size-11 div{font-size:11px}.mpp-profile-wrap.mt-font-size-12,.mpp-enhanced-profile-wrap.regular .mt-font-size-12,.mpp-enhanced-profile-wrap.profile .mt-font-size-12,.mpp-enhanced-profile-wrap.compact .mt-font-size-12,.mpp-profile-text.mt-font-size-12{font-size:12px}.mpp-profile-wrap.mt-font-size-12 p,.mpp-profile-wrap.mt-font-size-12 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-12 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-12 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-12 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-12 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-12 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-12 div,.mpp-profile-text.mt-font-size-12 p,.mpp-profile-text.mt-font-size-12 div{font-size:12px}.mpp-profile-wrap.mt-font-size-13,.mpp-enhanced-profile-wrap.regular .mt-font-size-13,.mpp-enhanced-profile-wrap.profile .mt-font-size-13,.mpp-enhanced-profile-wrap.compact .mt-font-size-13,.mpp-profile-text.mt-font-size-13{font-size:13px}.mpp-profile-wrap.mt-font-size-13 p,.mpp-profile-wrap.mt-font-size-13 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-13 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-13 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-13 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-13 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-13 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-13 div,.mpp-profile-text.mt-font-size-13 p,.mpp-profile-text.mt-font-size-13 div{font-size:13px}.mpp-profile-wrap.mt-font-size-14,.mpp-enhanced-profile-wrap.regular .mt-font-size-14,.mpp-enhanced-profile-wrap.profile .mt-font-size-14,.mpp-enhanced-profile-wrap.compact .mt-font-size-14,.mpp-profile-text.mt-font-size-14{font-size:14px}.mpp-profile-wrap.mt-font-size-14 p,.mpp-profile-wrap.mt-font-size-14 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-14 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-14 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-14 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-14 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-14 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-14 div,.mpp-profile-text.mt-font-size-14 p,.mpp-profile-text.mt-font-size-14 div{font-size:14px}.mpp-profile-wrap.mt-font-size-15,.mpp-enhanced-profile-wrap.regular .mt-font-size-15,.mpp-enhanced-profile-wrap.profile .mt-font-size-15,.mpp-enhanced-profile-wrap.compact .mt-font-size-15,.mpp-profile-text.mt-font-size-15{font-size:15px}.mpp-profile-wrap.mt-font-size-15 p,.mpp-profile-wrap.mt-font-size-15 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-15 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-15 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-15 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-15 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-15 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-15 div,.mpp-profile-text.mt-font-size-15 p,.mpp-profile-text.mt-font-size-15 div{font-size:15px}.mpp-profile-wrap.mt-font-size-16,.mpp-enhanced-profile-wrap.regular .mt-font-size-16,.mpp-enhanced-profile-wrap.profile .mt-font-size-16,.mpp-enhanced-profile-wrap.compact .mt-font-size-16,.mpp-profile-text.mt-font-size-16{font-size:16px}.mpp-profile-wrap.mt-font-size-16 p,.mpp-profile-wrap.mt-font-size-16 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-16 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-16 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-16 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-16 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-16 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-16 div,.mpp-profile-text.mt-font-size-16 p,.mpp-profile-text.mt-font-size-16 div{font-size:16px}.mpp-profile-wrap.mt-font-size-17,.mpp-enhanced-profile-wrap.regular .mt-font-size-17,.mpp-enhanced-profile-wrap.profile .mt-font-size-17,.mpp-enhanced-profile-wrap.compact .mt-font-size-17,.mpp-profile-text.mt-font-size-17{font-size:17px}.mpp-profile-wrap.mt-font-size-17 p,.mpp-profile-wrap.mt-font-size-17 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-17 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-17 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-17 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-17 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-17 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-17 div,.mpp-profile-text.mt-font-size-17 p,.mpp-profile-text.mt-font-size-17 div{font-size:17px}.mpp-profile-wrap.mt-font-size-18,.mpp-enhanced-profile-wrap.regular .mt-font-size-18,.mpp-enhanced-profile-wrap.profile .mt-font-size-18,.mpp-enhanced-profile-wrap.compact .mt-font-size-18,.mpp-profile-text.mt-font-size-18{font-size:18px}.mpp-profile-wrap.mt-font-size-18 p,.mpp-profile-wrap.mt-font-size-18 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-18 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-18 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-18 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-18 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-18 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-18 div,.mpp-profile-text.mt-font-size-18 p,.mpp-profile-text.mt-font-size-18 div{font-size:18px}.mpp-profile-wrap.mt-font-size-19,.mpp-enhanced-profile-wrap.regular .mt-font-size-19,.mpp-enhanced-profile-wrap.profile .mt-font-size-19,.mpp-enhanced-profile-wrap.compact .mt-font-size-19,.mpp-profile-text.mt-font-size-19{font-size:19px}.mpp-profile-wrap.mt-font-size-19 p,.mpp-profile-wrap.mt-font-size-19 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-19 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-19 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-19 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-19 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-19 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-19 div,.mpp-profile-text.mt-font-size-19 p,.mpp-profile-text.mt-font-size-19 div{font-size:19px}.mpp-profile-wrap.mt-font-size-20,.mpp-enhanced-profile-wrap.regular .mt-font-size-20,.mpp-enhanced-profile-wrap.profile .mt-font-size-20,.mpp-enhanced-profile-wrap.compact .mt-font-size-20,.mpp-profile-text.mt-font-size-20{font-size:20px}.mpp-profile-wrap.mt-font-size-20 p,.mpp-profile-wrap.mt-font-size-20 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-20 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-20 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-20 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-20 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-20 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-20 div,.mpp-profile-text.mt-font-size-20 p,.mpp-profile-text.mt-font-size-20 div{font-size:20px}.mpp-profile-wrap.mt-font-size-21,.mpp-enhanced-profile-wrap.regular .mt-font-size-21,.mpp-enhanced-profile-wrap.profile .mt-font-size-21,.mpp-enhanced-profile-wrap.compact .mt-font-size-21,.mpp-profile-text.mt-font-size-21{font-size:21px}.mpp-profile-wrap.mt-font-size-21 p,.mpp-profile-wrap.mt-font-size-21 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-21 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-21 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-21 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-21 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-21 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-21 div,.mpp-profile-text.mt-font-size-21 p,.mpp-profile-text.mt-font-size-21 div{font-size:21px}.mpp-profile-wrap.mt-font-size-22,.mpp-enhanced-profile-wrap.regular .mt-font-size-22,.mpp-enhanced-profile-wrap.profile .mt-font-size-22,.mpp-enhanced-profile-wrap.compact .mt-font-size-22,.mpp-profile-text.mt-font-size-22{font-size:22px}.mpp-profile-wrap.mt-font-size-22 p,.mpp-profile-wrap.mt-font-size-22 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-22 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-22 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-22 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-22 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-22 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-22 div,.mpp-profile-text.mt-font-size-22 p,.mpp-profile-text.mt-font-size-22 div{font-size:22px}.mpp-profile-wrap.mt-font-size-23,.mpp-enhanced-profile-wrap.regular .mt-font-size-23,.mpp-enhanced-profile-wrap.profile .mt-font-size-23,.mpp-enhanced-profile-wrap.compact .mt-font-size-23,.mpp-profile-text.mt-font-size-23{font-size:23px}.mpp-profile-wrap.mt-font-size-23 p,.mpp-profile-wrap.mt-font-size-23 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-23 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-23 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-23 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-23 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-23 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-23 div,.mpp-profile-text.mt-font-size-23 p,.mpp-profile-text.mt-font-size-23 div{font-size:23px}.mpp-profile-wrap.mt-font-size-24,.mpp-enhanced-profile-wrap.regular .mt-font-size-24,.mpp-enhanced-profile-wrap.profile .mt-font-size-24,.mpp-enhanced-profile-wrap.compact .mt-font-size-24,.mpp-profile-text.mt-font-size-24{font-size:24px}.mpp-profile-wrap.mt-font-size-24 p,.mpp-profile-wrap.mt-font-size-24 div,.mpp-enhanced-profile-wrap.regular .mt-font-size-24 p,.mpp-enhanced-profile-wrap.regular .mt-font-size-24 div,.mpp-enhanced-profile-wrap.profile .mt-font-size-24 p,.mpp-enhanced-profile-wrap.profile .mt-font-size-24 div,.mpp-enhanced-profile-wrap.compact .mt-font-size-24 p,.mpp-enhanced-profile-wrap.compact .mt-font-size-24 div,.mpp-profile-text.mt-font-size-24 p,.mpp-profile-text.mt-font-size-24 div{font-size:24px}.mpp-social{margin-top:15px}.mpp-social svg{max-width:32px;max-height:32px;margin-right:10px}.mpp-social a,.mpp-social a:hover,.mpp-social a:visited{text-decoration:none!important}.mpp-social{clear:both}.mpp-social svg.icon-twitter{fill:#00aced}.mpp-social svg.icon-amazon{fill:#000}.mpp-social svg.icon-behance{fill:#0692e9}.mpp-social svg.icon-blogger{fill:#fb8f3d}.mpp-social svg.icon-codepen{fill:#000}.mpp-social svg.icon-dribble{fill:#F46899}.mpp-social svg.icon-dropbox{fill:#018BD3}.mpp-social svg.icon-eventbrite{fill:#f6682F}.mpp-social svg.icon-facebook{fill:#3b5998}.mpp-social svg.icon-flickr{fill:#ff0084}.mpp-social svg.icon-foursquare{fill:#0072b1}.mpp-social svg.icon-ghost{fill:#000}.mpp-social svg.icon-github{fill:#070709}.mpp-social svg.icon-google-plus{fill:#CF3D2E}.mpp-social svg.icon-instagram{fill:#A1755C}.mpp-social svg.icon-linkedin{fill:#0085AE}.mpp-social svg.icon-feed{fill:#f26522}.mpp-social svg.icon-medium{fill:#000}.mpp-social svg.icon-path{fill:#000}.mpp-social svg.icon-pinterest{fill:#CC2127}.mpp-social svg.icon-pocket{fill:#000}.mpp-social svg.icon-polldaddy{fill:#bc0b0b}.mpp-social svg.icon-reddit{fill:#000}.mpp-social svg.icon-skype{fill:#01AEF2}.mpp-social svg.icon-spotify{fill:#1ed760}.mpp-social svg.icon-squarespace{fill:#000}.mpp-social svg.icon-stumbleupon{fill:#EB4823}.mpp-social svg.icon-telegram{fill:#000}.mpp-social svg.icon-tumblr-alt{fill:#314E6C}.mpp-social svg.icon-twitch{fill:#4b367c}.mpp-social svg.icon-twitter-alt{fill:#00aced}.mpp-social svg.icon-vimeo{fill:#1ab7ea}.mpp-social svg.icon-wordpress{fill:#21759b}.mpp-social svg.icon-youtube{fill:#b00}.mpp-enhanced-profile-wrap.profile{padding:10px}.mpp-enhanced-profile-wrap.profile h2{margin:0;font-size:.8em;font-weight:400;margin-bottom:5px}.mpp-enhanced-profile-wrap.profile h2:before{display:none}@media only screen and (max-width:400px){.mpp-enhanced-profile-wrap.profile h2{text-align:center}}.mpp-enhanced-profile-wrap.profile.round .profile-avatar{border-radius:50%}.mpp-enhanced-profile-wrap.profile .mpp-profile-image-wrapper{position:relative;float:left;line-height:1;z-index:1000;min-width:150px;min-height:150px;max-width:150px;max-height:150px;margin-right:15px}@media only screen and (max-width:400px){.mpp-enhanced-profile-wrap.profile .mpp-profile-image-wrapper{float:none;text-align:center;margin:0 auto}}.mpp-enhanced-profile-wrap.profile .mpp-profile-meta{clear:both;margin:10px 0}.mpp-enhanced-profile-wrap.profile .mpp-profile-meta:after{content:"";display:table;clear:both}.mpp-enhanced-profile-wrap.profile .alignleft{max-width:none;float:left}@media only screen and (max-width:400px){.mpp-enhanced-profile-wrap.profile .alignleft{float:none;text-align:center;margin:0 auto}}.mpp-enhanced-profile-wrap.profile .alignright{max-width:none}@media only screen and (max-width:400px){.mpp-enhanced-profile-wrap.profile .alignright{float:none;text-align:center;margin:0 auto}}.mpp-author-tabbed{padding:10px}.mpp-author-tabbed:after{content:"";display:table;clear:both}.mpp-author-tabbed .mpp-social{margin-top:0}.mpp-author-tabbed .mpp-author-social-wrapper{margin-bottom:10px}.mpp-author-tabbed .mpp-author-social-wrapper:after{content:"";display:table;clear:both}.mpp-author-tabbed h1,.mpp-author-tabbed h2,.mpp-author-tabbed h3,.mpp-author-tabbed h4,.mpp-author-tabbed h5,.mpp-author-tabbed h6{clear:none}.mpp-author-tabbed h2{font-size:.8em;font-weight:400;margin-bottom:5px}.mpp-author-tabbed h2:before{display:none}.mpp-author-tabbed .mpp-tab-wrapper{clear:both}.mpp-author-tabbed .mpp-author-heading{float:left}@media only screen and (max-width:600px){.mpp-author-tabbed .mpp-author-heading{float:none;text-align:center;margin:0 auto;width:90%}}.mpp-author-tabbed .mpp-author-social{float:right}@media only screen and (max-width:600px){.mpp-author-tabbed .mpp-author-social{float:none;text-align:center;margin:0 auto}}.mpp-author-tabbed .mpp-author-heading .mpp-author-profile-heading{display:inline-block;background:#42737b;color:#fff;padding:10px 20px;font-size:14px;text-transform:uppercase}@media only screen and (max-width:600px){.mpp-author-tabbed .mpp-author-heading .mpp-author-profile-heading{display:block;margin-bottom:10px}}.mpp-author-tabbed .mpp-author-profile-sub-heading{font-size:14px;line-height:1.1;max-width:150px;text-align:center}.mpp-author-tabbed.round .profile-avatar{border-radius:50%}.mpp-author-tabbed .mpp-profile-image-wrapper{clear:both;position:relative;float:left;line-height:1;z-index:1000;margin-right:30px}.mpp-author-tabbed .mpp-profile-image-wrapper img{min-width:150px;min-height:150px;max-height:150px;max-width:150px}.mpp-author-tabbed .mpp-profile-meta{clear:both;margin:10px 0}.mpp-author-tabbed .mpp-profile-meta:after{content:"";display:table;clear:both}.mpp-author-tabbed .mpp-author-profile-title{color:gray;text-transform:uppercase;font-size:12px}.mpp-author-tabbed .mpp-tabbed-profile-information:after{content:"";display:table;clear:both}.mpp-author-tabbed .mpp-tab{display:none}.mpp-author-tabbed .mpp-tab-active{display:block}.mpp-author-tabbed ul.mpp-author-tabs{position:relative;list-style-type:none;margin:0;padding:0;text-align:center}.mpp-author-tabbed ul.mpp-author-tabs li{cursor:pointer;position:relative;display:inline-block;min-width:200px;background:#42737b;margin:0 5px 0 0;text-align:center;margin-right:10px;color:#fff;padding:10px 20px;font-size:16px}@media only screen and (max-width:500px){.mpp-author-tabbed ul.mpp-author-tabs li{width:100%;display:block}}.mpp-author-tabbed ul.mpp-author-tabs li.active:after{content:"";display:block;position:absolute;bottom:-10px;left:calc(50% - 10px);border-top:10px solid #42737b;border-top-color:#42737b;border-left:10px solid #fff0;border-right:10px solid #fff0}@media only screen and (max-width:500px){.mpp-author-tabbed ul.mpp-author-tabs li.active:after{display:none}}.mpp-author-tabbed ul.mpp-author-tabs li:last-child{margin-right:0}.mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts{background:#30424b}.mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts.active:after{border-top:10px solid #30424b;border-top-color:#30424b}.mpp-author-tabbed ul.mpp-author-tab-content{list-style-type:none;margin:0;padding:0}.mpp-author-tabbed ul.mpp-author-tab-content li{margin:0}.mpp-author-tabbed ul.mpp-author-tab-content.white a,.mpp-author-tabbed ul.mpp-author-tab-content.white a:hover,.mpp-author-tabbed ul.mpp-author-tab-content.white a:visited{display:block;background:#fff;border:1px solid #f2f2f2;padding:10px 20px;text-decoration:none;color:#333}.mpp-author-tabbed ul.mpp-author-tab-content.white a:hover{background:#f2f2f2}.mpp-author-tabbed ul.mpp-author-tab-content.light a,.mpp-author-tabbed ul.mpp-author-tab-content.light a:hover,.mpp-author-tabbed ul.mpp-author-tab-content.light a:visited{display:block;background:#f7f7f7;border:1px solid #dedede;padding:10px 20px;text-decoration:none;color:#333}.mpp-author-tabbed ul.mpp-author-tab-content.light a:hover{background:#dedede}.mpp-author-tabbed ul.mpp-author-tab-content.black a,.mpp-author-tabbed ul.mpp-author-tab-content.black a:hover,.mpp-author-tabbed ul.mpp-author-tab-content.black a:visited{display:block;background:#333;color:#fff;border:1px solid #1a1a1a;padding:10px 20px;text-decoration:none}.mpp-author-tabbed ul.mpp-author-tab-content.black a:hover{background:#1a1a1a}.mpp-author-tabbed ul.mpp-author-tab-content.magenta a,.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover,.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:visited{display:block;background:#f0f;color:#fff;border:1px solid #c0c;padding:10px 20px;text-decoration:none}.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover{background:#c0c}.mpp-author-tabbed ul.mpp-author-tab-content.blue a,.mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover,.mpp-author-tabbed ul.mpp-author-tab-content.blue a:visited{display:block;background:#0009c1;color:#fff;border:1px solid #00078e;padding:10px 20px;text-decoration:none}.mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover{background:#00078e}.mpp-author-tabbed ul.mpp-author-tab-content.green a,.mpp-author-tabbed ul.mpp-author-tab-content.green a:hover,.mpp-author-tabbed ul.mpp-author-tab-content.green a:visited{display:block;background:#03ac27;color:#fff;border:1px solid #027a1c;padding:10px 20px;text-decoration:none}.mpp-author-tabbed ul.mpp-author-tab-content.green a:hover{background:#027a1c}.mpp-enhanced-profile-wrap.compact{text-align:center;padding:10px;max-width:400px;margin:0 auto;line-height:1.1}.mpp-enhanced-profile-wrap.compact.center{margin:0 auto}.mpp-enhanced-profile-wrap.compact.left{margin-left:0}.mpp-enhanced-profile-wrap.compact.right{margin-right:0}.mpp-enhanced-profile-wrap.compact .mpp-social svg{margin-right:0}.mpp-enhanced-profile-wrap.compact h2{font-size:.8em;font-weight:400;margin-bottom:5px}.mpp-enhanced-profile-wrap.compact h2:before{display:none}.mpp-enhanced-profile-wrap.compact.round .profile-avatar{border-radius:50%}.mpp-enhanced-profile-wrap.compact .mpp-profile-image-wrapper{position:relative;text-align:center;line-height:1;z-index:1000;min-width:150px;min-height:150px;max-width:150px;max-height:150px;margin:0 auto}.mpp-enhanced-profile-wrap.compact .mpp-profile-text{line-height:1.1}.mpp-enhanced-profile-wrap.compact .mpp-compact-meta{clear:both;margin:10px 0}.mpp-enhanced-profile-wrap.compact .mpp-compact-meta:after{content:"";display:table;clear:both}.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts{clear:both;display:block;text-align:center;padding:10px 20px;margin-top:20px;margin-right:20px;background-color:#cf6d38;color:#fff;margin-bottom:10px}.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a,.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:hover,.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:visited{display:block;width:100%;height:100%;color:#fff;text-decoration:none}.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts:after{content:"";display:table;clear:both}.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website{display:block;text-align:center;padding:10px 20px;margin-top:20px;background-color:#333;color:#fff}.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a,.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:hover,.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:visited{display:block;width:100%;height:100%;color:#fff;text-decoration:none}
/*!/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css*/
#honeypot-field-url,.um-form input[type=text].apbct_special_field,.wc_apbct_email_id,input[class*=apbct].apbct_special_field,label[id*=apbct_label_id].apbct_special_field{display:none!important}.apbct-tooltip,.apbct-tooltip--text{border-radius:5px;background:#d3d3d3}.comment-form-cookies-consent{width:100%;overflow:hidden}.apbct-tooltip{display:none;position:inherit;margin-top:5px;left:5px;opacity:.9}.apbct-tooltip--text{position:sticky;padding:10px;width:max-content}.apbct-tooltip--arrow{position:absolute;background:#d3d3d3;width:10px;height:10px;top:-5px;left:10px;transform:rotate(135deg)}.apbct-trusted-text--div{font-size:small!important;display:inline-block;text-align:center;width:100%;margin-bottom:2pc}.apbct-trusted-text--center{font-size:small!important;display:block;text-align:center;width:100%;margin-bottom:2pc}.apbct-trusted-text--label{font-size:small!important;display:inline-block;text-align:center;width:100%;padding:5px 0}.apbct-trusted-text--label_left{font-size:small!important;display:inline-block;text-align:left;padding:5px 0}.apbct-trusted-text--span{display:inline-block}.apbct-popup-fade:before{content:'';background:#000;position:fixed;left:0;top:0;width:100%;height:100%;opacity:.7;z-index:9999}.apbct-popup{position:fixed;top:20%;left:50%;padding:20px;width:360px;margin-left:-200px;background:#fff;border:1px solid;border-radius:4px;z-index:99999;opacity:1}.apbct-check_email_exist-bad_email,.apbct-check_email_exist-good_email,.apbct-check_email_exist-load{z-index:9999!important;transition:none!important;background-size:contain;background-repeat:no-repeat!important;background-position-x:right;background-position-y:center;cursor:pointer!important}.apbct-check_email_exist-load{background-size:contain;background-image:url(/wp-content/plugins/cleantalk-spam-protect/css/../css/images/checking_email.gif)!important}.apbct-check_email_exist-block{position:fixed!important;display:block!important}.apbct-check_email_exist-good_email{background-image:url(/wp-content/plugins/cleantalk-spam-protect/css/../css/images/good_email.svg)!important}.apbct-check_email_exist-bad_email{background-image:url(/wp-content/plugins/cleantalk-spam-protect/css/../css/images/bad_email.svg)!important}.apbct-check_email_exist-popup_description{display:none;position:fixed!important;padding:2px!important;border:1px solid #E5E8ED!important;border-radius:16px 16px 0!important;background:#FFF!important;background-position-x:right!important;font-size:14px!important;text-align:center!important;transition:all 1s ease-out!important}@media screen and (max-width:782px){.apbct-check_email_exist-popup_description{width:100%!important}}.ct-encoded-form{display:none}.ct-encoded-form-loader{display:block;width:48px;height:48px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:ct-encoded-form-loader-spin 1s linear infinite;margin:auto}@keyframes ct-encoded-form-loader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ct-encoded-form-forbidden{display:block;border:1px solid red;padding:10px;background:#fdd;color:red;font-weight:700}.comments-area .comment-list article .comment-author{overflow:visible!important}
/*!/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-email-decoder.min.css*/
.apbct_dog_one,.apbct_dog_three,.apbct_dog_two{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:apbct_dog}.apbct-email-encoder,.apbct-email-encoder--settings_example_encoded{position:relative}.apbct-email-encoder-popup{width:30vw;min-width:400px;font-size:16px}.apbct-email-encoder--popup-header{font-size:16px;color:#333}.apbct-email-encoder-elements_center{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:16px!important;color:#000!important}.top-margin-long{margin-top:5px}.apbct-tooltip{display:none}.apbct-blur{filter:blur(5px);transition:filter 2s}.apbct-email-encoder.no-blur .apbct-blur{filter:none}.apbct-email-encoder-select-whole-email{-webkit-user-select:all;user-select:all}.apbct-email-encoder-got-it-button{all:unset;margin-top:10px;padding:5px 10px;border-radius:5px;background-color:#333;color:#fff;cursor:pointer;transition:background-color .3s}.apbct-ee-animation-wrapper{display:flex;height:60px;justify-content:center;font-size:16px;align-items:center}.apbct_dog{margin:0 5px;color:transparent;text-shadow:0 0 2px #aaa}.apbct_dog_one{animation-delay:0s}.apbct_dog_two{animation-delay:.5s}.apbct_dog_three{animation-delay:1s}@keyframes apbct_dog{0%,100%,75%{scale:100%;color:transparent;text-shadow:0 0 2px #aaa}25%{scale:200%;color:unset;text-shadow:unset}}@media screen and (max-width:782px){.apbct-email-encoder--settings_example_encoded{position:relative;display:block}.apbct-email-encoder-popup{width:20vw;min-width:200px;font-size:16px;top:20%;left:75%}.apbct-email-encoder-elements_center{flex-direction:column!important;text-align:center}}
/*!/wp-content/cache/asset-cleanup/css/item/genesis-page-builder__build__style-blocks-css-vf88f8ad38fc4753ef9dd6d88c0de6b89e8d76423.css*/
/*!/wp-content/plugins/genesis-page-builder/build/style-blocks.css*/@media only screen and (min-width:600px){.gpb-section-numbers .gpb-number-size{font-size:42px}}.gpb-section-profile-columns .gb-block-profile{padding:0}.gpb-section-profile-columns .gb-profile-column{padding:0}@media only screen and (min-width:600px){.gpb-section-profile-columns .gb-profile-column,.gpb-section-profile-columns .gb-profile-avatar-wrap{flex:1}.gpb-section-profile-columns .gb-profile-avatar-wrap{padding-right:6%}.gpb-section-profile-columns .gb-profile-content-wrap{display:flex;align-items:center;justify-content:center;flex-direction:column}}@media only screen and (max-width:600px){.gpb-section-profile-columns .gb-profile-avatar-wrap{margin-bottom:5%}}.gpb-section-profile-columns .gb-social-links,.gpb-section-profile-columns .gb-profile-title,.gpb-section-profile-columns .gb-profile-name,.gpb-section-profile-columns .gb-profile-text{width:100%}.gpb-section-profile-header .gb-block-profile{padding:0}.gpb-section-profile-header .gb-block-profile .gb-profile-avatar-wrap,.gpb-section-profile-header .gb-block-profile .gb-profile-column{flex:0 0 100%}.gpb-section-profile-header .gb-profile-image-wrap{max-width:220px}.gpb-section-profile-header .center .gb-profile-image-wrap{margin:0 auto}.gpb-section-profile-header .right .gb-profile-image-wrap{float:right}.gpb-section-profile-header .right .gb-profile-avatar-wrap{order:1}.gpb-section-profile-header .right .gb-profile-content-wrap{order:2}.gpb-section-profile-header .gb-block-cta .gb-cta-content{max-width:700px;margin:0 auto}.gpb-section-profile-header .gb-block-cta .gb-button{font-weight:400}.gpb-tangerine-profile{padding:0}.gpb-tangerine-profile.square .gb-profile-image-wrap,.gpb-tangerine-profile.square .gb-profile-image-wrap img{border-radius:10px}@media only screen and (min-width:600px){.gpb-section-header-newsletter .gpb-section-font-override{font-size:42px}}@media only screen and (min-width:600px){.gpb-section-icon-mini-card .gpb-2-col-wideright>.gpb-layout-column-wrap{grid-template-columns:1fr 5fr}}@media only screen and (max-width:600px){.gpb-section-icon-mini-card .gpb-block-layout-column:first-child .wp-block-image{max-width:100px}}.gpb-section-icon-mini-card p{margin-bottom:15px}.gpb-section-device-4{overflow:hidden}.gpb-section-device-4 .gpb-device-tablet{margin-bottom:-2em}@media only screen and (min-width:600px){.gpb-layout-food-featured .gpb-block-post-grid .is-list article{grid-template-columns:1fr 1fr;grid-gap:0 3em}}.gpb-layout-food-featured .gpb-block-post-grid-text{align-self:center}.gpb-layout-travel-sidebar-profile{padding:0}.gpb-layout-travel-sidebar-profile .gpb-profile-column{flex:100%;padding-top:0;padding-right:0;padding-left:0}.gpb-layout-profile-newsletter .gpb-layout-modify-margin{margin:0}@media only screen and (min-width:600px){.gpb-layout-musician .gpb-section-font-override{font-size:42px}}@media only screen and (min-width:600px){.gpb-layout-musician .gpb-section-font-override{font-size:42px}}.gpb-layout-musician .wp-block-table tr{background:none}.gpb-layout-cafe .wp-block-table tr{background:none}.gpb-layout-team-round-avatar .gpb-block-profile .gpb-profile-image-wrap{background:none}.gpb-layout-team-round-avatar .gpb-profile-image-square img{border-radius:250px}@media only screen and (min-width:600px){.gpb_section_portfolio3__2020_2_24 .gpb-portfolio-grid-item{display:-ms-grid;display:grid;grid-gap:0;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-areas:"col1 col2"}}@media only screen and (min-width:600px){.gpb_section_portfolio3__2020_2_24 .gpb-block-post-grid-image{-ms-grid-row:1;-ms-grid-column:1;grid-area:col1}}.gpb_section_portfolio3__2020_2_24 .gpb-block-post-grid-image{margin-bottom:0}.gpb_section_portfolio3__2020_2_24 .gpb-block-post-grid-text{padding:40px;background:#fff;z-index:5}@media only screen and (min-width:600px){.gpb_section_portfolio3__2020_2_24 .gpb-block-post-grid-text{-ms-grid-row:1;-ms-grid-column:1;grid-area:col2;align-self:center;margin-left:-50px}}.gpb-layout-team-columns .wp-block-genesis-blocks-gpb-columns:not(:first-child){margin-top:3%}.gpb-layout-team-columns .gpb-layout-team-columns-name{margin-bottom:0}.gpb-layout-team-columns .gpb-layout-team-columns-title{margin-bottom:15px}.gpb-layout-team-columns .wp-block-genesis-blocks-gpb-columns:not(:first-child){margin-top:3%}.gpb-layout-team-columns .gpb-layout-team-columns-name{margin-bottom:0}.gpb-layout-team-columns .gpb-layout-team-columns-title{margin-bottom:15px}.gpb-monochrome-section-call-to-action h1,.gpb-monochrome-section-call-to-action h2,.gpb-monochrome-section-call-to-action h3,.gpb-monochrome-section-call-to-action h5,.gpb-monochrome-section-call-to-action h6{margin-bottom:20px}.is-style-gpb-authority-left-background>div:first-child::before{background:#f4f4f4;content:"";display:block;left:-1em;height:calc(100% - 150px);position:absolute;top:50px;width:70%;z-index:-1}.is-style-gpb-authority-right-background>div:last-child::before{background:#f4f4f4;content:"";display:block;left:auto;height:calc(100% - 150px);position:absolute;right:-1em;top:50px;width:70%;z-index:-1}@media only screen and (min-width:1290px){.is-style-gpb-authority-left-background>div:first-child::after{background-color:#333;content:"";display:block;height:5px;position:absolute;left:0;top:105px;transform:translateX(-50%);width:40px}.is-style-gpb-authority-right-background>div:last-child::after{background-color:#333;content:"";display:block;height:5px;position:absolute;left:auto;right:-35px;top:105px;transform:translateX(-50%);width:40px}.is-style-gpb-authority-left-background>div:first-child::before{left:0}.is-style-gpb-authority-right-background>div:last-child::before{right:0}}.gpb-authority-blog-posts .is-grid .gb-block-post-grid-title{font-size:22px}@media only screen and (min-width:1250px){.gpb-authority-blog-posts .gb-block-post-grid .is-grid{grid-gap:0 4.5em}.gpb-authority-blog-posts .gb-block-post-grid-image a{display:inline-block;position:relative}.gpb-authority-blog-posts .gb-block-post-grid-image a::before{background:#f4f4f4;content:"";left:-30px;height:calc(100% + 20px);position:absolute;top:20px;width:calc(100% + 60px);z-index:-1}}.gpb-authority-section-logo-list-two h2{margin-top:0}.gpb-authority-section-lesson-plan .gb-accordion-title{background-color:#fff;box-shadow:0 20px 80px rgb(0 0 0 / .2);padding:15px}.gpb-authority-section-team-members .gb-block-profile{border-radius:0}.gpb-equal-height-columns .gb-block-layout-column-inner{height:100%}.is-style-gpb-capital-text{text-transform:uppercase}.is-style-gpb-border iframe,.is-style-gpb-border img{border:10px solid #fff}.is-style-gpb-shadow iframe,.is-style-gpb-shadow img{box-shadow:0 20px 80px rgb(0 0 0 / .2)}.is-style-gpb-no-margin{margin:0}.gpb-device-mockup{position:relative}.gpb-device-phone,.gpb-device-tablet{display:block;background-color:#000;background-size:auto 200%,cover;background-repeat:no-repeat,no-repeat;border:solid #111;position:relative;box-shadow:0 .5em 2em .2em rgb(0 0 0 / .33),0 0 0 .5px #000 inset;transition:all .1s linear,line-height 0s linear;background-position:50% 100%,center;margin-bottom:1.2em;overflow:hidden}.gpb-device-phone{width:100%;height:0;padding-bottom:204%;border-width:.7em;border-radius:25px}.gpb-device-phone.gpb-device-horizontal{padding-bottom:44.5%}.gpb-device-tablet{width:100%;height:0;padding-bottom:127%;border-width:.7em;border-radius:25px}.gpb-device-tablet.gpb-device-horizontal{padding-bottom:71%}.gpb-device-white{border-color:#fff;box-shadow:0 .5em 2em .2em rgb(0 0 0 / .33),0 0 0 .5px #c7c7c7 inset}.gpb-device-no-shadow{box-shadow:none}.gpb-device-align-center{margin-left:auto;margin-right:auto}.gpb-device-align-left{margin-right:auto}.gpb-device-align-right{margin-left:auto}.gpb-number-sequence{font-size:50px}.gpb-block-post-grid{margin:0 0 1.2em 0;position:relative}.gpb-block-post-grid .is-grid,.gpb-block-post-grid .gpb-is-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-gap:0 2em}@media all and (-ms-high-contrast:none){.gpb-block-post-grid .is-grid,.gpb-block-post-grid .gpb-is-grid{display:block}}.gpb-block-post-grid .is-grid article,.gpb-block-post-grid .gpb-is-grid article{margin-bottom:2.5em;min-width:0}@media all and (-ms-high-contrast:none){.gpb-block-post-grid .is-grid article,.gpb-block-post-grid .gpb-is-grid article{padding-left:10px;padding-right:10px;display:inline-block;vertical-align:top}}.gpb-block-post-grid .is-grid.columns-1,.gpb-block-post-grid .gpb-is-grid.gpb-columns-1{-ms-grid-columns:1fr;grid-template-columns:1fr}@media all and (-ms-high-contrast:none){.gpb-block-post-grid .is-grid.columns-1 article,.gpb-block-post-grid .gpb-is-grid.gpb-columns-1 article{width:100%}}.gpb-block-post-grid .is-grid.columns-2,.gpb-block-post-grid .gpb-is-grid.gpb-columns-2{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}@media all and (-ms-high-contrast:none){.gpb-block-post-grid .is-grid.columns-2 article,.gpb-block-post-grid .gpb-is-grid.gpb-columns-2 article{width:48%}}.gpb-block-post-grid .is-grid.columns-3,.gpb-block-post-grid .gpb-is-grid.gpb-columns-3{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}@media all and (-ms-high-contrast:none){.gpb-block-post-grid .is-grid.columns-3 article,.gpb-block-post-grid .gpb-is-grid.gpb-columns-3 article{width:32%}}.gpb-block-post-grid .is-grid.columns-4,.gpb-block-post-grid .gpb-is-grid.gpb-columns-4{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}@media all and (-ms-high-contrast:none){.gpb-block-post-grid .is-grid.columns-4 article,.gpb-block-post-grid .gpb-is-grid.gpb-columns-4 article{width:24%}}@media only screen and (max-width:600px){.gpb-block-post-grid div[class*=columns].is-grid,.gpb-block-post-grid div[class*=columns].gpb-is-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}}.gpb-block-post-grid .gpb-post-grid-section-title{text-align:left}.gpb-block-post-grid .gpb-block-post-grid-image{margin-bottom:1.2em}.gpb-block-post-grid .gpb-block-post-grid-image img{display:block;width:100%}.gpb-block-post-grid .gpb-block-post-grid-text{text-align:left}.gpb-block-post-grid a{text-decoration:none}.gpb-block-post-grid header .gpb-block-post-grid-title{margin-top:0;margin-bottom:15px;font-size:28px;line-height:1.2}.gpb-block-post-grid header .gpb-block-post-grid-title a{color:#293038;text-decoration:none}.gpb-block-post-grid header .gpb-block-post-grid-title a:hover{text-decoration:underline;color:inherit}.gpb-block-post-grid .gpb-block-post-grid-byline{font-size:14px;color:#626e81;margin-bottom:15px}.gpb-block-post-grid .gpb-block-post-grid-author,.gpb-block-post-grid .gpb-block-post-grid-date{display:inline-block}.gpb-block-post-grid .gpb-block-post-grid-author:not(:last-child)::after,.gpb-block-post-grid .gpb-block-post-grid-date:not(:last-child)::after{content:"·";vertical-align:middle;margin:0 5px;line-height:1}.gpb-block-post-grid .gpb-block-post-grid-author a{color:inherit;text-decoration:none}.gpb-block-post-grid .gpb-block-post-grid-author a:hover{color:inherit;text-decoration:underline}.gpb-block-post-grid .gpb-block-post-grid-text p{margin:0 0 15px 0;font-size:inherit}.gpb-block-post-grid .gpb-block-post-grid-text p:last-of-type{margin-bottom:0}.gpb-block-post-grid .gpb-block-post-grid-more-link{display:inline-block;box-shadow:none;transition:.3s ease;font-weight:700;color:#293038;text-decoration:none}.gpb-block-post-grid .gpb-block-post-grid-more-link:hover{text-decoration:underline}.gpb-block-post-grid .gpb-block-post-grid-excerpt div+p{margin-top:15px}.gpb-block-post-grid .is-list article,.gpb-block-post-grid .gpb-is-list article{display:-ms-grid;display:grid;-ms-grid-columns:30% 1fr;grid-template-columns:30% 1fr;grid-template-rows:1fr;grid-gap:0 2em}@media all and (-ms-high-contrast:none){.gpb-block-post-grid .is-list article,.gpb-block-post-grid .gpb-is-list article{display:block}}.gpb-block-post-grid .is-list article::before,.gpb-block-post-grid .gpb-is-list article::before{display:none}.gpb-block-post-grid .is-list article:not(:last-child),.gpb-block-post-grid .gpb-is-list article:not(:last-child){margin-bottom:5%;padding-bottom:5%}@media only screen and (min-width:600px){.gpb-block-post-grid .is-list article:not(:last-child),.gpb-block-post-grid .gpb-is-list article:not(:last-child){border-bottom:solid 1px #eee}}@media only screen and (max-width:600px){.gpb-block-post-grid .is-list article,.gpb-block-post-grid .gpb-is-list article{-ms-grid-columns:1fr;grid-template-columns:1fr}}.gpb-block-post-grid .is-list article:not(.has-post-thumbnail),.gpb-block-post-grid .gpb-is-list article:not(.has-post-thumbnail){-ms-grid-columns:1fr;grid-template-columns:1fr}.gpb-block-post-grid .is-list .gpb-block-post-grid-image,.gpb-block-post-grid .gpb-is-list .gpb-block-post-grid-image{margin-bottom:0}@media all and (-ms-high-contrast:none){.gpb-block-post-grid .is-list .gpb-block-post-grid-image,.gpb-block-post-grid .gpb-is-list .gpb-block-post-grid-image{width:30%;display:inline-block;vertical-align:top}}@media only screen and (max-width:600px){.gpb-block-post-grid .is-list .gpb-block-post-grid-image,.gpb-block-post-grid .gpb-is-list .gpb-block-post-grid-image{margin-bottom:5%}}@media all and (-ms-high-contrast:none){.gpb-block-post-grid .is-list .gpb-block-post-grid-text,.gpb-block-post-grid .gpb-is-list .gpb-block-post-grid-text{width:65%;padding-left:5%;display:inline-block;vertical-align:top}.gpb-block-post-grid .is-list .post:not(.has-post-thumbnail) .gpb-block-post-grid-text,.gpb-block-post-grid .gpb-is-list .post:not(.has-post-thumbnail) .gpb-block-post-grid-text{width:100%;padding-left:0}}@media only screen and (min-width:600px){.gpb-block-post-grid .is-list .gpb-block-post-grid-title,.gpb-block-post-grid .gpb-is-list .gpb-block-post-grid-title{font-size:34px}}.gpb-block-post-grid .is-list .no-thumb .gpb-block-post-grid-text,.gpb-block-post-grid .gpb-is-list .no-thumb .gpb-block-post-grid-text{grid-column:span 2}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}
/*!/wp-content/cache/asset-cleanup/css/item/pws-nrtg-gradebook__includes__gradebook-css-v1fc8617167ac479bbdbd63301f6ee083b2685303.css*/
/*!/wp-content/plugins/pws-nrtg-gradebook/includes/gradebook.css*/#field_gb_course_select_label{font-size:2em;margin-bottom:.25em}#field_gb_course_select{font-size:1.5em;height:2.5em}input[id^=field_gb_student_id],input[id^=field_gb_student_name],input[id^=field_gb_student_email]{background-color:initial!important;border:initial!important;box-shadow:initial!important;font-size:1.75em!important;text-align:left!important;padding:0!important}#form_admincertificateform h3{border:0!important;font-size:2em!important;margin-bottom:0!important;color:var(--label-color)!important;font-weight:400!important}.frm_form_field.vertical_radio .frm_opt_container{margin-top:.25em}.frm_form_field.vertical_radio label input{margin-right:6px}.cert-review-details{margin:1.5em 0;font-size:16px}.gb-confirm-review{background-color:#FEE478!important;color:#000!important}.gb-confirm-review:hover{background-color:#ffe7a4!important}
/*!/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css*/
.ult--fade-in{animation:ult_fadein .3s}.ult--fade-out{animation:ult_fadeout .3s}@keyframes ult_fadein{0%{opacity:0}to{opacity:1}}@keyframes ult_fadeout{0%{opacity:1}to{opacity:0}}@keyframes ult_rotating_centered{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.ult-box{background:#fff;border:1px solid #dfdfdf;border-radius:3px;box-shadow:0 7px 15px 0 rgba(0,0,0,.1);font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;padding:20px 25px 25px;position:relative;width:100%}.ult-box,.ult-box *{box-sizing:border-box}.ult-form__description~.ult-form__container,.ult-form__title~.ult-form__container{border-top:1px solid #d8d8d8;margin-top:15px}.ult-form__container form{outline:0}.ult-form__container form p{margin:15px 0 0}.ult-form__container form p:empty{display:none}.ult-form__row{margin-top:15px}.ult-form__field{margin-top:8px}.ult-form__title{color:#202020;font-size:20px;line-height:1.2}.ult-form__description{color:#636363;font-size:15px;line-height:1.3;margin-top:10px}.ult-form-field__header{display:flex}.ult-form-field__label-container{flex:1 1 auto}.ult-form-field__label{color:#404040}.ult-form-field__actions{flex:0 0 auto}.ult-form-field__action{color:#0790e8;font-size:14px;text-decoration:none}.ult-form-password-wrapper,.ult-form__container :not(.ult-form-password-wrapper)>input[type=password],.ult-form__container :not(.ult-form-password-wrapper)>input[type=tel],.ult-form__container :not(.ult-form-password-wrapper)>input[type=text],:not(.ult-form-password-wrapper)>.ult-form__input{background:var(--ult-form-field-background,#fff);border:1px solid var(--ult-form-field-border-color,#c1c5c8);border-radius:var(--ult-form-field-border-radius,8px);box-shadow:var(--ult-form-field-box-shadow,0 2px 5px 0 rgba(0,0,0,.1));color:var(--ult-form-field-color,#404040);display:block;font-family:inherit;font-size:inherit;line-height:1.3;margin-top:8px;outline:none;padding:var(--ult-form-field-padding,8px 10px);transition:border .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.ult-form-password-wrapper:hover,.ult-form__container :not(.ult-form-password-wrapper)>input[type=password]:hover,.ult-form__container :not(.ult-form-password-wrapper)>input[type=tel]:hover,.ult-form__container :not(.ult-form-password-wrapper)>input[type=text]:hover,:not(.ult-form-password-wrapper)>.ult-form__input:hover{border-color:var(--ult-form-field-hover-border-color,#b1b5b7)}.ult-form-password-wrapper.ult-form-password-wrapper--focus,.ult-form-password-wrapper:focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=password].ult-form-password-wrapper--focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=password]:focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=tel].ult-form-password-wrapper--focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=tel]:focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=text].ult-form-password-wrapper--focus,.ult-form__container :not(.ult-form-password-wrapper)>input[type=text]:focus,:not(.ult-form-password-wrapper)>.ult-form__input.ult-form-password-wrapper--focus,:not(.ult-form-password-wrapper)>.ult-form__input:focus{border-color:var(--ult-form-field-focus-border-color,#0790e8);box-shadow:var(--ult-form-field-focus-box-shadow,0 0 0 .2rem rgba(7,144,232,.2))}.ult-form-password-wrapper-eye-toggle{align-items:center;background:#fff;border-bottom-right-radius:6px;border-top-right-radius:6px;color:#7f7f7f;cursor:pointer;display:flex;height:37px;justify-content:center;margin-top:16px;padding:8px;pointer-events:auto;position:absolute;right:2px;top:50%;transform:translateY(-50%);width:38px;z-index:10}.ult-checkbox{width:100%}.ult-checkbox__container{cursor:pointer;display:block;position:relative;transition:opacity .15s ease-in-out}.ult-checkbox__hidden-input{display:none}.ult-checkbox .ult-checkbox__fake-input{border:1px solid #afafaf;border-radius:8px;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);box-sizing:border-box;height:16px;position:relative;transition:border .15s ease-in-out;width:16px}.ult-checkbox .ult-checkbox__container:hover .ult-checkbox__fake-input{border-color:#979797}.ult-checkbox .ult-checkbox__fake-input:after{content:"";display:block;opacity:0;position:absolute;transition:all .15s ease-in-out}.ult-checkbox .ult-checkbox__hidden-input:checked~.ult-checkbox__fake-input:after{opacity:1}.ult-checkbox .ult-checkbox__container .ult-checkbox__fake-input:after{border:solid #0790e8;border-width:0 3px 3px 0;height:7px;left:4px;top:1px;transform:rotate(45deg);width:3px}.ult-checkbox .checkbox--primary:checked~.ult-checkbox__fake-input{border-color:#0790e8}.ult-checkbox .checkbox--primary:disabled~.ult-checkbox__fake-input{background:#fff;border:1px solid #b9b9b9;cursor:not-allowed}.ult-checkbox .checkbox--primary:checked:disabled~.ult-checkbox__fake-input{background:#38aece;cursor:not-allowed;opacity:.6}#ult-2fa-validation-form--templated #submit,#ult-2fa-validation-form--templated input[name=wp-2fa-email-code-resend],#ult-login-form #ult-login-submit,.ult-form__submit-btn{background:#0790e8;border:1px solid transparent;border-radius:8px;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);cursor:pointer;display:inline-block;font-size:16px;font-weight:400;line-height:1.5;outline:none;padding:8px 15px;position:relative;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,opacity .15s ease-in-out;user-select:none;vertical-align:middle;white-space:nowrap;width:100%}#ult-login p.submit,#ult-login-form .login-submit,.ult-form__row--submit{position:relative}#ult-forgot-password .ult-form__row--submit:not(.ult-form__submit-btn--loading) #ult-forgot-password-submit-btn:focus,#ult-login-form .login-submit:not(.ult-form__submit-btn--loading) #ult-login-submit:focus,.ult-form__submit-btn:not(.ult-form__submit-btn--loading):focus{box-shadow:0 0 0 .2rem rgba(7,144,232,.5)}.ult-form__submit-btn--loading:before{opacity:0;transition:opacity .15s ease-in-out}.ult-form__submit-btn--loading,.ult-form__submit-btn--loading #ult-forgot-password-submit-btn,.ult-form__submit-btn--loading #ult-login-submit,.ult-form__submit-btn--loading #ult-reset-password-submit-btn,.ult-form__submit-btn--loading input[type=submit]{color:transparent!important}.ult-form__submit-btn--loading:before{animation:spin-centered .8s linear infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m456.433 371.72-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:18px;left:50%;opacity:1;position:absolute;top:60%;transform:translate(-50%,-50%);transform-origin:0 0;width:18px;z-index:2}.ult-form__submit-btn--disabled{cursor:not-allowed;opacity:.6;pointer-events:none}@-ms-keyframes spin-centered{0%{-ms-transform:rotate(0deg) translate(-50%,-50%)}to{-ms-transform:rotate(1turn) translate(-50%,-50%)}}@-moz-keyframes spin-centered{0%{-moz-transform:rotate(0deg) translate(-50%,-50%)}to{-moz-transform:rotate(1turn) translate(-50%,-50%)}}@-webkit-keyframes spin-centered{0%{-webkit-transform:rotate(0deg) translate(-50%,-50%)}to{-webkit-transform:rotate(1turn) translate(-50%,-50%)}}@keyframes spin-centered{0%{transform:rotate(0deg) translate(-50%,-50%)}to{transform:rotate(1turn) translate(-50%,-50%)}}.ult-form__row--remember-me{align-items:center;display:flex}.ult-form__row--remember-me .ult-form__field{flex:0 0 auto;margin:0 8px 0 0}.ult-form__row--remember-me .ult-form-field__header{flex:1 1 auto}.ult-form__row--remember-me .ult-form-field__label{color:#636363;cursor:pointer;user-select:none}.ult-form__validation{display:none;margin-top:15px}.ult-form__validation--has-error{display:block}.ult-form__validation:first-child{margin-bottom:15px;margin-top:0}.ult-form__validation .ult-notice p{margin:0}.ult-form__footer{border-top:1px solid #d8d8d8;margin-top:25px;padding-top:15px;text-align:center}.ult-form__footer a{color:#0790e8;text-decoration:none}.ult-form__container .two-factor-error-notice{margin-top:20px}.ult-form__container .uo-toolkit-2fa-footer{align-content:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin-top:20px}.ult-form__container .uo-toolkit-2fa-footer__backto-home,.ult-form__container .uo-toolkit-2fa-footer__backup-codes{text-align:center}.ult-form__container .uo-toolkit-2fa-footer a{color:#0790e8;text-decoration:none}.ult-notice{border:1px solid #d8d8d8;border-radius:3px;color:#737373;line-height:1.3;padding:15px;text-align:center}.ult-notice--error{background:#fceded}.ult-notice--success{background:#edfcef}.ult-modal{display:none}.ult-modal-container .ult-modal{display:block}.ult-modal-container{display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100000}.ult-modal-container--open{display:block}.ult-modal__inside{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.ult-modal-box{background:#fff;border-radius:8px;box-shadow:0 4px 16px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;max-height:calc(100vh - 40px);max-width:565px;overflow-y:auto;overflow:hidden;position:relative;width:calc(100% - 40px)}.ult-modal-box:before{background:#fff;border-radius:8px;left:0;top:0;z-index:10}.ult-modal-box:after,.ult-modal-box:before{content:"";height:0;opacity:0;position:absolute;transition:opacity .3s ease-in-out;width:0}.ult-modal-box:after{border-radius:50%;left:50%;top:50%;user-select:none;z-index:11}.ult-modal-container--loading .ult-modal-box:before{height:100%;opacity:1;width:100%}.ult-modal-container--loading .ult-modal-box:after{animation:ult_rotating_centered 2s linear infinite;border:3px solid transparent;border-top-color:#202020;height:50px;opacity:1;width:50px}.ult-modal--small .ult-modal-box{max-width:385px}.ult-modal--large .ult-modal-box{max-width:750px}.ult-modal-box-header{padding:20px;text-align:center}.ult-modal-box-header h1,.ult-modal-box-header h2,.ult-modal-box-header h3{font-size:30px;font-weight:500;line-height:32px;margin:0;padding:20px 20px 0}.ult-modal-box-content{display:inline-flex;flex:1 1 auto;overflow:hidden;position:relative;width:100%}.ult-modal{font-size:16px;font-weight:400;margin:0;max-height:300px;outline:none;overflow-y:auto;padding:20px 40px;position:relative;width:100%}.ult-modal-box-content__inside::-webkit-scrollbar{background-color:rgba(0,0,0,.09);border-radius:150px;width:10px}.ult-modal-box-content__inside::-webkit-scrollbar-thumb:vertical{background:#afafaf;background-clip:padding-box;border:2px solid transparent;border-radius:150px;min-height:10px}.ult-modal-box-content__br{display:block;height:10px;width:100%}.ult-modal-box-footer{flex:1 1 auto;margin:0 20px 20px;overflow:hidden;padding:20px;text-align:center}.ult-modal-box-footer__dismiss{background:transparent;border:0;border-radius:150px;color:#0077c5;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;line-height:1.1;padding:10px 20px;transition:background .15s ease-in-out}.ult-modal-box-footer__dismiss:hover{background:#dadadc}.ult-modal-box-footer__dismiss:active{background:#c4c4c6}@media screen and (max-width:1000px){.ult-modal-box-header h1,.ult-modal-box-header h2,.ult-modal-box-header h3{font-size:24px;line-height:26px}}body.ult-modals--open{overflow:hidden!important}body.ult-modals--dim-background .ult-modal-container{background:rgba(0,0,0,.4)}#ult-modal-container-ult-login .ult-box{border:0;box-shadow:none;padding:0}#ult-modal-container-ult-login .ult-modal{max-height:680px}.ult-forgot-password--recaptcha-error .g-recaptcha iframe,.ult-login--recaptcha-error .g-recaptcha iframe,.ult-reset-password--recaptcha-error .g-recaptcha iframe{border:1px solid red;border-radius:4px}#ult-login-modal.ult-login-modal--login #ult-login-modal__login{display:block}#ult-login-modal.ult-login-modal--forgot-password #ult-login-modal__login,#ult-login-modal.ult-login-modal--login #ult-login-modal__forgot-password{display:none}#ult-login-modal.ult-login-modal--forgot-password #ult-login-modal__forgot-password{display:block}.uo-modern-ui{--modern-primary:#0073aa;--modern-primary-dark:#005a87;--modern-secondary:#00a0d2;--modern-accent:#ff6900;--modern-surface:#fff;--modern-background:#f8f9fa;--modern-text-primary:#2d3748;--modern-text-secondary:#718096;--modern-border:#e2e8f0;--modern-error:#e53e3e;--modern-success:#38a169;--modern-shadow:0 2px 4px rgba(0,0,0,.1);--modern-shadow-elevated:0 4px 8px rgba(0,0,0,.15);--modern-shadow-focus:0 0 0 3px rgba(0,115,170,.3)}.uo-modern-ui #ult-forgot-password,.uo-modern-ui #ult-login,.uo-modern-ui #ult-reset-password{align-items:center;background:var(--modern-background);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;padding:20px;position:relative}.uo-modern-ui .ult-box{background:var(--modern-surface);border:1px solid var(--modern-border);border-radius:12px;box-shadow:var(--modern-shadow);box-sizing:border-box;margin-left:auto;margin-right:auto;padding:48px;position:relative;transition:all .3s ease;width:100%}.uo-modern-ui .ult-box:before{background:var(--modern-primary);border-radius:10px 10px 0 0;content:"";height:7px;left:0;position:absolute;right:0;top:0;z-index:1}.uo-modern-ui .ult-box:hover{box-shadow:var(--modern-shadow-elevated)}.uo-modern-ui .ult-form__title{color:var(--modern-primary);font-size:32px;font-weight:700;letter-spacing:-1px;margin-bottom:12px;position:relative;text-align:center}.uo-modern-ui .ult-form__title:after{background:var(--modern-primary);border-radius:2px;bottom:-8px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.uo-modern-ui .ult-form__description{color:var(--modern-text-primary);font-size:16px;font-weight:400;line-height:1.6;margin-bottom:40px;text-align:center}.uo-modern-ui .ult-form__container{background:transparent;border-radius:0;box-shadow:none;padding:0}.uo-modern-ui .ult-form__row{margin-bottom:32px;position:relative}.uo-modern-ui .ult-form-field__header{margin-bottom:12px}.uo-modern-ui .ult-form-field__label{display:block;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.uo-modern-ui .ult-form-field__label,.uo-modern-ui label{color:var(--modern-text-primary);font-size:14px;font-weight:600}.uo-modern-ui .ult-form__input{background:var(--modern-surface);border:2px solid var(--modern-border);border-radius:8px;box-sizing:border-box;color:var(--modern-text-primary);font-size:16px;padding:20px 24px;transition:all .3s ease;width:100%}.uo-modern-ui .ult-form__input:focus{border-color:var(--modern-primary);box-shadow:var(--modern-shadow-focus);outline:none}.uo-modern-ui .ult-form__input:hover{border-color:var(--modern-primary)}.uo-modern-ui .ult-form__input::placeholder{color:var(--modern-text-secondary);font-weight:400}.uo-modern-ui #ult-2fa-validation-form--templated #submit,.uo-modern-ui #ult-2fa-validation-form--templated input[name=wp-2fa-email-code-resend],.uo-modern-ui #ult-forgot-password-submit-btn,.uo-modern-ui #ult-login-form #ult-login-submit,.uo-modern-ui #ult-login-submit,.uo-modern-ui #ult-reset-password-submit-btn,.uo-modern-ui .ult-form__submit-btn{background:var(--modern-primary)!important;border:none!important;border-radius:8px!important;box-shadow:var(--modern-shadow);color:#fff!important;cursor:pointer;font-size:16px!important;font-weight:600!important;letter-spacing:1px;line-height:1.4;margin-top:16px;padding:18px 32px!important;text-transform:uppercase;transition:all .3s ease;width:100%!important}.uo-modern-ui #ult-2fa-validation-form--templated #submit:hover,.uo-modern-ui #ult-2fa-validation-form--templated input[name=wp-2fa-email-code-resend]:hover,.uo-modern-ui #ult-forgot-password-submit-btn:hover,.uo-modern-ui #ult-login-form #ult-login-submit:hover,.uo-modern-ui #ult-login-submit:hover,.uo-modern-ui #ult-reset-password-submit-btn:hover,.uo-modern-ui .ult-form__submit-btn:hover{background:var(--modern-primary-dark)!important;box-shadow:var(--modern-shadow-elevated);color:#fff!important}.uo-modern-ui #ult-2fa-validation-form--templated #submit:focus,.uo-modern-ui #ult-2fa-validation-form--templated input[name=wp-2fa-email-code-resend]:focus,.uo-modern-ui #ult-forgot-password-submit-btn:focus,.uo-modern-ui #ult-login-form #ult-login-submit:focus,.uo-modern-ui #ult-login-submit:focus,.uo-modern-ui #ult-reset-password-submit-btn:focus,.uo-modern-ui .ult-form__submit-btn:focus{box-shadow:var(--modern-shadow-focus)!important;outline:none}.uo-modern-ui #ult-2fa-validation-form--templated #submit:active,.uo-modern-ui #ult-2fa-validation-form--templated input[name=wp-2fa-email-code-resend]:active,.uo-modern-ui #ult-forgot-password-submit-btn:active,.uo-modern-ui #ult-login-form #ult-login-submit:active,.uo-modern-ui #ult-login-submit:active,.uo-modern-ui #ult-reset-password-submit-btn:active,.uo-modern-ui .ult-form__submit-btn:active{transform:translateY(1px)}.uo-modern-ui .ult-form__row--remember{align-items:center;display:flex;margin-bottom:32px}.uo-modern-ui #ult-login-remember{accent-color:var(--modern-primary);border-radius:4px;height:20px;margin-right:12px;width:20px}.uo-modern-ui .ult-form__row--remember label{color:var(--modern-text-primary);cursor:pointer;font-size:14px;font-weight:500;margin:0}.uo-modern-ui .ult-form__footer{border-top:1px solid var(--modern-border);margin-top:40px;padding-top:32px;text-align:center}.uo-modern-ui .ult-form__footer a{border-radius:8px;color:var(--modern-primary);font-size:14px;font-weight:600;padding:8px 16px;position:relative;text-decoration:none;transition:all .3s ease}.uo-modern-ui .ult-form__footer a:before{background:var(--modern-primary);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.uo-modern-ui .ult-form__footer a:hover{background:rgba(0,115,170,.1);color:var(--modern-primary-dark)}.uo-modern-ui .ult-form__footer a:hover:before{width:80%}.uo-modern-ui .ult-form-footer__forgot-password,.uo-modern-ui .ult-form-footer__login,.uo-modern-ui .ult-form-footer__signup{margin-bottom:16px}.uo-modern-ui .ult-form-footer__forgot-password:last-child,.uo-modern-ui .ult-form-footer__login:last-child,.uo-modern-ui .ult-form-footer__signup:last-child{margin-bottom:0}.uo-modern-ui .ult-notice{border:none;border-radius:8px;font-weight:500;margin-bottom:24px;padding:20px 24px;position:relative}.uo-modern-ui .ult-notice--error{background:rgba(229,62,62,.1);border-left:4px solid var(--modern-error);color:var(--modern-error)}.uo-modern-ui .ult-notice--success{background:rgba(56,161,105,.1);border-left:4px solid var(--modern-success);color:var(--modern-success)}.uo-modern-ui .ult-form__validation{margin-bottom:24px}.uo-modern-ui .ult-form__validation--has-error .ult-form__input{animation:shake .5s ease-in-out;border-color:var(--modern-error)}.uo-modern-ui .ult-form-recaptcha{margin-top:20px}@media(max-width:768px){.uo-modern-ui .ult-box{border-radius:12px;margin:0;padding:32px 24px}.uo-modern-ui .ult-form__title{font-size:28px}.uo-modern-ui .ult-form__input{padding:18px 20px}.uo-modern-ui #ult-forgot-password-submit-btn,.uo-modern-ui #ult-login-submit,.uo-modern-ui #ult-reset-password-submit-btn,.uo-modern-ui .ult-form__submit-btn{padding:16px 24px}}.uo-modern-ui #ult-forgot-password-submit-btn:disabled,.uo-modern-ui #ult-login-submit:disabled,.uo-modern-ui #ult-reset-password-submit-btn:disabled,.uo-modern-ui .ult-form__submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.uo-modern-ui #ult-forgot-password-submit-btn:focus,.uo-modern-ui #ult-login-submit:focus,.uo-modern-ui #ult-reset-password-submit-btn:focus,.uo-modern-ui .ult-form__input:focus,.uo-modern-ui .ult-form__submit-btn:focus{outline:none}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.uo-modern-ui .ult-box{animation:slideUp .4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.uo_loginForm .galogin{margin-top:15px}.uo_loginForm form .login-remember label{align-items:center;display:flex}.uo_loginForm form .login-username input[type=text],.uo_loginForm form .ult-form-password-wrapper{height:40px}.uo_loginForm form .login-password input[type=password]{background:#fff;height:40px}
/*# Current File Updated by Asset CleanUp - Original Source Map: bundle.min.css.map*/
/*!/wp-content/plugins/uncanny-toolkit-pro/src/assets/dist/frontend/bundle.min.css*/
@font-face{font-family:Uncanny Toolkit Pro Icons;font-style:normal;font-weight:400;src:url(/wp-content/plugins/uncanny-toolkit-pro/src/assets/dist/frontend/../common/fonts/uncanny-toolkit-pro-icons.eot);src:url(/wp-content/plugins/uncanny-toolkit-pro/src/assets/dist/frontend/../common/fonts/uncanny-toolkit-pro-icons.eot) format("embedded-opentype"),url(/wp-content/plugins/uncanny-toolkit-pro/src/assets/dist/frontend/../common/fonts/uncanny-toolkit-pro-icons.ttf) format("truetype"),url(/wp-content/plugins/uncanny-toolkit-pro/src/assets/dist/frontend/../common/fonts/uncanny-toolkit-pro-icons.woff) format("woff"),url(/wp-content/plugins/uncanny-toolkit-pro/src/assets/dist/frontend/../common/fonts/uncanny-toolkit-pro-icons.svg) format("svg")}.ultp-icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Uncanny Toolkit Pro Icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.ultp-icon--angle-down:before{content:""}.ultp-icon--angle-left:before{content:""}.ultp-icon--angle-right:before{content:""}.ultp-icon--angle-up:before{content:""}.ultp-icon--check:before{content:""}.ultp-icon--lock-alt:before{content:""}.ultp-icon--times:before{content:""}.ultp-icon--spinner-third:before{content:""}.ultp-icon--plus-circle:before{content:""}.ultp-icon--minus-circle:before{content:""}.ultp-icon--times-circle:before{content:""}.ultp-icon--check-circle:before{content:""}.ultp-icon--question-circle:before{content:""}.ultp-icon--info-circle:before{content:""}.ultp-icon--exclamation-circle:before{content:""}.ultp-dashboard{color:#1e1e1e;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.4}.ultp-dashboard,.ultp-dashboard *{box-sizing:border-box}.ultp-dashboard-box{border:1px solid #d9d9d9;border-radius:3px}.ultp-dashboard-btn{border:1px solid silver;border-radius:3px;color:#1e1e1e;cursor:pointer;display:inline-block;font-size:14px;line-height:1;padding:5px 10px;text-decoration:none;transition:border-color .15s ease-in-out}.ultp-dashboard-btn:hover{border-color:#1e1e1e}.ultp-dashboard-btn+.ultp-dashboard-btn{margin-left:7px}.ultp-dashboard-toolbar{display:flex;justify-content:flex-end;padding-bottom:20px;width:100%}.ultp-dashboard-toolbar .ultp-dashboard-filters{flex:1 1 auto;min-width:0;padding-right:20px}.ultp-dashboard-toolbar .ultp-dashboard-filters-form{display:flex}.ultp-dashboard-toolbar .ultp-dashboard-filters-form .ultp-dashboard-filter__label{font-weight:400;margin-bottom:6px}.ultp-dashboard-toolbar .ultp-dashboard-filters-form .ultp-dashboard-filter select{font-family:inherit;font-size:inherit;font-style:inherit;max-width:100%}.ultp-dashboard-toolbar .ultp-dashboard-filters-form .ultp-dashboard-filter:not(:last-child){margin-right:10px}.ultp-dashboard-toolbar .ultp-dashboard-actions{align-items:flex-end;display:flex;flex:0 0 auto;justify-content:flex-end}.ultp-dashboard-toolbar .ultp-dashboard-actions .ultp-dashboard-btn{margin-left:0}.ultp-dashboard-toolbar .ultp-dashboard-actions .ultp-dashboard-btn:not(:last-child){margin-right:10px}.ultp-dashboard-course__row{border-top:1px solid #d9d9d9;display:flex}.ultp-dashboard-course__row .ultp-dashboard-course__toggle-btn{background:#f3f3f3;border-right:1px solid #d9d9d9;color:#686868;flex:0 0 auto;font-size:15px;position:relative;transition:background,color .15s ease-in-out;width:45px}.ultp-dashboard-course--has-lessons .ultp-dashboard-course__row .ultp-dashboard-course__toggle-btn,.ultp-dashboard-course--has-quizzes .ultp-dashboard-course__row .ultp-dashboard-course__toggle-btn{background:transparent;cursor:pointer}.ultp-dashboard-course--has-lessons .ultp-dashboard-course__row .ultp-dashboard-course__toggle-btn:before,.ultp-dashboard-course--has-quizzes .ultp-dashboard-course__row .ultp-dashboard-course__toggle-btn:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:Uncanny Toolkit Pro Icons!important;font-size:15px;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%)}.ultp-dashboard-course--expanded .ultp-dashboard-course__row .ultp-dashboard-course__toggle-btn,.ultp-dashboard-course--expanding .ultp-dashboard-course__row .ultp-dashboard-course__toggle-btn{background:#019e7c;border-right:#019e7c}.ultp-dashboard-course--expanded .ultp-dashboard-course__row .ultp-dashboard-course__toggle-btn:before,.ultp-dashboard-course--expanding .ultp-dashboard-course__row .ultp-dashboard-course__toggle-btn:before{color:#fff;content:""}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-course__row .ultp-dashboard-course__toggle-btn{width:40px}.ultp-dashboard-course__row .ultp-dashboard-course__details{align-items:center;display:flex;flex:1 1 auto;min-width:0}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__left{flex:1 1 auto;min-width:0;padding-left:15px;padding-right:15px;width:100%}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__left .ultp-dashboard-course__name{display:block;padding-bottom:11px;padding-top:11px;position:relative;width:100%}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__left .ultp-dashboard-course__name a{color:inherit;display:block;outline:none;position:relative;text-decoration:none;transition:color .15s ease-in-out;width:100%}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__left .ultp-dashboard-course__name a:hover{color:#015d9e}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__left .ultp-dashboard-course__name a{overflow:visible;text-overflow:clip;white-space:normal}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right{display:flex;flex:0 0 auto;padding-right:15px}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__ceus{color:#6d6d6d;line-height:1.2;padding-right:15px;text-align:right}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__ceus-numbers{font-size:13px}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__ceus-text{font-size:12px}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__ceus{padding-bottom:11px;text-align:left;width:100%}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__action{padding-right:15px;padding-top:1px}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__progress{color:#1e1e1e;display:flex;flex-direction:column;font-size:14px}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__progress-sizer{height:0;pointer-events:none;position:relative;visibility:hidden;z-index:-1}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__progress-percentage{margin-bottom:5px}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__progress-holder{background-color:#d9d9d9;border-radius:150px;height:4px;overflow:hidden;position:relative;width:100%}.ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__progress-bar{background-color:#019e7c;height:100%;left:0;position:absolute;top:0}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right{flex-wrap:wrap;padding-bottom:11px;padding-left:15px;padding-right:15px;width:100%}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-course__row .ultp-dashboard-course__details{flex-wrap:wrap}.ultp-dashboard-course:first-child .ultp-dashboard-course__row{border-top:0}.ultp-dashboard-course__content{display:none;padding-left:44px}.ultp-dashboard-course--expanded .ultp-dashboard-course__content{display:block}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-course__content{padding-left:39px}.ultp-dashboard-course__lessons,.ultp-dashboard-course__quizzes{border-left:1px solid #d9d9d9}.ultp-dashboard-section__header{background:#ebebeb;border-top:1px solid #d9d9d9;color:#1e1e1e;display:flex}.ultp-dashboard-section__header-toggle-btn{border-right:1px solid #d9d9d9;cursor:pointer;flex:0 0 auto;font-size:15px;position:relative;transition:background,color .15s ease-in-out;width:45px}.ultp-dashboard-section__header-toggle-btn:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#686868;content:"";font-family:Uncanny Toolkit Pro Icons!important;font-size:15px;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%)}.ultp-dashboard-section--expanded .ultp-dashboard-section__header-toggle-btn,.ultp-dashboard-section--expanding .ultp-dashboard-section__header-toggle-btn{background:#d9d9d9}.ultp-dashboard-section--expanded .ultp-dashboard-section__header-toggle-btn:before,.ultp-dashboard-section--expanding .ultp-dashboard-section__header-toggle-btn:before{color:#686868;content:""}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-section__header-toggle-btn{width:40px}.ultp-dashboard-section__header-title{flex:1 1 auto;font-size:15px;padding:11px 15px}.ultp-dashboard-section__content{display:none}.ultp-dashboard-section--expanded .ultp-dashboard-section__content,.ultp-dashboard-section--expanding .ultp-dashboard-section__content{display:block}.ultp-dashboard-lesson__row{border-top:1px solid #d9d9d9;display:flex}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__toggle-btn{background:#f3f3f3;border-right:1px solid #d9d9d9;flex:0 0 auto;font-size:15px;position:relative;transition:background,color .15s ease-in-out;width:45px}.ultp-dashboard-lesson--has-quizzes .ultp-dashboard-lesson__row .ultp-dashboard-lesson__toggle-btn,.ultp-dashboard-lesson--has-topics .ultp-dashboard-lesson__row .ultp-dashboard-lesson__toggle-btn{background:transparent;cursor:pointer}.ultp-dashboard-lesson--has-quizzes .ultp-dashboard-lesson__row .ultp-dashboard-lesson__toggle-btn:before,.ultp-dashboard-lesson--has-topics .ultp-dashboard-lesson__row .ultp-dashboard-lesson__toggle-btn:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#686868;content:"";font-family:Uncanny Toolkit Pro Icons!important;font-size:15px;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%)}.ultp-dashboard-lesson--expanded .ultp-dashboard-lesson__row .ultp-dashboard-lesson__toggle-btn,.ultp-dashboard-lesson--expanding .ultp-dashboard-lesson__row .ultp-dashboard-lesson__toggle-btn{background:#019e7c;border-right:#019e7c}.ultp-dashboard-lesson--expanded .ultp-dashboard-lesson__row .ultp-dashboard-lesson__toggle-btn:before,.ultp-dashboard-lesson--expanding .ultp-dashboard-lesson__row .ultp-dashboard-lesson__toggle-btn:before{color:#fff;content:""}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-lesson__row .ultp-dashboard-lesson__toggle-btn{width:40px}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details{align-items:center;display:flex;flex:1 1 auto;min-width:0}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__available-on{color:#8f8f8f;font-size:12px;padding-right:15px;text-align:right}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__left{flex:1 1 auto;min-width:0;padding-left:15px;padding-right:15px;width:100%}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__left .ultp-dashboard-lesson__name{display:block;padding-bottom:11px;padding-top:11px;position:relative;width:100%}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__left .ultp-dashboard-lesson__name a{color:inherit;display:block;outline:none;position:relative;text-decoration:none;transition:color .15s ease-in-out;width:100%}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__left .ultp-dashboard-lesson__name a:hover{color:#015d9e}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__left .ultp-dashboard-lesson__name a{overflow:visible;text-overflow:clip;white-space:normal}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__left .ultp-dashboard-lesson__available-on{display:none;margin-top:3px}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__left .ultp-dashboard-lesson__available-on .ultp-dashboard-lesson__available-on-date,.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__left .ultp-dashboard-lesson__available-on .ultp-dashboard-lesson__available-on-text{display:inline}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__left .ultp-dashboard-lesson__available-on{display:block}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__right{align-items:center;display:flex;flex:0 0 auto;padding-right:15px}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__right .ultp-dashboard-lesson__status .ultp-dashboard-lesson__status-circle{border:1px solid #c9c9c9;border-radius:50%;height:23px;position:relative;width:23px}.ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__right .ultp-dashboard-lesson__status .ultp-dashboard-lesson__status-circle:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#b7b7b7;content:"";font-family:Uncanny Toolkit Pro Icons!important;font-size:14px;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;position:absolute;text-transform:none;top:calc(50% + 1px);transform:translate(-50%,-50%)}.ultp-dashboard-lesson--completed .ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__right .ultp-dashboard-lesson__status .ultp-dashboard-lesson__status-circle{background:#019e7c;border-color:#019e7c}.ultp-dashboard-lesson--completed .ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__right .ultp-dashboard-lesson__status .ultp-dashboard-lesson__status-circle:before{color:#fff}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__right .ultp-dashboard-lesson__available-on{display:none}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-lesson--not-available .ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__right{padding-top:11px}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-lesson--not-available .ultp-dashboard-lesson__row .ultp-dashboard-lesson__details{align-items:flex-start}.ultp-dashboard-lesson__content{display:none;padding-left:44px}.ultp-dashboard-lesson--expanded .ultp-dashboard-lesson__content{display:block}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-lesson__content{padding-left:39px}.ultp-dashboard-lesson__quizzes,.ultp-dashboard-lesson__topics{border-left:1px solid #d9d9d9}.ultp-dashboard-topic__row{background:#f9f9f9;border-top:1px solid #d9d9d9;display:flex}.ultp-dashboard-topic__row .ultp-dashboard-topic__toggle-btn{background:#f3f3f3;border-right:1px solid #d9d9d9;flex:0 0 auto;font-size:15px;position:relative;transition:background,color .15s ease-in-out;width:45px}.ultp-dashboard-topic--has-quizzes .ultp-dashboard-topic__row .ultp-dashboard-topic__toggle-btn{background:transparent;cursor:pointer}.ultp-dashboard-topic--has-quizzes .ultp-dashboard-topic__row .ultp-dashboard-topic__toggle-btn:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#686868;content:"";font-family:Uncanny Toolkit Pro Icons!important;font-size:15px;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%)}.ultp-dashboard-topic--expanded .ultp-dashboard-topic__row .ultp-dashboard-topic__toggle-btn,.ultp-dashboard-topic--expanding .ultp-dashboard-topic__row .ultp-dashboard-topic__toggle-btn{background:#019e7c;border-right:#019e7c}.ultp-dashboard-topic--expanded .ultp-dashboard-topic__row .ultp-dashboard-topic__toggle-btn:before,.ultp-dashboard-topic--expanding .ultp-dashboard-topic__row .ultp-dashboard-topic__toggle-btn:before{color:#fff;content:""}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-topic__row .ultp-dashboard-topic__toggle-btn{width:40px}.ultp-dashboard-topic__row .ultp-dashboard-topic__details{align-items:center;display:flex;flex:1 1 auto;min-width:0}.ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__left{flex:1 1 auto;min-width:0;padding-left:15px;padding-right:15px;width:100%}.ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__left .ultp-dashboard-topic__name{display:block;padding-bottom:11px;padding-top:11px;position:relative;width:100%}.ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__left .ultp-dashboard-topic__name a{color:inherit;display:block;outline:none;position:relative;text-decoration:none;transition:color .15s ease-in-out;width:100%}.ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__left .ultp-dashboard-topic__name a:hover{color:#015d9e}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__left .ultp-dashboard-topic__name a{overflow:visible;text-overflow:clip;white-space:normal}.ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__right{align-items:center;display:flex;flex:0 0 auto;padding-right:15px}.ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__right .ultp-dashboard-topic__status .ultp-dashboard-topic__status-circle{border:1px solid #c9c9c9;border-radius:50%;height:23px;position:relative;width:23px}.ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__right .ultp-dashboard-topic__status .ultp-dashboard-topic__status-circle:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#b7b7b7;content:"";font-family:Uncanny Toolkit Pro Icons!important;font-size:14px;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;position:absolute;text-transform:none;top:calc(50% + 1px);transform:translate(-50%,-50%)}.ultp-dashboard-topic--completed .ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__right .ultp-dashboard-topic__status .ultp-dashboard-topic__status-circle{background:#019e7c;border-color:#019e7c}.ultp-dashboard-topic--completed .ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__right .ultp-dashboard-topic__status .ultp-dashboard-topic__status-circle:before{color:#fff}.ultp-dashboard-topic__content{display:none;padding-left:44px}.ultp-dashboard-topic--expanded .ultp-dashboard-topic__content{display:block}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-topic__content{padding-left:39px}.ultp-dashboard-topic__quizzes{border-left:1px solid #d9d9d9}.ultp-dashboard-topic__quizzes .ultp-dashboard-quizzes__list{display:block}.ultp-dashboard-quizzes__header{background:#ebebeb;border-top:1px solid #d9d9d9;color:#1e1e1e;display:flex}.ultp-dashboard-quizzes__header-toggle-btn{border-right:1px solid #d9d9d9;cursor:pointer;flex:0 0 auto;font-size:15px;position:relative;transition:background,color .15s ease-in-out;width:45px}.ultp-dashboard-quizzes__header-toggle-btn:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#686868;content:"";font-family:Uncanny Toolkit Pro Icons!important;font-size:15px;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%)}.ultp-dashboard-quizzes--expanded .ultp-dashboard-quizzes__header-toggle-btn,.ultp-dashboard-quizzes--expanding .ultp-dashboard-quizzes__header-toggle-btn{background:#d9d9d9}.ultp-dashboard-quizzes--expanded .ultp-dashboard-quizzes__header-toggle-btn:before,.ultp-dashboard-quizzes--expanding .ultp-dashboard-quizzes__header-toggle-btn:before{color:#686868;content:""}.ultp-dashboard[max-width~="500px"] .ultp-dashboard-quizzes__header-toggle-btn{width:40px}.ultp-dashboard-quizzes__header-title{flex:1 1 auto;font-size:15px;padding:11px 15px}.ultp-dashboard-quizzes__list{display:none}.ultp-dashboard-quizzes--expanded .ultp-dashboard-quizzes__list,.ultp-dashboard-quizzes--expanding .ultp-dashboard-quizzes__list{display:block}.ultp-dashboard-quiz__row{border-top:1px solid #d9d9d9;display:flex}.ultp-dashboard-lesson__quizzes .ultp-dashboard-quiz__row{background:#f9f9f9}.ultp-dashboard-quiz__row .ultp-dashboard-quiz__details{align-items:flex-start;display:flex;flex:1 1 auto;min-width:0}.ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__left{flex:1 1 auto;min-width:0;padding:11px 15px;width:100%}.ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__left .ultp-dashboard-quiz__name{display:block;position:relative;width:100%}.ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__left .ultp-dashboard-quiz__name a{color:inherit;display:block;outline:none;position:relative;text-decoration:none;transition:color .15s ease-in-out;width:100%}.ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__left .ultp-dashboard-quiz__name a:hover{color:#015d9e}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__left .ultp-dashboard-quiz__name a{overflow:visible;text-overflow:clip;white-space:normal}.ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__left .ultp-dashboard-quiz__date{color:#8f8f8f;font-size:14px;margin-top:2px}.ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__right{align-items:center;display:flex;flex:0 0 auto;padding:11px 15px}.ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__right .ultp-dashboard-quiz__action{padding-right:15px}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__right .ultp-dashboard-quiz__action{order:2;padding-top:22px;width:100%}.ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__right .ultp-dashboard-quiz__score-label{background:#019e7c;border:1px solid #019e7c;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;line-height:1;padding:5px 10px;text-decoration:none}.ultp-dashboard-quiz--failed .ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__right .ultp-dashboard-quiz__score-label{background:#e88a10;border-color:#e88a10;color:#fff}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__right .ultp-dashboard-quiz__score{order:1}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__right{flex-wrap:wrap;padding-top:0;width:100%}.ultp-dashboard[max-width~="600px"] .ultp-dashboard-quiz__row .ultp-dashboard-quiz__details{flex-wrap:wrap}.ultp-lazy-course-navigation-loading{box-sizing:border-box;color:#1e1e1e;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.4;text-align:center}.ultp-lazy-course-navigation-loading *{box-sizing:border-box}.ultp-lazy-course-navigation-loading__icon{height:25px;position:relative}.ultp-lazy-course-navigation-loading__icon:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;animation:ultp-lazy-course-content-loading-icon 1.5s linear infinite;content:"";font-family:Uncanny Toolkit Pro Icons!important;font-size:25px;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;position:absolute;text-transform:none;top:50%}@keyframes ultp-lazy-course-content-loading-icon{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(365deg)}}.ultp-lazy-course-navigation-loading__text{margin-top:15px}.ultp-lazy-course-navigation__heading{color:#1e1e1e;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:25px;font-weight:700;line-height:1.4;margin-bottom:20px}.ultp-course-timer-modal .dialog-btn span{height:auto;line-height:1.4;padding:5px 10px}.ultp-course-timer-modal .dialog-btn{align-items:flex-start;display:flex;justify-content:center}.ultp-download-certificates{max-width:500px!important;width:100%}.ultp-download-certificates-filter{margin-bottom:20px}.ultp-download-certificates-filter select{width:100%}.ultp-download-certificates-filter label{display:inline-block;font-weight:600;margin-bottom:8px;position:relative}.ultp-download-certificates-filter--loading label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='64' height='64' viewBox='0 0 128 128' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M75.4 126.63a11.43 11.43 0 0 1-2.1-22.65 40.9 40.9 0 0 0 30.5-30.6 11.4 11.4 0 1 1 22.27 4.87h.02a63.77 63.77 0 0 1-47.8 48.05v-.02a11.38 11.38 0 0 1-2.93.37z'/%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 64 64' to='360 64 64' dur='1800ms' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:16px;opacity:.5;position:absolute;right:-26px;top:50%;transform:translateY(-50%);width:16px}.ultp-download-certificates-filter--hidden{display:none!important}.ultp-download-certificates-filters{display:flex;flex-direction:column;gap:15px}.ultp-download-certificates-error{background:#f9e2e2;border-radius:10px;color:#000;padding:15px}.ultp-download-certificates-dropdowns-error{color:red;font-size:.9em;margin-top:5px;padding-bottom:15px}.ultp-download-certificates-dropdowns-error:empty{display:none}#uo_download_certificates .select2-selection.select2-selection--single{background-image:none!important}#uo_download_certificates .hide_block{display:none}#uo_download_certificates .uo-generate-certificates-btn{margin-top:25px}#uo_download_certificates .uo-certificates-error,#uo_download_certificates .uo-certificates-success{border-radius:10px;color:#000;display:flex;gap:10px;margin:25px 0;padding:20px}#uo_download_certificates .uo-certificates-success:before{background-repeat:no-repeat;background-size:contain;content:"";flex:0 0 auto;height:18px;margin-top:3px;width:18px}#uo_download_certificates .uo-certificates-error{background-color:var(--uap-download-certificates-notice-error-background,#f9e2e2)}#uo_download_certificates .uo-certificates-success{background-color:var(--uap-download-certificates-notice-success-background,#ecf7ed)}#uo_download_certificates .uo-certificates-success:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M243.8 339.8c-10.9 10.9-28.7 10.9-39.6 0l-64-64c-10.9-10.9-10.9-28.7 0-39.6 10.9-10.9 28.7-10.9 39.6 0l44.2 44.2 108.2-108.2c10.9-10.9 28.7-10.9 39.6 0 10.9 10.9 10.9 28.7 0 39.6l-128 128zM512 256c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0s256 114.6 256 256zM256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z'/%3E%3C/svg%3E")}#uo_download_certificates #uo_generate_certificates_sbmt{border-radius:25px}#uo_download_certificates .uo_clicked_btn{opacity:.5}#uo_download_certificates .block_opacity{cursor:progress;opacity:.3;pointer-events:none}#uo_download_certificates .ultp-download-certificates-download{align-items:flex-start;display:flex;flex-direction:column;gap:8px}#uo_download_certificates .ultp-download-certificates-download-text{font-size:16px;font-weight:500}#uo_download_certificates .ultp-download-certificates-download-button{align-items:center;background-color:var(--uap-download-certificates-button-background,#000);border-radius:10px;color:var(--uap-download-certificates-button-font-color,#fff);display:inline-flex;font-size:16px;font-weight:600;gap:12px;padding:8px 20px;text-decoration:none}@supports(mask-size:contain) or (-webkit-mask-size:contain){#uo_download_certificates .ultp-download-certificates-download-button:before{background:var(--uap-download-certificates-button-font-color,#fff);content:"";display:block;flex:0 0 auto;height:18px;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M18 12.94v2.81c0 1.24-1.01 2.25-2.25 2.25H2.25C1.01 18 0 16.99 0 15.75v-2.81c0-1.24 1.01-2.25 2.25-2.25h1.88l1.69 1.69H2.25a.56.56 0 0 0-.56.56v2.81c0 .31.25.56.56.56h13.5c.31 0 .56-.25.56-.56v-2.81a.56.56 0 0 0-.56-.56h-3.57l1.69-1.69h1.88c1.24 0 2.25 1.01 2.25 2.25ZM3.59 8.19a.839.839 0 0 1 0-1.19c.33-.33.86-.33 1.19 0l3.37 3.34V.84c0-.47.38-.84.84-.84s.84.38.84.84v9.5L13.17 7c.33-.33.86-.33 1.19 0 .33.33.33.86 0 1.19l-4.78 4.78c-.17.17-.38.25-.6.25s-.43-.08-.6-.28L3.57 8.19Zm10.75 7c-.47 0-.84-.38-.84-.84s.38-.84.84-.84.84.38.84.84-.38.84-.84.84Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M18 12.94v2.81c0 1.24-1.01 2.25-2.25 2.25H2.25C1.01 18 0 16.99 0 15.75v-2.81c0-1.24 1.01-2.25 2.25-2.25h1.88l1.69 1.69H2.25a.56.56 0 0 0-.56.56v2.81c0 .31.25.56.56.56h13.5c.31 0 .56-.25.56-.56v-2.81a.56.56 0 0 0-.56-.56h-3.57l1.69-1.69h1.88c1.24 0 2.25 1.01 2.25 2.25ZM3.59 8.19a.839.839 0 0 1 0-1.19c.33-.33.86-.33 1.19 0l3.37 3.34V.84c0-.47.38-.84.84-.84s.84.38.84.84v9.5L13.17 7c.33-.33.86-.33 1.19 0 .33.33.33.86 0 1.19l-4.78 4.78c-.17.17-.38.25-.6.25s-.43-.08-.6-.28L3.57 8.19Zm10.75 7c-.47 0-.84-.38-.84-.84s.38-.84.84-.84.84.38.84.84-.38.84-.84.84Z'/%3E%3C/svg%3E");mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:18px}}#uo_download_certificates .ultp-download-certificates-download-button:hover{text-decoration:none}#uo_download_certificates .ultp-download-certificates-clear{padding-top:20px}
/*# Current File Updated by Asset CleanUp - Original Source Map: bundle.min.css.map*/
/*!/wp-content/cache/asset-cleanup/css/item/groundhogg__assets__css__frontend__form-css-ve3f267131cc7a9f344dfb8047ea477f547a2bbb7.css*/
/*!/wp-content/plugins/groundhogg/assets/css/frontend/form.css*/:root{--gh-accent-color:rgb(0, 117, 255)}.gh-form-wrapper form.simple textarea,.gh-form-wrapper form.simple select,.gh-form-wrapper form.simple input[type=text],.gh-form-wrapper form.simple input[type=date],.gh-form-wrapper form.simple input[type=time],.gh-form-wrapper form.simple input[type=datetime-local],.gh-form-wrapper form.simple input[type=datetime],.gh-form-wrapper form.simple input[type=email],.gh-form-wrapper form.simple input[type=number],.gh-form-wrapper form.simple input[type=password],.gh-form-wrapper form.simple input[type=search],.gh-form-wrapper form.simple input[type=tel],.gh-form-wrapper form.simple input[type=url]{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;border-radius:0;border-color:#0F181E;border-style:solid;border-width:1px;font-size:14px;padding:15px;box-shadow:none}.gh-form-wrapper form.simple textarea:focus,.gh-form-wrapper form.simple select:focus,.gh-form-wrapper form.simple input[type=text]:focus,.gh-form-wrapper form.simple input[type=date]:focus,.gh-form-wrapper form.simple input[type=time]:focus,.gh-form-wrapper form.simple input[type=datetime-local]:focus,.gh-form-wrapper form.simple input[type=datetime]:focus,.gh-form-wrapper form.simple input[type=email]:focus,.gh-form-wrapper form.simple input[type=number]:focus,.gh-form-wrapper form.simple input[type=password]:focus,.gh-form-wrapper form.simple input[type=search]:focus,.gh-form-wrapper form.simple input[type=tel]:focus,.gh-form-wrapper form.simple input[type=url]:focus{transition:0.4s;border-color:var(--gh-accent-color)}.gh-form-wrapper form.simple textarea[disabled],.gh-form-wrapper form.simple select[disabled],.gh-form-wrapper form.simple input[type=text][disabled],.gh-form-wrapper form.simple input[type=date][disabled],.gh-form-wrapper form.simple input[type=time][disabled],.gh-form-wrapper form.simple input[type=datetime-local][disabled],.gh-form-wrapper form.simple input[type=datetime][disabled],.gh-form-wrapper form.simple input[type=email][disabled],.gh-form-wrapper form.simple input[type=number][disabled],.gh-form-wrapper form.simple input[type=password][disabled],.gh-form-wrapper form.simple input[type=search][disabled],.gh-form-wrapper form.simple input[type=tel][disabled],.gh-form-wrapper form.simple input[type=url][disabled]{background-color:#e6e6e6;opacity:.3}.gh-form-wrapper form.simple textarea[readonly],.gh-form-wrapper form.simple select[readonly],.gh-form-wrapper form.simple input[type=text][readonly],.gh-form-wrapper form.simple input[type=date][readonly],.gh-form-wrapper form.simple input[type=time][readonly],.gh-form-wrapper form.simple input[type=datetime-local][readonly],.gh-form-wrapper form.simple input[type=datetime][readonly],.gh-form-wrapper form.simple input[type=email][readonly],.gh-form-wrapper form.simple input[type=number][readonly],.gh-form-wrapper form.simple input[type=password][readonly],.gh-form-wrapper form.simple input[type=search][readonly],.gh-form-wrapper form.simple input[type=tel][readonly],.gh-form-wrapper form.simple input[type=url][readonly]{background-color:#e6e6e6}.gh-form-wrapper form.simple input[type=button],.gh-form-wrapper form.simple input[type=submit],.gh-form-wrapper form.simple button[type=submit]{background-color:var(--gh-accent-color);color:#fff;border-radius:0;font-size:18px;font-weight:700;text-transform:uppercase;padding:15px;box-shadow:none;transition:0.4s;border:none;cursor:pointer}.gh-form-wrapper form.simple input[type=button]:hover,.gh-form-wrapper form.simple input[type=submit]:hover,.gh-form-wrapper form.simple button[type=submit]:hover{opacity:.9;transition:0.4s}.gh-form-wrapper form.modern textarea,.gh-form-wrapper form.modern select,.gh-form-wrapper form.modern input[type=text],.gh-form-wrapper form.modern input[type=date],.gh-form-wrapper form.modern input[type=time],.gh-form-wrapper form.modern input[type=datetime-local],.gh-form-wrapper form.modern input[type=datetime],.gh-form-wrapper form.modern input[type=email],.gh-form-wrapper form.modern input[type=number],.gh-form-wrapper form.modern input[type=password],.gh-form-wrapper form.modern input[type=search],.gh-form-wrapper form.modern input[type=tel],.gh-form-wrapper form.modern input[type=url]{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:20px;border-radius:5px;border-color:var(--gh-accent-color);border-style:solid;border-width:1px;padding:15px}.gh-form-wrapper form.modern textarea:focus,.gh-form-wrapper form.modern select:focus,.gh-form-wrapper form.modern input[type=text]:focus,.gh-form-wrapper form.modern input[type=date]:focus,.gh-form-wrapper form.modern input[type=time]:focus,.gh-form-wrapper form.modern input[type=datetime-local]:focus,.gh-form-wrapper form.modern input[type=datetime]:focus,.gh-form-wrapper form.modern input[type=email]:focus,.gh-form-wrapper form.modern input[type=number]:focus,.gh-form-wrapper form.modern input[type=password]:focus,.gh-form-wrapper form.modern input[type=search]:focus,.gh-form-wrapper form.modern input[type=tel]:focus,.gh-form-wrapper form.modern input[type=url]:focus{--gh-focus-shadow:color-mix(in srgb, var(--gh-accent-color) 20%, rgba( 255, 255, 255, 0.5 ) );transition:0.4s;box-shadow:0 0 0 2px white,0 0 0 4px var(--gh-focus-shadow)}.gh-form-wrapper form.modern textarea[disabled],.gh-form-wrapper form.modern select[disabled],.gh-form-wrapper form.modern input[type=text][disabled],.gh-form-wrapper form.modern input[type=date][disabled],.gh-form-wrapper form.modern input[type=time][disabled],.gh-form-wrapper form.modern input[type=datetime-local][disabled],.gh-form-wrapper form.modern input[type=datetime][disabled],.gh-form-wrapper form.modern input[type=email][disabled],.gh-form-wrapper form.modern input[type=number][disabled],.gh-form-wrapper form.modern input[type=password][disabled],.gh-form-wrapper form.modern input[type=search][disabled],.gh-form-wrapper form.modern input[type=tel][disabled],.gh-form-wrapper form.modern input[type=url][disabled]{background-color:#e6e6e6;opacity:.3}.gh-form-wrapper form.modern textarea[readonly],.gh-form-wrapper form.modern select[readonly],.gh-form-wrapper form.modern input[type=text][readonly],.gh-form-wrapper form.modern input[type=date][readonly],.gh-form-wrapper form.modern input[type=time][readonly],.gh-form-wrapper form.modern input[type=datetime-local][readonly],.gh-form-wrapper form.modern input[type=datetime][readonly],.gh-form-wrapper form.modern input[type=email][readonly],.gh-form-wrapper form.modern input[type=number][readonly],.gh-form-wrapper form.modern input[type=password][readonly],.gh-form-wrapper form.modern input[type=search][readonly],.gh-form-wrapper form.modern input[type=tel][readonly],.gh-form-wrapper form.modern input[type=url][readonly]{background-color:#e6e6e6}.gh-form-wrapper form.modern input[type=button],.gh-form-wrapper form.modern input[type=submit],.gh-form-wrapper form.modern button[type=submit]{cursor:pointer;padding:15px;background-color:var(--gh-accent-color);color:#fff;font-size:18px;font-weight:700;border:none;border-radius:5px;box-shadow:none;transition:0.4s}.gh-form-wrapper form.modern input[type=button]:hover,.gh-form-wrapper form.modern input[type=submit]:hover,.gh-form-wrapper form.modern button[type=submit]:hover{opacity:.8;transition:0.4s}.gh-form-wrapper form.modern input[type=button]:focus,.gh-form-wrapper form.modern input[type=submit]:focus,.gh-form-wrapper form.modern button[type=submit]:focus{--gh-focus-shadow:color-mix(in srgb, var(--gh-accent-color) 20%, rgba( 255, 255, 255, 0.5 ) );transition:0.4s;box-shadow:0 0 0 2px white,0 0 0 4px var(--gh-focus-shadow)}.gh-form-wrapper form.classic textarea,.gh-form-wrapper form.classic select,.gh-form-wrapper form.classic input[type=text],.gh-form-wrapper form.classic input[type=date],.gh-form-wrapper form.classic input[type=time],.gh-form-wrapper form.classic input[type=datetime-local],.gh-form-wrapper form.classic input[type=datetime],.gh-form-wrapper form.classic input[type=email],.gh-form-wrapper form.classic input[type=number],.gh-form-wrapper form.classic input[type=password],.gh-form-wrapper form.classic input[type=search],.gh-form-wrapper form.classic input[type=tel],.gh-form-wrapper form.classic input[type=url]{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:20px;border-radius:3px;border-color:#0F181E;border-style:solid;border-width:1px 1px 3px 1px;padding:15px}.gh-form-wrapper form.classic textarea:focus,.gh-form-wrapper form.classic select:focus,.gh-form-wrapper form.classic input[type=text]:focus,.gh-form-wrapper form.classic input[type=date]:focus,.gh-form-wrapper form.classic input[type=time]:focus,.gh-form-wrapper form.classic input[type=datetime-local]:focus,.gh-form-wrapper form.classic input[type=datetime]:focus,.gh-form-wrapper form.classic input[type=email]:focus,.gh-form-wrapper form.classic input[type=number]:focus,.gh-form-wrapper form.classic input[type=password]:focus,.gh-form-wrapper form.classic input[type=search]:focus,.gh-form-wrapper form.classic input[type=tel]:focus,.gh-form-wrapper form.classic input[type=url]:focus{transition:0.4s;border-color:var(--gh-accent-color)}.gh-form-wrapper form.classic textarea[disabled],.gh-form-wrapper form.classic select[disabled],.gh-form-wrapper form.classic input[type=text][disabled],.gh-form-wrapper form.classic input[type=date][disabled],.gh-form-wrapper form.classic input[type=time][disabled],.gh-form-wrapper form.classic input[type=datetime-local][disabled],.gh-form-wrapper form.classic input[type=datetime][disabled],.gh-form-wrapper form.classic input[type=email][disabled],.gh-form-wrapper form.classic input[type=number][disabled],.gh-form-wrapper form.classic input[type=password][disabled],.gh-form-wrapper form.classic input[type=search][disabled],.gh-form-wrapper form.classic input[type=tel][disabled],.gh-form-wrapper form.classic input[type=url][disabled]{background-color:#e6e6e6;opacity:.3}.gh-form-wrapper form.classic textarea[readonly],.gh-form-wrapper form.classic select[readonly],.gh-form-wrapper form.classic input[type=text][readonly],.gh-form-wrapper form.classic input[type=date][readonly],.gh-form-wrapper form.classic input[type=time][readonly],.gh-form-wrapper form.classic input[type=datetime-local][readonly],.gh-form-wrapper form.classic input[type=datetime][readonly],.gh-form-wrapper form.classic input[type=email][readonly],.gh-form-wrapper form.classic input[type=number][readonly],.gh-form-wrapper form.classic input[type=password][readonly],.gh-form-wrapper form.classic input[type=search][readonly],.gh-form-wrapper form.classic input[type=tel][readonly],.gh-form-wrapper form.classic input[type=url][readonly]{background-color:#e6e6e6}.gh-form-wrapper form.classic input[type=button],.gh-form-wrapper form.classic input[type=submit],.gh-form-wrapper form.classic button[type=submit]{cursor:pointer;padding:15px;background-color:color-mix(in srgb,var(--gh-accent-color) 25%,rgb(255 255 255 / .1));color:color-mix(in srgb,var(--gh-accent-color) 50%,black);font-size:18px;font-weight:700;text-transform:uppercase;border-style:outset;border-width:1px 1px 3px 1px;border-radius:3px;border-color:var(--gh-accent-color);box-shadow:none;transition:0.4s}.gh-form-wrapper form.classic input[type=button]:hover,.gh-form-wrapper form.classic input[type=submit]:hover,.gh-form-wrapper form.classic button[type=submit]:hover{opacity:.9;transition:0.4s}.gh-form-wrapper *{box-sizing:border-box}.gh-form-wrapper .form-fields{display:flex;flex-direction:column;gap:10px}.gh-form-wrapper .form-fields .gh-form-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr;grid-template-areas:". . . . . . . . . . . .";gap:10px}.gh-form-wrapper .form-fields .gh-form-row>.gh-form-column.col-1-of-1{grid-column:span 12}.gh-form-wrapper .form-fields .gh-form-row>.gh-form-column.col-1-of-2{grid-column:span 6}.gh-form-wrapper .form-fields .gh-form-row>.gh-form-column.col-1-of-3{grid-column:span 4}.gh-form-wrapper .form-fields .gh-form-row>.gh-form-column.col-1-of-4{grid-column:span 3}.gh-form-wrapper .form-fields .gh-form-row>.gh-form-column.col-2-of-3{grid-column:span 8}.gh-form-wrapper .form-fields .gh-form-row>.gh-form-column.col-3-of-4{grid-column:span 9}.gh-form-wrapper .gh-form-fields{display:grid;grid-auto-rows:auto;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:10px 10px;align-items:stretch}.gh-form-wrapper .gh-form-fields label{cursor:pointer;vertical-align:baseline}.gh-form-wrapper .gh-form-fields label .required{color:#b32d2e}.gh-form-wrapper .gh-form-fields .gh-input{outline:none;width:100%;max-width:100%;height:100%}.gh-form-wrapper .gh-form-fields button.gh-submit{width:100%}.gh-form-wrapper .gh-form-fields *{box-sizing:border-box}.gh-form-wrapper .gh-form-fields .gh-form-column.col-1-of-1{grid-column:span 12}.gh-form-wrapper .gh-form-fields .gh-form-column.col-1-of-2{grid-column:span 6}.gh-form-wrapper .gh-form-fields .gh-form-column.col-1-of-3{grid-column:span 4}.gh-form-wrapper .gh-form-fields .gh-form-column.col-1-of-4{grid-column:span 3}.gh-form-wrapper .gh-form-fields .gh-form-column.col-2-of-3{grid-column:span 8}.gh-form-wrapper .gh-form-fields .gh-form-column.col-3-of-4{grid-column:span 9}.gh-form-wrapper label{display:block}.gh-form-wrapper label.gh-checkbox-label{display:flex;gap:10px;align-items:center}.gh-form-wrapper .gh-input{width:100%;display:block}.gh-form-wrapper input[type=file].gh-file-uploader{width:100%;padding:30px;box-sizing:border-box;background:rgb(16 38 64 / .05);border:3px dashed rgb(16 38 64 / .5);text-align:center;border-radius:5px}.gh-form-wrapper .gh-birthday{display:flex;gap:5px}.gh-form-wrapper .gh-message-wrapper{padding:15px;margin-bottom:20px;border:1px solid;border-radius:4px}.gh-form-wrapper .gh-message-wrapper.gh-form-errors-wrapper{color:rgb(147.512195122,14.487804878,46.0975609756);background-color:rgb(233 31 79 / .1);border-color:rgb(233 31 79 / .5);margin-bottom:20px}.gh-form-wrapper .gh-message-wrapper.gh-form-errors-wrapper ul.gh-form-errors{padding-left:20px;margin:0;list-style:disc}.gh-form-wrapper .gh-message-wrapper.gh-form-errors-wrapper ul.gh-form-errors li:last-child{margin-bottom:0}.gh-form-wrapper .gh-message-wrapper.gh-form-success-wrapper{color:#155724;background-color:#d4edda;border-color:#c3e6cb;margin-top:20px}.gh-form-wrapper .gh-message-wrapper.gh-form-warning-wrapper{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.gh-form-wrapper .gh-form-edit-link{visibility:hidden;opacity:0;position:absolute;transition:0.4s}.gh-form-wrapper:hover .gh-form-edit-link{visibility:visible;background:#FFF;opacity:1;padding:5px;transition:0.4s}.gh-form-wrapper #gdpr-checkboxes-wrap label{display:block}.gh-form-wrapper>.gh-errors{margin-top:20px;padding:20px;background:rgb(233 31 79 / .1);color:rgb(8.1951219512,.8048780488,2.5609756098);border-radius:5px;display:flex;flex-direction:column;gap:10px}.gh-form-wrapper>.gh-errors p{margin:0;font-weight:500;font-size:16px}.gh-form-wrapper>.gh-errors ul{list-style:disc;padding-left:20px;display:flex;flex-direction:column;gap:5px}.gh-form-wrapper>.gh-errors ul li{font-size:16px;margin:0}.gh-form-wrapper>.gh-success{margin-top:20px;padding:20px;background:rgb(158 206 56 / .1);color:rgb(4.2620967742,5.6169354839,1.3830645161);border-radius:5px;display:flex;flex-direction:column;gap:10px}.gh-form-wrapper>.gh-success p:first-child{margin-top:0}.gh-form-wrapper>.gh-success p:last-child{margin-bottom:0}@media only screen and (max-width:480px){.gh-form-wrapper .gh-form-fields{display:flex;flex-direction:column}.gh-form-wrapper>form.gh-form>.form-fields>.gh-form-row{display:flex;flex-direction:column}.gh-form-wrapper>form.gh-form>.form-fields>.gh-form-row .address-fields .gh-form-row{display:flex;flex-direction:column}}
/*!/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css*/
.wpProQuiz_content .wpProQuiz_answerCorrect{background:#6db46d;font-weight:700}.wpProQuiz_content .wpProQuiz_answerCorrect label{font-weight:700}.wpProQuiz_content .wpProQuiz_answerIncorrect{background:#ff9191;font-weight:700}.wpProQuiz_content .wpProQuiz_answerCorrectIncomplete{border:1px solid #6db46d!important;font-weight:700}.wpProQuiz_content{margin-bottom:10px;margin-top:10px}.wpProQuiz_content .wpProQuiz_question_page,.wpProQuiz_content h2{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_question_page span{font-weight:700}.wpProQuiz_content .wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionListItemLastChildIE{margin-bottom:0;overflow:auto;padding:3px}.wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item){background-image:none;border:0;list-style:none;margin-bottom:5px;margin-left:0;padding:3px}.wpProQuiz_content .wpProQuiz_questionListItem>table{border-collapse:collapse;margin:0;padding:0;width:100%}.wpProQuiz_content .wpProQuiz_catOverview ol,.wpProQuiz_content .wpProQuiz_list,.wpProQuiz_content .wpProQuiz_listItem,.wpProQuiz_content .wpProQuiz_maxtrixSortCriterion,.wpProQuiz_content .wpProQuiz_questionList,.wpProQuiz_content .wpProQuiz_resultsList,.wpProQuiz_content .wpProQuiz_sortStringList{list-style:none;margin:0;padding:0}.wpProQuiz_content .wpProQuiz_list{border:0}.wpProQuiz_content .wpProQuiz_questionList{background:#f8faf5;border:1px solid #c3d1a3;list-style:none;margin-bottom:10px;overflow:auto;padding:5px}.wpProQuiz_content .wpProQuiz_listItem{background-image:none;border:0;position:relative}.wpProQuiz_content .wpProQuiz_response{background:#f8faf5;border:1px solid #c4c4c4;box-shadow:1px 1px 2px #aaa;margin-bottom:15px;padding:5px}.wpProQuiz_content .wpProQuiz_response span{font-weight:700}.wpProQuiz_content .wpProQuiz_sort{width:25px}.wpProQuiz_content .wpProQuiz_results h3{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_sort_correct_answer{display:none;font-weight:700;margin-right:5px}.wpProQuiz_content .wpProQuiz_sortable,.wpProQuiz_sortStringItem{background-color:#f8faf5;border:1px solid #d3d3d3;box-shadow:2px 2px 1px #eee;cursor:move;padding:5px}.wpProQuiz_content .wpProQuiz_time_limit .time{font-weight:700;margin-bottom:5px;margin-top:5px}.wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:blue;height:10px;margin-bottom:5px}.wpProQuiz_content .wpProQuiz_time_limit_expired{font-size:15px;font-weight:700;text-align:center}.wpProQuiz_content .wpProQuiz_question_text{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_tipp>div{background-color:#ddecff;border:1px dotted #363636;border-radius:10px;bottom:5px;box-shadow:2px 2px 5px 0 #313131;left:5px;padding:10px;position:absolute;right:5px;z-index:99999}.wpProQuiz_content .wpProQuiz_tipp>div p>iframe{max-height:275px;width:100%}.wpProQuiz_content .wpProQuiz_matrixSortString,.wpProQuiz_content .wpProQuiz_matrixSortString>h3{margin-bottom:10px;margin-top:0}.wpProQuiz_content .wpProQuiz_matrixSortString{background:#f8faf5;border:1px solid #c3d1a3;overflow:auto;padding:5px}.wpProQuiz_content ul.wpProQuiz_sortStringList{height:100%;min-height:20px;padding:10px;width:100%}.wpProQuiz_content ul.wpProQuiz_sortStringList:empty{border:2px dashed #bbb!important}.wpProQuiz_content ul.wpProQuiz_sortStringList>li{float:left;margin-bottom:5px;margin-left:5px;margin-right:5px}.wpProQuiz_content .wpProQuiz_sortStringItem{background-image:none;list-style:none;margin:0}.wpProQuiz_content ul.wpProQuiz_maxtrixSortCriterion{height:100%;margin:0;overflow:auto;padding:5px}.wpProQuiz_content .wpProQuiz_placehold{background-color:#ffffc2;background-image:none;border:2px dashed red!important;height:100%;list-style:none;margin:0;min-width:50px;padding:0;width:100%}.wpProQuiz_content .wpProQuiz_maxtrixSortText{padding:5px}.wpProQuiz_content .wpProQuiz_mextrixTr>td{border:1px solid #d1d1d1;padding:5px;vertical-align:middle}.wpProQuiz_content .wpProQuiz_earned_points,.wpProQuiz_content .wpProQuiz_graded_points,.wpProQuiz_content .wpProQuiz_points{font-weight:700;margin-bottom:20px;text-align:center}.wpProQuiz_content .wpProQuiz_cloze input[type=text]{background:#0000;border:0;border-bottom:1px solid;border-radius:0;box-shadow:0 0;color:#000;height:auto;margin:0;padding:0 4px}.wpProQuiz_content .wpProQuiz_cloze input:focus{outline:none}.wpProQuiz_content .wpProQuiz_cloze input.wpProQuiz_answerCorrect{background-color:#b0dab0}.wpProQuiz_content .wpProQuiz_cloze input.wpProQuiz_answerIncorrect{background-color:#ffbaba}.wpProQuiz_content .wpProQuiz_questionListItem input,.wpProQuiz_questionListItem label{display:inline;font-weight:400;margin:0}.wpProQuiz_content .wpProQuiz_questionListItem input{display:inline;float:none}.wpProQuiz_content .wpProQuiz_resultsList{border:0}.wpProQuiz_content .wpProQuiz_resultsList>li{background-image:none;border:0;list-style-type:none;margin:0;padding:0}.wpProQuiz_content .wpProQuiz_lock,.wpProQuiz_loadQuiz,.wpProQuiz_prerequisite,.wpProQuiz_startOnlyRegisteredUser{background-color:#fff7f7;border:1px dotted #ffc3c3}.wpProQuiz_content .wpProQuiz_lock p,.wpProQuiz_loadQuiz p,.wpProQuiz_prerequisite p,.wpProQuiz_startOnlyRegisteredUser p{font-weight:700;margin:20px}.wpProQuiz_content li.wpProQuiz_listItem .wpProQuiz_questionList_containers{display:none}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input[type=button]{border-radius:5px;display:inline-flex;opacity:.5;padding:.15em;vertical-align:initial}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input.wpProQuiz_questionList_containers_view_active{opacity:1;outline:none}.wpProQuiz_toplistTable{border:1px solid #c3d1a3;border-collapse:collapse;margin:0;width:100%}.wpProQuiz_toplistTable caption{caption-side:top;color:gray;font-size:11px;margin:0;padding-bottom:2px;text-align:right}.wpProQuiz_toplistTable thead tr{background:#9bbb59;color:#fff;font-weight:700;padding:5px}.wpProQuiz_toplistTable tbody td:FIRST-CHILD{font-weight:700}.wpProQuiz_toplistTable td,.wpProQuiz_toplistTable th{border:0;padding:5px;text-align:center}.wpProQuiz_toplistTable th{background:#9bbb59}.wpProQuiz_toplistTable th.col-pos{width:10%}.wpProQuiz_toplistTable th.col-name{text-align:left}.wpProQuiz_toplistTable th.col-date{width:25%}.wpProQuiz_toplistTable th.col-points{width:13%}.wpProQuiz_toplistTable th.col-results{width:15%}.wpProQuiz_toplistTable td{font-size:.75em;text-align:center}.wpProQuiz_toplistTable td.col-name{text-align:left}.wpProQuiz_toplistTable td.col-date{font-size:.8em}.wpProQuiz_toplistTrOdd{background-color:#ebf1de}.wpProQuiz_content .wpProQuiz_addToplist{background-color:#f5faea;border:1px solid #c3d1a3;margin-top:10px;padding:10px}.wpProQuiz_content .wpProQuiz_addToplistMessage{background-color:#fcffb3;border:1px solid #a0a0a0;border-radius:5px;color:dimgray;font-weight:700;margin-bottom:5px;padding:5px}.wpProQuiz_content .wpProQuiz_resultTable{border:1px solid #c4c4c4;font-weight:700;margin:15px auto;padding:15px;width:85%}.wpProQuiz_content .wpProQuiz_resultTable table{border:0;border-collapse:collapse;margin:0;width:100%}.wpProQuiz_content .wpProQuiz_resultName{border:0;border-right:1px solid #868686;min-width:100px;padding:10px 0;width:35%}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue{border:0;padding:0}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue .progress-number{font-size:.8em}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_AvgScore .progress-meter{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_YourScore .progress-meter{background-color:#f79646}.wpProQuiz_content .wpProQuiz_resultValue div{zoom:1;box-shadow:1px 1px 3px 1px #c4c4c4;color:#000;display:inline-block;*display:inline;height:18px;margin-right:3px;text-align:right;vertical-align:middle}.wpProQuiz_content .wpProQuiz_addBox label{display:inline}.wpProQuiz_content .wpProQuiz_addBox input[type=text]{margin:0}.wpProQuiz_content .wpProQuiz_reviewQuestion{-webkit-overflow-scrolling:touch;max-height:100px;overflow-y:scroll;position:relative}.wpProQuiz_content .wpProQuiz_box,.wpProQuiz_content .wpProQuiz_reviewQuestion{background-color:#f8faf5;border:1px solid #c3d1a3}.wpProQuiz_content .wpProQuiz_checkPage h3{margin:10px 0}.wpProQuiz_content .wpProQuiz_reviewQuestion ol{zoom:1;border:0;list-style-type:none;margin:0;padding:5px 12px 0 5px;position:relative}.wpProQuiz_content .wpProQuiz_reviewQuestion li{background-color:#fff;background-image:none;border:1px solid #cfcfcf;cursor:pointer;float:left;list-style-type:none;margin:0 5px 5px 0;padding:5px 0;text-align:center;width:30px}.wpProQuiz_content .wpProQuiz_reviewLegend{margin-bottom:8px;padding:5px}.wpProQuiz_content .wpProQuiz_reviewLegend ol{border:0;list-style-type:none;margin:0;padding:0}.wpProQuiz_content .wpProQuiz_reviewLegend li{background-image:none;border:0;float:left;list-style-type:none;margin:0;padding-right:5px}.wpProQuiz_content .wpProQuiz_reviewColor{display:inline-block;height:15px;margin-right:2px;width:15px}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_AnweredColor{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:#ffb800}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewQuestion_Target,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{background-color:#7db1d3;border-color:#7db1d3;box-shadow:0 0 2px 1px #c4c4c4;font-weight:700}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect{background-color:#ffbaba}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview{background-color:#ffb800}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedCorrect,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:#6ca54c;color:#000}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:#ffbaba;color:#000}.wpProQuiz_content .wpProQuiz_button2{background:#f5f5f5;border:1px solid #dadada;border-radius:4px;box-shadow:1px 1px 1px #a7a7a7;color:#303030;filter:none;font-weight:400;margin:0;padding:3px 5px;text-shadow:none}.wpProQuiz_content .wpProQuiz_button2:hover{background:#ebebeb}.wpProQuiz_content .wpProQuiz_reviewDiv{margin:20px 0}.wpProQuiz_content .wpProQuiz_header{margin:0}.wpProQuiz_content .wpProQuiz_catOverview{margin-bottom:20px;margin-top:10px}.wpProQuiz_content .wpProQuiz_catOverview li{border-bottom:1px dashed #aaa;clear:left;height:1.05em;list-style:none;margin:10px 0 0;padding:0;position:relative}.wpProQuiz_content .wpProQuiz_catOverview span{background:#fff;float:left;padding:0 3px 0 0;position:absolute;text-decoration:none}.wpProQuiz_content span.wpProQuiz_catPercent{color:#000;font-weight:700;padding-left:5px;right:0}.wpProQuiz_content .wpProQuiz_forms{margin:20px 0}.wpProQuiz_content .wpProQuiz_required{color:red;font-weight:700}.wpProQuiz_content .wpProQuiz_invalidate{background:#ffebe8;border:1px solid #ffcfcf;display:none;margin:4px 0;padding:4px}.wpProQuiz_content .wpProQuiz_forms table{border-collapse:initial;border-spacing:2px;width:auto}.wpProQuiz_content .wpProQuiz_forms td{background:none;border:0;margin:0;padding:0 0 8px;vertical-align:top}.wpProQuiz_content .wpProQuiz_forms input,.wpProQuiz_forms label,.wpProQuiz_forms select,.wpProQuiz_forms textarea{display:inline;float:none;margin:0}.wpProQuiz_content .wpProQuiz_forms select{width:auto}.wpProQuiz_content .uploadEssayMessage{width:100%}.wpProQuiz_content .uploadEssayMessage_fail{color:red}.wpProQuiz_content .uploadEssayMessage_success{color:green}
/*!/wp-content/cache/asset-cleanup/css/item/sfwd-lms__src__assets__dist__css__styles-css-ve5b483a54a58f4e811188ef6d599dd9feea292d5.css*/
/*!/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles.css*/:root{--ld-spacer-0:0.25rem;--ld-spacer-1:0.5rem;--ld-spacer-2:0.75rem;--ld-spacer-3:1rem;--ld-spacer-4:1.25rem;--ld-spacer-5:1.5rem;--ld-spacer-6:2rem;--ld-spacer-7:2.25rem;--ld-spacer-8:2.5rem;--ld-spacer-9:3rem;--ld-spacer-10:3.5rem;--ld-spacer-11:4rem;--ld-spacer-12:5rem;--ld-spacer-13:6rem;--ld-spacer-14:8rem;--ld-spacer-fixed-0:4px;--ld-spacer-fixed-1:8px;--ld-spacer-fixed-2:12px;--ld-spacer-fixed-3:16px;--ld-spacer-fixed-4:20px;--ld-spacer-fixed-5:24px;--ld-spacer-fixed-6:32px;--ld-spacer-fixed-7:36px;--ld-spacer-fixed-8:40px;--ld-spacer-fixed-9:48px;--ld-spacer-fixed-10:56px;--ld-spacer-fixed-11:64px;--ld-spacer-fixed-12:80px;--ld-spacer-fixed-13:96px;--ld-spacer-fixed-14:128px;--ld-radius:4px;--ld-color-brand-primary:#235af3;--ld-color-brand-secondary:#f3b33e;--ld-color-brand-tertiary:#479bf8;--ld-color-semantic-success:#3eab6a;--ld-color-semantic-error:#e65255;--ld-color-system-validation-error:#db0000;--ld-color-semantic-error-light:#faeeee;--ld-color-system-validation-success:#2f8351;--ld-color-semantic-success-light:#eef7f1;--ld-color-system-dark:#0e2a90;--ld-color-system-body-text:#4a4a68;--ld-color-system-text-dark:#0e0e2c;--ld-color-system-subtle:#8c8ca2;--ld-color-system-subtle-text:var(--ld-color-system-subtle);--ld-color-system-border:#dce1e8;--ld-color-system-light-1:#f3f8ff;--ld-color-system-light-2:#f7f9fc;--ld-color-system-white:#fff;--ld-color-alert-bg:#7a7a7a;--ld-color-alert-text:var(--ld-color-system-white);--ld-color-body-bg:var(--ld-color-system-white);--ld-color-border:#ddd;--ld-color-button:var(--ld-color-system-white);--ld-color-button-bg:var(--ld-color-brand-primary);--ld-color-button-bg-hover:var(--ld-color-system-dark);--ld-color-button-secondary-border:var(--ld-color-brand-primary);--ld-color-button-disabled-bg-hover:#a7adc2;--ld-color-button-disabled-border-hover:var(--ld-color-system-subtle-text);--ld-color-progress-bar-bg:#f5f5f5;--ld-color-progress-bar-fg:#000;--ld-color-field-bg:var(--ld-color-system-light-1);--ld-color-field-bg-hover:var(--ld-color-system-white);--ld-color-field-bg-active:var(--ld-color-system-white);--ld-color-field-bg-valid:var(--ld-color-system-white);--ld-color-field-bg-error:var(--ld-color-system-white);--ld-color-field-bg-disabled:var(--ld-color-system-light-2);--ld-color-field-border:var(--ld-color-system-subtle);--ld-color-field-border-active:var(--ld-color-brand-primary);--ld-color-field-border-active-shadow:0 0 0 4px rgba(50,89,235,.2);--ld-color-field-border-error:var(--ld-color-semantic-error);--ld-color-field-border-error-shadow:0 0 0 4px rgba(230,82,85,.2);--ld-color-field-border-valid:var(--ld-color-semantic-success);--ld-color-field-border-valid-shadow:0 0 0 4px rgba(62,171,106,.2);--ld-color-field-border-disabled:var(--ld-color-system-light-3);--ld-color-field-text:var(--ld-color-system-subtle-text);--ld-color-field-text-active:var(--ld-color-system-dark);--ld-color-field-text-valid:var(--ld-color-system-dark);--ld-color-field-text-error:var(--ld-color-system-dark);--ld-color-field-text-disabled:var(--ld-color-system-subtle-text);--ld-color-field-description:var(--ld-color-system-subtle-text);--ld-color-field-error:var(--ld-color-semantic-error);--ld-color-label:var(--ld-color-system-dark);--ld-typography-font-family:inter,-apple-system,roboto,ubuntu,sans-serif;--ld-typography-font-weight-regular:400;--ld-typography-font-weight-medium:500;--ld-typography-font-weight-bold:700;--ld-typography-desktop-h1-size:4rem;--ld-typography-desktop-h1-height:4.5rem;--ld-typography-desktop-h1-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h1-spacing:-2%;--ld-typography-desktop-h1-margin:var(--ld-spacer-8);--ld-typography-mobile-h1-size:3rem;--ld-typography-mobile-h1-height:3.5rem;--ld-typography-mobile-h1-margin:var(--ld-spacer-7);--ld-typography-desktop-h2-size:3rem;--ld-typography-desktop-h2-height:3.5rem;--ld-typography-desktop-h2-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h2-spacing:-2%;--ld-typography-desktop-h2-margin:var(--ld-spacer-7);--ld-typography-mobile-h2-size:2.5rem;--ld-typography-mobile-h2-height:3rem;--ld-typography-mobile-h2-margin:var(--ld-spacer-6);--ld-typography-desktop-h3-size:2.5rem;--ld-typography-desktop-h3-height:3rem;--ld-typography-desktop-h3-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h3-spacing:-2%;--ld-typography-desktop-h3-margin:var(--ld-spacer-6);--ld-typography-mobile-h3-size:2rem;--ld-typography-mobile-h3-height:2.5rem;--ld-typography-mobile-h3-margin:var(--ld-spacer-5);--ld-typography-desktop-h4-size:2rem;--ld-typography-desktop-h4-height:2.5rem;--ld-typography-desktop-h4-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h4-spacing:inherit;--ld-typography-desktop-h4-margin:var(--ld-spacer-5);--ld-typography-mobile-h4-size:1.5rem;--ld-typography-mobile-h4-height:2rem;--ld-typography-mobile-h4-margin:var(--ld-spacer-4);--ld-typography-desktop-h5-size:1.5rem;--ld-typography-desktop-h5-height:2rem;--ld-typography-desktop-h5-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h5-spacing:inherit;--ld-typography-desktop-h5-margin:var(--ld-spacer-4);--ld-typography-mobile-h5-size:1.25rem;--ld-typography-mobile-h5-height:1.75rem;--ld-typography-mobile-h5-margin:var(--ld-spacer-4);--ld-typography-desktop-h6-size:1.125rem;--ld-typography-desktop-h6-height:1.5rem;--ld-typography-desktop-h6-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h6-spacing:inherit;--ld-typography-desktop-h6-margin:var(--ld-spacer-3);--ld-typography-mobile-h6-size:1.125rem;--ld-typography-mobile-h6-height:1.5rem;--ld-typography-mobile-h6-margin:var(--ld-spacer-3);--ld-typography-desktop-body-large-size:1.25rem;--ld-typography-desktop-body-large-height:1.75rem;--ld-typography-mobile-body-large-size:1rem;--ld-typography-mobile-body-large-height:1.5rem;--ld-typography-desktop-body-size:1rem;--ld-typography-desktop-body-height:1.5rem;--ld-typography-mobile-body-size:0.875rem;--ld-typography-mobile-body-height:1.375rem;--ld-typography-desktop-body-small-size:0.875rem;--ld-typography-desktop-body-small-height:1.375rem;--ld-typography-desktop-caption-size:0.75rem;--ld-typography-desktop-caption-height:1.25rem;--ld-typography-mobile-caption-size:0.75rem;--ld-typography-mobile-caption-height:1.25rem;--ld-typography-desktop-pre-title-size:0.75rem;--ld-typography-desktop-pre-title-height:1.25rem;--ld-typography-desktop-pre-title-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-pre-title-spacing:3%;--ld-typography-desktop-pre-title-transform:uppercase;--ld-typography-mobile-pre-title-size:0.75rem;--ld-typography-mobile-pre-title-height:1.25rem;--ld-typography-desktop-button-text-size:var(--ld-typography-desktop-body-size);--ld-typography-desktop-button-text-height:var(--ld-typography-desktop-body-height);--ld-typography-desktop-button-text-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-button-text-spacing:3%;--ld-typography-mobile-button-text-size:var(--ld-typography-mobile-body-size);--ld-typography-mobile-button-text-height:var(--ld-typography-mobile-body-height);--ld-typography-desktop-link-size:1rem;--ld-typography-desktop-link-height:1.5rem;--ld-typography-desktop-link-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-link-decoration:underline;--ld-typography-mobile-link-size:0.875rem;--ld-typography-mobile-link-height:1.375rem;--ld-icon-size-xl:2rem;--ld-icon-size-lg:1.5rem;--ld-icon-size-md:1.25rem;--ld-icon-size-sm:1rem;--ld-icon-size-default:var(--ld-icon-size-md);--ld-button-border-radius:var(--ld-border-radius);--ld-button-border-radius-rounded:100px;--ld-field-radius:var(--ld-radius);--ld-border-radius:8px;--ld-border-radius-small:4px;--ld-alert-border-radius:8px;--ld-alert-border-width:1px;--ld-alert-margin:0 0 var(--ld-spacer-3) 0;--ld-alert-padding:var(--ld-spacer-2) var(--ld-spacer-fixed-3);--ld-alert-last-margin:0 0 var(--ld-spacer-8) 0;--ld-breadcrumbs-font-size:var(--ld-typography-desktop-body-small-size);--ld-breadcrumbs-line-height:var(--ld-typography-desktop-body-small-height);--ld-breadcrumbs-font-weight:var(--ld-typography-font-weight-regular);--ld-breadcrumbs-link-color:var(--ld-color-brand-primary);--ld-breadcrumbs-text-color:var(--ld-color-body-text);--ld-breadcrumbs-delimiter-color:var(--ld-color-system-border);--ld-breadcrumbs-truncation-size:19ch;--ld-tabs-gap:var(--ld-spacer-6);--ld-tabs-font-weight:var(--ld-typography-font-weight-bold);--ld-tabs-color-text-active:var(--ld-color-brand-primary);--ld-tabs-background-color-hover:var(--ld-color-system-light-2);--ld-tabs-border-width:2px;--ld-tabs-border-width-active:4px;--ld-tabs-border-color:var(--ld-color-system-border);--ld-tabs-border-color-active:var(--ld-color-brand-primary);--ld-tabs-tab-gap:10px;--ld-pricing-gap:0.25rem 0;--ld-instructors-margin:var(--ld-spacer-8) 0 0 0;--ld-instructors-gap:var(--ld-spacer-2);--ld-instructors-list-gap:var(--ld-spacer-3);--ld-instructors-item-gap:var(--ld-spacer-3);--ld-instructors-avatar-border-radius:50%;--ld-steps-margin-top:var(--ld-spacer-6);--ld-steps-list-gap:var(--ld-spacer-3);--ld-steps-info-padding:var(--ld-spacer-3) var(--ld-spacer-fixed-5);--ld-steps-item-background-color:var(--ld-color-system-light-2);--ld-steps-item-background-color-hover:var(--ld-color-system-border);--ld-steps-item-border-width:0.063rem;--ld-steps-item-border-color:var(--ld-color-system-border);--ld-steps-item-border-radius:0.25rem;--ld-steps-item-truncation-size:65ch;--ld-steps-sub-item-background-color:var(--ld-color-system-white);--ld-steps-link-item-background-color:var(--ld-color-system-border);--ld-steps-link-item-padding:var(--ld-spacer-0) var(--ld-spacer-fixed-5);--ld-steps-loader-item-padding:var(--ld-spacer-1) var(--ld-spacer-fixed-5);--ld-steps-pagination-margin:var(--ld-spacer-6) 0 0 0;--ld-pagination-item-size:2rem;--ld-pagination-item-active-color:var(--ld-color-brand-primary);--ld-pagination-item-active-border:0.063rem solid var(--ld-color-brand-primary);--ld-pagination-item-active-border-radius:0.25rem;--ld-progress-bar-width:100%;--ld-progress-bar-height:1rem;--ld-progress-bar-background-color:var(--ld-color-system-border);--ld-progress-bar-foreground-color:var(--ld-color-brand-primary);--ld-progress-bar-border-radius:0.125rem;--ld-progress-bar-margin:var(--ld-spacer-4) 0 var(--ld-spacer-2) 0;--ld-progress-bar-value:0%;--ld-progress-donut-size:1.625rem;--ld-progress-donut-background-color:var(--ld-color-system-border);--ld-progress-donut-foreground-color:var(--ld-color-brand-primary);--ld-course-overview-gap:1rem}.ld-svgicon{vertical-align:middle}.ld-svgicon__alert{fill:var(--ld-color-semantic-error)}.ld-svgicon__check{fill:var(--ld-color-semantic-success)}.ld-svgicon__close{fill:var(--ld-color-system-body-text)}.ld-svgicon__coupon{stroke:var(--ld-color-system-body-text)}.ld-svgicon__radio{height:1.5em;margin-right:var(--ld-spacer-fixed-1);width:1.5em}.ld-svgicon__radio-bg{fill:#fff}.ld-svgicon__radio-border{stroke:var(--ld-color-system-subtle)}.ld-svgicon__radio-select{fill:var(--ld-color-brand-primary);fill-opacity:0}.ld--selected .ld-svgicon__radio-select,.ld-form__field-radio--selected .ld-svgicon__radio-select{fill-opacity:1}.ld-svgicon__refresh{fill:var(--ld-color-system-body-text);animation:icon-rotate 1.5s linear infinite;transform-origin:center center}@keyframes icon-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.learndash-virtual-instructor .ld-virtual-instructor-chatbox{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;bottom:0;box-shadow:0 0 10px rgb(0 0 0 / .2);position:fixed;right:15px;transition:height 2s ease-in-out;width:400px;z-index:100}@media screen and (max-width:400px){.learndash-virtual-instructor .ld-virtual-instructor-chatbox{right:0;width:100%}}.learndash-virtual-instructor .ld-virtual-instructor-chatbox *{box-sizing:border-box}.learndash-virtual-instructor .ld-virtual-instructor-chatbox--open{height:auto}.learndash-virtual-instructor .ld-virtual-instructor-chatbox--close{height:75px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header{align-items:center;background-color:#0d6efd;border:1px solid #0d6efd;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;gap:15px;height:auto;justify-content:space-between;padding:10px 20px;position:relative}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__avatar{background-color:#fff;border:1px solid #fff;border-radius:50%;height:50px;padding:1px;width:50px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__heading-wrapper{margin-right:auto}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__heading{color:#fff;font-size:1rem;font-weight:400;margin:0}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__subheading{color:#fff;font-size:1.2rem;font-weight:700;margin:0}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button{align-items:center;background:#fff0;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:30px;justify-content:center;padding:0;width:30px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button:before{font-family:dashicons,sans-serif}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button--close:before{content:""}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button--open:before{content:""}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__body{height:450px;overflow-x:hidden;overflow-y:scroll;padding:10px 10px 0;position:relative}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__messages-container{display:flex;flex-direction:column}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message{border-radius:10px;display:inline-block;margin:10px;max-width:80%;padding:10px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--assistant{align-self:flex-start;background-color:#f0f0f0;color:#333}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--user{align-self:flex-end;background-color:#0d6efd;color:#fff}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--error{background:#fff5f5;border:1px solid #fa6b6b;border-radius:10px;font-size:.75rem;margin:0 auto;max-width:60%;padding:10px;text-align:center}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message-text{font-size:1rem;margin:0}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message-label--error{color:#c53030;font-weight:700}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader{animation:ld-virtual-instructor-chat-loader 1s steps(4) infinite;aspect-ratio:4;background:radial-gradient(circle closest-side,#000 90%,transparent) 0/33.3333333333% 100% space;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);margin:10px auto;width:30px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader--hidden{display:none}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader--visible{display:block}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form{display:flex;height:50px;margin:10px 0;padding:0 10px;width:100%}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-input[type=text]{border:1px solid #f0f0f0;border-radius:10px 0 0 10px;flex:1;padding:10px}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-input[type=text]:focus{outline:none}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-button{background-color:#0d6efd;border:none;border-radius:0 10px 10px 0;color:#fff;cursor:pointer;padding:10px}@keyframes ld-virtual-instructor-chat-loader{to{-webkit-clip-path:inset(0 -34% 0 0);clip-path:inset(0 -34% 0 0)}}
/*!/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css*/
.jq-dropdown{display:none;position:absolute;z-index:1039}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 5px 10px #0003;list-style:none;margin:0;max-width:360px;min-width:160px;overflow:visible;padding:4px 0}.jq-dropdown .jq-dropdown-panel{padding:10px}.jq-dropdown.jq-dropdown-tip{margin-top:8px}.jq-dropdown.jq-dropdown-tip:before{border-bottom:7px solid #ddd;border-left:7px solid #0000;border-right:7px solid #0000;content:"";display:inline-block;left:9px;position:absolute;top:-6px}.jq-dropdown.jq-dropdown-tip:after{border-bottom:6px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;content:"";display:inline-block;left:10px;position:absolute;top:-5px}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{left:auto;right:9px}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after{left:auto;right:10px}.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel{max-height:180px;overflow:auto}.jq-dropdown .jq-dropdown-menu li{line-height:18px;list-style:none;margin:0;padding:0}.jq-dropdown .jq-dropdown-menu label,.jq-dropdown .jq-dropdown-menu li>a{color:inherit;display:block;line-height:18px;margin:0;padding:3px 15px;text-decoration:none;white-space:nowrap}.jq-dropdown .jq-dropdown-menu label:hover,.jq-dropdown .jq-dropdown-menu li>a:hover{background-color:#f2f2f2;color:inherit;cursor:pointer}.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider{border-top:1px solid #e5e5e5;font-size:1px;margin:5px 0;padding:0}
/*!/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css*/
body.learndash-cpt.learndash-embed-responsive .ld-video{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}body.learndash-cpt.learndash-embed-responsive .ld-video div.wp-video,body.learndash-cpt.learndash-embed-responsive .ld-video embed,body.learndash-cpt.learndash-embed-responsive .ld-video iframe,body.learndash-cpt.learndash-embed-responsive .ld-video object,body.learndash-cpt.learndash-embed-responsive .ld-video video{height:100%;left:0;top:0;width:100%!important}body.learndash-cpt.learndash-embed-responsive .ld-video iframe{position:absolute}body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] iframe{position:unset}body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] .spotlightr-id iframe{position:absolute}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video,body.learndash-cpt.learndash-embed-responsive .mejs-overlay.mejs-video.load,body.learndash-cpt.learndash-embed-responsive .wp-video,body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{height:100%!important;width:100%!important}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video{padding-top:56.25%}body.learndash-cpt.learndash-embed-responsive .wp-video,body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{max-width:100%!important}body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{position:relative}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-mediaelement{bottom:0;left:0;position:absolute;right:0;top:0}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-overlay-play{bottom:0;height:auto!important;left:0;right:0;top:0;width:auto!important}
/*!/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css*/
#wp-admin-bar-learndash__admin-bar--test-mode-indicators>.ab-item{display:flex!important;gap:.31rem}#wp-admin-bar-learndash__admin-bar--test-mode-indicators>.ab-item:before{align-self:center;background-color:#a954f3;border-radius:50%;content:"";display:flex;height:.375rem;margin-right:.2525rem;padding:0;width:.375rem}#wp-admin-bar-learndash__admin-bar--test-mode-indicators>.ab-item .dashicons{align-self:center;display:flex;font-family:dashicons;line-height:1}
/*!/wp-content/cache/asset-cleanup/css/item/learndash-certificate-verify-and-share__assets__css__social-buttons-css-vbd09d984f73c7d4f3c5f6f88cc76e99332aa3acd.css*/
/*!/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/social-buttons.css*/.ld-cvss-button.ld-cvss-button-download-certificate{min-width:130px!important;width:130px!important;height:40px!important;padding:5px 20px 5px 50px!important;font-family:inherit!important;font-size:11px!important;font-weight:400!important;text-decoration:none!important;line-height:30px!important;color:#ffffff!important;background-color:#1e84e4!important;margin:0 0 0 20px!important;border-radius:20px!important}.ld-table-list-item-quiz .btn-blue.ld-cvss-btn-blue{margin:0 0 0 20px!important}.ld-table-list-item-quiz .ld-cvss-social-buttons{margin:0!important;margin-left:20px!important}.single-sfwd-quiz .ld-cvss-social-buttons{margin:0!important}.single-sfwd-quiz .wpProQuiz_certificate{gap:20px}.ld-table-list-item-quiz .ld-table-list-item-preview{justify-content:flex-start!important}.ld-cvss-button.ld-cvss-button-download-certificate .ld-icon.ld-icon-download{display:block!important;position:absolute!important;width:24px!important;height:24px!important;top:50%!important;left:18px!important;margin:2px 0 0 0!important;background-image:url(data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224px%22%20%20height%3D%2224px%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2049%22%20style%3D%22enable-background%3Anew%200%200%2050%2049%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4.7%2C4.4v3.5h2.1V5.4h2.5V3.3H5.8C5.2%2C3.3%2C4.7%2C3.8%2C4.7%2C4.4z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M43%2C7.9h2.1V4.4c0-0.6-0.5-1.1-1.1-1.1h-3.5v2.1H43V7.9z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M45.1%2C30.7v-3.5H43v2.5h-2.5v2.1H44C44.6%2C31.8%2C45.1%2C31.3%2C45.1%2C30.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6.8%2C27.2H4.7v3.5c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h3.5v-2.1H6.8V27.2z%22%2F%3E%0A%09%3Crect%20fill%3D%22%23ffffff%22%20x%3D%2214.8%22%20y%3D%229.1%22%20width%3D%2220.2%22%20height%3D%222.1%22%2F%3E%0A%09%3Crect%20fill%3D%22%23ffffff%22%20x%3D%229.9%22%20y%3D%2214%22%20width%3D%2230.1%22%20height%3D%222.1%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M48.7%2C0H1.1C0.5%2C0%2C0%2C0.5%2C0%2C1.1V34c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h14.6c0%2C0.2%2C0%2C0.3%2C0.1%2C0.5l-4.5%2C5.3%0A%09%09c-0.2%2C0.2-0.3%2C0.5-0.2%2C0.8c0%2C0.3%2C0.2%2C0.5%2C0.4%2C0.7c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2l4.9%2C1.2l2%2C4.6c0.2%2C0.4%2C0.6%2C0.6%2C1%2C0.6%0A%09%09c0.1%2C0%2C0.3%2C0%2C0.4-0.1c0.2-0.1%2C0.3-0.2%2C0.4-0.3l4.4-5.2l4.4%2C5.2c0.4%2C0.5%2C1.1%2C0.5%2C1.5%2C0.1c0.1-0.1%2C0.2-0.2%2C0.3-0.4l2-4.6l4.9-1.2%0A%09%09c0.6-0.1%2C0.9-0.7%2C0.8-1.3c0-0.2-0.1-0.3-0.2-0.4l-4.5-5.3c0-0.2%2C0.1-0.3%2C0.1-0.5h14.6c0.6%2C0%2C1.1-0.5%2C1.1-1.1V1.1%0A%09%09C49.8%2C0.5%2C49.3%2C0%2C48.7%2C0z%20M20%2C45.9l-1.5-3.5c-0.1-0.3-0.4-0.5-0.7-0.6l-3.7-0.9l2.4-2.9c0.1%2C0.2%2C0.2%2C0.3%2C0.2%2C0.5%0A%09%09c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.3c0.1%2C0.2%2C0.2%2C0.4%2C0.4%2C0.6c0.1%2C0.1%2C0.2%2C0.3%2C0.3%2C0.4c0.1%2C0.1%2C0.2%2C0.3%2C0.4%2C0.4c0.1%2C0.1%2C0.3%2C0.3%2C0.4%2C0.4%0A%09%09c0.1%2C0.1%2C0.2%2C0.2%2C0.3%2C0.3l0.1%2C0.1c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.2c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.1l0.1%2C0.1c0%2C0%2C0.1%2C0%2C0.1%2C0.1l0.1%2C0.1l0.2%2C0.1%0A%09%09c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.4c0.1%2C0%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0.1%2C0.5%2C0.2%2C0.7%2C0.3l0.2%2C0.1c0.2%2C0.1%2C0.4%2C0.1%2C0.6%2C0.2%0A%09%09L20%2C45.9z%20M36%2C41l-3.7%2C0.9c-0.3%2C0.1-0.6%2C0.3-0.7%2C0.6L30.1%2C46l-2.7-3c0.2-0.1%2C0.4-0.1%2C0.6-0.2l0.2-0.1c0.2-0.1%2C0.5-0.2%2C0.7-0.3H29%0A%09%09c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0.3-0.1%2C0.5-0.3%2C0.7-0.4c0.1-0.1%2C0.2-0.1%2C0.3-0.2l0.2-0.1c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0%2C0%2C0.1%2C0%2C0.1-0.1l0.1-0.1%0A%09%09c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0.1%2C0%2C0.1-0.1%2C0.2-0.1l0.1-0.1c0.1-0.1%2C0.2-0.2%2C0.3-0.3s0.3-0.3%2C0.4-0.4c0.1-0.1%2C0.2-0.3%2C0.4-0.4%0A%09%09c0.1-0.1%2C0.2-0.3%2C0.3-0.4c0.1-0.2%2C0.3-0.4%2C0.4-0.6c0.1-0.1%2C0.1-0.2%2C0.2-0.3c0.1-0.2%2C0.2-0.3%2C0.2-0.5L36%2C41z%20M47.6%2C32.9H34.2%0A%09%09c-0.1-0.5-0.2-1.1-0.3-1.6L32%2C33.2c0%2C0.3%2C0.1%2C0.6%2C0.1%2C0.8c0%2C0.5-0.1%2C1.1-0.2%2C1.6v0.1c-0.1%2C0.4-0.2%2C0.7-0.3%2C1.1c0%2C0%2C0%2C0%2C0%2C0.1%0A%09%09c-0.1%2C0.3-0.3%2C0.6-0.5%2C0.9c0%2C0%2C0%2C0.1-0.1%2C0.1c-0.2%2C0.3-0.4%2C0.6-0.6%2C0.8l-0.1%2C0.1l-0.1%2C0.1c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5%0A%09%09c-0.1%2C0.1-0.3%2C0.3-0.4%2C0.4c-0.2%2C0.1-0.3%2C0.2-0.5%2C0.3c-0.1%2C0.1-0.3%2C0.2-0.5%2C0.3h-0.1c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.2l-0.2%2C0.1%0A%09%09c-0.1%2C0-0.2%2C0.1-0.3%2C0.1h-0.1c-0.1%2C0-0.2%2C0.1-0.2%2C0.1h-0.2c-0.1%2C0-0.3%2C0.1-0.4%2C0.1h-0.1c-0.4%2C0.1-0.7%2C0.1-1.1%2C0.1h-0.1%0A%09%09c-0.2%2C0-0.4%2C0-0.6%2C0h-0.1c-0.4%2C0-0.7-0.1-1.1-0.1h-0.1c-0.1%2C0-0.3-0.1-0.5-0.1v-0.1c-0.1%2C0-0.2-0.1-0.3-0.1s-0.2-0.1-0.3-0.1%0A%09%09c-0.1%2C0-0.1%2C0-0.2-0.1s-0.3-0.1-0.4-0.2h-0.1c-0.3-0.2-0.6-0.4-0.9-0.6c-0.2-0.1-0.3-0.3-0.5-0.4c-0.2-0.2-0.3-0.3-0.5-0.5%0A%09%09l-0.1-0.1l-0.1-0.1c-0.2-0.3-0.4-0.5-0.6-0.8l-0.1-0.1c-0.2-0.3-0.3-0.6-0.4-0.9L18%2C36.9l0.2-0.2c-0.1-0.4-0.3-0.7-0.3-1v-0.1%0A%09%09c-0.1-0.5-0.2-1-0.2-1.6c0-4%2C3.2-7.2%2C7.2-7.2c1.5%2C0%2C2.9%2C0.5%2C4.1%2C1.3l1.5-1.5c-1.8-1.4-4-2.1-6.4-1.8c-4.4%2C0.4-7.9%2C3.8-8.4%2C8.2H2.1%0A%09%09V2.1h45.5V32.9z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M21.6%2C31.7L20%2C33.3l3.9%2C3.9c0.3%2C0.3%2C0.6%2C0.4%2C0.9%2C0.4c0.3%2C0%2C0.7-0.1%2C0.9-0.4l9.2-9.2l-1.6-1.6l-8.4%2C8.4%0A%09%09L21.6%2C31.7z%22%2F%3E%0A%3C%2Fsvg%3E)!important;background-position:center center!important;background-repeat:no-repeat!important}.ld-cvss-button.ld-cvss-button-download-certificate .ld-icon.ld-icon-download:before{content:""!important;display:none!important}.learndash-template-ld30.single-sfwd-courses .ld-alert.ld-alert-success.ld-alert-certificate,.learndash-template-ld30.single-groups .ld-alert.ld-alert-success.ld-alert-certificate{border:1px solid #1e84e4;background:none}.learndash-template-ld30.single-sfwd-courses .ld-alert.ld-alert-success.ld-alert-certificate .ld-alert-icon.ld-icon.ld-icon-certificate,.learndash-template-ld30.single-groups .ld-alert.ld-alert-success.ld-alert-certificate .ld-alert-icon.ld-icon.ld-icon-certificate{width:48px;height:48px;background-image:url(data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2231px%22%20height%3D%22px%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2049%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M48.7%2C0H1.1C0.5%2C0%2C0%2C0.5%2C0%2C1.1V34c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h14.6c0%2C0.2%2C0%2C0.3%2C0.1%2C0.5l-4.5%2C5.3%0A%09%09c-0.2%2C0.2-0.3%2C0.5-0.2%2C0.8c0%2C0.3%2C0.2%2C0.5%2C0.4%2C0.7c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2l4.9%2C1.2l2%2C4.6c0.2%2C0.4%2C0.6%2C0.6%2C1%2C0.6%0A%09%09c0.1%2C0%2C0.3%2C0%2C0.4-0.1c0.2-0.1%2C0.3-0.2%2C0.4-0.3l4.4-5.2l4.4%2C5.2c0.4%2C0.5%2C1.1%2C0.5%2C1.5%2C0.1c0.1-0.1%2C0.2-0.2%2C0.3-0.4l2-4.6l4.9-1.2%0A%09%09c0.6-0.1%2C0.9-0.7%2C0.8-1.3c0-0.2-0.1-0.3-0.2-0.4l-4.5-5.3c0-0.2%2C0.1-0.3%2C0.1-0.5h14.6c0.6%2C0%2C1.1-0.5%2C1.1-1.1V1.1%0A%09%09C49.8%2C0.5%2C49.3%2C0%2C48.7%2C0z%20M2.1%2C32.9V2.1h45.5v30.8H34.2c-0.6-5-5-8.7-10.1-8.2c-4.4%2C0.4-7.9%2C3.8-8.4%2C8.2%0A%09%09C15.7%2C32.9%2C2.1%2C32.9%2C2.1%2C32.9z%20M16.5%2C38c0.1%2C0.2%2C0.2%2C0.3%2C0.2%2C0.5c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.3c0.1%2C0.2%2C0.2%2C0.4%2C0.4%2C0.6%0A%09%09c0.1%2C0.1%2C0.2%2C0.3%2C0.3%2C0.4c0.1%2C0.1%2C0.2%2C0.3%2C0.4%2C0.4c0.1%2C0.1%2C0.3%2C0.3%2C0.4%2C0.4c0.1%2C0.1%2C0.2%2C0.2%2C0.3%2C0.3l0.1%2C0.1%0A%09%09c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.2c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.1l0.1%2C0.1c0%2C0%2C0.1%2C0%2C0.1%2C0.1l0.1%2C0.1l0.2%2C0.1c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2%0A%09%09c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.4c0.1%2C0%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0.1%2C0.5%2C0.2%2C0.7%2C0.3l0.2%2C0.1c0.2%2C0.1%2C0.4%2C0.1%2C0.6%2C0.2L20%2C45.9l-1.5-3.5%0A%09%09c-0.1-0.3-0.4-0.5-0.7-0.6l-3.7-0.9L16.5%2C38z%20M22.7%2C40.8c-0.1%2C0-0.2-0.1-0.3-0.1c-0.1%2C0-0.2-0.1-0.3-0.1c-0.1%2C0-0.1%2C0-0.2-0.1%0A%09%09s-0.3-0.1-0.4-0.2h-0.1c-0.3-0.2-0.6-0.4-0.9-0.6c-0.2-0.1-0.3-0.3-0.5-0.4c-0.2-0.2-0.3-0.3-0.5-0.5l-0.1-0.1l-0.1-0.1%0A%09%09c-0.2-0.3-0.4-0.5-0.6-0.8l-0.1-0.1c-0.2-0.3-0.3-0.6-0.4-0.9L18%2C36.9l0.2-0.2c-0.1-0.4-0.3-0.7-0.3-1l0%2C0v-0.1%0A%09%09c-0.1-0.5-0.2-1-0.2-1.6c0-4%2C3.2-7.2%2C7.2-7.2l0%2C0c4%2C0%2C7.2%2C3.2%2C7.2%2C7.2c0%2C0.5-0.1%2C1.1-0.2%2C1.6v0.1c-0.1%2C0.4-0.2%2C0.7-0.3%2C1.1%0A%09%09c0%2C0%2C0%2C0%2C0%2C0.1c-0.1%2C0.3-0.3%2C0.6-0.5%2C0.9c0%2C0%2C0%2C0.1-0.1%2C0.1c-0.2%2C0.3-0.4%2C0.6-0.6%2C0.8l-0.1%2C0.1l-0.1%2C0.1c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5%0A%09%09c-0.1%2C0.1-0.3%2C0.3-0.4%2C0.4c-0.2%2C0.1-0.3%2C0.2-0.5%2C0.3c-0.1%2C0.1-0.3%2C0.2-0.5%2C0.3h-0.1c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.2l-0.2%2C0.1%0A%09%09c-0.1%2C0-0.2%2C0.1-0.3%2C0.1h-0.1c-0.1%2C0-0.2%2C0.1-0.2%2C0.1h-0.2c-0.1%2C0-0.3%2C0.1-0.4%2C0.1h-0.1c-0.4%2C0.1-0.7%2C0.1-1.1%2C0.1h-0.1%0A%09%09c-0.2%2C0-0.4%2C0-0.6%2C0h-0.1c-0.4%2C0-0.7-0.1-1.1-0.1h-0.1C23.1%2C41%2C22.9%2C40.9%2C22.7%2C40.8L22.7%2C40.8z%20M28%2C42.8l0.2-0.1%0A%09%09c0.2-0.1%2C0.5-0.2%2C0.7-0.3H29c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0.3-0.1%2C0.5-0.3%2C0.7-0.4c0.1-0.1%2C0.2-0.1%2C0.3-0.2l0.2-0.1%0A%09%09c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0%2C0%2C0.1%2C0%2C0.1-0.1l0%2C0l0.1-0.1c0.1%2C0%2C0.1-0.1%2C0.2-0.1s0.1-0.1%2C0.2-0.1l0.1-0.1c0.1-0.1%2C0.2-0.2%2C0.3-0.3%0A%09%09c0.1-0.1%2C0.3-0.3%2C0.4-0.4c0.1-0.1%2C0.2-0.3%2C0.4-0.4c0.1-0.1%2C0.2-0.3%2C0.3-0.4c0.1-0.2%2C0.3-0.4%2C0.4-0.6c0.1-0.1%2C0.1-0.2%2C0.2-0.3%0A%09%09c0.1-0.2%2C0.2-0.3%2C0.2-0.5L36%2C41l-3.7%2C0.9c-0.3%2C0.1-0.6%2C0.3-0.7%2C0.6L30.1%2C46l-2.7-3C27.6%2C42.9%2C27.8%2C42.9%2C28%2C42.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4.7%2C4.4v3.5h2.1V5.4h2.5V3.3H5.8C5.2%2C3.3%2C4.7%2C3.8%2C4.7%2C4.4z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M43%2C7.9h2.1V4.4c0-0.6-0.5-1.1-1.1-1.1h-3.5v2.1H43V7.9z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M45.1%2C30.7v-3.5H43v2.5h-2.5v2.1H44C44.6%2C31.8%2C45.1%2C31.3%2C45.1%2C30.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6.8%2C27.2H4.7v3.5c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h3.5v-2.1H6.8V27.2z%22%2F%3E%0A%09%3Crect%20fill%3D%22%23ffffff%22%20x%3D%2214.7%22%20y%3D%229.1%22%20width%3D%2220.2%22%20height%3D%222.1%22%2F%3E%0A%09%3Crect%20fill%3D%22%23ffffff%22%20x%3D%229.9%22%20y%3D%2214%22%20width%3D%2230.1%22%20height%3D%222.1%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M30.3%2C34c0-3-2.4-5.4-5.4-5.4S19.4%2C31%2C19.4%2C34s2.4%2C5.4%2C5.4%2C5.4C27.9%2C39.5%2C30.3%2C37%2C30.3%2C34z%20M21.4%2C34%20c0-1.9%2C1.6-3.5%2C3.5-3.5c1.9%2C0%2C3.5%2C1.6%2C3.5%2C3.5s-1.6%2C3.5-3.5%2C3.5C23%2C37.5%2C21.4%2C36%2C21.4%2C34z%22%2F%3E%0A%3C%2Fsvg%3E);background-position:center 12px;background-repeat:no-repeat;background-color:#1e84e4}.learndash-template-ld30.single-sfwd-courses .ld-alert.ld-alert-success.ld-alert-certificate .ld-alert-icon.ld-icon.ld-icon-certificate:before,.learndash-template-ld30.single-groups .ld-alert.ld-alert-success.ld-alert-certificate .ld-alert-icon.ld-icon.ld-icon-certificate:before{content:"";display:none}@media screen and (max-width:768px){.ld-table-list-item-quiz .ld-cvss-social-buttons{display:block;width:100%;margin:auto!important;text-align:center}.ld-table-list-item-quiz .ld-cvss-social-buttons-list{display:flex;width:100%;justify-content:center}.ld-item-list.ld-lesson-list .ld-table-list-item-quiz{justify-content:center;gap:20px}.learndash-template-ld30.single-sfwd-courses .ld-alert.ld-alert-success.ld-alert-certificate .ld-cvss-social-buttons,.learndash-template-ld30.single-groups .ld-alert.ld-alert-success.ld-alert-certificate .ld-cvss-social-buttons{margin:0 0 12px}.learndash-template-ld30.single-sfwd-courses .ld-alert.ld-alert-success.ld-alert-certificate .ld-cvss-social-buttons-list,.learndash-template-ld30.single-groups .ld-alert.ld-alert-success.ld-alert-certificate .ld-cvss-social-buttons-list{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}}#ld-profile #ld-main-course-list .ld-item-list-item .ld-table-list-item-preview .ld-certificate-link .ld-icon.ld-icon-certificate:before{content:"";display:none}.learndash-template-ld30.single-sfwd-courses .ld-table-list-items{overflow:visible!important}.learndash-template-ld30.single-sfwd-courses .ld-table-list-items .ld-table-list-item-quiz{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){.learndash-template-ld30.single-sfwd-courses .ld-table-list-items .ld-table-list-item-quiz{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.learndash-template-ld30.single-sfwd-courses .ld-table-list-items .ld-table-list-item-preview{-webkit-box-flex:0 1 100%;-moz-box-flex:0 1 100%;-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}.learndash-template-ld30.single-sfwd-courses .ld-table-list-items .ld-cvss-social-buttons{-webkit-box-flex:0 0 auto;-moz-box-flex:0 0 auto;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 10px 0 0}@media screen and (max-width:1024px){.ld-alert-certificate{flex-wrap:wrap!important;gap:20px;justify-content:center!important}.ld-alert-certificate .ld-alert-content{display:flex;gap:20px;justify-content:center!important}}@media screen and (max-width:768px){.ld-cvss-button.ld-cvss-button-download-certificate{margin:10px 0 0 0!important}.learndash-template-ld30.single-sfwd-courses .ld-table-list-items .ld-cvss-social-buttons{margin:0 10px 20px 0}.learndash-template-ld30.single-sfwd-courses .ld-table-list-items .ld-cvss-btn-blue{margin:0 0 20px!important}}.learndash-template-legacy.single-sfwd-courses .ld-cvss-social-buttons{margin:20px 0}.wpProQuiz_certificate{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center}.wpProQuiz_certificate .ld-cvss-social-buttons{margin:0 10px 0 0}.learndash-template-ld30.single-sfwd-quiz .wpProQuiz_certificate .ld-cvss-social-buttons-list{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.learndash_course_certificate .btn-blue,.ld-cvss-btn-blue,.wpProQuiz_certificate .btn-blue{position:relative;display:inline-block;min-width:130px!important;width:130px!important;height:40px!important;padding:5px 20px 5px 50px!important;margin:0!important;font-family:inherit!important;font-size:11px!important;font-weight:600!important;text-decoration:none!important;line-height:30px!important;color:#ffffff!important;-moz-border-radius:40px;-o-border-radius:40px;-ms-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;background-color:#1e84e4!important;opacity:1!important;-moz-transition:opacity 0.3s ease!important;-o-transition:opacity 0.3s ease!important;-ms-transition:opacity 0.3s ease!important;-webkit-transition:opacity 0.3s ease!important;transition:opacity 0.3s ease!important}.learndash_course_certificate .btn-blue:hover,.ld-cvss-btn-blue:hover,.wpProQuiz_certificate .btn-blue:hover{opacity:0.75!important}.learndash_course_certificate .btn-blue .ld-icon.ld-icon-download,.ld-cvss-btn-blue .ld-icon.ld-icon-download,.wpProQuiz_certificate .btn-blue .ld-icon.ld-icon-download{display:block;position:absolute;width:24px;height:24px;top:50%;left:18px;margin:-10px 0 0 0;background-image:url(data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224px%22%20%20height%3D%2224px%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2049%22%20style%3D%22enable-background%3Anew%200%200%2050%2049%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4.7%2C4.4v3.5h2.1V5.4h2.5V3.3H5.8C5.2%2C3.3%2C4.7%2C3.8%2C4.7%2C4.4z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M43%2C7.9h2.1V4.4c0-0.6-0.5-1.1-1.1-1.1h-3.5v2.1H43V7.9z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M45.1%2C30.7v-3.5H43v2.5h-2.5v2.1H44C44.6%2C31.8%2C45.1%2C31.3%2C45.1%2C30.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M6.8%2C27.2H4.7v3.5c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h3.5v-2.1H6.8V27.2z%22%2F%3E%0A%09%3Crect%20fill%3D%22%23ffffff%22%20x%3D%2214.8%22%20y%3D%229.1%22%20width%3D%2220.2%22%20height%3D%222.1%22%2F%3E%0A%09%3Crect%20fill%3D%22%23ffffff%22%20x%3D%229.9%22%20y%3D%2214%22%20width%3D%2230.1%22%20height%3D%222.1%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M48.7%2C0H1.1C0.5%2C0%2C0%2C0.5%2C0%2C1.1V34c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h14.6c0%2C0.2%2C0%2C0.3%2C0.1%2C0.5l-4.5%2C5.3%0A%09%09c-0.2%2C0.2-0.3%2C0.5-0.2%2C0.8c0%2C0.3%2C0.2%2C0.5%2C0.4%2C0.7c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2l4.9%2C1.2l2%2C4.6c0.2%2C0.4%2C0.6%2C0.6%2C1%2C0.6%0A%09%09c0.1%2C0%2C0.3%2C0%2C0.4-0.1c0.2-0.1%2C0.3-0.2%2C0.4-0.3l4.4-5.2l4.4%2C5.2c0.4%2C0.5%2C1.1%2C0.5%2C1.5%2C0.1c0.1-0.1%2C0.2-0.2%2C0.3-0.4l2-4.6l4.9-1.2%0A%09%09c0.6-0.1%2C0.9-0.7%2C0.8-1.3c0-0.2-0.1-0.3-0.2-0.4l-4.5-5.3c0-0.2%2C0.1-0.3%2C0.1-0.5h14.6c0.6%2C0%2C1.1-0.5%2C1.1-1.1V1.1%0A%09%09C49.8%2C0.5%2C49.3%2C0%2C48.7%2C0z%20M20%2C45.9l-1.5-3.5c-0.1-0.3-0.4-0.5-0.7-0.6l-3.7-0.9l2.4-2.9c0.1%2C0.2%2C0.2%2C0.3%2C0.2%2C0.5%0A%09%09c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.3c0.1%2C0.2%2C0.2%2C0.4%2C0.4%2C0.6c0.1%2C0.1%2C0.2%2C0.3%2C0.3%2C0.4c0.1%2C0.1%2C0.2%2C0.3%2C0.4%2C0.4c0.1%2C0.1%2C0.3%2C0.3%2C0.4%2C0.4%0A%09%09c0.1%2C0.1%2C0.2%2C0.2%2C0.3%2C0.3l0.1%2C0.1c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.2c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.1l0.1%2C0.1c0%2C0%2C0.1%2C0%2C0.1%2C0.1l0.1%2C0.1l0.2%2C0.1%0A%09%09c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.4c0.1%2C0%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0.1%2C0.5%2C0.2%2C0.7%2C0.3l0.2%2C0.1c0.2%2C0.1%2C0.4%2C0.1%2C0.6%2C0.2%0A%09%09L20%2C45.9z%20M36%2C41l-3.7%2C0.9c-0.3%2C0.1-0.6%2C0.3-0.7%2C0.6L30.1%2C46l-2.7-3c0.2-0.1%2C0.4-0.1%2C0.6-0.2l0.2-0.1c0.2-0.1%2C0.5-0.2%2C0.7-0.3H29%0A%09%09c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0.3-0.1%2C0.5-0.3%2C0.7-0.4c0.1-0.1%2C0.2-0.1%2C0.3-0.2l0.2-0.1c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0%2C0%2C0.1%2C0%2C0.1-0.1l0.1-0.1%0A%09%09c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0.1%2C0%2C0.1-0.1%2C0.2-0.1l0.1-0.1c0.1-0.1%2C0.2-0.2%2C0.3-0.3s0.3-0.3%2C0.4-0.4c0.1-0.1%2C0.2-0.3%2C0.4-0.4%0A%09%09c0.1-0.1%2C0.2-0.3%2C0.3-0.4c0.1-0.2%2C0.3-0.4%2C0.4-0.6c0.1-0.1%2C0.1-0.2%2C0.2-0.3c0.1-0.2%2C0.2-0.3%2C0.2-0.5L36%2C41z%20M47.6%2C32.9H34.2%0A%09%09c-0.1-0.5-0.2-1.1-0.3-1.6L32%2C33.2c0%2C0.3%2C0.1%2C0.6%2C0.1%2C0.8c0%2C0.5-0.1%2C1.1-0.2%2C1.6v0.1c-0.1%2C0.4-0.2%2C0.7-0.3%2C1.1c0%2C0%2C0%2C0%2C0%2C0.1%0A%09%09c-0.1%2C0.3-0.3%2C0.6-0.5%2C0.9c0%2C0%2C0%2C0.1-0.1%2C0.1c-0.2%2C0.3-0.4%2C0.6-0.6%2C0.8l-0.1%2C0.1l-0.1%2C0.1c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5%0A%09%09c-0.1%2C0.1-0.3%2C0.3-0.4%2C0.4c-0.2%2C0.1-0.3%2C0.2-0.5%2C0.3c-0.1%2C0.1-0.3%2C0.2-0.5%2C0.3h-0.1c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.2l-0.2%2C0.1%0A%09%09c-0.1%2C0-0.2%2C0.1-0.3%2C0.1h-0.1c-0.1%2C0-0.2%2C0.1-0.2%2C0.1h-0.2c-0.1%2C0-0.3%2C0.1-0.4%2C0.1h-0.1c-0.4%2C0.1-0.7%2C0.1-1.1%2C0.1h-0.1%0A%09%09c-0.2%2C0-0.4%2C0-0.6%2C0h-0.1c-0.4%2C0-0.7-0.1-1.1-0.1h-0.1c-0.1%2C0-0.3-0.1-0.5-0.1v-0.1c-0.1%2C0-0.2-0.1-0.3-0.1s-0.2-0.1-0.3-0.1%0A%09%09c-0.1%2C0-0.1%2C0-0.2-0.1s-0.3-0.1-0.4-0.2h-0.1c-0.3-0.2-0.6-0.4-0.9-0.6c-0.2-0.1-0.3-0.3-0.5-0.4c-0.2-0.2-0.3-0.3-0.5-0.5%0A%09%09l-0.1-0.1l-0.1-0.1c-0.2-0.3-0.4-0.5-0.6-0.8l-0.1-0.1c-0.2-0.3-0.3-0.6-0.4-0.9L18%2C36.9l0.2-0.2c-0.1-0.4-0.3-0.7-0.3-1v-0.1%0A%09%09c-0.1-0.5-0.2-1-0.2-1.6c0-4%2C3.2-7.2%2C7.2-7.2c1.5%2C0%2C2.9%2C0.5%2C4.1%2C1.3l1.5-1.5c-1.8-1.4-4-2.1-6.4-1.8c-4.4%2C0.4-7.9%2C3.8-8.4%2C8.2H2.1%0A%09%09V2.1h45.5V32.9z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M21.6%2C31.7L20%2C33.3l3.9%2C3.9c0.3%2C0.3%2C0.6%2C0.4%2C0.9%2C0.4c0.3%2C0%2C0.7-0.1%2C0.9-0.4l9.2-9.2l-1.6-1.6l-8.4%2C8.4%0A%09%09L21.6%2C31.7z%22%2F%3E%0A%3C%2Fsvg%3E);background-position:center center;background-repeat:no-repeat}.learndash_course_certificate .btn-blue .ld-icon.ld-icon-download:before,.ld-cvss-btn-blue .ld-icon.ld-icon-download:before,.wpProQuiz_certificate .btn-blue .ld-icon.ld-icon-download:before{display:none;content:""}#ld-profile #ld-main-course-list .ld-item-list-item .ld-item-details .ld-certificate-link,#ld-profile #ld-main-course-list .ld-item-list-item .ld-table-list-item-preview .ld-certificate-link{display:inline-block}#ld-profile #ld-main-course-list .ld-item-list-item .ld-item-details .ld-certificate-link .ld-icon.ld-icon-certificate,#ld-profile #ld-main-course-list .ld-item-list-item .ld-table-list-item-preview .ld-certificate-link .ld-icon.ld-icon-certificate{display:block;width:36px;height:36px;background-image:url(data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2236px%22%20height%3D%2236px%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2050%2049%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cpath%20fill%3D%22%231e84e4%22%20d%3D%22M48.7%2C0H1.1C0.5%2C0%2C0%2C0.5%2C0%2C1.1V34c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h14.6c0%2C0.2%2C0%2C0.3%2C0.1%2C0.5l-4.5%2C5.3%0A%09%09c-0.2%2C0.2-0.3%2C0.5-0.2%2C0.8c0%2C0.3%2C0.2%2C0.5%2C0.4%2C0.7c0.1%2C0.1%2C0.3%2C0.2%2C0.4%2C0.2l4.9%2C1.2l2%2C4.6c0.2%2C0.4%2C0.6%2C0.6%2C1%2C0.6%0A%09%09c0.1%2C0%2C0.3%2C0%2C0.4-0.1c0.2-0.1%2C0.3-0.2%2C0.4-0.3l4.4-5.2l4.4%2C5.2c0.4%2C0.5%2C1.1%2C0.5%2C1.5%2C0.1c0.1-0.1%2C0.2-0.2%2C0.3-0.4l2-4.6l4.9-1.2%0A%09%09c0.6-0.1%2C0.9-0.7%2C0.8-1.3c0-0.2-0.1-0.3-0.2-0.4l-4.5-5.3c0-0.2%2C0.1-0.3%2C0.1-0.5h14.6c0.6%2C0%2C1.1-0.5%2C1.1-1.1V1.1%0A%09%09C49.8%2C0.5%2C49.3%2C0%2C48.7%2C0z%20M2.1%2C32.9V2.1h45.5v30.8H34.2c-0.6-5-5-8.7-10.1-8.2c-4.4%2C0.4-7.9%2C3.8-8.4%2C8.2%0A%09%09C15.7%2C32.9%2C2.1%2C32.9%2C2.1%2C32.9z%20M16.5%2C38c0.1%2C0.2%2C0.2%2C0.3%2C0.2%2C0.5c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.3c0.1%2C0.2%2C0.2%2C0.4%2C0.4%2C0.6%0A%09%09c0.1%2C0.1%2C0.2%2C0.3%2C0.3%2C0.4c0.1%2C0.1%2C0.2%2C0.3%2C0.4%2C0.4c0.1%2C0.1%2C0.3%2C0.3%2C0.4%2C0.4c0.1%2C0.1%2C0.2%2C0.2%2C0.3%2C0.3l0.1%2C0.1%0A%09%09c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.2c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.1l0.1%2C0.1c0%2C0%2C0.1%2C0%2C0.1%2C0.1l0.1%2C0.1l0.2%2C0.1c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2%0A%09%09c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.4c0.1%2C0%2C0.2%2C0.1%2C0.3%2C0.1c0.2%2C0.1%2C0.5%2C0.2%2C0.7%2C0.3l0.2%2C0.1c0.2%2C0.1%2C0.4%2C0.1%2C0.6%2C0.2L20%2C45.9l-1.5-3.5%0A%09%09c-0.1-0.3-0.4-0.5-0.7-0.6l-3.7-0.9L16.5%2C38z%20M22.7%2C40.8c-0.1%2C0-0.2-0.1-0.3-0.1c-0.1%2C0-0.2-0.1-0.3-0.1c-0.1%2C0-0.1%2C0-0.2-0.1%0A%09%09s-0.3-0.1-0.4-0.2h-0.1c-0.3-0.2-0.6-0.4-0.9-0.6c-0.2-0.1-0.3-0.3-0.5-0.4c-0.2-0.2-0.3-0.3-0.5-0.5l-0.1-0.1l-0.1-0.1%0A%09%09c-0.2-0.3-0.4-0.5-0.6-0.8l-0.1-0.1c-0.2-0.3-0.3-0.6-0.4-0.9L18%2C36.9l0.2-0.2c-0.1-0.4-0.3-0.7-0.3-1l0%2C0v-0.1%0A%09%09c-0.1-0.5-0.2-1-0.2-1.6c0-4%2C3.2-7.2%2C7.2-7.2l0%2C0c4%2C0%2C7.2%2C3.2%2C7.2%2C7.2c0%2C0.5-0.1%2C1.1-0.2%2C1.6v0.1c-0.1%2C0.4-0.2%2C0.7-0.3%2C1.1%0A%09%09c0%2C0%2C0%2C0%2C0%2C0.1c-0.1%2C0.3-0.3%2C0.6-0.5%2C0.9c0%2C0%2C0%2C0.1-0.1%2C0.1c-0.2%2C0.3-0.4%2C0.6-0.6%2C0.8l-0.1%2C0.1l-0.1%2C0.1c-0.2%2C0.2-0.3%2C0.3-0.5%2C0.5%0A%09%09c-0.1%2C0.1-0.3%2C0.3-0.4%2C0.4c-0.2%2C0.1-0.3%2C0.2-0.5%2C0.3c-0.1%2C0.1-0.3%2C0.2-0.5%2C0.3h-0.1c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.2l-0.2%2C0.1%0A%09%09c-0.1%2C0-0.2%2C0.1-0.3%2C0.1h-0.1c-0.1%2C0-0.2%2C0.1-0.2%2C0.1h-0.2c-0.1%2C0-0.3%2C0.1-0.4%2C0.1h-0.1c-0.4%2C0.1-0.7%2C0.1-1.1%2C0.1h-0.1%0A%09%09c-0.2%2C0-0.4%2C0-0.6%2C0h-0.1c-0.4%2C0-0.7-0.1-1.1-0.1h-0.1C23.1%2C41%2C22.9%2C40.9%2C22.7%2C40.8L22.7%2C40.8z%20M28%2C42.8l0.2-0.1%0A%09%09c0.2-0.1%2C0.5-0.2%2C0.7-0.3H29c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0.3-0.1%2C0.5-0.3%2C0.7-0.4c0.1-0.1%2C0.2-0.1%2C0.3-0.2l0.2-0.1%0A%09%09c0.1%2C0%2C0.1-0.1%2C0.2-0.1c0%2C0%2C0.1%2C0%2C0.1-0.1l0%2C0l0.1-0.1c0.1%2C0%2C0.1-0.1%2C0.2-0.1s0.1-0.1%2C0.2-0.1l0.1-0.1c0.1-0.1%2C0.2-0.2%2C0.3-0.3%0A%09%09c0.1-0.1%2C0.3-0.3%2C0.4-0.4c0.1-0.1%2C0.2-0.3%2C0.4-0.4c0.1-0.1%2C0.2-0.3%2C0.3-0.4c0.1-0.2%2C0.3-0.4%2C0.4-0.6c0.1-0.1%2C0.1-0.2%2C0.2-0.3%0A%09%09c0.1-0.2%2C0.2-0.3%2C0.2-0.5L36%2C41l-3.7%2C0.9c-0.3%2C0.1-0.6%2C0.3-0.7%2C0.6L30.1%2C46l-2.7-3C27.6%2C42.9%2C27.8%2C42.9%2C28%2C42.8z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%231e84e4%22%20d%3D%22M4.7%2C4.4v3.5h2.1V5.4h2.5V3.3H5.8C5.2%2C3.3%2C4.7%2C3.8%2C4.7%2C4.4z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%231e84e4%22%20d%3D%22M43%2C7.9h2.1V4.4c0-0.6-0.5-1.1-1.1-1.1h-3.5v2.1H43V7.9z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%231e84e4%22%20d%3D%22M45.1%2C30.7v-3.5H43v2.5h-2.5v2.1H44C44.6%2C31.8%2C45.1%2C31.3%2C45.1%2C30.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%231e84e4%22%20d%3D%22M6.8%2C27.2H4.7v3.5c0%2C0.6%2C0.5%2C1.1%2C1.1%2C1.1h3.5v-2.1H6.8V27.2z%22%2F%3E%0A%09%3Crect%20fill%3D%22%231e84e4%22%20x%3D%2214.7%22%20y%3D%229.1%22%20width%3D%2220.2%22%20height%3D%222.1%22%2F%3E%0A%09%3Crect%20fill%3D%22%231e84e4%22%20x%3D%229.9%22%20y%3D%2214%22%20width%3D%2230.1%22%20height%3D%222.1%22%2F%3E%0A%09%3Cpath%20fill%3D%22%231e84e4%22%20d%3D%22M30.3%2C34c0-3-2.4-5.4-5.4-5.4S19.4%2C31%2C19.4%2C34s2.4%2C5.4%2C5.4%2C5.4C27.9%2C39.5%2C30.3%2C37%2C30.3%2C34z%20M21.4%2C34%20c0-1.9%2C1.6-3.5%2C3.5-3.5c1.9%2C0%2C3.5%2C1.6%2C3.5%2C3.5s-1.6%2C3.5-3.5%2C3.5C23%2C37.5%2C21.4%2C36%2C21.4%2C34z%22%2F%3E%0A%3C%2Fsvg%3E);background-position:center center;background-repeat:no-repeat}#ld-profile #ld-main-course-list .ld-item-list-item .ld-item-details .ld-certificate-link .ld-icon.ld-icon-certificate:before,#ld-profile #ld-main-course-list .ld-item-list-item .ld-table-list-item-preview .ld-certificate-link .ld-icon.ld-icon-certificate:before{content:"";display:none}@media screen and (max-width:768px){#ld-profile #ld-main-course-list .ld-item-list-item .ld-table-list-item-preview .ld-table-list-column-certificate .ld-column-label{vertical-align:top}#ld-profile #ld-main-course-list .ld-item-list-item .ld-table-list-item-preview .ld-certificate-link .ld-icon.ld-icon-certificate{margin-left:10px}}.ld-cvss-social-buttons-list{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end;margin:0!important;padding:0!important;list-style:none!important}.ld-cvss-social-button{margin:0!important}.ld-item-list-item-quiz .btn-blue.ld-cvss-btn-blue{margin-left:20px!important}.ld-cvss-social-buttons-list{margin-bottom:15px}.ld-cvss-social-buttons{margin:auto!important}.ld-cvss-social-button+.ld-cvss-social-button{margin:0 0 0 20px!important}.ld-cvss-social-button .ld-cvss-social-button-icon{display:inline-flex;align-items:center;justify-content:center}.ld-cvss-social-button-link-twitter,.ld-cvss-social-button-link-facebook,.ld-cvss-social-button-link-linkedin,.ld-cvss-social-button-link-copy{display:flex;width:20px;height:20px;position:relative}.ld-cvss-social-button-icon.twitter:before{content:"";width:20px;height:20px;background-image:url(/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/../images/ld-cvss-twitter-icon.svg);background-repeat:no-repeat;background-size:cover}.fa-calendar-days{content:"";width:30px;height:30px;background-image:url(/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/../images/calendar.svg);background-repeat:no-repeat;background-size:cover}.ld-cvss-social-button-icon.facebook:before{content:"";width:20px;height:20px;background-image:url(/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/../images/ld-cvss-facebook-icon.svg);background-repeat:no-repeat;background-size:cover}.ld-cvss-social-button-link-copy .ld-cvss-social-button-icon.copy:before{content:"";width:20px;height:20px;background-image:url(/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/../images/ld-cvss-social-copy.svg);background-repeat:no-repeat;background-size:cover}.ld-cvss-social-button-icon.linkedin:before{content:"";width:20px;height:20px;background-image:url(/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/../images/ld-cvss-linkedin-icon.svg);background-repeat:no-repeat;background-size:cover}.ld-cvss-social-button-icon.linkedin-profile:before{content:"";width:20px;height:20px;background-image:url(/wp-content/plugins/learndash-certificate-verify-and-share/assets/css/../images/ld-cvss-profile-linkedin-icon.svg);background-repeat:no-repeat;background-size:cover}.ld-cvss-social-button.ld-cvss-social-button-linkedin-profile{width:108px;height:40px}.ld-cvss-button.ld-cvss-button-linkedin-profile{display:inline-flex!important;align-items:center!important;justify-content:center!important;column-gap:11px!important;padding:8px 20px!important;margin-left:0!important;font-family:inherit!important;font-size:11px!important;font-weight:400!important;line-height:12px!important;text-decoration:none!important;color:#ffffff!important;background-color:#2867B2!important;-moz-border-radius:20px!important;-o-border-radius:20px!important;-ms-border-radius:20px!important;-webkit-border-radius:20px!important;border-radius:20px!important;opacity:1!important;-moz-transition:opacity 0.3s ease!important;-o-transition:opacity 0.3s ease!important;-ms-transition:opacity 0.3s ease!important;-webkit-transition:opacity 0.3s ease!important;transition:opacity 0.3s ease!important;height:40px!important}.ld-cvss-button.ld-cvss-button-linkedin-profile:hover{opacity:0.75!important}.ld-cvss-social-button:hover .ld-cvss-social-button-link-tooltip:before,.ld-cvss-social-button:active .ld-cvss-social-button-link-tooltip:before{display:block}.ld-cvss-social-button .ld-cvss-social-button-link-tooltip:before{display:none;content:attr(data-title);position:absolute;width:100px;top:-200%;left:50%;margin-left:-50px;padding:3px 0;font-family:inherit;font-size:11px;text-align:center;color:#fff;background-color:#495255;border-radius:24px}.ld_certificate_share .ld-cvss-social-button .ld-cvss-social-button-link-tooltip:before{z-index:9999999;top:-45%!important}@media screen and (max-width:640px){.single-sfwd-quiz .wpProQuiz_certificate{flex-direction:column!important;gap:10px!important}.ld-item-list-item-quiz .ld-item-list-item-preview{gap:10px;text-align:center}.ld-item-list-item-quiz .btn-blue.ld-cvss-btn-blue{margin:10px auto 0 auto!important}}
/*!/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/swiper-bundle.min.css*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/spectra-block-positioning.min.css*/
body .wp-block-uagb-container.uagb-position__sticky{transition-property:top,bottom;transition-duration:250ms;transition-timing-function:ease}body .wp-block-uagb-container.uagb-position__sticky--stuck{position:fixed;margin:0!important}body .wp-block-uagb-container.uagb-position__sticky--restricted{position:absolute;margin:0!important}
/*!/wp-content/cache/asset-cleanup/css/item/content__uploads__uag-plugin__assets__26000__uag-css-26224-css-vffc68b3e9f6ceca3a7cdc19cb87ca7db21c9c9b7.css*/
/*!/wp-content/uploads/uag-plugin/assets/26000/uag-css-26224.css*/.uagb-swiper{position:relative;overflow:hidden}.uagb-slider-container{position:relative;width:100%;min-width:0;transition:box-shadow 0.2s ease}.uagb-slider-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.uagb-slider-container .swiper-button-next.swiper-button-disabled,.uagb-slider-container .swiper-button-prev.swiper-button-disabled{pointer-events:all}.uagb-slider-container .swiper-pagination.swiper-pagination-bullets{max-width:100%}.uagb-slider-container .swiper-button-prev,.uagb-slider-container .swiper-button-next{border-style:none;background:#efefef}.wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container .spectra-container-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto!important;margin-right:auto!important}.wp-block-uagb-container .wp-block-uagb-blockquote,.wp-block-uagb-container .wp-block-spectra-pro-login,.wp-block-uagb-container .wp-block-spectra-pro-register{margin:unset}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-container.uagb-layout-grid{display:grid;width:100%}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap{display:inherit;width:inherit}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container{max-width:unset!important;width:unset!important}.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container{max-width:unset!important;width:unset!important}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container{max-width:unset!important;width:unset!important}.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:inherit;position:relative;box-sizing:border-box;margin-left:auto!important;margin-right:auto!important}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap){min-width:unset!important;width:100%;position:relative}body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol{max-width:-webkit-fill-available;margin-block-start:0;margin-block-end:0;margin-left:20px}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media only screen and (max-width:767px){.wp-block-uagb-container .wp-block-uagb-advanced-heading{width:-webkit-fill-available}}.wp-block-uagb-image--align-none{justify-content:center}.wp-block-uagb-image{display:flex}.wp-block-uagb-image__figure{position:relative;display:flex;flex-direction:column;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;display:flex;max-width:100%;transition:box-shadow 0.2s ease}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:.5em;margin-bottom:1em}.wp-block-uagb-image .components-placeholder.block-editor-media-placeholder .components-placeholder__instructions{align-self:center}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100%!important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:.2;background:rgb(0 0 0 / .5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s,opacity 0.35s ease-in-out;transform:translate3d(0,24px,0);margin:0;line-height:1em}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s,opacity 0.4s ease-in-out;transform:translate3d(0,30px,0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s,opacity 0.45s ease-in-out;transform:translate3d(0,35px,0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0,0,0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{width:calc(100% + 40px)!important;max-width:none!important;transform:translate3d(-40px,0,0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:translate3d(0,0,0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}.uagb-slider-container.uagb-block-7f8dce37{box-shadow:0 0 0 #00000070;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.uagb-slider-container.uagb-block-7f8dce37.uagb-slider-container{border-color:#4B4F58}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-next:after{font-size:16px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-prev:after{font-size:16px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-pagination-bullet{background-color:#1d5a39}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-prev{left:-20px}.uagb-slider-container.uagb-block-7f8dce37.uagb-slider-container .swiper-button-prev{border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;color:#1d5a39;background-color:#0000;width:46px;height:46px;line-height:46px}.uagb-slider-container.uagb-block-7f8dce37.uagb-slider-container .swiper-button-next{border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;color:#1d5a39;background-color:#0000;width:46px;height:46px;line-height:46px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-next{right:-20px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-wrapper{align-items:center;min-height:150px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-pagination{bottom:20px}.uagb-slider-container.uagb-block-7f8dce37:hover{box-shadow:0 0 0 #00000070}.uagb-block-1200d276 .swiper-content{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-block-5e1dbbe7 .uagb-container__shape-top svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-5e1dbbe7 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-5e1dbbe7 .uagb-container__shape-bottom svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-5e1dbbe7 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-5e1dbbe7 .uagb-container__video-wrap video{opacity:1}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5e1dbbe7{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-5e1dbbe7>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1140px);max-width:var(--inner-content-custom-width);width:100%;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;row-gap:20px;column-gap:20px}.wp-block-uagb-container.uagb-block-5e1dbbe7{box-shadow:0 0 #00000070;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;overflow:visible;order:initial;border-color:inherit;row-gap:20px;column-gap:20px}.uagb-block-254f8fa5.wp-block-uagb-image--layout-default figure img{box-shadow:0 0 0 #00000070}.uagb-block-254f8fa5.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style:normal;align-self:center}.uagb-block-254f8fa5.wp-block-uagb-image--layout-overlay figure img{box-shadow:0 0 0 #00000070}.uagb-block-254f8fa5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:.2}.uagb-block-254f8fa5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left:15px;right:15px;top:15px;bottom:15px}.uagb-block-254f8fa5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style:normal;color:#fff;opacity:1}.uagb-block-254f8fa5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color:#fff}.uagb-block-254f8fa5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0}.uagb-block-254f8fa5.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.uagb-block-254f8fa5.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;opacity:0}.uagb-block-254f8fa5.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-254f8fa5.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:1}.uagb-block-254f8fa5.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity:1}.uagb-block-254f8fa5.wp-block-uagb-image--layout-default figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-254f8fa5.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-10542d45 .swiper-content{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-block-0a7e1748 .uagb-container__shape-top svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-0a7e1748 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-0a7e1748 .uagb-container__shape-bottom svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-0a7e1748 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-0a7e1748 .uagb-container__video-wrap video{opacity:1}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0a7e1748{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0a7e1748>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1140px);max-width:var(--inner-content-custom-width);width:100%;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;row-gap:20px;column-gap:20px}.wp-block-uagb-container.uagb-block-0a7e1748{box-shadow:0 0 #00000070;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;overflow:visible;order:initial;border-color:inherit;row-gap:20px;column-gap:20px}.uagb-block-516e671c.wp-block-uagb-image--layout-default figure img{box-shadow:0 0 0 #00000070}.uagb-block-516e671c.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style:normal;align-self:center}.uagb-block-516e671c.wp-block-uagb-image--layout-overlay figure img{box-shadow:0 0 0 #00000070}.uagb-block-516e671c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:.2}.uagb-block-516e671c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left:15px;right:15px;top:15px;bottom:15px}.uagb-block-516e671c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style:normal;color:#fff;opacity:1}.uagb-block-516e671c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color:#fff}.uagb-block-516e671c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0}.uagb-block-516e671c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.uagb-block-516e671c.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;opacity:0}.uagb-block-516e671c.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-516e671c.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:1}.uagb-block-516e671c.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity:1}.uagb-block-516e671c.wp-block-uagb-image--layout-default figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-516e671c.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-1e63a4d2 .swiper-content{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-block-39a63900 .uagb-container__shape-top svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-39a63900 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-39a63900 .uagb-container__shape-bottom svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-39a63900 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-39a63900 .uagb-container__video-wrap video{opacity:1}.wp-block-uagb-container.uagb-is-root-container .uagb-block-39a63900{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-39a63900>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1140px);max-width:var(--inner-content-custom-width);width:100%;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;row-gap:20px;column-gap:20px}.wp-block-uagb-container.uagb-block-39a63900{box-shadow:0 0 #00000070;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;overflow:visible;order:initial;border-color:inherit;row-gap:20px;column-gap:20px}.uagb-block-2efca0a2.wp-block-uagb-image--layout-default figure img{box-shadow:0 0 0 #00000070}.uagb-block-2efca0a2.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style:normal;align-self:center}.uagb-block-2efca0a2.wp-block-uagb-image--layout-overlay figure img{box-shadow:0 0 0 #00000070}.uagb-block-2efca0a2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:.2}.uagb-block-2efca0a2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left:15px;right:15px;top:15px;bottom:15px}.uagb-block-2efca0a2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style:normal;color:#fff;opacity:1}.uagb-block-2efca0a2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color:#fff}.uagb-block-2efca0a2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0}.uagb-block-2efca0a2.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.uagb-block-2efca0a2.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;opacity:0}.uagb-block-2efca0a2.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-2efca0a2.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:1}.uagb-block-2efca0a2.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity:1}.uagb-block-2efca0a2.wp-block-uagb-image--layout-default figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-2efca0a2.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-69af9fbb .swiper-content{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-block-5e5513cc .uagb-container__shape-top svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-5e5513cc .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-5e5513cc .uagb-container__shape-bottom svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-5e5513cc .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-5e5513cc .uagb-container__video-wrap video{opacity:1}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5e5513cc{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-5e5513cc>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1140px);max-width:var(--inner-content-custom-width);width:100%;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;row-gap:20px;column-gap:20px}.wp-block-uagb-container.uagb-block-5e5513cc{box-shadow:0 0 #00000070;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;overflow:visible;order:initial;border-color:inherit;row-gap:20px;column-gap:20px}.uagb-block-531cfdfe.wp-block-uagb-image--layout-default figure img{box-shadow:0 0 0 #00000070}.uagb-block-531cfdfe.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style:normal;align-self:center}.uagb-block-531cfdfe.wp-block-uagb-image--layout-overlay figure img{box-shadow:0 0 0 #00000070}.uagb-block-531cfdfe.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:.2}.uagb-block-531cfdfe.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left:15px;right:15px;top:15px;bottom:15px}.uagb-block-531cfdfe.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style:normal;color:#fff;opacity:1}.uagb-block-531cfdfe.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color:#fff}.uagb-block-531cfdfe.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0}.uagb-block-531cfdfe.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.uagb-block-531cfdfe.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;opacity:0}.uagb-block-531cfdfe.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-531cfdfe.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:1}.uagb-block-531cfdfe.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity:1}.uagb-block-531cfdfe.wp-block-uagb-image--layout-default figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-531cfdfe.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-a8f48679 .swiper-content{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-block-55a6b0f9 .uagb-container__shape-top svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-55a6b0f9 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-55a6b0f9 .uagb-container__shape-bottom svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-55a6b0f9 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-55a6b0f9 .uagb-container__video-wrap video{opacity:1}.wp-block-uagb-container.uagb-is-root-container .uagb-block-55a6b0f9{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-55a6b0f9>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1140px);max-width:var(--inner-content-custom-width);width:100%;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;row-gap:20px;column-gap:20px}.wp-block-uagb-container.uagb-block-55a6b0f9{box-shadow:0 0 #00000070;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;overflow:visible;order:initial;border-color:inherit;row-gap:20px;column-gap:20px}.uagb-block-68b1c330.wp-block-uagb-image--layout-default figure img{box-shadow:0 0 0 #00000070}.uagb-block-68b1c330.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style:normal;align-self:center}.uagb-block-68b1c330.wp-block-uagb-image--layout-overlay figure img{box-shadow:0 0 0 #00000070}.uagb-block-68b1c330.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:.2}.uagb-block-68b1c330.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left:15px;right:15px;top:15px;bottom:15px}.uagb-block-68b1c330.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style:normal;color:#fff;opacity:1}.uagb-block-68b1c330.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color:#fff}.uagb-block-68b1c330.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0}.uagb-block-68b1c330.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.uagb-block-68b1c330.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;opacity:0}.uagb-block-68b1c330.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-68b1c330.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:1}.uagb-block-68b1c330.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity:1}.uagb-block-68b1c330.wp-block-uagb-image--layout-default figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-68b1c330.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-f9ceaa8a .swiper-content{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-block-97737f95 .uagb-container__shape-top svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-97737f95 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-97737f95 .uagb-container__shape-bottom svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-97737f95 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-97737f95 .uagb-container__video-wrap video{opacity:1}.wp-block-uagb-container.uagb-is-root-container .uagb-block-97737f95{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-97737f95>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1140px);max-width:var(--inner-content-custom-width);width:100%;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;row-gap:20px;column-gap:20px}.wp-block-uagb-container.uagb-block-97737f95{box-shadow:0 0 #00000070;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;overflow:visible;order:initial;border-color:inherit;row-gap:20px;column-gap:20px}.uagb-block-6ef0cd9c.wp-block-uagb-image--layout-default figure img{box-shadow:0 0 0 #00000070}.uagb-block-6ef0cd9c.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style:normal;align-self:center}.uagb-block-6ef0cd9c.wp-block-uagb-image--layout-overlay figure img{box-shadow:0 0 0 #00000070}.uagb-block-6ef0cd9c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:.2}.uagb-block-6ef0cd9c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left:15px;right:15px;top:15px;bottom:15px}.uagb-block-6ef0cd9c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style:normal;color:#fff;opacity:1}.uagb-block-6ef0cd9c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color:#fff}.uagb-block-6ef0cd9c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0}.uagb-block-6ef0cd9c.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.uagb-block-6ef0cd9c.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;opacity:0}.uagb-block-6ef0cd9c.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-6ef0cd9c.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:1}.uagb-block-6ef0cd9c.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity:1}.uagb-block-6ef0cd9c.wp-block-uagb-image--layout-default figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-6ef0cd9c.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-3d9ad86f .swiper-content{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-block-339f467b .uagb-container__shape-top svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-339f467b .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-339f467b .uagb-container__shape-bottom svg{width:calc(100% + 1.3px)}.wp-block-uagb-container.uagb-block-339f467b .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill:rgb(51 51 51)}.wp-block-uagb-container.uagb-block-339f467b .uagb-container__video-wrap video{opacity:1}.wp-block-uagb-container.uagb-is-root-container .uagb-block-339f467b{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-339f467b>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1140px);max-width:var(--inner-content-custom-width);width:100%;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;row-gap:20px;column-gap:20px}.wp-block-uagb-container.uagb-block-339f467b{box-shadow:0 0 #00000070;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;overflow:visible;order:initial;border-color:inherit;row-gap:20px;column-gap:20px}.uagb-block-5a4767f9.wp-block-uagb-image--layout-default figure img{box-shadow:0 0 0 #00000070}.uagb-block-5a4767f9.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style:normal;align-self:center}.uagb-block-5a4767f9.wp-block-uagb-image--layout-overlay figure img{box-shadow:0 0 0 #00000070}.uagb-block-5a4767f9.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:.2}.uagb-block-5a4767f9.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left:15px;right:15px;top:15px;bottom:15px}.uagb-block-5a4767f9.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style:normal;color:#fff;opacity:1}.uagb-block-5a4767f9.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color:#fff}.uagb-block-5a4767f9.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0}.uagb-block-5a4767f9.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.uagb-block-5a4767f9.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;opacity:0}.uagb-block-5a4767f9.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-5a4767f9.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:1}.uagb-block-5a4767f9.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity:1}.uagb-block-5a4767f9.wp-block-uagb-image--layout-default figure:hover img{box-shadow:0 0 0 #00000070}.uagb-block-5a4767f9.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow:0 0 0 #00000070}@media only screen and (max-width:976px){.uagb-slider-container.uagb-block-7f8dce37{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-prev:after{font-size:16px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-next:after{font-size:16px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-prev{left:-20px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-next{right:-20px}.uagb-slider-container.uagb-block-7f8dce37.uagb-slider-container .swiper-button-prev{width:46px;height:46px;line-height:46px}.uagb-slider-container.uagb-block-7f8dce37.uagb-slider-container .swiper-button-next{width:46px;height:46px;line-height:46px}.uagb-block-1200d276 .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5e1dbbe7{width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-5e1dbbe7>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1024px);max-width:var(--inner-content-custom-width);width:100%}.wp-block-uagb-container.uagb-block-5e1dbbe7{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-254f8fa5.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-10542d45 .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0a7e1748{width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0a7e1748>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1024px);max-width:var(--inner-content-custom-width);width:100%}.wp-block-uagb-container.uagb-block-0a7e1748{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-516e671c.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-1e63a4d2 .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-39a63900{width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-39a63900>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1024px);max-width:var(--inner-content-custom-width);width:100%}.wp-block-uagb-container.uagb-block-39a63900{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-2efca0a2.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-69af9fbb .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5e5513cc{width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-5e5513cc>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1024px);max-width:var(--inner-content-custom-width);width:100%}.wp-block-uagb-container.uagb-block-5e5513cc{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-531cfdfe.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-a8f48679 .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-55a6b0f9{width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-55a6b0f9>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1024px);max-width:var(--inner-content-custom-width);width:100%}.wp-block-uagb-container.uagb-block-55a6b0f9{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-68b1c330.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-f9ceaa8a .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-97737f95{width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-97737f95>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1024px);max-width:var(--inner-content-custom-width);width:100%}.wp-block-uagb-container.uagb-block-97737f95{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-6ef0cd9c.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-3d9ad86f .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-339f467b{width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-339f467b>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 1024px);max-width:var(--inner-content-custom-width);width:100%}.wp-block-uagb-container.uagb-block-339f467b{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-5a4767f9.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}}@media only screen and (max-width:767px){.uagb-slider-container.uagb-block-7f8dce37{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-prev:after{font-size:16px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-next:after{font-size:16px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-prev{left:-20px}.uagb-slider-container.uagb-block-7f8dce37 .swiper-button-next{right:-20px}.uagb-slider-container.uagb-block-7f8dce37.uagb-slider-container .swiper-button-prev{width:46px;height:46px;line-height:46px}.uagb-slider-container.uagb-block-7f8dce37.uagb-slider-container .swiper-button-next{width:46px;height:46px;line-height:46px}.uagb-block-1200d276 .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5e1dbbe7{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-5e1dbbe7>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 767px);max-width:var(--inner-content-custom-width);width:100%;flex-wrap:wrap}.wp-block-uagb-container.uagb-block-5e1dbbe7{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-254f8fa5.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-10542d45 .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0a7e1748{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0a7e1748>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 767px);max-width:var(--inner-content-custom-width);width:100%;flex-wrap:wrap}.wp-block-uagb-container.uagb-block-0a7e1748{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-516e671c.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-1e63a4d2 .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-39a63900{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-39a63900>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 767px);max-width:var(--inner-content-custom-width);width:100%;flex-wrap:wrap}.wp-block-uagb-container.uagb-block-39a63900{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-2efca0a2.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-69af9fbb .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-5e5513cc{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-5e5513cc>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 767px);max-width:var(--inner-content-custom-width);width:100%;flex-wrap:wrap}.wp-block-uagb-container.uagb-block-5e5513cc{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-531cfdfe.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-a8f48679 .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-55a6b0f9{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-55a6b0f9>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 767px);max-width:var(--inner-content-custom-width);width:100%;flex-wrap:wrap}.wp-block-uagb-container.uagb-block-55a6b0f9{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-68b1c330.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-f9ceaa8a .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-97737f95{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-97737f95>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 767px);max-width:var(--inner-content-custom-width);width:100%;flex-wrap:wrap}.wp-block-uagb-container.uagb-block-97737f95{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-6ef0cd9c.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}.uagb-block-3d9ad86f .swiper-content{padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}.wp-block-uagb-container.uagb-is-root-container .uagb-block-339f467b{max-width:100%;width:100%}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-339f467b>.uagb-container-inner-blocks-wrap{--inner-content-custom-width:min( 100%, 767px);max-width:var(--inner-content-custom-width);width:100%;flex-wrap:wrap}.wp-block-uagb-container.uagb-block-339f467b{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;margin-top:!important;margin-bottom:!important;order:initial}.uagb-block-5a4767f9.wp-block-uagb-image .wp-block-uagb-image__figure img{width:px;height:auto}}.uag-blocks-common-selector{z-index:var(--z-index-desktop)!important}@media (max-width:976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet)!important}}@media (max-width:767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile)!important}}
/*!/wp-content/cache/asset-cleanup/css/item/widget-google-reviews__assets__css__public-main-css-v09063ba6919bb26c6b4bea7e32d56136ade22294.css*/
/*!/wp-content/plugins/widget-google-reviews/assets/css/public-main.css*/.wpac,.wpac a,.wpac abbr,.wpac acronym,.wpac address,.wpac applet,.wpac b,.wpac big,.wpac blockquote,.wpac caption,.wpac cite,.wpac code,.wpac dd,.wpac del,.wpac dfn,.wpac div,.wpac dl,.wpac dt,.wpac em,.wpac fieldset,.wpac font,.wpac form,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac hr,.wpac i,.wpac img,.wpac input,.wpac ins,.wpac kbd,.wpac label,.wpac legend,.wpac li,.wpac object,.wpac ol,.wpac option,.wpac p,.wpac pre,.wpac q,.wpac s,.wpac samp,.wpac select,.wpac small,.wpac span,.wpac strike,.wpac strong,.wpac sub,.wpac sup,.wpac table,.wpac tbody,.wpac td,.wpac textarea,.wpac tfoot,.wpac th,.wpac thead,.wpac tr,.wpac tt,.wpac ul,.wpac var{background-attachment:scroll!important;background-color:transparent!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-color:#000!important;border-color:currentColor!important;border-radius:0!important;border-style:none!important;border-width:medium!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1;outline:invert none medium!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;text-shadow:none!important;-webkit-transition:none!important;transition:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.wpac,.wpac address,.wpac blockquote,.wpac caption,.wpac dd,.wpac div,.wpac dl,.wpac dt,.wpac fieldset,.wpac form,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac hr,.wpac ol,.wpac option,.wpac p,.wpac pre,.wpac select,.wpac textarea,.wpac ul{display:block}.wpac table{display:table}.wpac tbody{display:table-row-group}.wpac tr{display:table-row}.wpac td{display:table-cell}.wpac ul{list-style-type:none!important}.wpac li{display:list-item;min-height:auto!important;min-width:auto!important}.wpac a,.wpac a *,.wpac input[type=checkbox],.wpac input[type=radio],.wpac input[type=submit],.wpac select{cursor:pointer!important}.wpac a:hover{text-decoration:none!important}.wpac button,.wpac input[type=submit]{height:auto!important;text-align:center!important}.wpac input[type=hidden]{display:none}.wpac select{-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important}.wpac input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.wpac input[type=checkbox]:after,.wpac input[type=checkbox]:before{content:none!important;border:0!important}.wpac input[type=radio]{-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.wpac input[type=radio]:after,.wpac input[type=radio]:before{content:none!important;border:0!important}.wpac li:after,.wpac li:before{content:""!important}.wpac input,.wpac select{vertical-align:middle!important}.wpac input,.wpac select,.wpac textarea{border:1px solid #ccc!important}.wpac table{border-collapse:collapse!important;border-spacing:0!important}.wpac [dir=rtl]{direction:rtl!important}.wpac img{border:0!important}.wpac svg{vertical-align:middle!important;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.wpac{font-size:14px!important;line-height:20px!important;direction:inherit!important;text-align:inherit!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;color:#333!important;font-style:normal!important;font-weight:400!important;text-decoration:none!important;list-style-type:disc!important}.wp-gr{--rev-gap:4px;--rev-padding:4px;--media-gap:8px;--media-size:40px;--media-lines:2}.wp-gr .wp-google-badge{display:inline-block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;box-shadow:0 2px 5px 0 rgb(0 0 0 / .26)!important}.wp-gr .wp-google-badge-fixed{position:fixed!important;right:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important;box-shadow:0 2px 5px 0 rgb(0 0 0 / .26)!important}.wp-gr .wp-google-badge_left-fixed{position:fixed!important;left:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important}.wp-gr .wp-google-badge *{cursor:pointer!important}.wp-gr .wp-google-border{width:100%!important;height:6px!important;background:#4fce6a!important;border-radius:2px 2px 0 0!important}.wp-gr .wp-google-badge-btn{position:relative!important;padding:10px!important;background:#fff!important;transition:all .2s ease-in-out!important;border-radius:2px!important}.wp-gr .wp-google-badge-btn:hover{background:#f3f3f5!important}.wp-gr .wp-google-badge-score{display:inline-block;margin:0 0 0 4px!important;vertical-align:middle!important}.wp-gr .wp-google-rating{color:var(--star-color,#fb8e28)!important;font-size:21px!important;font-weight:600!important;margin:0 6px 0 0!important;vertical-align:middle!important}.wp-gr .wp-google-stars .wp-star{padding:0 3px 0 0!important;line-height:normal!important}.wp-gr .wp-google-based,.wp-gr .wp-google-powered{color:var(--head-based-color,#555)!important;margin:6px 0 0!important}.wp-gr .wp-google-powered{color:var(--powered-color,#777)!important;font-size:15px!important}.wp-gr .wp-google-powered>span{font-weight:600!important}.wp-gr .wp-google-form .wp-google-reviews{padding:16px 16px 0!important}.wp-gr .wp-google-review{margin-top:15px!important}.wp-gr .wp-google-left{display:table-cell!important;vertical-align:top!important}[dir=ltr] .wp-google-left{padding-right:10px!important}[dir=rtl] .wp-google-left{padding-left:10px!important}.wp-gr .wp-google-left img{border:none!important;float:left!important;height:46px!important;width:46px!important;margin-right:10px!important;overflow:hidden!important;border-radius:50%!important;box-shadow:0 0 2px rgb(0 0 0 / .12),0 2px 4px rgb(0 0 0 / .24)!important}.wp-gr .wp-google-reviews img{border-radius:50%!important}.wp-gr .wp-google-right{display:table-cell!important;vertical-align:top!important;width:10000px!important}.wp-gr .grw-header.wp-place-center{width:100%!important}.wp-gr .wp-place-center{text-align:center!important}.wp-gr .wp-place-center .wp-google-left{display:block!important}.wp-gr .wp-place-center .wp-google-left img{float:none!important}.wp-gr .wp-star svg{display:inline-block!important}.wp-gr .wp-google-place .wp-star svg{width:20px!important;height:20px!important;vertical-align:middle!important}.wp-gr .wp-star svg{width:18px!important;height:18px!important;vertical-align:middle!important;fill:var(--star-color,#fb8e28)}.wp-gr .wp-google-wrap{display:flex;flex-direction:column;gap:var(--rev-gap)}.wp-gr .wp-google-name{color:var(--name-color,#333)!important;font-size:100%!important;font-weight:700!important;margin:0 0 2px!important;padding-right:6px!important;text-decoration:none!important}.wp-gr a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr .wp-google-time{color:#555!important;font-size:13px!important;white-space:nowrap!important}.wp-gr .wp-google-text{color:var(--text-color,#222)!important;font-size:15px!important;line-height:24px!important;max-width:100%!important;overflow:hidden!important;white-space:pre-wrap!important;word-break:break-word!important}.wp-gr .wp-google-text .wp-google-stars{padding-right:7px!important}.wp-gr .wp-more{display:none}.wp-gr .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.wp-gr .wp-google-url{display:block;margin:10px 0!important;color:#136aaf!important;text-align:center!important}.wp-gr .wp-google-form{position:fixed!important;bottom:0!important;right:0!important;height:100%!important;width:368px!important;z-index:2147483000!important}.wp-gr .wp-google-form.wp-google-form-left{left:0!important}@media(max-width:460px){.wp-gr .wp-google-form{width:100%!important}}.wp-gr .wp-google-head{position:absolute!important;top:0!important;right:0!important;width:100%!important;height:80px!important;background:#fff!important;padding:10px 16px!important;overflow:hidden!important;box-shadow:0 1px 2px 0 rgb(0 0 0 / .12)!important;z-index:2147483002!important}.wp-gr .wp-google-head-inner{z-index:2147483000!important;position:absolute!important;left:20px!important;top:20px!important;width:100%!important;height:100%!important;pointer-events:none!important}.wp-gr .wp-google-close{padding:0!important;cursor:pointer!important;outline:0!important;border:0!important;background:0 0!important;min-height:0!important;width:auto!important;float:right!important;font-size:32px!important;font-weight:500!important;line-height:.6!important;color:#999!important;-webkit-appearance:none!important}.wp-gr .wp-google-close:hover{color:#555!important}.wp-gr .wp-google-body{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgb(250 250 251 / .98)!important;border-left:1px solid #dadee2!important;box-shadow:0 0 4px 1px rgb(0 0 0 / .08)!important;z-index:2147483000!important}.wp-gr .wp-google-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;overflow-y:auto!important;z-index:2147483001!important;-webkit-transform:translateZ(0)!important}.wp-gr .wp-google-content{top:80px!important;bottom:48px!important}.wp-gr .wp-google-content-inner{position:relative!important;min-height:100%!important;margin:0 auto!important}.wp-gr .wp-google-footer{position:absolute!important;bottom:0!important;right:0!important;width:100%!important;height:48px!important;text-align:center!important;z-index:2147483002!important;background:#fff!important;box-shadow:0 -1px 2px 0 rgb(0 0 0 / .06)!important;-moz-text-align-last:center!important;text-align-last:center!important}.wp-gr .wp-google-footer img{float:right!important;padding:16px!important}.wp-gr.wp-dark .wp-google-name{color:#eee!important}.wp-gr.wpac.wp-dark .wp-google-name a{color:var(--head-based-color,#eee)!important}.wp-gr.wp-dark .wp-google-time{color:#bbb!important}.wp-gr.wp-dark .wp-google-text{color:#ececec!important}.wp-gr.wp-dark .wp-google-powered{color:var(--powered-color,#fff)!important}.wp-gr.wp-dark .wp-google-based{color:var(--head-based-color,#999)!important}.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{background:var(--rev-color,#fafafa)!important}.wp-gr.wpac .wp-google-name{font-size:100%!important}.wp-gr.wpac .grw-hide,.wp-gr.wpac .wp-google-hide{display:none}.wp-gr.wpac .wp-google-name a{color:var(--head-name-color,#333)!important;font-size:100%!important;text-decoration:none!important}.wp-gr.wpac .wp-google-left img{width:46px!important;height:46px!important;border-radius:50%!important}.wp-gr.wpac a.wp-google-name{color:var(--name-color,#154fc1)!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.wp-gr.wpac .wp-google-review .wp-google-stars{display:inline-block;margin-right:4px!important}@media(max-width:480px){.wp-google-badge.wp-google-badge-fixed.wp-google-badge-hide{display:none!important}}@media(max-width:480px){.wp-google-badge.wp-google-badge_left-fixed.wp-google-badge-hide{display:none!important}}.wp-gr{display:block!important;width:100%!important;padding-bottom:20px!important;text-align:left!important;direction:ltr!important;box-sizing:border-box!important}.wp-gr .grw-row{display:-ms-flexbox!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;-ms-flex-wrap:nowrap!important;-ms-flex-align:center!important}.wp-gr .grw-row-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wp-gr .grw-row-x .grw-header+.grw-content .grw-review,.wp-gr .grw-row-xs .grw-content,.wp-gr .grw-row-xs .grw-header,.wp-gr .grw-row-xs .grw-review{--gap:0;--col:1}.wp-gr .grw-row-xl .grw-header+.grw-content{--gap:.2;--col:1.2}.wp-gr .grw-row-l .grw-header+.grw-content{--gap:.25;--col:1.25}.wp-gr .grw-row-m .grw-header+.grw-content{--gap:.333333;--col:1.333333}.wp-gr .grw-row-s .grw-header+.grw-content{--gap:.5;--col:1.5}.wp-gr .grw-row-s .grw-header+.grw-content .grw-review,.wp-gr .grw-row-x .grw-header,.wp-gr .grw-row-x .grw-header+.grw-content,.wp-gr .grw-row-x .grw-review{--gap:1;--col:2}.wp-gr .grw-row-m .grw-header+.grw-content .grw-review,.wp-gr .grw-row-s .grw-header,.wp-gr .grw-row-s .grw-review{--gap:2;--col:3}.wp-gr .grw-row-l .grw-review,.wp-gr .grw-row-m .grw-header,.wp-gr .grw-row-m .grw-review{--gap:3;--col:4}.wp-gr .grw-row-l .grw-header,.wp-gr .grw-row-xl .grw-review{--gap:4;--col:5}.wp-gr .grw-row-xl .grw-header{--gap:5;--col:6}.wp-gr .grw-content,.wp-gr .grw-header{-ms-flex:1 0 calc(100% / var(--col,3))!important;flex:1 0 calc(100% / var(--col,3))!important;width:calc(100% / var(--col,3))!important}.wp-gr .grw-review{-ms-flex:1 0 calc((100% - var(--card-gap,16px)*var(--gap,2))/ var(--col,3))!important;flex:1 0 calc((100% - var(--card-gap,16px)*var(--gap,2))/ var(--col,3))!important;width:calc((100% - var(--card-gap,16px)*var(--gap,2))/ var(--col,3))!important}.wp-gr .grw-content{position:relative!important;min-width:0!important}.wp-gr .grw-content-inner{position:relative!important;display:flex!important;align-items:center!important}.wp-gr .grw-review-inner{display:flex;flex-direction:column;gap:var(--rev-gap);height:100%!important}.wp-gr .grw-header-inner,.wp-gr .grw-review-inner{position:relative!important;padding:15px!important;width:100%!important}.wp-gr .grw-review-inner.grw-round{border-radius:4px!important}.wp-gr .grw-review-inner.grw-shadow{box-shadow:0 0 2px rgb(0 0 0 / .12),0 2px 4px rgb(0 0 0 / .24)!important}.wp-gr .grw-review-inner>svg{position:absolute!important;top:10px!important;right:10px!important;width:18px!important;height:18px!important}.wp-gr .grw-reviews{display:flex!important;display:-ms-flexbox!important;flex:1!important;overflow:hidden!important;scrollbar-width:none}.wp-gr .grw-reviews::-webkit-scrollbar{display:none!important}.wp-gr .grw-review{display:flex;position:relative!important;justify-content:center!important;align-items:center!important;flex-shrink:0!important;width:100%!important;padding:var(--rev-padding)!important}.wp-gr button{all:unset;user-select:none}.wp-gr .grw-btns{height:33px!important;width:33px!important;text-align:center!important;cursor:pointer!important;border-radius:50%!important;user-select:none!important}.wp-gr .grw-btns svg path{fill:#aaa;transition:all .2s ease-in-out!important}.wp-gr .grw-btns:hover svg path{fill:#555!important}[dir=rtl] .wp-gr .grw-next,[dir=rtl] .wp-gr .grw-prev{transform:rotate(180deg)}.wp-gr .grw-review .wp-google-left{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:24px!important}.wp-gr .grw-review .wp-google-stars{margin:8px 0 var(--rev-gap)!important}.wp-gr .grw-review .wp-google-feedback{height:100px!important;overflow-y:auto!important}.wp-gr .grw-scroll::-webkit-scrollbar{width:4px!important}.wp-gr .grw-scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3)!important;-webkit-border-radius:4px!important;border-radius:4px!important}.wp-gr .grw-scroll::-webkit-scrollbar-thumb{-webkit-border-radius:10px!important;border-radius:10px!important;background:#ccc!important;-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .5)!important}.wp-gr .grw-scroll::-webkit-scrollbar-thumb:window-inactive{background:#ccc!important}.wp-gr .wp-google-wr{margin:15px auto 8px!important}.wp-gr .wp-google-wr a{color:#fff!important;padding:6px 15px 10px!important;outline:0!important;border-radius:27px!important;background:var(--btn-color,#1f67e7)!important;white-space:nowrap!important;vertical-align:middle!important;opacity:.9!important;text-shadow:1px 1px 0 #888!important;box-shadow:0 0 2px rgb(0 0 0 / .12),0 2px 4px rgb(0 0 0 / .24)!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .wp-google-wr a:hover{opacity:.95!important;background:var(--btn-color,#1f67e7)!important;box-shadow:0 0 2px rgb(0 0 0 / .12),0 3px 5px rgb(0 0 0 / .24)!important}.wp-gr .wp-google-wr a:active{opacity:1!important;background:var(--btn-color,#1f67e7)!important;box-shadow:none!important}.wp-gr .wp-google-wr a svg{display:inline-block;width:16px;height:16px;padding:1px;margin:0 0 0 4px;background:#fff;border-radius:50%}.wp-gr[data-layout=slider] .grw-reviews{gap:calc(var(--card-gap,16px) - var(--rev-padding));overflow-x:scroll!important;flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important}.wp-gr[data-layout=slider] .grw-review{scroll-snap-align:start!important;transform-origin:center center!important;transform:scale(1)!important;transition:transform .5s!important}.wp-gr{--slider-dot-size:8px}.wp-gr .rpi-dots-wrap{position:absolute!important;top:calc(100% - 1px)!important;left:0!important;right:0!important;display:flex!important;justify-content:center!important;margin:0 var(--slider-btn)!important;padding-top:var(--slider-dot-padding-top,16px)!important}.wp-gr .rpi-dots{display:flex!important;gap:12px!important;flex-wrap:nowrap!important;overflow-x:scroll!important;scrollbar-width:none!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.wp-gr .rpi-dot{display:inline-block!important;width:var(--slider-dot-size)!important;height:var(--slider-dot-size)!important;margin:1px 0!important;background-color:var(--slider-dot-color,#999)!important;border-radius:20px!important;cursor:pointer!important;opacity:.4!important;vertical-align:middle!important;flex:1 0 auto!important;width:var(--slider-dot-size)!important;transform:scale(.65)!important;scroll-snap-align:center!important}.wp-gr .rpi-dot:hover{opacity:1!important}.wp-gr .rpi-dot.active{opacity:1!important;transform:scale(1.1)!important;background-color:var(--slider-act-dot-color,#154fc1)!important}.wp-gr .rpi-dot.s2{transform:scale(.9)!important}.wp-gr .rpi-dot.s3{transform:scale(.75)!important}.wp-gr[data-layout=grid] .grw-reviews{gap:calc(var(--card-gap,16px) - var(--rev-padding));flex-wrap:wrap!important;-ms-flex-wrap:wrap!important}.wp-gr .grw-b{font-weight:700!important;white-space:nowrap!important}.wp-gr .wp-google-reply{font-size:14px!important;margin-top:auto!important;margin-left:6px!important;padding-left:6px!important;border-left:1px solid #999!important;overflow:hidden!important;overflow-y:auto!important;line-height:20px!important;max-height:44px!important}.wp-gr .wp-google-reply>div{display:flex;gap:4px;align-items:center}.wp-gr .wp-google-reply .wp-google-time{font-size:11px!important;white-space:nowrap!important}.wp-gr .wp-google-img{display:flex;flex-wrap:wrap;gap:var(--media-gap);max-height:calc((var(--media-size) + var(--media-gap)) * var(--media-lines) - 2px)!important;overflow-y:auto!important}.wp-gr .wp-google-img img{display:flex;width:var(--media-size)!important;height:var(--media-size)!important;cursor:pointer!important;border-radius:3px!important;box-shadow:0 0 2px rgb(0 0 0 / .12),0 2px 4px rgb(0 0 0 / .24)!important}.rpi-x{position:absolute;top:var(--x-top,6px)!important;right:var(--x-right,8px)!important;display:flex!important;align-items:center;justify-content:center;width:var(--x-width,20px)!important;height:var(--x-height,20px)!important;cursor:pointer;opacity:var(--x-opacity,.65);border-radius:50%;background-color:var(--x-bg,#fafafa);z-index:2147483003}.rpi-x:hover{opacity:1}.rpi-x::after,.rpi-x::before{content:"";position:absolute;display:block;width:var(--x-line-width,12px);height:var(--x-line-height,1px);border-radius:2px;background-color:var(--x-color,#373737)}.rpi-x::before{transform:rotate(45deg)}.rpi-x::after{transform:rotate(-45deg)}.rpi-x.rpi-xa::before{--x-line-width:7px;--x-line-height:7px;top:4px;border-radius:0;border-right:1px solid #373737;border-bottom:1px solid #373737;background-color:#fff0}.rpi-x.rpi-xa::after{content:none}.rpi-bubble:after{content:"";position:absolute;top:-8px;left:16px;bottom:auto;border-style:solid;border-width:0 8px 8px;border-color:#fff #fff0}.rpi-fade{-webkit-transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:transform 150ms ease,opacity 150ms ease;transition:transform 150ms ease,opacity 150ms ease,-webkit-transform 150ms ease}.rpi-lightbox{--x-top:15px;--x-right:15px;--x-bg:none;--x-color:#ececec;--x-line-width:25px;--x-line-height:3px;--x-opacity:1;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;height:100%;max-width:100%;color:#333;text-align:left;z-index:2147483001;user-select:none;background-color:rgb(0 0 0 / .6);transition:all .3s ease-out}.rpi-lightbox-inner{width:95%;height:100%;max-width:1200px;max-height:calc(100vh - 160px)}.rpi-lightbox-xxx{container-name:lightbox;container-type:inline-size;position:relative;height:100%;border:none;overflow:hidden;border-radius:4px}.rpi-lightbox-content{position:relative;display:flex;flex-direction:row;justify-content:flex-start;color:#000;height:100%;flex-direction:row;border-radius:4px;background-color:#fff}.rpi-lightbox-media{position:relative;display:flex;justify-content:center;flex:2;align-items:center;width:100%;height:100%;overflow:hidden;padding-bottom:0;background-color:#000}.rpi-lightbox-btn{position:absolute;display:flex;width:30px;height:30px;font-size:36px;line-height:22px;justify-content:center;z-index:1;cursor:pointer;border-radius:50%;background-color:rgb(214 214 214 / .7);transition:background .3s ease-in-out}.rpi-lightbox-btn:hover{background:#e1e1e1}.rpi-lightbox-prev{left:8px}.rpi-lightbox-next{right:8px}.rpi-lightbox-prev::before{content:'‹'}.rpi-lightbox-next::before{content:'›'}.rpi-lightbox-media img{position:relative;display:block;width:100%;height:100%;max-width:100%;max-height:100%;opacity:1;object-fit:contain;border-radius:inherit;transition:opacity .3s ease-in-out}.rpi-lightbox-review{display:flex;flex-direction:column;flex:1;height:100%;font-size:15px;color:#000;padding:0}@container lightbox (width < 480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}@media(max-width:480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}
/*!/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css*/
:root{--ld-typography-font-family:inter,-apple-system,roboto,ubuntu,sans-serif;--ld-typography-font-weight-regular:400;--ld-typography-font-weight-medium:500;--ld-typography-font-weight-bold:700;--ld-typography-desktop-h1-size:4rem;--ld-typography-desktop-h1-height:4.5rem;--ld-typography-desktop-h1-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h1-spacing:-2%;--ld-typography-desktop-h1-margin:var(--ld-spacer-8);--ld-typography-mobile-h1-size:3rem;--ld-typography-mobile-h1-height:3.5rem;--ld-typography-mobile-h1-margin:var(--ld-spacer-7);--ld-typography-desktop-h2-size:3rem;--ld-typography-desktop-h2-height:3.5rem;--ld-typography-desktop-h2-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h2-spacing:-2%;--ld-typography-desktop-h2-margin:var(--ld-spacer-7);--ld-typography-mobile-h2-size:2.5rem;--ld-typography-mobile-h2-height:3rem;--ld-typography-mobile-h2-margin:var(--ld-spacer-6);--ld-typography-desktop-h3-size:2.5rem;--ld-typography-desktop-h3-height:3rem;--ld-typography-desktop-h3-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h3-spacing:-2%;--ld-typography-desktop-h3-margin:var(--ld-spacer-6);--ld-typography-mobile-h3-size:2rem;--ld-typography-mobile-h3-height:2.5rem;--ld-typography-mobile-h3-margin:var(--ld-spacer-5);--ld-typography-desktop-h4-size:2rem;--ld-typography-desktop-h4-height:2.5rem;--ld-typography-desktop-h4-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h4-spacing:inherit;--ld-typography-desktop-h4-margin:var(--ld-spacer-5);--ld-typography-mobile-h4-size:1.5rem;--ld-typography-mobile-h4-height:2rem;--ld-typography-mobile-h4-margin:var(--ld-spacer-4);--ld-typography-desktop-h5-size:1.5rem;--ld-typography-desktop-h5-height:2rem;--ld-typography-desktop-h5-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h5-spacing:inherit;--ld-typography-desktop-h5-margin:var(--ld-spacer-4);--ld-typography-mobile-h5-size:1.25rem;--ld-typography-mobile-h5-height:1.75rem;--ld-typography-mobile-h5-margin:var(--ld-spacer-4);--ld-typography-desktop-h6-size:1.125rem;--ld-typography-desktop-h6-height:1.5rem;--ld-typography-desktop-h6-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-h6-spacing:inherit;--ld-typography-desktop-h6-margin:var(--ld-spacer-3);--ld-typography-mobile-h6-size:1.125rem;--ld-typography-mobile-h6-height:1.5rem;--ld-typography-mobile-h6-margin:var(--ld-spacer-3);--ld-typography-desktop-body-large-size:1.25rem;--ld-typography-desktop-body-large-height:1.75rem;--ld-typography-mobile-body-large-size:1rem;--ld-typography-mobile-body-large-height:1.5rem;--ld-typography-desktop-body-size:1rem;--ld-typography-desktop-body-height:1.5rem;--ld-typography-mobile-body-size:0.875rem;--ld-typography-mobile-body-height:1.375rem;--ld-typography-desktop-body-small-size:0.875rem;--ld-typography-desktop-body-small-height:1.375rem;--ld-typography-desktop-caption-size:0.75rem;--ld-typography-desktop-caption-height:1.25rem;--ld-typography-mobile-caption-size:0.75rem;--ld-typography-mobile-caption-height:1.25rem;--ld-typography-desktop-pre-title-size:0.75rem;--ld-typography-desktop-pre-title-height:1.25rem;--ld-typography-desktop-pre-title-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-pre-title-spacing:3%;--ld-typography-desktop-pre-title-transform:uppercase;--ld-typography-mobile-pre-title-size:0.75rem;--ld-typography-mobile-pre-title-height:1.25rem;--ld-typography-desktop-button-text-size:var(--ld-typography-desktop-body-size);--ld-typography-desktop-button-text-height:var(--ld-typography-desktop-body-height);--ld-typography-desktop-button-text-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-button-text-spacing:3%;--ld-typography-mobile-button-text-size:var(--ld-typography-mobile-body-size);--ld-typography-mobile-button-text-height:var(--ld-typography-mobile-body-height);--ld-typography-desktop-link-size:1rem;--ld-typography-desktop-link-height:1.5rem;--ld-typography-desktop-link-weight:var(--ld-typography-font-weight-bold);--ld-typography-desktop-link-decoration:underline;--ld-typography-mobile-link-size:0.875rem;--ld-typography-mobile-link-height:1.375rem;--ld-color-semantic-success:#2f8351;--ld-color-semantic-error:#db0000;--ld-color-system-body-text:#333;--ld-color-system-middle-gray:#d2d7e2;--ld-color-system-middle-gray-light:#edf0f5;--ld-color-system-light-2:#f6f8fa;--ld-color-system-subtle:#73738c;--ld-color-system-subtle-text:var(--ld-color-system-subtle);--ld-color-field-bg:var(--ld-color-system-white);--ld-color-field-border:var(#8694b1);--ld-color-field-border-error:var(--ld-color-semantic-error);--ld-color-field-border-valid:var(--ld-color-semantic-success);--ld-color-field-error:var(--ld-color-semantic-error)}@font-face{font-family:ld-icons;font-style:normal;font-weight:400;src:url(/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/../fonts/ld-icons.eot?e0vk6b);src:url(/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/../fonts/ld-icons.eot?e0vk6b#iefix) format("embedded-opentype"),url(/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/../fonts/ld-icons.ttf?e0vk6b) format("truetype"),url(/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/../fonts/ld-icons.woff?e0vk6b) format("woff"),url(/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/../fonts/ld-icons.svg?e0vk6b#ld-icons) format("svg")}.ld-icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:ld-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.ld-icon-alert:before{content:"\e90d"}.ld-icon-unlocked:before{content:"\e900"}.ld-icon-quiz:before{content:"\e901"}.ld-icon-materials:before{content:"\e902"}.ld-icon-download:before{content:"\e903"}.ld-icon-course-outline:before{content:"\e904"}.ld-icon-content:before{content:"\e905"}.ld-icon-checkmark:before,.ld-icon-complete:before{content:"\e906"}.ld-icon-clock:before{content:"\e907"}.ld-icon-certificate:before{content:"\e908"}.ld-icon-calendar:before{content:"\e909"}.ld-icon-assignment:before{content:"\e90a"}.ld-icon-arrow-up:before{content:"\e912"}.ld-icon-arrow-right:before{content:"\e913"}.ld-icon-arrow-left:before{content:"\e914"}.ld-icon-arrow-down:before{content:"\e915"}.ld-icon-login:before{content:"\e90c"}.ld-icon-delete:before,.ld-icon-remove:before{content:"\e90b"}.ld-icon-comments:before{content:"\e917"}.ld-icon-search:before{content:"\e916"}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) *{box-sizing:border-box}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_checkout_buttons{margin:0 .5em 0 0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join .ld-icon{font-size:.875em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join .ld-text{flex:1 1 100;padding:0 1em;text-align:center}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join+.ld-button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join+.ld-button{margin-left:1em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-compact,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-compact .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-compact .ld-icon{font-size:.75em;margin-right:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-compact .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-compact .ld-text{padding:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-alternate,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-alternate{background:#0000;color:#235af3;padding:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-alternate .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-alternate .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-alternate:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-alternate:hover{background:#0000}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent{background:#0000;color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent.ld-status-complete,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent.ld-status-complete{color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent:hover{outline-style:solid;outline-width:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-reverse,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-reverse{background:#fff;color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.ld-button-reverse:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.ld-button-reverse:hover{background:#235af3;color:#fff}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:hover{background-color:#0e2a90}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join[disabled],.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join[disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join[disabled]:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join[disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join{max-width:100%}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join{margin-left:10px;text-align:left}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;cursor:default;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover .ld-icon{font-size:.875em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover .ld-text{flex:1 1 100;padding:0 1em;text-align:center}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover+.ld-button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover+.ld-button{margin-left:1em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-compact,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-compact .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-compact .ld-icon{font-size:.75em;margin-right:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-compact .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-compact .ld-text{padding:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-alternate,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-alternate{background:#0000;color:#235af3;padding:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-alternate .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-alternate .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-alternate:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-alternate:hover{background:#0000}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent{background:#0000;color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent.ld-status-complete,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent.ld-status-complete{color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent:hover{outline-style:solid;outline-width:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-reverse,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-reverse{background:#fff;color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover.ld-button-reverse:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover.ld-button-reverse:hover{background:#235af3;color:#fff}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover:hover{background-color:#0e2a90}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover[disabled],.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover[disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover[disabled]:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover[disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover{max-width:100%}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:disabled:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:disabled:hover{margin-left:10px;text-align:left}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:hover{color:#fff}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.btn-disabled,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.btn-disabled{background-color:#728188;cursor:default}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join.btn-disabled:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join.btn-disabled:hover{background-color:#728188;opacity:1}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button .ld-icon{font-size:.875em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button .ld-text{flex:1 1 100;padding:0 1em;text-align:center}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button+.ld-button{margin-left:1em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-compact .ld-icon{font-size:.75em;margin-right:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-compact .ld-text{padding:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-alternate{background:#0000;color:#235af3;padding:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-alternate:hover{background:#0000}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent{background:#0000;color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent.ld-status-complete{color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:hover{outline-style:solid;outline-width:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-reverse{background:#fff;color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-reverse:hover{background:#235af3;color:#fff}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:hover{background-color:#0e2a90}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button[disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button[disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button{max-width:100%}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button{margin-left:10px;text-align:left}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button .ld-icon{transition:all .25s ease-in-out}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:hover .ld-icon-arrow-right{transform:translateX(3px)}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:hover .ld-icon-arrow-left{transform:translateX(-3px)}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) a:not(.button):not(.screen-reader-shortcut){border-bottom:none!important;box-shadow:none!important;text-decoration:none;text-shadow:none}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) a:not(.button):not(.screen-reader-shortcut):hover{text-decoration:none}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern).ld-container{display:flex;margin:auto;max-width:1280px;padding:0 2em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-page-content{flex:1 auto;padding-right:2.5%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-sidebar-content{flex:0 0 250px;padding-left:2.5%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-profile-avatar{border-radius:100%;overflow:hidden}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-profile-avatar img{height:auto;width:100%}@media (max-width:1024px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern).ld-container{flex-direction:column}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-page-content{margin-bottom:3em}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #sfwd-mark-complete,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete{display:block;position:relative}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #sfwd-mark-complete,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete{width:100%}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #sfwd-mark-complete:after,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"\e906";display:inline-block;font-family:ld-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:.15em;position:absolute;right:.5em;text-transform:none;top:50%;transform:translateY(-50%)}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button .ld-icon{font-size:.875em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button .ld-text{flex:1 1 100;padding:0 1em;text-align:center}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button+.ld-button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button+.ld-button{margin-left:1em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-compact,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-compact .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-compact .ld-icon{font-size:.75em;margin-right:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-compact .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-compact .ld-text{padding:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-alternate,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-alternate{background:#0000;color:#235af3;padding:0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-alternate .ld-icon,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-alternate .ld-text,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-alternate:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-alternate:hover{background:#0000}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent{background:#0000;color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent.ld-status-complete,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent.ld-status-complete{color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent:hover{outline-style:solid;outline-width:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-transparent:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-reverse,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-reverse{background:#fff;color:#235af3}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button.ld-button-reverse:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button.ld-button-reverse:hover{background:#235af3;color:#fff}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button:focus,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button:hover{background-color:#0e2a90}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button[disabled],.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button[disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button[disabled]:hover,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button[disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{max-width:100%}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{margin-left:10px;text-align:left}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button:disabled,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button:disabled{background:#4c4c4c!important;cursor:pointer;filter:grayscale(100%)}@media (max-width:768px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{line-height:1.5em;max-width:100%;white-space:normal}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button{margin-left:0;max-width:100%}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions{border-top:2px solid #e2e7ed;clear:both;display:flex;justify-content:space-between;padding:1em 0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action{flex-basis:200px;padding:5px;position:relative}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action a.ld-button{margin-left:0}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back{display:block;font-size:.75em;margin:10px auto 0;text-align:center;text-decoration:underline;width:100%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back:hover{text-decoration:none}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back{display:flex;justify-content:space-between;padding:1.25em}}@media (max-width:768px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back{display:block;padding:1.25em}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back{display:block;font-size:1rem;margin:0;text-align:center;width:100%}}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}}@media (max-width:768px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action{padding:1em}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions{align-items:flex-start;justify-content:space-evenly}}@media (max-width:960px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions{align-items:flex-start;justify-content:space-evenly}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action+a{align-self:center}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions>a{flex:1;font-size:.75em;text-align:center}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions #learndash_timer,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .learndash_timer{color:#617175;display:block;font-weight:700;left:0;padding:1em;position:absolute;right:0;text-align:center;top:100%}@media (max-width:768px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions{align-items:flex-start;flex-direction:row;justify-content:space-evenly}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action{flex:1}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions>*{margin-bottom:2em;margin-left:0}}@media (max-width:768px) and (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions>*{margin-bottom:0}}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions{flex-direction:column-reverse}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions div:first-child,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions div:nth-child(3){width:100%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions div:nth-child(2){order:1;width:100%}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-mobile-only{display:none!important}@media (max-width:640px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-mobile-only{display:inherit!important}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-not-mobile{display:none!important}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-loading{position:relative}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-loading:after{background:#ffffff80;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:99}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-loading:before{animation:ldrotating 1.2s linear infinite;border:3px solid #00000080;border-radius:50%;border-top-color:#235af3;content:"";display:block;height:40px;left:50%;margin:-20px 0 0 -20px;position:absolute;top:50%;width:40px;z-index:100}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 6px 6px #ccc;font-size:18px;margin-bottom:30px;padding:35px 25px 20px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .order-heading{display:block;font-size:24px;font-weight:700;margin-bottom:30px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .purchase-title{font-size:22px;margin-bottom:22px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .purchase-rows{border:1px solid #e2e7ed;border-radius:6px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .purchase-rows .purchase-row{border-bottom:1px solid #e2e7ed;display:flex;justify-content:space-between;padding:10px 15px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .purchase-rows .purchase-row:last-of-type{border-bottom:none}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .purchase-rows .purchase-row .purchase-label{font-weight:700}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form{display:flex;float:right;margin-top:30px;width:60%}@media (max-width:1024px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form{width:100%}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form input{padding:9px;width:50%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form input:first-of-type{border-bottom-left-radius:6px;border-color:#737373;border-top-left-radius:6px;font-size:.75em;margin-right:-2px;padding-left:15px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form input:last-of-type{background:#737373;border-bottom-right-radius:6px;border-color:#737373;border-top-right-radius:6px;color:#fff;font-size:.75em;font-weight:800}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .coupon-form input:last-of-type:hover{color:#fff;opacity:.9}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview #remove-coupon-form{align-items:center;display:inline-flex}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview #remove-coupon-form span{padding-left:20px;white-space:nowrap}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview #remove-coupon-form input[type=submit]{background:#737373;border-color:#737373;border-radius:6px;color:#fff;font-size:11px;height:22px;margin-left:5px;padding:0 6px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview #remove-coupon-form input[type=submit]:hover{color:#fff;opacity:.9}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .totals{float:right;margin-top:30px;width:60%}@media (max-width:1024px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .totals{width:100%}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .totals .order-heading{margin-bottom:20px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .order-overview .order-overview-return{clear:both;display:block;font-size:15px;padding-top:30px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-course-status.ld-course-status-not-enrolled .ld-course-status-mode-subscribe .ld-course-status-price{color:#617175;font-size:24px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-course-status .ld-course-status-mode-subscribe .ld-text{color:#617175;font-weight:700}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-checkout-wrapper{align-items:flex-start;column-gap:40px;display:flex}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper{width:100%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper #btn-join,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .btn-join{float:right;margin:15px -5px 15px auto;max-width:100%;width:60%}@media (max-width:1024px){.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper #btn-join,.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .btn-join{width:100%}}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength{font-size:1em;font-weight:600;padding:3px .5em;text-align:center}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength .ld-password-strength__prefix-marker{display:none}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.strong .ld-password-strength__descriptor{color:#000}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.short .ld-password-strength__descriptor{color:#000}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.bad .ld-password-strength__descriptor{color:#000}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.good{background-color:#ffe399;border-color:#ffc733}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-strength.good .ld-password-strength__descriptor{color:#000}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-registration-wrapper .learndash-password-hint{display:block;margin:.5em 0 0}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper{border:2px solid #a1a1a1;border-radius:5px;width:50%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper .cart-checkout-form-title{text-align:center}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper .ld-cart-item-row{border-bottom:1px solid #ccc;display:flex;font-size:16px;margin:auto 5px;padding:7px 5px}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper .ld-cart-item-row .ld-cart-item-name{width:60%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper .ld-cart-item-row .ld-cart-item-price{width:34%}.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash-cart-wrapper .ld-cart-item-row .ld-cart-item-delete{width:6%}.checkout-dropdown-button .btn-join{background-color:#fff!important;color:#000!important;font-size:16px!important;font-weight:400!important}.checkout-dropdown-button .btn-join:hover{background-color:#f5f5f5!important;color:#000!important}@keyframes ldrotating{to{transform:rotate(1turn)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.learndash-wrapper .ld-expand-button{min-width:120px}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{flex-basis:15px}.learndash-wrapper .ld-status-icon.ld-status-in-progress,.learndash-wrapper .ld-status-icon.ld-status-incomplete{flex-basis:18px}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress,.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete{flex-basis:10px}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button{min-width:80px}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button.ld-compact{margin-right:1em;min-width:0}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{margin-right:3em}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{flex:1}.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{width:100%}}.learndash-wrapper .ld-group-list{margin-bottom:2em}.learndash-wrapper .ld-item-list{margin:2em 0 1em}.learndash-wrapper .ld-item-list .ld-table-list.ld-no-pagination{border-bottom:0!important}.learndash-wrapper .ld-item-list .ld-item-list-content{padding:1.5em}.learndash-wrapper .ld-item-list .ld-section-heading{align-items:center;display:flex;justify-content:space-between}.learndash-wrapper .ld-item-list .ld-section-heading h3{font-weight:700}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions{align-items:center;display:flex;width:100%}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress{flex:1}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-stats{align-items:flex-end}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-label{font-size:1.5em;text-transform:none}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-bar{background-color:#e2e7ed}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{margin-left:1em}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-section-heading h2,.learndash-wrapper .ld-item-list .ld-section-heading h3{margin-bottom:10px;text-align:center}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{margin:10px auto}}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{border:none;color:#617175;cursor:pointer;display:flex;font-size:.875em;font-weight:800;margin:0;padding:0 10px 0 0;transition:color .3s ease}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{font-size:1.4em;height:20px;margin-left:5px;width:20px}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover{color:#235af3;text-decoration:none}.learndash-wrapper .ld-item-list .ld-item-search{height:auto;max-height:0;overflow:hidden;transition:max-height .3s ease}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-heading{font-weight:700;margin:0 0 .5em}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer{all:unset;border:2px solid #0000;cursor:pointer;display:flex;font-size:.625em;font-weight:700;padding:0 4px;position:absolute;right:15px;top:10px}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:before{content:"x";margin-right:.25em}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:focus{border:2px solid #235af3;border-radius:2px}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper{background:#e2e7ed;border-radius:6px;margin:1em 0;overflow:visible;padding:12px;position:relative}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before{background:#fff;background:#e2e7ed;content:"";height:16px;left:66px;left:auto;position:absolute;right:175px;top:-8px;transform:rotate(-45deg);width:16px;z-index:1;z-index:9}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before{left:20px;right:auto}}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields{align-items:flex-end;display:flex;justify-content:space-between}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>*{flex:1;padding-right:1em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields label{color:#333;display:block;font-size:.875em;margin-bottom:.5em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields input,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields select{background:#fff;border:2px solid #ccd2d9;border-radius:0;height:30px;padding:0 .5em;width:100%}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name{position:relative}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button{background-color:#0000;bottom:24px;color:#617175;display:inline-block;font-size:12px;font-weight:700;height:23px;line-height:24px;padding:0 1em;position:absolute;right:18px;text-decoration:none;top:41px}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button:before{content:"x";display:inline-block;margin-right:.25em}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button{right:2px}}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name input[type=text]{font-size:20px;line-height:31.5px;width:100%}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit{flex:0 0 100px;padding-right:0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:30px;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-icon{font-size:.875em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-text{flex:1 1 100;padding:0 1em;text-align:center}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button+.ld-button{margin-left:1em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-icon{font-size:.75em;margin-right:0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-text{padding:0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate{background:#0000;color:#235af3;padding:0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate:hover{background:#0000}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent{background:#0000;color:#235af3}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent.ld-status-complete{color:#235af3}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:focus,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:hover{outline-style:solid;outline-width:2px}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse{background:#fff;color:#235af3}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse:hover{background:#235af3;color:#fff}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:hover{background-color:#0e2a90}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button[disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button[disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{max-width:100%}}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{margin-left:10px;text-align:left}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields{flex-direction:column}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>*{margin-bottom:1em;padding-right:0;width:100%}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit{flex:1;justify-content:center}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{margin:auto}}.learndash-wrapper .ld-item-list .ld-item-list-item{background:#fff;border:2px solid #e2e7ed;border-radius:6px;margin:1em 0}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-is-next{border-color:#235af3}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{align-items:center;display:flex;justify-content:space-between;padding:20px}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-right:.5em;margin-top:.25em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview>.ld-tooltip,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name{align-items:top;color:#495255;display:flex;flex:1}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-sep{color:#e2e7ed;padding:0 .5em}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover{color:#235af3}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components{color:#617175}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components{color:#617175;display:block;font-size:.825em;font-weight:700;margin-top:.5em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-status{display:inline-block;font-size:.825em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status{margin-left:.5em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details{align-items:center;display:flex;justify-content:flex-end}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button{margin-left:1em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link{color:#235af3;font-size:26px;margin-right:15px}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded{height:auto;max-height:0;overflow:hidden;position:relative;transition:max-height .5s ease}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{background:#fff;content:"";height:16px;left:66px;left:64px;position:absolute;top:-8px;transform:rotate(-45deg);width:16px;z-index:1}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{background:#f0f3f6;padding:2em 4.125em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents{padding:2em 4.125em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{margin-top:0}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{align-items:flex-start;flex-direction:column}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-left:2em;margin-top:0}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status{margin-left:0;margin-right:1em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button{margin-left:0}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{padding:2em 1em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents{padding-top:0}}.learndash-wrapper .ld-table-list{border-radius:6px;margin:1.5em 0;overflow:hidden}.learndash-wrapper .ld-table-list .ld-table-list-header,.learndash-wrapper .ld-table-list .ld-table-list-item-preview{align-items:center;display:flex;justify-content:space-between;overflow-wrap:break-word;padding:20px 0}.learndash-wrapper .ld-table-list .ld-table-list-header a,.learndash-wrapper .ld-table-list .ld-table-list-item-preview a{color:#333}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title{align-items:center;display:flex;flex:1;margin-right:1em;min-width:140px}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title a,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title a{align-items:center;display:flex}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns{align-items:center;display:flex;flex:2;justify-content:space-between}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:1;padding-left:.25em;padding-right:.25em;text-align:center}.learndash-wrapper .ld-table-list a.ld-table-list-item-preview{color:#333}.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover{color:#235af3}.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:#235af3;color:#fff;font-weight:800;padding:20px 22px}.learndash-wrapper .ld-table-list .ld-table-list-items{border:2px solid #e2e7ed;font-size:.875em;padding:0 20px}@media (max-width:640px){.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0 20px}}.learndash-wrapper .ld-table-list .ld-table-list-item{border-bottom:1px solid #e2e7ed;padding-left:0;padding-right:0}.learndash-wrapper .ld-table-list .ld-table-list-item:last-child{border-bottom:0}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:#333}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover{color:#235af3}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column{color:#617175;font-size:1.2em;font-weight:700}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column a{color:#617175}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column .ld-icon-comments{font-size:1.5em;transform:translateY(.2em)}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded{padding:.75em 2em}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list{position:relative}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list:before{background:#fff;content:"";height:16px;left:66px;left:32px;position:absolute;top:-8px;transform:rotate(-45deg);width:16px;z-index:1}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-header{background-color:#e2e7ed;color:#495255}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-items{background:#e2e7ed;padding-top:0}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child{border-top:2px solid #495255}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item{border-bottom:1px solid #49525533}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:last-child{border-bottom:0}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item-preview{padding:10px 0}.learndash-wrapper .ld-table-list .ld-table-list-footer{background:#e2e7ed;padding:20px}.learndash-wrapper .ld-table-list .ld-table-list-footer .ld-pagination{margin-bottom:0}.learndash-wrapper .ld-table-list.ld-no-pagination{border-bottom:2px solid #e2e7ed}.learndash-wrapper .ld-table-list.ld-no-pagination .ld-table-list-footer{background:#0000;padding:0}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column{flex:0 1 150px;font-size:.75em}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-assignment-column-approved{flex:1;text-align:right}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:0 1 150px;font-size:.875em;line-height:1.4em}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label{display:none}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-statuscolumn{flex:1;text-align:right}@media (max-width:768px){.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns{display:none}.learndash-wrapper .ld-table-list .ld-table-list-item-preview{align-items:flex-start;flex-direction:column}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title{width:100%}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns{align-items:flex-start;flex-direction:column;padding-top:.5em;width:100%}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:1 auto;margin:0 0 .5em}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label{display:inline-block;margin:0 0 .5em}.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title{flex:1}}@media (max-width:640px){.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-expanded,.learndash-wrapper .ld-lesson-list .ld-table-list-items{padding:0}}.ld-password-strength{padding-top:var(--ld-spacer-0)}.ld-password-strength__prefix-marker{background-color:var(--ld-color-system-middle-gray);border-radius:2px;display:inline-block;height:4px;margin-right:9px;vertical-align:middle;width:24px}.ld-password-strength__hint{color:var(--ld-color-system-subtle-text);margin-block-start:0;margin-bottom:var(--ld-spacer-4)}.ld-password-strength__descriptor,.ld-password-strength__hint{font-size:var(--ld-typography-desktop-body-small-size);line-height:var(--ld-typography-desktop-body-small-height)}.ld-password-strength__descriptor{display:inline-block}.ld-password-strength.short .ld-password-strength__prefix-marker-1{background-color:var(--ld-color-semantic-error)}.ld-password-strength.short .ld-password-strength__descriptor{color:var(--ld-color-semantic-error)}.ld-password-strength.bad .ld-password-strength__prefix-marker-1,.ld-password-strength.bad .ld-password-strength__prefix-marker-2{background-color:var(--ld-color-semantic-error)}.ld-password-strength.bad .ld-password-strength__descriptor{color:var(--ld-color-semantic-error)}.ld-password-strength.good .ld-password-strength__prefix-marker-1,.ld-password-strength.good .ld-password-strength__prefix-marker-2,.ld-password-strength.good .ld-password-strength__prefix-marker-3{background-color:var(--ld-color-semantic-success)}.ld-password-strength.good .ld-password-strength__descriptor{color:var(--ld-color-semantic-success)}.ld-password-strength.strong .ld-password-strength__prefix-marker-1,.ld-password-strength.strong .ld-password-strength__prefix-marker-2,.ld-password-strength.strong .ld-password-strength__prefix-marker-3,.ld-password-strength.strong .ld-password-strength__prefix-marker-4{background-color:var(--ld-color-semantic-success)}.ld-password-strength.strong .ld-password-strength__descriptor{color:var(--ld-color-semantic-success)}.ldregister .ld-password-strength__descriptor{font-size:1em}.ld-form__field-password-wrapper{margin-bottom:var(--ld-spacer-1)}.ld-breakpoint--mobile .ld-form__field-confirm_password-wrapper,.ld-breakpoint--mobile .ld-form__field-password-wrapper{display:flex;justify-content:space-between}.ld-form__field-confirm_password-wrapper input,.ld-form__field-password-wrapper input{flex-grow:1}.ld-button__password-visibility-toggle{display:inline-block;margin-top:var(--ld-spacer-fixed-2)}.ld-breakpoint--mobile .ld-button__password-visibility-toggle{display:flex;margin-left:10px;margin-top:0}.learndash-wrapper .ld-progress{display:flex;flex-direction:column;margin:1em 0}.learndash-wrapper .ld-progress .ld-progress-heading{display:flex;font-size:.75em;justify-content:space-between;line-height:1em}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label{font-weight:800;text-transform:uppercase}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats{display:flex;flex-wrap:wrap;justify-content:flex-start}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{color:#235af3;font-weight:800;margin-right:5px;text-transform:uppercase}.learndash-wrapper .ld-progress .ld-progress-bar{background-color:#fff;border-radius:7px;height:7px;margin:5px 0;overflow:hidden}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:#235af3;height:7px}.learndash-wrapper .ld-progress.ld-progress-inline{align-items:center;flex-direction:row-reverse}.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{flex:1 auto;margin-right:1em}.learndash-wrapper .ld-progress.ld-progress-inline .ld-status{margin-left:1em}@media (max-width:640px){.learndash-wrapper .ld-progress .ld-progress-heading,.learndash-wrapper .ld-progress .ld-progress-heading.ld-progress-inline{flex-direction:column}}.learndash-wrapper .ld-breadcrumbs+.ld-topic-status{padding:0}.learndash-wrapper.learndash-widget .ld-progress{flex-wrap:wrap}.learndash-wrapper.learndash-widget .ld-progress .ld-progress-heading{flex-direction:column;margin:.25em 0;order:1}.learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar{background-color:#e2e7ed;margin-right:0;width:100%}.learndash-pager{align-items:center;background-color:#e2e7ed;border-radius:17px;color:#617175;color:#333;display:inline-flex;font-size:12px;font-weight:700;justify-content:space-between;margin:10px 0;padding:6px 12px;text-transform:uppercase}.learndash-pager a{border:none!important;box-shadow:none!important;color:#333;cursor:pointer;font-size:18px;line-height:1em;text-decoration:none!important}.learndash-pager a:after,.learndash-pager a:before{display:none}.learndash-pager a.disabled{cursor:default;opacity:.5}.learndash-pager .pager-left{order:1}.learndash-pager .pager-legend{order:2;padding:0 8px}.learndash-pager .pager-right{order:3}.learndash-wrapper .ld-pagination{align-items:center;color:#333;display:flex;font-size:.75em;font-weight:700;justify-content:flex-end;margin-bottom:1em;text-transform:uppercase}.learndash-wrapper .ld-pagination .ld-pages{align-items:center;background-color:#e2e7ed;border-radius:17px;display:flex;flex:0 0 180px;justify-content:space-between;line-height:1;overflow:hidden;padding:.5em}.learndash-wrapper .ld-pagination .ld-pages i{background-position:50%;background-repeat:no-repeat;background-size:contain;color:#333;cursor:pointer;display:block;transition:color .3s ease}.learndash-wrapper .ld-pagination .ld-pages i:hover{color:#235af3}.learndash-wrapper .ld-pagination .ld-pages a{color:#333;transition:all .25s ease-in-out}.learndash-wrapper .ld-pagination .ld-pages a:hover{color:#333}.learndash-wrapper .ld-pagination .ld-pages a.disabled{opacity:.25;pointer-events:none}@media (max-width:640px){.learndash-wrapper .ld-pagination{justify-content:center}}.learndash-wrapper .ld-item-list-item-expanded .ld-pagination .ld-pages{flex:0 0 100px;padding:0 10px}.learndash-wrapper .ld-table-list-footer .ld-pagination .ld-pages{flex:0 0 120px}.ld-loading{position:relative}.ld-loading:after{background:#ffffff80;bottom:0;left:0;right:0;top:0;z-index:99}.ld-loading:after,.ld-loading:before{content:"";display:block;position:absolute}.ld-loading:before{animation:ldrotating 1.2s linear infinite;border:3px solid #00000080;border-radius:50%;border-top-color:#235af3;height:40px;left:50%;margin:-20px 0 0 -20px;top:50%;width:40px;z-index:100}.learndash-wrapper .ld-section-heading h3{font-size:24px;margin:.5em 0}.learndash-wrapper .ld-score{font-weight:700}.learndash-wrapper .ld-score.score-low{color:#ff3c00}.learndash-wrapper .ld-score.score-high{color:#235af3}.learndash-wrapper .ld-expand-button{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%}.learndash-wrapper .ld-expand-button .ld-icon{font-size:.875em}.learndash-wrapper .ld-expand-button .ld-text{flex:1 1 100;padding:0 1em;text-align:center}.learndash-wrapper .ld-expand-button+.ld-button{margin-left:1em}.learndash-wrapper .ld-expand-button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.learndash-wrapper .ld-expand-button.ld-compact .ld-icon{font-size:.75em;margin-right:0}.learndash-wrapper .ld-expand-button.ld-compact .ld-text{padding:0}.learndash-wrapper .ld-expand-button.ld-button-alternate{background:#0000;color:#235af3;padding:0}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper .ld-expand-button.ld-button-alternate:hover{background:#0000}.learndash-wrapper .ld-expand-button.ld-button-transparent{background:#0000;color:#235af3}.learndash-wrapper .ld-expand-button.ld-button-transparent.ld-status-complete{color:#235af3}.learndash-wrapper .ld-expand-button.ld-button-transparent:focus,.learndash-wrapper .ld-expand-button.ld-button-transparent:hover{outline-style:solid;outline-width:2px}.learndash-wrapper .ld-expand-button.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper .ld-expand-button.ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper .ld-expand-button.ld-button-reverse{background:#fff;color:#235af3}.learndash-wrapper .ld-expand-button.ld-button-reverse:hover{background:#235af3;color:#fff}.learndash-wrapper .ld-expand-button:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper .ld-expand-button:hover{background-color:#0e2a90}.learndash-wrapper .ld-expand-button[disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}.learndash-wrapper .ld-expand-button[disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){.learndash-wrapper .ld-expand-button{max-width:100%}}@media (max-width:640px){.learndash-wrapper .ld-expand-button{margin-left:10px;text-align:left}}.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon{transform:rotate(-180deg)}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text{text-align:left}.learndash-wrapper .ld-status{background-color:#e2e7ed;border-radius:12px;color:#333;display:block;font-size:11px;font-weight:700;letter-spacing:.5px;line-height:1.1;margin-bottom:5px;padding:5px 12px;text-align:center;text-transform:uppercase}.learndash-wrapper .ld-status.ld-tooltip [role=tooltip]{font-size:.75rem;letter-spacing:normal;line-height:unset}.learndash-wrapper .ld-status-icon{border-radius:100%;display:inline-block;flex-basis:26px;flex-shrink:0;height:26px;position:relative;text-align:center;width:26px}.learndash-wrapper .ld-status-icon .ld-icon{font-size:1.5em}.learndash-wrapper .ld-status-icon .ld-icon:before{left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%)}.learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon{font-size:1em}.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:#235af3}.learndash-wrapper .ld-status-complete{background-color:#235af3;color:#fff}.learndash-wrapper a.ld-status-complete:focus,.learndash-wrapper a.ld-status-complete:link,.learndash-wrapper a.ld-status-complete:visited{color:#fff}.learndash-wrapper .ld-status-waiting{background-color:#ffd200;color:#000000bf}.learndash-wrapper .ld-status-alert,.learndash-wrapper .ld-status-unlocked{background-color:#ebf8fd;color:#235af3}.learndash-wrapper .ld-status-incomplete.ld-status-icon{background-color:#fff;border:4px solid #e2e7ed}.learndash-wrapper .ld-status-in-progress{background-color:#fff;border-color:#235af3 #e2e7ed #e2e7ed #235af3;border-style:solid;border-width:4px;transform:rotate(-45deg)}.learndash-wrapper .ld-certificate-icon{background:#235af3;display:block;height:30px;margin:auto;width:40px}.learndash-wrapper .ld-item-icon{flex-shrink:0;font-size:1.4em;margin-right:.25em}.learndash-wrapper .ld-item-icon.quiz-failure{color:#ff3c00}.learndash-wrapper .ld-item-icon.ld-quiz-complete{color:#235af3}.learndash-wrapper .ld-item-icon.ld-quiz-incomplete{color:#333}.learndash-wrapper .ld-icon-delete{color:#7b8990;font-size:1.8em;margin-right:.25em}.learndash-wrapper .ld-icon-delete:hover{color:#333}.learndash-wrapper .ld-home-link{color:#495255;font-size:.75em;margin:0 0 .75em;text-decoration:underline}.learndash-wrapper .ld-home-link:hover{text-decoration:none}.learndash-wrapper .ld-text-content{color:#666;line-height:1.6;margin:1.5em 0}.learndash-wrapper .ld-select-field{position:relative}.learndash-wrapper .ld-select-field:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e90e";display:inline-block;font-family:ld-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;pointer-events:none;position:absolute;right:.5em;text-transform:none;top:50%;transform:translateY(-50%);z-index:9}.learndash-wrapper .ld-select-field select{appearance:none}.learndash-wrapper .ld-file-upload{background-color:#f0f3f6;border-radius:6px;margin:1em 0;padding:1.5em}.learndash-wrapper .ld-file-upload .ld-file-upload-heading{color:#617175;font-size:1.2em;font-weight:700}.learndash-wrapper .ld-file-upload .ld-file-upload-heading span{font-size:.8em;font-weight:300}.learndash-wrapper .ld-file-upload .ld-file-upload-form{align-items:center;display:flex;margin-top:1em}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{align-items:center;background-color:#fff;border-bottom-left-radius:12px;border-top-left-radius:12px;display:flex;flex:1;font-weight:700;overflow:hidden}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{background-color:#617175;color:#fff;font-size:.875em;font-weight:700;padding:.5em 2em}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{border-bottom-right-radius:12px;border-top-right-radius:12px;color:#333;font-size:.875em;font-style:italic;overflow:hidden;padding:.5em 2em;text-overflow:ellipsis;white-space:nowrap}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{flex:0 0 150px;font-size:.875em;justify-content:center;opacity:.5;text-align:center}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-selected+.ld-button{opacity:1}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-bottom-right-radius:12px;border-top-right-radius:12px;cursor:pointer;margin-right:.5em}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input.has-focus+label,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input:focus+label{outline:1px dotted #000;outline:5px auto -webkit-focus-ring-color}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-upload-message{font-size:.8em;line-height:1.5em;margin-top:1em}@media (max-width:640px){.learndash-wrapper .ld-file-upload .ld-file-upload-form{flex-direction:column}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-radius:0;flex-direction:column;text-align:center;width:100%}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{width:100%}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{flex:1;margin-top:1em}}.learndash-wrapper .ld-hide{display:none}.learndash-wrapper .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{margin-bottom:1.5em}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:24px;margin:0;padding:0}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions{justify-content:flex-end;width:auto}@media (max-width:640px){.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{flex-wrap:wrap;margin-bottom:.5em;margin-top:0}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{flex:0 0 100%;justify-content:space-between}}.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{display:block;font-size:18px;font-weight:700;margin:1em 0 .5em}.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list{border-radius:0;margin:0}.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list .ld-table-list-items{border:0}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding:20px 60px}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0 2.8em}@media (max-width:768px){.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding-left:1em;padding-right:1em}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0 1em}}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{align-items:center;display:flex;font-size:.75em;line-height:1em}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress{border-right:1px solid #ffffff80;margin-right:10px;padding-right:10px;text-transform:uppercase}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{font-weight:400}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{align-items:flex-start;flex-direction:row;justify-content:flex-start}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon{margin-right:.5em}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded{padding-top:0}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded .ld-status{display:inline-block}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item.unavailable .ld-table-list-item-preview{opacity:.5}@media (max-width:640px){.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{align-items:stretch;flex-direction:column}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{margin:1em 2.9em}}.learndash-wrapper .ld-lesson-status{background:#f0f3f6;border-radius:6px;overflow:hidden}.learndash-wrapper .ld-lesson-status .ld-progress{padding:0 1em}.learndash-wrapper .ld-topic-status{background:#f0f3f6;border-radius:6px;overflow:hidden}.learndash-wrapper .ld-topic-status .ld-progress{padding:0 1em}.learndash-wrapper .quiz_continue_link{display:flex;justify-content:space-around;margin:10px}.learndash-wrapper .ld-quiz-actions{align-items:center;border-top:2px solid #f0f3f6;display:flex;flex-direction:row-reverse;justify-content:center;margin:20px 0;padding-top:30px}.learndash-wrapper .ld-quiz-actions .quiz_continue_link{margin:0 10px}.learndash-wrapper .ld-quiz-actions .wpProQuiz_button{background:#495255;margin:0 10px}.learndash-wrapper .ld-quiz-actions input[type=button]{margin:0 10px}.learndash-wrapper .ld-quiz-actions input[name=reShowQuestion],.learndash-wrapper .ld-quiz-actions input[name=restartQuiz]{background:#495255}@media (max-width:768px){.learndash-wrapper .ld-quiz-actions{flex-direction:row}.learndash-wrapper .ld-quiz-actions .quiz_continue_link,.learndash-wrapper .ld-quiz-actions .wpProQuiz_button,.learndash-wrapper .ld-quiz-actions input[type=button]{margin-bottom:1em;margin-left:auto;margin-right:auto;width:auto}}.learndash-wrapper #quiz_continue_link,.learndash-wrapper #quiz_continue_link:hover{background:#235af3}.learndash-wrapper .course_progress{background-color:#f0f3f6;border-radius:7px;height:7px;margin:1em 0;max-width:100%;overflow:hidden}.learndash-wrapper .course_progress .sending_progress_bar{background:#235af3;height:7px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz,.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock,.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite,.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-sizing:border-box;color:#617175;margin:1em 0;min-height:85px;padding:25px 15px 25px 75px;position:relative}.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser p{margin:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_infopageHeader{font-size:22px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable{border:5px solid #f0f3f6;border-radius:4px;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table,.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody{border:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody td{border:0!important;padding:15px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div{box-shadow:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{line-height:1.2em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate{text-align:center}.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{display:inline-block;justify-content:flex-start;padding:.5em 1em;white-space:nowrap}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:800;margin:0;opacity:1;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{display:flex;height:auto;justify-content:center;line-height:1.25em;max-width:385px;padding:1em;white-space:normal;width:100%;width:auto}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-icon{font-size:.875em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-text{flex:1 1 100;padding:0 1em;text-align:center}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button+.ld-button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2+.ld-button{margin-left:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-icon{font-size:.75em;margin-right:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-text{padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate{background:#0000;color:#235af3;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate:hover{background:#0000}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent{background:#0000;color:#235af3}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent.ld-status-complete,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent.ld-status-complete{color:#235af3}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:hover{outline-style:solid;outline-width:2px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse{background:#fff;color:#235af3}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse:hover{background:#235af3;color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover{background-color:#0e2a90}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2[disabled],.learndash-wrapper .wpProQuiz_content .wpProQuiz_button[disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2[disabled]:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button[disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{max-width:100%}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{margin-left:10px;text-align:left}}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{min-width:150px;padding:1em 2em}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{float:none!important;margin-bottom:1em;margin-left:auto!important;margin-right:auto!important}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.wpProQuiz_TipButton{display:inline;margin:auto;padding:.25em .5em}}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{align-items:center;background-color:#235af3;background:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;justify-content:space-around;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-icon{font-size:.875em}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-text{flex:1 1 100;padding:0 1em;text-align:center}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link+.ld-button{margin-left:1em}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-icon{font-size:.75em;margin-right:0}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-text{padding:0}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate{background:#0000;color:#235af3;padding:0}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate:hover{background:#0000}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent{background:#0000;color:#235af3}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent.ld-status-complete{color:#235af3}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:focus,.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:hover{outline-style:solid;outline-width:2px}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse{background:#fff;color:#235af3}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse:hover{background:#235af3;color:#fff}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover{background-color:#0e2a90}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link[disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link[disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{max-width:100%}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{margin-left:10px;text-align:left}}.learndash-wrapper .wpProQuiz_content .wpProQuiz_question{background:#0000;border:none;padding:0 0 1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList{background:#0000;border:0;list-style:none;margin:1em 0;margin-left:0!important;padding:0;padding-left:0!important}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] li.wpProQuiz_questionListItem{flex-wrap:wrap}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList input.wpProQuiz_questionInput{-webkit-appearance:auto;height:auto;max-width:100%;min-width:15px;width:2%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList input.wpProQuiz_questionInput:focus{outline-style:auto}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList input.wpProQuiz_questionInput:after{display:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList span{margin-right:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_question_text{background:#0000;font-weight:400;margin:0;padding:0;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion ol{line-height:1.5em!important;margin:0!important}.learndash-wrapper .wpProQuiz_content .graded-disclaimer{font-size:.85em;font-style:italic;margin-top:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString{background:#0000;border:0;margin:1em 0;padding:0}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_sortStringList{margin:1em 0!important;padding:0;padding:0!important}.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem{align-items:center;background:#f0f3f6;border:0;border-radius:6px;box-shadow:none;display:flex;gap:16px;justify-content:center;margin:0 .5em .5em 0;padding:.5em 1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem_icon{color:var(--ld-color-system-subtle);font-size:1rem;height:1rem;width:1rem}.learndash-wrapper .wpProQuiz_content .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem{margin:.5em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div{background-color:#f0f3f6;border:0;border-radius:6px;box-shadow:0;margin:1em 0 1em 1em;padding:1em;width:auto}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div:before{background:#fff;background-color:#f0f3f6;bottom:-4px;content:"";height:16px;left:66px;left:1em;position:absolute;top:-8px;top:auto;transform:rotate(-45deg);width:16px;z-index:1}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div h5{font-size:.8em;font-weight:700;padding-bottom:0;text-transform:uppercase}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div p>iframe{max-height:350px;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item){align-items:flex-start;display:flex;flex-direction:column;margin-bottom:.5em;position:relative}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) p{text-align:left}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status{font-size:14px;font-weight:600;line-height:1em;position:absolute;right:14px;top:14px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status--correct,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status--incorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status--missed{display:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .wpProQuiz_sortable:not(.ld-sortable__item-handle){align-items:center;background:#0000;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;display:flex;padding:1em;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .wpProQuiz_sortable:not(.ld-sortable__item-handle):before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e904";display:inline-block;font-family:ld-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-right:1em;text-transform:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) span.wpProQuiz_cloze{margin:2px 5px;position:relative}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label{align-items:center;border:2px solid #e2e7ed;border-radius:6px;display:inline-block;padding:1em;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input{margin-right:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input.wpProQuiz_questionInput[type=text]{border:0;box-shadow:none;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label.is-selected,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label:focus-within{border-color:#235af3}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) textarea.wpProQuiz_questionEssay{border:2px solid #e2e7ed;border-radius:6px;padding:1em;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect{background:#0000}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect label{background:#eef7f1;border-color:#2f8351}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect label:before{color:var(--ld-color-semantic-success);content:"\f15e";font-family:dashicons;font-size:22px;line-height:22px;vertical-align:text-top}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect .wpProQuiz_sortable{background:#2f8351;color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect .ld-quiz-question-item__status--correct{display:block}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect{background:#0000}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect label{background:#faeeee;border-color:#db0000}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect label:before{color:var(--ld-color-semantic-error);content:"\f335";font-family:dashicons;font-size:22px;line-height:22px;vertical-align:text-top}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect .wpProQuiz_sortable{border-color:#db0000}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect .ld-quiz-question-item__status--incorrect{display:block}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete{background:#0000;border:1px solid #0000!important}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete label{background:#f7f9fc;border-color:#000}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete .wpProQuiz_sortable{border-color:#2f8351}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete .ld-quiz-question-item__status--missed{display:block}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .wpProQuiz_cloze{display:inline-block}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .wpProQuiz_cloze input{border:1px solid #e2e7ed;border-radius:6px;font-size:var(--wp--preset--font-size--medium);padding:2px .5em;text-align:center}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] p{padding-bottom:0;padding-right:.25em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] label{all:unset}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] label input{margin-right:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table{border:2px solid #e2e7ed;border-collapse:initial;border-radius:6px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td{border:0;padding:0!important;vertical-align:top}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td:first-child{border-right:2px solid #e2e7ed}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortText{border-bottom-right-radius:0;border-top-right-radius:0;display:block;padding:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion{align-items:center;border-bottom-left-radius:0;border-left:0;border-top-left-radius:0;display:flex;height:100%;padding:.5em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table{border-color:#2f8351}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{background-color:#eef7f1;border-color:#2f8351}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortCriterion .wpProQuiz_sortStringItem,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortText{background-color:none;color:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table{border-color:#db0000}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table td{background-color:#faeeee;border-color:#db0000}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem{border:2px solid #e2e7ed;border-radius:6px;padding:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem p{margin:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label{border:0;color:var(--global--color-primary);display:inline-flex;font-weight:700;margin:0 .25em;padding:0;width:auto}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label input{height:.8em;margin-right:.5em;width:.8em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze.wpProQuiz_answerCorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze.wpProQuiz_answerIncorrect{background-color:initial;font-weight:400}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze.wpProQuiz_answerCorrect input,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze.wpProQuiz_answerIncorrect input{padding-right:30px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze.wpProQuiz_answerCorrect input{background-color:#eef7f1;border-color:#2f8351}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze.wpProQuiz_answerIncorrect input{background-color:#faeeee;border-color:#db0000}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .ld-quiz__cloze-results--correct-answer{color:var(--ld-color-system-subtle)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_clozeCorrect{position:relative}.learndash-wrapper .wpProQuiz_content .wpProQuiz_header{font-weight:700;margin:.5em 0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;box-sizing:border-box;color:#617175;margin:1em 0;min-height:85px;min-height:none;padding:25px;position:relative;text-align:center}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response p{margin:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response img{height:auto;max-width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem .wpProQuiz_question .wpProQuiz_questionList{margin:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type=cloze_answer] .wpProQuiz_questionListItem{display:block}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit{background-color:#e2e7ed;border-radius:6px;margin:1em 0;padding:1em;position:relative}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before{background:#fff;bottom:1em;content:"";height:7px;left:1em;position:absolute;right:1em;z-index:8}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time{color:#333}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:#235af3;height:7px;margin-bottom:0;position:relative;z-index:9}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms{padding:2px;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms fieldset{background:#0000;display:grid;gap:2px;grid-template-columns:150px 1fr;margin:0 0 2px;padding:0 0 8px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms fieldset:nth-child(2n){background:#fbfbfb}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms legend{display:contents;font-size:.9em;font-weight:700}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms input[type=text],.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms select,.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms textarea{width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_formFields[data-type="5"] label,.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_formFields[data-type="8"] label{display:inline-block;margin-left:.5em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_formFields[data-type="6"]{display:flex}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_formFields[data-type="6"] select{margin-right:1%}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"]{flex-wrap:wrap}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select{flex:1 0 50%;margin-bottom:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select:first-child{flex:0 0 100%}}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay]{background-color:#f0f3f6;border-radius:6px;display:flex;flex:0 0 100%;justify-content:space-between;margin:1em 0;padding:1.5em}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay]{display:block}}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=file]{background:#fff;border-radius:6px;flex:1;margin-right:1em;padding:1em}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=file]{width:100%}}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;max-width:100px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-icon{font-size:.875em}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-text{flex:1 1 100;padding:0 1em;text-align:center}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]+.ld-button{margin-left:1em}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-icon{font-size:.75em;margin-right:0}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-text{padding:0}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate{background:#0000;color:#235af3;padding:0}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate:hover{background:#0000}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent{background:#0000;color:#235af3}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent.ld-status-complete{color:#235af3}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:focus,.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:hover{outline-style:solid;outline-width:2px}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse{background:#fff;color:#235af3}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse:hover{background:#235af3;color:#fff}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:hover{background-color:#0e2a90}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit][disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit][disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{max-width:100%}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{margin-left:10px;text-align:left}}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{margin:10px auto}}.learndash-wrapper .wpProQuiz_quiz_time{color:#617175;font-size:.8em;font-weight:700}.learndash-wrapper .wpProQuiz_graded_points,.learndash-wrapper .wpProQuiz_points{align-items:center;background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;color:#617175;justify-content:center;margin:1em 0;padding:1em}.learndash-wrapper .wpProQuiz_points--message{color:#333}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box{background:#f0f3f6;border:0;border-radius:3px;overflow:auto}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li{border:0;border-radius:2px;box-shadow:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionTarget{background-color:#235af3;box-shadow:0;color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved{color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary{border-bottom:2px solid #f0f3f6;margin-bottom:2em;padding-bottom:2em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend{clear:both}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-current .wpProQuiz_reviewQuestion_Target{background-color:#4a4a68;color:var(--ld-color-system-white);outline-color:#3259eb;outline-offset:2px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-review .wpProQuiz_reviewColor_Review,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-review .wpProQuiz_reviewColor_Review{background-color:#eb7100}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-answered .wpProQuiz_reviewColor_Answer,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-answered .wpProQuiz_reviewColor_Answer{background-color:var(--ld-color-system-light-1);border:2px solid #3259eb}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-correct .wpProQuiz_reviewColor_AnswerCorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-correct .wpProQuiz_reviewColor_AnswerCorrect{background-color:var(--ld-color-semantic-success)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-incorrect .wpProQuiz_reviewColor_AnswerIncorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-incorrect .wpProQuiz_reviewColor_AnswerIncorrect{background-color:var(--ld-color-semantic-error)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion{background:none;border:none;max-height:none;overflow:auto}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion ol,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion ol{list-style:none;padding:16px 5px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li{margin:0 var(--ld-spacer-fixed-0) var(--ld-spacer-fixed-0) 0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip{background-color:var(--ld-color-system-white);border:2px solid var(--ld-color-system-border);border-radius:4px;box-shadow:none;color:#4a4a68;min-width:37px;padding:4px 8px;width:auto}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li:hover{background-color:#acb2c9;border-color:#acb2c9;color:var(--ld-color-system-text-dark)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{outline:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview{background-color:#4a4a68;border-color:#4a4a68;color:var(--ld-color-system-white)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip.wpProQuiz_reviewQuestionTarget:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip.wpProQuiz_reviewQuestionTarget:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget.wpProQuiz_reviewQuestionReview:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget:hover{background-color:var(--ld-color-system-text-dark);border-color:var(--ld-color-system-text-dark);color:var(--ld-color-system-white)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSkip:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li:focus{outline:2px solid #3259eb;outline-offset:2px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved{background-color:var(--ld-color-system-light-1);border-color:#3259eb;color:#3259eb}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved:hover{background-color:#b6c7f7;border-color:var(--ld-color-system-dark);color:var(--ld-color-system-dark)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved.wpProQuiz_reviewQuestionTarget{background-color:#3259eb;border-color:#3259eb;color:var(--ld-color-system-white)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved.wpProQuiz_reviewQuestionTarget:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved.wpProQuiz_reviewQuestionTarget:hover{background-color:var(--ld-color-system-dark);border-color:var(--ld-color-system-dark);color:var(--ld-color-system-white)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:var(--ld-color-semantic-success-light);border-color:var(--ld-color-semantic-success);color:#4a4a68;position:relative}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect:before,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect:before{color:#2b7f4d;content:"\f15e";font-family:dashicons;font-size:18px;left:50%;position:absolute;top:-24px;transform:translateX(-50%)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect:hover{background-color:#7cd09d;border-color:#2b7f4d;color:var(--ld-color-system-text-dark)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect.wpProQuiz_reviewQuestionTarget{background-color:var(--ld-color-semantic-success);border-color:var(--ld-color-semantic-success);color:var(--ld-color-system-white)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect.wpProQuiz_reviewQuestionTarget:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect.wpProQuiz_reviewQuestionTarget:hover{background-color:#055224;border-color:#055224;color:var(--ld-color-system-white)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:var(--ld-color-semantic-error-light);border-color:var(--ld-color-semantic-error);color:#4a4a68;position:relative}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect:before,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect:before{color:#db0000;content:"\f335";font-family:dashicons;font-size:18px;left:50%;position:absolute;top:-24px;transform:translateX(-50%)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect:hover{background-color:#ee8b8d;border-color:var(--ld-color-semantic-error);color:var(--ld-color-system-text-dark)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect.wpProQuiz_reviewQuestionTarget,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect.wpProQuiz_reviewQuestionTarget{background-color:var(--ld-color-semantic-error);border-color:var(--ld-color-semantic-error);color:var(--ld-color-system-white)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect.wpProQuiz_reviewQuestionTarget:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect.wpProQuiz_reviewQuestionTarget:hover{background-color:#8f0000;border-color:#8f0000;color:var(--ld-color-system-white)}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview{position:relative}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview:before,.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview:before{background-color:#eb7100;border:1.357px solid var(--ld-color-system-white);border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:-13px;transform:translateX(-50%);width:8px}.learndash-wrapper .ld-quiz-result-failed table .wpProQuiz_mextrixTr td:first-child,.learndash-wrapper .ld-quiz-result-passed table .wpProQuiz_mextrixTr td:first-child{border-right:2px solid #2f835133}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem{background-color:#fff;margin:0}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem{font-weight:400}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem>table tr td .wpProQuiz_maxtrixSortText,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem>table tr td .wpProQuiz_maxtrixSortText{padding-left:28px}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem .wpProQuiz_maxtrixSortText:before,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem .wpProQuiz_maxtrixSortText:before{font-family:dashicons;font-size:22px;left:8px;position:absolute;top:50%;transform:translateY(-50%)}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_maxtrixSortText:before,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_maxtrixSortText:before{color:var(--ld-color-semantic-success);content:"\f15e"}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_maxtrixSortText:before,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_maxtrixSortText:before{color:var(--ld-color-semantic-error);content:"\f335"}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem label input[type=radio],.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem label input[type=radio]{visibility:hidden}.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem label:before,.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem label:before{font-family:dashicons;left:14px;margin-left:4px;position:absolute;top:50%;transform:translateY(-50%)}.learndash-wrapper .ld-quiz-result-failed .ld-quiz__cloze-icon,.learndash-wrapper .ld-quiz-result-passed .ld-quiz__cloze-icon{font-family:dashicons;font-size:22px;position:absolute;top:50%;transform:translateY(-50%) translateX(-30px)}.learndash-wrapper .ld-quiz-result-failed .ld-quiz__cloze-icon--correct:before,.learndash-wrapper .ld-quiz-result-passed .ld-quiz__cloze-icon--correct:before{color:var(--ld-color-semantic-success);content:"\f15e"}.learndash-wrapper .ld-quiz-result-failed .ld-quiz__cloze-icon--incorrect:before,.learndash-wrapper .ld-quiz-result-passed .ld-quiz__cloze-icon--incorrect:before{color:var(--ld-color-semantic-error);content:"\f335"}.learndash-wrapper .ld-quiz-result-failed [data-type=free_answer] .wpProQuiz_questionListItem input[type=text],.learndash-wrapper .ld-quiz-result-passed [data-type=free_answer] .wpProQuiz_questionListItem input[type=text]{background-color:#fff;padding:6px}.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading{border-bottom:4px solid #e2e7ed;padding-bottom:12px}.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading h3{margin-top:0}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link{display:block}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button{font-size:12px;margin-left:0}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button .ld-icon{font-size:10px}.learndash-wrapper .ld-course-navigation .ld-status-icon{border:0;flex:0 0 15px;height:15px;margin-right:10px;margin-top:.15em;text-align:center;width:15px}.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark{font-size:.825em}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress{border-color:#235af3 #e2e7ed #e2e7ed #235af3;border-style:solid;border-width:2px}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete{border:2px solid #e2e7ed}.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-quiz{font-size:1.1em;margin-top:-2px}.learndash-wrapper .ld-course-navigation .ld-item-icon{font-size:1em;height:20px;width:14px}.learndash-wrapper .ld-course-navigation .ld-pagination{justify-content:center;margin:1em 0}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages{background-color:#617175;flex:0 0 120px}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages i,.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages span{color:#fff}.learndash-wrapper .ld-course-navigation .ld-lesson-item{border-bottom:1px solid #e2e7ed}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#235af3;font-weight:700}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete,.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete{border:2px solid #235af3}.learndash-wrapper .ld-course-navigation .ld-lesson-item .ld-expand-button .ld-expand-text{padding:0 1em 0 .5em}.learndash-wrapper .ld-course-navigation .ld-sep{color:#e2e7ed;padding:0 .25em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading{margin-top:1em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading{display:block;font-size:1em;font-weight:700;margin-bottom:.25em;text-align:left}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview{padding:10px 0}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading{display:flex;flex-flow:row wrap;justify-content:flex-start;line-height:1.25em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading{color:#495255}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover{color:#235af3}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title{display:flex;flex:1;font-size:.875em;font-weight:400}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon{margin-left:.5em;pointer-events:all}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon .ld-icon{font-size:.825em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{color:#617175;flex-basis:100%;justify-content:flex-start;padding-left:2em;padding-top:.5em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon{font-size:.625em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded{background:#f0f3f6;border-radius:8px;height:auto;margin:0 20px;max-height:0;overflow:hidden;position:relative;transition:max-height .3s ease}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid #fff;content:"";display:block;height:0;left:50px;position:absolute;top:0;width:0}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded.ld-expanded{margin-bottom:1em;max-height:20000px}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items{padding:1em .5em}.learndash-wrapper .ld-course-navigation .ld-table-list-header{display:none}.learndash-wrapper .ld-course-navigation .ld-table-list-footer{background:#0000;padding:.25em!important}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list{margin:0}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items{border:0;padding-right:0}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item{border-bottom:0;font-size:.9em;line-height:1.5em}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{align-items:flex-start;padding:.5em}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item{font-weight:700}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title{display:flex;flex:1}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title .ld-status-icon{margin-left:.5em;pointer-events:all}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title .ld-status-icon .ld-icon{font-size:.825em}.learndash-wrapper .widget_course_return{font-size:.8em;margin-top:1em}.learndash-wrapper .ld-profile-summary{margin:2em 0}.learndash-wrapper .ld-profile-summary .ld-profile-card{align-items:center;display:flex;flex-direction:column;margin:1.5em 0;width:100%}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar{border:5px solid #e2e7ed;height:150px;width:150px}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading{font-size:2em;font-weight:800;margin:5px 0}.learndash-wrapper .ld-profile-summary .ld-profile-card a.ld-profile-edit-link{color:#617175;font-size:14px;text-decoration:underline}.learndash-wrapper .ld-profile-summary .ld-profile-card a.ld-profile-edit-link:hover{color:#333;text-decoration:underline}.learndash-wrapper .ld-profile-summary .ld-profile-stats{display:flex;justify-content:center}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat{border-right:1px solid #e2e7ed;flex:0 0 90px;padding:0 12px;text-align:center}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{display:block;font-size:36px;font-weight:800;margin-bottom:8px}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span{color:#617175;font-size:14px;word-break:normal}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child{border-right:0}.learndash-wrapper #ld-profile .ld-section-heading{margin-bottom:0}.learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview+.ld-table-list-item-expanded{margin-top:-20px}.learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview+.ld-table-list-item-expanded .ld-essay-list{margin-top:0}.learndash-wrapper #ld-profile .ld-quiz-list .user_statistic:hover{color:#235af3}.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon{background-color:initial;border:none;color:#617175;font-size:1.5em;margin-right:-15px}.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon.ld-expanded,.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon:hover{color:#333;transition:.5 ease-in-out}.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status{white-space:nowrap}@media (max-width:640px){.learndash-wrapper #ld-profile .ld-section-heading .ld-item-list-actions{justify-content:space-between}.learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button{margin:10px 0;max-width:120px}.learndash-wrapper #ld-profile .ld-profile-stats{flex-wrap:wrap}.learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat{border:0;flex:1;margin:0 0 2em!important;padding:0 1em!important;width:50%}}#wpProQuiz_overlay_close{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;max-width:180px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%}#wpProQuiz_overlay_close .ld-icon{font-size:.875em}#wpProQuiz_overlay_close .ld-text{flex:1 1 100;padding:0 1em;text-align:center}#wpProQuiz_overlay_close+.ld-button{margin-left:1em}#wpProQuiz_overlay_close.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}#wpProQuiz_overlay_close.ld-compact .ld-icon{font-size:.75em;margin-right:0}#wpProQuiz_overlay_close.ld-compact .ld-text{padding:0}#wpProQuiz_overlay_close.ld-button-alternate{background:#0000;color:#235af3;padding:0}#wpProQuiz_overlay_close.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}#wpProQuiz_overlay_close.ld-button-alternate .ld-text{padding-left:.5em}#wpProQuiz_overlay_close.ld-button-alternate:hover{background:#0000}#wpProQuiz_overlay_close.ld-button-transparent{background:#0000;color:#235af3}#wpProQuiz_overlay_close.ld-button-transparent.ld-status-complete{color:#235af3}#wpProQuiz_overlay_close.ld-button-transparent:focus,#wpProQuiz_overlay_close.ld-button-transparent:hover{outline-style:solid;outline-width:2px}#wpProQuiz_overlay_close.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}#wpProQuiz_overlay_close.ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}#wpProQuiz_overlay_close.ld-button-reverse{background:#fff;color:#235af3}#wpProQuiz_overlay_close.ld-button-reverse:hover{background:#235af3;color:#fff}#wpProQuiz_overlay_close:focus{outline:2px solid #235af3;outline-offset:2px}#wpProQuiz_overlay_close:hover{background-color:#0e2a90}#wpProQuiz_overlay_close[disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}#wpProQuiz_overlay_close[disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){#wpProQuiz_overlay_close{max-width:100%}}@media (max-width:640px){#wpProQuiz_overlay_close{margin-left:10px;text-align:left}}@media (max-width:960px){#wpProQuiz_overlay_close{max-width:180px}}#wpProQuiz_user_content h2{border-bottom:2px solid #f0f3f6;font-size:24px;padding:1.5rem 0 .5em}#wpProQuiz_user_content h2+h2{border-bottom:0;font-size:18px}#wpProQuiz_user_content table.wp-list-table{background:#0000;border:0;border-collapse:collapse;border-radius:8px}#wpProQuiz_user_content table.wp-list-table td,#wpProQuiz_user_content table.wp-list-table th,#wpProQuiz_user_content table.wp-list-table tr{background:#0000}#wpProQuiz_user_content table.wp-list-table thead th{background:#235af3;border-bottom:0;color:#fff;font-size:14px;line-height:1;padding:25px 15px;white-space:nowrap}#wpProQuiz_user_content table.wp-list-table thead th:first-child{border-radius:8px 0 0 0}#wpProQuiz_user_content table.wp-list-table thead th:last-child{border-radius:0 8px 0 0}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th{background:#f0f3f6;border-bottom:1px solid #f0f3f6;line-height:1;padding:15px;text-align:center;white-space:nowrap}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:first-child,#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:only-child{text-align:left}#wpProQuiz_user_content table.wp-list-table tbody tr th{font-size:16px;font-weight:400;padding:15px;text-align:center}#wpProQuiz_user_content table.wp-list-table tbody tr th p{margin:0 0 5px}#wpProQuiz_user_content table.wp-list-table tbody tr th:first-child{box-shadow:inset 3px 0 0 0 #f0f3f6}#wpProQuiz_user_content table.wp-list-table tbody tr th:last-child{box-shadow:inset -3px 0 0 0 #f0f3f6}#wpProQuiz_user_content table.wp-list-table tbody tr th:nth-child(2){text-align:left}#wpProQuiz_user_content table.wp-list-table tbody tr th:only-child{box-shadow:inset -3px 0 0 0 #f0f3f6,inset 3px 0 0 0 #f0f3f6}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:nth-child(2){text-align:center}#wpProQuiz_user_content table.wp-list-table tfoot tr{border-bottom:0}#wpProQuiz_user_content table.wp-list-table tfoot tr th{background:#f0f3f6;border:0;font-size:16px;font-weight:400;padding:15px;text-align:center}#wpProQuiz_user_content table.wp-list-table tfoot tr th:first-child{border-radius:0 0 0 8px}#wpProQuiz_user_content table.wp-list-table tfoot tr th:last-child{border-radius:0 0 8px 0}.learndash-wrapper .ld-tabs{margin:1em 0}.learndash-wrapper .ld-tabs .ld-tabs-navigation{align-items:center;display:flex;margin:0;padding:0;position:relative}.learndash-wrapper .ld-tabs .ld-tabs-navigation:after{background:#e2e7ed;bottom:0;content:"";height:6px;left:0;position:absolute;right:0;z-index:8}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{align-items:center;background-color:inherit;border-color:#0000;color:#617175;cursor:pointer;display:flex;font-weight:700;padding:1.5em;position:relative;transition:color .3s ease;white-space:nowrap}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:hover{border-color:#0000}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon{font-size:1.4em;margin-right:.25em}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after{background:#0000;bottom:0;content:"";height:6px;left:0;position:absolute;right:0;transition:background .3s ease;z-index:9}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active{color:#235af3}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after{background:#235af3}@media (max-width:640px){.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{padding:1em}}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content{display:none;padding:2em 0}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content.ld-visible{display:block}.learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tab-content{padding:0}.learndash-wrapper .ld-breadcrumbs{align-items:center;background:#f0f3f6;border-radius:6px;display:flex;justify-content:space-between;padding:.5em 1em}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.75em;margin:0;overflow:hidden;padding-left:0;padding-right:1em;text-overflow:ellipsis;white-space:nowrap}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li{display:inline}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li a{font-weight:700}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li:after{content:">";unicode-bidi:plaintext}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li:last-child:after{display:none}.learndash-wrapper .ld-breadcrumbs .ld-status{white-space:nowrap}.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete,.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress{background:#235af3;color:#fff}@media (max-width:640px){.learndash-wrapper .ld-breadcrumbs{align-items:flex-start;flex-direction:column}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{width:100%}.learndash-wrapper .ld-breadcrumbs .ld-status{margin-top:1em;width:100%}}.learndash-wrapper .ld-alert-content{width:100%}.learndash-wrapper .ld-alert{align-items:center;background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-sizing:border-box;color:#617175;display:flex;justify-content:space-between;margin:1em 0;min-height:85px;padding:25px 15px 25px 75px;position:relative}.learndash-wrapper .ld-alert .ld-alert-icon{background-color:#e2e7ed;border-radius:100%;font-size:24px;left:15px;margin-right:.5em;padding:.5em;position:absolute;top:50%;transform:translateY(-50%)}.learndash-wrapper .ld-alert .ld-alert-icon.ld-icon-alert{font-size:42px;padding:3px}.learndash-wrapper .ld-alert .ld-alert-text{font-size:1em;font-weight:700}.learndash-wrapper .ld-alert .ld-button{display:inline-block;height:auto;margin-left:1em;max-width:185px;min-width:7.5em;padding:5px 20px 5px 30px;position:relative}.learndash-wrapper .ld-alert .ld-button .ld-icon{left:15px;position:absolute;top:50%;transform:translateY(-50%)}.learndash-wrapper .ld-alert .ld-button:hover .ld-icon.ld-icon-arrow-left{transform:translateX(-3px) translateY(-50%)}.learndash-wrapper .ld-alert .ld-alert-content a,.learndash-wrapper .ld-alert .ld-text a{color:#000c;text-decoration:underline}@media (max-width:768px){.learndash-wrapper .ld-alert{display:block;padding:75px 15px 15px;text-align:center}.learndash-wrapper .ld-alert .ld-alert-content{margin:0 0 1em}.learndash-wrapper .ld-alert .ld-icon{left:50%;margin:0;top:10%;transform:translateX(-50%)}.learndash-wrapper .ld-alert .ld-button{margin-left:0}}.learndash-wrapper .ld-alert-warning{background-color:#fff6cd;border-color:#ffd200;color:#000000bf}.learndash-wrapper .ld-alert-warning .ld-alert-icon{background-color:#ffd200}.learndash-wrapper .ld-alert-warning .ld-button{background-color:#ffd200;color:#000000bf}.learndash-wrapper .ld-alert-warning .ld-button:focus{outline-color:#ffd200}.learndash-wrapper .ld-alert-certificate .ld-button{max-width:unset;min-width:unset;padding-left:40px;text-decoration:none!important;width:auto}.learndash-wrapper .ld-alert-certificate .ld-button:hover{background:var(--ld-color-system-dark,#0e2a90);color:var(--ld-color-system-white,#fff)}.learndash-wrapper .ld-alert-certificate.ld-alert-success{color:#495255}.learndash-wrapper .ld-alert--step-completed .ld-button{max-width:190px!important;min-width:unset;text-decoration:none!important;width:auto}.learndash-wrapper .ld-alert--step-completed .ld-button .ld-icon{left:auto;right:20px}.learndash-wrapper .ld-alert--step-completed .ld-button:focus .ld-icon-arrow-right,.learndash-wrapper .ld-alert--step-completed .ld-button:hover .ld-icon-arrow-right{transform:translateX(3px) translateY(-50%)!important}.learndash-wrapper .ld-alert--step-completed.ld-alert-success{color:#495255}.learndash-wrapper .ld-alert-success{background-color:#235af333;border-color:#235af3;color:#495255}.learndash-wrapper .ld-alert-success .ld-alert-icon{background-color:#235af3;color:#fff}.learndash-wrapper .ld-alert-success .ld-button{background-color:#235af3}.learndash-wrapper .ld-alert-success .ld-button:focus{outline-color:#235af3}.learndash-wrapper .ld-alert-success .ld-button .ld-icon-download{font-size:18px;margin-right:5px}.learndash-wrapper .ld-focus{display:flex}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery){display:block;margin:1em 0;padding-left:40px}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery){list-style-type:decimal}.learndash-wrapper .ld-focus .ld-tab-content li:not(.blocks-gallery-item){display:list-item}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ul,.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ul{margin:0}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ol,.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ol{list-style-type:lower-latin;margin:0}.learndash-wrapper .ld-focus .ld-focus-sidebar{background-color:#fff;border-right:1px solid #e2e7ed;bottom:0;height:100vh;left:0;padding-top:50px;position:fixed;top:0;transition:all .3s ease;width:350px;z-index:99}.learndash-wrapper .ld-focus .ld-focus-sidebar,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper{padding-bottom:90px}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper{height:100%;overflow-x:visible;overflow-y:auto}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger{background:#0000;border:none;bottom:0;color:#fff;cursor:pointer;height:100%;position:absolute;right:0;top:0;z-index:99}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{background:#235af3;border:2px solid #fff;border-radius:100%;font-size:.8em;padding:8px;position:absolute;right:0;top:50%;transform:translateY(-50%) translateX(25%);z-index:9}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover{background:#0000;box-shadow:none}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus .ld-icon,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon{background:#fff;border-color:#235af3;color:#235af3}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus{outline:none}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus .ld-icon{outline:2px solid #fff}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading{align-items:flex-start;background-color:#235af3;border-bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:75px;overflow:visible;padding:.75em 3.125em .75em 1em;position:relative;width:350px;z-index:9}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading a{color:#fff}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-mode-course-heading-wrapper{color:#fff;font-size:1em;font-weight:700;line-height:1.35em;margin:0;opacity:1;padding:0 0 0 1.6em;position:relative;transition:opacity .3s ease;z-index:100}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-mode-course-heading-wrapper a{color:#fff}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-mode-course-heading-wrapper .ld-icon{left:1px;position:absolute;top:3px}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-expand-button{color:#fff;display:none}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link{border-left:0;color:#fff;margin-left:0;padding:0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation{overflow:visible;position:relative}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-course-navigation-list{opacity:1;transition:opacity .3s ease}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded{background:#0000;border-radius:0;margin:0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items{padding:.5em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading{padding:0 1em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading{margin-bottom:0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list{background-color:#f0f3f6;border-radius:0;margin:0;padding:1em;position:relative}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{background:#fff;background-color:#fff;content:"";height:16px;height:13px;left:66px;left:43px;position:absolute;top:-8px;top:-7px;transform:rotate(-45deg);width:16px;width:13px;z-index:1}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item{font-size:.875em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{padding:.5em .5em .5em 1.6em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item{background-color:#fff;border-bottom:1px solid #e2e7ed;padding:0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview{padding:1em 1em .5em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button{margin-top:.5em;padding:.5em 2em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination{justify-content:center;margin:1em 0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages{background-color:#617175;flex:0 0 120px}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages i,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages span{color:#fff}.learndash-wrapper .ld-focus .ld-focus-main{flex:1 auto;margin-left:350px;transition:margin-left .3s ease;width:calc(100% - 350px)}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{margin:0 auto;max-width:960px;padding:5em}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1{margin:0 0 .5em;padding:0}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status,.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status{margin-bottom:1em}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status .ld-progress,.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status .ld-progress{display:none}.learndash-wrapper .ld-focus .ld-focus-header{align-items:center;background:#fff;border-bottom:1px solid #e2e7ed;display:flex;height:51px;justify-content:space-between;left:0;position:fixed;right:0;top:0;z-index:99}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav{display:none;width:55px}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav .ld-trigger-mobile-nav,.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav .ld-trigger-mobile-nav:focus,.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav .ld-trigger-mobile-nav:hover{all:unset;display:block;padding:0 15px}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav .ld-trigger-mobile-nav:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span{background-color:#333;display:block;height:4px;margin:4px 0;transition:all .25s ease-in-out;width:25px}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-1{transform:rotate(-45deg) translate(-4px,8px)}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-2{opacity:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-3{transform:rotate(45deg) translate(-3px,-7px)}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{background-color:#fff;flex:0 0 350px;height:100%;padding:.5em 1em;transition:flex .3s ease}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo img{height:100%;width:auto}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:center;border-top:none;display:flex;flex:auto;justify-content:space-evenly}@media (max-width:768px){.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start}}@media (max-width:960px){.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start}}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{position:relative}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .learndash_timer{align-items:center;background:#fff;bottom:1px;display:flex;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{display:flex;flex-direction:column;height:50px;justify-content:center}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{border-right:1px solid #e2e7ed}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action.ld-empty,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action:last-child{border:0}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:after,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after{color:#235af3}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:disabled:after,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:disabled:after{color:#617175}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button{background:#0000;background:#0000!important;color:#235af3}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete{color:#235af3}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover{outline-style:solid;outline-width:2px}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:focus,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_incomplete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_incomplete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-incomplete:after{color:#333}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{align-items:center}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress-wrap{max-width:90%;width:100%}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{flex:0 1;flex-grow:3}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #sfwd-mark-complete,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete{margin:0 1em}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{flex:1 2 auto;margin:0;padding:.5em 1em 0 0}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar{background:#e2e7ed}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{align-items:center;border-left:1px solid #e2e7ed;display:flex;flex:0 0 200px;height:50px;justify-content:flex-end;padding-right:1em;position:relative}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{color:#617175;font-size:.75em}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar{height:40px;margin-left:1em;width:40px}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items{margin-right:1em;opacity:0;position:absolute;right:0;top:100%;visibility:hidden;z-index:9}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before{border-bottom:5px solid #235af3;border-left:5px solid #0000;border-right:5px solid #0000;content:"";height:0;position:absolute;right:1em;top:-5px;width:0;z-index:-1}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a{background-color:#235af3;border-bottom:1px solid #ffffff1a;color:#fff;display:block;font-size:.875em;font-weight:700;padding:.75em 2.5em;position:relative;white-space:nowrap}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:hover{opacity:.8}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:last-child{border-bottom:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu:hover .ld-user-menu-items{opacity:1;visibility:visible}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar{background-color:initial;transform:translateX(calc(-100% + 50px))}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(45%) rotate(180deg)}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading{top:0}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading h3,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-list{opacity:0}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:50px;width:calc(100% - 50px)}@media (max-width:1280px){.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{flex:1 2 auto}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{flex:0 1}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{display:none}}@media (max-width:1024px){.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{display:none}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{flex:0 0 150px}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{padding-left:3em}}@media (max-width:768px){.learndash-wrapper .ld-focus .ld-focus-header{flex-direction:row;flex-wrap:wrap;height:auto;position:relative}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{display:none}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav{display:block;order:1}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{align-items:center;border-right:0;margin:0;order:2;padding:0 1em}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-stats{display:block;text-align:center}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-percentage{line-height:1em;margin-bottom:.3em}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-steps{display:none}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar{margin:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{border-left:0;order:3}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start;background:#fff;border-top:1px solid #efefef;flex:100%;flex-direction:row;order:4;padding:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions>*{margin:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions .ld-content-action{flex:50%;height:auto}.learndash-wrapper .ld-focus .ld-focus-content{margin-top:30px}.learndash-wrapper .ld-focus.ld-focus-initial-transition .ld-focus-sidebar{display:none}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(-100%)}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger{display:none}.learndash-wrapper .ld-focus .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:0;width:100%}.learndash-wrapper .ld-focus .ld-course-navigation-heading{position:static}.learndash-wrapper .ld-focus .ld-course-navigation{padding-top:0}.learndash-wrapper .ld-focus .ld-focus-sidebar{padding-top:0;position:absolute;top:0;z-index:1000}}@media (max-width:640px){.learndash-wrapper .ld-focus .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:0}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content{margin:30px auto 50px;padding:5% 1.5em}}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-right .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery){padding-left:0;padding-right:40px}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar{border-left:1px solid #e2e7ed;border-right:initial;left:auto;right:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger{left:0;right:auto}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{left:0;right:auto;transform:translateY(-50%) translateX(-25%)}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading{padding:.75em 1em .75em 3.125em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3{padding:0 1.6em 0 0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon{left:auto;right:1px}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link{border-left:initial;border-right:0;margin-left:0;margin-right:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{background:#fff;content:"";height:16px;left:66px;left:auto;position:absolute;right:66px;top:-8px;transform:rotate(-45deg);transform:rotate(45deg);width:16px;z-index:1;z-index:9}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{padding-left:0;padding-right:1.6em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main{margin-left:0;margin-right:350px;transition:margin-right .3s ease}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header{left:0;right:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav.expanded .bar-1,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav.expanded .bar-1{transform:rotate(45deg) translate(4px,8px)}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav.expanded .bar-3,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav.expanded .bar-3{transform:rotate(-45deg) translate(3px,-7px)}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-action .learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-action .learndash_timer{left:0;right:0}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(calc(100% + -50px))}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(-45%) rotate(-180deg)}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-right:50px}@media (max-width:1280px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress{flex:1 2 auto}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{flex:0 1}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text{display:none}}@media (max-width:1024px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text{display:none}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-brand-logo,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-brand-logo{flex:0 0 150px}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content{padding-left:3em;padding-right:3em}}@media (max-width:768px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header{flex-direction:row;flex-wrap:wrap;height:auto;position:relative}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-brand-logo,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-brand-logo{display:none}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav{display:block;order:3}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress{align-items:center;border-left:0;border-right:inherit;margin:0;order:2;padding:0 1em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-stats,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-stats{display:block;text-align:center}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-percentage,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-percentage{line-height:1em;margin-bottom:.3em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-steps,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-steps{display:none}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-bar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-bar{margin:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{border-left:inherit;border-right:0;order:1}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items{left:0;margin-left:1em;right:auto}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items:before{left:1em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions{align-items:flex-start;background:#fff;border-top:1px solid #efefef;flex:100%;flex-direction:row;order:4;padding:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions>*,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions>*{margin:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions .ld-content-action,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions .ld-content-action{flex:50%;height:auto}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-content{margin-top:30px}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(100%)}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger{display:none}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:inherit;margin-right:0;width:100%}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-course-navigation-heading,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-course-navigation-heading{position:static}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-course-navigation,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-course-navigation{padding-top:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar{padding-top:0;position:absolute;top:97px;z-index:1000}}@media (max-width:640px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-right:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content{margin:30px auto 50px;padding:5% 1.5em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav{order:3}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{order:1}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items{left:0;margin-left:1em;right:auto}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items:before{left:1em}}@media only screen and (min-width:769px) and (max-width:782px){body.admin-bar .learndash-wrapper .ld-focus-header{top:46px}}@media only screen and (min-width:783px){body.admin-bar .learndash-wrapper .ld-focus-header{top:32px}}body.admin-bar .learndash-wrapper .ld-focus-sidebar{top:32px}@media (max-width:768px){body.admin-bar .learndash-wrapper .ld-focus-sidebar{top:93px}}body.ld-in-focus-mode{background:#fff;margin:0;padding:0}body.ld-in-focus-mode:after,body.ld-in-focus-mode:before{display:none}body.ld-in-focus-mode .learndash-wrapper{background:#fff}body.ld-in-focus-mode.admin-bar{padding-top:32px}@media (max-width:768px){body.ld-in-focus-mode.admin-bar{padding-top:0}body.ld-in-focus-mode.admin-bar .ld-focus-sidebar{top:97px}}.ld-tooltip{position:relative}.ld-tooltip:after{content:"";height:.1875rem;left:0;pointer-events:auto;position:absolute;top:100%;width:100%;z-index:1}.ld-tooltip [role=tooltip]{background:#235af3;border-radius:6px;box-shadow:0 -1px 0 2px #ffffffbf;color:#fff;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:.75em;font-weight:700;height:min-content;left:0;max-width:300px;min-width:150px;padding:.25em 1em;pointer-events:auto;text-align:center;text-transform:none;top:100%;transform:translateY(.1875rem);transition:opacity .1s linear;width:max-content;z-index:2}.ld-tooltip--initialized [role=tooltip]{opacity:0;position:absolute}.ld-tooltip--initialized.ld-tooltip--position-right [role=tooltip]{left:auto;right:0}.ld-tooltip--initialized.ld-tooltip--hidden [role=tooltip]{left:-9999px}.ld-tooltip--initialized:not(.ld-tooltip--hidden) [role=tooltip]{opacity:1}.ld-tooltip:not(.ld-tooltip--initialized) [role=tooltip]{display:inline-block}#learndash-tooltips{bottom:0;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:16px;height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:999}#learndash-tooltips .ld-tooltip{background-color:#235af3;border-radius:6px;box-shadow:0 -1px 0 2px #ffffffbf;color:#fff;font-size:.75em;font-weight:700;max-width:300px;min-width:150px;opacity:0;padding:.25em 1em;position:absolute;text-align:center;transform:translateX(1%) translateY(-25px);transition:opacity .1s linear}#learndash-tooltips .ld-tooltip:after{background:#235af3;bottom:-4px;content:"";height:5px;left:5%;position:absolute;transform:rotate(45deg) translateX(-50%);width:5px}#learndash-tooltips .ld-tooltip.ld-shifted-left:after{left:10%}#learndash-tooltips .ld-tooltip.ld-shifted-right{transform:translateX(-100%) translateY(-30px)}#learndash-tooltips .ld-tooltip.ld-shifted-right:after{left:auto;right:10%}#learndash-tooltips .ld-tooltip.ld-visible{opacity:1}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{background:#f0f3f6;border-radius:6px;display:flex;margin:1em 0;padding:1em 0}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{border-right:2px solid #bec5cb;flex:1 auto;justify-content:space-around;padding:0 1em;text-align:center;width:33%}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child{border-right:0}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-button{margin:0}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status{display:inline-block;width:auto}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-content{align-items:center;display:flex;flex-direction:column;justify-content:space-around;line-height:1.25em;margin-bottom:.5em;text-align:center}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price{align-items:center;color:#617175;display:flex;font-size:32px;font-weight:700;justify-content:space-around;line-height:1;margin-top:-3px;text-align:center}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-text{font-size:18px;font-weight:400;margin-left:8px}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-currency{font-size:16px;margin-right:.25em}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label{color:#617175;display:block;font-family:var(--wp--preset--font-family--body);font-size:.75em;font-weight:700;margin-bottom:1em}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ppalholder{position:absolute}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text{color:#617175;display:inline-block;font-size:14px;margin-right:.5em;white-space:nowrap}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text{color:#235af3;display:inline-block;font-weight:700;margin-left:5px;text-decoration:underline}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text:hover{color:#0e2a90}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text button.ld-login-text{background:none;border:none;font-size:inherit;padding:0}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin:0 .5em}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin-left:auto}}@media (max-width:1280px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action{align-items:center;flex-direction:column;justify-content:flex-start}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button,.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin-right:0}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button{margin-bottom:.5em}}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action #btn-join,.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .btn-join{margin-left:auto}}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-seg-action.status-closed .ld-text{white-space:normal}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{flex-direction:column}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{border-bottom:1px solid #e2e7ed;border-right:0;padding:1em 0;width:auto}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child{border-bottom:0}}.learndash-wrapper .ld-course-status.ld-course-status-enrolled{background-color:#f0f3f6;border-radius:6px;display:flex;padding:.5em 1em}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{flex:1;margin:0;padding:0 1em 0 0}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-enrolled{flex-direction:column}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{align-items:flex-start;flex-direction:column;padding-right:0}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-heading{display:block;text-align:center;width:100%}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats{flex-direction:column}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats .ld-progress-steps{margin-left:0}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-bar{margin:1em 0;width:100%}}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status{display:inline-block;margin:0 auto;width:auto}.learndash-wrapper .ld-course-status .ld-status{line-height:1.3}.learndash-wrapper .ld-course-status .ld-status.ld-status-complete,.learndash-wrapper .ld-course-status .ld-status.ld-status-progress{background:#235af3;color:#fff}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-course-price,.learndash-wrapper .ld-course-status-seg-price .ld-course-status-trial-price{text-align:center;width:100%}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-trial-price{margin-bottom:10px}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-content .ld-text{font-size:16px;margin-bottom:0}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-content .ld-pricing{font-size:12px}.learndash-wrapper .ld-course-certificate{align-items:center;display:flex;justify-content:center;margin:1em 0;text-align:center}.learndash-wrapper .ld-course-certificate .ld-button{display:inline-block;font-size:14px;max-width:inherit}.learndash-wrapper .ld-course-certificate .ld-icon-certificate{font-size:24px;margin-right:5px}.jq-dropdown-menu{box-shadow:0 0 0 1px #ddd!important}.jq-dropdown-menu button[type=submit],.jq-dropdown-menu input[type=button],.jq-dropdown-menu input[type=submit]{border:0;border-radius:0;color:#235af3;display:block!important;font-size:16px;font-size:14px!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1.5em;margin:0;padding:.5em 1em;text-align:center;text-transform:none;transition:none;width:100%!important}.jq-dropdown-menu button[type=submit]:hover,.jq-dropdown-menu input[type=button]:hover,.jq-dropdown-menu input[type=submit]:hover{background:#fafafa!important;color:#495255!important}.jq-dropdown-menu .ppalholder{display:none}.learndash-wrapper .learndash-wrapper-login-modal{position:relative}.learndash-wrapper .ld-modal{background:#fff;border-radius:6px;box-shadow:-3px -3px 20px #00000024;max-width:1024px;min-height:300px;opacity:0;overflow:hidden;overflow-y:auto;position:absolute;transform:translateY(-50%) translateX(-50%);transition:all .3s ease;visibility:hidden;width:100%;z-index:999;z-index:9000}.learndash-wrapper .ld-modal .ld-modal-closer{color:#617175;cursor:pointer;font-size:1.5em;line-height:.5;padding:1em;position:absolute;right:0;top:.5em;z-index:9}.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer{color:#fff}.learndash-wrapper.ld-modal-closed{display:none!important}.learndash-wrapper.ld-modal-open .ld-modal{opacity:1;visibility:visible}.learndash-wrapper .ld-login-modal{display:flex;margin:25% 50% 20px;text-align:center}.learndash-wrapper .ld-login-modal .ld-modal-heading{font-size:2.25em;font-weight:300;margin:.5em 0}.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{margin:0 auto;max-width:350px;min-width:80%;padding:20px}.learndash-wrapper .ld-login-modal .ld-login-modal-login{background:#fff;display:flex;flex:1;flex-direction:column;justify-content:center}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading{color:#235af3}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text{color:#617175;font-size:.875em}.learndash-wrapper .ld-login-modal .ld-login-modal-register{background:#235af3;color:#fff;display:flex;flex:1;flex-direction:column;justify-content:center}.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{box-shadow:0 0 0 5px #fff!important;opacity:1}.learndash-wrapper .ld-login-modal .ld-login-modal-register label{display:block;font-size:14px;font-weight:700;margin-bottom:.5em}.learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register{margin:2em 0}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]{background-color:#f9f9f9;border:2px solid #fff;font-size:1.2em;margin:0 0 1em;padding:.5em .5em .5em 2em;transition:all .25s ease-in-out;width:100%}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email]:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password]:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]:focus{background:#fff}.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail{font-size:.825em}.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit{border:5px solid #fff;border-radius:20px;font-size:14px;font-weight:700;justify-content:center;margin:0 auto;min-width:150px;padding:7px 35px;text-align:center}.learndash-wrapper .ld-login-modal .ld-login-modal-form{margin:2em 0}.learndash-wrapper .ld-login-modal .ld-login-modal-form form{display:flex;flex-direction:column}.learndash-wrapper .ld-login-modal .ld-login-modal-form p{margin:0}.learndash-wrapper .ld-login-modal .ld-login-modal-form p.login-submit{text-align:center}.learndash-wrapper .ld-login-modal .ld-login-modal-form label{color:#617175;display:block;font-size:14px;font-weight:700;margin-bottom:.5em}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username{position:relative}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#617175;content:"\e90c";display:inline-block;font-family:ld-icons!important;font-style:normal;font-variant:normal;font-weight:400;left:.5em;line-height:1;position:absolute;text-transform:none;top:2.5em}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password{position:relative}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#617175;content:"\e900";display:inline-block;font-family:ld-icons!important;font-style:normal;font-variant:normal;font-weight:400;left:.5em;line-height:1;position:absolute;text-transform:none;top:2.5em}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding{margin-top:1em;padding-top:2em;position:relative}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding:before{background-color:#e2e7ed;content:"";display:block;height:3px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:50px}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img{height:auto;max-height:250px;max-width:100%}.learndash-wrapper .ld-login-modal .ld-login-field,.learndash-wrapper .ld-login-modal .ld-password-field,.learndash-wrapper .ld-login-modal input[type=email],.learndash-wrapper .ld-login-modal input[type=password],.learndash-wrapper .ld-login-modal input[type=text]{background-color:#f0f3f6;border:2px solid #e2e7ed;color:#617175;font-size:.875em;margin:0 0 1em;padding:.5em .5em .5em 2em;transition:all .25s ease-in-out;width:100%}.learndash-wrapper .ld-login-modal .ld-login-field:focus,.learndash-wrapper .ld-login-modal .ld-password-field:focus,.learndash-wrapper .ld-login-modal input[type=email]:focus,.learndash-wrapper .ld-login-modal input[type=password]:focus,.learndash-wrapper .ld-login-modal input[type=text]:focus{border-color:#495255}.learndash-wrapper .ld-login-modal ::placeholder{font-family:Open Sans,Arial,Helvetica,sans-serif}.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:#333;font-size:.875em;text-decoration:underline}.learndash-wrapper .ld-login-modal .ld-button,.learndash-wrapper .ld-login-modal input[type=submit]{border:0;border-radius:20px;font-size:14px;font-weight:700;justify-content:center;margin:2em auto;min-width:150px;text-align:center}.learndash-wrapper .ld-login-modal input[type=submit]{background:#235af3;color:#fff;cursor:pointer;padding:.75em 5em;transition:all .25s ease-in-out}.learndash-wrapper .ld-login-modal input[type=submit]:hover{opacity:.8}@media (max-width:1024px){.learndash-wrapper .ld-login-modal{top:100px;transform:translateX(-50%);width:80%}.learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer{color:#617175}}@media (max-width:768px){.learndash-wrapper .ld-login-modal{flex-direction:column}}@media (max-width:640px){.learndash-wrapper .ld-login-modal{width:100%}}.learndash-wrapper .ld-button.ld-login-button{display:flex}.learndash-wrapper .ld-button.ld-login-button.ld-logout{justify-content:space-between}.learndash-wrapper .ld-button.ld-login-button.ld-login{justify-content:flex-start}.learndash-wrapper .ld-button.ld-login-button.ld-login .ld-icon{margin-right:10px}.learndash-wrapper #learndash-registration-wrapper,.learndash-wrapper #learndash-reset-password-wrapper{margin:auto}.learndash-wrapper #learndash-registration-wrapper .registration-login-link,.learndash-wrapper #learndash-reset-password-wrapper .registration-login-link{margin-bottom:1em}.learndash-wrapper #learndash-registration-wrapper form label,.learndash-wrapper #learndash-reset-password-wrapper form label{display:inline-block;font-size:16px;margin-bottom:3px}.learndash-wrapper #learndash-registration-wrapper #learndash_registerform .learndash-required-field,.learndash-wrapper #learndash-reset-password-wrapper #learndash_registerform .learndash-required-field{color:red}.learndash-wrapper #learndash-registration-wrapper form input,.learndash-wrapper #learndash-reset-password-wrapper form input{border:2px solid #a1a1a1;border-radius:5px;font-size:16px;margin-bottom:1em;margin-left:0;width:100%}.learndash-wrapper #learndash-registration-wrapper form input[type=email],.learndash-wrapper #learndash-registration-wrapper form input[type=password],.learndash-wrapper #learndash-registration-wrapper form input[type=text],.learndash-wrapper #learndash-reset-password-wrapper form input[type=email],.learndash-wrapper #learndash-reset-password-wrapper form input[type=password],.learndash-wrapper #learndash-reset-password-wrapper form input[type=text]{font-size:var(--ld-typography-desktop-body-size);margin-left:0;width:100%}.learndash-wrapper #learndash-registration-wrapper form input[type=image],.learndash-wrapper #learndash-reset-password-wrapper form input[type=image]{display:none}.learndash-wrapper #learndash-registration-wrapper form button.btn-join,.learndash-wrapper #learndash-registration-wrapper form input.btn-join,.learndash-wrapper #learndash-reset-password-wrapper form button.btn-join,.learndash-wrapper #learndash-reset-password-wrapper form input.btn-join{border:none;border-radius:20px}.learndash-wrapper #learndash-registration-wrapper #loginform #rememberme,.learndash-wrapper #learndash-reset-password-wrapper #loginform #rememberme{width:auto}.learndash-wrapper #learndash-registration-wrapper #learndash_registerform #wp-submit,.learndash-wrapper #learndash-reset-password-wrapper #learndash_registerform #wp-submit{margin-top:30px}.learndash-not-available .ld-item-list-item-preview,.learndash-not-available .ld-item-list-item-preview a.ld-item-name,.learndash-not-available .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-lesson-item-preview,.learndash-not-available .ld-lesson-item-preview a.ld-item-name,.learndash-not-available .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-table-list-item-preview,.learndash-not-available .ld-table-list-item-preview a.ld-item-name,.learndash-not-available .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-item-list-item-preview,.user_has_no_access .ld-item-list-item-preview a.ld-item-name,.user_has_no_access .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-lesson-item-preview,.user_has_no_access .ld-lesson-item-preview a.ld-item-name,.user_has_no_access .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-table-list-item-preview,.user_has_no_access .ld-table-list-item-preview a.ld-item-name,.user_has_no_access .ld-table-list-item-preview a.ld-lesson-item-preview-heading{cursor:not-allowed}.learndash-not-available .ld-item-list-item-preview .ld-expand-button,.learndash-not-available .ld-lesson-item-preview .ld-expand-button,.learndash-not-available .ld-table-list-item-preview .ld-expand-button,.user_has_no_access .ld-item-list-item-preview .ld-expand-button,.user_has_no_access .ld-lesson-item-preview .ld-expand-button,.user_has_no_access .ld-table-list-item-preview .ld-expand-button{pointer-events:all}.learndash-not-available a.ld-topic-row,.user_has_no_access a.ld-topic-row{cursor:not-allowed}.ld-item-list-item.is_sample .ld-item-list-item-preview,.ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-item-list-item.is_sample .ld-lesson-item-preview,.ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-item-list-item.is_sample .ld-table-list-item-preview,.ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-item-list-item-preview,.ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-lesson-item-preview,.ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-table-list-item-preview,.ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-item-list-item-preview,.ld-topic-list.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-lesson-item-preview,.ld-topic-list.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-table-list-item-preview,.ld-topic-list.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available.is_sample .ld-item-list-item-preview,.learndash-not-available.is_sample .ld-item-list-item-preview a.ld-item-name,.learndash-not-available.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available.is_sample .ld-lesson-item-preview,.learndash-not-available.is_sample .ld-lesson-item-preview a.ld-item-name,.learndash-not-available.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .wpProQuiz_resultsList .ld-item-list-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-item-list-item-preview,.user_has_no_access.is_sample .ld-item-list-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access.is_sample .ld-lesson-item-preview,.user_has_no_access.is_sample .ld-lesson-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading{cursor:pointer;pointer-events:all}.ld-item-list-item.is_sample a.ld-lesson-item-preview,.ld-item-list-item.is_sample a.ld-table-list-item-preview,.ld-item-list-item.is_sample a.ld-topic-row,.ld-lesson-item.is_sample a.ld-lesson-item-preview,.ld-lesson-item.is_sample a.ld-table-list-item-preview,.ld-lesson-item.is_sample a.ld-topic-row,.ld-topic-list.is_sample a.ld-lesson-item-preview,.ld-topic-list.is_sample a.ld-table-list-item-preview,.ld-topic-list.is_sample a.ld-topic-row{cursor:pointer!important;pointer-events:all!important}.learndash-wrapper .ld-user-status.ld-is-widget{margin:30px 0}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item{border:0;border-bottom:2px solid #f0f3f6;border-radius:0;margin:10px 0;padding:10px 0}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child{border-bottom:0}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview{padding:0}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{font-size:14px;line-height:1.5em}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components{margin-top:10px}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span{display:block;font-size:12px;line-height:1.5em;margin:0 0 5px}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span.ld-sep{display:none}.learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination{justify-content:flex-start}.learndash-wrapper .ld-focus-comments{margin:2em 0}.learndash-wrapper .ld-focus-comments p.comment-form-comment{margin:0;max-width:100%!important;width:100%!important}.learndash-wrapper .ld-focus-comments p.comment-form-comment textarea{width:100%}.learndash-wrapper .ld-focus-comments #ld-comments{margin-bottom:50px}.learndash-wrapper .ld-focus-comments #commentform .logged-in-as{float:right;font-size:.875em;font-weight:400;margin:0}.learndash-wrapper .ld-focus-comments #commentform textarea#comment{background:#e2e7ed;border:5px solid #e2e7ed;border-radius:6px;font-family:inherit;font-size:1em;padding:.875em}.learndash-wrapper .ld-focus-comments #commentform textarea#comment:focus{background:#0000;box-shadow:none;outline:0}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links{display:flex;flex-direction:row}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-previous{font-weight:700;margin:0;min-width:50%;text-align:left;width:100%}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-next{font-weight:700;margin:0;min-width:50%;text-align:right;width:100%}.learndash-wrapper .ld-focus-comments .form-submit{max-width:100%!important;width:100%!important}.learndash-wrapper .ld-focus-comments .form-submit #submit{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;display:inline-block;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:1em 0 0;max-width:385px;max-width:unset;min-width:unset;opacity:1;padding:.75em 3em;text-align:center;text-decoration:none;text-decoration:none!important;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;width:unset}.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon{font-size:.875em}.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-text{flex:1 1 100;padding:0 1em;text-align:center}.learndash-wrapper .ld-focus-comments .form-submit #submit+.ld-button{margin-left:1em}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-icon{font-size:.75em;margin-right:0}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-text{padding:0}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate{background:#0000;color:#235af3;padding:0}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-icon{background:#235af3;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate:hover{background:#0000}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent{background:#0000;color:#235af3}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent.ld-status-complete{color:#235af3}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:focus,.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:hover{outline-style:solid;outline-width:2px}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:focus{outline-color:#235af3;outline-offset:2px}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:hover{background:#0000;outline-color:#0e2a90}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse{background:#fff;color:#235af3}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse:hover{background:#235af3;color:#fff}.learndash-wrapper .ld-focus-comments .form-submit #submit:focus{outline:2px solid #235af3;outline-offset:2px}.learndash-wrapper .ld-focus-comments .form-submit #submit:hover{background-color:#0e2a90}.learndash-wrapper .ld-focus-comments .form-submit #submit[disabled]{background-color:#f6f8fa!important;color:#73738c!important;cursor:not-allowed;outline:2px solid #73738c!important}.learndash-wrapper .ld-focus-comments .form-submit #submit[disabled]:hover{background-color:#a7adc2!important;color:#0e0e2c!important}@media (max-width:960px){.learndash-wrapper .ld-focus-comments .form-submit #submit{max-width:100%}}@media (max-width:640px){.learndash-wrapper .ld-focus-comments .form-submit #submit{margin-left:10px;text-align:left}}.learndash-wrapper .ld-focus-comments__heading{align-items:center;border-bottom:4px solid #e2e7ed;display:flex;justify-content:space-between;margin-bottom:.5em}.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-text{font-size:1em;padding-right:.5em}.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-icon{font-size:.75em}.learndash-wrapper .ld-focus-comments__header{flex:1;font-size:2em;font-weight:400;margin-bottom:10px}.learndash-wrapper .ld-focus-comments__comments{font-size:1em;font-weight:400;overflow:hidden;transition:max-height .3s ease}.learndash-wrapper .ld-focus-comments .comment-respond{padding-top:0;position:relative}.learndash-wrapper .ld-focus-comments .comment-respond #reply-title{font-size:1.5em;font-weight:400;margin-bottom:.75em}.learndash-wrapper .ld-focus-comments .comment-respond small{font-size:.75em;margin-left:1em}.learndash-wrapper .ld-focus-comments #ld-comments-form.ld-collapsed,.learndash-wrapper .ld-focus-comments #ld-comments-post-button.ld-open{display:none}.learndash-wrapper .ld-focus-comment{margin:2em 0}.learndash-wrapper .ld-focus-comment:last-child{margin-bottom:5em}.learndash-wrapper .ld-focus-comment.depth-1{margin-left:0}.learndash-wrapper .ld-focus-comment.depth-2,.learndash-wrapper .ld-focus-comment.depth-3,.learndash-wrapper .ld-focus-comment.depth-4,.learndash-wrapper .ld-focus-comment.depth-5{margin-left:74px}@media (max-width:768px){.learndash-wrapper .ld-focus-comment.depth-2,.learndash-wrapper .ld-focus-comment.depth-3,.learndash-wrapper .ld-focus-comment.depth-4,.learndash-wrapper .ld-focus-comment.depth-5{margin-left:20px}}.learndash-wrapper .ld-focus-comment .ld-comment-avatar{align-items:center;display:flex;margin-bottom:1em;position:relative}.learndash-wrapper .ld-focus-comment .ld-comment-avatar img{border:4px solid #0000;border-radius:100%;box-sizing:border-box;height:auto;margin-right:16px;max-width:58px}.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{color:#000;display:block;font-size:1.125em;font-weight:700;margin-bottom:5px}.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink{color:#617175;display:block;font-size:.875em;text-decoration:none}.learndash-wrapper .ld-focus-comment .ld-comment-body{margin-left:74px;overflow:hidden;position:relative}.learndash-wrapper .ld-focus-comment .ld-comment-reply{margin:1em 0}.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link{background-color:#e2e7ed;border:0;border-radius:18px;color:#000;display:inline-block;font-size:.875em;font-weight:700;padding:.5em 1.75em;position:relative;z-index:9}.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper{background:#f2fafd;border-radius:6px;padding:1em}.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper>.ld-comment-avatar img{border-color:#235af3}.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper{background:#0000;border-radius:0;padding:0}.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper>.ld-comment-avatar img{border-color:#0000}.learndash-wrapper .ld-focus-comment.ld-no-avatar-image .ld-comment-body{margin-left:0}.ld-exam-content{margin-bottom:1em;margin-top:1em}.ld-exam-content:not(.ld-exam-graded) .ld-exam-questions{display:none}.ld-exam-content:not(.ld-exam-graded) .ld-exam-question-answer label{cursor:pointer}.ld-exam-content.ld-exam-graded .ld-exam-footer,.ld-exam-content.ld-exam-graded .ld-exam-header button.ld-exam-button-start,.ld-exam-content.ld-exam-graded .ld-exam-questions,.ld-exam-content:not(.ld-exam-graded) .ld-exam-result-message{display:none}.ld-exam-content .ld-exam-result-button,.ld-exam-content button{align-items:center;background-color:#235af3;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:auto;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:auto}.ld-exam-content .ld-exam-result-message{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;color:#617175;margin:1em 0;min-height:none;padding:25px;position:relative}.ld-exam-content .ld-exam-result-message p{margin:1em auto}.ld-exam-content .ld-exam-result-message .result-button{text-align:center}.ld-exam-content .ld-exam-header button{display:flex}.ld-exam-content .ld-exam-header .ld-exam-progress-bar{background-color:#e0e0e0;border-radius:3px;box-shadow:inset 0 1px 3px #0003;padding:3px;width:100%}.ld-exam-content .ld-exam-header .ld-exam-progress-bar-fill{background-color:#235af3;border-radius:3px;display:block;height:22px;transition:width .5s ease-in-out}.ld-exam-content .ld-exam-questions{list-style:none;margin-top:50px;padding-left:0}.ld-exam-content .ld-exam-questions .ld-exam-question{margin-bottom:50px}.ld-exam-content .ld-exam-questions .ld-exam-question .ld-exam-question-description,.ld-exam-content .ld-exam-questions .ld-exam-question .ld-exam-question-title{margin-bottom:1em}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer{align-items:center;background:#0000;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;display:flex;margin-bottom:.5em}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer *{margin:0}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input{margin:auto 1em}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label{margin-left:-2.2em;padding:1em 1em 1em 2em;width:100%}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected{border-color:#235af3}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-correct{border-color:#2f8351}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-correct{border-color:#235af3}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-student-correct{background-color:#2f8351;border-color:#235af3}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-incorrect{border-color:#db0000}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-incorrect{background-color:#db0000;border-color:#235af3}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-correct{background-color:#2f8351;border-color:#235af3}.ld-exam-content .ld-exam-questions .ld-exam-question-correct-message,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect-message{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;color:#617175;display:none;margin:1em 0;min-height:none;padding:25px;position:relative}.ld-exam-content .ld-exam-questions .ld-exam-question-correct-message p,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect-message p{margin:1em auto}.ld-exam-content .ld-exam-questions .ld-exam-question-correct .ld-exam-question-correct-message,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect .ld-exam-question-incorrect-message{display:block}.ld-exam-content .ld-exam-footer{min-height:50px}.ld-exam-content .ld-exam-footer *{float:right}.ld-sortable__item--sort_answer{align-items:center;background:#0000;border:2px solid var(--ld-color-system-subtle);border-radius:var(--ld-radius);box-shadow:none;display:flex;flex-direction:row;gap:var(--ld-spacer-fixed-1);margin-bottom:var(--ld-spacer-2);padding:0;position:relative}.ld-sortable__item--sort_answer:focus{border-width:3px;outline:none}.ld-sortable__item--sort_answer .ld-sortable__item-status,.ld-sortable__item--sort_answer .ld-sortable__item-status-container{display:none;visibility:hidden}.ld-sortable__item--sort_answer .ld-sortable__item-status-container{align-self:flex-start;margin-right:var(--ld-spacer-fixed-2);margin-top:var(--ld-spacer-2)}.ld-sortable__item--sort_answer .ld-sortable__item-status{font-size:var(--ld-typography-desktop-body-small-size);font-weight:var(--ld-typography-font-weight-bold);line-height:var(--ld-typography-desktop-body-small-height)}.ld-sortable__item--sort_answer.ld-sortable__item--correct .ld-sortable__item-status-container,.ld-sortable__item--sort_answer.ld-sortable__item--correct-answer .ld-sortable__item-status-container,.ld-sortable__item--sort_answer.ld-sortable__item--incorrect .ld-sortable__item-status-container{display:flex;flex:1 0 auto;visibility:visible}.ld-sortable__item--sort_answer.ld-sortable__item--correct{background-color:var(--ld-color-semantic-success-light);border-color:var(--ld-color-semantic-success)}.ld-sortable__item--sort_answer.ld-sortable__item--correct .ld-sortable__item-handle:before{color:var(--ld-color-semantic-success);content:"\f15e"}.ld-sortable__item--sort_answer.ld-sortable__item--correct .ld-sortable__item-status--correct{display:inline-block;visibility:visible}.ld-sortable__item--sort_answer.ld-sortable__item--correct-answer{background-color:var(--ld-color-system-light-2);border-color:#000}.ld-sortable__item--sort_answer.ld-sortable__item--correct-answer .ld-sortable__item-status--correct-answer{display:inline-block;visibility:visible}.ld-sortable__item--sort_answer.ld-sortable__item--incorrect{background-color:var(--ld-color-semantic-error-light);border-color:var(--ld-color-semantic-error)}.ld-sortable__item--sort_answer.ld-sortable__item--incorrect .ld-sortable__item-handle:before{color:var(--ld-color-semantic-error);content:"\f335"}.ld-sortable__item--sort_answer.ld-sortable__item--incorrect .ld-sortable__item-status--incorrect{display:inline-block;visibility:visible}.ld-sortable__item--sort_answer.ld-sortable__item--correct .ld-sortable__item-handle:before,.ld-sortable__item--sort_answer.ld-sortable__item--incorrect .ld-sortable__item-handle:before{font-family:dashicons;font-size:31px;height:31px;line-height:31px;margin-right:var(--ld-spacer-fixed-0);width:31px}.ld-sortable__item--sort_answer:first-child .ld-sortable__item-move--up,.ld-sortable__item--sort_answer:last-child .ld-sortable__item-move--down{visibility:hidden}.ld-sortable__item--sort_answer .ld-sortable__item-handle,.ld-sortable__item--sort_answer .ld-sortable__item-move{align-items:center;appearance:none;background:#0000;border:none;border-radius:var(--ld-radius);box-shadow:none;color:var(--ld-color-system-subtle-text);display:flex;outline:none}.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__up-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__up-caret{border:2px solid #0000;box-sizing:initial;min-width:min-content;padding:var(--ld-spacer-1) var(--ld-spacer-fixed-1);pointer-events:none}.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__drag{height:.875rem;margin-right:var(--ld-spacer-fixed-1);width:.875rem}.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__up-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move .ld-svgicon__up-caret{height:1.125rem;width:1.125rem}.ld-sortable__item--sort_answer .ld-sortable__item-handle:hover,.ld-sortable__item--sort_answer .ld-sortable__item-move:hover{border-color:var(--ld-color-brand-primary);color:var(--ld-color-brand-primary)}.ld-sortable__item--sort_answer .ld-sortable__item-handle:hover .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-handle:hover .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-handle:hover .ld-svgicon__up-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move:hover .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move:hover .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-move:hover .ld-svgicon__up-caret{background-color:var(--ld-color-system-light-1);border-color:var(--ld-color-brand-primary)}.ld-sortable__item--sort_answer .ld-sortable__item-handle:focus .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-handle:focus .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-handle:focus .ld-svgicon__up-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move:focus .ld-svgicon__down-caret,.ld-sortable__item--sort_answer .ld-sortable__item-move:focus .ld-svgicon__drag,.ld-sortable__item--sort_answer .ld-sortable__item-move:focus .ld-svgicon__up-caret{border-color:var(--ld-color-brand-primary)}.ld-sortable__item--sort_answer .ld-sortable__item-handle{cursor:move;padding:var(--ld-spacer-5) 0 var(--ld-spacer-5) var(--ld-spacer-fixed-2);width:100%}.ld-sortable__item--sort_answer .ld-sortable__item-move-container{display:flex;flex-direction:row;gap:var(--ld-spacer-fixed-1);padding:var(--ld-spacer-5) var(--ld-spacer-fixed-2) var(--ld-spacer-5) var(--ld-spacer-fixed-1)}.ld-sortable__item--sort_answer .ld-sortable__item-move{cursor:pointer}.ld-sortable__item--sort_answer .ld-sortable__item-text{color:#1e1e1e;font-size:var(--ld-typography-desktop-body-size);font-weight:var(--ld-typography-font-weight-bold);line-height:var(--ld-typography-desktop-body-height)}.ld-sortable__item--sort_answer.gu-transit,.ld-sortable__item--sort_answer.ld-sortable__item--active{background:var(--ld-color-system-light-2);border:2px dashed var(--ld-color-system-subtle)}.ld-sortable__item--sort_answer.gu-transit .ld-sortable__item-handle,.ld-sortable__item--sort_answer.ld-sortable__item--active .ld-sortable__item-handle{color:var(--ld-color-system-dark)}.ld-sortable__item--sort_answer.gu-transit .ld-sortable__item-handle .ld-svgicon__down-caret,.ld-sortable__item--sort_answer.gu-transit .ld-sortable__item-handle .ld-svgicon__drag,.ld-sortable__item--sort_answer.gu-transit .ld-sortable__item-handle .ld-svgicon__up-caret,.ld-sortable__item--sort_answer.ld-sortable__item--active .ld-sortable__item-handle .ld-svgicon__down-caret,.ld-sortable__item--sort_answer.ld-sortable__item--active .ld-sortable__item-handle .ld-svgicon__drag,.ld-sortable__item--sort_answer.ld-sortable__item--active .ld-sortable__item-handle .ld-svgicon__up-caret{border-color:var(--ld-color-system-dark)}.ld-sortable__item--sort_answer.gu-mirror{background:var(--ld-color-system-light-2);filter:alpha(opacity=80);opacity:.8;pointer-events:none;position:fixed}.ld-sortable__item--sort_answer.gu-mirror .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ld-sortable:not(.ld-sortable--initialized) .ld-sortable__item .ld-sortable__item-handle{cursor:text}.ld-sortable:not(.ld-sortable--initialized) .ld-sortable__item .ld-sortable__item-handle .ld-svgicon__drag,.ld-sortable:not(.ld-sortable--initialized) .ld-sortable__item .ld-sortable__item-move-container{display:none;visibility:hidden}.learndash-wrapper .screen-reader-shortcut{background:#f0f0f1;color:#2271b1;display:block;font-size:14px;font-weight:600;height:auto;left:6px;line-height:normal;padding:15px 23px 14px;position:absolute;text-decoration:none;top:-1000em;width:auto;z-index:100000}.learndash-wrapper .screen-reader-shortcut:focus{background:#f0f0f1;box-shadow:0 0 2px 2px #0009;outline-offset:-1px;top:7px}
/* [inline: after] */		.learndash-wrapper .ld-item-list .ld-item-list-item.ld-is-next,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
			border-color: #104774;
		}

		/*
		.learndash-wrapper a:not(.ld-button):not(#quiz_continue_link):not(.ld-focus-menu-link):not(.btn-blue):not(#quiz_continue_link):not(.ld-js-register-account):not(#ld-focus-mode-course-heading):not(#btn-join):not(.ld-item-name):not(.ld-table-list-item-preview):not(.ld-lesson-item-preview-heading),
		 */

		.learndash-wrapper .ld-breadcrumbs a,
		.learndash-wrapper .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,
		.learndash-wrapper .ld-lesson-item.ld-is-current-lesson .ld-lesson-title,
		.learndash-wrapper .ld-primary-color-hover:hover,
		.learndash-wrapper .ld-primary-color,
		.learndash-wrapper .ld-primary-color-hover:hover,
		.learndash-wrapper .ld-primary-color,
		.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active,
		.learndash-wrapper .ld-button.ld-button-transparent,
		.learndash-wrapper .ld-button.ld-button-reverse,
		.learndash-wrapper .ld-icon-certificate,
		.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading,
		#wpProQuiz_user_content a,
		.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover,
		.learndash-wrapper .ld-focus-comments__heading-actions .ld-expand-button,
		.learndash-wrapper .ld-focus-comments__heading a,
		.learndash-wrapper .ld-focus-comments .comment-respond a,
		.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:hover,
		.learndash-wrapper .ld-expand-button.ld-button-alternate {
			color: #104774 !important;
		}

		.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper,
		.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper,
		.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper {
			background-color:rgba(16, 71, 116, 0.03) !important;
		}


		.learndash-wrapper .ld-primary-background,
		.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after {
			background: #104774 !important;
		}



		.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-status-incomplete,
		.learndash-wrapper .ld-focus-comment.bypostauthor:not(.ptype-sfwd-assignment) >.ld-comment-wrapper>.ld-comment-avatar img,
		.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper>.ld-comment-avatar img,
		.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper>.ld-comment-avatar img {
			border-color: #104774 !important;
		}



		.learndash-wrapper .ld-loading::before {
			border-top:3px solid #104774 !important;
		}

		.learndash-wrapper .ld-button:hover:not([disabled]):not(.ld-button-transparent):not(.ld--ignore-inline-css),
		#learndash-tooltips .ld-tooltip:after,
		#learndash-tooltips .ld-tooltip,
		.ld-tooltip:not(.ld-tooltip--modern) [role="tooltip"],
		.learndash-wrapper .ld-primary-background,
		.learndash-wrapper .btn-join:not(.ld--ignore-inline-css),
		.learndash-wrapper #btn-join:not(.ld--ignore-inline-css),
		.learndash-wrapper .ld-button:not([disabled]):not(.ld-button-reverse):not(.ld-button-transparent):not(.ld--ignore-inline-css),
		.learndash-wrapper .ld-expand-button:not([disabled]),
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not([disabled]):not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz),
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:not([disabled]),
		.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading,
		.learndash-wrapper .ld-focus-comments .form-submit #submit,
		.learndash-wrapper .ld-login-modal input[type='submit']:not([disabled]),
		.learndash-wrapper .ld-login-modal .ld-login-modal-register:not([disabled]),
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:not([disabled]),
		.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:not([disabled]),
		#wpProQuiz_user_content table.wp-list-table thead th,
		#wpProQuiz_overlay_close:not([disabled]),
		.learndash-wrapper .ld-expand-button.ld-button-alternate:not([disabled]) .ld-icon {
			background-color: #104774 !important;
			color: #ffffff;
		}

		.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:not([disabled]):not(:hover):not(:focus) .ld-icon {
			background-color: #104774;
		}

		.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon,
		.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus .ld-icon {
			border-color: #104774;
			color: #104774;
		}

		.learndash-wrapper .ld-button:focus:not(.ld-button-transparent):not(.ld--ignore-inline-css),
		.learndash-wrapper .btn-join:focus:not(.ld--ignore-inline-css),
		.learndash-wrapper #btn-join:focus:not(.ld--ignore-inline-css),
		.learndash-wrapper .ld-expand-button:focus,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):focus:not(.wpProQuiz_button_restartQuiz),
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,
		.learndash-wrapper .ld-focus-comments .form-submit #submit,
		.learndash-wrapper .ld-login-modal input[type='submit']:focus,
		.learndash-wrapper .ld-login-modal .ld-login-modal-register:focus,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:focus {
			opacity: 0.75; /* Replicates the hover/focus states pre-4.21.3. */
			outline-color: #104774;
		}

		.learndash-wrapper .ld-button:hover:not(.ld-button-transparent):not(.ld--ignore-inline-css),
		.learndash-wrapper .btn-join:hover:not(.ld--ignore-inline-css),
		.learndash-wrapper #btn-join:hover:not(.ld--ignore-inline-css),
		.learndash-wrapper .ld-expand-button:hover,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):hover:not(.wpProQuiz_button_restartQuiz),
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,
		.learndash-wrapper .ld-focus-comments .form-submit #submit,
		.learndash-wrapper .ld-login-modal input[type='submit']:hover,
		.learndash-wrapper .ld-login-modal .ld-login-modal-register:hover,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:hover {
			background-color: #104774; /* Replicates the hover/focus states pre-4.21.3. */
			opacity: 0.85; /* Replicates the hover/focus states pre-4.21.3. */
		}

		.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:focus {
			border-color: #104774;
		}

		.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before {
			border-bottom-color: #104774 !important;
		}

		.learndash-wrapper .ld-button.ld-button-transparent:hover {
			background: transparent !important;
		}

		.learndash-wrapper .ld-button.ld-button-transparent:focus {
			outline-color: #104774;
		}

		.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button,
		.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button,
		.learndash-wrapper .ld-button.ld-button-transparent,
		.learndash-wrapper .ld-button.ld-button-alternate,
		.learndash-wrapper .ld-expand-button.ld-button-alternate {
			background-color:transparent !important;
		}

		.learndash-wrapper .ld-focus-header .ld-user-menu .ld-user-menu-items a,
		.learndash-wrapper .ld-button.ld-button-reverse:hover,
		.learndash-wrapper .ld-alert-success .ld-alert-icon.ld-icon-certificate,
		.learndash-wrapper .ld-alert-warning .ld-button,
		.learndash-wrapper .ld-primary-background.ld-status {
			color:white !important;
		}

		.learndash-wrapper .ld-status.ld-status-unlocked {
			background-color: rgba(16,71,116,0.2) !important;
			color: #104774 !important;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_addToplist {
			background-color: rgba(16,71,116,0.1) !important;
			border: 1px solid #104774 !important;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_toplistTable th {
			background: #104774 !important;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_toplistTrOdd {
			background-color: rgba(16,71,116,0.1) !important;
		}


		.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress {
			background-color: #104774 !important;
		}
		
		.learndash-wrapper #quiz_continue_link,
		.learndash-wrapper .ld-secondary-background,
		.learndash-wrapper .learndash_mark_complete_button,
		.learndash-wrapper #learndash_mark_complete_button,
		.learndash-wrapper .ld-status-complete,
		.learndash-wrapper .ld-alert-success .ld-button,
		.learndash-wrapper .ld-alert-success .ld-alert-icon {
			background-color: #127a3d !important;
		}

		.learndash-wrapper #quiz_continue_link:focus,
		.learndash-wrapper .learndash_mark_complete_button:focus,
		.learndash-wrapper #learndash_mark_complete_button:focus,
		.learndash-wrapper .ld-alert-success .ld-button:focus {
			outline-color: #127a3d;
		}

		.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
			background-color: #127a3d !important;
		}

		.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:focus {
			outline-color: #127a3d;
		}

		.learndash-wrapper .course_progress .sending_progress_bar {
			background: #127a3d !important;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button_reShowQuestion:hover, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button_restartQuiz:hover {
			background-color: #127a3d !important;
			opacity: 0.75;
		}

		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button_reShowQuestion:focus,
		.learndash-wrapper .wpProQuiz_content .wpProQuiz_button_restartQuiz:focus {
			outline-color: #127a3d;
		}

		.learndash-wrapper .ld-secondary-color-hover:hover,
		.learndash-wrapper .ld-secondary-color,
		.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button,
		.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button,
		.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after {
			color: #127a3d !important;
		}

		.learndash-wrapper .ld-secondary-in-progress-icon {
			border-left-color: #127a3d !important;
			border-top-color: #127a3d !important;
		}

		.learndash-wrapper .ld-alert-success {
			border-color: #127a3d;
			background-color: transparent !important;
			color: #127a3d;
		}

		
/* [/inline: after] */
/*!/wp-content/cache/asset-cleanup/css/item/event-espresso-core-reg__modules__ticket_selector__assets__ticket_selector-css-vc1a27d87f162ea1308d7de941c8780fa01a31e02.css*/
/*!/wp-content/plugins/event-espresso-core-reg/modules/ticket_selector/assets/ticket_selector.css*/.event-tickets{clear:both}.tkt-slctr-tbl-wrap-dv{margin:1em 0;font-size:1.1em}.tkt-slctr-tbl{border-collapse:collapse;margin-bottom:1.5em;width:99%}.tkt-slctr-tbl th,.tkt-slctr-tbl td{word-break:normal}.tckt-price--nowrap{white-space:nowrap!important}.icon-right span.ui-icon{margin:.7em .3em 0 0}.event-list-display-dv{padding-bottom:2em}.event_data .event-display-boxes{margin:.5em 0 1.5em;border:1px solid #ccc;border-radius:5px}.event-data-display,.event_data .event-data-display-dv,.event-queue-wrap-dv{padding:1em!important;line-height:1.5em;margin:0!important}.mini-cart-widget-dv{padding:.5em!important;line-height:1.4em;margin:0!important}.event_data h3.ui-widget-header,#event-queue h3.ui-widget-header{padding-left:1em!important;margin:.25em 0 0}.espresso-mini-cart h4.ui-widget-header{padding-left:.5em!important;margin:0!important}.event-list-display-dv .big-event-title-hdr,#multi-event-registration .big-event-title-hdr{font-size:24px;line-height:1.1em;margin:1em 0 0}.event_data .event-date-hdr{margin:.5em 0;letter-spacing:.25em}.event-list-display-dv .event-address-pg{display:inline-block;float:left;margin-right:3em}.event-list-display-dv p{margin-bottom:.5em}.ui-state-highlight{padding:.5em 1em}.event-map-parent{display:inline-block;margin-top:.75em}.event-list-display-dv .google-map-link-btn{margin-bottom:.5em}.event-list-display-dv .event-more-info-dv{text-align:right}.event-list-add-ticket-lnk{font-size:.75em;float:right;cursor:pointer}.event-list-sold-out-msg-pg{font-weight:700;color:#EB574D}.ee-sixth-width{width:16.7%}.ee-fifth-width{width:20%}.ee-fourth-width{width:25%}.ee-third-width{width:33%}.ee-half-width{width:50%}.tckt-slctr-tkt-details-td{padding:0!important;border-top:none!important;}.tckt-slctr-tkt-details-date-th,.tckt-slctr-tkt-details-date-td,.tckt-slctr-tkt-details-time-th,.tckt-slctr-tkt-details-this-ticket-sold-th,.tckt-slctr-tkt-details-this-ticket-left-th,.tckt-slctr-tkt-details-total-tickets-sold-th,.tckt-slctr-tkt-details-total-tickets-left-th{vertical-align:middle}.ee-ticket-selector-ticket-price-th{text-align:center;width:25%}.ee-ticket-selector-ticket-qty-th{text-align:center;width:25%}.tkt-slctr-tbl td .ticket-pending-pg{position:relative;top:-.5em;margin:0 0 -.5em;line-height:.8em}.no-tkt-slctr-ticket-dv .ticket-pending-pg{line-height:.8em}.tkt-slctr-tbl td .ticket-on-sale,.no-tkt-slctr-ticket-dv .ticket-on-sale{color:#60A000;font-weight:700}.tkt-slctr-tbl td .ticket-pending,.no-tkt-slctr-ticket-dv .ticket-pending{font-size:.85em;color:#f59200;font-weight:700}.tkt-slctr-tbl td .ticket-sales-expired,.no-tkt-slctr-ticket-dv .ticket-sales-expired{font-size:.85em;color:#A8A8A8}.tkt-slctr-tbl td .sold-out,.no-tkt-slctr-ticket-dv .sold-out{font-size:.85em;font-weight:700;color:#E53248}.tkt-slctr-tbl td .ticket-required-pg,.no-tkt-slctr-ticket-dv .ticket-required-pg{font-size:.85em;font-weight:700;color:#d54e21;line-height:1em;margin:0}.tckt-slctr-cal-img{display:inline-block;width:12px;height:12px;padding:0;margin:2px .4em -1px .2em}.display-tckt-slctr-tkt-details,.hide-tckt-slctr-tkt-details{margin:0 0 0 1em}.display-tckt-slctr-tkt-details:hover,.hide-tckt-slctr-tkt-details:hover{color:#666}.tckt-slctr-tkt-details-dv{position:relative;padding:1em;margin:.5em}.tckt-slctr-tkt-details-dv h5{margin:1em 0 0}.tckt-slctr-tkt-details-dv .smaller-text{display:block;margin:1em 0 0;font-size:11px}.tckt-slctr-tkt-details-tbl-wrap-dv{width:99%;padding:3px;margin:.5em 0 0}.tckt-slctr-tkt-details-tbl-wrap-dv .tckt-slctr-tkt-details-tbl{width:100%;margin:0;border-width:1px;line-height:.8em}.tckt-slctr-tkt-datetimes-sctn .tckt-slctr-tkt-details-tbl{table-layout:auto;display:block;overflow-x:auto;font-size:.85em}.tckt-slctr-tkt-details-tbl th{padding:5px;font-size:1em}.tckt-slctr-tkt-details-tbl thead th{border-width:1px;font-weight:700}.tckt-slctr-tkt-details-tbl td{padding:5px;border-width:1px}.ticket-details-label-spn{display:inline-block;width:110px}.mini-btn{display:inline-block;position:relative;padding:4px 5px 5px;border:1px solid #ccc;font-family:"Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;text-align:center;font-weight:700;line-height:1;cursor:pointer;vertical-align:middle;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.tkt-sltr-thrd-chrt-price-spn{display:inline-block;min-width:75%}.available-spaces-last-update-spn{margin-left:1em;font-size:.7em;letter-spacing:1px;color:#999}.ee-gmap-align-left{float:left;margin:2.5em 1.5em 1em 0}.ee-gmap-align-center{margin:2em auto 1em}.ee-gmap-align-right{float:right;margin:2.5em 1em 1em 1.5em}.ee-gmap img,.espresso-paid-status-icon-img{box-shadow:none!important;border-radius:0!important}.ticket-selector-submit-btn,.ticket-selector-submit-btn-wrap{float:right}.ticket-selector-submit-btn-wrap{display:inline-block}.ticket-selector-disabled-submit-btn-msg{display:none;margin:.25em 1.5em;font-size:.75em;line-height:1.4em;letter-spacing:.015625rem}.ee-event-expired-notice{margin-bottom:1em}.ee-a11y-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!important;width:1px;word-wrap:normal!important}.ee-a11y-screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.tckt-slctr-tkt-details-tbl td:before{display:none}.tckt-slctr-tkt-details-tbl .ttl-lbl-td{display:table-cell}.tckt-slctr-tkt-details-tbl th,.tckt-slctr-tkt-details-tbl td{display:table-cell;padding:.25em .5em}.no-tkt-slctr-ticket-dv{border:1px solid #EEE;box-sizing:border-box;margin:0 0 1em;padding:1em;width:100%}.no-tkt-slctr-ticket-content-dv{float:left;margin:0}.no-tkt-slctr-ticket-dv p{margin:0}.no-tkt-slctr-ticket-dv .no-ticket-selector-msg{font-size:.85em}.no-tkt-slctr-ticket-dv h5{margin:0 0 .5em}.event-tickets .no-ticket-selector-h2{margin:0;position:relative;text-align:center;top:0}.datetime_selector-dv{position:relative}.select-wrap-dv{display:inline-block;position:relative}.datetime_selector-lbl{display:block}.datetime_selector-lbl .dashicons{position:relative;top:-2px}.tckt-slctr-tbl-tr,.tckt-slctr-tkt-details-tr{display:table-row}.tckt-slctr-tbl-tr.ee-hidden-ticket-tr,.tckt-slctr-tkt-details-tr.ee-hidden-ticket-tr{display:none}.look-at-meeeeee{animation:shakey-shakey 1000ms infinite}@media (prefers-reduced-motion:reduce){.look-at-meeeeee{animation:none!important}}@keyframes shakey-shakey{0%{transform:translateX(0)}2.5%{transform:translateX(.25rem)}5%{transform:translateX(0)}7.5%{transform:translateX(-.25rem)}10%{transform:translateX(0)}12.5%{transform:translateX(.25rem)}15%{transform:translateX(0)}17.5%{transform:translateX(-.25rem)}20%{transform:translateX(0)}100%{transform:translateX(0)}}@media (max-width:600px){.tckt-slctr-tkt-details-tbl{margin:1em 0;min-width:300px}.tckt-slctr-tkt-details-tbl tr{border-top:1px solid #ddd;border-bottom:1px solid #ddd}.tckt-slctr-tkt-details-tbl th,.tckt-slctr-tkt-details-tbl .ttl-lbl-td,.tckt-slctr-tkt-details-tbl .sbttl{display:none}.tckt-slctr-tkt-details-tbl td{display:block}.tckt-slctr-tkt-details-tbl td:first-child{padding-top:.5em}.tckt-slctr-tkt-details-tbl td:last-child{padding-bottom:.5em}.tckt-slctr-tkt-details-tbl td:before{content:attr(data-th) ": ";font-weight:700;width:8.5em;display:inline-block}.tckt-slctr-tkt-sale-dates-sctn .ticket-details-label-spn{width:100%}.tckt-slctr-tkt-details-tbl th,.tckt-slctr-tkt-details-tbl td{text-align:left}.tckt-slctr-tkt-details-dv .smaller-text{display:inline;font-size:inherit}.tckt-slctr-tkt-datetimes-sctn .tckt-slctr-tkt-details-tbl{table-layout:fixed;display:table;font-size:1em}}@media (max-width:400px){.ticket-selector-tbl-qty-slct{width:auto;padding:0}.tkt-slctr-tbl{display:block;overflow-x:auto}.tkt-slctr-tbl th.ee-ticket-selector-ticket-details-th,.tkt-slctr-tbl td.tckt-slctr-tbl-td-name{white-space:normal}.tkt-slctr-tbl thead th,.tckt-slctr-tbl-tr>td{padding-left:3px;padding-right:3px}}.tkt-slctr-use-new-form-styles{input[type="submit"]{background:var(--ee-ts-accent-color);border-color:var(--ee-ts-accent-color);color:var(--ee-ts-button-text-color);cursor:pointer;font:inherit;min-height:1.875em;margin:0 auto;padding:.5em 1em}input[type="submit"]:hover{background-color:var(--ee-ts-accent-color-hover);border-color:var(--ee-ts-accent-color-hover)}input[type="checkbox"]{appearance:none;background-color:var(--ee-ts-background);border-radius:.25em;border:.125em solid var(--ee-ts-border-color);color:var(--ee-ts-text-color);display:grid;font:inherit;height:1.25em;margin:0 auto;place-content:center;width:1.25em}input[type="checkbox"]::before{background-color:var(--ee-ts-background);box-shadow:inset 1em 1em var(--ee-ts-button-text-color);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);content:"";height:.875em;transform-origin:bottom left;transform:scale(0);transition:120ms transform ease-in-out;width:.875em}input[type="checkbox"]:checked{background-color:var(--ee-ts-accent-color);border-color:var(--ee-ts-accent-color)}input[type="checkbox"]:checked::before{transform:scale(1)}select{background-color:var(--ee-ts-background);border-radius:.25em;border:.125em solid var(--ee-ts-border-color);color:var(--ee-ts-text-color);font:inherit;height:1.875em;margin:0 auto;min-width:3em}select:focus,input[type="submit"]:focus,input[type="checkbox"]:focus{outline:max(2px, 0.15em) solid var(--ee-ts-accent-color);outline-offset:max(2px, 0.15em)}select:disabled,input[type="submit"]:disabled,input[type="checkbox"]:disabled{--form-control-color:var(--ee-ts-input-disabled);color:var(--ee-ts-input-disabled);cursor:not-allowed}}
/*!/wp-content/cache/asset-cleanup/css/item/event-espresso-core-reg__core__templates__global_assets__css__espresso_default-css-v12f8eb4543568cd3af8daff3f18f584743665e05.css*/
/*!/wp-content/plugins/event-espresso-core-reg/core/templates/global_assets/css/espresso_default.css*/:root{--ee-color-white:hsl(207, 0%, 100%);--ee-color-may-as-well-be-white:hsl(207, 0%, 97.5%);--ee-color-almost-white:hsl(207, 0%, 95%);--ee-color-white-cloud:hsl(207, 5%, 87.5%);--ee-color-grey-cloud:hsl(207, 5%, 75%);--ee-color-off-white:hsl(207, 0%, 90%);--ee-status-color-pink:hsl(340, 100%, 75%);--ee-status-color-hot-pink:hsl(342, 79%, 68%);--ee-status-color-red:hsl(350, 95%, 65%);--ee-status-color-orange:hsl(20, 100%, 65%);--ee-status-color-gold:hsl(40, 100%, 55%);--ee-status-color-yellow:hsl(50, 100%, 50%);--ee-status-color-pale-yellow:hsl(50, 75%, 80%);--ee-status-color-yellow-desat:hsl(50, 100%, 50%);--ee-status-color-dark-green:hsl(95, 55%, 30%);--ee-status-color-green:hsl(140, 90%, 40%);--ee-status-color-dark-green-low-contrast:hsl(140, 90%, 50%);--ee-status-color-green-high-contrast:hsl(140, 100%, 30%);--ee-status-color-light-green:hsl(145, 40%, 50%);--ee-status-color-blue-green:hsl(176, 100%, 35%);--ee-status-color-blue:hsl(203, 65%, 55%);--ee-status-color-light-blue:hsl(203, 95%, 75%);--ee-status-color-pale-blue:hsl(203, 60%, 95%);--ee-status-color-violet:hsl(239, 40%, 65%);--ee-status-color-purple:hsl(279, 40%, 55%);--ee-status-color-light-purple:hsl(279, 40%, 75%);--ee-status-color-pale-grey:hsl(219, 2%, 75%);--ee-status-color-light-grey:hsl(219, 2%, 55%);--ee-status-color-grey:hsl(225, 2%, 37.5%);--ee-status-color-dark-grey:hsl(225, 2%, 25%);--ee-status-color-charcoal:hsl(225, 0%, 15%);--ee-ts-background:hsl(210 2% 97.5%);--ee-ts-border-color:hsl(210 5% 40%);--ee-ts-accent-color:hsl(210 100% 50%);--ee-ts-accent-color-hover:hsl(210 100% 45%);--ee-ts-input-disabled:hsl(210 15% 50%);--ee-ts-text-color:hsl(210 10% 20%);--ee-ts-button-text-color:hsl(210 2% 97.5%);@media (prefers-color-scheme:dark){--ee-ts-background:hsl(210 2.5% 17.5%);--ee-ts-border-color:hsl(210 5% 60%);--ee-ts-accent-color:hsl(210 100% 40%);--ee-ts-accent-color-hover:hsl(210 100% 45%);--ee-ts-input-disabled:hsl(210 15% 50%);--ee-ts-text-color:hsl(210 2% 85%);--ee-ts-button-text-color:hsl(210 2% 85%)}}@font-face{font-family:"ee-dashicons";src:url(/wp-content/plugins/event-espresso-core-reg/core/templates/global_assets/css/../fonts/ee-dashicons.eot);src:url("/wp-content/plugins/event-espresso-core-reg/core/templates/global_assets/css/../fonts/ee-dashicons.eot?#iefix") format("embedded-opentype"),url(/wp-content/plugins/event-espresso-core-reg/core/templates/global_assets/css/../fonts/ee-dashicons.ttf) format("truetype"),url(/wp-content/plugins/event-espresso-core-reg/core/templates/global_assets/css/../fonts/ee-dashicons.woff) format("woff"),url("/wp-content/plugins/event-espresso-core-reg/core/templates/global_assets/css/../fonts/ee-dashicons.svg#ee-dashicons") format("svg");font-weight:400;font-style:normal}.ee-icon,.dashicons{font-size:inherit;height:auto;margin-inline-end:.5em;vertical-align:middle;width:auto}.ee-icon{display:inline-block;font-family:"ee-dashicons",sans-serif!important;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wp-admin-bar-espresso-toolbar .ee-icon-ee-cup-thick:before{content:"\e60e";font-size:24px!important;left:4px;top:-2px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-width:783px){#wp-admin-bar-espresso-toolbar .ee-icon-ee-cup-thick:before{vertical-align:middle;position:relative}}@media screen and (max-width:782px){#wpadminbar li#wp-admin-bar-espresso-toolbar{display:block}#wpadminbar li#wp-admin-bar-espresso-toolbar .ee-icon-ee-cup-thick:before{color:#a0a5aa;color:rgb(240 245 250 / .6);font-size:40px!important;position:relative;top:3px;left:4px}#wpadminbar li#wp-admin-bar-espresso-toolbar:hover .ee-icon-ee-cup-thick:before{color:#00b9eb}}.ee-icon-venue:before{content:"\79"}.ee-icon-user-edit:before{content:"\62"}.ee-icon-user-delete:before{content:"\64"}.ee-icon-user-add-new:before{content:"\65"}.ee-icon-tickets:before{content:"\66"}.ee-icon-tickets-download:before{content:"\67"}.ee-icon-pdf-file-type:before,.ee-icon-PDF-file-type:before{content:"\68"}.ee-icon-payment-reminder:before{content:"\69"}.ee-icon-external-link:before{content:"\6a"}.ee-icon-event:before{content:"\6b"}.ee-icon-event-list-grid:before{content:"\6c"}.ee-icon-event-list-dates:before{content:"\6d"}.ee-icon-email:before{content:"\6e"}.ee-icon-email-send:before{content:"\63"}.ee-icon-ee-cup:before{content:"\e60e"}.ee-icon-clone:before{content:"\77"}.ee-icon-clock:before{content:"\78"}.ee-icon-arrow-move:before{content:"\76"}.ee-icon-check-out:before{content:"\75"}.ee-icon-check-in:before{content:"\74"}.ee-icon-cash:before{content:"\73"}.ee-icon-cash-remove:before{content:"\72"}.ee-icon-cash-edit:before{content:"\71"}.ee-icon-cash-add:before{content:"\70"}.ee-icon-calendar-edit:before{content:"\6f"}.red-icon:before{color:var(--ee-status-color-red)}.pink-icon:before{color:var(--ee-status-color-pink)}.orange-icon:before{color:var(--ee-status-color-orange)}.yellow-icon:before{color:var(--ee-status-color-yellow)}.green-icon:before{color:var(--ee-status-color-green)}.drk-green-icon:before{color:var(--ee-status-color-dark-green)}.lt-blue-icon:before{color:var(--ee-status-color-light-blue)}.blue-icon:before{color:var(--ee-status-color-blue)}.purple-icon:before{color:var(--ee-status-color-purple)}.lt-grey-icon:before{color:var(--ee-status-color-light-grey)}.grey-icon:before{color:var(--ee-status-color-grey)}.drk-grey-icon:before{color:var(--ee-status-color-dark-grey)}.black-icon:before{color:var(--ee-status-color-charcoal)}.tags-links a{white-space:nowrap}.tags-links a:before{content:"\f318";display:inline-block;font-family:"dashicons",sans-serif;font-style:normal;font-weight:400;line-height:1;text-align:center;text-decoration:none;vertical-align:middle;margin-right:.25em}.ee-icon-size-8,.ee-icon-size-8:before{font-size:8px!important;height:8px;width:8px}.ee-icon-size-12,.ee-icon-size-12:before{font-size:12px!important;height:12px;width:12px}.ee-icon-size-14,.ee-icon-size-14:before{font-size:14px!important;height:14px;width:14px}.ee-icon-size-16,.ee-icon-size-16:before{font-size:16px!important;height:16px;width:16px}.ee-icon-size-18,.ee-icon-size-18:before{font-size:18px!important;height:18px;width:18px}.ee-icon-size-20,.ee-icon-size-20:before{font-size:20px!important;height:20px;width:20px}.ee-icon-size-22,.ee-icon-size-22:before{font-size:22px!important;height:22px;width:22px}.ee-icon-size-24,.ee-icon-size-24:before{font-size:24px!important;height:24px;width:24px}.ee-icon-only-lnk{margin:0 0 0 1em;border:none!important;outline:none!important}#wp-admin-bar-espresso-toolbar .ee-icon-size-20:before{margin-right:.25em}.ee-upcoming-events-widget-ul li ul{padding:0 0 1em}.ee-upcoming-events-widget-header-dv{position:relative;width:100%;min-height:2.2em;margin:0 0 1em}.ee-upcoming-events-widget-header-dv.two-line{min-height:3.5em}.ee-upcoming-events-widget-header-dv.three-line{min-height:4.8em}.ee-upcoming-events-widget-title-h5{margin:3em 0 0}.ee-upcoming-events-widget-li img{max-width:100%!important;height:auto!important}.ee-upcoming-events-widget-header-dv img{width:100%}.ee-upcoming-events-widget-h5{margin:0}.ee-upcoming-events-widget-h5 a{position:absolute;bottom:4%;left:0;width:90%;padding:2.5% 5%;background:rgb(255 255 255 / .85);border:1px solid rgb(255 255 255 / .85);line-height:1.2em;color:#333!important;text-shadow:1px 1px 0 #FFF;text-decoration:none}.ee-upcoming-events-widget-h5 a:hover{background:rgb(255 255 255 / .9);border:1px solid rgb(255 255 255 / .9)}.ee-upcoming-events-widget-details-dv,.ee-upcoming-events-widget-details-dv p{line-height:1.4em!important}.ee-upcoming-events-widget-li .ee-event-datetimes-ul{padding:10px 0}.espresso_events .ee-event-datetimes-ul li{list-style-type:none}ul.ee-upcoming-events-widget-ul li{list-style-type:none!important}ul.ee-upcoming-events-widget-ul li .ee-event-datetimes-li-timerange{margin-inline-end:.5rem}ul.ee-upcoming-events-widget-ul li .ee-event-datetimes-li-date-desc p{margin:0;margin-block-end:.5rem}.ee-button,.ee-button:active,.ee-button:visited{display:inline-block;position:relative;top:-2px;margin:.25em .5em 1em;background:var(--ee-status-color-blue);border:1px solid rgb(0 0 0 / .01)!important;border-top:1px solid rgb(255 255 255 / .5)!important;border-bottom:1px solid rgb(0 0 0 / .25)!important;font-weight:400;cursor:pointer;color:#fff!important;text-decoration:none!important;text-align:center;line-height:1em;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ee-button:hover{color:#fff!important;background-color:var(--ee-status-color-light-blue)}.ee-button:active{top:-1px}.ee-button.ee-register-button,.ee-button.ee-register-button:active,.ee-button.ee-register-button:visited{margin:0;font-weight:700;text-shadow:0 -1px 0 rgb(0 0 0 / .25)}input.ee-register-button{float:right}.ee-button-disabled,.ee-button-disabled:hover{border:1px solid #CCCCCC!important;background:#CCCCCC!important;box-shadow:none!important}.small.ee-button,.small.ee-button:visited{font-size:11px;padding:5px 10px 5px}.ee-button,.ee-button:visited,.medium.ee-button,.medium.ee-button:visited{font-size:13px;padding:6px 12px 7px}.big.ee-button,.big.ee-button:visited{font-size:14px;padding:8px 16px 9px}.huge.ee-button,.huge.ee-button:visited{font-size:16px;padding:14px 32px 16px}.ee-button.big-text,.ee-button.big-text:visited{font-size:1em;padding:.8em 1.6em .9em}.ee-round.ee-button{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}.ee-roundish.ee-button{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ee-shadow.ee-button{-moz-box-shadow:0 1px 3px rgb(0 0 0 / .6);-webkit-box-shadow:0 1px 3px rgb(0 0 0 / .6);box-shadow:0 1px 3px rgb(0 0 0 / .6)}.ee-pink.ee-button,.ee-pink.ee-button:visited{background:#e65983 -webkit-linear-gradient(#ff759e,#e65983);background:#e65983 -o-linear-gradient(#ff759e,#e65983);background:#e65983 -moz-linear-gradient(#ff759e,#e65983);background:#e65983 linear-gradient(#ff759e,#e65983)}.ee-pink.ee-button:hover{background:#ff759e none}.ee-green.ee-button,.ee-green.ee-button:visited{background:#7ab540 -webkit-linear-gradient(#a3e860,#7ab540);background:#7ab540 -o-linear-gradient(#a3e860,#7ab540);background:#7ab540 -moz-linear-gradient(#a3e860,#7ab540);background:#7ab540 linear-gradient(#a3e860,#7ab540)}.ee-green.ee-button:hover{background:#a3e860 none}.ee-red.ee-button,.ee-red.ee-button:visited{background:#fc1922 -webkit-linear-gradient(#ff5057,#fc1922);background:#fc1922 -o-linear-gradient(#ff5057,#fc1922);background:#fc1922 -moz-linear-gradient(#ff5057,#fc1922);background:#fc1922 linear-gradient(#ff5057,#fc1922)}.ee-red.ee-button:hover{background:#ff5057 none}.ee-orange.ee-button,.ee-orange.ee-button:visited{background:#ff582c -webkit-linear-gradient(#ff7e5f,#ff582c);background:#ff582c -o-linear-gradient(#ff7e5f,#ff582c);background:#ff582c -moz-linear-gradient(#ff7e5f,#ff582c);background:#ff582c linear-gradient(#ff7e5f,#ff582c)}.ee-orange.ee-button:hover{background:#ff7e5f none}.ee-blue.ee-button,.ee-blue.ee-button:visited{background:#008dcb -webkit-linear-gradient(#19bbff,#008dcb);background:#008dcb -o-linear-gradient(#19bbff,#008dcb);background:#008dcb -moz-linear-gradient(#19bbff,#008dcb);background:#008dcb linear-gradient(#19bbff,#008dcb)}.ee-blue.ee-button:hover{background:#19bbff none}.ee-yellow.ee-button,.ee-yellow.ee-button:visited{background:#fad800 -webkit-linear-gradient(#ffe542,#fad800);background:#fad800 -o-linear-gradient(#ffe542,#fad800);background:#fad800 -moz-linear-gradient(#ffe542,#fad800);background:#fad800 linear-gradient(#ffe542,#fad800)}.ee-yellow.ee-button:hover{background:#ffe542 none}.ee-grey.ee-button,.ee-grey.ee-button:visited{background:#9b9b9b -webkit-linear-gradient(#c4c4c4,#9b9b9b);background:#9b9b9b -o-linear-gradient(#c4c4c4,#9b9b9b);background:#9b9b9b -moz-linear-gradient(#c4c4c4,#9b9b9b);background:#9b9b9b linear-gradient(#c4c4c4,#9b9b9b)}.ee-grey.ee-button:hover{background:#c4c4c4 none}.ee-dark-grey.ee-button,.ee-dark-grey.ee-button:visited{background:#626262 -webkit-linear-gradient(#9b9b9b,#626262);background:#626262 -o-linear-gradient(#9b9b9b,#626262);background:#626262 -moz-linear-gradient(#9b9b9b,#626262);background:#626262 linear-gradient(#9b9b9b,#626262)}.ee-dark-grey.ee-button:hover{background:#9b9b9b none}.ee-black.ee-button,.ee-black.ee-button:visited{background:#292929 -webkit-linear-gradient(#626262,#292929);background:#292929 -o-linear-gradient(#626262,#292929);background:#292929 -moz-linear-gradient(#626262,#292929);background:#292929 linear-gradient(#626262,#292929)}.ee-black.ee-button:hover{background:#626262 none}.ee-status{display:inline-block;position:relative;float:right;z-index:1;padding:.5em 1.5em .5em;margin:0 0 0 1em;border-bottom:1px solid rgb(0 0 0 / .1);font-weight:700;color:#fff!important;text-decoration:none;text-align:center;text-shadow:0 -1px 0 rgb(0 0 0 / .25);font-size:.5em;line-height:1;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.ee-status-bg--DTC,.ee-status.event-active-status-DTC{background-color:var(--ee-status-color-red)}.ee-status-bg--DTP,.ee-status.event-active-status-DTP{background-color:var(--ee-status-color-orange)}.ee-status-bg--DTA,.ee-status.event-active-status-DTA{background-color:var(--ee-status-color-green)}.ee-status-bg--DTU,.ee-status.event-active-status-DTU{background-color:var(--ee-status-color-blue)}.ee-status-bg--info{background-color:var(--ee-status-color-pale-blue);color:var(--ee-status-color-grey)}.ee-status-bg--DTS,.ee-status.event-active-status-DTS{background-color:var(--ee-status-color-purple)}.ee-status-bg--DTE,.ee-status.event-active-status-DTE{background-color:var(--ee-status-color-grey)}.ee-status-bg--DTI,.ee-status.event-active-status-DTI{background-color:var(--ee-status-color-charcoal)}.ee-status-size-12{font-size:12px}.ee-status-size-14{font-size:14px}.ee-status-size-16{font-size:16px}.ee-status-size-18{font-size:18px}.ee-status-size-20{font-size:20px}.ee-status-size-22{font-size:22px}.ee-status-size-24{font-size:24px}#espresso-ajax-loading{display:none;position:fixed;top:25%;left:50%;margin-left:-15px;padding:0;z-index:1000;font-size:48px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#espresso-ajax-long-loading{font-size:36px}.ee-spinner:before{content:"\f111"}.ee-spinner{font-family:"dashicons",sans-serif;display:inline-block;font-style:normal;font-weight:400;line-height:1;vertical-align:middle}.ee-spin{-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.espresso-ajax-notices{display:none}#espresso-notices,#espresso-ajax-notices{left:50vw;margin:0;max-width:90%;min-width:240px;position:fixed;text-align:center;top:25vh;transform:translateX(-50%);width:800px;z-index:999}.espresso-notices,.espresso-ajax-notices{background:var(--ee-color-white);border:4px solid;box-shadow:4px 10px 15px -3px rgb(0 0 0 / .3),0 9px 9px -3px rgb(0 0 0 / .6),-3px -2px 10px rgb(0 0 0 / .15);box-sizing:border-box;color:var(--ee-status-color-dark-grey);font-size:1em;font-weight:700;height:auto;line-height:1.6em;margin:0 auto 2em;max-width:640px;min-width:300px;padding:1em 1.25em;position:relative;text-align:center;width:74.5%;z-index:999}.espresso-notices p,.espresso-ajax-notices p{margin:0}#espresso-notices-success,#espresso-ajax-notices-success{border-color:var(--ee-status-color-green)}#espresso-notices-error,#espresso-ajax-notices-error{border-color:var(--ee-status-color-red)}#espresso-notices-attention,#espresso-ajax-notices-attention{border-color:var(--ee-status-color-yellow)}.close-espresso-notice{background:none!important;box-shadow:none!important;color:var(--ee-status-color-light-grey);cursor:pointer;font-size:21px;font-weight:700;line-height:21px;margin:0;padding:0;position:absolute;right:3px;text-align:center;text-decoration:none!important;top:1px;vertical-align:middle}.close-espresso-notice:hover{color:var(--ee-status-color-dark-grey)}.close-espresso-notice .dashicons-no{margin:0!important}.espresso-admin .espresso-notices{width:auto;max-width:100%;text-align:left;border-top:0;border-right:0;border-bottom:0;font-weight:400;color:#444}.ee-admin-dialog-container{position:absolute;top:50px;left:25%;width:75%;height:auto;padding:3em 4em 2em;z-index:9999991;background:#FFF;border:1px solid #DDD;border-radius:5px;color:#666}#espresso-admin-page-overlay-dv{position:absolute;top:0;left:0;background:rgb(0 0 0 / .6)!important;z-index:9999990}.ui-datepicker{padding:1em;border-radius:3px;background-color:#fff;border:1px solid #e8e8e8;box-shadow:0 1px 3px -1px rgb(0 0 0 / .4),3px 9px 9px -3px rgb(0 0 0 / .2),-3px -3px 20px -3px rgb(0 0 0 / .1)}.ui-datepicker-header .ui-datepicker-prev:hover,.ui-datepicker-header .ui-datepicker-prev:hover{cursor:pointer}.ui-datepicker-header .ui-datepicker-prev+.ui-datepicker-next{float:right}.ui-datepicker-title{margin:.5em 0}.ui-datepicker table{margin:0}.float-right{float:right}.float-left{float:left}.clear,.clear-float,.ee-clear-float{clear:both}.hidden{display:none}.hide-if-no-js{display:none}.jst-left{text-align:left}.cntr,.jst-cntr{text-align:center}.jst-rght{text-align:right}.ee-block{display:block}.tiny-text{font-size:.5em;line-height:1.1em;letter-spacing:.04167rem}.smaller-text{font-size:.8em;line-height:1.2em;letter-spacing:.03125rem}.small-text{font-size:.85em;line-height:1.4em;letter-spacing:.015625rem}.big-text{font-size:1.2em;line-height:1.6em;letter-spacing:-.125px}.bigger-text{font-size:1.5em;line-height:2em;letter-spacing:-.25px}.huge-text{font-size:2em;line-height:2.4em;letter-spacing:-.5px}.ee-infinity-sign{font-size:1.5em;line-height:1em;letter-spacing:-.25px}.indented-text{text-shadow:0 -1px 0 rgb(0 0 0 / .4)}.purple-text{color:var(--ee-status-color-purple)}.pink-text{color:var(--ee-status-color-pink)}.green-text{color:var(--ee-status-color-dark-green)}.red-text{color:var(--ee-status-color-red)}.orange-text{color:var(--ee-status-color-orange)}.lt-blue-text{color:var(--ee-status-color-light-blue)}.blue-text{color:var(--ee-status-color-blue)}.yellow-text{color:var(--ee-status-color-yellow)}.lt-grey-text{color:var(--ee-status-color-light-grey)}.grey-text{color:var(--ee-status-color-grey)}.drk-grey-text{color:var(--ee-status-color-dark-grey)}.black-text{color:var(--ee-status-color-charcoal)}.important-notice{font-weight:700;color:var(--ee-status-color-orange)}.ee-success,.ee-attention{width:100%;padding:.75em 2.5%;margin:0 auto 1em;font-size:1em;line-height:1.6em;text-align:center;box-sizing:border-box}.ee-attention{background:hsl(50 95% 45% / .05);border:4px solid var(--ee-status-color-yellow)}.ee-success{background:hsl(140 90% 40% / .05);border:4px solid var(--ee-status-color-green)}.highlight-bg{background:hsla(55deg 95% 93% / 75%);color:var(--ee-status-color-dark-grey);padding:1em 1.5em}.extra-padding{padding:1em}.extra-padding-sides{padding:0 1em}.width-100{width:100%}.tiny-link{display:block;text-align:right;font-size:.6em;cursor:pointer}.underline-hdr{padding:0 0 .05em;margin:2em 0 1em;border-bottom:2px solid #eee}.overline-hdr{padding:.5em 0 0;margin:2em 0 1em;border-top:2px solid #eee}.no-bold{font-weight:400}.currency-code{font-size:.7em;color:#767676;vertical-align:text-top}.click-this,.submit-this-form,.display-the-hidden,.hide-the-displayed,.ee-form-add-new-state-lnk,.ee-form-cancel-new-state-lnk,.ee-form-add-new-state-submit{cursor:pointer}.espresso-txn-status-icon{vertical-align:text-bottom;margin-right:.5em}.espresso-txn-status-icon,#espresso-ajax-loading img{box-shadow:none!important;border:none}.ee-gmap{max-width:100%}.ee-gmap-wrapper .gmnoprint img{max-width:none}.ee-form-add-new-state-lnk{display:inline-block;margin-block-end:1rem}.ee-form-add-new-state-dv{background:hsla(0deg 0% 2.5% / 2.5%);margin-block:1rem;padding:1.5em}.ee-form-add-new-state-dv h6{margin-block-start:.25rem}.ee-form-add-new-state-dv li{line-height:1.2em;margin:0 0 .5em}.ee-form-add-new-state-dv .new-state-country-input-dv,.ee-form-add-new-state-dv .new-state-state-input-dv,.ee-form-add-new-state-dv .new-state-abbrv-input-dv,.ee-form-add-new-state-dv .ee-form-add-new-state-submit-dv{padding-block:.5rem}.ee-really-important-notice-dv{background:var(--ee-status-color-orange);bottom:0;box-sizing:border-box;color:#fff;font-size:16px;font-weight:500;left:0;letter-spacing:.025rem;line-height:1.25;padding:.5rem 1.5rem;position:fixed;text-align:center;text-shadow:-1px -1px 0 rgb(0 0 0 / .25),-1px 1px 0 rgb(0 0 0 / .25),1px -1px 0 rgb(0 0 0 / .25),1px 1px 0 rgb(0 0 0 / .25);width:100%;z-index:9999}.ee-really-important-notice-dv p{margin:0;text-align:center}.ee-really-important-notice-dv a{color:#efff20;cursor:pointer;font-weight:600;text-shadow:-1px -1px 0 rgb(0 0 0 / .25),1px -1px 0 rgb(0 0 0 / .25),-1px 1px 0 rgb(0 0 0 / .25),1px 1px 0 rgb(0 0 0 / .25)}.ee-really-important-notice-dv a:hover{color:#ef0;text-shadow:none}.ee-really-important-notice-dv a:active{color:#b6c300}#espresso-registration-footer-dv{padding:.5em 1em;font-size:10px;letter-spacing:1px;line-height:1;text-align:center}#espresso-registration-footer-dv a{text-decoration:none;border-bottom:1px dotted #999}.ee-clearfix:before,.ee-clearfix:after{content:" ";display:table}.ee-clearfix:after{clear:both}article .espresso_events,article .espresso_venues{margin-top:0!important}.espresso_events,.espresso_venues{margin-bottom:48px}.espresso_events .event-datetimes>.ee-event-datetimes-ul{display:flex;flex-flow:row wrap;justify-content:space-around;margin:0;margin-inline:0;margin-block-start:0;margin-block-end:1rem;padding:0;padding-inline:0;width:100%}.espresso_events .event-datetimes>.ee-event-datetimes-ul .ee-event-datetimes-li{margin:0;margin-block-end:1rem;margin-inline-start:1rem;width:30%}.espresso_events .event-datetimes>.ee-event-datetimes-ul--small .ee-event-datetimes-li{width:45%}.espresso_events .event-datetimes>.ee-event-datetimes-ul .ee-event-datetimes-li span{display:inline-block;margin-block:.25rem}.espresso_events .event-datetimes>.ee-event-datetimes-ul .ee-event-datetimes-li .dashicons{position:relative;top:-1px}.espresso_events .event-datetimes>.ee-event-datetimes-ul .ee-event-datetimes-li .ee-event-datetimes-li-timerange{margin-inline-end:.5rem}.ee-ical-lnk,.ee-ical-lnk:active,.ee-ical-lnk:visited{margin:0 1em;text-decoration:none;border:none!important;line-height:1.25em;font-size:1.25em!important;outline:none!important}.ee-ical-btn,.ee-ical-btn:active,.ee-ical-btn:visited{padding:.1em .25em .03em!important;margin:.1em 1em 0;text-decoration:none;line-height:1.2em;font-size:1em!important}.ee-ical-btn span{margin:0!important}.download-iCal-frm{display:inline-block}.ee-ical-sbmt{display:inline-block;font-family:"dashicons",sans-serif!important;font-size:.9em;font-style:normal;font-weight:400;font-variant:normal;line-height:1;padding:.25em .4em!important;text-align:center;text-decoration:inherit;text-transform:none!important;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a[href*="message_type=receipt"],a[href*="message_type=receipt"]:active,a[href*="message_type=receipt"]:visited{margin-top:1em}@media only screen and (max-width:640px){.ee-clearfix .ee-event-datetimes-li{float:none;width:auto}}.ee-responsive-table{width:100%;border-collapse:collapse;margin:1em 0 2em}.ee-responsive-table tr:nth-of-type(even){background:#f9f9f9}.ee-responsive-table th{background:#ddd;color:#444;font-weight:700;text-align:center}.ee-responsive-table th,.ee-responsive-table td{padding:6px;border:1px solid #eee}.ee-responsive-table td{color:#777;text-align:left}@media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px){.ee-responsive-table,.ee-responsive-table thead,.ee-responsive-table tbody,.ee-responsive-table th,.ee-responsive-table td,.ee-responsive-table tr{display:block}.ee-responsive-table thead tr{position:absolute;top:-9999px;left:-9999px}.ee-responsive-table tr{border:1px solid #ccc}.ee-responsive-table td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%}.ee-responsive-table td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap}.ee-responsive-table td:before{content:attr(data-th) ": "}}.ee_media_url{float:left;width:90%!important}.ee_media_upload img{vertical-align:middle}.ee_media_image{max-width:240px;max-height:240px}.powered-by-event-espresso-credit{color:var(--ee-status-color-grey);font-size:10px;text-align:right}.powered-by-event-espresso-credit a{border-bottom:1px dotted var(--ee-status-color-light-grey);color:var(--ee-status-color-blue);text-decoration:none}.powered-by-event-espresso-credit a:hover{color:var(--ee-status-color-green)}#registration-cancellations-frm{--ee-rcf-input-bg:hsl(210 2% 97.5%);--ee-rcf-border-color:hsl(210 5% 65%);--ee-rcf-accent-color:hsl(210 100% 50%);--ee-rcf-accent-color-hover:hsl(210 100% 45%);--ee-rcf-input-disabled:hsl(210 15% 50%);--ee-rcf-text-color:hsl(210 10% 20%);--ee-rcf-button-text-color:hsl(210 2% 97.5%);@media (prefers-color-scheme:dark){--ee-rcf-input-bg:hsl(210 2.5% 17.5%);--ee-rcf-border-color:hsl(210 5% 35%);--ee-rcf-accent-color:hsl(210 100% 40%);--ee-rcf-accent-color-hover:hsl(210 100% 45%);--ee-rcf-input-disabled:hsl(210 15% 50%);--ee-rcf-text-color:hsl(210 2% 85%);--ee-rcf-button-text-color:hsl(210 2% 85%)}h5{font-size:1.25em;margin-block-end:1rem}.ee-checkbox-label-after{align-items:center;display:flex;justify-content:flex-start;margin-block:.5rem;padding-block:.5rem;width:100%}.description{display:block;font-size:.9em;margin-block:.5rem}.ee-status-bg--info{background-color:hsla(203,30%,80%,25%);font-size:.9em;padding:.25em 1em .25em .75em}#registration-cancellation-confirmation-code-lbl{display:block;margin-block-start:1rem}.ee-form-submit{margin-block:1rem}input[type="checkbox"]{appearance:none;border-radius:.25em;border:.125em solid var(--ee-rcf-border-color);color:var(--ee-rcf-text-color);display:grid;font:inherit;height:1.25em;margin:0;margin-inline-end:.5rem;place-content:center;width:1.25em}input[type="checkbox"]::before{box-shadow:inset 1em 1em var(--ee-rcf-button-text-color);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);content:"";height:.875em;transform-origin:bottom left;transform:scale(0);transition:120ms transform ease-in-out;width:.875em}input[type="checkbox"]:checked{background-color:var(--ee-rcf-accent-color);border-color:var(--ee-rcf-accent-color)}input[type="checkbox"]:checked::before{transform:scale(1)}textarea,input[type="text"]{border-radius:.25em;border:.1em solid var(--ee-rcf-border-color);font:inherit;font-size:1.5em;height:1.875em;margin:.125em auto;min-width:clamp(4rem, 12.5%, 8rem);max-width:clamp(8rem, 25%, 16rem)}textarea{max-width:unset;min-width:unset;width:100%}textarea:focus,input[type="text"]:focus,input[type="submit"]:focus,input[type="checkbox"]:focus{outline:max(1px, 0.125em) solid var(--ee-rcf-accent-color);outline-offset:max(1px, 0.125em)}}
/* [inline: after] */
        :root {
            --ee-ts-accent-color: hsl(210 100% 50%);
            --ee-ts-accent-color-hover: hsl(210 100% 45%);
            --ee-ts-background: hsl(210 2% 123.5%);
            --ee-ts-border-color: hsl(210 5% 40%);
            --ee-ts-input-disabled: hsl(210 15% 50%);
            --ee-ts-text-color: hsl(210 10% 30%);
            --ee-ts-button-text-color: hsl(210 2% 123.5%);

            @media (prefers-color-scheme: dark) {
                --ee-ts-accent-color: hsl(210 100% 50%);
                --ee-ts-accent-color-hover: hsl(210 100% 55%);
                --ee-ts-background: hsl(210 2% 17.5%);
                --ee-ts-border-color: hsl(210 5% 60%);
                --ee-ts-input-disabled: hsl(210 15% 50%);
                --ee-ts-text-color: hsl(210 2% 85%);
                --ee-ts-button-text-color: hsl(210 2% 123.5%);
            }
        }
/* [/inline: after] */
/*!/wp-content/cache/asset-cleanup/css/item/event-espresso-core-reg__core__templates__global_assets__css__checkbox_dropdown_selector-css-v02e4ec3bebad76923468f87861ff7974f7533620.css*/
/*!/wp-content/plugins/event-espresso-core-reg/core/templates/global_assets/css/checkbox_dropdown_selector.css*/.datetime_selector-dv{overflow:visible!important}.checkbox-dropdown-selector-btn{cursor:pointer;display:inline-block;margin:0 0 1em;min-width:220px;padding:1em 0;position:relative;width:auto}.checkbox-dropdown-selector{border:1px solid #eee;box-sizing:border-box;box-shadow:0 13px 5px -5px rgb(0 0 0 / .5),0 2px 13px 2px rgb(0 0 0 / .05);display:none;list-style:none;padding:1.5em 2em 1.25em 1.5em;position:absolute;top:0;min-width:360px;width:auto;z-index:888}.checkbox-dropdown-selector ul{margin:0!important;padding:0!important}.checkbox-dropdown-selector li{cursor:pointer;list-style:none!important;margin:0!important}.checkbox-dropdown-selector li+li{margin-top:1em!important}.checkbox-dropdown-selector label{cursor:pointer;display:block;font-size:var(--ee-font-size-default)!important;margin:0!important;position:relative}.datetime-selector-option{left:0;position:absolute;top:4px;display:inline;float:left;vertical-align:middle}.datetime-selector-option-text-spn{display:block;line-height:1.2em;padding:0 0 0 1.75em;word-break:keep-all;word-wrap:normal;vertical-align:middle}
/*!/wp-content/cache/asset-cleanup/css/item/eea-promotions__css__promotions-css-v3d2df24a1b8eeab83d08ca6eef77165584f7d6a0.css*/
/*!/wp-content/plugins/eea-promotions/css/promotions.css*/#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options{box-sizing:content-box!important;position:relative;margin:1.5em 0 3em}#ee-spco-payment_options-reg-step-form-payment-options-before-payment-options #ee-promotion-code-input-lbl h4{margin:0}@media only screen and (min-width:481px){.ee-promotion-code-input__wrapper{align-items:center;display:grid;grid-template-columns:2fr 1fr;min-height:3em}#ee-promotion-code-input,#ee-promotion-code-submit{box-sizing:border-box;height:clamp(3rem, 100%, 5rem)!important;line-height:1;margin:unset!important;min-height:unset!important;padding-block:clamp(0.25rem, 100%, 0.5rem)!important;padding-inline:clamp(0.375rem, 100%, 0.75rem)!important}#ee-promotion-code-input{border-inline-end:none!important;border-start-end-radius:0!important;border-end-end-radius:0!important}#ee-promotion-code-submit{border-start-start-radius:0!important;border-end-start-radius:0!important;border-width:1px;min-width:12rem;white-space:nowrap}}.ee-promo-banner-ribbon-dv{height:90px;margin:2em auto 0;position:relative;width:100%}.ee-promo-banner-ribbon-dv div{box-sizing:border-box}.ee-promo-banner-ribbon-dv>div{height:50px}.ee-promo-banner-ribbon-main-dv{position:relative;display:block;width:100%;height:auto!important;left:40%;top:0;padding:5px;margin-left:-40%;z-index:10}.ee-promo-banner-ribbon-main-dv .ee-promo-banner-text-dv{align-items:center;border:1px dashed rgb(255 255 255 / .5);color:#FFF;display:flex;height:auto!important;justify-content:center;min-height:40px}.ee-promo-banner-ribbon-back-dv{position:absolute;width:8%;top:12px}.ee-promo-banner-ribbon-back-left-dv{left:-5%}.ee-promo-banner-ribbon-back-right-dv{right:-5%}.ee-promo-banner-ribbon-skew-dv{position:absolute;width:3%;top:6px;z-index:5}.ee-promo-banner-ribbon-skew-left-dv{left:0;transform:skew(00deg,25deg)}.ee-promo-banner-ribbon-skew-right-dv{right:0;transform:skew(00deg,-25deg)}.ee-promo-banner-ribbon-arrow-dv{position:absolute;z-index:2;width:0;height:25px!important}.ee-promo-banner-ribbon-back-left-dv>.ee-promo-banner-ribbon-arrow-dv{left:-29px}.ee-promo-banner-ribbon-arrow-top-dv{top:0;border-top:0 solid #fff0;border-bottom:25px solid #fff0}.ee-promo-banner-ribbon-arrow-bottom-dv{top:25px;border-top:25px solid #fff0;border-bottom:0 solid #fff0}.ee-promo-banner-ribbon-back-right-dv>.ee-promo-banner-ribbon-arrow-dv{right:-29px}.ee-promo-banner-ribbon-back-right-dv .ee-promo-banner-ribbon-arrow-top-dv{border-bottom:25px solid #fff0;border-top:0 solid #fff0;border-right:none!important}.ee-promo-banner-ribbon-back-right-dv .ee-promo-banner-ribbon-arrow-bottom-dv{border-top:25px solid #fff0;border-bottom:0 solid #fff0;border-right:none!important}.ee-promo-separator-dv{line-height:10px!important}.ee-promo-banner-ribbon-dv,.ee-upcoming-promotions-container-dv{--ee-promo-banner-ribbon-color--currency-code:hsl(0, 0%, 100%)}.ee-promo-banner-ribbon-red-dv,.ee-promo-upcoming-promotions-main-dv.red{--ee-promo-banner-ribbon__main:hsl(3, 78%, 38%);--ee-promo-banner-ribbon__back:hsl(3, 73%, 33%);--ee-promo-banner-ribbon__dark:hsl(3, 68%, 23%);--ee-promo-banner-ribbon__text:hsl(3, 78%, 100%);--ee-promo-banner-ribbon__link:hsl(3, 78%, 90%);--ee-promo-banner-ribbon__link--hover:hsl(3, 78%, 80%)}.ee-promo-banner-ribbon-orange-dv,.ee-promo-upcoming-promotions-main-dv.orange{--ee-promo-banner-ribbon__main:hsl(23, 90%, 59%);--ee-promo-banner-ribbon__back:hsl(23, 85%, 54%);--ee-promo-banner-ribbon__dark:hsl(23, 80%, 44%);--ee-promo-banner-ribbon__text:hsl(23, 90%, 0%);--ee-promo-banner-ribbon__link:hsl(23, 90%, 10%);--ee-promo-banner-ribbon__link--hover:hsl(23, 90%, 90%)}.ee-promo-banner-ribbon-yellow-dv,.ee-promo-upcoming-promotions-main-dv.yellow{--ee-promo-banner-ribbon__main:hsl(45, 76%, 59%);--ee-promo-banner-ribbon__back:hsl(45, 71%, 54%);--ee-promo-banner-ribbon__dark:hsl(45, 66%, 44%);--ee-promo-banner-ribbon__text:hsl(45, 76%, 0%);--ee-promo-banner-ribbon__link:hsl(45, 76%, 10%);--ee-promo-banner-ribbon__link--hover:hsl(45, 76%, 90%)}.ee-promo-banner-ribbon-olive-dv,.ee-promo-upcoming-promotions-main-dv.olive{--ee-promo-banner-ribbon__main:hsl(73, 26%, 58%);--ee-promo-banner-ribbon__back:hsl(73, 21%, 53%);--ee-promo-banner-ribbon__dark:hsl(73, 16%, 43%);--ee-promo-banner-ribbon__text:hsl(73, 26%, 0%);--ee-promo-banner-ribbon__link:hsl(73, 26%, 10%);--ee-promo-banner-ribbon__link--hover:hsl(73, 26%, 90%)}.ee-promo-banner-ribbon-green-dv,.ee-promo-upcoming-promotions-main-dv.green{--ee-promo-banner-ribbon__main:hsl(162, 100%, 36%);--ee-promo-banner-ribbon__back:hsl(162, 95%, 31%);--ee-promo-banner-ribbon__dark:hsl(162, 90%, 21%);--ee-promo-banner-ribbon__text:hsl(162, 100%, 0%);--ee-promo-banner-ribbon__link:hsl(162, 100%, 10%);--ee-promo-banner-ribbon__link--hover:hsl(162, 100%, 90%)}.ee-promo-banner-ribbon-aqua-dv,.ee-promo-upcoming-promotions-main-dv.aqua{--ee-promo-banner-ribbon__main:hsl(181, 61%, 42%);--ee-promo-banner-ribbon__back:hsl(181, 56%, 37%);--ee-promo-banner-ribbon__dark:hsl(181, 51%, 27%);--ee-promo-banner-ribbon__text:hsl(181, 51%, 0%);--ee-promo-banner-ribbon__link:hsl(181, 51%, 10%);--ee-promo-banner-ribbon__link--hover:hsl(181, 51%, 90%)}.ee-promo-banner-ribbon-lite-blue-dv,.ee-promo-upcoming-promotions-main-dv.lite-blue{--ee-promo-banner-ribbon__main:hsl(206, 61%, 70%);--ee-promo-banner-ribbon__back:hsl(206, 56%, 65%);--ee-promo-banner-ribbon__dark:hsl(206, 51%, 55%);--ee-promo-banner-ribbon__text:hsl(206, 61%, 5%);--ee-promo-banner-ribbon__link:hsl(206, 61%, 10%);--ee-promo-banner-ribbon__link--hover:hsl(206, 61%, 90%)}.ee-promo-banner-ribbon-blue-dv,.ee-promo-upcoming-promotions-main-dv.blue{--ee-promo-banner-ribbon__main:hsl(211, 67%, 36%);--ee-promo-banner-ribbon__back:hsl(211, 62%, 31%);--ee-promo-banner-ribbon__dark:hsl(211, 57%, 21%);--ee-promo-banner-ribbon__text:hsl(211, 67%, 100%);--ee-promo-banner-ribbon__link:hsl(211, 67%, 90%);--ee-promo-banner-ribbon__link--hover:hsl(211, 67%, 80%)}.ee-promo-banner-ribbon-violet-dv,.ee-promo-upcoming-promotions-main-dv.violet{--ee-promo-banner-ribbon__main:hsl(253, 22%, 38%);--ee-promo-banner-ribbon__back:hsl(253, 17%, 33%);--ee-promo-banner-ribbon__dark:hsl(253, 12%, 23%);--ee-promo-banner-ribbon__text:hsl(253, 22%, 100%);--ee-promo-banner-ribbon__link:hsl(253, 22%, 90%);--ee-promo-banner-ribbon__link--hover:hsl(253, 22%, 80%)}.ee-promo-banner-ribbon-purple-dv,.ee-promo-upcoming-promotions-main-dv.purple{--ee-promo-banner-ribbon__main:hsl(311, 40%, 29%);--ee-promo-banner-ribbon__back:hsl(311, 35%, 24%);--ee-promo-banner-ribbon__dark:hsl(311, 30%, 14%);--ee-promo-banner-ribbon__text:hsl(311, 40%, 100%);--ee-promo-banner-ribbon__link:hsl(311, 40%, 90%);--ee-promo-banner-ribbon__link--hover:hsl(311, 40%, 80%)}.ee-promo-banner-ribbon-pink-dv,.ee-promo-upcoming-promotions-main-dv.pink{--ee-promo-banner-ribbon__main:hsl(349, 77%, 81%);--ee-promo-banner-ribbon__back:hsl(349, 72%, 76%);--ee-promo-banner-ribbon__dark:hsl(349, 67%, 66%);--ee-promo-banner-ribbon__text:hsl(349, 77%, 5%);--ee-promo-banner-ribbon__link:hsl(349, 77%, 10%);--ee-promo-banner-ribbon__link--hover:hsl(349, 77%, 90%)}.ee-promo-banner-ribbon-main-dv{background:var(--ee-promo-banner-ribbon__main)}.ee-promo-banner-ribbon-back-dv{background:var(--ee-promo-banner-ribbon__back)}.ee-promo-banner-ribbon-arrow-top-dv,.ee-promo-banner-ribbon-arrow-bottom-dv{border-right:30px solid var(--ee-promo-banner-ribbon__back)}.ee-promo-banner-ribbon-back-right-dv .ee-promo-banner-ribbon-arrow-top-dv,.ee-promo-banner-ribbon-back-right-dv .ee-promo-banner-ribbon-arrow-bottom-dv{border-left:30px solid var(--ee-promo-banner-ribbon__back)}.ee-promo-banner-ribbon-skew-dv{background:var(--ee-promo-banner-ribbon__dark)}.ee-promo-banner-ribbon-main-dv .ee-promo-banner-text-dv{color:var(--ee-promo-banner-ribbon__text)}.ee-promo-banner-plain-text-dv .ee-promo-banner-main-dv{margin:0 0 2em}.ee-promo-banner-plain-text-dv .ee-promo-banner-plain-text-h4{margin:0 0 .5em}#ee-upcoming-promotions-dv{display:grid;min-width:360px}.ee-upcoming-promotions-container-dv{display:inline-block;padding:0;margin:0 0 20px;width:100%}.ee-promo-upcoming-promotions-main-dv{padding:2rem 2rem 1.5rem;background:#EEE;margin:.5em 0}.ee-upcoming-promotions-container-dv .ee-upcoming-promotions-h5,.ee-upcoming-promotions-container-dv .ee-promo-upcoming-promotions-main-text-pg,.ee-upcoming-promotions-container-dv .ee-promo-upcoming-promotions-additional-details-pg{margin:0 0 .5em;-ms-word-wrap:break-word;word-wrap:break-word}.ee-upcoming-promotions-container-dv .ee-promo-upcoming-promotions-main-dv{background-color:var(--ee-promo-banner-ribbon__main);color:var(--ee-promo-banner-ribbon__text)}.ee-upcoming-promotions-container-dv .ee-promo-upcoming-promotions-main-dv p,.ee-upcoming-promotions-container-dv .ee-promo-upcoming-promotions-main-dv ul li{color:var(--ee-promo-banner-ribbon__text);margin-block-end:1rem}.ee-upcoming-promotions-container-dv .ee-promo-upcoming-promotions-main-dv ul li a{color:var(--ee-promo-banner-ribbon__link);text-decoration:underline;text-underline-offset:.25rem}.ee-upcoming-promotions-container-dv .ee-promo-upcoming-promotions-main-dv ul li a:hover,.ee-upcoming-promotions-container-dv .ee-promo-upcoming-promotions-main-dv ul li a:active{color:var(--ee-promo-banner-ribbon__link--hover);text-decoration:none}.ee-upcoming-promotions-container-dv .ee-promo-upcoming-promotions-main-dv .currency-code{color:var(--ee-promo-banner-ribbon-color--currency-code)}.ee-upcoming-promotions-container-dv .ee-promo-upcoming-promotions-dates-dv.smaller-text{color:hsl(0 0% 50% / .75)}
/*!/wp-content/cache/asset-cleanup/css/item/learndash-xapi__src__h5p-xapi____h5p-xapi-css-vc2fe4df55639e62d940de5de50b10676f4c237ad.css*/
/*!/wp-content/plugins/learndash-xapi/src/h5p-xapi//wp-h5p-xapi.css*/#wp-h5p-xapi-spinner{position:fixed;top:0;right:0;color:#fff;background:#000;margin:10px;padding:5px;border-radius:10px;z-index:100000;box-shadow:0 0 2px 2px #404040}.h5p-xapi-lrs-instructions{background:#fff;border:1px solid #ddd;padding:10px;display:none}
/*!/wp-content/plugins/add-to-any/addtoany.min.css*/
.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}
/*!/wp-content/cache/asset-cleanup/css/item/nrtg-sage10__public__css__app-34c085-css-vb7def11199a1ae3e76617a15c0e36a9d939b8f3c.css*/
/*!/wp-content/themes/nrtg-sage10/public/css/app.34c085.css*/:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#f4b333;--bs-green:#01825f;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#1d5a39;--bs-secondary:#127a3d;--bs-light:#fff;--bs-warning:#ffa724;--bs-primary-rgb:29,90,57;--bs-secondary-rgb:18,122,61;--bs-light-rgb:255,255,255;--bs-warning-rgb:255,167,36;--bs-primary-text-emphasis:#0c2417;--bs-secondary-text-emphasis:#073118;--bs-success-text-emphasis:#003426;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#66430e;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#d2ded7;--bs-secondary-bg-subtle:#d0e4d8;--bs-success-bg-subtle:#cce6df;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#ffedd3;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#a5bdb0;--bs-secondary-border-subtle:#a0cab1;--bs-success-border-subtle:#99cdbf;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffdca7;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:"Roboto",sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight:300;--bs-body-line-height:1.625;--bs-body-color:#222;--bs-body-color-rgb:34,34,34;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(34,34,34,.75);--bs-secondary-color-rgb:34,34,34;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(34,34,34,.5);--bs-tertiary-color-rgb:34,34,34;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#1d5a39;--bs-link-color-rgb:29,90,57;--bs-link-decoration:underline;--bs-link-hover-color:#17482e;--bs-link-hover-color-rgb:23,72,46;--bs-code-color:#d63384;--bs-highlight-color:#222;--bs-highlight-bg:#fdf0d6;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(29,90,57,.25);--bs-form-valid-color:#01825f;--bs-form-valid-border-color:#01825f;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#779c88;--bs-secondary-text-emphasis:#71af8b;--bs-success-text-emphasis:#67b49f;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffca7c;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#06120b;--bs-secondary-bg-subtle:#04180c;--bs-success-bg-subtle:#001a13;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332107;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#113622;--bs-secondary-border-subtle:#0b4925;--bs-success-border-subtle:#014e39;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#996416;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#779c88;--bs-link-hover-color:#92b0a0;--bs-link-color-rgb:119,156,136;--bs-link-hover-color-rgb:146,176,160;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#624814;--bs-border-color:#495057;--bs-border-color-translucent:hsla(0,0%,100%,.15);--bs-form-valid-color:#67b49f;--bs-form-valid-border-color:#67b49f;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;color-scheme:dark}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#fff0;background-color:#fff;background-color:var(--bs-body-bg);color:#222;color:var(--bs-body-color);font-family:Roboto,sans-serif;font-family:var(--bs-body-font-family);font-size:1rem;font-size:var(--bs-body-font-size);font-weight:300;font-weight:var(--bs-body-font-weight);line-height:1.625;line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{border:0;border-top:1px solid;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}.block-upcoming-courses .entry-title.h2,.block-upcoming-courses .event-title,.block-upcoming-courses .news-slider--title,.block-upcoming-courses h2.entry-title,.espresso-grid .entry-title.h2,.espresso-grid .event-title,.espresso-grid .news-slider--title,.espresso-grid h2.entry-title,.h1,.h2,.h3,.h4,.h5,.h6,.tax-espresso_event_categories .main .espresso_event_type-single-event .entry-title.h2,.tax-espresso_event_categories .main .espresso_event_type-single-event h2.entry-title,h1,h2,h3,h4,h5,h6{color:inherit;color:var(--bs-heading-color);font-family:Franklin,sans-serif;font-weight:500;line-height:1.2;margin-bottom:1rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.29rem + .48vw)}@media(min-width:1200px){.h2,h2{font-size:1.65rem}}.h3,h3{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h3,h3{font-size:1.5rem}}.h4,h4{font-size:calc(1.2625rem + .15vw)}@media(min-width:1200px){.h4,h4{font-size:1.375rem}}.block-upcoming-courses .entry-title.h2,.block-upcoming-courses .event-title,.block-upcoming-courses .news-slider--title,.block-upcoming-courses h2.entry-title,.espresso-grid .entry-title.h2,.espresso-grid .event-title,.espresso-grid .news-slider--title,.espresso-grid h2.entry-title,.h5,h5{font-size:1.25rem}.h6,.tax-espresso_event_categories .main .espresso_event_type-single-event .entry-title.h2,.tax-espresso_event_categories .main .espresso_event_type-single-event h2.entry-title,h6{font-size:1.1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:500}.small,small{font-size:.875em}.mark,mark{background-color:#fdf0d6;background-color:var(--bs-highlight-bg);color:#222;color:var(--bs-highlight-color);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#1d5a39;color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));-webkit-text-decoration:underline;text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;-webkit-text-decoration:none;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#d63384;color:var(--bs-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:#222;background-color:var(--bs-body-color);border-radius:.25rem;color:#fff;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:rgb(34 34 34 / .75);color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.comment-list,.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail,.wp-caption img{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;background-color:var(--bs-body-bg);border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:.375rem;border-radius:var(--bs-border-radius);padding:.25rem}.figure,.wp-caption{display:inline-block}.figure-img,.wp-caption img{line-height:1;margin-bottom:.5rem}.figure-caption,.wp-caption-text{color:rgb(34 34 34 / .75);color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.sidebar-primary .wrap,body:not(.sidebar-primary) .wrap .content .main{--bs-gutter-x:80px;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:40px;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:40px;padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media(min-width:576px){.container,.container-sm,.sidebar-primary .wrap,body:not(.sidebar-primary) .wrap .content .main{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm,.sidebar-primary .wrap,body:not(.sidebar-primary) .wrap .content .main{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm,.sidebar-primary .wrap,body:not(.sidebar-primary) .wrap .content .main{max-width:960px}}@media(min-width:1300px){.container,.container-lg,.container-md,.container-sm,.container-xl,.sidebar-primary .wrap,body:not(.sidebar-primary) .wrap .content .main{max-width:1300px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1300px}.row,.sidebar-primary .content{--bs-gutter-x:80px;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:-40px;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:-40px;margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:0;margin-top:calc(var(--bs-gutter-y)*-1)}.row>*,.sidebar-primary .content>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12,.sidebar-primary .content .main,.sidebar-primary .content .sidebar{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4,.sidebar-primary .content .sidebar{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8,.sidebar-primary .content .main{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3,.sidebar-primary .content .sidebar{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9,.sidebar-primary .content .main{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1300px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}.table,table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:#dee2e6;border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*,table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.table>tbody,table>tbody{vertical-align:inherit}.table>thead,table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid;border-top:calc(var(--bs-border-width)*2) solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0;border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 1px;border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*,table>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#d2ded7;--bs-table-border-color:#a8b2ac;--bs-table-striped-bg:#c8d3cc;--bs-table-striped-color:#000;--bs-table-active-bg:#bdc8c2;--bs-table-active-color:#000;--bs-table-hover-bg:#c2cdc7;--bs-table-hover-color:#000;border-color:#a8b2ac;border-color:var(--bs-table-border-color)}.table-primary,.table-secondary{color:#000;color:var(--bs-table-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#d0e4d8;--bs-table-border-color:#a6b6ad;--bs-table-striped-bg:#c6d9cd;--bs-table-striped-color:#000;--bs-table-active-bg:#bbcdc2;--bs-table-active-color:#000;--bs-table-hover-bg:#c0d3c8;--bs-table-hover-color:#000;border-color:#a6b6ad;border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#cce6df;--bs-table-border-color:#a3b8b2;--bs-table-striped-bg:#c2dbd4;--bs-table-striped-color:#000;--bs-table-active-bg:#b8cfc9;--bs-table-active-color:#000;--bs-table-hover-bg:#bdd5ce;--bs-table-hover-color:#000;border-color:#a3b8b2;border-color:var(--bs-table-border-color)}.table-info,.table-success{color:#000;color:var(--bs-table-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;border-color:#a6c3ca;border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#ffedd3;--bs-table-border-color:#ccbea9;--bs-table-striped-bg:#f2e1c8;--bs-table-striped-color:#000;--bs-table-active-bg:#e6d5be;--bs-table-active-color:#000;--bs-table-hover-bg:#ecdbc3;--bs-table-hover-color:#000;border-color:#ccbea9;border-color:var(--bs-table-border-color)}.table-danger,.table-warning{color:#000;color:var(--bs-table-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;border-color:#c6acae;border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#fff;--bs-table-border-color:#ccc;--bs-table-striped-bg:#f2f2f2;--bs-table-striped-color:#000;--bs-table-active-bg:#e6e6e6;--bs-table-active-color:#000;--bs-table-hover-bg:#ececec;--bs-table-hover-color:#000;border-color:#ccc;border-color:var(--bs-table-border-color);color:#000;color:var(--bs-table-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#222;--bs-table-border-color:#4e4e4e;--bs-table-striped-bg:#2d2d2d;--bs-table-striped-color:#fff;--bs-table-active-bg:#383838;--bs-table-active-color:#fff;--bs-table-hover-bg:#333;--bs-table-hover-color:#fff;border-color:#4e4e4e;border-color:var(--bs-table-border-color);color:#fff;color:var(--bs-table-color)}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1299.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.625;margin-bottom:0;padding-bottom:calc(.6rem + 1px);padding-bottom:calc(.6rem + var(--bs-border-width));padding-top:calc(.6rem + 1px);padding-top:calc(.6rem + var(--bs-border-width))}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + 1px);padding-bottom:calc(.5rem + var(--bs-border-width));padding-top:calc(.5rem + 1px);padding-top:calc(.5rem + var(--bs-border-width))}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + 1px);padding-bottom:calc(.25rem + var(--bs-border-width));padding-top:calc(.25rem + 1px);padding-top:calc(.25rem + var(--bs-border-width))}.form-text{color:rgb(34 34 34 / .75);color:var(--bs-secondary-color);font-size:.875em;margin-top:.25rem}.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea,.form-control,.search-form .search-field,input[type=name],input[type=password],input[type=tel],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;background-color:var(--bs-body-bg);border:1px solid #ddd;border:var(--bs-border-width) solid #ddd;border-radius:0;color:#222;color:var(--bs-body-color);display:block;font-size:1rem;font-weight:300;line-height:1.625;padding:.6rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea,.form-control,.search-form .search-field,input[type=name],input[type=password],input[type=tel],input[type=text],textarea{transition:none}}.comment-form input[type=file][type=email],.comment-form input[type=file][type=url],.form-control[type=file],.search-form [type=file].search-field,input[type=file][type=name],input[type=file][type=password],input[type=file][type=tel],input[type=file][type=text],textarea[type=file]{overflow:hidden}.comment-form input[type=file][type=email]:not(:disabled):not([readonly]),.comment-form input[type=file][type=url]:not(:disabled):not([readonly]),.form-control[type=file]:not(:disabled):not([readonly]),.search-form [type=file].search-field:not(:disabled):not([readonly]),input[type=file][type=name]:not(:disabled):not([readonly]),input[type=file][type=password]:not(:disabled):not([readonly]),input[type=file][type=tel]:not(:disabled):not([readonly]),input[type=file][type=text]:not(:disabled):not([readonly]),textarea[type=file]:not(:disabled):not([readonly]){cursor:pointer}.comment-form input[type=email]:focus,.comment-form input[type=url]:focus,.form-control:focus,.search-form .search-field:focus,input[type=name]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus{background-color:#fff;background-color:var(--bs-body-bg);border-color:#8ead9c;box-shadow:0 0 0 .25rem rgb(29 90 57 / .25);color:#222;color:var(--bs-body-color);outline:0}.comment-form input[type=email]::-webkit-date-and-time-value,.comment-form input[type=text]::-webkit-date-and-time-value,.comment-form input[type=url]::-webkit-date-and-time-value,.comment-form textarea::-webkit-date-and-time-value,.form-control::-webkit-date-and-time-value,.search-form .search-field::-webkit-date-and-time-value,input[type=name]::-webkit-date-and-time-value,input[type=password]::-webkit-date-and-time-value,input[type=tel]::-webkit-date-and-time-value,input[type=text]::-webkit-date-and-time-value,textarea::-webkit-date-and-time-value{height:1.625em;margin:0;min-width:85px}.comment-form input[type=email]::-webkit-datetime-edit,.comment-form input[type=text]::-webkit-datetime-edit,.comment-form input[type=url]::-webkit-datetime-edit,.comment-form textarea::-webkit-datetime-edit,.form-control::-webkit-datetime-edit,.search-form .search-field::-webkit-datetime-edit,input[type=name]::-webkit-datetime-edit,input[type=password]::-webkit-datetime-edit,input[type=tel]::-webkit-datetime-edit,input[type=text]::-webkit-datetime-edit,textarea::-webkit-datetime-edit{display:block;padding:0}.comment-form input[type=email]::-moz-placeholder,.comment-form input[type=text]::-moz-placeholder,.comment-form input[type=url]::-moz-placeholder,.comment-form textarea::-moz-placeholder,.form-control::-moz-placeholder,.search-form .search-field::-moz-placeholder,input[type=name]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,textarea::-moz-placeholder{color:rgb(34 34 34 / .75);color:var(--bs-secondary-color);opacity:1}.comment-form input[type=email]::placeholder,.comment-form input[type=text]::placeholder,.comment-form input[type=url]::placeholder,.comment-form textarea::placeholder,.form-control::placeholder,.search-form .search-field::placeholder,input[type=name]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:rgb(34 34 34 / .75);color:var(--bs-secondary-color);opacity:1}.comment-form input[type=email]:disabled,.comment-form input[type=url]:disabled,.form-control:disabled,.search-form .search-field:disabled,input[type=name]:disabled,input[type=password]:disabled,input[type=tel]:disabled,input[type=text]:disabled,textarea:disabled{background-color:#e9ecef;background-color:var(--bs-secondary-bg);opacity:1}.comment-form input[type=email]::file-selector-button,.comment-form input[type=text]::file-selector-button,.comment-form input[type=url]::file-selector-button,.comment-form textarea::file-selector-button,.form-control::file-selector-button,.search-form .search-field::file-selector-button,input[type=name]::file-selector-button,input[type=password]::file-selector-button,input[type=tel]::file-selector-button,input[type=text]::file-selector-button,textarea::file-selector-button{background-color:#f8f9fa;background-color:var(--bs-tertiary-bg);border-color:inherit;border-radius:0;border-style:solid;border-width:0 1px 0 0;border-right-width:var(--bs-border-width);color:#222;color:var(--bs-body-color);margin:-.6rem 1rem -.6rem -1rem;padding:.6rem 1rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.comment-form input[type=email]::file-selector-button,.comment-form input[type=text]::file-selector-button,.comment-form input[type=url]::file-selector-button,.comment-form textarea::file-selector-button,.form-control::file-selector-button,.search-form .search-field::file-selector-button,input[type=name]::file-selector-button,input[type=password]::file-selector-button,input[type=tel]::file-selector-button,input[type=text]::file-selector-button,textarea::file-selector-button{transition:none}}.comment-form input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,.comment-form input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,.form-control:hover:not(:disabled):not([readonly])::file-selector-button,.search-form .search-field:hover:not(:disabled):not([readonly])::file-selector-button,input[type=name]:hover:not(:disabled):not([readonly])::file-selector-button,input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,textarea:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#e9ecef;background-color:var(--bs-secondary-bg)}.form-control-plaintext{background-color:#fff0;border:solid #fff0;border-width:1px 0;border-width:var(--bs-border-width) 0;color:#222;color:var(--bs-body-color);display:block;line-height:1.625;margin-bottom:0;padding:.6rem 0;width:100%}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.25rem;border-radius:var(--bs-border-radius-sm);font-size:.875rem;min-height:calc(1.625em + .5rem + 2px);min-height:calc(1.625em + .5rem + var(--bs-border-width)*2);padding:.25rem .5rem}.form-control-sm::file-selector-button{margin:-.25rem .5rem -.25rem -.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.5rem;border-radius:var(--bs-border-radius-lg);font-size:1.25rem;min-height:calc(1.625em + 1rem + 2px);min-height:calc(1.625em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem}.form-control-lg::file-selector-button{margin:-.5rem 1rem -.5rem -1rem;padding:.5rem 1rem}.comment-form textarea,.search-form textarea.search-field,textarea,textarea.form-control{min-height:calc(1.625em + 1.2rem + 2px);min-height:calc(1.625em + 1.2rem + var(--bs-border-width)*2)}textarea.form-control-sm{min-height:calc(1.625em + .5rem + 2px);min-height:calc(1.625em + .5rem + var(--bs-border-width)*2)}textarea.form-control-lg{min-height:calc(1.625em + 1rem + 2px);min-height:calc(1.625em + 1rem + var(--bs-border-width)*2)}.form-control-color{height:calc(1.625em + 1.2rem + 2px);height:calc(1.625em + 1.2rem + var(--bs-border-width)*2);padding:.6rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:0}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:0}.form-control-color.form-control-sm{height:calc(1.625em + .5rem + 2px);height:calc(1.625em + .5rem + var(--bs-border-width)*2)}.form-control-color.form-control-lg{height:calc(1.625em + 1rem + 2px);height:calc(1.625em + 1rem + var(--bs-border-width)*2)}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-color:var(--bs-body-bg);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),none;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right 1rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ddd;border:var(--bs-border-width) solid #ddd;border-radius:0;color:#222;color:var(--bs-body-color);display:block;font-size:1rem;font-weight:300;line-height:1.625;padding:.6rem 3rem .6rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#8ead9c;box-shadow:0 0 0 .25rem rgba(29,90,57,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:1rem}.form-select:disabled{background-color:#e9ecef;background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #222;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{border-radius:.25rem;border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.5rem;border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.form-check{display:block;margin-bottom:.125rem;min-height:1.625rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-left:0;padding-right:1.5em;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #dee2e6;border:var(--bs-border-width) solid var(--bs-border-color);flex-shrink:0;height:1em;margin-top:.3125em;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#8ead9c;box-shadow:0 0 0 .25rem rgba(29,90,57,.25);outline:0}.form-check-input:checked{background-color:#1d5a39;border-color:#1d5a39}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");background-color:#1d5a39;border-color:#1d5a39}.form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%238ead9c'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.block-upcoming-courses .btn-check:disabled+.view-details-btn,.block-upcoming-courses .btn-check[disabled]+.view-details-btn,.btn-check:disabled+.btn,.btn-check:disabled+input[type=submit],.btn-check[disabled]+.btn,.btn-check[disabled]+input[type=submit],.espresso-grid .btn-check:disabled+.view-details-btn,.espresso-grid .btn-check[disabled]+.view-details-btn,.frm_style_formidable-style.with_frm_style .btn-check:disabled+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-check:disabled+.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-check[disabled]+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-check[disabled]+.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-check:disabled+button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-check[disabled]+button,.main #wpupg-grid-2174-filter-1 .btn-check:disabled+.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-check[disabled]+.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-check:disabled+a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-check[disabled]+a,.nav-primary .nav>.menu-item.menu-button .btn-check:disabled+a,.nav-primary .nav>.menu-item.menu-button .btn-check[disabled]+a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-check:disabled+a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-check[disabled]+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-check:disabled+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-check[disabled]+a,.search-form .btn-check:disabled+.search-submit,.search-form .btn-check[disabled]+.search-submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-check:disabled+.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-check[disabled]+.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-check:disabled+a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-check[disabled]+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-check:disabled+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-check[disabled]+a,.wp-block-buttons .btn-check:disabled+.wp-block-button__link,.wp-block-buttons .btn-check[disabled]+.wp-block-button__link{filter:none;opacity:.65;pointer-events:none}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.form-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(29,90,57,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(29,90,57,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#1d5a39;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#bbcec4}.form-range::-webkit-slider-runnable-track{background-color:#e9ecef;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#1d5a39;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#bbcec4}.form-range::-moz-range-track{background-color:#e9ecef;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:rgba(34,34,34,.75);background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:rgba(34,34,34,.75);background-color:var(--bs-secondary-color)}.form-floating{position:relative}.comment-form .form-floating>input[type=email],.comment-form .form-floating>input[type=url],.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select,.form-floating>input[type=name],.form-floating>input[type=password],.form-floating>input[type=tel],.form-floating>input[type=text],.form-floating>textarea,.search-form .form-floating>.search-field{height:calc(3.5rem + 2px);height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25;min-height:calc(3.5rem + 2px);min-height:calc(3.5rem + var(--bs-border-width)*2)}.form-floating>label{border:1px solid transparent;border:var(--bs-border-width) solid transparent;height:100%;left:0;overflow:hidden;padding:1rem;pointer-events:none;position:absolute;text-align:left;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.comment-form .form-floating>input[type=email],.comment-form .form-floating>input[type=url],.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>input[type=name],.form-floating>input[type=password],.form-floating>input[type=tel],.form-floating>input[type=text],.form-floating>textarea,.search-form .form-floating>.search-field{padding:1rem}.comment-form .form-floating>input[type=email]::-moz-placeholder,.comment-form .form-floating>input[type=url]::-moz-placeholder,.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder,.form-floating>input[type=name]::-moz-placeholder,.form-floating>input[type=password]::-moz-placeholder,.form-floating>input[type=tel]::-moz-placeholder,.form-floating>input[type=text]::-moz-placeholder,.form-floating>textarea::-moz-placeholder,.search-form .form-floating>.search-field::-moz-placeholder{color:transparent}.comment-form .form-floating>input[type=email]::placeholder,.comment-form .form-floating>input[type=url]::placeholder,.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder,.form-floating>input[type=name]::placeholder,.form-floating>input[type=password]::placeholder,.form-floating>input[type=tel]::placeholder,.form-floating>input[type=text]::placeholder,.form-floating>textarea::placeholder,.search-form .form-floating>.search-field::placeholder{color:transparent}.comment-form .form-floating>input[type=email]:not(:-moz-placeholder-shown),.comment-form .form-floating>input[type=url]:not(:-moz-placeholder-shown),.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown),.form-floating>input[type=name]:not(:-moz-placeholder-shown),.form-floating>input[type=password]:not(:-moz-placeholder-shown),.form-floating>input[type=tel]:not(:-moz-placeholder-shown),.form-floating>input[type=text]:not(:-moz-placeholder-shown),.form-floating>textarea:not(:-moz-placeholder-shown),.search-form .form-floating>.search-field:not(:-moz-placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.comment-form .form-floating>input[type=email]:focus,.comment-form .form-floating>input[type=email]:not(:placeholder-shown),.comment-form .form-floating>input[type=url]:focus,.comment-form .form-floating>input[type=url]:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>input[type=name]:focus,.form-floating>input[type=name]:not(:placeholder-shown),.form-floating>input[type=password]:focus,.form-floating>input[type=password]:not(:placeholder-shown),.form-floating>input[type=tel]:focus,.form-floating>input[type=tel]:not(:placeholder-shown),.form-floating>input[type=text]:focus,.form-floating>input[type=text]:not(:placeholder-shown),.form-floating>textarea:focus,.form-floating>textarea:not(:placeholder-shown),.search-form .form-floating>.search-field:focus,.search-form .form-floating>.search-field:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.comment-form .form-floating>input[type=email]:-webkit-autofill,.comment-form .form-floating>input[type=url]:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill,.form-floating>input[type=name]:-webkit-autofill,.form-floating>input[type=password]:-webkit-autofill,.form-floating>input[type=tel]:-webkit-autofill,.form-floating>input[type=text]:-webkit-autofill,.form-floating>textarea:-webkit-autofill,.search-form .form-floating>.search-field:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.comment-form .form-floating>input[type=email]:not(:-moz-placeholder-shown)~label,.comment-form .form-floating>input[type=url]:not(:-moz-placeholder-shown)~label,.form-floating>.form-control:not(:-moz-placeholder-shown)~label,.form-floating>input[type=name]:not(:-moz-placeholder-shown)~label,.form-floating>input[type=password]:not(:-moz-placeholder-shown)~label,.form-floating>input[type=tel]:not(:-moz-placeholder-shown)~label,.form-floating>input[type=text]:not(:-moz-placeholder-shown)~label,.form-floating>textarea:not(:-moz-placeholder-shown)~label,.search-form .form-floating>.search-field:not(:-moz-placeholder-shown)~label{color:rgba(34,34,34,.65);color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.comment-form .form-floating>input[type=email]:focus~label,.comment-form .form-floating>input[type=email]:not(:placeholder-shown)~label,.comment-form .form-floating>input[type=url]:focus~label,.comment-form .form-floating>input[type=url]:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label,.form-floating>input[type=name]:focus~label,.form-floating>input[type=name]:not(:placeholder-shown)~label,.form-floating>input[type=password]:focus~label,.form-floating>input[type=password]:not(:placeholder-shown)~label,.form-floating>input[type=tel]:focus~label,.form-floating>input[type=tel]:not(:placeholder-shown)~label,.form-floating>input[type=text]:focus~label,.form-floating>input[type=text]:not(:placeholder-shown)~label,.form-floating>textarea:focus~label,.form-floating>textarea:not(:placeholder-shown)~label,.search-form .form-floating>.search-field:focus~label,.search-form .form-floating>.search-field:not(:placeholder-shown)~label{color:rgba(34,34,34,.65);color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.comment-form .form-floating>input[type=email]:not(:-moz-placeholder-shown)~label:after,.comment-form .form-floating>input[type=url]:not(:-moz-placeholder-shown)~label:after,.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after,.form-floating>input[type=name]:not(:-moz-placeholder-shown)~label:after,.form-floating>input[type=password]:not(:-moz-placeholder-shown)~label:after,.form-floating>input[type=tel]:not(:-moz-placeholder-shown)~label:after,.form-floating>input[type=text]:not(:-moz-placeholder-shown)~label:after,.form-floating>textarea:not(:-moz-placeholder-shown)~label:after,.search-form .form-floating>.search-field:not(:-moz-placeholder-shown)~label:after{background-color:#fff;background-color:var(--bs-body-bg);border-radius:0;bottom:1rem;content:"";height:1.5em;left:.5rem;position:absolute;right:.5rem;top:1rem;z-index:-1}.comment-form .form-floating>input[type=email]:focus~label:after,.comment-form .form-floating>input[type=email]:not(:placeholder-shown)~label:after,.comment-form .form-floating>input[type=url]:focus~label:after,.comment-form .form-floating>input[type=url]:not(:placeholder-shown)~label:after,.form-floating>.form-control-plaintext~label:after,.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-select~label:after,.form-floating>input[type=name]:focus~label:after,.form-floating>input[type=name]:not(:placeholder-shown)~label:after,.form-floating>input[type=password]:focus~label:after,.form-floating>input[type=password]:not(:placeholder-shown)~label:after,.form-floating>input[type=tel]:focus~label:after,.form-floating>input[type=tel]:not(:placeholder-shown)~label:after,.form-floating>input[type=text]:focus~label:after,.form-floating>input[type=text]:not(:placeholder-shown)~label:after,.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after,.search-form .form-floating>.search-field:focus~label:after,.search-form .form-floating>.search-field:not(:placeholder-shown)~label:after{background-color:#fff;background-color:var(--bs-body-bg);border-radius:0;bottom:1rem;content:"";height:1.5em;left:.5rem;position:absolute;right:.5rem;top:1rem;z-index:-1}.comment-form .form-floating>input[type=email]:-webkit-autofill~label,.comment-form .form-floating>input[type=url]:-webkit-autofill~label,.form-floating>.form-control:-webkit-autofill~label,.form-floating>input[type=name]:-webkit-autofill~label,.form-floating>input[type=password]:-webkit-autofill~label,.form-floating>input[type=tel]:-webkit-autofill~label,.form-floating>input[type=text]:-webkit-autofill~label,.form-floating>textarea:-webkit-autofill~label,.search-form .form-floating>.search-field:-webkit-autofill~label{color:rgba(34,34,34,.65);color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0;border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.form-floating>.form-control:disabled~label:after,.form-floating>:disabled~label:after{background-color:#e9ecef;background-color:var(--bs-secondary-bg)}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.comment-form .input-group>input[type=email],.comment-form .input-group>input[type=url],.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select,.input-group>input[type=name],.input-group>input[type=password],.input-group>input[type=tel],.input-group>input[type=text],.input-group>textarea,.search-form .input-group>.search-field{flex:1 1 auto;min-width:0;position:relative;width:1%}.comment-form .input-group>input[type=email]:focus,.comment-form .input-group>input[type=url]:focus,.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus,.input-group>input[type=name]:focus,.input-group>input[type=password]:focus,.input-group>input[type=tel]:focus,.input-group>input[type=text]:focus,.input-group>textarea:focus,.search-form .input-group>.search-field:focus{z-index:5}.block-upcoming-courses .input-group .view-details-btn,.espresso-grid .input-group .view-details-btn,.frm_style_formidable-style.with_frm_style .frm_submit .input-group button,.frm_style_formidable-style.with_frm_style .input-group .frm_button_submit,.frm_style_formidable-style.with_frm_style .input-group .frm_final_submit,.input-group .block-upcoming-courses .view-details-btn,.input-group .btn,.input-group .espresso-grid .view-details-btn,.input-group .frm_style_formidable-style.with_frm_style .frm_button_submit,.input-group .frm_style_formidable-style.with_frm_style .frm_final_submit,.input-group .frm_style_formidable-style.with_frm_style .frm_submit button,.input-group .main #wpupg-grid-2174-filter-1 .wpupg-filter-item,.input-group .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a,.input-group .nav-primary .nav>.menu-item.menu-button a,.input-group .nav-primary .sidebar .menu>.menu-item.menu-button a,.input-group .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a,.input-group .search-form .search-submit,.input-group .sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit,.input-group .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button,.input-group .sidebar .nav-primary .menu>.menu-item.menu-button a,.input-group .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a,.input-group .wp-block-buttons .wp-block-button__link,.input-group input[type=submit],.main #wpupg-grid-2174-filter-1 .input-group .wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .input-group a,.nav-primary .nav>.menu-item.menu-button .input-group a,.nav-primary .sidebar .menu>.menu-item.menu-button .input-group a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .input-group a,.search-form .input-group .search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .input-group .frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .input-group .ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .input-group a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .input-group a,.wp-block-buttons .input-group .wp-block-button__link{position:relative;z-index:2}.block-upcoming-courses .input-group .view-details-btn:focus,.espresso-grid .input-group .view-details-btn:focus,.frm_style_formidable-style.with_frm_style .frm_submit .input-group button:focus,.frm_style_formidable-style.with_frm_style .input-group .frm_button_submit:focus,.frm_style_formidable-style.with_frm_style .input-group .frm_final_submit:focus,.input-group .block-upcoming-courses .view-details-btn:focus,.input-group .btn:focus,.input-group .espresso-grid .view-details-btn:focus,.input-group .frm_style_formidable-style.with_frm_style .frm_button_submit:focus,.input-group .frm_style_formidable-style.with_frm_style .frm_final_submit:focus,.input-group .frm_style_formidable-style.with_frm_style .frm_submit button:focus,.input-group .main #wpupg-grid-2174-filter-1 .wpupg-filter-item:focus,.input-group .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a:focus,.input-group .nav-primary .nav>.menu-item.menu-button a:focus,.input-group .nav-primary .sidebar .menu>.menu-item.menu-button a:focus,.input-group .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a:focus,.input-group .search-form .search-submit:focus,.input-group .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button:focus,.input-group .sidebar .nav-primary .menu>.menu-item.menu-button a:focus,.input-group .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a:focus,.input-group .wp-block-buttons .wp-block-button__link:focus,.input-group input[type=submit]:focus,.main #wpupg-grid-2174-filter-1 .input-group .wpupg-filter-item:focus,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .input-group a:focus,.nav-primary .nav>.menu-item.menu-button .input-group a:focus,.nav-primary .sidebar .menu>.menu-item.menu-button .input-group a:focus,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .input-group a:focus,.search-form .input-group .search-submit:focus,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .input-group .ld-expand-button:focus,.sidebar .nav-primary .menu>.menu-item.menu-button .input-group a:focus,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .input-group a:focus,.wp-block-buttons .input-group .wp-block-button__link:focus{z-index:5}.input-group-text{align-items:center;background-color:#f8f9fa;background-color:var(--bs-tertiary-bg);border:1px solid #ddd;border:var(--bs-border-width) solid #ddd;border-radius:0;color:#222;color:var(--bs-body-color);display:flex;font-size:1rem;font-weight:300;line-height:1.625;padding:.6rem 1rem;text-align:center;white-space:nowrap}.block-upcoming-courses .input-group-lg>.view-details-btn,.comment-form .input-group-lg>input[type=email],.comment-form .input-group-lg>input[type=url],.espresso-grid .input-group-lg>.view-details-btn,.frm_style_formidable-style.with_frm_style .frm_submit .input-group-lg>button,.frm_style_formidable-style.with_frm_style .input-group-lg>.frm_button_submit,.frm_style_formidable-style.with_frm_style .input-group-lg>.frm_final_submit,.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>input[type=name],.input-group-lg>input[type=password],.input-group-lg>input[type=submit],.input-group-lg>input[type=tel],.input-group-lg>input[type=text],.input-group-lg>textarea,.main #wpupg-grid-2174-filter-1 .input-group-lg>.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .input-group-lg>a,.nav-primary .nav>.menu-item.menu-button .input-group-lg>a,.nav-primary .sidebar .menu>.menu-item.menu-button .input-group-lg>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .input-group-lg>a,.search-form .input-group-lg>.search-field,.search-form .input-group-lg>.search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .input-group-lg>.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .input-group-lg>.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .input-group-lg>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .input-group-lg>a,.wp-block-buttons .input-group-lg>.wp-block-button__link{border-radius:.5rem;border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding:.5rem 1rem}.block-upcoming-courses .input-group-sm>.view-details-btn,.comment-form .input-group-sm>input[type=email],.comment-form .input-group-sm>input[type=url],.espresso-grid .input-group-sm>.view-details-btn,.frm_style_formidable-style.with_frm_style .frm_submit .input-group-sm>button,.frm_style_formidable-style.with_frm_style .input-group-sm>.frm_button_submit,.frm_style_formidable-style.with_frm_style .input-group-sm>.frm_final_submit,.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>input[type=name],.input-group-sm>input[type=password],.input-group-sm>input[type=submit],.input-group-sm>input[type=tel],.input-group-sm>input[type=text],.input-group-sm>textarea,.main #wpupg-grid-2174-filter-1 .input-group-sm>.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .input-group-sm>a,.nav-primary .nav>.menu-item.menu-button .input-group-sm>a,.nav-primary .sidebar .menu>.menu-item.menu-button .input-group-sm>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .input-group-sm>a,.search-form .input-group-sm>.search-field,.search-form .input-group-sm>.search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .input-group-sm>.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .input-group-sm>.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .input-group-sm>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .input-group-sm>a,.wp-block-buttons .input-group-sm>.wp-block-button__link{border-radius:.25rem;border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4rem}.comment-form .input-group.has-validation>.form-floating:nth-last-child(n+3)>input[type=email],.comment-form .input-group.has-validation>.form-floating:nth-last-child(n+3)>input[type=url],.comment-form .input-group:not(.has-validation)>.form-floating:not(:last-child)>input[type=email],.comment-form .input-group:not(.has-validation)>.form-floating:not(:last-child)>input[type=url],.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>.form-floating:nth-last-child(n+3)>input[type=name],.input-group.has-validation>.form-floating:nth-last-child(n+3)>input[type=password],.input-group.has-validation>.form-floating:nth-last-child(n+3)>input[type=tel],.input-group.has-validation>.form-floating:nth-last-child(n+3)>input[type=text],.input-group.has-validation>.form-floating:nth-last-child(n+3)>textarea,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>.form-floating:not(:last-child)>input[type=name],.input-group:not(.has-validation)>.form-floating:not(:last-child)>input[type=password],.input-group:not(.has-validation)>.form-floating:not(:last-child)>input[type=tel],.input-group:not(.has-validation)>.form-floating:not(:last-child)>input[type=text],.input-group:not(.has-validation)>.form-floating:not(:last-child)>textarea,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.search-form .input-group.has-validation>.form-floating:nth-last-child(n+3)>.search-field,.search-form .input-group:not(.has-validation)>.form-floating:not(:last-child)>.search-field{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px;margin-left:calc(var(--bs-border-width)*-1)}.comment-form .input-group>.form-floating:not(:first-child)>input[type=email],.comment-form .input-group>.form-floating:not(:first-child)>input[type=url],.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select,.input-group>.form-floating:not(:first-child)>input[type=name],.input-group>.form-floating:not(:first-child)>input[type=password],.input-group>.form-floating:not(:first-child)>input[type=tel],.input-group>.form-floating:not(:first-child)>input[type=text],.input-group>.form-floating:not(:first-child)>textarea,.search-form .input-group>.form-floating:not(:first-child)>.search-field{border-bottom-left-radius:0;border-top-left-radius:0}.valid-feedback{color:#01825f;color:var(--bs-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:var(--bs-success);border-radius:.375rem;border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.comment-form .was-validated input[type=email]:valid,.comment-form .was-validated input[type=url]:valid,.comment-form input.is-valid[type=email],.comment-form input.is-valid[type=url],.form-control.is-valid,.search-form .is-valid.search-field,.search-form .was-validated .search-field:valid,.was-validated .comment-form input[type=email]:valid,.was-validated .comment-form input[type=url]:valid,.was-validated .form-control:valid,.was-validated .search-form .search-field:valid,.was-validated input[type=name]:valid,.was-validated input[type=password]:valid,.was-validated input[type=tel]:valid,.was-validated input[type=text]:valid,.was-validated textarea:valid,input.is-valid[type=name],input.is-valid[type=password],input.is-valid[type=tel],input.is-valid[type=text],textarea.is-valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2301825f' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.40625em + .3rem) center;background-repeat:no-repeat;background-size:calc(.8125em + .6rem) calc(.8125em + .6rem);border-color:#01825f;border-color:var(--bs-form-valid-border-color);padding-right:calc(1.625em + 1.2rem)}.comment-form .was-validated input[type=email]:valid:focus,.comment-form .was-validated input[type=url]:valid:focus,.comment-form input.is-valid[type=email]:focus,.comment-form input.is-valid[type=url]:focus,.form-control.is-valid:focus,.search-form .is-valid.search-field:focus,.search-form .was-validated .search-field:valid:focus,.was-validated .comment-form input[type=email]:valid:focus,.was-validated .comment-form input[type=url]:valid:focus,.was-validated .form-control:valid:focus,.was-validated .search-form .search-field:valid:focus,.was-validated input[type=name]:valid:focus,.was-validated input[type=password]:valid:focus,.was-validated input[type=tel]:valid:focus,.was-validated input[type=text]:valid:focus,.was-validated textarea:valid:focus,input.is-valid[type=name]:focus,input.is-valid[type=password]:focus,input.is-valid[type=tel]:focus,input.is-valid[type=text]:focus,textarea.is-valid:focus{border-color:#01825f;border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.search-form textarea.is-valid.search-field,.was-validated textarea.form-control:valid,.was-validated textarea:valid,textarea.form-control.is-valid,textarea.is-valid{background-position:top calc(.40625em + .3rem) right calc(.40625em + .3rem);padding-right:calc(1.625em + 1.2rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#01825f;border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2301825f' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right 1rem center,center right 3rem;background-size:16px 12px,calc(.8125em + .6rem) calc(.8125em + .6rem);padding-right:5.5rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#01825f;border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(4.2rem + 1.625em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#01825f;border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#01825f;background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#01825f;color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.comment-form .input-group>input[type=email]:not(:focus).is-valid,.comment-form .input-group>input[type=url]:not(:focus).is-valid,.comment-form .was-validated .input-group>input[type=email]:not(:focus):valid,.comment-form .was-validated .input-group>input[type=url]:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.input-group>input[type=name]:not(:focus).is-valid,.input-group>input[type=password]:not(:focus).is-valid,.input-group>input[type=tel]:not(:focus).is-valid,.input-group>input[type=text]:not(:focus).is-valid,.input-group>textarea:not(:focus).is-valid,.search-form .input-group>.search-field:not(:focus).is-valid,.search-form .was-validated .input-group>.search-field:not(:focus):valid,.was-validated .comment-form .input-group>input[type=email]:not(:focus):valid,.was-validated .comment-form .input-group>input[type=url]:not(:focus):valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid,.was-validated .input-group>input[type=name]:not(:focus):valid,.was-validated .input-group>input[type=password]:not(:focus):valid,.was-validated .input-group>input[type=tel]:not(:focus):valid,.was-validated .input-group>input[type=text]:not(:focus):valid,.was-validated .input-group>textarea:not(:focus):valid,.was-validated .search-form .input-group>.search-field:not(:focus):valid{z-index:3}.invalid-feedback{color:#dc3545;color:var(--bs-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:var(--bs-danger);border-radius:.375rem;border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.comment-form .was-validated input[type=email]:invalid,.comment-form .was-validated input[type=url]:invalid,.comment-form input.is-invalid[type=email],.comment-form input.is-invalid[type=url],.form-control.is-invalid,.search-form .is-invalid.search-field,.search-form .was-validated .search-field:invalid,.was-validated .comment-form input[type=email]:invalid,.was-validated .comment-form input[type=url]:invalid,.was-validated .form-control:invalid,.was-validated .search-form .search-field:invalid,.was-validated input[type=name]:invalid,.was-validated input[type=password]:invalid,.was-validated input[type=tel]:invalid,.was-validated input[type=text]:invalid,.was-validated textarea:invalid,input.is-invalid[type=name],input.is-invalid[type=password],input.is-invalid[type=tel],input.is-invalid[type=text],textarea.is-invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.40625em + .3rem) center;background-repeat:no-repeat;background-size:calc(.8125em + .6rem) calc(.8125em + .6rem);border-color:#dc3545;border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.625em + 1.2rem)}.comment-form .was-validated input[type=email]:invalid:focus,.comment-form .was-validated input[type=url]:invalid:focus,.comment-form input.is-invalid[type=email]:focus,.comment-form input.is-invalid[type=url]:focus,.form-control.is-invalid:focus,.search-form .is-invalid.search-field:focus,.search-form .was-validated .search-field:invalid:focus,.was-validated .comment-form input[type=email]:invalid:focus,.was-validated .comment-form input[type=url]:invalid:focus,.was-validated .form-control:invalid:focus,.was-validated .search-form .search-field:invalid:focus,.was-validated input[type=name]:invalid:focus,.was-validated input[type=password]:invalid:focus,.was-validated input[type=tel]:invalid:focus,.was-validated input[type=text]:invalid:focus,.was-validated textarea:invalid:focus,input.is-invalid[type=name]:focus,input.is-invalid[type=password]:focus,input.is-invalid[type=tel]:focus,input.is-invalid[type=text]:focus,textarea.is-invalid:focus{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.search-form textarea.is-invalid.search-field,.was-validated textarea.form-control:invalid,.was-validated textarea:invalid,textarea.form-control.is-invalid,textarea.is-invalid{background-position:top calc(.40625em + .3rem) right calc(.40625em + .3rem);padding-right:calc(1.625em + 1.2rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right 1rem center,center right 3rem;background-size:16px 12px,calc(.8125em + .6rem) calc(.8125em + .6rem);padding-right:5.5rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(4.2rem + 1.625em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545;border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545;background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545;color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.comment-form .input-group>input[type=email]:not(:focus).is-invalid,.comment-form .input-group>input[type=url]:not(:focus).is-invalid,.comment-form .was-validated .input-group>input[type=email]:not(:focus):invalid,.comment-form .was-validated .input-group>input[type=url]:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.input-group>input[type=name]:not(:focus).is-invalid,.input-group>input[type=password]:not(:focus).is-invalid,.input-group>input[type=tel]:not(:focus).is-invalid,.input-group>input[type=text]:not(:focus).is-invalid,.input-group>textarea:not(:focus).is-invalid,.search-form .input-group>.search-field:not(:focus).is-invalid,.search-form .was-validated .input-group>.search-field:not(:focus):invalid,.was-validated .comment-form .input-group>input[type=email]:not(:focus):invalid,.was-validated .comment-form .input-group>input[type=url]:not(:focus):invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.was-validated .input-group>input[type=name]:not(:focus):invalid,.was-validated .input-group>input[type=password]:not(:focus):invalid,.was-validated .input-group>input[type=tel]:not(:focus):invalid,.was-validated .input-group>input[type=text]:not(:focus):invalid,.was-validated .input-group>textarea:not(:focus):invalid,.was-validated .search-form .input-group>.search-field:not(:focus):invalid{z-index:4}.block-upcoming-courses .view-details-btn,.btn,.comment-form input[type=submit],.espresso-grid .view-details-btn,.frm_style_formidable-style.with_frm_style .frm_button_submit,.frm_style_formidable-style.with_frm_style .frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit button,.main #wpupg-grid-2174-filter-1 .wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a,.nav-primary .nav>.menu-item.menu-button a,.nav-primary .sidebar .menu>.menu-item.menu-button a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a,.search-form .search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a,.wp-block-buttons .wp-block-button__link,input[type=submit]{--bs-btn-padding-x:1.25rem;--bs-btn-padding-y:0.6rem;--bs-btn-font-family:Roboto,sans-serif;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.2;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:1px;--bs-btn-border-color:transparent;--bs-btn-border-radius:6px;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:3px 8px 12px 0 rgba(0,0,0,.149);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:transparent;background-color:var(--bs-btn-bg);border:1px solid transparent;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:6px;border-radius:var(--bs-btn-border-radius);color:#222;color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:400;font-weight:var(--bs-btn-font-weight);line-height:1.2;line-height:var(--bs-btn-line-height);padding:.6rem 1.25rem;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;-webkit-text-decoration:none;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.block-upcoming-courses .view-details-btn,.btn,.comment-form input[type=submit],.espresso-grid .view-details-btn,.frm_style_formidable-style.with_frm_style .frm_button_submit,.frm_style_formidable-style.with_frm_style .frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit button,.main #wpupg-grid-2174-filter-1 .wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a,.nav-primary .nav>.menu-item.menu-button a,.nav-primary .sidebar .menu>.menu-item.menu-button a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a,.search-form .search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a,.wp-block-buttons .wp-block-button__link,input[type=submit]{transition:none}}.block-upcoming-courses .view-details-btn:hover,.btn:hover,.espresso-grid .view-details-btn:hover,.frm_style_formidable-style.with_frm_style .frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .frm_final_submit:hover,.frm_style_formidable-style.with_frm_style .frm_submit button:hover,.main #wpupg-grid-2174-filter-1 .wpupg-filter-item:hover,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a:hover,.nav-primary .nav>.menu-item.menu-button a:hover,.nav-primary .sidebar .menu>.menu-item.menu-button a:hover,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a:hover,.search-form .search-submit:hover,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button:hover,.sidebar .nav-primary .menu>.menu-item.menu-button a:hover,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a:hover,.wp-block-buttons .wp-block-button__link:hover,input[type=submit]:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.block-upcoming-courses .btn-check+.view-details-btn:hover,.btn-check+.btn:hover,.btn-check+input[type=submit]:hover,.espresso-grid .btn-check+.view-details-btn:hover,.frm_style_formidable-style.with_frm_style .btn-check+.frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .btn-check+.frm_final_submit:hover,.frm_style_formidable-style.with_frm_style .frm_submit .btn-check+button:hover,.main #wpupg-grid-2174-filter-1 .btn-check+.wpupg-filter-item:hover,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-check+a:hover,.nav-primary .nav>.menu-item.menu-button .btn-check+a:hover,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-check+a:hover,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-check+a:hover,.search-form .btn-check+.search-submit:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-check+.ld-expand-button:hover,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-check+a:hover,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-check+a:hover,.wp-block-buttons .btn-check+.wp-block-button__link:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.block-upcoming-courses .view-details-btn:focus-visible,.btn:focus-visible,.espresso-grid .view-details-btn:focus-visible,.frm_style_formidable-style.with_frm_style .frm_button_submit:focus-visible,.frm_style_formidable-style.with_frm_style .frm_final_submit:focus-visible,.frm_style_formidable-style.with_frm_style .frm_submit button:focus-visible,.main #wpupg-grid-2174-filter-1 .wpupg-filter-item:focus-visible,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a:focus-visible,.nav-primary .nav>.menu-item.menu-button a:focus-visible,.nav-primary .sidebar .menu>.menu-item.menu-button a:focus-visible,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a:focus-visible,.search-form .search-submit:focus-visible,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit:focus-visible,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button:focus-visible,.sidebar .nav-primary .menu>.menu-item.menu-button a:focus-visible,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a:focus-visible,.wp-block-buttons .wp-block-button__link:focus-visible,input[type=submit]:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.block-upcoming-courses .btn-check:focus-visible+.view-details-btn,.btn-check:focus-visible+.btn,.btn-check:focus-visible+input[type=submit],.espresso-grid .btn-check:focus-visible+.view-details-btn,.frm_style_formidable-style.with_frm_style .btn-check:focus-visible+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-check:focus-visible+.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-check:focus-visible+button,.main #wpupg-grid-2174-filter-1 .btn-check:focus-visible+.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-check:focus-visible+a,.nav-primary .nav>.menu-item.menu-button .btn-check:focus-visible+a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-check:focus-visible+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-check:focus-visible+a,.search-form .btn-check:focus-visible+.search-submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-check:focus-visible+.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-check:focus-visible+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-check:focus-visible+a,.wp-block-buttons .btn-check:focus-visible+.wp-block-button__link{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.block-upcoming-courses .active.view-details-btn,.block-upcoming-courses .btn-check:checked+.view-details-btn,.block-upcoming-courses .show.view-details-btn,.block-upcoming-courses .view-details-btn:first-child:active,.block-upcoming-courses :not(.btn-check)+.view-details-btn:active,.btn-check:checked+.btn,.btn-check:checked+input[type=submit],.btn.active,.btn.show,.btn:first-child:active,.espresso-grid .active.view-details-btn,.espresso-grid .btn-check:checked+.view-details-btn,.espresso-grid .show.view-details-btn,.espresso-grid .view-details-btn:first-child:active,.espresso-grid :not(.btn-check)+.view-details-btn:active,.frm_style_formidable-style.with_frm_style .active.frm_button_submit,.frm_style_formidable-style.with_frm_style .active.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-check:checked+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-check:checked+.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_button_submit:first-child:active,.frm_style_formidable-style.with_frm_style .frm_final_submit:first-child:active,.frm_style_formidable-style.with_frm_style .frm_submit .btn-check:checked+button,.frm_style_formidable-style.with_frm_style .frm_submit :not(.btn-check)+button:active,.frm_style_formidable-style.with_frm_style .frm_submit button.active,.frm_style_formidable-style.with_frm_style .frm_submit button.show,.frm_style_formidable-style.with_frm_style .frm_submit button:first-child:active,.frm_style_formidable-style.with_frm_style .show.frm_button_submit,.frm_style_formidable-style.with_frm_style .show.frm_final_submit,.frm_style_formidable-style.with_frm_style :not(.btn-check)+.frm_button_submit:active,.frm_style_formidable-style.with_frm_style :not(.btn-check)+.frm_final_submit:active,.main #wpupg-grid-2174-filter-1 .active.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-check:checked+.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .show.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .wpupg-filter-item:first-child:active,.main #wpupg-grid-2174-filter-1 :not(.btn-check)+.wpupg-filter-item:active,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-check:checked+a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab :not(.btn-check)+a:active,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a.active,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a.show,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a:first-child:active,.nav-primary .nav>.menu-item.menu-button .btn-check:checked+a,.nav-primary .nav>.menu-item.menu-button :not(.btn-check)+a:active,.nav-primary .nav>.menu-item.menu-button a.active,.nav-primary .nav>.menu-item.menu-button a.show,.nav-primary .nav>.menu-item.menu-button a:first-child:active,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-check:checked+a,.nav-primary .sidebar .menu>.menu-item.menu-button :not(.btn-check)+a:active,.nav-primary .sidebar .menu>.menu-item.menu-button a.active,.nav-primary .sidebar .menu>.menu-item.menu-button a.show,.nav-primary .sidebar .menu>.menu-item.menu-button a:first-child:active,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-check:checked+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button :not(.btn-check)+a:active,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a.active,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a.show,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a:first-child:active,.search-form .active.search-submit,.search-form .btn-check:checked+.search-submit,.search-form .search-submit:first-child:active,.search-form .show.search-submit,.search-form :not(.btn-check)+.search-submit:active,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .active.frm_button_submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .show.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .active.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-check:checked+.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button:first-child:active,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .show.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions :not(.btn-check)+.ld-expand-button:active,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-check:checked+a,.sidebar .nav-primary .menu>.menu-item.menu-button :not(.btn-check)+a:active,.sidebar .nav-primary .menu>.menu-item.menu-button a.active,.sidebar .nav-primary .menu>.menu-item.menu-button a.show,.sidebar .nav-primary .menu>.menu-item.menu-button a:first-child:active,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-check:checked+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button :not(.btn-check)+a:active,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a.active,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a.show,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a:first-child:active,.wp-block-buttons .active.wp-block-button__link,.wp-block-buttons .btn-check:checked+.wp-block-button__link,.wp-block-buttons .show.wp-block-button__link,.wp-block-buttons .wp-block-button__link:first-child:active,.wp-block-buttons :not(.btn-check)+.wp-block-button__link:active,:not(.btn-check)+.btn:active,:not(.btn-check)+input[type=submit]:active,input.active[type=submit],input.show[type=submit],input[type=submit]:first-child:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.block-upcoming-courses .active.view-details-btn:focus-visible,.block-upcoming-courses .btn-check:checked+.view-details-btn:focus-visible,.block-upcoming-courses .show.view-details-btn:focus-visible,.block-upcoming-courses .view-details-btn:first-child:active:focus-visible,.block-upcoming-courses :not(.btn-check)+.view-details-btn:active:focus-visible,.btn-check:checked+.btn:focus-visible,.btn-check:checked+input[type=submit]:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,.espresso-grid .active.view-details-btn:focus-visible,.espresso-grid .btn-check:checked+.view-details-btn:focus-visible,.espresso-grid .show.view-details-btn:focus-visible,.espresso-grid .view-details-btn:first-child:active:focus-visible,.espresso-grid :not(.btn-check)+.view-details-btn:active:focus-visible,.frm_style_formidable-style.with_frm_style .active.frm_button_submit:focus-visible,.frm_style_formidable-style.with_frm_style .active.frm_final_submit:focus-visible,.frm_style_formidable-style.with_frm_style .btn-check:checked+.frm_button_submit:focus-visible,.frm_style_formidable-style.with_frm_style .btn-check:checked+.frm_final_submit:focus-visible,.frm_style_formidable-style.with_frm_style .frm_button_submit:first-child:active:focus-visible,.frm_style_formidable-style.with_frm_style .frm_final_submit:first-child:active:focus-visible,.frm_style_formidable-style.with_frm_style .frm_submit .btn-check:checked+button:focus-visible,.frm_style_formidable-style.with_frm_style .frm_submit :not(.btn-check)+button:active:focus-visible,.frm_style_formidable-style.with_frm_style .frm_submit button.active:focus-visible,.frm_style_formidable-style.with_frm_style .frm_submit button.show:focus-visible,.frm_style_formidable-style.with_frm_style .frm_submit button:first-child:active:focus-visible,.frm_style_formidable-style.with_frm_style .show.frm_button_submit:focus-visible,.frm_style_formidable-style.with_frm_style .show.frm_final_submit:focus-visible,.frm_style_formidable-style.with_frm_style :not(.btn-check)+.frm_button_submit:active:focus-visible,.frm_style_formidable-style.with_frm_style :not(.btn-check)+.frm_final_submit:active:focus-visible,.main #wpupg-grid-2174-filter-1 .active.wpupg-filter-item:focus-visible,.main #wpupg-grid-2174-filter-1 .btn-check:checked+.wpupg-filter-item:focus-visible,.main #wpupg-grid-2174-filter-1 .show.wpupg-filter-item:focus-visible,.main #wpupg-grid-2174-filter-1 .wpupg-filter-item:first-child:active:focus-visible,.main #wpupg-grid-2174-filter-1 :not(.btn-check)+.wpupg-filter-item:active:focus-visible,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-check:checked+a:focus-visible,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab :not(.btn-check)+a:active:focus-visible,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a.active:focus-visible,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a.show:focus-visible,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a:first-child:active:focus-visible,.nav-primary .nav>.menu-item.menu-button .btn-check:checked+a:focus-visible,.nav-primary .nav>.menu-item.menu-button :not(.btn-check)+a:active:focus-visible,.nav-primary .nav>.menu-item.menu-button a.active:focus-visible,.nav-primary .nav>.menu-item.menu-button a.show:focus-visible,.nav-primary .nav>.menu-item.menu-button a:first-child:active:focus-visible,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-check:checked+a:focus-visible,.nav-primary .sidebar .menu>.menu-item.menu-button :not(.btn-check)+a:active:focus-visible,.nav-primary .sidebar .menu>.menu-item.menu-button a.active:focus-visible,.nav-primary .sidebar .menu>.menu-item.menu-button a.show:focus-visible,.nav-primary .sidebar .menu>.menu-item.menu-button a:first-child:active:focus-visible,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-check:checked+a:focus-visible,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button :not(.btn-check)+a:active:focus-visible,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a.active:focus-visible,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a.show:focus-visible,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a:first-child:active:focus-visible,.search-form .active.search-submit:focus-visible,.search-form .btn-check:checked+.search-submit:focus-visible,.search-form .search-submit:first-child:active:focus-visible,.search-form .show.search-submit:focus-visible,.search-form :not(.btn-check)+.search-submit:active:focus-visible,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .active.ld-expand-button:focus-visible,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-check:checked+.ld-expand-button:focus-visible,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button:first-child:active:focus-visible,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .show.ld-expand-button:focus-visible,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions :not(.btn-check)+.ld-expand-button:active:focus-visible,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-check:checked+a:focus-visible,.sidebar .nav-primary .menu>.menu-item.menu-button :not(.btn-check)+a:active:focus-visible,.sidebar .nav-primary .menu>.menu-item.menu-button a.active:focus-visible,.sidebar .nav-primary .menu>.menu-item.menu-button a.show:focus-visible,.sidebar .nav-primary .menu>.menu-item.menu-button a:first-child:active:focus-visible,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-check:checked+a:focus-visible,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button :not(.btn-check)+a:active:focus-visible,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a.active:focus-visible,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a.show:focus-visible,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a:first-child:active:focus-visible,.wp-block-buttons .active.wp-block-button__link:focus-visible,.wp-block-buttons .btn-check:checked+.wp-block-button__link:focus-visible,.wp-block-buttons .show.wp-block-button__link:focus-visible,.wp-block-buttons .wp-block-button__link:first-child:active:focus-visible,.wp-block-buttons :not(.btn-check)+.wp-block-button__link:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible,:not(.btn-check)+input[type=submit]:active:focus-visible,input.active[type=submit]:focus-visible,input.show[type=submit]:focus-visible,input[type=submit]:first-child:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.block-upcoming-courses .btn-check:checked:focus-visible+.view-details-btn,.btn-check:checked:focus-visible+.btn,.btn-check:checked:focus-visible+input[type=submit],.espresso-grid .btn-check:checked:focus-visible+.view-details-btn,.frm_style_formidable-style.with_frm_style .btn-check:checked:focus-visible+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-check:checked:focus-visible+.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-check:checked:focus-visible+button,.main #wpupg-grid-2174-filter-1 .btn-check:checked:focus-visible+.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-check:checked:focus-visible+a,.nav-primary .nav>.menu-item.menu-button .btn-check:checked:focus-visible+a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-check:checked:focus-visible+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-check:checked:focus-visible+a,.search-form .btn-check:checked:focus-visible+.search-submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-check:checked:focus-visible+.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-check:checked:focus-visible+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-check:checked:focus-visible+a,.wp-block-buttons .btn-check:checked:focus-visible+.wp-block-button__link{box-shadow:var(--bs-btn-focus-box-shadow)}.block-upcoming-courses .disabled.view-details-btn,.block-upcoming-courses .view-details-btn:disabled,.block-upcoming-courses fieldset:disabled .view-details-btn,.btn.disabled,.btn:disabled,.espresso-grid .disabled.view-details-btn,.espresso-grid .view-details-btn:disabled,.espresso-grid fieldset:disabled .view-details-btn,.frm_style_formidable-style.with_frm_style .disabled.frm_button_submit,.frm_style_formidable-style.with_frm_style .disabled.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_button_submit:disabled,.frm_style_formidable-style.with_frm_style .frm_final_submit:disabled,.frm_style_formidable-style.with_frm_style .frm_submit button.disabled,.frm_style_formidable-style.with_frm_style .frm_submit button:disabled,.frm_style_formidable-style.with_frm_style .frm_submit fieldset:disabled button,.frm_style_formidable-style.with_frm_style fieldset:disabled .frm_button_submit,.frm_style_formidable-style.with_frm_style fieldset:disabled .frm_final_submit,.main #wpupg-grid-2174-filter-1 .disabled.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .wpupg-filter-item:disabled,.main #wpupg-grid-2174-filter-1 fieldset:disabled .wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a.disabled,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a:disabled,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab fieldset:disabled a,.nav-primary .nav>.menu-item.menu-button a.disabled,.nav-primary .nav>.menu-item.menu-button a:disabled,.nav-primary .nav>.menu-item.menu-button fieldset:disabled a,.nav-primary .sidebar .menu>.menu-item.menu-button a.disabled,.nav-primary .sidebar .menu>.menu-item.menu-button a:disabled,.nav-primary .sidebar .menu>.menu-item.menu-button fieldset:disabled a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a.disabled,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a:disabled,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button fieldset:disabled a,.search-form .disabled.search-submit,.search-form .search-submit:disabled,.search-form fieldset:disabled .search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .disabled.frm_button_submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit:disabled,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style fieldset:disabled .frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .disabled.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button:disabled,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions fieldset:disabled .ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button a.disabled,.sidebar .nav-primary .menu>.menu-item.menu-button a:disabled,.sidebar .nav-primary .menu>.menu-item.menu-button fieldset:disabled a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a.disabled,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a:disabled,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button fieldset:disabled a,.wp-block-buttons .disabled.wp-block-button__link,.wp-block-buttons .wp-block-button__link:disabled,.wp-block-buttons fieldset:disabled .wp-block-button__link,fieldset:disabled .block-upcoming-courses .view-details-btn,fieldset:disabled .btn,fieldset:disabled .espresso-grid .view-details-btn,fieldset:disabled .frm_style_formidable-style.with_frm_style .frm_button_submit,fieldset:disabled .frm_style_formidable-style.with_frm_style .frm_final_submit,fieldset:disabled .frm_style_formidable-style.with_frm_style .frm_submit button,fieldset:disabled .main #wpupg-grid-2174-filter-1 .wpupg-filter-item,fieldset:disabled .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a,fieldset:disabled .nav-primary .nav>.menu-item.menu-button a,fieldset:disabled .nav-primary .sidebar .menu>.menu-item.menu-button a,fieldset:disabled .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a,fieldset:disabled .search-form .search-submit,fieldset:disabled .sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit,fieldset:disabled .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button,fieldset:disabled .sidebar .nav-primary .menu>.menu-item.menu-button a,fieldset:disabled .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a,fieldset:disabled .wp-block-buttons .wp-block-button__link,fieldset:disabled input[type=submit],input.disabled[type=submit],input[type=submit]:disabled{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.block-upcoming-courses .sidebar .widget.widget-green a.view-details-btn,.block-upcoming-courses .sidebar .widget.widget-yellow a.view-details-btn,.block-upcoming-courses .view-details-btn,.btn-primary,.espresso-grid .sidebar .widget.widget-green a.view-details-btn,.espresso-grid .sidebar .widget.widget-yellow a.view-details-btn,.espresso-grid .view-details-btn,.frm_style_formidable-style.with_frm_style .frm_button_submit,.frm_style_formidable-style.with_frm_style .frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit button,.frm_style_formidable-style.with_frm_style .sidebar .widget.widget-green a.frm_button_submit,.frm_style_formidable-style.with_frm_style .sidebar .widget.widget-green a.frm_final_submit,.frm_style_formidable-style.with_frm_style .sidebar .widget.widget-yellow a.frm_button_submit,.frm_style_formidable-style.with_frm_style .sidebar .widget.widget-yellow a.frm_final_submit,.main #wpupg-grid-2174-filter-1 .sidebar .widget.widget-green a.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .sidebar .widget.widget-yellow a.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .sidebar .widget.widget-green a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .sidebar .widget.widget-yellow a,.nav-primary .nav>.menu-item.menu-button .sidebar .widget.widget-green a,.nav-primary .nav>.menu-item.menu-button .sidebar .widget.widget-yellow a,.nav-primary .sidebar .menu>.menu-item.menu-button .widget.widget-green a,.nav-primary .sidebar .menu>.menu-item.menu-button .widget.widget-yellow a,.nav-primary .sidebar .widget.widget-green .menu>.menu-item.menu-button a,.nav-primary .sidebar .widget.widget-green .widget_recent_entries ul>.menu-item.menu-button a,.nav-primary .sidebar .widget.widget-yellow .menu>.menu-item.menu-button a,.nav-primary .sidebar .widget.widget-yellow .widget_recent_entries ul>.menu-item.menu-button a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .widget.widget-green a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .widget.widget-yellow a,.search-form .search-submit,.search-form .sidebar .widget.widget-green a.search-submit,.search-form .sidebar .widget.widget-yellow a.search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .widget.widget-green a.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .widget.widget-yellow a.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .widget.widget-green a,.sidebar .nav-primary .menu>.menu-item.menu-button .widget.widget-yellow a,.sidebar .widget.widget-green .block-upcoming-courses a.view-details-btn,.sidebar .widget.widget-green .espresso-grid a.view-details-btn,.sidebar .widget.widget-green .frm_style_formidable-style.with_frm_style a.frm_button_submit,.sidebar .widget.widget-green .frm_style_formidable-style.with_frm_style a.frm_final_submit,.sidebar .widget.widget-green .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions a.ld-expand-button,.sidebar .widget.widget-green .main #wpupg-grid-2174-filter-1 a.wpupg-filter-item,.sidebar .widget.widget-green .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a,.sidebar .widget.widget-green .nav-primary .menu>.menu-item.menu-button a,.sidebar .widget.widget-green .nav-primary .nav>.menu-item.menu-button a,.sidebar .widget.widget-green .search-form a.search-submit,.sidebar .widget.widget-green .widget_recent_entries .nav-primary ul>.menu-item.menu-button a,.sidebar .widget.widget-green .wp-block-buttons a.wp-block-button__link,.sidebar .widget.widget-green a.btn,.sidebar .widget.widget-yellow .block-upcoming-courses a.view-details-btn,.sidebar .widget.widget-yellow .espresso-grid a.view-details-btn,.sidebar .widget.widget-yellow .frm_style_formidable-style.with_frm_style a.frm_button_submit,.sidebar .widget.widget-yellow .frm_style_formidable-style.with_frm_style a.frm_final_submit,.sidebar .widget.widget-yellow .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions a.ld-expand-button,.sidebar .widget.widget-yellow .main #wpupg-grid-2174-filter-1 a.wpupg-filter-item,.sidebar .widget.widget-yellow .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a,.sidebar .widget.widget-yellow .nav-primary .menu>.menu-item.menu-button a,.sidebar .widget.widget-yellow .nav-primary .nav>.menu-item.menu-button a,.sidebar .widget.widget-yellow .search-form a.search-submit,.sidebar .widget.widget-yellow .widget_recent_entries .nav-primary ul>.menu-item.menu-button a,.sidebar .widget.widget-yellow .wp-block-buttons a.wp-block-button__link,.sidebar .widget.widget-yellow a.btn,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .widget.widget-green a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .widget.widget-yellow a,.wp-block-buttons .sidebar .widget.widget-green a.wp-block-button__link,.wp-block-buttons .sidebar .widget.widget-yellow a.wp-block-button__link,input[type=submit]{--bs-btn-color:#fff;--bs-btn-bg:#1d5a39;--bs-btn-border-color:#1d5a39;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#194d30;--bs-btn-hover-border-color:#17482e;--bs-btn-focus-shadow-rgb:63,115,87;--bs-btn-active-color:#fff;--bs-btn-active-bg:#17482e;--bs-btn-active-border-color:#16442b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#1d5a39;--bs-btn-disabled-border-color:#1d5a39}.btn-secondary,.comment-form input[type=submit]{--bs-btn-color:#fff;--bs-btn-bg:#127a3d;--bs-btn-border-color:#127a3d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0f6834;--bs-btn-hover-border-color:#0e6231;--bs-btn-focus-shadow-rgb:54,142,90;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0e6231;--bs-btn-active-border-color:#0e5c2e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#127a3d;--bs-btn-disabled-border-color:#127a3d}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d9d9d9;--bs-btn-hover-border-color:#ccc;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:#ccc;--bs-btn-active-border-color:#bfbfbf;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffa724;--bs-btn-border-color:#ffa724;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffb445;--bs-btn-hover-border-color:#ffb03a;--bs-btn-focus-shadow-rgb:217,142,31;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffb950;--bs-btn-active-border-color:#ffb03a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffa724;--bs-btn-disabled-border-color:#ffa724}.btn-outline-primary,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a{--bs-btn-color:#1d5a39;--bs-btn-border-color:#1d5a39;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1d5a39;--bs-btn-hover-border-color:#1d5a39;--bs-btn-focus-shadow-rgb:29,90,57;--bs-btn-active-color:#fff;--bs-btn-active-bg:#1d5a39;--bs-btn-active-border-color:#1d5a39;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#1d5a39;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#1d5a39;--bs-gradient:none}.btn-outline-secondary,.is-style-outline>.wp-block-button__link:not(.has-text-color),.main #wpupg-grid-2174-filter-1 .wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab.uagb-tabs__active a,.wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-buttons .wp-block-button__link{--bs-btn-color:#127a3d;--bs-btn-border-color:#127a3d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#127a3d;--bs-btn-hover-border-color:#127a3d;--bs-btn-focus-shadow-rgb:18,122,61;--bs-btn-active-color:#fff;--bs-btn-active-bg:#127a3d;--bs-btn-active-border-color:#127a3d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#127a3d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#127a3d;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255,255,255;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fff;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffa724;--bs-btn-border-color:#ffa724;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffa724;--bs-btn-hover-border-color:#ffa724;--bs-btn-focus-shadow-rgb:255,167,36;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffa724;--bs-btn-active-border-color:#ffa724;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffa724;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffa724;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:63,115,87;-webkit-text-decoration:underline;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.block-upcoming-courses .btn-group-lg>.view-details-btn,.btn-group-lg>.btn,.btn-group-lg>input[type=submit],.btn-lg,.espresso-grid .btn-group-lg>.view-details-btn,.frm_style_formidable-style.with_frm_style .btn-group-lg>.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-lg>.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-lg>button,.main #wpupg-grid-2174-filter-1 .btn-group-lg>.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-lg>a,.nav-primary .nav>.menu-item.menu-button .btn-group-lg>a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-lg>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-lg>a,.search-form .btn-group-lg>.search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .btn-group-lg>.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-lg>.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-lg>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-lg>a,.wp-block-buttons .wp-block-button__link{--bs-btn-padding-y:0.69rem;--bs-btn-padding-x:1.4375rem;--bs-btn-font-size:1.15rem;--bs-btn-border-radius:6px}.block-upcoming-courses .btn-group-sm>.view-details-btn,.btn-group-sm>.btn,.btn-group-sm>input[type=submit],.btn-sm,.espresso-grid .btn-group-sm>.view-details-btn,.frm_style_formidable-style.with_frm_style .btn-group-sm>.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-sm>.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-sm>button,.main #wpupg-grid-2174-filter-1 .btn-group-sm>.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-sm>a,.nav-primary .nav>.menu-item.menu-button .btn-group-sm>a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-sm>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-sm>a,.search-form .btn-group-sm>.search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .btn-group-sm>.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-sm>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-sm>a,.wp-block-buttons .btn-group-sm>.wp-block-button__link{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:4px}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#1d5a39;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:#fff;background-color:var(--bs-dropdown-bg);border:1px solid rgba(0,0,0,.175);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:.375rem;border-radius:var(--bs-dropdown-border-radius);color:#222;color:var(--bs-dropdown-color);display:none;font-size:1rem;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:10rem;min-width:var(--bs-dropdown-min-width);padding:.5rem 0;padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:1000;z-index:var(--bs-dropdown-zindex)}.dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1300px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.dropdown-item{background-color:transparent;border:0;border-radius:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.dropdown-item.active,.dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);-webkit-text-decoration:none;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#1d5a39;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.block-upcoming-courses .btn-group-vertical>.view-details-btn,.block-upcoming-courses .btn-group>.view-details-btn,.btn-group-vertical>.btn,.btn-group-vertical>input[type=submit],.btn-group>.btn,.btn-group>input[type=submit],.espresso-grid .btn-group-vertical>.view-details-btn,.espresso-grid .btn-group>.view-details-btn,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group>.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group>.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>button,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group>.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>a,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a,.nav-primary .nav>.menu-item.menu-button .btn-group>a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>a,.search-form .btn-group-vertical>.search-submit,.search-form .btn-group>.search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .btn-group>.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>a,.wp-block-buttons .btn-group-vertical>.wp-block-button__link,.wp-block-buttons .btn-group>.wp-block-button__link{flex:1 1 auto;position:relative}.block-upcoming-courses .btn-group-vertical>.active.view-details-btn,.block-upcoming-courses .btn-group-vertical>.btn-check:checked+.view-details-btn,.block-upcoming-courses .btn-group-vertical>.btn-check:focus+.view-details-btn,.block-upcoming-courses .btn-group-vertical>.view-details-btn:active,.block-upcoming-courses .btn-group-vertical>.view-details-btn:focus,.block-upcoming-courses .btn-group-vertical>.view-details-btn:hover,.block-upcoming-courses .btn-group>.active.view-details-btn,.block-upcoming-courses .btn-group>.btn-check:checked+.view-details-btn,.block-upcoming-courses .btn-group>.btn-check:focus+.view-details-btn,.block-upcoming-courses .btn-group>.view-details-btn:active,.block-upcoming-courses .btn-group>.view-details-btn:focus,.block-upcoming-courses .btn-group>.view-details-btn:hover,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:checked+input[type=submit],.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn-check:focus+input[type=submit],.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group-vertical>input.active[type=submit],.btn-group-vertical>input[type=submit]:active,.btn-group-vertical>input[type=submit]:focus,.btn-group-vertical>input[type=submit]:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:checked+input[type=submit],.btn-group>.btn-check:focus+.btn,.btn-group>.btn-check:focus+input[type=submit],.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.btn-group>input.active[type=submit],.btn-group>input[type=submit]:active,.btn-group>input[type=submit]:focus,.btn-group>input[type=submit]:hover,.espresso-grid .btn-group-vertical>.active.view-details-btn,.espresso-grid .btn-group-vertical>.btn-check:checked+.view-details-btn,.espresso-grid .btn-group-vertical>.btn-check:focus+.view-details-btn,.espresso-grid .btn-group-vertical>.view-details-btn:active,.espresso-grid .btn-group-vertical>.view-details-btn:focus,.espresso-grid .btn-group-vertical>.view-details-btn:hover,.espresso-grid .btn-group>.active.view-details-btn,.espresso-grid .btn-group>.btn-check:checked+.view-details-btn,.espresso-grid .btn-group>.btn-check:focus+.view-details-btn,.espresso-grid .btn-group>.view-details-btn:active,.espresso-grid .btn-group>.view-details-btn:focus,.espresso-grid .btn-group>.view-details-btn:hover,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.active.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.active.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.btn-check:checked+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.btn-check:checked+.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.btn-check:focus+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.btn-check:focus+.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit:active,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit:focus,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit:active,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit:focus,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit:hover,.frm_style_formidable-style.with_frm_style .btn-group>.active.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group>.active.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group>.btn-check:checked+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group>.btn-check:checked+.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group>.btn-check:focus+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group>.btn-check:focus+.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group>.frm_button_submit:active,.frm_style_formidable-style.with_frm_style .btn-group>.frm_button_submit:focus,.frm_style_formidable-style.with_frm_style .btn-group>.frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .btn-group>.frm_final_submit:active,.frm_style_formidable-style.with_frm_style .btn-group>.frm_final_submit:focus,.frm_style_formidable-style.with_frm_style .btn-group>.frm_final_submit:hover,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.btn-check:checked+button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.btn-check:focus+button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button.active,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button:active,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button:focus,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button:hover,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>.btn-check:checked+button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>.btn-check:focus+button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>button.active,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>button:active,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>button:focus,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>button:hover,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.active.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.btn-check:checked+.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.btn-check:focus+.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item:active,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item:focus,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item:hover,.main #wpupg-grid-2174-filter-1 .btn-group>.active.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group>.btn-check:checked+.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group>.btn-check:focus+.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group>.wpupg-filter-item:active,.main #wpupg-grid-2174-filter-1 .btn-group>.wpupg-filter-item:focus,.main #wpupg-grid-2174-filter-1 .btn-group>.wpupg-filter-item:hover,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.btn-check:checked+a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.btn-check:focus+a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a.active,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a:active,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a:focus,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a:hover,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>.btn-check:checked+a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>.btn-check:focus+a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>a.active,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>a:active,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>a:focus,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>a:hover,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.btn-check:checked+a,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.btn-check:focus+a,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a.active,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a:active,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a:focus,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a:hover,.nav-primary .nav>.menu-item.menu-button .btn-group>.btn-check:checked+a,.nav-primary .nav>.menu-item.menu-button .btn-group>.btn-check:focus+a,.nav-primary .nav>.menu-item.menu-button .btn-group>a.active,.nav-primary .nav>.menu-item.menu-button .btn-group>a:active,.nav-primary .nav>.menu-item.menu-button .btn-group>a:focus,.nav-primary .nav>.menu-item.menu-button .btn-group>a:hover,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.btn-check:checked+a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.btn-check:focus+a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a.active,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a:active,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a:focus,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a:hover,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>.btn-check:checked+a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>.btn-check:focus+a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>a.active,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>a:active,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>a:focus,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>a:hover,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.btn-check:checked+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.btn-check:focus+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a.active,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a:active,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a:focus,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a:hover,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>.btn-check:checked+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>.btn-check:focus+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>a.active,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>a:active,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>a:focus,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>a:hover,.search-form .btn-group-vertical>.active.search-submit,.search-form .btn-group-vertical>.btn-check:checked+.search-submit,.search-form .btn-group-vertical>.btn-check:focus+.search-submit,.search-form .btn-group-vertical>.search-submit:active,.search-form .btn-group-vertical>.search-submit:focus,.search-form .btn-group-vertical>.search-submit:hover,.search-form .btn-group>.active.search-submit,.search-form .btn-group>.btn-check:checked+.search-submit,.search-form .btn-group>.btn-check:focus+.search-submit,.search-form .btn-group>.search-submit:active,.search-form .btn-group>.search-submit:focus,.search-form .btn-group>.search-submit:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.active.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.btn-check:checked+.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.btn-check:focus+.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button:active,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button:focus,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.active.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.btn-check:checked+.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.btn-check:focus+.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.ld-expand-button:active,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.ld-expand-button:focus,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.ld-expand-button:hover,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.btn-check:checked+a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.btn-check:focus+a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a.active,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a:active,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a:focus,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a:hover,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>.btn-check:checked+a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>.btn-check:focus+a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>a.active,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>a:active,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>a:focus,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>a:hover,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.btn-check:checked+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.btn-check:focus+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a.active,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a:active,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a:focus,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a:hover,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>.btn-check:checked+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>.btn-check:focus+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>a.active,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>a:active,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>a:focus,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>a:hover,.wp-block-buttons .btn-group-vertical>.active.wp-block-button__link,.wp-block-buttons .btn-group-vertical>.btn-check:checked+.wp-block-button__link,.wp-block-buttons .btn-group-vertical>.btn-check:focus+.wp-block-button__link,.wp-block-buttons .btn-group-vertical>.wp-block-button__link:active,.wp-block-buttons .btn-group-vertical>.wp-block-button__link:focus,.wp-block-buttons .btn-group-vertical>.wp-block-button__link:hover,.wp-block-buttons .btn-group>.active.wp-block-button__link,.wp-block-buttons .btn-group>.btn-check:checked+.wp-block-button__link,.wp-block-buttons .btn-group>.btn-check:focus+.wp-block-button__link,.wp-block-buttons .btn-group>.wp-block-button__link:active,.wp-block-buttons .btn-group>.wp-block-button__link:focus,.wp-block-buttons .btn-group>.wp-block-button__link:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:6px}.block-upcoming-courses .btn-group>:not(.btn-check:first-child)+.view-details-btn,.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>:not(.btn-check:first-child)+input[type=submit],.espresso-grid .btn-group>:not(.btn-check:first-child)+.view-details-btn,.frm_style_formidable-style.with_frm_style .btn-group>:not(.btn-check:first-child)+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group>:not(.btn-check:first-child)+.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>:not(.btn-check:first-child)+button,.main #wpupg-grid-2174-filter-1 .btn-group>:not(.btn-check:first-child)+.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>:not(.btn-check:first-child)+a,.nav-primary .nav>.menu-item.menu-button .btn-group>:not(.btn-check:first-child)+a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>:not(.btn-check:first-child)+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>:not(.btn-check:first-child)+a,.search-form .btn-group>:not(.btn-check:first-child)+.search-submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>:not(.btn-check:first-child)+.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>:not(.btn-check:first-child)+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>:not(.btn-check:first-child)+a,.wp-block-buttons .btn-group>:not(.btn-check:first-child)+.wp-block-button__link{margin-left:-1px}.block-upcoming-courses .btn-group>.btn-group:not(:last-child)>.view-details-btn,.block-upcoming-courses .btn-group>.dropdown-toggle-split.view-details-btn:first-child,.block-upcoming-courses .btn-group>.view-details-btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn-group:not(:last-child)>input[type=submit],.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>input.dropdown-toggle-split[type=submit]:first-child,.btn-group>input[type=submit]:not(:last-child):not(.dropdown-toggle),.espresso-grid .btn-group>.btn-group:not(:last-child)>.view-details-btn,.espresso-grid .btn-group>.dropdown-toggle-split.view-details-btn:first-child,.espresso-grid .btn-group>.view-details-btn:not(:last-child):not(.dropdown-toggle),.frm_style_formidable-style.with_frm_style .btn-group>.btn-group:not(:last-child)>.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group>.btn-group:not(:last-child)>.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group>.dropdown-toggle-split.frm_button_submit:first-child,.frm_style_formidable-style.with_frm_style .btn-group>.dropdown-toggle-split.frm_final_submit:first-child,.frm_style_formidable-style.with_frm_style .btn-group>.frm_button_submit:not(:last-child):not(.dropdown-toggle),.frm_style_formidable-style.with_frm_style .btn-group>.frm_final_submit:not(:last-child):not(.dropdown-toggle),.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>.btn-group:not(:last-child)>button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>button.dropdown-toggle-split:first-child,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>button:not(:last-child):not(.dropdown-toggle),.main #wpupg-grid-2174-filter-1 .btn-group>.btn-group:not(:last-child)>.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group>.dropdown-toggle-split.wpupg-filter-item:first-child,.main #wpupg-grid-2174-filter-1 .btn-group>.wpupg-filter-item:not(:last-child):not(.dropdown-toggle),.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>.btn-group:not(:last-child)>a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>a.dropdown-toggle-split:first-child,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>a:not(:last-child):not(.dropdown-toggle),.nav-primary .nav>.menu-item.menu-button .btn-group>.btn-group:not(:last-child)>a,.nav-primary .nav>.menu-item.menu-button .btn-group>a.dropdown-toggle-split:first-child,.nav-primary .nav>.menu-item.menu-button .btn-group>a:not(:last-child):not(.dropdown-toggle),.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>.btn-group:not(:last-child)>a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>a.dropdown-toggle-split:first-child,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>a:not(:last-child):not(.dropdown-toggle),.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>.btn-group:not(:last-child)>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>a.dropdown-toggle-split:first-child,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>a:not(:last-child):not(.dropdown-toggle),.search-form .btn-group>.btn-group:not(:last-child)>.search-submit,.search-form .btn-group>.dropdown-toggle-split.search-submit:first-child,.search-form .btn-group>.search-submit:not(:last-child):not(.dropdown-toggle),.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.btn-group:not(:last-child)>.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.dropdown-toggle-split.ld-expand-button:first-child,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.ld-expand-button:not(:last-child):not(.dropdown-toggle),.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>.btn-group:not(:last-child)>a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>a.dropdown-toggle-split:first-child,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>a:not(:last-child):not(.dropdown-toggle),.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>.btn-group:not(:last-child)>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>a.dropdown-toggle-split:first-child,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>a:not(:last-child):not(.dropdown-toggle),.wp-block-buttons .btn-group>.btn-group:not(:last-child)>.wp-block-button__link,.wp-block-buttons .btn-group>.dropdown-toggle-split.wp-block-button__link:first-child,.wp-block-buttons .btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.block-upcoming-courses .btn-group>.btn-group:not(:first-child)>.view-details-btn,.block-upcoming-courses .btn-group>.view-details-btn:nth-child(n+3),.block-upcoming-courses .btn-group>:not(.btn-check)+.view-details-btn,.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn-group:not(:first-child)>input[type=submit],.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>:not(.btn-check)+input[type=submit],.btn-group>input[type=submit]:nth-child(n+3),.espresso-grid .btn-group>.btn-group:not(:first-child)>.view-details-btn,.espresso-grid .btn-group>.view-details-btn:nth-child(n+3),.espresso-grid .btn-group>:not(.btn-check)+.view-details-btn,.frm_style_formidable-style.with_frm_style .btn-group>.btn-group:not(:first-child)>.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group>.btn-group:not(:first-child)>.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group>.frm_button_submit:nth-child(n+3),.frm_style_formidable-style.with_frm_style .btn-group>.frm_final_submit:nth-child(n+3),.frm_style_formidable-style.with_frm_style .btn-group>:not(.btn-check)+.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group>:not(.btn-check)+.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>.btn-group:not(:first-child)>button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>:not(.btn-check)+button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group>button:nth-child(n+3),.main #wpupg-grid-2174-filter-1 .btn-group>.btn-group:not(:first-child)>.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group>.wpupg-filter-item:nth-child(n+3),.main #wpupg-grid-2174-filter-1 .btn-group>:not(.btn-check)+.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>.btn-group:not(:first-child)>a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>:not(.btn-check)+a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group>a:nth-child(n+3),.nav-primary .nav>.menu-item.menu-button .btn-group>.btn-group:not(:first-child)>a,.nav-primary .nav>.menu-item.menu-button .btn-group>:not(.btn-check)+a,.nav-primary .nav>.menu-item.menu-button .btn-group>a:nth-child(n+3),.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>.btn-group:not(:first-child)>a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>:not(.btn-check)+a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group>a:nth-child(n+3),.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>.btn-group:not(:first-child)>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>:not(.btn-check)+a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group>a:nth-child(n+3),.search-form .btn-group>.btn-group:not(:first-child)>.search-submit,.search-form .btn-group>.search-submit:nth-child(n+3),.search-form .btn-group>:not(.btn-check)+.search-submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.btn-group:not(:first-child)>.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>.ld-expand-button:nth-child(n+3),.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group>:not(.btn-check)+.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>.btn-group:not(:first-child)>a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>:not(.btn-check)+a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group>a:nth-child(n+3),.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>.btn-group:not(:first-child)>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>:not(.btn-check)+a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group>a:nth-child(n+3),.wp-block-buttons .btn-group>.btn-group:not(:first-child)>.wp-block-button__link,.wp-block-buttons .btn-group>.wp-block-button__link:nth-child(n+3),.wp-block-buttons .btn-group>:not(.btn-check)+.wp-block-button__link{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.9375rem;padding-right:.9375rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.block-upcoming-courses .btn-group-sm>.view-details-btn+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-group-sm>input[type=submit]+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,.espresso-grid .btn-group-sm>.view-details-btn+.dropdown-toggle-split,.frm_style_formidable-style.with_frm_style .btn-group-sm>.frm_button_submit+.dropdown-toggle-split,.frm_style_formidable-style.with_frm_style .btn-group-sm>.frm_final_submit+.dropdown-toggle-split,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-sm>button+.dropdown-toggle-split,.main #wpupg-grid-2174-filter-1 .btn-group-sm>.wpupg-filter-item+.dropdown-toggle-split,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-sm>a+.dropdown-toggle-split,.nav-primary .nav>.menu-item.menu-button .btn-group-sm>a+.dropdown-toggle-split,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-sm>a+.dropdown-toggle-split,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-sm>a+.dropdown-toggle-split,.search-form .btn-group-sm>.search-submit+.dropdown-toggle-split,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button+.dropdown-toggle-split,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-sm>a+.dropdown-toggle-split,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-sm>a+.dropdown-toggle-split,.wp-block-buttons .btn-group-sm>.wp-block-button__link+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.block-upcoming-courses .btn-group-lg>.view-details-btn+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group-lg>input[type=submit]+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.espresso-grid .btn-group-lg>.view-details-btn+.dropdown-toggle-split,.frm_style_formidable-style.with_frm_style .btn-group-lg>.frm_button_submit+.dropdown-toggle-split,.frm_style_formidable-style.with_frm_style .btn-group-lg>.frm_final_submit+.dropdown-toggle-split,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-lg>button+.dropdown-toggle-split,.main #wpupg-grid-2174-filter-1 .btn-group-lg>.wpupg-filter-item+.dropdown-toggle-split,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-lg>a+.dropdown-toggle-split,.nav-primary .nav>.menu-item.menu-button .btn-group-lg>a+.dropdown-toggle-split,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-lg>a+.dropdown-toggle-split,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-lg>a+.dropdown-toggle-split,.search-form .btn-group-lg>.search-submit+.dropdown-toggle-split,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-lg>.ld-expand-button+.dropdown-toggle-split,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-lg>a+.dropdown-toggle-split,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-lg>a+.dropdown-toggle-split,.wp-block-buttons .wp-block-button__link+.dropdown-toggle-split{padding-left:1.078125rem;padding-right:1.078125rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.block-upcoming-courses .btn-group-vertical>.view-details-btn,.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>input[type=submit],.espresso-grid .btn-group-vertical>.view-details-btn,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a,.search-form .btn-group-vertical>.search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a,.wp-block-buttons .btn-group-vertical>.wp-block-button__link{width:100%}.block-upcoming-courses .btn-group-vertical>.view-details-btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>input[type=submit]:not(:first-child),.espresso-grid .btn-group-vertical>.view-details-btn:not(:first-child),.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit:not(:first-child),.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit:not(:first-child),.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button:not(:first-child),.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item:not(:first-child),.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a:not(:first-child),.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a:not(:first-child),.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a:not(:first-child),.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a:not(:first-child),.search-form .btn-group-vertical>.search-submit:not(:first-child),.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button:not(:first-child),.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a:not(:first-child),.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a:not(:first-child),.wp-block-buttons .btn-group-vertical>.wp-block-button__link:not(:first-child){margin-top:-1px}.block-upcoming-courses .btn-group-vertical>.btn-group:not(:last-child)>.view-details-btn,.block-upcoming-courses .btn-group-vertical>.view-details-btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>input[type=submit]:not(:last-child):not(.dropdown-toggle),.espresso-grid .btn-group-vertical>.btn-group:not(:last-child)>.view-details-btn,.espresso-grid .btn-group-vertical>.view-details-btn:not(:last-child):not(.dropdown-toggle),.frm_style_formidable-style.with_frm_style .btn-group-vertical>.btn-group:not(:last-child)>.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.btn-group:not(:last-child)>.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit:not(:last-child):not(.dropdown-toggle),.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit:not(:last-child):not(.dropdown-toggle),.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.btn-group:not(:last-child)>button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle),.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.btn-group:not(:last-child)>.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item:not(:last-child):not(.dropdown-toggle),.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.btn-group:not(:last-child)>a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.btn-group:not(:last-child)>a,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.btn-group:not(:last-child)>a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.btn-group:not(:last-child)>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.search-form .btn-group-vertical>.btn-group:not(:last-child)>.search-submit,.search-form .btn-group-vertical>.search-submit:not(:last-child):not(.dropdown-toggle),.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.btn-group:not(:last-child)>.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button:not(:last-child):not(.dropdown-toggle),.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.btn-group:not(:last-child)>a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.btn-group:not(:last-child)>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle),.wp-block-buttons .btn-group-vertical>.btn-group:not(:last-child)>.wp-block-button__link,.wp-block-buttons .btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.block-upcoming-courses .btn-group-vertical>.btn-group:not(:first-child)>.view-details-btn,.block-upcoming-courses .btn-group-vertical>.btn~.view-details-btn,.block-upcoming-courses .btn-group-vertical>.view-details-btn~.btn,.block-upcoming-courses .btn-group-vertical>.view-details-btn~.view-details-btn,.block-upcoming-courses .btn-group-vertical>.view-details-btn~input[type=submit],.block-upcoming-courses .btn-group-vertical>input[type=submit]~.view-details-btn,.block-upcoming-courses .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~.view-details-btn,.block-upcoming-courses .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~.view-details-btn,.block-upcoming-courses .frm_style_formidable-style.with_frm_style .btn-group-vertical>.view-details-btn~.frm_button_submit,.block-upcoming-courses .frm_style_formidable-style.with_frm_style .btn-group-vertical>.view-details-btn~.frm_final_submit,.block-upcoming-courses .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.view-details-btn~button,.block-upcoming-courses .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~.view-details-btn,.block-upcoming-courses .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.view-details-btn~.wpupg-filter-item,.block-upcoming-courses .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~.view-details-btn,.block-upcoming-courses .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.view-details-btn~a,.block-upcoming-courses .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~.view-details-btn,.block-upcoming-courses .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.view-details-btn~a,.block-upcoming-courses .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~.view-details-btn,.block-upcoming-courses .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.view-details-btn~a,.block-upcoming-courses .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~.view-details-btn,.block-upcoming-courses .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.view-details-btn~a,.block-upcoming-courses .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~.view-details-btn,.block-upcoming-courses .search-form .btn-group-vertical>.search-submit~.view-details-btn,.block-upcoming-courses .search-form .btn-group-vertical>.view-details-btn~.search-submit,.block-upcoming-courses .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~.view-details-btn,.block-upcoming-courses .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.view-details-btn~.ld-expand-button,.block-upcoming-courses .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.view-details-btn~a,.block-upcoming-courses .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~.view-details-btn,.block-upcoming-courses .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.view-details-btn~a,.block-upcoming-courses .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~.view-details-btn,.block-upcoming-courses .wp-block-buttons .btn-group-vertical>.view-details-btn~.wp-block-button__link,.block-upcoming-courses .wp-block-buttons .btn-group-vertical>.wp-block-button__link~.view-details-btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn~input[type=submit],.btn-group-vertical>input[type=submit]~.btn,.btn-group-vertical>input[type=submit]~input[type=submit],.espresso-grid .btn-group-vertical>.btn-group:not(:first-child)>.view-details-btn,.espresso-grid .btn-group-vertical>.btn~.view-details-btn,.espresso-grid .btn-group-vertical>.view-details-btn~.btn,.espresso-grid .btn-group-vertical>.view-details-btn~.view-details-btn,.espresso-grid .btn-group-vertical>.view-details-btn~input[type=submit],.espresso-grid .btn-group-vertical>input[type=submit]~.view-details-btn,.espresso-grid .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~.view-details-btn,.espresso-grid .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~.view-details-btn,.espresso-grid .frm_style_formidable-style.with_frm_style .btn-group-vertical>.view-details-btn~.frm_button_submit,.espresso-grid .frm_style_formidable-style.with_frm_style .btn-group-vertical>.view-details-btn~.frm_final_submit,.espresso-grid .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.view-details-btn~button,.espresso-grid .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~.view-details-btn,.espresso-grid .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.view-details-btn~.wpupg-filter-item,.espresso-grid .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~.view-details-btn,.espresso-grid .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.view-details-btn~a,.espresso-grid .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~.view-details-btn,.espresso-grid .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.view-details-btn~a,.espresso-grid .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~.view-details-btn,.espresso-grid .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.view-details-btn~a,.espresso-grid .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~.view-details-btn,.espresso-grid .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.view-details-btn~a,.espresso-grid .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~.view-details-btn,.espresso-grid .search-form .btn-group-vertical>.search-submit~.view-details-btn,.espresso-grid .search-form .btn-group-vertical>.view-details-btn~.search-submit,.espresso-grid .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~.view-details-btn,.espresso-grid .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.view-details-btn~.ld-expand-button,.espresso-grid .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.view-details-btn~a,.espresso-grid .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~.view-details-btn,.espresso-grid .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.view-details-btn~a,.espresso-grid .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~.view-details-btn,.espresso-grid .wp-block-buttons .btn-group-vertical>.view-details-btn~.wp-block-button__link,.espresso-grid .wp-block-buttons .btn-group-vertical>.wp-block-button__link~.view-details-btn,.frm_style_formidable-style.with_frm_style .block-upcoming-courses .btn-group-vertical>.frm_button_submit~.view-details-btn,.frm_style_formidable-style.with_frm_style .block-upcoming-courses .btn-group-vertical>.frm_final_submit~.view-details-btn,.frm_style_formidable-style.with_frm_style .block-upcoming-courses .btn-group-vertical>.view-details-btn~.frm_button_submit,.frm_style_formidable-style.with_frm_style .block-upcoming-courses .btn-group-vertical>.view-details-btn~.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.btn-group:not(:first-child)>.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.btn-group:not(:first-child)>.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.btn~.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.btn~.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~.btn,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~input[type=submit],.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~.btn,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~.frm_final_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~input[type=submit],.frm_style_formidable-style.with_frm_style .btn-group-vertical>input[type=submit]~.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-vertical>input[type=submit]~.frm_final_submit,.frm_style_formidable-style.with_frm_style .espresso-grid .btn-group-vertical>.frm_button_submit~.view-details-btn,.frm_style_formidable-style.with_frm_style .espresso-grid .btn-group-vertical>.frm_final_submit~.view-details-btn,.frm_style_formidable-style.with_frm_style .espresso-grid .btn-group-vertical>.view-details-btn~.frm_button_submit,.frm_style_formidable-style.with_frm_style .espresso-grid .btn-group-vertical>.view-details-btn~.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .block-upcoming-courses .btn-group-vertical>.view-details-btn~button,.frm_style_formidable-style.with_frm_style .frm_submit .block-upcoming-courses .btn-group-vertical>button~.view-details-btn,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.btn-group:not(:first-child)>button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.btn~button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.frm_button_submit~button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.frm_final_submit~button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~.btn,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~.frm_button_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~button,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~input[type=submit],.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>input[type=submit]~button,.frm_style_formidable-style.with_frm_style .frm_submit .espresso-grid .btn-group-vertical>.view-details-btn~button,.frm_style_formidable-style.with_frm_style .frm_submit .espresso-grid .btn-group-vertical>button~.view-details-btn,.frm_style_formidable-style.with_frm_style .frm_submit .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~button,.frm_style_formidable-style.with_frm_style .frm_submit .main #wpupg-grid-2174-filter-1 .btn-group-vertical>button~.wpupg-filter-item,.frm_style_formidable-style.with_frm_style .frm_submit .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~button,.frm_style_formidable-style.with_frm_style .frm_submit .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>button~a,.frm_style_formidable-style.with_frm_style .frm_submit .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~button,.frm_style_formidable-style.with_frm_style .frm_submit .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>button~a,.frm_style_formidable-style.with_frm_style .frm_submit .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~button,.frm_style_formidable-style.with_frm_style .frm_submit .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>button~a,.frm_style_formidable-style.with_frm_style .frm_submit .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~button,.frm_style_formidable-style.with_frm_style .frm_submit .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>button~a,.frm_style_formidable-style.with_frm_style .frm_submit .search-form .btn-group-vertical>.search-submit~button,.frm_style_formidable-style.with_frm_style .frm_submit .search-form .btn-group-vertical>button~.search-submit,.frm_style_formidable-style.with_frm_style .frm_submit .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~button,.frm_style_formidable-style.with_frm_style .frm_submit .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>button~.ld-expand-button,.frm_style_formidable-style.with_frm_style .frm_submit .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~button,.frm_style_formidable-style.with_frm_style .frm_submit .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>button~a,.frm_style_formidable-style.with_frm_style .frm_submit .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~button,.frm_style_formidable-style.with_frm_style .frm_submit .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>button~a,.frm_style_formidable-style.with_frm_style .frm_submit .wp-block-buttons .btn-group-vertical>.wp-block-button__link~button,.frm_style_formidable-style.with_frm_style .frm_submit .wp-block-buttons .btn-group-vertical>button~.wp-block-button__link,.frm_style_formidable-style.with_frm_style .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.frm_button_submit~.wpupg-filter-item,.frm_style_formidable-style.with_frm_style .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.frm_final_submit~.wpupg-filter-item,.frm_style_formidable-style.with_frm_style .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~.frm_button_submit,.frm_style_formidable-style.with_frm_style .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~.frm_final_submit,.frm_style_formidable-style.with_frm_style .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.frm_button_submit~a,.frm_style_formidable-style.with_frm_style .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.frm_final_submit~a,.frm_style_formidable-style.with_frm_style .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~.frm_button_submit,.frm_style_formidable-style.with_frm_style .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~.frm_final_submit,.frm_style_formidable-style.with_frm_style .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.frm_button_submit~a,.frm_style_formidable-style.with_frm_style .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.frm_final_submit~a,.frm_style_formidable-style.with_frm_style .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~.frm_button_submit,.frm_style_formidable-style.with_frm_style .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~.frm_final_submit,.frm_style_formidable-style.with_frm_style .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.frm_button_submit~a,.frm_style_formidable-style.with_frm_style .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.frm_final_submit~a,.frm_style_formidable-style.with_frm_style .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~.frm_button_submit,.frm_style_formidable-style.with_frm_style .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~.frm_final_submit,.frm_style_formidable-style.with_frm_style .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.frm_button_submit~a,.frm_style_formidable-style.with_frm_style .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.frm_final_submit~a,.frm_style_formidable-style.with_frm_style .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~.frm_button_submit,.frm_style_formidable-style.with_frm_style .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~.frm_final_submit,.frm_style_formidable-style.with_frm_style .search-form .btn-group-vertical>.frm_button_submit~.search-submit,.frm_style_formidable-style.with_frm_style .search-form .btn-group-vertical>.frm_final_submit~.search-submit,.frm_style_formidable-style.with_frm_style .search-form .btn-group-vertical>.search-submit~.frm_button_submit,.frm_style_formidable-style.with_frm_style .search-form .btn-group-vertical>.search-submit~.frm_final_submit,.frm_style_formidable-style.with_frm_style .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.frm_button_submit~.ld-expand-button,.frm_style_formidable-style.with_frm_style .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.frm_final_submit~.ld-expand-button,.frm_style_formidable-style.with_frm_style .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~.frm_button_submit,.frm_style_formidable-style.with_frm_style .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~.frm_final_submit,.frm_style_formidable-style.with_frm_style .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.frm_button_submit~a,.frm_style_formidable-style.with_frm_style .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.frm_final_submit~a,.frm_style_formidable-style.with_frm_style .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~.frm_button_submit,.frm_style_formidable-style.with_frm_style .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~.frm_final_submit,.frm_style_formidable-style.with_frm_style .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.frm_button_submit~a,.frm_style_formidable-style.with_frm_style .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.frm_final_submit~a,.frm_style_formidable-style.with_frm_style .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~.frm_button_submit,.frm_style_formidable-style.with_frm_style .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~.frm_final_submit,.frm_style_formidable-style.with_frm_style .wp-block-buttons .btn-group-vertical>.frm_button_submit~.wp-block-button__link,.frm_style_formidable-style.with_frm_style .wp-block-buttons .btn-group-vertical>.frm_final_submit~.wp-block-button__link,.frm_style_formidable-style.with_frm_style .wp-block-buttons .btn-group-vertical>.wp-block-button__link~.frm_button_submit,.frm_style_formidable-style.with_frm_style .wp-block-buttons .btn-group-vertical>.wp-block-button__link~.frm_final_submit,.main #wpupg-grid-2174-filter-1 .block-upcoming-courses .btn-group-vertical>.view-details-btn~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .block-upcoming-courses .btn-group-vertical>.wpupg-filter-item~.view-details-btn,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.btn-group:not(:first-child)>.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.btn~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~.btn,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~input[type=submit],.main #wpupg-grid-2174-filter-1 .btn-group-vertical>input[type=submit]~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .espresso-grid .btn-group-vertical>.view-details-btn~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .espresso-grid .btn-group-vertical>.wpupg-filter-item~.view-details-btn,.main #wpupg-grid-2174-filter-1 .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .frm_style_formidable-style.with_frm_style .btn-group-vertical>.wpupg-filter-item~.frm_button_submit,.main #wpupg-grid-2174-filter-1 .frm_style_formidable-style.with_frm_style .btn-group-vertical>.wpupg-filter-item~.frm_final_submit,.main #wpupg-grid-2174-filter-1 .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.wpupg-filter-item~button,.main #wpupg-grid-2174-filter-1 .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.wpupg-filter-item~a,.main #wpupg-grid-2174-filter-1 .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.wpupg-filter-item~a,.main #wpupg-grid-2174-filter-1 .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.wpupg-filter-item~a,.main #wpupg-grid-2174-filter-1 .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .search-form .btn-group-vertical>.search-submit~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .search-form .btn-group-vertical>.wpupg-filter-item~.search-submit,.main #wpupg-grid-2174-filter-1 .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.wpupg-filter-item~.ld-expand-button,.main #wpupg-grid-2174-filter-1 .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.wpupg-filter-item~a,.main #wpupg-grid-2174-filter-1 .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.wpupg-filter-item~a,.main #wpupg-grid-2174-filter-1 .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .wp-block-buttons .btn-group-vertical>.wp-block-button__link~.wpupg-filter-item,.main #wpupg-grid-2174-filter-1 .wp-block-buttons .btn-group-vertical>.wpupg-filter-item~.wp-block-button__link,.main #wpupg-grid-2174-filter-1 .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.wpupg-filter-item~a,.main #wpupg-grid-2174-filter-1 .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab #wpupg-grid-2174-filter-1 .btn-group-vertical>a~.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .block-upcoming-courses .btn-group-vertical>.view-details-btn~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .block-upcoming-courses .btn-group-vertical>a~.view-details-btn,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.btn-group:not(:first-child)>a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.btn~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~.btn,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~input[type=submit],.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>input[type=submit]~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .espresso-grid .btn-group-vertical>.view-details-btn~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .espresso-grid .btn-group-vertical>a~.view-details-btn,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_button_submit,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_final_submit,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>a~button,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .search-form .btn-group-vertical>.search-submit~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .search-form .btn-group-vertical>a~.search-submit,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>a~.ld-expand-button,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .wp-block-buttons .btn-group-vertical>.wp-block-button__link~a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .wp-block-buttons .btn-group-vertical>a~.wp-block-button__link,.nav-primary .nav>.menu-item.menu-button .block-upcoming-courses .btn-group-vertical>.view-details-btn~a,.nav-primary .nav>.menu-item.menu-button .block-upcoming-courses .btn-group-vertical>a~.view-details-btn,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.btn-group:not(:first-child)>a,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.btn~a,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~.btn,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~a,.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~input[type=submit],.nav-primary .nav>.menu-item.menu-button .btn-group-vertical>input[type=submit]~a,.nav-primary .nav>.menu-item.menu-button .espresso-grid .btn-group-vertical>.view-details-btn~a,.nav-primary .nav>.menu-item.menu-button .espresso-grid .btn-group-vertical>a~.view-details-btn,.nav-primary .nav>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~a,.nav-primary .nav>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~a,.nav-primary .nav>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_button_submit,.nav-primary .nav>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_final_submit,.nav-primary .nav>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>a~button,.nav-primary .nav>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~a,.nav-primary .nav>.menu-item.menu-button .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~a,.nav-primary .nav>.menu-item.menu-button .main #wpupg-grid-2174-filter-1 .btn-group-vertical>a~.wpupg-filter-item,.nav-primary .nav>.menu-item.menu-button .search-form .btn-group-vertical>.search-submit~a,.nav-primary .nav>.menu-item.menu-button .search-form .btn-group-vertical>a~.search-submit,.nav-primary .nav>.menu-item.menu-button .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~a,.nav-primary .nav>.menu-item.menu-button .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>a~.ld-expand-button,.nav-primary .nav>.menu-item.menu-button .wp-block-buttons .btn-group-vertical>.wp-block-button__link~a,.nav-primary .nav>.menu-item.menu-button .wp-block-buttons .btn-group-vertical>a~.wp-block-button__link,.nav-primary .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .menu>.menu-item.menu-button .btn-group-vertical>.ld-expand-button~a,.nav-primary .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .menu>.menu-item.menu-button .btn-group-vertical>a~.ld-expand-button,.nav-primary .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.ld-expand-button~a,.nav-primary .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~.ld-expand-button,.nav-primary .sidebar .menu>.menu-item.menu-button .block-upcoming-courses .btn-group-vertical>.view-details-btn~a,.nav-primary .sidebar .menu>.menu-item.menu-button .block-upcoming-courses .btn-group-vertical>a~.view-details-btn,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.btn-group:not(:first-child)>a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.btn~a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~.btn,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~input[type=submit],.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>input[type=submit]~a,.nav-primary .sidebar .menu>.menu-item.menu-button .espresso-grid .btn-group-vertical>.view-details-btn~a,.nav-primary .sidebar .menu>.menu-item.menu-button .espresso-grid .btn-group-vertical>a~.view-details-btn,.nav-primary .sidebar .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~a,.nav-primary .sidebar .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~a,.nav-primary .sidebar .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_button_submit,.nav-primary .sidebar .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_final_submit,.nav-primary .sidebar .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>a~button,.nav-primary .sidebar .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~a,.nav-primary .sidebar .menu>.menu-item.menu-button .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~a,.nav-primary .sidebar .menu>.menu-item.menu-button .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>a~.ld-expand-button,.nav-primary .sidebar .menu>.menu-item.menu-button .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~a,.nav-primary .sidebar .menu>.menu-item.menu-button .main #wpupg-grid-2174-filter-1 .btn-group-vertical>a~.wpupg-filter-item,.nav-primary .sidebar .menu>.menu-item.menu-button .search-form .btn-group-vertical>.search-submit~a,.nav-primary .sidebar .menu>.menu-item.menu-button .search-form .btn-group-vertical>a~.search-submit,.nav-primary .sidebar .menu>.menu-item.menu-button .wp-block-buttons .btn-group-vertical>.wp-block-button__link~a,.nav-primary .sidebar .menu>.menu-item.menu-button .wp-block-buttons .btn-group-vertical>a~.wp-block-button__link,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .block-upcoming-courses .btn-group-vertical>.view-details-btn~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .block-upcoming-courses .btn-group-vertical>a~.view-details-btn,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.btn-group:not(:first-child)>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.btn~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~.btn,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~input[type=submit],.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>input[type=submit]~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .espresso-grid .btn-group-vertical>.view-details-btn~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .espresso-grid .btn-group-vertical>a~.view-details-btn,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_button_submit,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_final_submit,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>a~button,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>a~.ld-expand-button,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .main #wpupg-grid-2174-filter-1 .btn-group-vertical>a~.wpupg-filter-item,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .search-form .btn-group-vertical>.search-submit~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .search-form .btn-group-vertical>a~.search-submit,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .wp-block-buttons .btn-group-vertical>.wp-block-button__link~a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .wp-block-buttons .btn-group-vertical>a~.wp-block-button__link,.search-form .block-upcoming-courses .btn-group-vertical>.search-submit~.view-details-btn,.search-form .block-upcoming-courses .btn-group-vertical>.view-details-btn~.search-submit,.search-form .btn-group-vertical>.btn-group:not(:first-child)>.search-submit,.search-form .btn-group-vertical>.btn~.search-submit,.search-form .btn-group-vertical>.search-submit~.btn,.search-form .btn-group-vertical>.search-submit~.search-submit,.search-form .btn-group-vertical>.search-submit~input[type=submit],.search-form .btn-group-vertical>input[type=submit]~.search-submit,.search-form .espresso-grid .btn-group-vertical>.search-submit~.view-details-btn,.search-form .espresso-grid .btn-group-vertical>.view-details-btn~.search-submit,.search-form .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~.search-submit,.search-form .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~.search-submit,.search-form .frm_style_formidable-style.with_frm_style .btn-group-vertical>.search-submit~.frm_button_submit,.search-form .frm_style_formidable-style.with_frm_style .btn-group-vertical>.search-submit~.frm_final_submit,.search-form .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.search-submit~button,.search-form .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~.search-submit,.search-form .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.search-submit~.wpupg-filter-item,.search-form .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~.search-submit,.search-form .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.search-submit~a,.search-form .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~.search-submit,.search-form .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.search-submit~a,.search-form .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~.search-submit,.search-form .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.search-submit~a,.search-form .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~.search-submit,.search-form .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.search-submit~a,.search-form .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~.search-submit,.search-form .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~.search-submit,.search-form .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.search-submit~.ld-expand-button,.search-form .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.search-submit~a,.search-form .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~.search-submit,.search-form .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.search-submit~a,.search-form .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~.search-submit,.search-form .wp-block-buttons .btn-group-vertical>.search-submit~.wp-block-button__link,.search-form .wp-block-buttons .btn-group-vertical>.wp-block-button__link~.search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.frm_button_submit~.ld-expand-button,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .block-upcoming-courses .btn-group-vertical>.ld-expand-button~.view-details-btn,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .block-upcoming-courses .btn-group-vertical>.view-details-btn~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.btn-group:not(:first-child)>.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.btn~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~.btn,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~input[type=submit],.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>input[type=submit]~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .espresso-grid .btn-group-vertical>.ld-expand-button~.view-details-btn,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .espresso-grid .btn-group-vertical>.view-details-btn~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .frm_style_formidable-style.with_frm_style .btn-group-vertical>.ld-expand-button~.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .frm_style_formidable-style.with_frm_style .btn-group-vertical>.ld-expand-button~.frm_final_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.ld-expand-button~button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.ld-expand-button~.wpupg-filter-item,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.ld-expand-button~a,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.ld-expand-button~a,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.ld-expand-button~a,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .search-form .btn-group-vertical>.ld-expand-button~.search-submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .search-form .btn-group-vertical>.search-submit~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.ld-expand-button~a,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~.ld-expand-button,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .wp-block-buttons .btn-group-vertical>.ld-expand-button~.wp-block-button__link,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .wp-block-buttons .btn-group-vertical>.wp-block-button__link~.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .block-upcoming-courses .btn-group-vertical>.view-details-btn~a,.sidebar .nav-primary .menu>.menu-item.menu-button .block-upcoming-courses .btn-group-vertical>a~.view-details-btn,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.btn-group:not(:first-child)>a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.btn~a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~.btn,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~a,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~input[type=submit],.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>input[type=submit]~a,.sidebar .nav-primary .menu>.menu-item.menu-button .espresso-grid .btn-group-vertical>.view-details-btn~a,.sidebar .nav-primary .menu>.menu-item.menu-button .espresso-grid .btn-group-vertical>a~.view-details-btn,.sidebar .nav-primary .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~a,.sidebar .nav-primary .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~a,.sidebar .nav-primary .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_button_submit,.sidebar .nav-primary .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_final_submit,.sidebar .nav-primary .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>a~button,.sidebar .nav-primary .menu>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~a,.sidebar .nav-primary .menu>.menu-item.menu-button .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~a,.sidebar .nav-primary .menu>.menu-item.menu-button .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>a~.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~a,.sidebar .nav-primary .menu>.menu-item.menu-button .main #wpupg-grid-2174-filter-1 .btn-group-vertical>a~.wpupg-filter-item,.sidebar .nav-primary .menu>.menu-item.menu-button .search-form .btn-group-vertical>.search-submit~a,.sidebar .nav-primary .menu>.menu-item.menu-button .search-form .btn-group-vertical>a~.search-submit,.sidebar .nav-primary .menu>.menu-item.menu-button .wp-block-buttons .btn-group-vertical>.wp-block-button__link~a,.sidebar .nav-primary .menu>.menu-item.menu-button .wp-block-buttons .btn-group-vertical>a~.wp-block-button__link,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .block-upcoming-courses .btn-group-vertical>.view-details-btn~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .block-upcoming-courses .btn-group-vertical>a~.view-details-btn,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.btn-group:not(:first-child)>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.btn~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~.btn,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~input[type=submit],.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>input[type=submit]~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .espresso-grid .btn-group-vertical>.view-details-btn~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .espresso-grid .btn-group-vertical>a~.view-details-btn,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_button_submit,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .btn-group-vertical>a~.frm_final_submit,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>a~button,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>a~.ld-expand-button,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .main #wpupg-grid-2174-filter-1 .btn-group-vertical>a~.wpupg-filter-item,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .search-form .btn-group-vertical>.search-submit~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .search-form .btn-group-vertical>a~.search-submit,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .wp-block-buttons .btn-group-vertical>.wp-block-button__link~a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .wp-block-buttons .btn-group-vertical>a~.wp-block-button__link,.wp-block-buttons .block-upcoming-courses .btn-group-vertical>.view-details-btn~.wp-block-button__link,.wp-block-buttons .block-upcoming-courses .btn-group-vertical>.wp-block-button__link~.view-details-btn,.wp-block-buttons .btn-group-vertical>.btn-group:not(:first-child)>.wp-block-button__link,.wp-block-buttons .btn-group-vertical>.btn~.wp-block-button__link,.wp-block-buttons .btn-group-vertical>.wp-block-button__link~.btn,.wp-block-buttons .btn-group-vertical>.wp-block-button__link~.wp-block-button__link,.wp-block-buttons .btn-group-vertical>.wp-block-button__link~input[type=submit],.wp-block-buttons .btn-group-vertical>input[type=submit]~.wp-block-button__link,.wp-block-buttons .espresso-grid .btn-group-vertical>.view-details-btn~.wp-block-button__link,.wp-block-buttons .espresso-grid .btn-group-vertical>.wp-block-button__link~.view-details-btn,.wp-block-buttons .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_button_submit~.wp-block-button__link,.wp-block-buttons .frm_style_formidable-style.with_frm_style .btn-group-vertical>.frm_final_submit~.wp-block-button__link,.wp-block-buttons .frm_style_formidable-style.with_frm_style .btn-group-vertical>.wp-block-button__link~.frm_button_submit,.wp-block-buttons .frm_style_formidable-style.with_frm_style .btn-group-vertical>.wp-block-button__link~.frm_final_submit,.wp-block-buttons .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>.wp-block-button__link~button,.wp-block-buttons .frm_style_formidable-style.with_frm_style .frm_submit .btn-group-vertical>button~.wp-block-button__link,.wp-block-buttons .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wp-block-button__link~.wpupg-filter-item,.wp-block-buttons .main #wpupg-grid-2174-filter-1 .btn-group-vertical>.wpupg-filter-item~.wp-block-button__link,.wp-block-buttons .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>.wp-block-button__link~a,.wp-block-buttons .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-vertical>a~.wp-block-button__link,.wp-block-buttons .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>.wp-block-button__link~a,.wp-block-buttons .nav-primary .nav>.menu-item.menu-button .btn-group-vertical>a~.wp-block-button__link,.wp-block-buttons .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>.wp-block-button__link~a,.wp-block-buttons .nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-vertical>a~.wp-block-button__link,.wp-block-buttons .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>.wp-block-button__link~a,.wp-block-buttons .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-vertical>a~.wp-block-button__link,.wp-block-buttons .search-form .btn-group-vertical>.search-submit~.wp-block-button__link,.wp-block-buttons .search-form .btn-group-vertical>.wp-block-button__link~.search-submit,.wp-block-buttons .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.ld-expand-button~.wp-block-button__link,.wp-block-buttons .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-vertical>.wp-block-button__link~.ld-expand-button,.wp-block-buttons .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>.wp-block-button__link~a,.wp-block-buttons .sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-vertical>a~.wp-block-button__link,.wp-block-buttons .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>.wp-block-button__link~a,.wp-block-buttons .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-vertical>a~.wp-block-button__link{border-top-left-radius:0;border-top-right-radius:0}.nav,.sidebar .menu,.sidebar .widget_recent_entries ul{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.banner .nav a,.banner .sidebar .menu a,.banner .sidebar .widget_recent_entries ul a,.nav-link,.sidebar .banner .menu a,.sidebar .menu li a,.sidebar .widget_recent_entries .banner ul a{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);-webkit-text-decoration:none;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.banner .nav a,.banner .sidebar .menu a,.banner .sidebar .widget_recent_entries ul a,.nav-link,.sidebar .banner .menu a,.sidebar .menu li a,.sidebar .widget_recent_entries .banner ul a{transition:none}}.banner .nav a:focus,.banner .nav a:hover,.banner .sidebar .menu a:focus,.banner .sidebar .menu a:hover,.banner .sidebar .widget_recent_entries ul a:focus,.banner .sidebar .widget_recent_entries ul a:hover,.nav-link:focus,.nav-link:hover,.sidebar .banner .menu a:focus,.sidebar .banner .menu a:hover,.sidebar .menu li a:focus,.sidebar .menu li a:hover,.sidebar .widget_recent_entries .banner ul a:focus,.sidebar .widget_recent_entries .banner ul a:hover{color:var(--bs-nav-link-hover-color)}.banner .nav a:focus-visible,.banner .sidebar .menu a:focus-visible,.banner .sidebar .widget_recent_entries ul a:focus-visible,.nav-link:focus-visible,.sidebar .banner .menu a:focus-visible,.sidebar .menu li a:focus-visible,.sidebar .widget_recent_entries .banner ul a:focus-visible{box-shadow:0 0 0 .25rem rgba(29,90,57,.25);outline:0}.banner .nav a.disabled,.banner .nav a:disabled,.banner .sidebar .menu a.disabled,.banner .sidebar .menu a:disabled,.banner .sidebar .widget_recent_entries ul a.disabled,.banner .sidebar .widget_recent_entries ul a:disabled,.nav-link.disabled,.nav-link:disabled,.sidebar .banner .menu a.disabled,.sidebar .banner .menu a:disabled,.sidebar .menu li a.disabled,.sidebar .menu li a:disabled,.sidebar .widget_recent_entries .banner ul a.disabled,.sidebar .widget_recent_entries .banner ul a:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:1px solid #dee2e6;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.banner .nav .nav-tabs a,.banner .sidebar .menu .nav-tabs a,.banner .sidebar .widget_recent_entries ul .nav-tabs a,.nav-tabs .banner .nav a,.nav-tabs .banner .sidebar .menu a,.nav-tabs .banner .sidebar .widget_recent_entries ul a,.nav-tabs .nav-link,.nav-tabs .sidebar .banner .menu a,.nav-tabs .sidebar .menu li a,.nav-tabs .sidebar .widget_recent_entries .banner ul a,.sidebar .banner .menu .nav-tabs a,.sidebar .menu li .nav-tabs a,.sidebar .widget_recent_entries .banner ul .nav-tabs a{border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.banner .nav .nav-tabs a:focus,.banner .nav .nav-tabs a:hover,.banner .sidebar .menu .nav-tabs a:focus,.banner .sidebar .menu .nav-tabs a:hover,.banner .sidebar .widget_recent_entries ul .nav-tabs a:focus,.banner .sidebar .widget_recent_entries ul .nav-tabs a:hover,.nav-tabs .banner .nav a:focus,.nav-tabs .banner .nav a:hover,.nav-tabs .banner .sidebar .menu a:focus,.nav-tabs .banner .sidebar .menu a:hover,.nav-tabs .banner .sidebar .widget_recent_entries ul a:focus,.nav-tabs .banner .sidebar .widget_recent_entries ul a:hover,.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover,.nav-tabs .sidebar .banner .menu a:focus,.nav-tabs .sidebar .banner .menu a:hover,.nav-tabs .sidebar .menu li a:focus,.nav-tabs .sidebar .menu li a:hover,.nav-tabs .sidebar .widget_recent_entries .banner ul a:focus,.nav-tabs .sidebar .widget_recent_entries .banner ul a:hover,.sidebar .banner .menu .nav-tabs a:focus,.sidebar .banner .menu .nav-tabs a:hover,.sidebar .menu li .nav-tabs a:focus,.sidebar .menu li .nav-tabs a:hover,.sidebar .widget_recent_entries .banner ul .nav-tabs a:focus,.sidebar .widget_recent_entries .banner ul .nav-tabs a:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.banner .nav .nav-tabs .nav-item.show a,.banner .nav .nav-tabs a.active,.banner .nav .nav-tabs li.show .nav-link,.banner .nav .nav-tabs li.show a,.banner .sidebar .menu .nav-tabs .nav-item.show a,.banner .sidebar .menu .nav-tabs a.active,.banner .sidebar .widget_recent_entries ul .nav-tabs .nav-item.show a,.banner .sidebar .widget_recent_entries ul .nav-tabs a.active,.banner .sidebar .widget_recent_entries ul .nav-tabs li.show .nav-link,.banner .sidebar .widget_recent_entries ul .nav-tabs li.show a,.nav-tabs .banner .nav a.active,.nav-tabs .banner .nav li.show .nav-link,.nav-tabs .banner .nav li.show a,.nav-tabs .banner .sidebar .menu a.active,.nav-tabs .banner .sidebar .widget_recent_entries ul a.active,.nav-tabs .banner .sidebar .widget_recent_entries ul li.show .nav-link,.nav-tabs .banner .sidebar .widget_recent_entries ul li.show a,.nav-tabs .nav-item.show .banner .nav a,.nav-tabs .nav-item.show .banner .sidebar .menu a,.nav-tabs .nav-item.show .banner .sidebar .widget_recent_entries ul a,.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-item.show .sidebar .banner .menu a,.nav-tabs .nav-item.show .sidebar .menu li a,.nav-tabs .nav-item.show .sidebar .widget_recent_entries .banner ul a,.nav-tabs .nav-link.active,.nav-tabs .sidebar .banner .menu a.active,.nav-tabs .sidebar .menu li a.active,.nav-tabs .sidebar .menu li.show .nav-link,.nav-tabs .sidebar .menu li.show a,.nav-tabs .sidebar .widget_recent_entries .banner ul a.active,.nav-tabs .sidebar .widget_recent_entries .banner ul li.show .nav-link,.nav-tabs .sidebar .widget_recent_entries .banner ul li.show a,.sidebar .banner .menu .nav-tabs .nav-item.show a,.sidebar .banner .menu .nav-tabs a.active,.sidebar .menu .nav-tabs li.show .nav-link,.sidebar .menu .nav-tabs li.show a,.sidebar .menu li .nav-tabs .nav-item.show a,.sidebar .menu li .nav-tabs a.active,.sidebar .widget_recent_entries .banner ul .nav-tabs .nav-item.show a,.sidebar .widget_recent_entries .banner ul .nav-tabs a.active,.sidebar .widget_recent_entries .banner ul .nav-tabs li.show .nav-link,.sidebar .widget_recent_entries .banner ul .nav-tabs li.show a{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#1d5a39}.banner .nav .nav-pills a,.banner .sidebar .menu .nav-pills a,.banner .sidebar .widget_recent_entries ul .nav-pills a,.nav-pills .banner .nav a,.nav-pills .banner .sidebar .menu a,.nav-pills .banner .sidebar .widget_recent_entries ul a,.nav-pills .nav-link,.nav-pills .sidebar .banner .menu a,.nav-pills .sidebar .menu li a,.nav-pills .sidebar .widget_recent_entries .banner ul a,.sidebar .banner .menu .nav-pills a,.sidebar .menu li .nav-pills a,.sidebar .widget_recent_entries .banner ul .nav-pills a{border-radius:var(--bs-nav-pills-border-radius)}.banner .nav .nav-pills .show>a,.banner .nav .nav-pills a.active,.banner .sidebar .menu .nav-pills .show>a,.banner .sidebar .menu .nav-pills a.active,.banner .sidebar .widget_recent_entries ul .nav-pills .show>a,.banner .sidebar .widget_recent_entries ul .nav-pills a.active,.nav-pills .banner .nav .show>a,.nav-pills .banner .nav a.active,.nav-pills .banner .sidebar .menu .show>a,.nav-pills .banner .sidebar .menu a.active,.nav-pills .banner .sidebar .widget_recent_entries ul .show>a,.nav-pills .banner .sidebar .widget_recent_entries ul a.active,.nav-pills .nav-link.active,.nav-pills .show>.nav-link,.nav-pills .sidebar .banner .menu .show>a,.nav-pills .sidebar .banner .menu a.active,.nav-pills .sidebar .menu li .show>a,.nav-pills .sidebar .menu li a.active,.nav-pills .sidebar .widget_recent_entries .banner ul .show>a,.nav-pills .sidebar .widget_recent_entries .banner ul a.active,.sidebar .banner .menu .nav-pills .show>a,.sidebar .banner .menu .nav-pills a.active,.sidebar .menu li .nav-pills .show>a,.sidebar .menu li .nav-pills a.active,.sidebar .widget_recent_entries .banner ul .nav-pills .show>a,.sidebar .widget_recent_entries .banner ul .nav-pills a.active{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:1rem;gap:var(--bs-nav-underline-gap)}.banner .nav .nav-underline a,.banner .sidebar .menu .nav-underline a,.banner .sidebar .widget_recent_entries ul .nav-underline a,.nav-underline .banner .nav a,.nav-underline .banner .sidebar .menu a,.nav-underline .banner .sidebar .widget_recent_entries ul a,.nav-underline .nav-link,.nav-underline .sidebar .banner .menu a,.nav-underline .sidebar .menu li a,.nav-underline .sidebar .widget_recent_entries .banner ul a,.sidebar .banner .menu .nav-underline a,.sidebar .menu li .nav-underline a,.sidebar .widget_recent_entries .banner ul .nav-underline a{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.banner .nav .nav-underline a:focus,.banner .nav .nav-underline a:hover,.banner .sidebar .menu .nav-underline a:focus,.banner .sidebar .menu .nav-underline a:hover,.banner .sidebar .widget_recent_entries ul .nav-underline a:focus,.banner .sidebar .widget_recent_entries ul .nav-underline a:hover,.nav-underline .banner .nav a:focus,.nav-underline .banner .nav a:hover,.nav-underline .banner .sidebar .menu a:focus,.nav-underline .banner .sidebar .menu a:hover,.nav-underline .banner .sidebar .widget_recent_entries ul a:focus,.nav-underline .banner .sidebar .widget_recent_entries ul a:hover,.nav-underline .nav-link:focus,.nav-underline .nav-link:hover,.nav-underline .sidebar .banner .menu a:focus,.nav-underline .sidebar .banner .menu a:hover,.nav-underline .sidebar .menu li a:focus,.nav-underline .sidebar .menu li a:hover,.nav-underline .sidebar .widget_recent_entries .banner ul a:focus,.nav-underline .sidebar .widget_recent_entries .banner ul a:hover,.sidebar .banner .menu .nav-underline a:focus,.sidebar .banner .menu .nav-underline a:hover,.sidebar .menu li .nav-underline a:focus,.sidebar .menu li .nav-underline a:hover,.sidebar .widget_recent_entries .banner ul .nav-underline a:focus,.sidebar .widget_recent_entries .banner ul .nav-underline a:hover{border-bottom-color:currentcolor}.banner .nav .nav-underline .show>a,.banner .nav .nav-underline a.active,.banner .sidebar .menu .nav-underline .show>a,.banner .sidebar .menu .nav-underline a.active,.banner .sidebar .widget_recent_entries ul .nav-underline .show>a,.banner .sidebar .widget_recent_entries ul .nav-underline a.active,.nav-underline .banner .nav .show>a,.nav-underline .banner .nav a.active,.nav-underline .banner .sidebar .menu .show>a,.nav-underline .banner .sidebar .menu a.active,.nav-underline .banner .sidebar .widget_recent_entries ul .show>a,.nav-underline .banner .sidebar .widget_recent_entries ul a.active,.nav-underline .nav-link.active,.nav-underline .show>.nav-link,.nav-underline .sidebar .banner .menu .show>a,.nav-underline .sidebar .banner .menu a.active,.nav-underline .sidebar .menu li .show>a,.nav-underline .sidebar .menu li a.active,.nav-underline .sidebar .widget_recent_entries .banner ul .show>a,.nav-underline .sidebar .widget_recent_entries .banner ul a.active,.sidebar .banner .menu .nav-underline .show>a,.sidebar .banner .menu .nav-underline a.active,.sidebar .menu li .nav-underline .show>a,.sidebar .menu li .nav-underline a.active,.sidebar .widget_recent_entries .banner ul .nav-underline .show>a,.sidebar .widget_recent_entries .banner ul .nav-underline a.active{border-bottom-color:currentcolor;color:var(--bs-nav-underline-link-active-color);font-weight:700}.banner .nav .nav-fill li,.banner .nav .nav-fill>a,.banner .sidebar .menu .nav-fill li,.banner .sidebar .menu .nav-fill>a,.banner .sidebar .widget_recent_entries ul .nav-fill li,.banner .sidebar .widget_recent_entries ul .nav-fill>a,.nav-fill .banner .nav li,.nav-fill .banner .sidebar .menu li,.nav-fill .banner .sidebar .widget_recent_entries ul li,.nav-fill .nav-item,.nav-fill .sidebar .banner .menu li,.nav-fill .sidebar .menu li,.nav-fill .sidebar .widget_recent_entries .banner ul li,.nav-fill>.nav-link,.sidebar .banner .menu .nav-fill li,.sidebar .banner .menu .nav-fill>a,.sidebar .menu .nav-fill li,.sidebar .menu li .nav-fill>a,.sidebar .widget_recent_entries .banner ul .nav-fill li,.sidebar .widget_recent_entries .banner ul .nav-fill>a{flex:1 1 auto;text-align:center}.banner .nav .nav-justified li,.banner .nav .nav-justified>a,.banner .sidebar .menu .nav-justified li,.banner .sidebar .menu .nav-justified>a,.banner .sidebar .widget_recent_entries ul .nav-justified li,.banner .sidebar .widget_recent_entries ul .nav-justified>a,.nav-justified .banner .nav li,.nav-justified .banner .sidebar .menu li,.nav-justified .banner .sidebar .widget_recent_entries ul li,.nav-justified .nav-item,.nav-justified .sidebar .banner .menu li,.nav-justified .sidebar .menu li,.nav-justified .sidebar .widget_recent_entries .banner ul li,.nav-justified>.nav-link,.sidebar .banner .menu .nav-justified li,.sidebar .banner .menu .nav-justified>a,.sidebar .menu .nav-justified li,.sidebar .menu li .nav-justified>a,.sidebar .widget_recent_entries .banner ul .nav-justified li,.sidebar .widget_recent_entries .banner ul .nav-justified>a{flex-basis:0;flex-grow:1;text-align:center}.banner .nav .nav-fill .nav-item a,.banner .nav .nav-fill li .nav-link,.banner .nav .nav-fill li .sidebar .menu a,.banner .nav .nav-fill li .sidebar .widget_recent_entries ul a,.banner .nav .nav-fill li a,.banner .nav .nav-justified .nav-item a,.banner .nav .nav-justified li .nav-link,.banner .nav .nav-justified li .sidebar .menu a,.banner .nav .nav-justified li .sidebar .widget_recent_entries ul a,.banner .nav .nav-justified li a,.banner .nav-fill .sidebar .menu li a,.banner .nav-justified .sidebar .menu li a,.banner .sidebar .menu .nav-fill .nav-item a,.banner .sidebar .menu .nav-fill li a,.banner .sidebar .menu .nav-justified .nav-item a,.banner .sidebar .menu .nav-justified li a,.banner .sidebar .widget_recent_entries ul .nav-fill .nav-item a,.banner .sidebar .widget_recent_entries ul .nav-fill li .nav-link,.banner .sidebar .widget_recent_entries ul .nav-fill li a,.banner .sidebar .widget_recent_entries ul .nav-justified .nav-item a,.banner .sidebar .widget_recent_entries ul .nav-justified li .nav-link,.banner .sidebar .widget_recent_entries ul .nav-justified li a,.nav-fill .banner .nav li .nav-link,.nav-fill .banner .nav li .sidebar .menu a,.nav-fill .banner .nav li .sidebar .widget_recent_entries ul a,.nav-fill .banner .nav li a,.nav-fill .banner .sidebar .menu li a,.nav-fill .banner .sidebar .widget_recent_entries ul li .nav-link,.nav-fill .banner .sidebar .widget_recent_entries ul li a,.nav-fill .nav-item .banner .nav a,.nav-fill .nav-item .banner .sidebar .menu a,.nav-fill .nav-item .banner .sidebar .widget_recent_entries ul a,.nav-fill .nav-item .nav-link,.nav-fill .nav-item .sidebar .banner .menu a,.nav-fill .nav-item .sidebar .menu li a,.nav-fill .nav-item .sidebar .widget_recent_entries .banner ul a,.nav-fill .sidebar .banner .menu li a,.nav-fill .sidebar .banner .nav li .menu a,.nav-fill .sidebar .menu li .banner .nav a,.nav-fill .sidebar .menu li .nav-link,.nav-fill .sidebar .menu li .widget_recent_entries .banner ul a,.nav-fill .sidebar .menu li a,.nav-fill .sidebar .widget_recent_entries .banner .nav li ul a,.nav-fill .sidebar .widget_recent_entries .banner ul li .nav-link,.nav-fill .sidebar .widget_recent_entries .banner ul li a,.nav-justified .banner .nav li .nav-link,.nav-justified .banner .nav li .sidebar .menu a,.nav-justified .banner .nav li .sidebar .widget_recent_entries ul a,.nav-justified .banner .nav li a,.nav-justified .banner .sidebar .menu li a,.nav-justified .banner .sidebar .widget_recent_entries ul li .nav-link,.nav-justified .banner .sidebar .widget_recent_entries ul li a,.nav-justified .nav-item .banner .nav a,.nav-justified .nav-item .banner .sidebar .menu a,.nav-justified .nav-item .banner .sidebar .widget_recent_entries ul a,.nav-justified .nav-item .nav-link,.nav-justified .nav-item .sidebar .banner .menu a,.nav-justified .nav-item .sidebar .menu li a,.nav-justified .nav-item .sidebar .widget_recent_entries .banner ul a,.nav-justified .sidebar .banner .menu li a,.nav-justified .sidebar .banner .nav li .menu a,.nav-justified .sidebar .menu li .banner .nav a,.nav-justified .sidebar .menu li .nav-link,.nav-justified .sidebar .menu li .widget_recent_entries .banner ul a,.nav-justified .sidebar .menu li a,.nav-justified .sidebar .widget_recent_entries .banner .nav li ul a,.nav-justified .sidebar .widget_recent_entries .banner ul li .nav-link,.nav-justified .sidebar .widget_recent_entries .banner ul li a,.sidebar .banner .menu .nav-fill .nav-item a,.sidebar .banner .menu .nav-fill li a,.sidebar .banner .menu .nav-justified .nav-item a,.sidebar .banner .menu .nav-justified li a,.sidebar .banner .nav .nav-fill li .menu a,.sidebar .banner .nav .nav-justified li .menu a,.sidebar .menu .nav-fill li .banner .nav a,.sidebar .menu .nav-fill li .nav-link,.sidebar .menu .nav-fill li .widget_recent_entries .banner ul a,.sidebar .menu .nav-fill li a,.sidebar .menu .nav-justified li .banner .nav a,.sidebar .menu .nav-justified li .nav-link,.sidebar .menu .nav-justified li .widget_recent_entries .banner ul a,.sidebar .menu .nav-justified li a,.sidebar .menu li .nav-fill .banner .nav li a,.sidebar .menu li .nav-fill .nav-item a,.sidebar .menu li .nav-fill .widget_recent_entries .banner ul li a,.sidebar .menu li .nav-justified .banner .nav li a,.sidebar .menu li .nav-justified .nav-item a,.sidebar .menu li .nav-justified .widget_recent_entries .banner ul li a,.sidebar .nav-fill .banner .menu .nav li a,.sidebar .nav-fill .banner .nav li .menu a,.sidebar .nav-justified .banner .menu .nav li a,.sidebar .nav-justified .banner .nav li .menu a,.sidebar .widget_recent_entries .banner .nav .nav-fill li ul a,.sidebar .widget_recent_entries .banner .nav .nav-justified li ul a,.sidebar .widget_recent_entries .banner ul .nav-fill .nav-item a,.sidebar .widget_recent_entries .banner ul .nav-fill li .nav-link,.sidebar .widget_recent_entries .banner ul .nav-fill li a,.sidebar .widget_recent_entries .banner ul .nav-justified .nav-item a,.sidebar .widget_recent_entries .banner ul .nav-justified li .nav-link,.sidebar .widget_recent_entries .banner ul .nav-justified li a,.sidebar .widget_recent_entries .nav-fill .banner .nav li ul a,.sidebar .widget_recent_entries .nav-fill .banner ul .nav li a,.sidebar .widget_recent_entries .nav-justified .banner .nav li ul a,.sidebar .widget_recent_entries .nav-justified .banner ul .nav li a{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.296875rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:none;--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:6px;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:.5rem 0;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.sidebar-primary .navbar>.wrap,body:not(.sidebar-primary) .wrap .content .navbar>.main{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);-webkit-text-decoration:none;text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.banner .nav .navbar-nav a.active,.banner .nav .navbar-nav a.show,.banner .sidebar .menu .navbar-nav a.active,.banner .sidebar .menu .navbar-nav a.show,.banner .sidebar .widget_recent_entries ul .navbar-nav a.active,.banner .sidebar .widget_recent_entries ul .navbar-nav a.show,.navbar-nav .banner .nav a.active,.navbar-nav .banner .nav a.show,.navbar-nav .banner .sidebar .menu a.active,.navbar-nav .banner .sidebar .menu a.show,.navbar-nav .banner .sidebar .widget_recent_entries ul a.active,.navbar-nav .banner .sidebar .widget_recent_entries ul a.show,.navbar-nav .nav-link.active,.navbar-nav .nav-link.show,.navbar-nav .sidebar .banner .menu a.active,.navbar-nav .sidebar .banner .menu a.show,.navbar-nav .sidebar .menu li a.active,.navbar-nav .sidebar .menu li a.show,.navbar-nav .sidebar .widget_recent_entries .banner ul a.active,.navbar-nav .sidebar .widget_recent_entries .banner ul a.show,.sidebar .banner .menu .navbar-nav a.active,.sidebar .banner .menu .navbar-nav a.show,.sidebar .menu li .navbar-nav a.active,.sidebar .menu li .navbar-nav a.show,.sidebar .widget_recent_entries .banner ul .navbar-nav a.active,.sidebar .widget_recent_entries .banner ul .navbar-nav a.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:focus,.navbar-toggler:hover{-webkit-text-decoration:none;text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0}.navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.banner .nav .navbar-expand-sm .navbar-nav a,.banner .sidebar .menu .navbar-expand-sm .navbar-nav a,.banner .sidebar .widget_recent_entries ul .navbar-expand-sm .navbar-nav a,.navbar-expand-sm .navbar-nav .banner .nav a,.navbar-expand-sm .navbar-nav .banner .sidebar .menu a,.navbar-expand-sm .navbar-nav .banner .sidebar .widget_recent_entries ul a,.navbar-expand-sm .navbar-nav .nav-link,.navbar-expand-sm .navbar-nav .sidebar .banner .menu a,.navbar-expand-sm .navbar-nav .sidebar .menu li a,.navbar-expand-sm .navbar-nav .sidebar .widget_recent_entries .banner ul a,.sidebar .banner .menu .navbar-expand-sm .navbar-nav a,.sidebar .menu li .navbar-expand-sm .navbar-nav a,.sidebar .widget_recent_entries .banner ul .navbar-expand-sm .navbar-nav a{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.banner .nav .navbar-expand-md .navbar-nav a,.banner .sidebar .menu .navbar-expand-md .navbar-nav a,.banner .sidebar .widget_recent_entries ul .navbar-expand-md .navbar-nav a,.navbar-expand-md .navbar-nav .banner .nav a,.navbar-expand-md .navbar-nav .banner .sidebar .menu a,.navbar-expand-md .navbar-nav .banner .sidebar .widget_recent_entries ul a,.navbar-expand-md .navbar-nav .nav-link,.navbar-expand-md .navbar-nav .sidebar .banner .menu a,.navbar-expand-md .navbar-nav .sidebar .menu li a,.navbar-expand-md .navbar-nav .sidebar .widget_recent_entries .banner ul a,.sidebar .banner .menu .navbar-expand-md .navbar-nav a,.sidebar .menu li .navbar-expand-md .navbar-nav a,.sidebar .widget_recent_entries .banner ul .navbar-expand-md .navbar-nav a{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.banner .nav .navbar-expand-lg .navbar-nav a,.banner .sidebar .menu .navbar-expand-lg .navbar-nav a,.banner .sidebar .widget_recent_entries ul .navbar-expand-lg .navbar-nav a,.navbar-expand-lg .navbar-nav .banner .nav a,.navbar-expand-lg .navbar-nav .banner .sidebar .menu a,.navbar-expand-lg .navbar-nav .banner .sidebar .widget_recent_entries ul a,.navbar-expand-lg .navbar-nav .nav-link,.navbar-expand-lg .navbar-nav .sidebar .banner .menu a,.navbar-expand-lg .navbar-nav .sidebar .menu li a,.navbar-expand-lg .navbar-nav .sidebar .widget_recent_entries .banner ul a,.sidebar .banner .menu .navbar-expand-lg .navbar-nav a,.sidebar .menu li .navbar-expand-lg .navbar-nav a,.sidebar .widget_recent_entries .banner ul .navbar-expand-lg .navbar-nav a{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1300px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.banner .nav .navbar-expand-xl .navbar-nav a,.banner .sidebar .menu .navbar-expand-xl .navbar-nav a,.banner .sidebar .widget_recent_entries ul .navbar-expand-xl .navbar-nav a,.navbar-expand-xl .navbar-nav .banner .nav a,.navbar-expand-xl .navbar-nav .banner .sidebar .menu a,.navbar-expand-xl .navbar-nav .banner .sidebar .widget_recent_entries ul a,.navbar-expand-xl .navbar-nav .nav-link,.navbar-expand-xl .navbar-nav .sidebar .banner .menu a,.navbar-expand-xl .navbar-nav .sidebar .menu li a,.navbar-expand-xl .navbar-nav .sidebar .widget_recent_entries .banner ul a,.sidebar .banner .menu .navbar-expand-xl .navbar-nav a,.sidebar .menu li .navbar-expand-xl .navbar-nav a,.sidebar .widget_recent_entries .banner ul .navbar-expand-xl .navbar-nav a{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.banner .nav .navbar-expand .navbar-nav a,.banner .sidebar .menu .navbar-expand .navbar-nav a,.banner .sidebar .widget_recent_entries ul .navbar-expand .navbar-nav a,.navbar-expand .navbar-nav .banner .nav a,.navbar-expand .navbar-nav .banner .sidebar .menu a,.navbar-expand .navbar-nav .banner .sidebar .widget_recent_entries ul a,.navbar-expand .navbar-nav .nav-link,.navbar-expand .navbar-nav .sidebar .banner .menu a,.navbar-expand .navbar-nav .sidebar .menu li a,.navbar-expand .navbar-nav .sidebar .widget_recent_entries .banner ul a,.sidebar .banner .menu .navbar-expand .navbar-nav a,.sidebar .menu li .navbar-expand .navbar-nav a,.sidebar .widget_recent_entries .banner ul .navbar-expand .navbar-nav a{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:hsla(0,0%,100%,.55);--bs-navbar-hover-color:hsla(0,0%,100%,.75);--bs-navbar-disabled-color:hsla(0,0%,100%,.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:hsla(0,0%,100%,.1);--bs-navbar-toggler-icon-bg:none}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:none}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:40px;word-wrap:break-word;background-clip:border-box;background-color:#fff;background-color:var(--bs-card-bg);border:1px solid rgba(0,0,0,.175);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:.375rem;border-radius:var(--bs-card-border-radius);color:#222;color:var(--bs-body-color);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{color:var(--bs-card-subtitle-color);margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.banner .nav .card-header-tabs a.active,.banner .sidebar .menu .card-header-tabs a.active,.banner .sidebar .widget_recent_entries ul .card-header-tabs a.active,.card-header-tabs .banner .nav a.active,.card-header-tabs .banner .sidebar .menu a.active,.card-header-tabs .banner .sidebar .widget_recent_entries ul a.active,.card-header-tabs .nav-link.active,.card-header-tabs .sidebar .banner .menu a.active,.card-header-tabs .sidebar .menu li a.active,.card-header-tabs .sidebar .widget_recent_entries .banner ul a.active,.sidebar .banner .menu .card-header-tabs a.active,.sidebar .menu li .card-header-tabs a.active,.sidebar .widget_recent_entries .banner ul .card-header-tabs a.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%230c2417' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(29,90,57,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23779c88' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23779c88' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:1rem;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:0;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:"/";content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(29,90,57,.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#1d5a39;--bs-pagination-active-border-color:#1d5a39;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;list-style:none;padding-left:0}.page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;-webkit-text-decoration:none;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.page-link,.page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.page-link,.page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.page-item:not(:first-child) .page-link{margin-left:-1px;margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:bold;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);border-radius:.375rem;border-radius:var(--bs-badge-border-radius);color:#fff;color:var(--bs-badge-color);display:inline-block;font-size:.75em;font-size:var(--bs-badge-font-size);font-weight:700;font-weight:var(--bs-badge-font-weight);line-height:1;padding:.35em .65em;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.block-upcoming-courses .view-details-btn .badge,.btn .badge,.espresso-grid .view-details-btn .badge,.frm_style_formidable-style.with_frm_style .frm_button_submit .badge,.frm_style_formidable-style.with_frm_style .frm_final_submit .badge,.frm_style_formidable-style.with_frm_style .frm_submit button .badge,.main #wpupg-grid-2174-filter-1 .wpupg-filter-item .badge,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a .badge,.nav-primary .nav>.menu-item.menu-button a .badge,.nav-primary .sidebar .menu>.menu-item.menu-button a .badge,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a .badge,.search-form .search-submit .badge,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit .badge,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button .badge,.sidebar .nav-primary .menu>.menu-item.menu-button a .badge,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a .badge,.wp-block-buttons .wp-block-button__link .badge,input[type=submit] .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:0;--bs-alert-link-color:inherit;background-color:transparent;background-color:var(--bs-alert-bg);border:1px solid transparent;border:var(--bs-alert-border);border-radius:0;border-radius:var(--bs-alert-border-radius);color:inherit;color:var(--bs-alert-color);margin-bottom:1rem;margin-bottom:var(--bs-alert-margin-bottom);padding:1rem;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#1d5a39;--bs-progress-bar-transition:width 0.6s ease;background-color:#e9ecef;background-color:var(--bs-progress-bg);border-radius:.375rem;border-radius:var(--bs-progress-border-radius);display:flex;font-size:.75rem;font-size:var(--bs-progress-font-size);height:1rem;height:var(--bs-progress-height);overflow:hidden}.progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#1d5a39;--bs-list-group-active-border-color:#1d5a39;border-radius:.375rem;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);-webkit-text-decoration:none;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;-webkit-text-decoration:none;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:1300px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(29,90,57,.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:content-box;color:#000;height:1em;opacity:.5;opacity:var(--bs-btn-close-opacity);padding:.25em;width:1em}.btn-close,.btn-close:hover{color:var(--bs-btn-close-color)}.btn-close:hover{opacity:var(--bs-btn-close-hover-opacity);-webkit-text-decoration:none;text-decoration:none}.btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.btn-close.disabled,.btn-close:disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn-close-white,[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:80px;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);background-clip:padding-box;background-color:hsla(0,0%,100%,.85);background-color:var(--bs-toast-bg);border:1px solid rgba(0,0,0,.175);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:.375rem;border-radius:var(--bs-toast-border-radius);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:.875rem;font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:350px;width:var(--bs-toast-max-width)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:-moz-max-content;width:max-content;z-index:1090;z-index:var(--bs-toast-zindex)}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.toast-body{word-wrap:break-word;padding:var(--bs-toast-padding-x)}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.625;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1055;z-index:var(--bs-modal-zindex)}.modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;background-color:#000;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1050;z-index:var(--bs-backdrop-zindex)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;padding:var(--bs-modal-header-padding)}.modal-header .btn-close{margin:calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.modal-sm{--bs-modal-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media(min-width:1300px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1299.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;word-wrap:break-word;display:block;font-family:Roboto,sans-serif;font-size:.875rem;font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.625;margin:var(--bs-tooltip-margin);opacity:0;text-align:left;text-align:start;-webkit-text-decoration:none;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1080;z-index:var(--bs-tooltip-zindex)}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);word-wrap:break-word;background-clip:padding-box;background-color:#fff;background-color:var(--bs-popover-bg);border:1px solid rgba(0,0,0,.175);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:.5rem;border-radius:var(--bs-popover-border-radius);display:block;font-family:Roboto,sans-serif;font-size:.875rem;font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.625;max-width:276px;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;-webkit-text-decoration:none;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070;z-index:var(--bs-popover-zindex)}.popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.popover .popover-arrow:after,.popover .popover-arrow:before{border:0 solid transparent;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.popover-header:empty{display:none}.popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;-webkit-text-decoration:none;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-border,.spinner-grow{animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:.25em solid;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.625}@media(max-width:575.98px){.offcanvas-sm{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:575.98px)and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media(max-width:575.98px){.offcanvas-sm.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media(min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:767.98px){.offcanvas-md{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:767.98px)and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media(max-width:767.98px){.offcanvas-md.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media(min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:991.98px){.offcanvas-lg{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:991.98px)and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media(max-width:991.98px){.offcanvas-lg.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media(min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:1299.98px){.offcanvas-xl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:1299.98px)and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media(max-width:1299.98px){.offcanvas-xl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media(min-width:1300px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.offcanvas{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{margin:calc(var(--bs-offcanvas-padding-y)*-.5) calc(var(--bs-offcanvas-padding-x)*-.5) calc(var(--bs-offcanvas-padding-y)*-.5) auto;padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)}.offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.block-upcoming-courses .placeholder.view-details-btn:before,.espresso-grid .placeholder.view-details-btn:before,.frm_style_formidable-style.with_frm_style .frm_submit button.placeholder:before,.frm_style_formidable-style.with_frm_style .placeholder.frm_button_submit:before,.frm_style_formidable-style.with_frm_style .placeholder.frm_final_submit:before,.main #wpupg-grid-2174-filter-1 .placeholder.wpupg-filter-item:before,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a.placeholder:before,.nav-primary .nav>.menu-item.menu-button a.placeholder:before,.nav-primary .sidebar .menu>.menu-item.menu-button a.placeholder:before,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a.placeholder:before,.placeholder.btn:before,.search-form .placeholder.search-submit:before,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .placeholder.frm_button_submit:before,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .placeholder.ld-expand-button:before,.sidebar .nav-primary .menu>.menu-item.menu-button a.placeholder:before,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a.placeholder:before,.wp-block-buttons .placeholder.wp-block-button__link:before,input.placeholder[type=submit]:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after,.navigation.posts-navigation:after{clear:both;content:"";display:block}.text-bg-primary{background-color:#1d5a39!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-secondary{background-color:#127a3d!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-light{background-color:#fff!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-warning{background-color:#ffa724!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.link-primary{color:#1d5a39!important;color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#1d5a39!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:#17482e!important;color:RGBA(23,72,46,var(--bs-link-opacity,1))!important;text-decoration-color:#17482e!important;text-decoration-color:RGBA(23,72,46,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:#127a3d!important;color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#127a3d!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:#0e6231!important;color:RGBA(14,98,49,var(--bs-link-opacity,1))!important;text-decoration-color:#0e6231!important;text-decoration-color:RGBA(14,98,49,var(--bs-link-underline-opacity,1))!important}.link-light{color:#fff!important;color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#fff!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:#fff!important;color:RGBA(255,255,255,var(--bs-link-opacity,1))!important;text-decoration-color:#fff!important;text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity,1))!important}.link-warning{color:#ffa724!important;color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#ffa724!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:#ffb950!important;color:RGBA(255,185,80,var(--bs-link-opacity,1))!important;text-decoration-color:#ffb950!important;text-decoration-color:RGBA(255,185,80,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:#000!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#000!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:rgba(0,0,0,.75)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:rgba(0,0,0,.75)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{box-shadow:0 0 0 .25rem rgba(29,90,57,.25);box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.icon-link{align-items:center;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:rgba(29,90,57,.5);text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media(prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:translate3d(.25em,0,0);transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media(min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{bottom:0;position:sticky;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{bottom:0;position:sticky;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{bottom:0;position:sticky;z-index:1020}}@media(min-width:1300px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{bottom:0;position:sticky;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.home .h1,.home h1,.screen-reader-text,.sidebar .custom_html-45 .with_frm_style .frm_primary_label,.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;white-space:nowrap!important;width:1px!important}.home .h1:not(caption),.home h1:not(caption),.screen-reader-text:not(caption),.sidebar .custom_html-45 .with_frm_style .frm_primary_label:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:1px;width:var(--bs-border-width)}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important;border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important;border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important;border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important;border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important;border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:#1d5a39!important;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:#127a3d!important;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:#fff!important;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:#ffa724!important;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:#000!important;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:#fff!important;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:#a5bdb0!important;border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:#a0cab1!important;border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:#99cdbf!important;border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:#9eeaf9!important;border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:#ffdca7!important;border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:#f1aeb5!important;border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:#e9ecef!important;border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:#adb5bd!important;border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.29rem + .48vw)!important}.fs-3{font-size:calc(1.275rem + .3vw)!important}.fs-4{font-size:calc(1.2625rem + .15vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1.1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:500!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.625!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{-webkit-text-decoration:none!important;text-decoration:none!important}.text-decoration-underline{-webkit-text-decoration:underline!important;text-decoration:underline!important}.text-decoration-line-through{-webkit-text-decoration:line-through!important;text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:#1d5a39!important;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:#127a3d!important;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:#fff!important;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:#ffa724!important;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:#000!important;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:#fff!important;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:#222!important;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:rgba(34,34,34,.75)!important;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:rgba(34,34,34,.75)!important;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:rgba(34,34,34,.5)!important;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:#000!important;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:#0c2417!important;color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:#073118!important;color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:#003426!important;color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:#055160!important;color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:#66430e!important;color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:#58151c!important;color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:#495057!important;color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:#495057!important;color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:#1d5a39!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:#127a3d!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:#fff!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:#ffa724!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:#1d5a39!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:#1d5a39!important;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:#127a3d!important;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:#fff!important;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:#ffa724!important;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:#000!important;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:#fff!important;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:#fff!important;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:#e9ecef!important;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:#f8f9fa!important;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:#d2ded7!important;background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:#d0e4d8!important;background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:#cce6df!important;background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:#cff4fc!important;background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:#ffedd3!important;background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:#f8d7da!important;background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:#fcfcfd!important;background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:#ced4da!important;background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0))!important;background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.375rem!important;border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.25rem!important;border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:.375rem!important;border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:.5rem!important;border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:1rem!important;border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:2rem!important;border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important;border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:.375rem!important;border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:.375rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:.25rem!important;border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:.25rem!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:.375rem!important;border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:.375rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:.5rem!important;border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:.5rem!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:1rem!important;border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:1rem!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:2rem!important;border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:2rem!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:50rem!important;border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:50rem!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-bottom-right-radius:.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:.375rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.rounded-end-1{border-bottom-right-radius:.25rem!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:.25rem!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-bottom-right-radius:.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:.375rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-bottom-right-radius:.5rem!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:.5rem!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-bottom-right-radius:1rem!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:1rem!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-bottom-right-radius:2rem!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:2rem!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.rounded-end-pill{border-bottom-right-radius:50rem!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:50rem!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-left-radius:.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-1{border-bottom-left-radius:.25rem!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:.25rem!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-left-radius:.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:.375rem!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-left-radius:.5rem!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:.5rem!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-left-radius:1rem!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:1rem!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-left-radius:2rem!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:2rem!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-bottom-pill{border-bottom-left-radius:50rem!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:50rem!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:.375rem!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:.25rem!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:.25rem!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:.375rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:.375rem!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:.5rem!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:.5rem!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:1rem!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:1rem!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:2rem!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:2rem!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:50rem!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:50rem!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1300px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:1.65rem!important}.fs-3{font-size:1.5rem!important}.fs-4{font-size:1.375rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}html{scroll-behavior:smooth}body{overflow-x:hidden}body:not(.sidebar-primary).template-one-column-narrow .wrap .content .main{max-width:1000px!important}body.sidebar-primary .main{padding-top:2rem}body.home .main{padding-top:0}.h1,h1{color:#978889;font-weight:700;padding-bottom:.5rem}.entry-header .h1,.entry-header h1,.page-header .h1,.page-header h1{border-bottom:7px solid #cac4c4;margin:1rem 0 2rem;padding:.5rem 0 1rem}.single-course-descriptions .entry-header{align-items:center;border-bottom:7px solid #cac4c4;display:flex;gap:.5rem;justify-content:flex-start;margin-bottom:2rem}@media(max-width:767.98px){.single-course-descriptions .entry-header{flex-direction:column;justify-content:center;order:1;text-align:center}}.single-course-descriptions .entry-header .entry-title.h1,.single-course-descriptions .entry-header h1.entry-title{align-self:end;border-bottom:0;margin-bottom:0;padding:.5rem 0}@media(max-width:991.98px){.single-course-descriptions .entry-header .entry-title.h1,.single-course-descriptions .entry-header h1.entry-title{font-size:2rem}.single-course-descriptions .entry-header .entry-title.h1 br,.single-course-descriptions .entry-header h1.entry-title br{display:none}}@media(max-width:767.98px){.single-course-descriptions .entry-header .entry-title.h1,.single-course-descriptions .entry-header h1.entry-title{align-self:center;font-size:1.7rem;margin:0;order:2}}.single-course-descriptions .entry-header img{align-self:end;height:auto;margin-bottom:-10px;width:210px}@media(min-width:768px)and (max-width:991.98px){.single-course-descriptions .entry-header img{width:190px}}@media(max-width:767.98px){.single-course-descriptions .entry-header img{align-self:center}}.block-upcoming-courses .entry-title.h2,.block-upcoming-courses .event-title,.block-upcoming-courses .news-slider--title,.block-upcoming-courses h2.entry-title,.espresso-grid .entry-title.h2,.espresso-grid .event-title,.espresso-grid .news-slider--title,.espresso-grid h2.entry-title,.h5,.h6,.tax-espresso_event_categories .main .espresso_event_type-single-event .entry-title.h2,.tax-espresso_event_categories .main .espresso_event_type-single-event h2.entry-title,h5,h6{font-weight:400}a{transition:all .3s}a:hover{-webkit-text-decoration:none;text-decoration:none}.easy-notification-bar-message{font-family:Franklin,sans-serif}a.easy-notification-bar__close{display:block}a.easy-notification-bar__close:hover{border:2px solid #fff}a.easy-notification-bar__close svg{height:20px;width:20px}.alert-dark{background-color:#1d5a39;border-color:#1d5a39;color:#fff;text-align:center}.alert-dark a{color:#fff;-webkit-text-decoration:underline;text-decoration:underline}.alert-dark a:hover{-webkit-text-decoration:none;text-decoration:none}.alert-dark .close{color:#fff;font-weight:400;opacity:.8;text-shadow:none}.alert-dark .close:hover{opacity:1}@media(min-width:768px){.page-template-template-one-column-narrow .wrap .content .main{max-width:900px!important}}.block-upcoming-courses .view-details-btn,.btn,.comment-form input[type=submit],.espresso-grid .view-details-btn,.frm_style_formidable-style.with_frm_style .frm_button_submit,.frm_style_formidable-style.with_frm_style .frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit button,.main #wpupg-grid-2174-filter-1 .wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a,.nav-primary .nav>.menu-item.menu-button a,.nav-primary .sidebar .menu>.menu-item.menu-button a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a,.search-form .search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a,.wp-block-buttons .wp-block-button__link,input[type=submit]{box-shadow:3px 8px 12px 0 rgba(0,0,0,.149);font-size:1rem;text-transform:uppercase}.block-upcoming-courses .main #wpupg-grid-2174-filter-1 .wpupg-filter-item.view-details-btn:hover,.block-upcoming-courses .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a.view-details-btn:hover,.block-upcoming-courses .nav-primary .nav>.menu-item.menu-button a.view-details-btn:hover,.block-upcoming-courses .nav-primary .sidebar .menu>.menu-item.menu-button a.view-details-btn:hover,.block-upcoming-courses .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a.view-details-btn:hover,.block-upcoming-courses .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button.view-details-btn:hover,.block-upcoming-courses .sidebar .nav-primary .menu>.menu-item.menu-button a.view-details-btn:hover,.block-upcoming-courses .sidebar .widget.widget-green a.view-details-btn:hover,.block-upcoming-courses .sidebar .widget.widget-yellow a.view-details-btn:hover,.block-upcoming-courses .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a.view-details-btn:hover,.block-upcoming-courses .view-details-btn:hover,.btn.btn-primary:hover,.espresso-grid .main #wpupg-grid-2174-filter-1 .wpupg-filter-item.view-details-btn:hover,.espresso-grid .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a.view-details-btn:hover,.espresso-grid .nav-primary .nav>.menu-item.menu-button a.view-details-btn:hover,.espresso-grid .nav-primary .sidebar .menu>.menu-item.menu-button a.view-details-btn:hover,.espresso-grid .nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a.view-details-btn:hover,.espresso-grid .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button.view-details-btn:hover,.espresso-grid .sidebar .nav-primary .menu>.menu-item.menu-button a.view-details-btn:hover,.espresso-grid .sidebar .widget.widget-green a.view-details-btn:hover,.espresso-grid .sidebar .widget.widget-yellow a.view-details-btn:hover,.espresso-grid .sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a.view-details-btn:hover,.espresso-grid .view-details-btn:hover,.frm_style_formidable-style.with_frm_style .frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .frm_final_submit:hover,.frm_style_formidable-style.with_frm_style .frm_submit .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions button.ld-expand-button:hover,.frm_style_formidable-style.with_frm_style .frm_submit button:hover,.frm_style_formidable-style.with_frm_style .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button.frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button.frm_final_submit:hover,.main #wpupg-grid-2174-filter-1 .block-upcoming-courses .wpupg-filter-item.view-details-btn:hover,.main #wpupg-grid-2174-filter-1 .btn-primary.wpupg-filter-item:hover,.main #wpupg-grid-2174-filter-1 .espresso-grid .wpupg-filter-item.view-details-btn:hover,.main #wpupg-grid-2174-filter-1 .sidebar .widget.widget-green a.wpupg-filter-item:hover,.main #wpupg-grid-2174-filter-1 .sidebar .widget.widget-yellow a.wpupg-filter-item:hover,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .block-upcoming-courses a.view-details-btn:hover,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .espresso-grid a.view-details-btn:hover,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .sidebar .widget.widget-green a:hover,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .sidebar .widget.widget-yellow a:hover,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a.btn-primary:hover,.nav-primary .nav>.menu-item.menu-button .block-upcoming-courses a.view-details-btn:hover,.nav-primary .nav>.menu-item.menu-button .espresso-grid a.view-details-btn:hover,.nav-primary .nav>.menu-item.menu-button .sidebar .widget.widget-green a:hover,.nav-primary .nav>.menu-item.menu-button .sidebar .widget.widget-yellow a:hover,.nav-primary .nav>.menu-item.menu-button a.btn-primary:hover,.nav-primary .sidebar .menu>.menu-item.menu-button .block-upcoming-courses a.view-details-btn:hover,.nav-primary .sidebar .menu>.menu-item.menu-button .espresso-grid a.view-details-btn:hover,.nav-primary .sidebar .menu>.menu-item.menu-button .widget.widget-green a:hover,.nav-primary .sidebar .menu>.menu-item.menu-button .widget.widget-yellow a:hover,.nav-primary .sidebar .menu>.menu-item.menu-button a.btn-primary:hover,.nav-primary .sidebar .widget.widget-green .menu>.menu-item.menu-button a:hover,.nav-primary .sidebar .widget.widget-green .widget_recent_entries ul>.menu-item.menu-button a:hover,.nav-primary .sidebar .widget.widget-yellow .menu>.menu-item.menu-button a:hover,.nav-primary .sidebar .widget.widget-yellow .widget_recent_entries ul>.menu-item.menu-button a:hover,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .block-upcoming-courses a.view-details-btn:hover,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .espresso-grid a.view-details-btn:hover,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .widget.widget-green a:hover,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .widget.widget-yellow a:hover,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a.btn-primary:hover,.search-form .search-submit:hover,.search-form .sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button.search-submit:hover,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .block-upcoming-courses .ld-expand-button.view-details-btn:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-primary.ld-expand-button:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .espresso-grid .ld-expand-button.view-details-btn:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .frm_style_formidable-style.with_frm_style .frm_submit button.ld-expand-button:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .frm_style_formidable-style.with_frm_style .ld-expand-button.frm_button_submit:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .frm_style_formidable-style.with_frm_style .ld-expand-button.frm_final_submit:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .search-form .ld-expand-button.search-submit:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .widget.widget-green a.ld-expand-button:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .widget.widget-yellow a.ld-expand-button:hover,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions input.ld-expand-button[type=submit]:hover,.sidebar .nav-primary .menu>.menu-item.menu-button .block-upcoming-courses a.view-details-btn:hover,.sidebar .nav-primary .menu>.menu-item.menu-button .espresso-grid a.view-details-btn:hover,.sidebar .nav-primary .menu>.menu-item.menu-button .widget.widget-green a:hover,.sidebar .nav-primary .menu>.menu-item.menu-button .widget.widget-yellow a:hover,.sidebar .nav-primary .menu>.menu-item.menu-button a.btn-primary:hover,.sidebar .widget.widget-green .block-upcoming-courses a.view-details-btn:hover,.sidebar .widget.widget-green .espresso-grid a.view-details-btn:hover,.sidebar .widget.widget-green .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions a.ld-expand-button:hover,.sidebar .widget.widget-green .main #wpupg-grid-2174-filter-1 a.wpupg-filter-item:hover,.sidebar .widget.widget-green .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a:hover,.sidebar .widget.widget-green .nav-primary .menu>.menu-item.menu-button a:hover,.sidebar .widget.widget-green .nav-primary .nav>.menu-item.menu-button a:hover,.sidebar .widget.widget-green .widget_recent_entries .nav-primary ul>.menu-item.menu-button a:hover,.sidebar .widget.widget-green .wp-block-buttons a.wp-block-button__link:hover,.sidebar .widget.widget-green a.btn:hover,.sidebar .widget.widget-yellow .block-upcoming-courses a.view-details-btn:hover,.sidebar .widget.widget-yellow .espresso-grid a.view-details-btn:hover,.sidebar .widget.widget-yellow .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions a.ld-expand-button:hover,.sidebar .widget.widget-yellow .main #wpupg-grid-2174-filter-1 a.wpupg-filter-item:hover,.sidebar .widget.widget-yellow .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a:hover,.sidebar .widget.widget-yellow .nav-primary .menu>.menu-item.menu-button a:hover,.sidebar .widget.widget-yellow .nav-primary .nav>.menu-item.menu-button a:hover,.sidebar .widget.widget-yellow .widget_recent_entries .nav-primary ul>.menu-item.menu-button a:hover,.sidebar .widget.widget-yellow .wp-block-buttons a.wp-block-button__link:hover,.sidebar .widget.widget-yellow a.btn:hover,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .block-upcoming-courses a.view-details-btn:hover,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .espresso-grid a.view-details-btn:hover,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .widget.widget-green a:hover,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .widget.widget-yellow a:hover,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a.btn-primary:hover,.wp-block-buttons .btn-primary.wp-block-button__link:hover,.wp-block-buttons .sidebar .widget.widget-green a.wp-block-button__link:hover,.wp-block-buttons .sidebar .widget.widget-yellow a.wp-block-button__link:hover,input[type=submit]:hover{background-color:#025b42;border-color:#025b42}.nav-toggle{background-color:#ffa724}.block-upcoming-courses .btn-group-lg>.view-details-btn,.btn-group-lg>.btn,.btn-group-lg>input[type=submit],.btn-lg,.espresso-grid .btn-group-lg>.view-details-btn,.frm_style_formidable-style.with_frm_style .btn-group-lg>.frm_button_submit,.frm_style_formidable-style.with_frm_style .btn-group-lg>.frm_final_submit,.frm_style_formidable-style.with_frm_style .frm_submit .btn-group-lg>button,.main #wpupg-grid-2174-filter-1 .btn-group-lg>.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .btn-group-lg>a,.nav-primary .nav>.menu-item.menu-button .btn-group-lg>a,.nav-primary .sidebar .menu>.menu-item.menu-button .btn-group-lg>a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .btn-group-lg>a,.search-form .btn-group-lg>.search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .btn-group-lg>.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .btn-group-lg>.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .btn-group-lg>a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .btn-group-lg>a,.wp-block-buttons .wp-block-button__link{border-width:2px;font-size:1.15rem}.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button{display:inline;padding-left:0;text-align:left}.wp-block-buttons{margin-bottom:1rem}.wp-block-buttons .wp-block-button__link.has-text-color:hover{color:#fff!important}.comment-list ol{list-style:none}.login-username,.search-form label{font-weight:"Roboto",sans-serif}form label{font-weight:300;margin-bottom:.1rem}.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_form_fields_style,.with_frm_style .chosen-container-multi .chosen-choices,.with_frm_style .chosen-container-single .chosen-single,.with_frm_style .frm-card-element.StripeElement,.with_frm_style .frm_scroll_box .frm_opt_container,.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=password],.with_frm_style input[type=phone],.with_frm_style input[type=search],.with_frm_style input[type=tel],.with_frm_style input[type=text],.with_frm_style input[type=url],.with_frm_style select,.with_frm_style textarea{border-radius:0}.with_frm_style .vertical_radio .frm_checkbox label,.with_frm_style .vertical_radio .frm_radio label{padding-left:26px;text-indent:-26px}#form_coursedescriptionsearch .frm_fields_container{grid-gap:0 6px;align-items:center;display:flex;justify-content:center}#form_coursedescriptionsearch .frm_fields_container .frm_form_field{margin-bottom:0}#form_coursedescriptionsearch .frm_fields_container input{min-width:250px}@media(min-width:992px){#form_coursedescriptionsearch .frm_fields_container input{min-width:350px}}#form_coursedescriptionsearch .frm_fields_container input::-moz-placeholder{color:#495057}#form_coursedescriptionsearch .frm_fields_container input::placeholder{color:#495057}#form_coursedescriptionsearch .frm_fields_container button,#form_coursedescriptionsearch .frm_fields_container input{height:40px}#form_eventcategoryselector{margin:0 auto;max-width:400px}.alignnone{height:auto;margin-left:0;margin-right:0;max-width:100%}.aligncenter{display:block;height:auto;margin:.5rem auto}.alignleft,.alignright{height:auto;margin-bottom:.5rem}@media(min-width:576px){.alignleft{float:left;margin-right:.5rem}.alignright{float:right;margin-left:.5rem}}.wp-block-separator{border-top:0}wp-block-genesis-blocks-gb-testimonial{background:#f2f2f2;color:#222}.metaslider .slides .caption-wrap{align-items:center;background:rgba(0,0,0,.3);bottom:0;display:flex;justify-content:center;left:0;opacity:1;padding-left:10%;padding-right:10%;right:0;text-align:center;top:0;width:100%}@media(max-width:767.98px){.metaslider .slides .caption-wrap{background:rgba(13,57,94,.8);bottom:0;left:0;overflow:scroll;padding-left:2%;padding-right:2%;right:0;top:0;width:100%}}.metaslider .slides .caption{padding:2rem 1rem}.metaslider .slides .caption .quote-text{font-family:Roboto,sans-serif;font-size:1.375rem;font-weight:400;line-height:1.4}@media(max-width:767.98px){.metaslider .slides .caption .quote-text{font-size:1rem}}.metaslider .slides .caption .quote-author{color:#fff;font-family:Roboto,sans-serif;font-weight:500;text-transform:uppercase}.main #espresso_calendar:not(.ui-widget).calendar_fullsize .fc-other-month{background-color:#d9d9d9}.main #espresso_calendar tr{background-color:transparent}.main #espresso_calendar .fc-header-title .h2,.main #espresso_calendar .fc-header-title h2{color:#025b42;font-family:1rem}.main #espresso_calendar .fc-button-agendaDay,.main #espresso_calendar .fc-button-agendaWeek{display:none}.main #espresso_calendar td.fc-day{background:#f7f7f7;border:2px solid #fff}.main #espresso_calendar .fc-day-number{color:#000;font-size:.8rem;font-weight:400}.main #espresso_calendar th.fc-day-header{border-left:0;border-right:0;font-size:.9rem;font-weight:400;text-transform:uppercase}.main #espresso_calendar .fc-event,.main #espresso_calendar:not(.ui-widget) .fc-event{font-size:.8rem;line-height:1.2;padding:.2rem}.main #espresso_calendar .fc-event-title{font-size:.8rem;font-weight:400}.main #espresso_calendar .qtip{font-size:.9rem;line-height:1}.main #espresso_calendar:not(.ui-widget).calendar_fullsize .fc-today.fc-state-highlight{background-color:#fce9c4}.main #espresso_calendar .online-course{background-color:#b7c8d5!important;color:#222!important}.main #espresso_calendar .lake-management{background-color:#8ebfb5!important;color:#000!important}.main #espresso_calendar .wildlife-survey-fm{background-color:#b5a373!important;color:#000!important}.main #espresso_calendar .wildlife-survey-fm-carnivores{background-color:#caa67d!important;color:#000!important}.main #espresso_calendar .wildlife-survey-fm-ungulates{background-color:#bfaca1!important;color:#000!important}.main #espresso_calendar .electro-cert,.main #espresso_calendar .fisheries{background-color:#afc7e2!important;color:#000!important}.main #espresso_calendar .electro-recert{background-color:#84ccf4!important;color:#000!important}.main #espresso_calendar .boat-electro{background-color:#91cef4!important;color:#000!important}.main #espresso_calendar .env-field-skills{background-color:#93d3c4!important;color:#000!important}.main #espresso_calendar .fish-field-skills{background-color:#8fc8e4!important;color:#000!important}.main #espresso_calendar .fhr-certificate{background-color:#f3ca31!important;color:#000!important}.main #espresso_calendar .forestry-field-skills{background-color:#cae697!important;color:#000!important}.main #espresso_calendar .fhr-field-techniques{background-color:#d17638!important;color:#fff!important}.main #espresso_calendar .fhr-off-channel{background-color:#e0945e!important;color:#000!important}.main #espresso_calendar .fhr-instream-techniques{background-color:#ca9f38!important;color:#000!important}.main #espresso_calendar .fha-level-1{background-color:#65b9ec!important;color:#000!important}.main #espresso_calendar .env-dna{background-color:#92d195!important;color:#000!important}.main #espresso_calendar .work-in-water{background-color:#f2d660!important;color:#000!important}.main #espresso_calendar .spill-response{background-color:#d6ecfb!important;color:#000!important}.main #espresso_calendar .tw-for-professionals{background-color:#a3aca1!important;color:#000!important}.main #espresso_calendar .tw-resumes{background-color:#dbd7d0!important;color:#000!important}.main #espresso_calendar .tw-reports{background-color:#cdd1d2!important;color:#000!important}.main #espresso_calendar .tw-proposals{background-color:#bab7b3!important;color:#000!important}.main #espresso_calendar .streambank{background-color:#f1ea6a!important;color:#000!important}.main #espresso_calendar .snorkel-survey{background-color:#baddf6!important;color:#000!important}.main #espresso_calendar .fish-inventory{background-color:#7eb0e4!important;color:#fff!important}.main #espresso_calendar .cultural-heritage{background-color:#a9ce7b!important;color:#000!important}.main #espresso_calendar .risc-archaeology{background-color:#c5eac8!important;color:#000!important}.main #espresso_calendar .experimental-design{background-color:#ace5ce!important;color:#000!important}.main #espresso_calendar .amphibian,.main #espresso_calendar .wildlife{background-color:#ceb675!important;color:#000!important}.main #espresso_calendar .avian-nest{background-color:#e9d1a4!important;color:#000!important}.main #espresso_calendar .land-guardian-program{background-color:#91b886!important;color:#000!important}.main #espresso_calendar .ichthyology{background-color:#badddf!important;color:#000!important}.main #espresso_calendar .fhr-prescription-development{background-color:#dfb043!important;color:#000!important}.main #espresso_calendar .wetland-assessment{background-color:#fde8a7!important;color:#000!important}.main #espresso_calendar .species-at-risk{background-color:#dcf2c9!important;color:#000!important}.tax-espresso_event_categories .main .espresso_event_type-single-event{height:100%}.tax-espresso_event_categories .main .espresso_event_type-single-event .entry-title.h2 a,.tax-espresso_event_categories .main .espresso_event_type-single-event h2.entry-title a{-webkit-text-decoration:none;text-decoration:none}.tax-espresso_event_categories .main .espresso_event_type-single-event .event-datetimes ul{padding-left:0}.tax-espresso_event_categories .main .espresso_event_type-single-event .ee-clearfix .ee-event-datetimes-li{float:none;width:100%}.navigation.posts-navigation{clear:both;display:block;width:100%}.wpmtst-testimonial .wpmtst-testimonial-content{font-weight:500}.wpmtst-testimonial .wpmtst-testimonial-field{font-style:italic}.main .wp-block-uagb-tabs{margin:2rem 0}.main .wp-block-uagb-tabs .uagb-tabs__panel{margin-bottom:1rem!important}.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab{background-color:transparent;color:inherit;margin:0;padding:0}.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a span{color:#1d5a39!important}.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a:hover,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a:hover span{color:#fff!important}.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab.uagb-tabs__active{background-color:transparent}.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab.uagb-tabs__active a{background-color:#1d5a39!important;color:#fff!important}.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab.uagb-tabs__active a span{color:#fff!important}.banner{background-color:#1d5a39;margin-bottom:0}@media(min-width:992px){.banner{height:auto;margin-bottom:0}}@media(max-width:767.98px){.banner{position:static}}.brand{color:transparent;display:block;padding:1rem;text-align:center;-webkit-text-decoration:none;text-decoration:none;width:340px}@media(min-width:992px){.brand{padding:0;text-align:left}}.brand:hover{color:transparent}.tagline{color:#7cc620;font-family:Roboto Condensed,sans-serif;font-optical-sizing:auto;font-size:.95rem;font-style:italic;font-weight:500;margin-top:-8px;text-align:right}@media(max-width:991.98px){.tagline{margin-bottom:2rem;margin-left:66px;margin-top:-1rem;text-align:center}}@media(min-width:992px){.tagline{margin-left:96px;margin-top:-20px;text-align:inherit}}.sidebar{padding:3rem}@media(min-width:768px){.sidebar{background-position:bottom;background-repeat:no-repeat;background-size:100%;position:relative}}@media(max-width:575.98px){.sidebar{margin-top:4rem}}.sidebar .widget{margin-bottom:3rem}.sidebar .widget.widget-blue{background-color:#b7c8d5;color:#104774;padding:1rem}.sidebar .widget.widget-blue .h2,.sidebar .widget.widget-blue .h3,.sidebar .widget.widget-blue .h4,.sidebar .widget.widget-blue h2,.sidebar .widget.widget-blue h3,.sidebar .widget.widget-blue h4,.sidebar .widget.widget-blue li,.sidebar .widget.widget-blue p{color:#104774}.block-upcoming-courses .sidebar .widget.widget-blue a.view-details-btn,.espresso-grid .sidebar .widget.widget-blue a.view-details-btn,.frm_style_formidable-style.with_frm_style .sidebar .widget.widget-blue a.frm_button_submit,.frm_style_formidable-style.with_frm_style .sidebar .widget.widget-blue a.frm_final_submit,.main #wpupg-grid-2174-filter-1 .sidebar .widget.widget-blue a.wpupg-filter-item,.main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab .sidebar .widget.widget-blue a,.nav-primary .nav>.menu-item.menu-button .sidebar .widget.widget-blue a,.nav-primary .sidebar .menu>.menu-item.menu-button .widget.widget-blue a,.nav-primary .sidebar .widget.widget-blue .menu>.menu-item.menu-button a,.nav-primary .sidebar .widget.widget-blue .widget_recent_entries ul>.menu-item.menu-button a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button .widget.widget-blue a,.search-form .sidebar .widget.widget-blue a.search-submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .widget.widget-blue a.frm_button_submit,.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .widget.widget-blue a.ld-expand-button,.sidebar .nav-primary .menu>.menu-item.menu-button .widget.widget-blue a,.sidebar .widget.widget-blue .block-upcoming-courses a.view-details-btn,.sidebar .widget.widget-blue .espresso-grid a.view-details-btn,.sidebar .widget.widget-blue .frm_style_formidable-style.with_frm_style a.frm_button_submit,.sidebar .widget.widget-blue .frm_style_formidable-style.with_frm_style a.frm_final_submit,.sidebar .widget.widget-blue .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions a.ld-expand-button,.sidebar .widget.widget-blue .main #wpupg-grid-2174-filter-1 a.wpupg-filter-item,.sidebar .widget.widget-blue .main .wp-block-uagb-tabs .uagb-tabs__panel .uagb-tab a,.sidebar .widget.widget-blue .nav-primary .menu>.menu-item.menu-button a,.sidebar .widget.widget-blue .nav-primary .nav>.menu-item.menu-button a,.sidebar .widget.widget-blue .search-form a.search-submit,.sidebar .widget.widget-blue .widget_recent_entries .nav-primary ul>.menu-item.menu-button a,.sidebar .widget.widget-blue .wp-block-buttons a.wp-block-button__link,.sidebar .widget.widget-blue a.btn,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button .widget.widget-blue a,.wp-block-buttons .sidebar .widget.widget-blue a.wp-block-button__link{background-color:#104774;color:#fff}.sidebar .widget.widget-green{background-color:#c3dab4;padding:1rem}.sidebar .widget.widget-yellow{background-color:#f4edb4;padding:1rem}.sidebar .widget .h3,.sidebar .widget .widget-title,.sidebar .widget h3{font-weight:300}.sidebar .widget .widget.text-3 br{display:none}.sidebar .widget .widget.text-3 a{color:#222;display:block;margin-bottom:.6rem;-webkit-text-decoration:none;text-decoration:none;width:100%}.sidebar .widget .widget.text-3 a:hover{color:#104774;-webkit-text-decoration:underline;text-decoration:underline}.sidebar .custom_html-45{background-color:#104774;color:#fff;padding:30px}.sidebar .custom_html-45 a{color:#fff;font-size:.9rem}.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit,.sidebar .custom_html-45 .frm_style_formidable-style.with_frm_style .frm_button_submit:hover{box-shadow:none}.sidebar .widget_recent_entries ul li{line-height:1.2;margin-bottom:.65rem}.sidebar .widget_recent_entries ul a{color:#222;font-size:.9rem;-webkit-text-decoration:none;text-decoration:none}.sidebar .widget_recent_entries ul a:hover{color:#104774;-webkit-text-decoration:underline;text-decoration:underline}.sidebar .menu li{font-size:.9rem;font-weight:400}.sidebar .menu li a{padding-left:0;padding-right:0;text-transform:uppercase}.sidebar .ld-home-link{color:#1d5a39;font-size:1.1rem;font-weight:400;-webkit-text-decoration:none;text-decoration:none}.sidebar .ld-home-link,.sidebar .ld-lesson-title{text-transform:uppercase}.sidebar .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded{border-radius:0}.sidebar .menu-item a{-webkit-text-decoration:underline;text-decoration:underline}.sidebar .widget.widget_nav_menu{background:#d3dee6;color:#104774;padding:1rem}.sidebar .anchor-widget p{font-size:.9rem;margin-bottom:.5rem}.sidebar .anchor-widget a{-webkit-text-decoration:none;text-decoration:none}.sidebar .anchor-widget a:hover{-webkit-text-decoration:underline;text-decoration:underline}.sidebar .widget .frm_form_widget .with_frm_style .frm_form_fields>fieldset{color:#222;font-family:Roboto,sans-serif!important}.sidebar .widget .frm_form_widget .with_frm_style .frm_form_fields>fieldset .h3,.sidebar .widget .frm_form_widget .with_frm_style .frm_form_fields>fieldset h3{color:#222;font-family:Roboto,sans-serif!important;font-size:1.5rem!important;font-weight:300!important}.sidebar .widget .frm_form_widget .with_frm_style .frm_form_fields>fieldset p{color:#222;font-family:Roboto,sans-serif!important;font-size:1rem!important;font-weight:300!important}.sidebar .widget .frm_form_widget .with_frm_style .frm_form_fields>fieldset label{color:#222;font-family:Roboto,sans-serif!important}.widget-wrap .widget_ldcoursenavigation{margin-bottom:20px!important}.single-course-descriptions .content .sidebar{background-color:#f4edb4;padding:3.5rem 2rem 560px 3.5rem}.single-course-descriptions .content .sidebar .h3,.single-course-descriptions .content .sidebar h3{color:#1d5a39}@media(max-width:767.98px){.single-course-descriptions .content .sidebar{background-color:#fff;padding-bottom:2rem}.single-course-descriptions .content .sidebar .block-upcoming-courses{background-color:#f4edb4;margin-bottom:2rem;padding:1rem}}.single-course-descriptions .content .sidebar .block-upcoming-courses .event-active-status{display:none}.single-course-descriptions .content .sidebar .block-upcoming-courses .ee-event-img-dv:before{background:linear-gradient(180deg,#f4edb4,transparent)}@media(min-width:768px){.single-course-descriptions .content .sidebar.yellow{background-image:url(/wp-content/themes/nrtg-sage10/public/images/totem.5af57658e8a91cd2.jpg)}.single-course-descriptions .content .sidebar.blue{background-image:url(/wp-content/themes/nrtg-sage10/public/images/cone.0e27a503046a7203.jpg)}.single-course-descriptions .content .sidebar.green{background-image:url(/wp-content/themes/nrtg-sage10/public/images/eagle.71a5a6c30f5222dd.jpg)}.single-course-descriptions .content .sidebar:before{background:url(/wp-content/themes/nrtg-sage10/public/images/painted-border-v2.dcbb2abdf80c126c.png) repeat-y 0 0;content:"";height:100%;left:-20px;pointer-events:none;position:absolute;top:0;width:124px;z-index:3}}.content-info{background:#1d5a39;color:#fff;font-size:.8rem;letter-spacing:2px;padding:2rem 5%;text-align:center}.content-info a{color:#fff;-webkit-text-decoration:none;text-decoration:none}.content-info a:hover{color:#019b71}.content-info .nav-secondary .nav,.content-info .nav-secondary .sidebar .menu,.content-info .nav-secondary .sidebar .widget_recent_entries ul,.sidebar .content-info .nav-secondary .menu,.sidebar .widget_recent_entries .content-info .nav-secondary ul{font-size:.8rem;justify-content:center;padding:1.5rem}@media(max-width:575.98px){.content-info .nav-secondary .nav,.content-info .nav-secondary .sidebar .menu,.content-info .nav-secondary .sidebar .widget_recent_entries ul,.sidebar .content-info .nav-secondary .menu,.sidebar .widget_recent_entries .content-info .nav-secondary ul{padding:1rem 1rem 1.5rem}}.content-info .nav-secondary .nav .menu-item,.content-info .nav-secondary .sidebar .menu .menu-item,.content-info .nav-secondary .sidebar .widget_recent_entries ul .menu-item,.sidebar .content-info .nav-secondary .menu .menu-item,.sidebar .widget_recent_entries .content-info .nav-secondary ul .menu-item{font-weight:300;letter-spacing:2px;margin:.5rem 1rem;text-transform:uppercase}.content-info .footer--widgets{font-size:.8rem;font-weight:300;line-height:1.6em}.content-info .footer--widgets .footer-condensed,.content-info .footer--widgets p{font-family:Roboto Condensed,sans-serif;font-optical-sizing:auto;font-size:.8rem;font-weight:300;letter-spacing:2px}.content-info .footer--widgets .footer-condensed a,.content-info .footer--widgets p a{font-weight:300;-webkit-text-decoration:none;text-decoration:none}.content-info .footer--widgets .footer-condensed a:hover,.content-info .footer--widgets p a:hover{color:#fff}.footer--copyright{color:hsla(0,0%,100%,.4);font-size:.85rem;font-weight:300;letter-spacing:.6px;padding-top:6rem}.footer--copyright a{color:hsla(0,0%,100%,.4);-webkit-text-decoration:underline;text-decoration:underline}.footer--copyright a:hover{color:hsla(0,0%,100%,.7);-webkit-text-decoration:none;text-decoration:none}.sidebar-above-footer{background-color:#91d40b;color:#1d5a39}.sidebar-above-footer .sidebar-primary .content .widget.extendedwopts-col.main,.sidebar-above-footer .sidebar-primary .content .widget.extendedwopts-col.sidebar,.sidebar-above-footer .widget.extendedwopts-col.col-md-1,.sidebar-above-footer .widget.extendedwopts-col.col-md-10,.sidebar-above-footer .widget.extendedwopts-col.col-md-11,.sidebar-above-footer .widget.extendedwopts-col.col-md-12,.sidebar-above-footer .widget.extendedwopts-col.col-md-2,.sidebar-above-footer .widget.extendedwopts-col.col-md-3,.sidebar-above-footer .widget.extendedwopts-col.col-md-4,.sidebar-above-footer .widget.extendedwopts-col.col-md-5,.sidebar-above-footer .widget.extendedwopts-col.col-md-6,.sidebar-above-footer .widget.extendedwopts-col.col-md-7,.sidebar-above-footer .widget.extendedwopts-col.col-md-8,.sidebar-above-footer .widget.extendedwopts-col.col-md-9,.sidebar-primary .content .sidebar-above-footer .widget.extendedwopts-col.main,.sidebar-primary .content .sidebar-above-footer .widget.extendedwopts-col.sidebar{float:none}.sidebar-above-footer .h2,.sidebar-above-footer .h3,.sidebar-above-footer .h4,.sidebar-above-footer a,.sidebar-above-footer h2,.sidebar-above-footer h3,.sidebar-above-footer h4{color:#1d5a39}.sidebar-above-footer .trusted-partners{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}@media(max-width:767.98px){.sidebar-above-footer .trusted-partners{flex-direction:column;justify-content:center}}.sidebar-above-footer .trusted-partners img{height:60px;margin-bottom:.75rem;max-width:100%;width:auto}@media(max-width:991.98px){.sidebar-above-footer .trusted-partners img{height:40px;margin-top:30px}}@media(max-width:767.98px){.sidebar-above-footer .trusted-partners img{height:60px;margin-left:0}}.sbsw-single-filter-all,[id^=sb-wall].sb-wall .sbsw-item-avatar img{display:none}[id^=sb-wall].sbsw-medium .sbsw-identity .sbsw-author{padding-left:0}.page-id-1402 .main .h3,.page-id-1402 .main h3{color:#104774}.course-descriptions-home .searchform{margin:0 auto}@media(min-width:768px){.course-descriptions-home .searchform{max-width:400px}}.course-descriptions-home .searchform div{align-items:stretch;display:flex;justify-content:center}.gb-block-accordion .gb-accordion-text{padding-left:0;padding-right:0}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{color:#104774}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview:hover>.ld-topic-title{color:#145a93}.blog #apbAdvancedPosts-25a72f2e-7347-4f49-8b30-bfc85f20bdab .apbPost,.learndash-wrapper .ld-course-status,.learndash-wrapper .ld-course-status.ld-course-status-enrolled,.learndash-wrapper .ld-item-list .ld-item-list-item,.learndash-wrapper .ld-lesson-status,.learndash-wrapper .ld-topic-status{border-radius:0}.blog .apbPost .apbPostFImg .apbPostFImgCats{display:none}.blog #apbAdvancedPosts-25a72f2e-7347-4f49-8b30-bfc85f20bdab .apbPost .apbPostMeta{font-size:.9rem}.blog #apbAdvancedPosts-25a72f2e-7347-4f49-8b30-bfc85f20bdab .apbPost .apbPostMeta a{color:#222}.blog #apbAdvancedPosts-6a5c41d5-3 .apbPost .apbPostFImg-4228,.blog #apbAdvancedPosts-6a5c41d5-3 .apbPostOverlay.apbPost-4228,.blog .apbPost .apbPostFImg{background-size:contain}.blog #apbAdvancedPosts-6a5c41d5-3 .apbPost .apbPostMeta .dashicons,.blog #apbAdvancedPosts-6a5c41d5-3 .apbPost .apbPostMeta a{color:#222}body#tinymce{margin:12px!important}@media(min-width:992px){.banner .nav li,.banner .sidebar .menu li,.banner .sidebar .widget_recent_entries ul li,.sidebar .banner .menu li,.sidebar .widget_recent_entries .banner ul li{margin-left:1rem}}@media(max-width:991.98px){.banner .nav li,.banner .sidebar .menu li,.banner .sidebar .widget_recent_entries ul li,.sidebar .banner .menu li,.sidebar .widget_recent_entries .banner ul li{text-align:center}}.banner .nav a,.banner .sidebar .menu a,.banner .sidebar .widget_recent_entries ul a,.sidebar .banner .menu a,.sidebar .widget_recent_entries .banner ul a{color:#fff;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;padding-left:0;padding-right:0}@media(max-width:991.98px){.banner .nav a,.banner .sidebar .menu a,.banner .sidebar .widget_recent_entries ul a,.sidebar .banner .menu a,.sidebar .widget_recent_entries .banner ul a{font-size:.95rem;padding-left:.25rem;padding-right:.25rem}}.banner .nav a:active,.banner .nav a:hover,.banner .sidebar .menu a:active,.banner .sidebar .menu a:hover,.banner .sidebar .widget_recent_entries ul a:active,.banner .sidebar .widget_recent_entries ul a:hover,.sidebar .banner .menu a:active,.sidebar .banner .menu a:hover,.sidebar .widget_recent_entries .banner ul a:active,.sidebar .widget_recent_entries .banner ul a:hover{color:#f4b333}.banner .nav a:visited,.banner .sidebar .menu a:visited,.banner .sidebar .widget_recent_entries ul a:visited,.sidebar .banner .menu a:visited,.sidebar .widget_recent_entries .banner ul a:visited{color:#fff}.banner .nav a:visited:active,.banner .nav a:visited:hover,.banner .sidebar .menu a:visited:active,.banner .sidebar .menu a:visited:hover,.banner .sidebar .widget_recent_entries ul a:visited:active,.banner .sidebar .widget_recent_entries ul a:visited:hover,.sidebar .banner .menu a:visited:active,.sidebar .banner .menu a:visited:hover,.sidebar .widget_recent_entries .banner ul a:visited:active,.sidebar .widget_recent_entries .banner ul a:visited:hover{color:#f4b333}.nav-primary{text-transform:uppercase}@media(min-width:992px){.nav-primary{margin-left:auto}}@media(max-width:991.98px){.nav-primary .menu-main-container{display:none}}.nav-primary .nav,.nav-primary .sidebar .menu,.nav-primary .sidebar .widget_recent_entries ul,.sidebar .nav-primary .menu,.sidebar .widget_recent_entries .nav-primary ul{align-items:stretch;flex-direction:column;justify-content:center}@media(min-width:992px){.nav-primary .nav,.nav-primary .sidebar .menu,.nav-primary .sidebar .widget_recent_entries ul,.sidebar .nav-primary .menu,.sidebar .widget_recent_entries .nav-primary ul{flex-direction:row;justify-content:end}}@media(max-width:767.98px){.nav-primary .nav,.nav-primary .sidebar .menu,.nav-primary .sidebar .widget_recent_entries ul,.sidebar .nav-primary .menu,.sidebar .widget_recent_entries .nav-primary ul{margin-bottom:1rem}.banner .nav-primary .nav>li,.banner .nav-primary .sidebar .menu>li,.banner .nav-primary .sidebar .widget_recent_entries ul>li,.banner .sidebar .nav-primary .menu>li,.banner .sidebar .widget_recent_entries .nav-primary ul>li,.banner .sidebar .widget_recent_entries ul .nav-primary .nav>li,.nav-primary .banner .nav>li,.nav-primary .banner .sidebar .menu>li,.nav-primary .banner .sidebar .widget_recent_entries ul .nav>li,.nav-primary .banner .sidebar .widget_recent_entries ul>li,.nav-primary .nav>.nav-item,.nav-primary .sidebar .banner .menu>li,.nav-primary .sidebar .menu .nav>li,.nav-primary .sidebar .menu .widget_recent_entries ul>li,.nav-primary .sidebar .menu>.nav-item,.nav-primary .sidebar .menu>li,.nav-primary .sidebar .widget_recent_entries .banner ul .nav>li,.nav-primary .sidebar .widget_recent_entries .banner ul>li,.nav-primary .sidebar .widget_recent_entries .menu ul>li,.nav-primary .sidebar .widget_recent_entries ul>.nav-item,.sidebar .banner .nav-primary .menu>li,.sidebar .menu .nav-primary .nav>li,.sidebar .menu .widget_recent_entries .nav-primary ul>li,.sidebar .nav-primary .banner .menu>li,.sidebar .nav-primary .menu>.nav-item,.sidebar .nav-primary .menu>li,.sidebar .widget_recent_entries .banner .nav-primary ul>li,.sidebar .widget_recent_entries .banner ul .nav-primary .nav>li,.sidebar .widget_recent_entries .nav-primary .banner ul>li,.sidebar .widget_recent_entries .nav-primary .menu ul>li,.sidebar .widget_recent_entries .nav-primary ul>.nav-item{border-bottom:1px solid #376e50;margin-left:0;position:relative}.banner .nav-primary .nav>li:first-child,.banner .nav-primary .sidebar .widget_recent_entries ul>li:first-child,.banner .sidebar .widget_recent_entries .nav-primary ul>li:first-child,.nav-primary .banner .nav>li:first-child,.nav-primary .banner .sidebar .widget_recent_entries ul>li:first-child,.nav-primary .nav>.nav-item:first-child,.nav-primary .sidebar .menu .nav>li:first-child,.nav-primary .sidebar .menu .widget_recent_entries ul>li:first-child,.nav-primary .sidebar .menu>.nav-item:first-child,.nav-primary .sidebar .menu>li:first-child,.nav-primary .sidebar .widget_recent_entries .banner ul>li:first-child,.nav-primary .sidebar .widget_recent_entries .menu ul>li:first-child,.nav-primary .sidebar .widget_recent_entries ul>.nav-item:first-child,.sidebar .menu .nav-primary .nav>li:first-child,.sidebar .menu .widget_recent_entries .nav-primary ul>li:first-child,.sidebar .nav-primary .menu>.nav-item:first-child,.sidebar .nav-primary .menu>li:first-child,.sidebar .widget_recent_entries .banner .nav-primary ul>li:first-child,.sidebar .widget_recent_entries .nav-primary .banner ul>li:first-child,.sidebar .widget_recent_entries .nav-primary .menu ul>li:first-child,.sidebar .widget_recent_entries .nav-primary ul>.nav-item:first-child{border-top:1px solid #376e50}.banner .nav-primary .nav>li.menu-item-has-children i,.banner .nav-primary .sidebar .widget_recent_entries ul>li.menu-item-has-children i,.banner .sidebar .widget_recent_entries .nav-primary ul>li.menu-item-has-children i,.nav-primary .banner .nav>li.menu-item-has-children i,.nav-primary .banner .sidebar .widget_recent_entries ul>li.menu-item-has-children i,.nav-primary .nav>.nav-item.menu-item-has-children i,.nav-primary .sidebar .menu .nav>li.menu-item-has-children i,.nav-primary .sidebar .menu .widget_recent_entries ul>li.menu-item-has-children i,.nav-primary .sidebar .menu>.nav-item.menu-item-has-children i,.nav-primary .sidebar .menu>li.menu-item-has-children i,.nav-primary .sidebar .widget_recent_entries .banner ul>li.menu-item-has-children i,.nav-primary .sidebar .widget_recent_entries .menu ul>li.menu-item-has-children i,.nav-primary .sidebar .widget_recent_entries ul>.nav-item.menu-item-has-children i,.sidebar .menu .nav-primary .nav>li.menu-item-has-children i,.sidebar .menu .widget_recent_entries .nav-primary ul>li.menu-item-has-children i,.sidebar .nav-primary .menu>.nav-item.menu-item-has-children i,.sidebar .nav-primary .menu>li.menu-item-has-children i,.sidebar .widget_recent_entries .banner .nav-primary ul>li.menu-item-has-children i,.sidebar .widget_recent_entries .nav-primary .banner ul>li.menu-item-has-children i,.sidebar .widget_recent_entries .nav-primary .menu ul>li.menu-item-has-children i,.sidebar .widget_recent_entries .nav-primary ul>.nav-item.menu-item-has-children i{line-height:24px;position:absolute;right:1rem}}.nav-primary .sub-menu{background:#fff;display:none;list-style:none;margin:0;padding-left:0}@media(min-width:992px){.nav-primary .sub-menu{border-top:2px solid #104774;box-shadow:0 0 1px 1px rgba(0,0,0,.075);padding:0 1rem;position:absolute;z-index:999}}@media(max-width:767.98px){.nav-primary .sub-menu{border-top:1px solid #1d5a39;margin:0;padding:0}}.nav-primary .sub-menu li{margin-left:0}.nav-primary .sub-menu li a{color:#1d5a39}.nav-primary .sub-menu li a:active,.nav-primary .sub-menu li a:hover{color:#26754a}.nav-primary .sub-menu li a:visited{color:#1d5a39}.nav-primary .sub-menu li a:visited:active,.nav-primary .sub-menu li a:visited:hover{color:#26754a}@media(max-width:991.98px){.nav-primary .sub-menu li a{border-bottom:1px solid #dee2e6}}@media(max-width:767.98px){.nav-primary .sub-menu li:last-child a{border-bottom:0}}.nav-primary .nav>.menu-item.menu-button a,.nav-primary .sidebar .menu>.menu-item.menu-button a,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a,.sidebar .nav-primary .menu>.menu-item.menu-button a,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a{background:#91d40b;padding-left:.75rem;padding-right:.75rem}.nav-primary .nav>.menu-item.menu-button a:hover,.nav-primary .sidebar .menu>.menu-item.menu-button a:hover,.nav-primary .sidebar .widget_recent_entries ul>.menu-item.menu-button a:hover,.sidebar .nav-primary .menu>.menu-item.menu-button a:hover,.sidebar .widget_recent_entries .nav-primary ul>.menu-item.menu-button a:hover{background:#f4b333}@media(min-width:992px){.nav-primary .menu-item-has-children:hover .sub-menu{display:block}}.menu-item-icon a,.popmake-3114.menu-item a{color:transparent;display:inline-block;margin-top:-1px;position:relative;width:18px}.menu-item-icon a:hover,.popmake-3114.menu-item a:hover{color:transparent}.menu-item-icon a:hover:before,.popmake-3114.menu-item a:hover:before{color:#01825f}.pum-theme-3108 .pum-container,.pum-theme-hello-box .pum-container{border:10px solid #104774;border-radius:0}.main #wpupg-grid-2174-filter-1 .wpupg-filter-item{border-radius:6px}.main .wpupg-template-overlay{border:0}.main .wpupg-template-overlay.wpupg-item-has-image .wpupg-template-overlay-container{background-color:rgba(0,0,0,.4);height:100%;padding:35% 10% 10%;text-align:center;transition:background-color .3s ease-in-out}.main .wpupg-template-overlay.wpupg-item-has-image .wpupg-template-overlay-container:hover{background-color:rgba(0,0,0,.6)}.main .wpupg-template-overlay.wpupg-item-has-image .wpupg-template-overlay-container .wpupg-item-title{font-size:1rem}.learndash-wrapper .ld-expand-button .ld-text{padding:0 .25rem}.block-social-media{display:flex;justify-content:center;margin:3rem 0;text-align:center}.block-social-media a{border:1px solid #1d5a39;border-radius:50%;display:block;height:40px;line-height:40px;margin-left:.2rem;margin-right:.2rem;transition:all .3s;width:40px}.block-social-media a:hover{border-color:#127a3d;color:#127a3d}.block-upcoming-courses .espresso_events,.block-upcoming-courses .item,.espresso-grid .espresso_events,.espresso-grid .item{background-color:none;color:#1d5a39;margin-bottom:2rem;padding-bottom:0;position:relative}.block-upcoming-courses .h1,.block-upcoming-courses h1,.espresso-grid .h1,.espresso-grid h1{display:none}.block-upcoming-courses .h3,.block-upcoming-courses h3,.espresso-grid .h3,.espresso-grid h3{color:#1d5a39;font-weight:700;margin-bottom:0;position:relative;z-index:3}.block-upcoming-courses img,.espresso-grid img{height:auto;margin-bottom:1rem;max-width:100%;min-width:100%}.block-upcoming-courses .ee-event-img-dv,.espresso-grid .ee-event-img-dv{position:relative}.block-upcoming-courses .ee-event-img-dv:before,.espresso-grid .ee-event-img-dv:before{content:"";height:50px;position:absolute;width:100%}.block-upcoming-courses .espresso_events .espresso-event-list-wrapper-dv form,.espresso-grid .espresso_events .espresso-event-list-wrapper-dv form{padding:0 1rem;position:relative;right:auto}.block-upcoming-courses .entry-title.h2,.block-upcoming-courses .event-title,.block-upcoming-courses .news-slider--title,.block-upcoming-courses h2.entry-title,.espresso-grid .entry-title.h2,.espresso-grid .event-title,.espresso-grid .news-slider--title,.espresso-grid h2.entry-title{font-family:Franklin,sans-serif;font-weight:700;line-height:1.3;margin-bottom:.5rem;padding:0}.block-upcoming-courses a,.espresso-grid a{-webkit-text-decoration:none;text-decoration:none}.block-upcoming-courses a.ee-event-header-lnk,.espresso-grid a.ee-event-header-lnk{color:#1d5a39}.block-upcoming-courses .start-date,.espresso-grid .start-date{display:none}.block-upcoming-courses .ticket-price,.espresso-grid .ticket-price{font-weight:700}.block-upcoming-courses a.register-link,.espresso-grid a.register-link{background-color:#1d5a39;border-radius:6px;box-shadow:3px 8px 12px 0 rgb(0 0 0 / .149);font-family:Franklin,sans-serif;font-size:1.2rem;position:relative;text-transform:none}.block-upcoming-courses a.register-link:hover,.espresso-grid a.register-link:hover{background-color:#113321}.block-upcoming-courses .news-slider--content,.espresso-grid .news-slider--content{padding:1rem}.block-upcoming-courses .news-slider--content .ticket-price,.espresso-grid .news-slider--content .ticket-price{font-weight:500}.block-upcoming-courses .espresso-event-list-wrapper-dv form,.espresso-grid .espresso-event-list-wrapper-dv form{border-radius:0!important;bottom:0;margin:0;padding:0;position:absolute;right:0}.block-upcoming-courses .espresso-event-list-wrapper-dv form br,.espresso-grid .espresso-event-list-wrapper-dv form br{display:none}.block-upcoming-courses .espresso-event-list-wrapper-dv p,.espresso-grid .espresso-event-list-wrapper-dv p{color:#222;padding:0 1rem}.block-upcoming-courses .download-iCal-frm,.block-upcoming-courses .eea-people-addon-event-people-list-single,.block-upcoming-courses ul.ee-event-datetimes-ul,.espresso-grid .download-iCal-frm,.espresso-grid .eea-people-addon-event-people-list-single,.espresso-grid ul.ee-event-datetimes-ul{display:none}.online-course .espresso-grid .item{background-color:#b7c8d5!important;color:#222!important}.lake-management .espresso-grid .item{background-color:#8ebfb5!important;color:#000!important}.env-field-skills .espresso-grid .item{background-color:#93d3c4!important;color:#000!important}.wildlife-survey-fm .espresso-grid .item{background-color:#b5a373!important;color:#000!important}.wildlife-survey-fm-carnivores .espresso-grid .item{background-color:#caa67d!important;color:#000!important}.wildlife-survey-fm-ungulates .espresso-grid .item{background-color:#bfaca1!important;color:#000!important}.electro-cert .espresso-grid .item,.electrofishing-certification .espresso-grid .item,.fisheries .espresso-grid .item{background-color:#afc7e2!important;color:#000!important}.electro-recert .espresso-grid .item{background-color:#84ccf4!important;color:#000!important}.boat-electro .espresso-grid .item{background-color:#91cef4!important;color:#000!important}.fish-field-skills .espresso-grid .item{background-color:#8fc8e4!important;color:#000!important}.fhr-certificate .espresso-grid .item{background-color:#f3ca31!important;color:#000!important}.forestry-field-skills .espresso-grid .item{background-color:#cae697!important;color:#000!important}.fhr-field-techniques .espresso-grid .item{background-color:#d17638!important;color:#fff!important}.fhr-off-channel .espresso-grid .item{background-color:#e0945e!important;color:#000!important}.fhr-instream-techniques .espresso-grid .item{background-color:#ca9f38!important;color:#000!important}.fha-level-1 .espresso-grid .item{background-color:#65b9ec!important;color:#000!important}.env-dna .espresso-grid .item{background-color:#92d195!important;color:#000!important}.work-in-water .espresso-grid .item{background-color:#f2d660!important;color:#000!important}.spill-response .espresso-grid .item{background-color:#d6ecfb!important;color:#000!important}.tw-for-professionals .espresso-grid .item{background-color:#a3aca1!important;color:#000!important}.tw-resumes .espresso-grid .item{background-color:#dbd7d0!important;color:#000!important}.tw-reports .espresso-grid .item{background-color:#cdd1d2!important;color:#000!important}.tw-proposals .espresso-grid .item{background-color:#bab7b3!important;color:#000!important}.streambank .espresso-grid .item{background-color:#f1ea6a!important;color:#000!important}.snorkel-survey .espresso-grid .item{background-color:#baddf6!important;color:#000!important}.fish-inventory .espresso-grid .item{background-color:#7eb0e4!important;color:#fff!important}.cultural-heritage .espresso-grid .item{background-color:#a9ce7b!important;color:#000!important}.risc-archaeology .espresso-grid .item{background-color:#c5eac8!important;color:#000!important}.experimental-design .espresso-grid .item{background-color:#ace5ce!important;color:#000!important}.amphibian .espresso-grid .item,.wildlife .espresso-grid .item{background-color:#ceb675!important;color:#000!important}.avian-nest .espresso-grid .item,.avian-nest-sweeps-and-monitoring-methods .espresso-grid .item{background-color:#e9d1a4!important;color:#000!important}.land-guardian-program .espresso-grid .item{background-color:#91b886!important;color:#000!important}.ichthyology .espresso-grid .item{background-color:#badddf!important;color:#000!important}.fhr-prescription-development .espresso-grid .item{background-color:#dfb043!important;color:#000!important}.wetland-assessment .espresso-grid .item{background-color:#fde8a7!important;color:#000!important}.species-at-risk .espresso-grid .item{background-color:#dcf2c9!important;color:#000!important}.home{background:#376e50;background:linear-gradient(183deg,#376e50,#f4edb4)}.home .wrap{margin-top:0}.home .wrap .content{background:#376e50;background:linear-gradient(183deg,#376e50,#f4edb4)}@media(max-width:575.98px){.home .wrap .content .main{padding-left:0;padding-right:0}}.home .wp-block-columns{gap:0}.home .swiper{height:auto;position:relative;width:100%}@media(min-width:768px){.home .swiper{height:460px}}@media(min-width:992px){.home .swiper{height:610px}}@media(min-width:1300px){.home .swiper{height:890px}}.home .swiper .swiper-slide .slide-image{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.home .swiper .caption{color:#fff;font-family:HelNeue,sans-serif;font-size:100px;font-size:6.25rem;font-weight:500;left:0;line-height:1;padding-left:4%;padding-right:8%;position:absolute;text-shadow:3px 8px 12px #282828;top:50%;z-index:5}@media(max-width:991.98px){.home .swiper .caption{font-size:70px;font-size:4.375rem}}@media(max-width:767.98px){.home .swiper .caption{font-size:40px;font-size:2.5rem;top:55%}}@media(max-width:575.98px){.home .swiper .caption{font-size:40px;font-size:2.5rem}}.home .swiper .swiper-image{height:auto!important;width:100%!important}.home .swiper-button-next,.home .swiper-button-prev{--swiper-navigation-size:32px;--swiper-navigation-top-offset:40%;--swiper-navigation-color:#fff;--swiper-theme-color:#fff}
/*!/wp-content/cache/asset-cleanup/css/item/content__uploads__custom-css-js__57454-css-v939404f2f0a3bcadd78bf47589aae04f112a49a7.css*/
/*!/wp-content/uploads/custom-css-js/57454.css*/.sidebar .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button{box-shadow:3px 8px 12px 0 #fff!important}.nrtg-instructor-training .uagb-tabs__wrap .uagb-tabs__body-container,.fhr-it-self-paced .uagb-tabs__wrap .uagb-tabs__body-container{padding:10px 0!important}.postid-57243 .sfwd-mark-complete{display:none!important}#frm_form_257_container p,#frm_form_257_container .frm_primary_label,#frm_form_257_container .frm_radio label,#frm_form_257_container .frm_scale label{color:#222!important;font-size:16px}#frm_form_257_container .frm_section_heading h3{color:#222!important}.a2a_follow_widget-2{padding-top:0!important}@media (max-width:900px){.nrtg-course-column{flex:1 1 calc(50% - 20px)!important;max-width:calc(50% - 20px)!important}}@media (max-width:600px){.nrtg-course-column{flex:1 1 100%!important;max-width:100%!important}}.personalized-learning-path .frm_button_submit,.personalized-learning-path .frm_prev_page{font-family:'Franklin',sans-serif!important;box-shadow:3px 8px 12px 0 #00000026!important;text-transform:uppercase}.event-button{display:flex;justify-content:center;align-items:center;padding:.6rem 1.25rem;text-decoration:none;border-radius:6px;text-transform:uppercase;font-family:'Franklin',sans-serif;box-shadow:3px 8px 12px 0 #00000026;margin-bottom:20px}.personalized-learning-path .frm_start_over{display:none}.with_frm_style input[type=email]{line-height:1.6}.event-button.register-now{background-color:#127a3d;color:#fff}.event-button.register-now:hover{background-color:#0d552b;color:#FFF}.event-button.join-waitlist{background-color:#127a3d;color:#FFF}.event-button.join-waitlist:hover{background-color:#0d552b;color:#FFF}.event-button.express-interest{background-color:#127a3d;color:#000}.event-button.express-interest:hover{background-color:#0d552b;color:#000}.plp-container{text-align:center;margin:2rem auto;max-width:900px}.plp-container h3{color:#104774}.plp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;justify-content:center}.plp-course{background:#eee;padding:20px;border-radius:8px;box-shadow:2px 2px 10px rgb(0 0 0 / .1);text-align:center}.plp-course img{max-width:100%;height:auto;border-radius:6px;margin:10px 0}.plp-button{box-shadow:3px 3px 12px 0 #c4c4c4;background-color:#1d5a39;border-radius:6px;border:1px solid #1d5a39;display:inline-block;cursor:pointer;color:#fff;font-family:Franklin,sans-serif;font-size:17px;padding:.6rem 1.25rem;text-decoration:none;text-shadow:0 1px 0 #1d5a39;margin-top:10px}.plp-button:hover{background-color:#17482e;color:#FFF}@media (max-width:576px){.plp-grid{grid-template-columns:1fr}}.personalized-learning-path .with_frm_style .frm_message{display:none}#wpdtSimpleTable-14,#wpdtSimpleTable-13,#wpdtSimpleTable-12,#wpdtSimpleTable-11,#wpdtSimpleTable-10,#wpdtSimpleTable-9{width:90%}ul.slick-dots{padding-left:0}@media only screen and (max-width:767px){.uagb-block-c37727e0.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap,.uagb-block-74472852.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap,.uagb-block-6ddf281c.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap,.uagb-block-d8e7ba19.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap{flex-direction:unset!important}}.page-id-52931 .content{background:#376e50;background:linear-gradient(183deg,rgb(55 110 80) 0%,rgb(244 237 180) 100%)}@media (width==767px){.hide-spectra-block{display:none!important}}.nav-toggle{border-color:#f4b333;}.postid-17881 .learndash-shortcode-wrap-ld_navigation-17821_17881_1795{display:none!important}.postid-50475 .event-datetimes,.postid-50474 .event-datetimes{display:none}.page-id-40511 .row,.page-id-41472 .row,.page-id-30383 .row{margin-right:0;margin-left:0}#frm_form_241_container p,#frm_form_241_container ul,#frm_form_241_container.with_frm_style .vertical_radio .frm_checkbox label,#frm_form_241_container pre{font-size:16px!important;color:#000;font-family:Roboto,sans-serif}#frm_form_241_container.with_frm_style .vertical_radio .frm_checkbox label{font-weight:500}#frm_form_241_container.frm_style_formidable-style.with_frm_style .frm_error{color:#d2042d}.postid-50203 .event-datetimes{display:none}#espresso_calendar .microcourse-gift-card .time-display-block{display:none}.block-upcoming-courses .post-password-required{display:none}td.ld-acvs-cs-img img{width:100px}.page-id-51673 .ld-achievement-single-col-cont ul li:nth-child(6),.page-id-51673 .ld-achievement-single-col-cont ul li:nth-child(4),.page-id-51673 .ld-achievement-single-col-cont ul li:nth-child(3){display:none}.page-id-51673 .ld-achievement-single-row,.page-id-51673 .ld-ac-sngl-left{border:none}.ld-acvs-cs-tb th:nth-child(4),.ld-acvs-cs-tb td:nth-child(4),.ld-acvs-cs-tb th:nth-child(5),.ld-acvs-cs-tb td:nth-child(5),.ld-acvs-cs-tb th:nth-child(6),.ld-acvs-cs-tb td:nth-child(6){display:none}.ld-acvs-cs-tb th:nth-child(1){text-indent:-9999px;position:relative}.ld-acvs-cs-tb th:nth-child(1)::before{content:"Course ID";text-indent:0;position:absolute;left:0;right:0}.ld-acvs-cs-tb th:nth-child(2){text-indent:-9999px;position:relative}.ld-acvs-cs-tb th:nth-child(2)::before{content:"Course";text-indent:0;position:absolute;left:0;right:0}.ld-acvs-cs-tb th:nth-child(3){text-indent:-9999px;position:relative}.ld-acvs-cs-tb th:nth-child(3)::before{content:"Badge";text-indent:0;position:absolute;left:0;right:0}.ld-acvs-cs-tb th:nth-child(7){text-indent:-9999px;position:relative}.ld-acvs-cs-tb th:nth-child(7)::before{content:"Share";text-indent:0;position:absolute;left:0;right:0}.shortcode-alert-box{visibility:hidden}.shortcode-alert-box::after{content:"Your course badges will show here.";visibility:visible;display:block;background-color:#e7ecf1;padding:10px}.ld-acvs-cs-tb{border:0}.page-id-3080 .img-fluid{height:93px;width:300px}:root{--swiper-navigation-size:32px !important}.swiper .swiper-slide{position:relative}.swiper-slide .caption{color:#fff;font-family:HelNeue,sans-serif;font-size:100px;font-size:6.25rem;font-weight:500;left:0;line-height:1;padding-left:5%;padding-right:8%;position:absolute;text-shadow:3px 8px 12px #282828;z-index:5}@media (width>=1300px){.swiper-slide .caption{top:57%}}@media (width < 1300px){.swiper-slide .caption{font-size:70px;font-size:4.375rem;top:53%;width:87%}}@media (width < 992px){.swiper-slide .caption{font-size:40px;font-size:2.5rem;top:auto;top:67%;width:80%}}@media (width < 768px){.swiper .caption{top:auto;top:71%}}.min-h-675{min-height:675px}.uagb-block-eaff3772>.uagb-columns__inner-wrap{max-width:unset!important}
/*!/wp-content/cache/asset-cleanup/css/item/content__uploads__custom-css-js__53399-css-vd64f6c5718427c6b7f36f96273e228dd8ea28021.css*/
/*!/wp-content/uploads/custom-css-js/53399.css*/:root{--swiper-navigation-size:32px !important}.swiper .swiper-slide{position:relative}.swiper-slide .caption{color:#fff;font-family:HelNeue,sans-serif;font-size:100px;font-weight:500;left:0;line-height:1;padding-left:5%;padding-right:8%;position:absolute;text-shadow:3px 8px 12px #282828;top:60%!important;z-index:5}@media (width>=1300px){.swiper-slide .caption{top:57%}}@media (width < 1300px){.home .swiper-slide .caption{font-size:70px;font-size:4.375rem important!;top:53%;width:87%}}@media (width < 992px){.swiper-slide .caption{font-size:40px;font-size:3rem!important;top:auto;top:67%;width:80%}}@media (width < 768px){.swiper .caption{top:auto;top:71%}}.min-h-675{min-height:675px}