img:is([sizes="auto" i],[sizes^="auto," i]){
    contain-intrinsic-size:3000px 1500px
}
 .with_frm_style{
    --form-width:100%;
    --form-align:center;
    --direction:ltr;
    --fieldset:0px;
    --fieldset-color:#000;
    --fieldset-padding:20px 30px;
    --fieldset-bg-color:rgba(245,247,250,1);
    --title-size:30px;
    --title-color:#444;
    --title-margin-top:0px;
    --title-margin-bottom:30px;
    --form-desc-size:14px;
    --form-desc-color:#666;
    --form-desc-margin-top:10px;
    --form-desc-margin-bottom:25px;
    --form-desc-padding:0;
    --font:"Lucida Grande","Lucida Sans Unicode",Tahoma,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;
    --description-font-size:12px;
    --description-color:#666;
    --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:#555;
    --border-color:#bfc3c8;
    --field-border-width:1px;
    --field-border-style:solid;
    --bg-color:#fff;
    --bg-color-active:#fff;
    --border-color-active:#0070ba;
    --text-color-error:#444;
    --bg-color-error:#fff;
    --border-color-error:#b94a48;
    --border-width-error:1px;
    --border-style-error:solid;
    --bg-color-disabled:#fff;
    --border-color-disabled:#e5e5e5;
    --text-color-disabled:#a1a1a1;
    --radio-align:block;
    --check-align:block;
    --check-font-size:13px;
    --check-label-color:#444;
    --check-weight:normal;
    --section-font-size:18px;
    --section-color:#444;
    --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:#fff;
    --submit-font-size:15px;
    --submit-width:auto;
    --submit-height:auto;
    --submit-bg-color:rgba(0,112,186,1);
    --submit-border-color:#0070ba;
    --submit-border-width:1px;
    --submit-text-color:#fff;
    --submit-weight:normal;
    --submit-border-radius:4px;
    --submit-margin:10px;
    --submit-padding:10px 20px;
    --submit-shadow-color:#eee;
    --submit-hover-bg-color:#0070ba;
    --submit-hover-color:#444;
    --submit-hover-border-color:#0070ba;
    --submit-active-bg-color:#0070ba;
    --submit-active-color:#444;
    --submit-active-border-color:#0070ba;
    --border-radius:4px;
    --error-bg:#f2dede;
    --error-border:#ebccd1;
    --error-text:#b94a48;
    --error-font-size:14px;
    --success-bg-color:#fff;
    --success-border-color:rgba(229,229,229,1);
    --success-text-color:rgba(0,112,186,1);
    --success-font-size:14px;
    --progress-bg-color:#eaeaea;
    --progress-color:#3f4b5b;
    --progress-active-bg-color:#0070ba;
    --progress-active-color:#fff;
    --progress-border-color:#e5e5e5;
    --progress-border-size:2px;
    --progress-size:30px;
    --base-font-size:15px;
    --toggle-font-size:15px;
    --toggle-on-color:#0070ba;
    --toggle-off-color:#eaeaea;
    --slider-font-size:24px;
    --slider-track-size:8px;
    --slider-circle-size:24px;
    --slider-color:#0070ba;
    --slider-bar-color:#579af6;
    --date-head-bg-color:#0070ba;
    --date-head-color:#fff;
    --date-band-color:#0070ba;
    --bg-image-id:0;
    --bg-image-opacity:100%;
    --box-shadow:0 1px 2px 0 rgba(18,18,23,.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 #fff 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 .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(0,112,186,.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:0;
    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::-moz-placeholder,.with_frm_style .frm_inside_container>textarea::-moz-placeholder{
    opacity:0 !important;
    transition:opacity .3s ease-in
}
.with_frm_style .frm_inside_container>input:-ms-input-placeholder,.with_frm_style .frm_inside_container>textarea:-ms-input-placeholder{
    opacity:0;
    transition:opacity .3s ease-in
}
.with_frm_style .frm_inside_container>input::placeholder,.with_frm_style .frm_inside_container>textarea::placeholder{
    opacity:0;
    transition:opacity .3s ease-in
}
.with_frm_style .frm_inside_container>label{
    transition:all .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:400;
    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::-moz-placeholder,.with_frm_style .frm_inside_container.frm_label_float_top>textarea::-moz-placeholder{
    opacity:1 !important;
    transition:opacity .3s ease-in
}
.with_frm_style .frm_inside_container.frm_label_float_top>input:-ms-input-placeholder,.with_frm_style .frm_inside_container.frm_label_float_top>textarea:-ms-input-placeholder{
    opacity:1;
    transition:opacity .3s ease-in
}
.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 .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:0 0;
    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_contact-us.with_frm_style{
    --fieldset-bg-color:rgba(0,112,186,1);
    --title-color:rgba(255,255,255,1);
    --form-desc-color:rgba(255,255,255,1);
    --label-color:rgba(255,255,255,1);
    --description-color:rgba(81,120,149,1);
    --text-color:rgba(255,255,255,1);
    --bg-color:rgba(255,255,255,1);
    --bg-color-active:rgba(81,120,149,1);
    --border-color-active:#66afe9;
    --section-color:rgba(255,255,255,1);
    --submit-bg-color:rgba(255,255,255,1);
    --submit-border-color:rgba(49,185,0,1);
    --submit-border-width:0;
    --submit-text-color:rgba(68,68,68,1);
    --submit-hover-bg-color:#efefef;
    --submit-hover-border-color:#ccc;
    --submit-active-bg-color:#efefef;
    --submit-active-border-color:#ccc;
    --success-bg-color:#dff0d8;
    --success-border-color:#d6e9c6;
    --success-text-color:#468847;
    --progress-active-bg-color:#579af6;
    --toggle-on-color:#579af6;
    --slider-color:#579af6;
    --date-head-bg-color:#579af6;
    --date-band-color:#2568c4
}
.frm_forms.frm_style_contact-us.with_frm_style{
    max-width:100%;
    direction:ltr;
    margin:0 auto
}
.frm_inline_form.frm_style_contact-us.with_frm_style form{
    text-align:center
}
.frm_style_contact-us.with_frm_style .form-field{
    margin-bottom:20px
}
.frm_style_contact-us.with_frm_style .form-field.frm_section_heading{
    margin-bottom:0
}
.frm_style_contact-us.with_frm_style p.description,.frm_style_contact-us.with_frm_style div.description,.frm_style_contact-us.with_frm_style div.frm_description,.frm_style_contact-us.with_frm_style .frm-show-form>div.frm_description,.frm_style_contact-us.with_frm_style .frm_error,.frm_style_contact-us.with_frm_style .frm_pro_max_limit_desc{
    margin-top:6px;
    padding:0;
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:12px;
    color:rgba(81,120,149,1);
    font-weight:400;
    text-align:left;
    font-style:normal;
    max-width:100%
}
.frm_style_contact-us.with_frm_style .frm_form_field.frm_left_container{
    grid-template-columns:150px auto
}
.frm_style_contact-us.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_contact-us.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_contact-us.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{
    display:inline
}
.frm_style_contact-us.with_frm_style .frm_pos_right{
    display:inline;
    width:150px
}
.frm_style_contact-us.with_frm_style .frm_none_container .frm_primary_label,.frm_style_contact-us.with_frm_style .frm_pos_none{
    display:none
}
.frm_style_contact-us.with_frm_style .frm_scale label{
    font-weight:400;
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:13px;
    color:#444
}
.frm_style_contact-us.with_frm_style input::placeholder,.frm_style_contact-us.with_frm_style textarea::placeholder{
    color:#a1a1a1
}
.frm_style_contact-us.with_frm_style .frm_default,.frm_style_contact-us.with_frm_style input.frm_default,.frm_style_contact-us.with_frm_style textarea.frm_default,.frm_style_contact-us.with_frm_style select.frm_default,.frm_style_contact-us.with_frm_style .placeholder{
    color:#a1a1a1
}
.frm_style_contact-us.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_contact-us.with_frm_style select:focus,.frm_style_contact-us.with_frm_style .form-field textarea:focus,.frm_style_contact-us.with_frm_style .frm_focus_field input[type=text],.frm_style_contact-us.with_frm_style .frm_focus_field input[type=password],.frm_style_contact-us.with_frm_style .frm_focus_field input[type=email],.frm_style_contact-us.with_frm_style .frm_focus_field input[type=number],.frm_style_contact-us.with_frm_style .frm_focus_field input[type=url],.frm_style_contact-us.with_frm_style .frm_focus_field input[type=tel],.frm_style_contact-us.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_contact-us.with_frm_style .frm_focus_field .frm-card-element.StripeElement{
    background-color:rgba(81,120,149,1);
    border-color:#66afe9;
    color:var(--text-color);
    box-shadow:0px 0px 5px 0px rgba(102,175,233,.6)
}
.frm_style_contact-us.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_contact-us.with_frm_style input[type=submit],.frm_style_contact-us.with_frm_style .frm_submit input[type=button],.frm_style_contact-us.with_frm_style .frm_submit button,.frm_form_submit_style,.frm_style_contact-us.with_frm_style .frm-edit-page-btn{
    width:auto;
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:15px;
    height:auto;
    line-height:normal;
    text-align:center;
    background:rgba(255,255,255,1);
    border-width:0;
    border-color:rgba(49,185,0,1);
    border-style:solid;
    color:rgba(68,68,68,1);
    cursor:pointer;
    font-weight:400;
    border-radius:4px;
    text-shadow:none;
    padding:10px 20px;
    box-sizing:border-box;
    box-shadow:0 1px 1px #eee;
    margin:10px;
    margin-left:0;
    margin-right:0;
    vertical-align:middle
}
.frm_style_contact-us.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{
    margin:0
}
.frm_style_contact-us.with_frm_style .frm-edit-page-btn:hover,.frm_style_contact-us.with_frm_style input[type=submit]:hover,.frm_style_contact-us.with_frm_style .frm_submit input[type=button]:hover,.frm_style_contact-us.with_frm_style .frm_submit button:hover{
    background:#efefef;
    border-color:#ccc;
    color:#444
}
.frm_style_contact-us.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{
    margin-bottom:10px
}
.frm_style_contact-us.with_frm_style .frm-edit-page-btn:focus,.frm_style_contact-us.with_frm_style input[type=submit]:focus,.frm_style_contact-us.with_frm_style .frm_submit input[type=button]:focus,.frm_style_contact-us.with_frm_style .frm_submit button:focus,.frm_style_contact-us.with_frm_style input[type=submit]:active,.frm_style_contact-us.with_frm_style .frm_submit input[type=button]:active,.frm_style_contact-us.with_frm_style .frm_submit button:active{
    background:#efefef;
    border-color:#ccc;
    color:#444;
    outline:none
}
.frm_style_contact-us.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_contact-us.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_contact-us.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_contact-us.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_contact-us.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_contact-us.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_contact-us.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_contact-us.with_frm_style .frm_loading_form .frm_button_submit:focus{
    color:transparent;
    background:rgba(255,255,255,1);
    border-color:rgba(255,255,255,1)
}
.frm_style_contact-us.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_contact-us.with_frm_style .frm_loading_form .frm_button_submit:before{
    border-bottom-color:rgba(68,68,68,1);
    border-right-color:rgba(68,68,68,1)
}
.frm_style_contact-us.with_frm_style.frm_inline_top .frm_submit:before,.frm_style_contact-us.with_frm_style .frm_submit.frm_inline_submit:before{
    content:"before";
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:15px;
    color:rgba(255,255,255,1);
    font-weight:400;
    margin:0;
    padding:0 0 3px;
    width:auto;
    display:block;
    visibility:hidden
}
.frm_style_contact-us.with_frm_style.frm_inline_form .frm_submit input,.frm_style_contact-us.with_frm_style.frm_inline_form .frm_submit button,.frm_style_contact-us.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_contact-us.with_frm_style .frm_submit.frm_inline_submit button{
    margin:0 !important
}
.frm_style_contact-us.with_frm_style #frm_field_cptch_number_container{
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:15px;
    color:rgba(255,255,255,1);
    font-weight:400;
    clear:both
}
.frm_style_contact-us.with_frm_style .frm_blank_field input[type=text],.frm_style_contact-us.with_frm_style .frm_blank_field input[type=password],.frm_style_contact-us.with_frm_style .frm_blank_field input[type=url],.frm_style_contact-us.with_frm_style .frm_blank_field input[type=tel],.frm_style_contact-us.with_frm_style .frm_blank_field input[type=number],.frm_style_contact-us.with_frm_style .frm_blank_field input[type=email],.frm_style_contact-us.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_contact-us.with_frm_style .frm_blank_field input[type=radio],.frm_style_contact-us.with_frm_style .frm_blank_field textarea,.frm_style_contact-us.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_contact-us.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_contact-us.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_contact-us.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_contact-us.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_contact-us.with_frm_style .frm_form_field :invalid{
    color:#444;
    background-color:#fff;
    border-color:#b94a48;
    border-width:var(--border-width-error);
    border-style:solid
}
.frm_style_contact-us.with_frm_style .frm_blank_field .sigWrapper{
    border-color:#b94a48 !important
}
.frm_style_contact-us.with_frm_style .frm_error,.frm_style_contact-us.with_frm_style .frm_limit_error{
    font-weight:400;
    color:#444
}
.frm_style_contact-us.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_contact-us.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_contact-us.with_frm_style #frm_loading .progress-bar{
    background-color:rgba(255,255,255,1)
}
.frm_style_contact-us.with_frm_style .frm_form_field.frm_total_big input,.frm_style_contact-us.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_contact-us.with_frm_style .frm_form_field.frm_total input,.frm_style_contact-us.with_frm_style .frm_form_field.frm_total textarea{
    color:rgba(255,255,255,1);
    background-color:transparent;
    border:none;
    display:inline;
    width:auto;
    padding:0
}
.frm_style_contact-us.with_frm_style .frm_inline_box{
    box-shadow:0 1px 1px rgba(0,0,0,.075) inset
}
.frm_style_contact-us.with_frm_style .frm_page_bar .frm_current_page input[type=button]{
    background-color:#eaeaea;
    border-color:#e5e5e5;
    opacity:1
}
.frm_style_contact-us.with_frm_style .frm_progress_line input,.frm_style_contact-us.with_frm_style .frm_progress_line input:disabled{
    border-color:#e5e5e5
}
.frm_style_contact-us.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_contact-us.with_frm_style .frm_progress_line li:first-of-type input{
    border-left-color:#579af6
}
.frm_style_contact-us.with_frm_style .frm_progress_line li:last-of-type input{
    border-right-color:#579af6
}
.frm_style_contact-us.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip{
    border-right-color:#e5e5e5
}
.frm_style_contact-us.with_frm_style .frm_progress_line .frm_current_page input[type=button]{
    border-left-color:#e5e5e5
}
.frm_style_contact-us.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type=button]{
    border-right-color:#d1d1d1
}
.frm_style_contact-us.with_frm_style .frm_progress_line input.frm_page_back{
    border-color:#579af6
}
.frm_style_contact-us.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{
    border-left-color:#579af6;
    border-right-color:#d1d1d1
}
.frm_style_contact-us.with_frm_style .frm_rootline input,.frm_style_contact-us.with_frm_style .frm_rootline input:hover{
    width:30px;
    height:30px;
    border-radius:30px;
    padding:0
}
.frm_style_contact-us.with_frm_style .frm_rootline .frm_current_page input[type=button],.frm_style_contact-us.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active{
    border-color:#4386e2 !important;
    background-color:#579af6 !important;
    color:#fff !important
}
.frm_style_contact-us.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_contact-us.with_frm_style ul.frm_rootline_hidden_steps li:hover .frm_rootline_title{
    color:#579af6
}
.frm_style_contact-us.with_frm_style input[type=range]::-webkit-slider-thumb{
    border:2px solid #579af6;
    color:#fff
}
.frm_style_contact-us.with_frm_style input[type=range]::-moz-range-thumb{
    border:2px solid #579af6;
    color:#fff
}
.frm_style_contact-us.with_frm_style input[type=range]::-ms-thumb{
    border:2px solid #579af6;
    color:#fff
}
.frm_style_contact-us.with_frm_style input.frm_other_input:not(.frm_other_full){
    width:auto
}
.frm_style_contact-us.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_contact-us.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){
    margin-left:5px
}
.frm_style_contact-us.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none){
    display:inline-block
}
.frm_style_contact-us.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){
    margin-left:0;
    margin-top:8px
}
.frm_style_contact-us.with_frm_style span.frm-pass-verified .frmsvg{
    color:#468847
}
.frm_style_contact-us.with_frm_style span.frm-pass-req .frmsvg{
    color:#b94a48
}
.frm_style_contact-us.with_frm_style .frm-show-form .frm_section_heading h3[class*=frm_pos_]{
    border-top:2px solid #e8e8e8
}
.frm_style_contact-us.with_frm_style h3 .frm_after_collapse{
    display:inline
}
.frm_style_contact-us.with_frm_style h3 .frm_before_collapse{
    display:none
}
.menu-edit #post-body-content .frm_style_contact-us.with_frm_style .frm_section_heading h3[class*=frm_pos_]{
    margin:0
}
.frm_style_contact-us.with_frm_style .frm_section_heading{
    margin-top:15px
}
.frm_style_contact-us.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_contact-us.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing{
    margin-bottom:30px
}
.frm_style_contact-us.with_frm_style .frm_single_product_label,.frm_style_contact-us.with_frm_style .frm_total_formatted{
    font-size:15px;
    color:rgba(255,255,255,1)
}
.frm_style_contact-us.with_frm_style .ui-datepicker-title>select{
    color:rgba(255,255,255,1);
    color:var(--text-color);
    background-color:var(--bg-color)
}
.frm_style_contact-us.with_frm_style .ui-datepicker-month,.frm_style_contact-us.with_frm_style .ui-datepicker-year{
    color:var(--text-color)
}
.frm_style_contact-us.with_frm_style span.ui-datepicker-month,.frm_style_contact-us.with_frm_style span.ui-datepicker-year{
    color:var(--date-head-color)
}
.frm_style_contact-us.with_frm_style .ui-widget-header,.frm_style_contact-us.with_frm_style .ui-datepicker-header{
    color:var(--date-head-color) !important;
    background-color:var(--date-head-bg-color) !important
}
.frm_style_contact-us.with_frm_style .flatpickr-day,.frm_style_contact-us.with_frm_style .ui-datepicker td,.frm_style_contact-us.with_frm_style.ui-datepicker td{
    border:0;
    border-radius:var(--border-radius);
    overflow:hidden
}
.frm_style_contact-us.with_frm_style .flatpickr-day.today:not(.inRange),.frm_style_contact-us.with_frm_style td.ui-datepicker-today{
    background-color:var(--date-band-color) !important
}
.frm_style_contact-us.with_frm_style .flatpickr-day.today,.frm_style_contact-us.with_frm_style td.ui-datepicker-today>a{
    color:var(--date-head-color)
}
.frm_style_contact-us.with_frm_style td.ui-datepicker-current-day,.frm_style_contact-us.with_frm_style td.ui-datepicker-current-day .ui-state-hover{
    background-color:var(--border-color-active) !important
}
.frm_style_contact-us.with_frm_style td.ui-datepicker-current-day .ui-state-default:not(.ui-state-hover){
    color:#fff
}
.frm_style_contact-us.with_frm_style .flatpickr-day.today:hover,.frm_style_contact-us.with_frm_style td:not(.ui-datepicker-current-day) .ui-state-hover{
    color:var(--text-color);
    background:#f2f4f7 !important
}
.frm_style_contact-us.with_frm_style input[type=submit][disabled],.frm_style_contact-us.with_frm_style .frm_submit input[type=button][disabled],.frm_style_contact-us.with_frm_style .frm_submit button[disabled]{
    opacity:.5;
    cursor:not-allowed
}
.frm_style_contact-us.with_frm_style .frm_loading_prev button.frm_prev_page,.frm_style_contact-us.with_frm_style .frm_loading_form button.frm_button_submit{
    opacity:1
}
.frm_forms.frm_style_formidable-style.with_frm_style{
    max-width:100%;
    direction:ltr;
    margin:0 auto
}
.frm_inline_form.frm_style_formidable-style.with_frm_style form{
    text-align:center
}
.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:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:12px;
    color:#666;
    font-weight:400;
    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:400;
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:13px;
    color:#444
}
.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:#fff;
    border-color:#0070ba;
    color:var(--text-color);
    box-shadow:0px 0px 5px 0px rgba(0,112,186,.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:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:15px;
    height:auto;
    line-height:normal;
    text-align:center;
    background:rgba(0,112,186,1);
    border-width:1px;
    border-color:#0070ba;
    border-style:solid;
    color:#fff;
    cursor:pointer;
    font-weight:400;
    border-radius:4px;
    text-shadow:none;
    padding:10px 20px;
    box-sizing:border-box;
    box-shadow:0 1px 1px #eee;
    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:#0070ba;
    border-color:#0070ba;
    color:#444
}
.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:#0070ba;
    border-color:#0070ba;
    color:#444;
    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:rgba(0,112,186,1);
    border-color:rgba(0,112,186,1)
}
.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:#fff;
    border-right-color:#fff
}
.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:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:15px;
    color:#3f4b5b;
    font-weight:400;
    margin:0;
    padding:0 0 3px;
    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:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:15px;
    color:#3f4b5b;
    font-weight:400;
    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:#444;
    background-color:#fff;
    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:400;
    color:#444
}
.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:#fff
}
.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:#555;
    background-color:transparent;
    border:none;
    display:inline;
    width:auto;
    padding:0
}
.frm_style_formidable-style.with_frm_style .frm_inline_box{
    box-shadow:0 1px 1px rgba(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:#0070ba
}
.frm_style_formidable-style.with_frm_style .frm_progress_line li:last-of-type input{
    border-right-color:#0070ba
}
.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:#0070ba
}
.frm_style_formidable-style.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{
    border-left-color:#0070ba;
    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:#005ca6 !important;
    background-color:#0070ba !important;
    color:#fff !important
}
.frm_style_formidable-style.with_frm_style .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn.active{
    border-color:#005ca6;
    background-color:#0070ba;
    color:#ffffff!important
}
.frm_style_formidable-style.with_frm_style ul.frm_rootline_hidden_steps li:hover .frm_rootline_title{
    color:#0070ba
}
.frm_style_formidable-style.with_frm_style input[type=range]::-webkit-slider-thumb{
    border:2px solid #0070ba;
    color:#fff
}
.frm_style_formidable-style.with_frm_style input[type=range]::-moz-range-thumb{
    border:2px solid #0070ba;
    color:#fff
}
.frm_style_formidable-style.with_frm_style input[type=range]::-ms-thumb{
    border:2px solid #0070ba;
    color:#fff
}
.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:rgba(0,112,186,1)
}
.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:#555;
    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:.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_new-style.with_frm_style{
    --border-color:rgba(191,195,200,1);
    --success-bg-color:#dff0d8;
    --success-border-color:#d6e9c6;
    --success-text-color:#468847
}
.frm_forms.frm_style_new-style.with_frm_style{
    max-width:100%;
    direction:ltr;
    margin:0 auto
}
.frm_inline_form.frm_style_new-style.with_frm_style form{
    text-align:center
}
.frm_style_new-style.with_frm_style .form-field{
    margin-bottom:20px
}
.frm_style_new-style.with_frm_style .form-field.frm_section_heading{
    margin-bottom:0
}
.frm_style_new-style.with_frm_style p.description,.frm_style_new-style.with_frm_style div.description,.frm_style_new-style.with_frm_style div.frm_description,.frm_style_new-style.with_frm_style .frm-show-form>div.frm_description,.frm_style_new-style.with_frm_style .frm_error,.frm_style_new-style.with_frm_style .frm_pro_max_limit_desc{
    margin-top:6px;
    padding:0;
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:12px;
    color:#666;
    font-weight:400;
    text-align:left;
    font-style:normal;
    max-width:100%
}
.frm_style_new-style.with_frm_style .frm_form_field.frm_left_container{
    grid-template-columns:150px auto
}
.frm_style_new-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_new-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_new-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{
    display:inline
}
.frm_style_new-style.with_frm_style .frm_pos_right{
    display:inline;
    width:150px
}
.frm_style_new-style.with_frm_style .frm_none_container .frm_primary_label,.frm_style_new-style.with_frm_style .frm_pos_none{
    display:none
}
.frm_style_new-style.with_frm_style .frm_scale label{
    font-weight:400;
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:13px;
    color:#444
}
.frm_style_new-style.with_frm_style input::placeholder,.frm_style_new-style.with_frm_style textarea::placeholder{
    color:#a1a1a1
}
.frm_style_new-style.with_frm_style .frm_default,.frm_style_new-style.with_frm_style input.frm_default,.frm_style_new-style.with_frm_style textarea.frm_default,.frm_style_new-style.with_frm_style select.frm_default,.frm_style_new-style.with_frm_style .placeholder{
    color:#a1a1a1
}
.frm_style_new-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_new-style.with_frm_style select:focus,.frm_style_new-style.with_frm_style .form-field textarea:focus,.frm_style_new-style.with_frm_style .frm_focus_field input[type=text],.frm_style_new-style.with_frm_style .frm_focus_field input[type=password],.frm_style_new-style.with_frm_style .frm_focus_field input[type=email],.frm_style_new-style.with_frm_style .frm_focus_field input[type=number],.frm_style_new-style.with_frm_style .frm_focus_field input[type=url],.frm_style_new-style.with_frm_style .frm_focus_field input[type=tel],.frm_style_new-style.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_new-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement{
    background-color:#fff;
    border-color:#0070ba;
    color:var(--text-color);
    box-shadow:0px 0px 5px 0px rgba(0,112,186,.6)
}
.frm_style_new-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_new-style.with_frm_style input[type=submit],.frm_style_new-style.with_frm_style .frm_submit input[type=button],.frm_style_new-style.with_frm_style .frm_submit button,.frm_form_submit_style,.frm_style_new-style.with_frm_style .frm-edit-page-btn{
    width:auto;
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:15px;
    height:auto;
    line-height:normal;
    text-align:center;
    background:rgba(0,112,186,1);
    border-width:1px;
    border-color:#0070ba;
    border-style:solid;
    color:#fff;
    cursor:pointer;
    font-weight:400;
    border-radius:4px;
    text-shadow:none;
    padding:10px 20px;
    box-sizing:border-box;
    box-shadow:0 1px 1px #eee;
    margin:10px;
    margin-left:0;
    margin-right:0;
    vertical-align:middle
}
.frm_style_new-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{
    margin:0
}
.frm_style_new-style.with_frm_style .frm-edit-page-btn:hover,.frm_style_new-style.with_frm_style input[type=submit]:hover,.frm_style_new-style.with_frm_style .frm_submit input[type=button]:hover,.frm_style_new-style.with_frm_style .frm_submit button:hover{
    background:#0070ba;
    border-color:#0070ba;
    color:#444
}
.frm_style_new-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{
    margin-bottom:10px
}
.frm_style_new-style.with_frm_style .frm-edit-page-btn:focus,.frm_style_new-style.with_frm_style input[type=submit]:focus,.frm_style_new-style.with_frm_style .frm_submit input[type=button]:focus,.frm_style_new-style.with_frm_style .frm_submit button:focus,.frm_style_new-style.with_frm_style input[type=submit]:active,.frm_style_new-style.with_frm_style .frm_submit input[type=button]:active,.frm_style_new-style.with_frm_style .frm_submit button:active{
    background:#0070ba;
    border-color:#0070ba;
    color:#444;
    outline:none
}
.frm_style_new-style.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_new-style.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_new-style.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_new-style.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_new-style.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_new-style.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_new-style.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_new-style.with_frm_style .frm_loading_form .frm_button_submit:focus{
    color:transparent;
    background:rgba(0,112,186,1);
    border-color:rgba(0,112,186,1)
}
.frm_style_new-style.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_new-style.with_frm_style .frm_loading_form .frm_button_submit:before{
    border-bottom-color:#fff;
    border-right-color:#fff
}
.frm_style_new-style.with_frm_style.frm_inline_top .frm_submit:before,.frm_style_new-style.with_frm_style .frm_submit.frm_inline_submit:before{
    content:"before";
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:15px;
    color:#3f4b5b;
    font-weight:400;
    margin:0;
    padding:0 0 3px;
    width:auto;
    display:block;
    visibility:hidden
}
.frm_style_new-style.with_frm_style.frm_inline_form .frm_submit input,.frm_style_new-style.with_frm_style.frm_inline_form .frm_submit button,.frm_style_new-style.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_new-style.with_frm_style .frm_submit.frm_inline_submit button{
    margin:0 !important
}
.frm_style_new-style.with_frm_style #frm_field_cptch_number_container{
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size:15px;
    color:#3f4b5b;
    font-weight:400;
    clear:both
}
.frm_style_new-style.with_frm_style .frm_blank_field input[type=text],.frm_style_new-style.with_frm_style .frm_blank_field input[type=password],.frm_style_new-style.with_frm_style .frm_blank_field input[type=url],.frm_style_new-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_new-style.with_frm_style .frm_blank_field input[type=number],.frm_style_new-style.with_frm_style .frm_blank_field input[type=email],.frm_style_new-style.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_new-style.with_frm_style .frm_blank_field input[type=radio],.frm_style_new-style.with_frm_style .frm_blank_field textarea,.frm_style_new-style.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_new-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_new-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_new-style.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_new-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_new-style.with_frm_style .frm_form_field :invalid{
    color:#444;
    background-color:#fff;
    border-color:#b94a48;
    border-width:var(--border-width-error);
    border-style:solid
}
.frm_style_new-style.with_frm_style .frm_blank_field .sigWrapper{
    border-color:#b94a48 !important
}
.frm_style_new-style.with_frm_style .frm_error,.frm_style_new-style.with_frm_style .frm_limit_error{
    font-weight:400;
    color:#444
}
.frm_style_new-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_new-style.with_frm_style #frm_loading .progress-striped .progress-bar{
    background-image:linear-gradient(45deg,rgba(191,195,200,1) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(191,195,200,1) 50%,rgba(191,195,200,1) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0))
}
.frm_style_new-style.with_frm_style #frm_loading .progress-bar{
    background-color:#fff
}
.frm_style_new-style.with_frm_style .frm_form_field.frm_total_big input,.frm_style_new-style.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_new-style.with_frm_style .frm_form_field.frm_total input,.frm_style_new-style.with_frm_style .frm_form_field.frm_total textarea{
    color:#555;
    background-color:transparent;
    border:none;
    display:inline;
    width:auto;
    padding:0
}
.frm_style_new-style.with_frm_style .frm_inline_box{
    box-shadow:0 1px 1px rgba(0,0,0,.075) inset
}
.frm_style_new-style.with_frm_style .frm_page_bar .frm_current_page input[type=button]{
    background-color:#eaeaea;
    border-color:#e5e5e5;
    opacity:1
}
.frm_style_new-style.with_frm_style .frm_progress_line input,.frm_style_new-style.with_frm_style .frm_progress_line input:disabled{
    border-color:#e5e5e5
}
.frm_style_new-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_new-style.with_frm_style .frm_progress_line li:first-of-type input{
    border-left-color:#0070ba
}
.frm_style_new-style.with_frm_style .frm_progress_line li:last-of-type input{
    border-right-color:#0070ba
}
.frm_style_new-style.with_frm_style .frm_progress_line li:last-of-type input.frm_page_skip{
    border-right-color:#e5e5e5
}
.frm_style_new-style.with_frm_style .frm_progress_line .frm_current_page input[type=button]{
    border-left-color:#e5e5e5
}
.frm_style_new-style.with_frm_style .frm_progress_line.frm_show_lines .frm_current_page input[type=button]{
    border-right-color:#d1d1d1
}
.frm_style_new-style.with_frm_style .frm_progress_line input.frm_page_back{
    border-color:#0070ba
}
.frm_style_new-style.with_frm_style .frm_progress_line.frm_show_lines input.frm_page_back{
    border-left-color:#0070ba;
    border-right-color:#d1d1d1
}
.frm_style_new-style.with_frm_style .frm_rootline input,.frm_style_new-style.with_frm_style .frm_rootline input:hover{
    width:30px;
    height:30px;
    border-radius:30px;
    padding:0
}
.frm_style_new-style.with_frm_style .frm_rootline .frm_current_page input[type=button],.frm_style_new-style.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active{
    border-color:#005ca6 !important;
    background-color:#0070ba !important;
    color:#fff !important
}
.frm_style_new-style.with_frm_style .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn.active{
    border-color:#005ca6;
    background-color:#0070ba;
    color:#ffffff!important
}
.frm_style_new-style.with_frm_style ul.frm_rootline_hidden_steps li:hover .frm_rootline_title{
    color:#0070ba
}
.frm_style_new-style.with_frm_style input[type=range]::-webkit-slider-thumb{
    border:2px solid #0070ba;
    color:#fff
}
.frm_style_new-style.with_frm_style input[type=range]::-moz-range-thumb{
    border:2px solid #0070ba;
    color:#fff
}
.frm_style_new-style.with_frm_style input[type=range]::-ms-thumb{
    border:2px solid #0070ba;
    color:#fff
}
.frm_style_new-style.with_frm_style input.frm_other_input:not(.frm_other_full){
    width:auto
}
.frm_style_new-style.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),.frm_style_new-style.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){
    margin-left:5px
}
.frm_style_new-style.with_frm_style .horizontal_radio input.frm_other_input:not(.frm_other_full):not(.frm_pos_none){
    display:inline-block
}
.frm_style_new-style.with_frm_style .frm_full input.frm_other_input:not(.frm_other_full){
    margin-left:0;
    margin-top:8px
}
.frm_style_new-style.with_frm_style span.frm-pass-verified .frmsvg{
    color:#468847
}
.frm_style_new-style.with_frm_style span.frm-pass-req .frmsvg{
    color:#b94a48
}
.frm_style_new-style.with_frm_style .frm-show-form .frm_section_heading h3[class*=frm_pos_]{
    border-top:2px solid #e8e8e8
}
.frm_style_new-style.with_frm_style h3 .frm_after_collapse{
    display:inline
}
.frm_style_new-style.with_frm_style h3 .frm_before_collapse{
    display:none
}
.menu-edit #post-body-content .frm_style_new-style.with_frm_style .frm_section_heading h3[class*=frm_pos_]{
    margin:0
}
.frm_style_new-style.with_frm_style .frm_section_heading{
    margin-top:15px
}
.frm_style_new-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing,.menu-edit #post-body-content .frm_style_new-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing{
    margin-bottom:30px
}
.frm_style_new-style.with_frm_style .frm_single_product_label,.frm_style_new-style.with_frm_style .frm_total_formatted{
    font-size:15px;
    color:#3f4b5b
}
.frm_style_new-style.with_frm_style .ui-datepicker-title>select{
    color:#555;
    color:var(--text-color);
    background-color:var(--bg-color)
}
.frm_style_new-style.with_frm_style .ui-datepicker-month,.frm_style_new-style.with_frm_style .ui-datepicker-year{
    color:var(--text-color)
}
.frm_style_new-style.with_frm_style span.ui-datepicker-month,.frm_style_new-style.with_frm_style span.ui-datepicker-year{
    color:var(--date-head-color)
}
.frm_style_new-style.with_frm_style .ui-widget-header,.frm_style_new-style.with_frm_style .ui-datepicker-header{
    color:var(--date-head-color) !important;
    background-color:var(--date-head-bg-color) !important
}
.frm_style_new-style.with_frm_style .flatpickr-day,.frm_style_new-style.with_frm_style .ui-datepicker td,.frm_style_new-style.with_frm_style.ui-datepicker td{
    border:0;
    border-radius:var(--border-radius);
    overflow:hidden
}
.frm_style_new-style.with_frm_style .flatpickr-day.today:not(.inRange),.frm_style_new-style.with_frm_style td.ui-datepicker-today{
    background-color:var(--date-band-color) !important
}
.frm_style_new-style.with_frm_style .flatpickr-day.today,.frm_style_new-style.with_frm_style td.ui-datepicker-today>a{
    color:var(--date-head-color)
}
.frm_style_new-style.with_frm_style td.ui-datepicker-current-day,.frm_style_new-style.with_frm_style td.ui-datepicker-current-day .ui-state-hover{
    background-color:var(--border-color-active) !important
}
.frm_style_new-style.with_frm_style td.ui-datepicker-current-day .ui-state-default:not(.ui-state-hover){
    color:#fff
}
.frm_style_new-style.with_frm_style .flatpickr-day.today:hover,.frm_style_new-style.with_frm_style td:not(.ui-datepicker-current-day) .ui-state-hover{
    color:var(--text-color);
    background:#f2f4f7 !important
}
.frm_style_new-style.with_frm_style input[type=submit][disabled],.frm_style_new-style.with_frm_style .frm_submit input[type=button][disabled],.frm_style_new-style.with_frm_style .frm_submit button[disabled]{
    opacity:.5;
    cursor:not-allowed
}
.frm_style_new-style.with_frm_style .frm_loading_prev button.frm_prev_page,.frm_style_new-style.with_frm_style .frm_loading_form button.frm_button_submit{
    opacity:1
}
.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:.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:700;
    z-index:9999999
}
#frm_loading img{
    max-width:100%
}
#frm_loading .progress{
    border-radius:4px;
    box-shadow:0 1px 2px rgba(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,.15) inset;
    float:left;
    height:100%;
    line-height:20px;
    text-align:center;
    transition:width .6s ease 0s;
    width:100%
}
.frm_image_from_url{
    height:50px
}
.frm-loading-img{
    background:url(./ajax_loader.gif) no-repeat center center;
    padding:6px 12px
}
select.frm_loading_lookup{
    background-image:url(./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:400;
    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:700;
    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
}
.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:#fff;
    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,.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:#fff;
    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:#555
}
.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(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:.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:0 0;
    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:.4s;
    border-radius:30px
}
.frm_slider:before{
    border-radius:50%;
    position:absolute;
    content:"";
    height:23px;
    width:23px;
    left:1px;
    bottom:1px;
    background-color:#fff;
    transition:.4s;
    box-shadow:0 2px 6px rgba(41,58,82,.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:#fff;
    background:#fff;
    cursor:pointer;
    border-radius:50%;
    box-shadow:0px 4px 8px -2px rgba(16,24,40,.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:#fff;
    background:#fff;
    cursor:pointer;
    border-radius:50%;
    box-shadow:0px 4px 8px -2px rgba(16,24,40,.1)
}
.with_frm_style input[type=range]::-ms-thumb{
    height:var(--slider-circle-size);
    width:var(--slider-circle-size);
    border:2px solid #4199fd;
    color:#fff;
    background:#fff;
    cursor:pointer;
    border-radius:50%;
    box-shadow:0px 4px 8px -2px rgba(16,24,40,.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:700
}
.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:0 0 !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:0 0 !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
}
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:.5em;
    font-size:var(--font-size)
}
.frm-line-table tr{
    background-color:transparent;
    border-bottom:1px solid rgba(191,195,200,.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:700;
    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:400
}
.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,.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_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:#fff;
    --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:.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:0;
    border-top-right-radius:0
}
.ss-main.ss-open-below{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.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:0;
    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:700;
    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,.05);
    --iti-text-gray:#999;
    --iti-border-gray:#ccc;
    --iti-spacer-horizontal:8px;
    --iti-flag-height:15px;
    --iti-flag-width:20px;
    --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-input-padding:6px;
    --iti-right-hand-selected-country-padding:calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
    --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));
    --iti-mobile-popup-margin:30px
}
.frm_forms .iti{
    position:relative;
    display:inline-block
}
.frm_forms .iti *{
    box-sizing:border-box
}
.frm_forms .iti__hide{
    display:none
}
.frm_forms .iti__v-hide{
    visibility:hidden
}
.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=tel],.frm_forms .iti input.iti__tel-input[type=text]{
    position:relative;
    z-index:0;
    margin-top:0!important;
    margin-bottom:0!important;
    padding-right:var(--iti-right-hand-selected-country-padding);
    margin-right:0
}
.frm_forms .iti__country-container{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    padding:var(--iti-border-width)
}
.frm_forms .iti__selected-country{
    z-index:1;
    position:relative;
    display:flex;
    align-items:center;
    height:100%;
    padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
    background:0 0;
    border:0;
    margin:0;
    font-size:inherit;
    color:inherit;
    border-radius:0;
    font-weight:inherit;
    line-height:inherit;
    text-decoration:none
}
.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 [dir=rtl] .iti__arrow{
    margin-right:var(--iti-arrow-padding);
    margin-left:0
}
.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:#fff
}
.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-gray);
    box-shadow:1px 1px 4px rgba(0,0,0,.2)
}
.frm_forms .iti__dropdown-content--dropup{
    bottom:100%;
    margin-bottom:3px
}
.frm_forms .iti__search-input{
    width:100%;
    border-width:0;
    border-radius:3px;
    padding:9px 12px
}
.frm_forms .iti__search-input+.iti__country-list{
    border-top:1px solid var(--iti-border-gray)
}
.frm_forms .iti__country-list{
    list-style:none;
    padding:0;
    margin:0;
    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__flag-box{
    display:inline-block;
    width:var(--iti-flag-width)
}
.frm_forms .iti__divider{
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:var(--iti-border-width) solid var(--iti-border-gray)
}
.frm_forms .iti__country{
    display:flex;
    align-items:center;
    padding:8px var(--iti-spacer-horizontal);
    outline:0
}
.frm_forms .iti__dial-code{
    color:var(--iti-text-gray)
}
.frm_forms .iti__country.iti__highlight{
    background-color:var(--iti-hover-color)
}
.frm_forms .iti__country-name,.frm_forms .iti__flag-box{
    margin-right:var(--iti-spacer-horizontal)
}
.frm_forms [dir=rtl] .iti__country-name,.frm_forms [dir=rtl] .iti__flag-box{
    margin-right:0;
    margin-left:var(--iti-spacer-horizontal)
}
.frm_forms .iti--allow-dropdown input.iti__tel-input,.frm_forms .iti--allow-dropdown input.iti__tel-input[type=tel],.frm_forms .iti--allow-dropdown input.iti__tel-input[type=text],.frm_forms .iti--show-selected-dial-code input.iti__tel-input,.frm_forms .iti--show-selected-dial-code input.iti__tel-input[type=tel],.frm_forms .iti--show-selected-dial-code input.iti__tel-input[type=text]{
    padding-right:var(--iti-input-padding);
    padding-left:var(--iti-selected-country-arrow-padding);
    margin-left:0
}
.frm_forms [dir=rtl] .iti--allow-dropdown input.iti__tel-input,.frm_forms [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel],.frm_forms [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],.frm_forms [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,.frm_forms [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel],.frm_forms [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text]{
    padding-right:var(--iti-selected-country-arrow-padding);
    padding-left:var(--iti-input-padding);
    margin-right:0
}
.frm_forms .iti--allow-dropdown .iti__country-container,.frm_forms .iti--show-selected-dial-code .iti__country-container{
    right:auto;
    left:0
}
.frm_forms [dir=rtl] .iti--allow-dropdown .iti__country-container,.frm_forms [dir=rtl] .iti--show-selected-dial-code .iti__country-container{
    right:0;
    left:auto
}
.frm_forms .iti--allow-dropdown .iti__country-container:hover,.frm_forms .iti--allow-dropdown .iti__country-container:hover button{
    cursor:pointer
}
.frm_forms .iti--allow-dropdown .iti__country-container:hover .iti__selected-country{
    background-color:var(--iti-hover-color)
}
.frm_forms .iti--allow-dropdown .iti__country-container:has(+input[disabled]):hover,.frm_forms .iti--allow-dropdown .iti__country-container:has(+input[readonly]):hover{
    cursor:default
}
.frm_forms .iti--allow-dropdown .iti__country-container:has(+input[disabled]):hover .iti__selected-country,.frm_forms .iti--allow-dropdown .iti__country-container:has(+input[readonly]):hover .iti__selected-country{
    background-color:transparent
}
.frm_forms .iti--show-selected-dial-code .iti__selected-country{
    background-color:var(--iti-hover-color)
}
.frm_forms .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code{
    margin-left:var(--iti-arrow-padding)
}
.frm_forms [dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code{
    margin-left:0;
    margin-right:var(--iti-arrow-padding)
}
.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--fullscreen-popup.iti--container{
    background-color:rgba(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:center
}
.frm_forms .iti--fullscreen-popup.iti--container.iti--country-search{
    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;
    line-height:1.5em
}
.frm_forms .iti__flag{
    width:20px
}
.frm_forms .iti__flag.iti__be{
    width:18px
}
.frm_forms .iti__flag.iti__ch{
    width:15px
}
.frm_forms .iti__flag.iti__mc{
    width:19px
}
.frm_forms .iti__flag.iti__ne{
    width:18px
}
.frm_forms .iti__flag.iti__np{
    width:13px
}
.frm_forms .iti__flag.iti__va{
    width:15px
}
@media (min-resolution:2x){
    .frm_forms .iti__flag{
        background-size:5762px 15px
    }
}
.frm_forms .iti__flag.iti__ac{
    height:10px;
    background-position:0 0
}
.frm_forms .iti__flag.iti__ad{
    height:14px;
    background-position:-22px 0
}
.frm_forms .iti__flag.iti__ae{
    height:10px;
    background-position:-44px 0
}
.frm_forms .iti__flag.iti__af{
    height:14px;
    background-position:-66px 0
}
.frm_forms .iti__flag.iti__ag{
    height:14px;
    background-position:-88px 0
}
.frm_forms .iti__flag.iti__ai{
    height:10px;
    background-position:-110px 0
}
.frm_forms .iti__flag.iti__al{
    height:15px;
    background-position:-132px 0
}
.frm_forms .iti__flag.iti__am{
    height:10px;
    background-position:-154px 0
}
.frm_forms .iti__flag.iti__ao{
    height:14px;
    background-position:-176px 0
}
.frm_forms .iti__flag.iti__aq{
    height:14px;
    background-position:-198px 0
}
.frm_forms .iti__flag.iti__ar{
    height:13px;
    background-position:-220px 0
}
.frm_forms .iti__flag.iti__as{
    height:10px;
    background-position:-242px 0
}
.frm_forms .iti__flag.iti__at{
    height:14px;
    background-position:-264px 0
}
.frm_forms .iti__flag.iti__au{
    height:10px;
    background-position:-286px 0
}
.frm_forms .iti__flag.iti__aw{
    height:14px;
    background-position:-308px 0
}
.frm_forms .iti__flag.iti__ax{
    height:13px;
    background-position:-330px 0
}
.frm_forms .iti__flag.iti__az{
    height:10px;
    background-position:-352px 0
}
.frm_forms .iti__flag.iti__ba{
    height:10px;
    background-position:-374px 0
}
.frm_forms .iti__flag.iti__bb{
    height:14px;
    background-position:-396px 0
}
.frm_forms .iti__flag.iti__bd{
    height:12px;
    background-position:-418px 0
}
.frm_forms .iti__flag.iti__be{
    height:15px;
    background-position:-440px 0
}
.frm_forms .iti__flag.iti__bf{
    height:14px;
    background-position:-460px 0
}
.frm_forms .iti__flag.iti__bg{
    height:12px;
    background-position:-482px 0
}
.frm_forms .iti__flag.iti__bh{
    height:12px;
    background-position:-504px 0
}
.frm_forms .iti__flag.iti__bi{
    height:12px;
    background-position:-526px 0
}
.frm_forms .iti__flag.iti__bj{
    height:14px;
    background-position:-548px 0
}
.frm_forms .iti__flag.iti__bl{
    height:14px;
    background-position:-570px 0
}
.frm_forms .iti__flag.iti__bm{
    height:10px;
    background-position:-592px 0
}
.frm_forms .iti__flag.iti__bn{
    height:10px;
    background-position:-614px 0
}
.frm_forms .iti__flag.iti__bo{
    height:14px;
    background-position:-636px 0
}
.frm_forms .iti__flag.iti__bq{
    height:14px;
    background-position:-658px 0
}
.frm_forms .iti__flag.iti__br{
    height:14px;
    background-position:-680px 0
}
.frm_forms .iti__flag.iti__bs{
    height:10px;
    background-position:-702px 0
}
.frm_forms .iti__flag.iti__bt{
    height:14px;
    background-position:-724px 0
}
.frm_forms .iti__flag.iti__bv{
    height:15px;
    background-position:-746px 0
}
.frm_forms .iti__flag.iti__bw{
    height:14px;
    background-position:-768px 0
}
.frm_forms .iti__flag.iti__by{
    height:10px;
    background-position:-790px 0
}
.frm_forms .iti__flag.iti__bz{
    height:12px;
    background-position:-812px 0
}
.frm_forms .iti__flag.iti__ca{
    height:10px;
    background-position:-834px 0
}
.frm_forms .iti__flag.iti__cc{
    height:10px;
    background-position:-856px 0
}
.frm_forms .iti__flag.iti__cd{
    height:15px;
    background-position:-878px 0
}
.frm_forms .iti__flag.iti__cf{
    height:14px;
    background-position:-900px 0
}
.frm_forms .iti__flag.iti__cg{
    height:14px;
    background-position:-922px 0
}
.frm_forms .iti__flag.iti__ch{
    height:15px;
    background-position:-944px 0
}
.frm_forms .iti__flag.iti__ci{
    height:14px;
    background-position:-961px 0
}
.frm_forms .iti__flag.iti__ck{
    height:10px;
    background-position:-983px 0
}
.frm_forms .iti__flag.iti__cl{
    height:14px;
    background-position:-1005px 0
}
.frm_forms .iti__flag.iti__cm{
    height:14px;
    background-position:-1027px 0
}
.frm_forms .iti__flag.iti__cn{
    height:14px;
    background-position:-1049px 0
}
.frm_forms .iti__flag.iti__co{
    height:14px;
    background-position:-1071px 0
}
.frm_forms .iti__flag.iti__cp{
    height:14px;
    background-position:-1093px 0
}
.frm_forms .iti__flag.iti__cq{
    height:12px;
    background-position:-1115px 0
}
.frm_forms .iti__flag.iti__cr{
    height:12px;
    background-position:-1137px 0
}
.frm_forms .iti__flag.iti__cu{
    height:10px;
    background-position:-1159px 0
}
.frm_forms .iti__flag.iti__cv{
    height:12px;
    background-position:-1181px 0
}
.frm_forms .iti__flag.iti__cw{
    height:14px;
    background-position:-1203px 0
}
.frm_forms .iti__flag.iti__cx{
    height:10px;
    background-position:-1225px 0
}
.frm_forms .iti__flag.iti__cy{
    height:14px;
    background-position:-1247px 0
}
.frm_forms .iti__flag.iti__cz{
    height:14px;
    background-position:-1269px 0
}
.frm_forms .iti__flag.iti__de{
    height:12px;
    background-position:-1291px 0
}
.frm_forms .iti__flag.iti__dg{
    height:10px;
    background-position:-1313px 0
}
.frm_forms .iti__flag.iti__dj{
    height:14px;
    background-position:-1335px 0
}
.frm_forms .iti__flag.iti__dk{
    height:15px;
    background-position:-1357px 0
}
.frm_forms .iti__flag.iti__dm{
    height:10px;
    background-position:-1379px 0
}
.frm_forms .iti__flag.iti__do{
    height:14px;
    background-position:-1401px 0
}
.frm_forms .iti__flag.iti__dz{
    height:14px;
    background-position:-1423px 0
}
.frm_forms .iti__flag.iti__ea{
    height:14px;
    background-position:-1445px 0
}
.frm_forms .iti__flag.iti__ec{
    height:14px;
    background-position:-1467px 0
}
.frm_forms .iti__flag.iti__ee{
    height:13px;
    background-position:-1489px 0
}
.frm_forms .iti__flag.iti__eg{
    height:14px;
    background-position:-1511px 0
}
.frm_forms .iti__flag.iti__eh{
    height:10px;
    background-position:-1533px 0
}
.frm_forms .iti__flag.iti__er{
    height:10px;
    background-position:-1555px 0
}
.frm_forms .iti__flag.iti__es{
    height:14px;
    background-position:-1577px 0
}
.frm_forms .iti__flag.iti__et{
    height:10px;
    background-position:-1599px 0
}
.frm_forms .iti__flag.iti__eu{
    height:14px;
    background-position:-1621px 0
}
.frm_forms .iti__flag.iti__ez{
    height:14px;
    background-position:-1643px 0
}
.frm_forms .iti__flag.iti__fi{
    height:12px;
    background-position:-1665px 0
}
.frm_forms .iti__flag.iti__fj{
    height:10px;
    background-position:-1687px 0
}
.frm_forms .iti__flag.iti__fk{
    height:10px;
    background-position:-1709px 0
}
.frm_forms .iti__flag.iti__fm{
    height:11px;
    background-position:-1731px 0
}
.frm_forms .iti__flag.iti__fo{
    height:15px;
    background-position:-1753px 0
}
.frm_forms .iti__flag.iti__fr{
    height:14px;
    background-position:-1775px 0
}
.frm_forms .iti__flag.iti__fx{
    height:14px;
    background-position:-1797px 0
}
.frm_forms .iti__flag.iti__ga{
    height:15px;
    background-position:-1819px 0
}
.frm_forms .iti__flag.iti__gb{
    height:10px;
    background-position:-1841px 0
}
.frm_forms .iti__flag.iti__gd{
    height:12px;
    background-position:-1863px 0
}
.frm_forms .iti__flag.iti__ge{
    height:14px;
    background-position:-1885px 0
}
.frm_forms .iti__flag.iti__gf{
    height:14px;
    background-position:-1907px 0
}
.frm_forms .iti__flag.iti__gg{
    height:14px;
    background-position:-1929px 0
}
.frm_forms .iti__flag.iti__gh{
    height:14px;
    background-position:-1951px 0
}
.frm_forms .iti__flag.iti__gi{
    height:10px;
    background-position:-1973px 0
}
.frm_forms .iti__flag.iti__gl{
    height:14px;
    background-position:-1995px 0
}
.frm_forms .iti__flag.iti__gm{
    height:14px;
    background-position:-2017px 0
}
.frm_forms .iti__flag.iti__gn{
    height:14px;
    background-position:-2039px 0
}
.frm_forms .iti__flag.iti__gp{
    height:14px;
    background-position:-2061px 0
}
.frm_forms .iti__flag.iti__gq{
    height:14px;
    background-position:-2083px 0
}
.frm_forms .iti__flag.iti__gr{
    height:14px;
    background-position:-2105px 0
}
.frm_forms .iti__flag.iti__gs{
    height:10px;
    background-position:-2127px 0
}
.frm_forms .iti__flag.iti__gt{
    height:13px;
    background-position:-2149px 0
}
.frm_forms .iti__flag.iti__gu{
    height:11px;
    background-position:-2171px 0
}
.frm_forms .iti__flag.iti__gw{
    height:10px;
    background-position:-2193px 0
}
.frm_forms .iti__flag.iti__gy{
    height:12px;
    background-position:-2215px 0
}
.frm_forms .iti__flag.iti__hk{
    height:14px;
    background-position:-2237px 0
}
.frm_forms .iti__flag.iti__hm{
    height:10px;
    background-position:-2259px 0
}
.frm_forms .iti__flag.iti__hn{
    height:10px;
    background-position:-2281px 0
}
.frm_forms .iti__flag.iti__hr{
    height:10px;
    background-position:-2303px 0
}
.frm_forms .iti__flag.iti__ht{
    height:12px;
    background-position:-2325px 0
}
.frm_forms .iti__flag.iti__hu{
    height:10px;
    background-position:-2347px 0
}
.frm_forms .iti__flag.iti__ic{
    height:14px;
    background-position:-2369px 0
}
.frm_forms .iti__flag.iti__id{
    height:14px;
    background-position:-2391px 0
}
.frm_forms .iti__flag.iti__ie{
    height:10px;
    background-position:-2413px 0
}
.frm_forms .iti__flag.iti__il{
    height:15px;
    background-position:-2435px 0
}
.frm_forms .iti__flag.iti__im{
    height:10px;
    background-position:-2457px 0
}
.frm_forms .iti__flag.iti__in{
    height:14px;
    background-position:-2479px 0
}
.frm_forms .iti__flag.iti__io{
    height:10px;
    background-position:-2501px 0
}
.frm_forms .iti__flag.iti__iq{
    height:14px;
    background-position:-2523px 0
}
.frm_forms .iti__flag.iti__ir{
    height:12px;
    background-position:-2545px 0
}
.frm_forms .iti__flag.iti__is{
    height:15px;
    background-position:-2567px 0
}
.frm_forms .iti__flag.iti__it{
    height:14px;
    background-position:-2589px 0
}
.frm_forms .iti__flag.iti__je{
    height:12px;
    background-position:-2611px 0
}
.frm_forms .iti__flag.iti__jm{
    height:10px;
    background-position:-2633px 0
}
.frm_forms .iti__flag.iti__jo{
    height:10px;
    background-position:-2655px 0
}
.frm_forms .iti__flag.iti__jp{
    height:14px;
    background-position:-2677px 0
}
.frm_forms .iti__flag.iti__ke{
    height:14px;
    background-position:-2699px 0
}
.frm_forms .iti__flag.iti__kg{
    height:12px;
    background-position:-2721px 0
}
.frm_forms .iti__flag.iti__kh{
    height:13px;
    background-position:-2743px 0
}
.frm_forms .iti__flag.iti__ki{
    height:10px;
    background-position:-2765px 0
}
.frm_forms .iti__flag.iti__km{
    height:12px;
    background-position:-2787px 0
}
.frm_forms .iti__flag.iti__kn{
    height:14px;
    background-position:-2809px 0
}
.frm_forms .iti__flag.iti__kp{
    height:10px;
    background-position:-2831px 0
}
.frm_forms .iti__flag.iti__kr{
    height:14px;
    background-position:-2853px 0
}
.frm_forms .iti__flag.iti__kw{
    height:10px;
    background-position:-2875px 0
}
.frm_forms .iti__flag.iti__ky{
    height:10px;
    background-position:-2897px 0
}
.frm_forms .iti__flag.iti__kz{
    height:10px;
    background-position:-2919px 0
}
.frm_forms .iti__flag.iti__la{
    height:14px;
    background-position:-2941px 0
}
.frm_forms .iti__flag.iti__lb{
    height:14px;
    background-position:-2963px 0
}
.frm_forms .iti__flag.iti__lc{
    height:10px;
    background-position:-2985px 0
}
.frm_forms .iti__flag.iti__li{
    height:12px;
    background-position:-3007px 0
}
.frm_forms .iti__flag.iti__lk{
    height:10px;
    background-position:-3029px 0
}
.frm_forms .iti__flag.iti__lr{
    height:11px;
    background-position:-3051px 0
}
.frm_forms .iti__flag.iti__ls{
    height:14px;
    background-position:-3073px 0
}
.frm_forms .iti__flag.iti__lt{
    height:12px;
    background-position:-3095px 0
}
.frm_forms .iti__flag.iti__lu{
    height:12px;
    background-position:-3117px 0
}
.frm_forms .iti__flag.iti__lv{
    height:10px;
    background-position:-3139px 0
}
.frm_forms .iti__flag.iti__ly{
    height:10px;
    background-position:-3161px 0
}
.frm_forms .iti__flag.iti__ma{
    height:14px;
    background-position:-3183px 0
}
.frm_forms .iti__flag.iti__mc{
    height:15px;
    background-position:-3205px 0
}
.frm_forms .iti__flag.iti__md{
    height:10px;
    background-position:-3226px 0
}
.frm_forms .iti__flag.iti__me{
    height:10px;
    background-position:-3248px 0
}
.frm_forms .iti__flag.iti__mf{
    height:14px;
    background-position:-3270px 0
}
.frm_forms .iti__flag.iti__mg{
    height:14px;
    background-position:-3292px 0
}
.frm_forms .iti__flag.iti__mh{
    height:11px;
    background-position:-3314px 0
}
.frm_forms .iti__flag.iti__mk{
    height:10px;
    background-position:-3336px 0
}
.frm_forms .iti__flag.iti__ml{
    height:14px;
    background-position:-3358px 0
}
.frm_forms .iti__flag.iti__mm{
    height:14px;
    background-position:-3380px 0
}
.frm_forms .iti__flag.iti__mn{
    height:10px;
    background-position:-3402px 0
}
.frm_forms .iti__flag.iti__mo{
    height:14px;
    background-position:-3424px 0
}
.frm_forms .iti__flag.iti__mp{
    height:10px;
    background-position:-3446px 0
}
.frm_forms .iti__flag.iti__mq{
    height:14px;
    background-position:-3468px 0
}
.frm_forms .iti__flag.iti__mr{
    height:14px;
    background-position:-3490px 0
}
.frm_forms .iti__flag.iti__ms{
    height:10px;
    background-position:-3512px 0
}
.frm_forms .iti__flag.iti__mt{
    height:14px;
    background-position:-3534px 0
}
.frm_forms .iti__flag.iti__mu{
    height:14px;
    background-position:-3556px 0
}
.frm_forms .iti__flag.iti__mv{
    height:14px;
    background-position:-3578px 0
}
.frm_forms .iti__flag.iti__mw{
    height:14px;
    background-position:-3600px 0
}
.frm_forms .iti__flag.iti__mx{
    height:12px;
    background-position:-3622px 0
}
.frm_forms .iti__flag.iti__my{
    height:10px;
    background-position:-3644px 0
}
.frm_forms .iti__flag.iti__mz{
    height:14px;
    background-position:-3666px 0
}
.frm_forms .iti__flag.iti__na{
    height:14px;
    background-position:-3688px 0
}
.frm_forms .iti__flag.iti__nc{
    height:10px;
    background-position:-3710px 0
}
.frm_forms .iti__flag.iti__ne{
    height:15px;
    background-position:-3732px 0
}
.frm_forms .iti__flag.iti__nf{
    height:10px;
    background-position:-3752px 0
}
.frm_forms .iti__flag.iti__ng{
    height:10px;
    background-position:-3774px 0
}
.frm_forms .iti__flag.iti__ni{
    height:12px;
    background-position:-3796px 0
}
.frm_forms .iti__flag.iti__nl{
    height:14px;
    background-position:-3818px 0
}
.frm_forms .iti__flag.iti__no{
    height:15px;
    background-position:-3840px 0
}
.frm_forms .iti__flag.iti__np{
    height:15px;
    background-position:-3862px 0
}
.frm_forms .iti__flag.iti__nr{
    height:10px;
    background-position:-3877px 0
}
.frm_forms .iti__flag.iti__nu{
    height:10px;
    background-position:-3899px 0
}
.frm_forms .iti__flag.iti__nz{
    height:10px;
    background-position:-3921px 0
}
.frm_forms .iti__flag.iti__om{
    height:10px;
    background-position:-3943px 0
}
.frm_forms .iti__flag.iti__pa{
    height:14px;
    background-position:-3965px 0
}
.frm_forms .iti__flag.iti__pe{
    height:14px;
    background-position:-3987px 0
}
.frm_forms .iti__flag.iti__pf{
    height:14px;
    background-position:-4009px 0
}
.frm_forms .iti__flag.iti__pg{
    height:15px;
    background-position:-4031px 0
}
.frm_forms .iti__flag.iti__ph{
    height:10px;
    background-position:-4053px 0
}
.frm_forms .iti__flag.iti__pk{
    height:14px;
    background-position:-4075px 0
}
.frm_forms .iti__flag.iti__pl{
    height:13px;
    background-position:-4097px 0
}
.frm_forms .iti__flag.iti__pm{
    height:14px;
    background-position:-4119px 0
}
.frm_forms .iti__flag.iti__pn{
    height:10px;
    background-position:-4141px 0
}
.frm_forms .iti__flag.iti__pr{
    height:14px;
    background-position:-4163px 0
}
.frm_forms .iti__flag.iti__ps{
    height:10px;
    background-position:-4185px 0
}
.frm_forms .iti__flag.iti__pt{
    height:14px;
    background-position:-4207px 0
}
.frm_forms .iti__flag.iti__pw{
    height:13px;
    background-position:-4229px 0
}
.frm_forms .iti__flag.iti__py{
    height:11px;
    background-position:-4251px 0
}
.frm_forms .iti__flag.iti__qa{
    height:8px;
    background-position:-4273px 0
}
.frm_forms .iti__flag.iti__re{
    height:14px;
    background-position:-4295px 0
}
.frm_forms .iti__flag.iti__ro{
    height:14px;
    background-position:-4317px 0
}
.frm_forms .iti__flag.iti__rs{
    height:14px;
    background-position:-4339px 0
}
.frm_forms .iti__flag.iti__ru{
    height:14px;
    background-position:-4361px 0
}
.frm_forms .iti__flag.iti__rw{
    height:14px;
    background-position:-4383px 0
}
.frm_forms .iti__flag.iti__sa{
    height:14px;
    background-position:-4405px 0
}
.frm_forms .iti__flag.iti__sb{
    height:10px;
    background-position:-4427px 0
}
.frm_forms .iti__flag.iti__sc{
    height:10px;
    background-position:-4449px 0
}
.frm_forms .iti__flag.iti__sd{
    height:10px;
    background-position:-4471px 0
}
.frm_forms .iti__flag.iti__se{
    height:13px;
    background-position:-4493px 0
}
.frm_forms .iti__flag.iti__sg{
    height:14px;
    background-position:-4515px 0
}
.frm_forms .iti__flag.iti__sh{
    height:10px;
    background-position:-4537px 0
}
.frm_forms .iti__flag.iti__si{
    height:10px;
    background-position:-4559px 0
}
.frm_forms .iti__flag.iti__sj{
    height:15px;
    background-position:-4581px 0
}
.frm_forms .iti__flag.iti__sk{
    height:14px;
    background-position:-4603px 0
}
.frm_forms .iti__flag.iti__sl{
    height:14px;
    background-position:-4625px 0
}
.frm_forms .iti__flag.iti__sm{
    height:15px;
    background-position:-4647px 0
}
.frm_forms .iti__flag.iti__sn{
    height:14px;
    background-position:-4669px 0
}
.frm_forms .iti__flag.iti__so{
    height:14px;
    background-position:-4691px 0
}
.frm_forms .iti__flag.iti__sr{
    height:14px;
    background-position:-4713px 0
}
.frm_forms .iti__flag.iti__ss{
    height:10px;
    background-position:-4735px 0
}
.frm_forms .iti__flag.iti__st{
    height:10px;
    background-position:-4757px 0
}
.frm_forms .iti__flag.iti__su{
    height:10px;
    background-position:-4779px 0
}
.frm_forms .iti__flag.iti__sv{
    height:12px;
    background-position:-4801px 0
}
.frm_forms .iti__flag.iti__sx{
    height:14px;
    background-position:-4823px 0
}
.frm_forms .iti__flag.iti__sy{
    height:14px;
    background-position:-4845px 0
}
.frm_forms .iti__flag.iti__sz{
    height:14px;
    background-position:-4867px 0
}
.frm_forms .iti__flag.iti__ta{
    height:10px;
    background-position:-4889px 0
}
.frm_forms .iti__flag.iti__tc{
    height:10px;
    background-position:-4911px 0
}
.frm_forms .iti__flag.iti__td{
    height:14px;
    background-position:-4933px 0
}
.frm_forms .iti__flag.iti__tf{
    height:14px;
    background-position:-4955px 0
}
.frm_forms .iti__flag.iti__tg{
    height:13px;
    background-position:-4977px 0
}
.frm_forms .iti__flag.iti__th{
    height:14px;
    background-position:-4999px 0
}
.frm_forms .iti__flag.iti__tj{
    height:10px;
    background-position:-5021px 0
}
.frm_forms .iti__flag.iti__tk{
    height:10px;
    background-position:-5043px 0
}
.frm_forms .iti__flag.iti__tl{
    height:10px;
    background-position:-5065px 0
}
.frm_forms .iti__flag.iti__tm{
    height:14px;
    background-position:-5087px 0
}
.frm_forms .iti__flag.iti__tn{
    height:14px;
    background-position:-5109px 0
}
.frm_forms .iti__flag.iti__to{
    height:10px;
    background-position:-5131px 0
}
.frm_forms .iti__flag.iti__tr{
    height:14px;
    background-position:-5153px 0
}
.frm_forms .iti__flag.iti__tt{
    height:12px;
    background-position:-5175px 0
}
.frm_forms .iti__flag.iti__tv{
    height:10px;
    background-position:-5197px 0
}
.frm_forms .iti__flag.iti__tw{
    height:14px;
    background-position:-5219px 0
}
.frm_forms .iti__flag.iti__tz{
    height:14px;
    background-position:-5241px 0
}
.frm_forms .iti__flag.iti__ua{
    height:14px;
    background-position:-5263px 0
}
.frm_forms .iti__flag.iti__ug{
    height:14px;
    background-position:-5285px 0
}
.frm_forms .iti__flag.iti__uk{
    height:10px;
    background-position:-5307px 0
}
.frm_forms .iti__flag.iti__um{
    height:11px;
    background-position:-5329px 0
}
.frm_forms .iti__flag.iti__un{
    height:14px;
    background-position:-5351px 0
}
.frm_forms .iti__flag.iti__us{
    height:11px;
    background-position:-5373px 0
}
.frm_forms .iti__flag.iti__uy{
    height:14px;
    background-position:-5395px 0
}
.frm_forms .iti__flag.iti__uz{
    height:10px;
    background-position:-5417px 0
}
.frm_forms .iti__flag.iti__va{
    height:15px;
    background-position:-5439px 0
}
.frm_forms .iti__flag.iti__vc{
    height:14px;
    background-position:-5456px 0
}
.frm_forms .iti__flag.iti__ve{
    height:14px;
    background-position:-5478px 0
}
.frm_forms .iti__flag.iti__vg{
    height:10px;
    background-position:-5500px 0
}
.frm_forms .iti__flag.iti__vi{
    height:14px;
    background-position:-5522px 0
}
.frm_forms .iti__flag.iti__vn{
    height:14px;
    background-position:-5544px 0
}
.frm_forms .iti__flag.iti__vu{
    height:12px;
    background-position:-5566px 0
}
.frm_forms .iti__flag.iti__wf{
    height:14px;
    background-position:-5588px 0
}
.frm_forms .iti__flag.iti__ws{
    height:10px;
    background-position:-5610px 0
}
.frm_forms .iti__flag.iti__xk{
    height:15px;
    background-position:-5632px 0
}
.frm_forms .iti__flag.iti__ye{
    height:14px;
    background-position:-5654px 0
}
.frm_forms .iti__flag.iti__yt{
    height:14px;
    background-position:-5676px 0
}
.frm_forms .iti__flag.iti__za{
    height:14px;
    background-position:-5698px 0
}
.frm_forms .iti__flag.iti__zm{
    height:14px;
    background-position:-5720px 0
}
.frm_forms .iti__flag.iti__zw{
    height:10px;
    background-position:-5742px 0
}
.frm_forms .iti__flag{
    height:var(--iti-flag-height);
    box-shadow:0 0 1px 0 #888;
    background-repeat:no-repeat;
    background-position:var(--iti-flag-width) 0
}
.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('./flags.png?1');
    transform:scale(.9)
}
@media (min-resolution:2x){
    .with_frm_style .iti__flag{
        background-image:url('./flags@2x.png?1')
    }
}
.with_frm_style .iti__globe{
    background-image:url('./globe.png')
}
@media (min-resolution:2x){
    .with_frm_style .iti__globe{
        background-image:url('./globe@2x.png')
    }
}
.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
}
@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:#fff;
    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:.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 .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(.77,0,.175,1);
    animation:passing-through 3s cubic-bezier(.77,0,.175,1)
}
.frm_dropzone .dz-preview.dz-processing .dz-progress{
    transition:all .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 .3s 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 .3s ease;
    color:#b94a48;
    padding:.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:0 0 !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 #eee;
    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:.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 .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:#fff
}
.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,.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:0;
    border-bottom-left-radius:0;
    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:0;
    border-bottom-right-radius:0;
    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:#005ca6;
    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
    }
}
@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
}
 img.wp-smiley,img.emoji{
    display:inline !important;
    border:none !important;
    box-shadow:none !important;
    height:1em !important;
    width:1em !important;
    margin:0 .07em !important;
    vertical-align:-.1em !important;
    background:0 0 !important;
    padding:0 !important
}
/*! This file is auto-generated */
 .wp-block-button__link{
    color:#fff;
    background-color:#32373c;
    border-radius:9999px;
    box-shadow:none;
    text-decoration:none;
    padding:calc(.667em + 2px) calc(1.333em + 2px);
    font-size:1.125em
}
.wp-block-file__button{
    background:#32373c;
    color:#fff;
    text-decoration:none
}
 :root{
    --wp--preset--aspect-ratio--square:1;
    --wp--preset--aspect-ratio--4-3:4/3;
    --wp--preset--aspect-ratio--3-4:3/4;
    --wp--preset--aspect-ratio--3-2:3/2;
    --wp--preset--aspect-ratio--2-3:2/3;
    --wp--preset--aspect-ratio--16-9:16/9;
    --wp--preset--aspect-ratio--9-16:9/16;
    --wp--preset--color--black:#000;
    --wp--preset--color--cyan-bluish-gray:#abb8c3;
    --wp--preset--color--white:#fff;
    --wp--preset--color--pale-pink:#f78da7;
    --wp--preset--color--vivid-red:#cf2e2e;
    --wp--preset--color--luminous-vivid-orange:#ff6900;
    --wp--preset--color--luminous-vivid-amber:#fcb900;
    --wp--preset--color--light-green-cyan:#7bdcb5;
    --wp--preset--color--vivid-green-cyan:#00d084;
    --wp--preset--color--pale-cyan-blue:#8ed1fc;
    --wp--preset--color--vivid-cyan-blue:#0693e3;
    --wp--preset--color--vivid-purple:#9b51e0;
    --wp--preset--color--contrast:var(--contrast);
    --wp--preset--color--contrast-2:var(--contrast-2);
    --wp--preset--color--contrast-3:var(--contrast-3);
    --wp--preset--color--base:var(--base);
    --wp--preset--color--base-2:var(--base-2);
    --wp--preset--color--base-3:var(--base-3);
    --wp--preset--color--accent:var(--accent);
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
    --wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
    --wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
    --wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
    --wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
    --wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
    --wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);
    --wp--preset--font-size--small:13px;
    --wp--preset--font-size--medium:20px;
    --wp--preset--font-size--large:36px;
    --wp--preset--font-size--x-large:42px;
    --wp--preset--spacing--20:.44rem;
    --wp--preset--spacing--30:.67rem;
    --wp--preset--spacing--40:1rem;
    --wp--preset--spacing--50:1.5rem;
    --wp--preset--spacing--60:2.25rem;
    --wp--preset--spacing--70:3.38rem;
    --wp--preset--spacing--80:5.06rem;
    --wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);
    --wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);
    --wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);
    --wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);
    --wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)
}
:where(.is-layout-flex){
    gap:.5em
}
:where(.is-layout-grid){
    gap:.5em
}
body .is-layout-flex{
    display:flex
}
.is-layout-flex{
    flex-wrap:wrap;
    align-items:center
}
.is-layout-flex>:is(*,div){
    margin:0
}
body .is-layout-grid{
    display:grid
}
.is-layout-grid>:is(*,div){
    margin:0
}
:where(.wp-block-columns.is-layout-flex){
    gap:2em
}
:where(.wp-block-columns.is-layout-grid){
    gap:2em
}
:where(.wp-block-post-template.is-layout-flex){
    gap:1.25em
}
:where(.wp-block-post-template.is-layout-grid){
    gap:1.25em
}
.has-black-color{
    color:var(--wp--preset--color--black) !important
}
.has-cyan-bluish-gray-color{
    color:var(--wp--preset--color--cyan-bluish-gray) !important
}
.has-white-color{
    color:var(--wp--preset--color--white) !important
}
.has-pale-pink-color{
    color:var(--wp--preset--color--pale-pink) !important
}
.has-vivid-red-color{
    color:var(--wp--preset--color--vivid-red) !important
}
.has-luminous-vivid-orange-color{
    color:var(--wp--preset--color--luminous-vivid-orange) !important
}
.has-luminous-vivid-amber-color{
    color:var(--wp--preset--color--luminous-vivid-amber) !important
}
.has-light-green-cyan-color{
    color:var(--wp--preset--color--light-green-cyan) !important
}
.has-vivid-green-cyan-color{
    color:var(--wp--preset--color--vivid-green-cyan) !important
}
.has-pale-cyan-blue-color{
    color:var(--wp--preset--color--pale-cyan-blue) !important
}
.has-vivid-cyan-blue-color{
    color:var(--wp--preset--color--vivid-cyan-blue) !important
}
.has-vivid-purple-color{
    color:var(--wp--preset--color--vivid-purple) !important
}
.has-black-background-color{
    background-color:var(--wp--preset--color--black) !important
}
.has-cyan-bluish-gray-background-color{
    background-color:var(--wp--preset--color--cyan-bluish-gray) !important
}
.has-white-background-color{
    background-color:var(--wp--preset--color--white) !important
}
.has-pale-pink-background-color{
    background-color:var(--wp--preset--color--pale-pink) !important
}
.has-vivid-red-background-color{
    background-color:var(--wp--preset--color--vivid-red) !important
}
.has-luminous-vivid-orange-background-color{
    background-color:var(--wp--preset--color--luminous-vivid-orange) !important
}
.has-luminous-vivid-amber-background-color{
    background-color:var(--wp--preset--color--luminous-vivid-amber) !important
}
.has-light-green-cyan-background-color{
    background-color:var(--wp--preset--color--light-green-cyan) !important
}
.has-vivid-green-cyan-background-color{
    background-color:var(--wp--preset--color--vivid-green-cyan) !important
}
.has-pale-cyan-blue-background-color{
    background-color:var(--wp--preset--color--pale-cyan-blue) !important
}
.has-vivid-cyan-blue-background-color{
    background-color:var(--wp--preset--color--vivid-cyan-blue) !important
}
.has-vivid-purple-background-color{
    background-color:var(--wp--preset--color--vivid-purple) !important
}
.has-black-border-color{
    border-color:var(--wp--preset--color--black) !important
}
.has-cyan-bluish-gray-border-color{
    border-color:var(--wp--preset--color--cyan-bluish-gray) !important
}
.has-white-border-color{
    border-color:var(--wp--preset--color--white) !important
}
.has-pale-pink-border-color{
    border-color:var(--wp--preset--color--pale-pink) !important
}
.has-vivid-red-border-color{
    border-color:var(--wp--preset--color--vivid-red) !important
}
.has-luminous-vivid-orange-border-color{
    border-color:var(--wp--preset--color--luminous-vivid-orange) !important
}
.has-luminous-vivid-amber-border-color{
    border-color:var(--wp--preset--color--luminous-vivid-amber) !important
}
.has-light-green-cyan-border-color{
    border-color:var(--wp--preset--color--light-green-cyan) !important
}
.has-vivid-green-cyan-border-color{
    border-color:var(--wp--preset--color--vivid-green-cyan) !important
}
.has-pale-cyan-blue-border-color{
    border-color:var(--wp--preset--color--pale-cyan-blue) !important
}
.has-vivid-cyan-blue-border-color{
    border-color:var(--wp--preset--color--vivid-cyan-blue) !important
}
.has-vivid-purple-border-color{
    border-color:var(--wp--preset--color--vivid-purple) !important
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background{
    background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background{
    background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{
    background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background{
    background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background{
    background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}
.has-cool-to-warm-spectrum-gradient-background{
    background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}
.has-blush-light-purple-gradient-background{
    background:var(--wp--preset--gradient--blush-light-purple) !important
}
.has-blush-bordeaux-gradient-background{
    background:var(--wp--preset--gradient--blush-bordeaux) !important
}
.has-luminous-dusk-gradient-background{
    background:var(--wp--preset--gradient--luminous-dusk) !important
}
.has-pale-ocean-gradient-background{
    background:var(--wp--preset--gradient--pale-ocean) !important
}
.has-electric-grass-gradient-background{
    background:var(--wp--preset--gradient--electric-grass) !important
}
.has-midnight-gradient-background{
    background:var(--wp--preset--gradient--midnight) !important
}
.has-small-font-size{
    font-size:var(--wp--preset--font-size--small) !important
}
.has-medium-font-size{
    font-size:var(--wp--preset--font-size--medium) !important
}
.has-large-font-size{
    font-size:var(--wp--preset--font-size--large) !important
}
.has-x-large-font-size{
    font-size:var(--wp--preset--font-size--x-large) !important
}
:where(.wp-block-post-template.is-layout-flex){
    gap:1.25em
}
:where(.wp-block-post-template.is-layout-grid){
    gap:1.25em
}
:where(.wp-block-columns.is-layout-flex){
    gap:2em
}
:where(.wp-block-columns.is-layout-grid){
    gap:2em
}
:root :where(.wp-block-pullquote){
    font-size:1.5em;
    line-height:1.6
}
 .fm-map-container svg{
    z-index:1;
    -webkit-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -ms-user-select:none;
    height:100% !important
}
.fm-tooltip{
    display:none;
    position:absolute;
    z-index:3;
    min-width:200px
}
.fm-tooltip-image{
    white-space:nowrap
}
.fm-tooltip-image img{
    max-width:none
}
.fm-tooltip-comment{
    font-size:11px;
    font-family:arial;
    color:#000
}
.fm-tooltip-comment p{
    margin-top:0 !important
}
.fm-tooltip-frame{
    background-color:#fff;
    border:2px solid #bbb;
    border-radius:10px;
    padding:5px;
    opacity:.99;
    max-width:400px;
    min-width:200px;
    border-collapse:separate;
    margin-bottom:0 !important;
    line-height:1.4;
    vertical-align:top;
    table-layout:auto
}
.fm-tooltip-frame td{
    background-color:inherit;
    border:none;
    padding:5px;
    vertical-align:top;
    margin:0
}
.fm-tooltip-name{
    text-shadow:-1px 0 #fff,0 1px #fff,1px 0 #fff,0 -1px #fff;
    font-weight:700;
    padding:5px;
    font-family:arial;
    line-height:1
}
.fm-tooltip-x{
    color:#444;
    font:12px/100% arial,sans-serif;
    position:relative;
    text-decoration:none;
    text-shadow:0 1px 0 #fff;
    z-index:5;
    visibility:hidden;
    cursor:pointer;
    margin:-5px -5px 5px 5px;
    border-bottom:none !important;
    float:right
}
.fm-tooltip-x img{
    width:12px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important
}
.fm-tooltip-x.fm-frozen-x{
    visibility:visible
}
.fm-tooltip-x.fm-mobile-x{
    visibility:visible
}
.fm-scale{
    float:left;
    position:absolute;
    left:0;
    bottom:0;
    z-index:2;
    margin:10px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -ms-user-select:none
}
.fm-scale div{
    float:left
}
.fm-scale a{
    display:block;
    float:left;
    font-size:31px;
    font-weight:700;
    line-height:38px;
    text-align:center;
    cursor:pointer;
    color:#333 !important;
    width:41px;
    height:37px;
    padding-top:1px;
    border:1px solid #e8e8e8 !important;
    border-bottom:1px solid #bbb !important;
    text-decoration:none !important;
    margin-right:3px;
    border-radius:2px;
    background:#fff
}
.fm-scale a:hover{
    color:#186ba3 !important
}
.fm-scale a.fm-inactive{
    cursor:default;
    color:#cdcdcd !important
}
.fm-scale-display{
    clear:both;
    position:relative;
    left:0;
    z-index:10;
    width:100%;
    height:1px;
    bottom:0;
    margin-bottom:5px;
    background-color:#e8e8e8
}
.fm-scale-display div{
    background-color:#237cbd;
    height:1px;
    -webkit-transition:width ease-in-out .2s;
    transition:width ease-in-out .2s
}
.fm-scale-buttons{
    clear:both
}
.fm-no-events{
    pointer-events:none
}
.usaHtml5Mapright{
    margin:auto
}
.usaHtml5Mapright .usaHtml5MapContainer{
    position:relative;
    float:left
}
.usaHtml5Mapbottom{
    margin:auto
}
.usaHtml5Mapbottom .usaHtml5MapContainer{
    position:relative
}
.usaHtml5Mapright .usaHtml5MapStateInfo,.usaHtml5Mapright .usaHtml5MapStateInfo{
    float:left;
    left:20px;
    margin-right:20px;
    position:relative
}
.usaHtml5Mapright.htmlMapResponsive .usaHtml5MapContainer{
    position:relative;
    float:none;
    width:auto
}
.usaHtml5Mapright .usaHtml5MapStateInfo,.usaHtml5Mapright .usaHtml5MapStateInfo{
    float:none;
    left:auto;
    margin-right:20px;
    position:relative
}
@media (min-width:768px){
    .usaHtml5Mapright.htmlMapResponsive .usaHtml5MapContainer{
        position:relative;
        float:left;
        width:60%
    }
    .usaHtml5Mapright.htmlMapResponsive .usaHtml5MapStateInfo,.usaHtml5Mapright.htmlMapResponsive .usaHtml5MapStateInfo{
        float:left;
        margin:2%;
        position:relative;
        width:36%;
        left:auto
    }
}
.usaHtml5Map-areas-list{
    display:none;
    float:left;
    overflow:auto
}
.usaHtml5Map-areas-list .usaHtml5Map-areas-item{
    margin-bottom:2px
}
.usaHtml5Map-areas-list a{
    font-size:16px;
    text-decoration:none;
    word-wrap:break-word
}
.usaHtml5MapSelector.mobile-only{
    display:none
}
.usaHtml5MapSelector select{
    max-width:90%
}
@media (max-width:768px){
    .fm-mobile-fixed .fm-tooltip-frame{
        max-width:100%;
        width:100%
    }
    .fm-mobile-fixed .fm-tooltip-comment{
        width:100%
    }
    .fm-scale a{
        width:31px;
        height:27px;
        font-size:21px;
        line-height:28px
    }
}
@media only screen and (max-width:480px){
    .usaHtml5Map-areas-list{
        display:none !important
    }
    .usaHtml5MapSelector.mobile-only{
        display:block
    }
}
 @font-face{
    font-family:'Genericons';
    src:url(./fonts/Genericons.eot)
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    @font-face{
        font-family:"Genericons";
        src:url(./fonts/Genericons.svg#Genericons) format("svg")
    }
}
.genericon{
    font-size:16px;
    vertical-align:top;
    text-align:center;
    -moz-transition:color .1s ease-in 0;
    -webkit-transition:color .1s ease-in 0;
    display:inline-block;
    font-family:"Genericons";
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    line-height:1;
    text-decoration:inherit;
    text-transform:none;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    speak:none
}
.genericon-404:before{
    content:"\f423"
}
.genericon-activity:before{
    content:"\f508"
}
.genericon-anchor:before{
    content:"\f509"
}
.genericon-aside:before{
    content:"\f101"
}
.genericon-attachment:before{
    content:"\f416"
}
.genericon-audio:before{
    content:"\f109"
}
.genericon-bold:before{
    content:"\f471"
}
.genericon-book:before{
    content:"\f444"
}
.genericon-bug:before{
    content:"\f50a"
}
.genericon-cart:before{
    content:"\f447"
}
.genericon-category:before{
    content:"\f301"
}
.genericon-chat:before{
    content:"\f108"
}
.genericon-checkmark:before{
    content:"\f418"
}
.genericon-close:before{
    content:"\f405"
}
.genericon-close-alt:before{
    content:"\f406"
}
.genericon-cloud:before{
    content:"\f426"
}
.genericon-cloud-download:before{
    content:"\f440"
}
.genericon-cloud-upload:before{
    content:"\f441"
}
.genericon-code:before{
    content:"\f462"
}
.genericon-codepen:before{
    content:"\f216"
}
.genericon-cog:before{
    content:"\f445"
}
.genericon-collapse:before{
    content:"\f432"
}
.genericon-comment:before{
    content:"\f300"
}
.genericon-day:before{
    content:"\f305"
}
.genericon-digg:before{
    content:"\f221"
}
.genericon-document:before{
    content:"\f443"
}
.genericon-dot:before{
    content:"\f428"
}
.genericon-downarrow:before{
    content:"\f502"
}
.genericon-download:before{
    content:"\f50b"
}
.genericon-draggable:before{
    content:"\f436"
}
.genericon-dribbble:before{
    content:"\f201"
}
.genericon-dropbox:before{
    content:"\f225"
}
.genericon-dropdown:before{
    content:"\f433"
}
.genericon-dropdown-left:before{
    content:"\f434"
}
.genericon-edit:before{
    content:"\f411"
}
.genericon-ellipsis:before{
    content:"\f476"
}
.genericon-expand:before{
    content:"\f431"
}
.genericon-external:before{
    content:"\f442"
}
.genericon-facebook:before{
    content:"\f203"
}
.genericon-facebook-alt:before{
    content:"\f204"
}
.genericon-fastforward:before{
    content:"\f458"
}
.genericon-feed:before{
    content:"\f413"
}
.genericon-flag:before{
    content:"\f468"
}
.genericon-flickr:before{
    content:"\f211"
}
.genericon-foursquare:before{
    content:"\f226"
}
.genericon-fullscreen:before{
    content:"\f474"
}
.genericon-gallery:before{
    content:"\f103"
}
.genericon-github:before{
    content:"\f200"
}
.genericon-googleplus:before{
    content:"\f206"
}
.genericon-googleplus-alt:before{
    content:"\f218"
}
.genericon-handset:before{
    content:"\f50c"
}
.genericon-heart:before{
    content:"\f461"
}
.genericon-help:before{
    content:"\f457"
}
.genericon-hide:before{
    content:"\f404"
}
.genericon-hierarchy:before{
    content:"\f505"
}
.genericon-home:before{
    content:"\f409"
}
.genericon-image:before{
    content:"\f102"
}
.genericon-info:before{
    content:"\f455"
}
.genericon-instagram:before{
    content:"\f215"
}
.genericon-italic:before{
    content:"\f472"
}
.genericon-key:before{
    content:"\f427"
}
.genericon-leftarrow:before{
    content:"\f503"
}
.genericon-link:before{
    content:"\f107"
}
.genericon-linkedin:before{
    content:"\f207"
}
.genericon-linkedin-alt:before{
    content:"\f208"
}
.genericon-location:before{
    content:"\f417"
}
.genericon-lock:before{
    content:"\f470"
}
.genericon-mail:before{
    content:"\f410"
}
.genericon-maximize:before{
    content:"\f422"
}
.genericon-menu:before{
    content:"\f419"
}
.genericon-microphone:before{
    content:"\f50d"
}
.genericon-minimize:before{
    content:"\f421"
}
.genericon-minus:before{
    content:"\f50e"
}
.genericon-month:before{
    content:"\f307"
}
.genericon-move:before{
    content:"\f50f"
}
.genericon-next:before{
    content:"\f429"
}
.genericon-notice:before{
    content:"\f456"
}
.genericon-paintbrush:before{
    content:"\f506"
}
.genericon-path:before{
    content:"\f219"
}
.genericon-pause:before{
    content:"\f448"
}
.genericon-phone:before{
    content:"\f437"
}
.genericon-picture:before{
    content:"\f473"
}
.genericon-pinned:before{
    content:"\f308"
}
.genericon-pinterest:before{
    content:"\f209"
}
.genericon-pinterest-alt:before{
    content:"\f210"
}
.genericon-play:before{
    content:"\f452"
}
.genericon-plugin:before{
    content:"\f439"
}
.genericon-plus:before{
    content:"\f510"
}
.genericon-pocket:before{
    content:"\f224"
}
.genericon-polldaddy:before{
    content:"\f217"
}
.genericon-portfolio:before{
    content:"\f460"
}
.genericon-previous:before{
    content:"\f430"
}
.genericon-print:before{
    content:"\f469"
}
.genericon-quote:before{
    content:"\f106"
}
.genericon-rating-empty:before{
    content:"\f511"
}
.genericon-rating-full:before{
    content:"\f512"
}
.genericon-rating-half:before{
    content:"\f513"
}
.genericon-reddit:before{
    content:"\f222"
}
.genericon-refresh:before{
    content:"\f420"
}
.genericon-reply:before{
    content:"\f412"
}
.genericon-reply-alt:before{
    content:"\f466"
}
.genericon-reply-single:before{
    content:"\f467"
}
.genericon-rewind:before{
    content:"\f459"
}
.genericon-rightarrow:before{
    content:"\f501"
}
.genericon-search:before{
    content:"\f400"
}
.genericon-send-to-phone:before{
    content:"\f438"
}
.genericon-send-to-tablet:before{
    content:"\f454"
}
.genericon-share:before{
    content:"\f415"
}
.genericon-show:before{
    content:"\f403"
}
.genericon-shuffle:before{
    content:"\f514"
}
.genericon-sitemap:before{
    content:"\f507"
}
.genericon-skip-ahead:before{
    content:"\f451"
}
.genericon-skip-back:before{
    content:"\f450"
}
.genericon-skype:before{
    content:"\f220"
}
.genericon-spam:before{
    content:"\f424"
}
.genericon-spotify:before{
    content:"\f515"
}
.genericon-standard:before{
    content:"\f100"
}
.genericon-star:before{
    content:"\f408"
}
.genericon-status:before{
    content:"\f105"
}
.genericon-stop:before{
    content:"\f449"
}
.genericon-stumbleupon:before{
    content:"\f223"
}
.genericon-subscribe:before{
    content:"\f463"
}
.genericon-subscribed:before{
    content:"\f465"
}
.genericon-summary:before{
    content:"\f425"
}
.genericon-tablet:before{
    content:"\f453"
}
.genericon-tag:before{
    content:"\f302"
}
.genericon-time:before{
    content:"\f303"
}
.genericon-top:before{
    content:"\f435"
}
.genericon-trash:before{
    content:"\f407"
}
.genericon-tumblr:before{
    content:"\f214"
}
.genericon-twitch:before{
    content:"\f516"
}
.genericon-twitter:before{
    content:"\f202"
}
.genericon-unapprove:before{
    content:"\f446"
}
.genericon-unsubscribe:before{
    content:"\f464"
}
.genericon-unzoom:before{
    content:"\f401"
}
.genericon-uparrow:before{
    content:"\f500"
}
.genericon-user:before{
    content:"\f304"
}
.genericon-video:before{
    content:"\f104"
}
.genericon-videocamera:before{
    content:"\f517"
}
.genericon-vimeo:before{
    content:"\f212"
}
.genericon-warning:before{
    content:"\f414"
}
.genericon-website:before{
    content:"\f475"
}
.genericon-week:before{
    content:"\f306"
}
.genericon-wordpress:before{
    content:"\f205"
}
.genericon-xpost:before{
    content:"\f504"
}
.genericon-youtube:before{
    content:"\f213"
}
.genericon-zoom:before{
    content:"\f402"
}
/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face{
    font-family:'FontAwesome';
    src:url(./fonts/fontawesome-webfont.eot?v=4.7.0);
    src:url(./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),
    url(./fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2');
    font-weight:normal;
    font-style:normal
}
.fa{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-lg{
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-fw{
    width:1.28571429em;
    text-align:center
}
.fa-ul{
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none
}
.fa-ul>li{
    position:relative
}
.fa-li{
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em;
    text-align:center
}
.fa-li.fa-lg{
    left:-1.85714286em
}
.fa-border{
    padding:.2em .25em .15em;
    border:solid .08em #eee;
    border-radius:.1em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa.fa-pull-left{
    margin-right:.3em
}
.fa.fa-pull-right{
    margin-left:.3em
}
.pull-right{
    float:right
}
.pull-left{
    float:left
}
.fa.pull-left{
    margin-right:.3em
}
.fa.pull-right{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1, 1);
    -ms-transform:scale(-1, 1);
    transform:scale(-1, 1)
}
.fa-flip-vertical{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(1, -1);
    -ms-transform:scale(1, -1);
    transform:scale(1, -1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{
    filter:none
}
.fa-stack{
    position:relative;
    display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x{
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-glass:before{
    content:"\f000"
}
.fa-music:before{
    content:"\f001"
}
.fa-search:before{
    content:"\f002"
}
.fa-envelope-o:before{
    content:"\f003"
}
.fa-heart:before{
    content:"\f004"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-o:before{
    content:"\f006"
}
.fa-user:before{
    content:"\f007"
}
.fa-film:before{
    content:"\f008"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-check:before{
    content:"\f00c"
}
.fa-remove:before,.fa-close:before,.fa-times:before{
    content:"\f00d"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-signal:before{
    content:"\f012"
}
.fa-gear:before,.fa-cog:before{
    content:"\f013"
}
.fa-trash-o:before{
    content:"\f014"
}
.fa-home:before{
    content:"\f015"
}
.fa-file-o:before{
    content:"\f016"
}
.fa-clock-o:before{
    content:"\f017"
}
.fa-road:before{
    content:"\f018"
}
.fa-download:before{
    content:"\f019"
}
.fa-arrow-circle-o-down:before{
    content:"\f01a"
}
.fa-arrow-circle-o-up:before{
    content:"\f01b"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-play-circle-o:before{
    content:"\f01d"
}
.fa-rotate-right:before,.fa-repeat:before{
    content:"\f01e"
}
.fa-refresh:before{
    content:"\f021"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-lock:before{
    content:"\f023"
}
.fa-flag:before{
    content:"\f024"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-book:before{
    content:"\f02d"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-print:before{
    content:"\f02f"
}
.fa-camera:before{
    content:"\f030"
}
.fa-font:before{
    content:"\f031"
}
.fa-bold:before{
    content:"\f032"
}
.fa-italic:before{
    content:"\f033"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-list:before{
    content:"\f03a"
}
.fa-dedent:before,.fa-outdent:before{
    content:"\f03b"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-video-camera:before{
    content:"\f03d"
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before{
    content:"\f03e"
}
.fa-pencil:before{
    content:"\f040"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-tint:before{
    content:"\f043"
}
.fa-edit:before,.fa-pencil-square-o:before{
    content:"\f044"
}
.fa-share-square-o:before{
    content:"\f045"
}
.fa-check-square-o:before{
    content:"\f046"
}
.fa-arrows:before{
    content:"\f047"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-play:before{
    content:"\f04b"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-eject:before{
    content:"\f052"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-info-circle:before{
    content:"\f05a"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-times-circle-o:before{
    content:"\f05c"
}
.fa-check-circle-o:before{
    content:"\f05d"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-mail-forward:before,.fa-share:before{
    content:"\f064"
}
.fa-expand:before{
    content:"\f065"
}
.fa-compress:before{
    content:"\f066"
}
.fa-plus:before{
    content:"\f067"
}
.fa-minus:before{
    content:"\f068"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-warning:before,.fa-exclamation-triangle:before{
    content:"\f071"
}
.fa-plane:before{
    content:"\f072"
}
.fa-calendar:before{
    content:"\f073"
}
.fa-random:before{
    content:"\f074"
}
.fa-comment:before{
    content:"\f075"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-arrows-v:before{
    content:"\f07d"
}
.fa-arrows-h:before{
    content:"\f07e"
}
.fa-bar-chart-o:before,.fa-bar-chart:before{
    content:"\f080"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-key:before{
    content:"\f084"
}
.fa-gears:before,.fa-cogs:before{
    content:"\f085"
}
.fa-comments:before{
    content:"\f086"
}
.fa-thumbs-o-up:before{
    content:"\f087"
}
.fa-thumbs-o-down:before{
    content:"\f088"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-heart-o:before{
    content:"\f08a"
}
.fa-sign-out:before{
    content:"\f08b"
}
.fa-linkedin-square:before{
    content:"\f08c"
}
.fa-thumb-tack:before{
    content:"\f08d"
}
.fa-external-link:before{
    content:"\f08e"
}
.fa-sign-in:before{
    content:"\f090"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-upload:before{
    content:"\f093"
}
.fa-lemon-o:before{
    content:"\f094"
}
.fa-phone:before{
    content:"\f095"
}
.fa-square-o:before{
    content:"\f096"
}
.fa-bookmark-o:before{
    content:"\f097"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-facebook-f:before,.fa-facebook:before{
    content:"\f09a"
}
.fa-github:before{
    content:"\f09b"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-feed:before,.fa-rss:before{
    content:"\f09e"
}
.fa-hdd-o:before{
    content:"\f0a0"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-hand-o-right:before{
    content:"\f0a4"
}
.fa-hand-o-left:before{
    content:"\f0a5"
}
.fa-hand-o-up:before{
    content:"\f0a6"
}
.fa-hand-o-down:before{
    content:"\f0a7"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-group:before,.fa-users:before{
    content:"\f0c0"
}
.fa-chain:before,.fa-link:before{
    content:"\f0c1"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-cut:before,.fa-scissors:before{
    content:"\f0c4"
}
.fa-copy:before,.fa-files-o:before{
    content:"\f0c5"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-save:before,.fa-floppy-o:before{
    content:"\f0c7"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{
    content:"\f0c9"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-plus:before{
    content:"\f0d5"
}
.fa-money:before{
    content:"\f0d6"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-unsorted:before,.fa-sort:before{
    content:"\f0dc"
}
.fa-sort-down:before,.fa-sort-desc:before{
    content:"\f0dd"
}
.fa-sort-up:before,.fa-sort-asc:before{
    content:"\f0de"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-linkedin:before{
    content:"\f0e1"
}
.fa-rotate-left:before,.fa-undo:before{
    content:"\f0e2"
}
.fa-legal:before,.fa-gavel:before{
    content:"\f0e3"
}
.fa-dashboard:before,.fa-tachometer:before{
    content:"\f0e4"
}
.fa-comment-o:before{
    content:"\f0e5"
}
.fa-comments-o:before{
    content:"\f0e6"
}
.fa-flash:before,.fa-bolt:before{
    content:"\f0e7"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-paste:before,.fa-clipboard:before{
    content:"\f0ea"
}
.fa-lightbulb-o:before{
    content:"\f0eb"
}
.fa-exchange:before{
    content:"\f0ec"
}
.fa-cloud-download:before{
    content:"\f0ed"
}
.fa-cloud-upload:before{
    content:"\f0ee"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-bell-o:before{
    content:"\f0a2"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cutlery:before{
    content:"\f0f5"
}
.fa-file-text-o:before{
    content:"\f0f6"
}
.fa-building-o:before{
    content:"\f0f7"
}
.fa-hospital-o:before{
    content:"\f0f8"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-mobile-phone:before,.fa-mobile:before{
    content:"\f10b"
}
.fa-circle-o:before{
    content:"\f10c"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-circle:before{
    content:"\f111"
}
.fa-mail-reply:before,.fa-reply:before{
    content:"\f112"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-folder-o:before{
    content:"\f114"
}
.fa-folder-open-o:before{
    content:"\f115"
}
.fa-smile-o:before{
    content:"\f118"
}
.fa-frown-o:before{
    content:"\f119"
}
.fa-meh-o:before{
    content:"\f11a"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-keyboard-o:before{
    content:"\f11c"
}
.fa-flag-o:before{
    content:"\f11d"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-code:before{
    content:"\f121"
}
.fa-mail-reply-all:before,.fa-reply-all:before{
    content:"\f122"
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{
    content:"\f123"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-crop:before{
    content:"\f125"
}
.fa-code-fork:before{
    content:"\f126"
}
.fa-unlink:before,.fa-chain-broken:before{
    content:"\f127"
}
.fa-question:before{
    content:"\f128"
}
.fa-info:before{
    content:"\f129"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-shield:before{
    content:"\f132"
}
.fa-calendar-o:before{
    content:"\f133"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-ticket:before{
    content:"\f145"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-minus-square-o:before{
    content:"\f147"
}
.fa-level-up:before{
    content:"\f148"
}
.fa-level-down:before{
    content:"\f149"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-pencil-square:before{
    content:"\f14b"
}
.fa-external-link-square:before{
    content:"\f14c"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-toggle-down:before,.fa-caret-square-o-down:before{
    content:"\f150"
}
.fa-toggle-up:before,.fa-caret-square-o-up:before{
    content:"\f151"
}
.fa-toggle-right:before,.fa-caret-square-o-right:before{
    content:"\f152"
}
.fa-euro:before,.fa-eur:before{
    content:"\f153"
}
.fa-gbp:before{
    content:"\f154"
}
.fa-dollar:before,.fa-usd:before{
    content:"\f155"
}
.fa-rupee:before,.fa-inr:before{
    content:"\f156"
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{
    content:"\f157"
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{
    content:"\f158"
}
.fa-won:before,.fa-krw:before{
    content:"\f159"
}
.fa-bitcoin:before,.fa-btc:before{
    content:"\f15a"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-text:before{
    content:"\f15c"
}
.fa-sort-alpha-asc:before{
    content:"\f15d"
}
.fa-sort-alpha-desc:before{
    content:"\f15e"
}
.fa-sort-amount-asc:before{
    content:"\f160"
}
.fa-sort-amount-desc:before{
    content:"\f161"
}
.fa-sort-numeric-asc:before{
    content:"\f162"
}
.fa-sort-numeric-desc:before{
    content:"\f163"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-youtube-square:before{
    content:"\f166"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-youtube-play:before{
    content:"\f16a"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-adn:before{
    content:"\f170"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitbucket-square:before{
    content:"\f172"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-long-arrow-down:before{
    content:"\f175"
}
.fa-long-arrow-up:before{
    content:"\f176"
}
.fa-long-arrow-left:before{
    content:"\f177"
}
.fa-long-arrow-right:before{
    content:"\f178"
}
.fa-apple:before{
    content:"\f179"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-android:before{
    content:"\f17b"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-trello:before{
    content:"\f181"
}
.fa-female:before{
    content:"\f182"
}
.fa-male:before{
    content:"\f183"
}
.fa-gittip:before,.fa-gratipay:before{
    content:"\f184"
}
.fa-sun-o:before{
    content:"\f185"
}
.fa-moon-o:before{
    content:"\f186"
}
.fa-archive:before{
    content:"\f187"
}
.fa-bug:before{
    content:"\f188"
}
.fa-vk:before{
    content:"\f189"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-arrow-circle-o-right:before{
    content:"\f18e"
}
.fa-arrow-circle-o-left:before{
    content:"\f190"
}
.fa-toggle-left:before,.fa-caret-square-o-left:before{
    content:"\f191"
}
.fa-dot-circle-o:before{
    content:"\f192"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-turkish-lira:before,.fa-try:before{
    content:"\f195"
}
.fa-plus-square-o:before{
    content:"\f196"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-slack:before{
    content:"\f198"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-institution:before,.fa-bank:before,.fa-university:before{
    content:"\f19c"
}
.fa-mortar-board:before,.fa-graduation-cap:before{
    content:"\f19d"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-pied-piper-pp:before{
    content:"\f1a7"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-spoon:before{
    content:"\f1b1"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-automobile:before,.fa-car:before{
    content:"\f1b9"
}
.fa-cab:before,.fa-taxi:before{
    content:"\f1ba"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-file-pdf-o:before{
    content:"\f1c1"
}
.fa-file-word-o:before{
    content:"\f1c2"
}
.fa-file-excel-o:before{
    content:"\f1c3"
}
.fa-file-powerpoint-o:before{
    content:"\f1c4"
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{
    content:"\f1c5"
}
.fa-file-zip-o:before,.fa-file-archive-o:before{
    content:"\f1c6"
}
.fa-file-sound-o:before,.fa-file-audio-o:before{
    content:"\f1c7"
}
.fa-file-movie-o:before,.fa-file-video-o:before{
    content:"\f1c8"
}
.fa-file-code-o:before{
    content:"\f1c9"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{
    content:"\f1cd"
}
.fa-circle-o-notch:before{
    content:"\f1ce"
}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before{
    content:"\f1d0"
}
.fa-ge:before,.fa-empire:before{
    content:"\f1d1"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{
    content:"\f1d4"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-wechat:before,.fa-weixin:before{
    content:"\f1d7"
}
.fa-send:before,.fa-paper-plane:before{
    content:"\f1d8"
}
.fa-send-o:before,.fa-paper-plane-o:before{
    content:"\f1d9"
}
.fa-history:before{
    content:"\f1da"
}
.fa-circle-thin:before{
    content:"\f1db"
}
.fa-header:before{
    content:"\f1dc"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-sliders:before{
    content:"\f1de"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-soccer-ball-o:before,.fa-futbol-o:before{
    content:"\f1e3"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-newspaper-o:before{
    content:"\f1ea"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bell-slash-o:before{
    content:"\f1f7"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-eyedropper:before{
    content:"\f1fb"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-area-chart:before{
    content:"\f1fe"
}
.fa-pie-chart:before{
    content:"\f200"
}
.fa-line-chart:before{
    content:"\f201"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-bus:before{
    content:"\f207"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-cc:before{
    content:"\f20a"
}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{
    content:"\f20b"
}
.fa-meanpath:before{
    content:"\f20c"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-diamond:before{
    content:"\f219"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-venus:before{
    content:"\f221"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-intersex:before,.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-facebook-official:before{
    content:"\f230"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-server:before{
    content:"\f233"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-hotel:before,.fa-bed:before{
    content:"\f236"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-train:before{
    content:"\f238"
}
.fa-subway:before{
    content:"\f239"
}
.fa-medium:before{
    content:"\f23a"
}
.fa-yc:before,.fa-y-combinator:before{
    content:"\f23b"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{
    content:"\f240"
}
.fa-battery-3:before,.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-battery-2:before,.fa-battery-half:before{
    content:"\f242"
}
.fa-battery-1:before,.fa-battery-quarter:before{
    content:"\f243"
}
.fa-battery-0:before,.fa-battery-empty:before{
    content:"\f244"
}
.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-sticky-note:before{
    content:"\f249"
}
.fa-sticky-note-o:before{
    content:"\f24a"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-balance-scale:before{
    content:"\f24e"
}
.fa-hourglass-o:before{
    content:"\f250"
}
.fa-hourglass-1:before,.fa-hourglass-start:before{
    content:"\f251"
}
.fa-hourglass-2:before,.fa-hourglass-half:before{
    content:"\f252"
}
.fa-hourglass-3:before,.fa-hourglass-end:before{
    content:"\f253"
}
.fa-hourglass:before{
    content:"\f254"
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{
    content:"\f255"
}
.fa-hand-stop-o:before,.fa-hand-paper-o:before{
    content:"\f256"
}
.fa-hand-scissors-o:before{
    content:"\f257"
}
.fa-hand-lizard-o:before{
    content:"\f258"
}
.fa-hand-spock-o:before{
    content:"\f259"
}
.fa-hand-pointer-o:before{
    content:"\f25a"
}
.fa-hand-peace-o:before{
    content:"\f25b"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-gg:before{
    content:"\f260"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-tripadvisor:before{
    content:"\f262"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-odnoklassniki-square:before{
    content:"\f264"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-safari:before{
    content:"\f267"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-tv:before,.fa-television:before{
    content:"\f26c"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-500px:before{
    content:"\f26e"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-calendar-plus-o:before{
    content:"\f271"
}
.fa-calendar-minus-o:before{
    content:"\f272"
}
.fa-calendar-times-o:before{
    content:"\f273"
}
.fa-calendar-check-o:before{
    content:"\f274"
}
.fa-industry:before{
    content:"\f275"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-map-signs:before{
    content:"\f277"
}
.fa-map-o:before{
    content:"\f278"
}
.fa-map:before{
    content:"\f279"
}
.fa-commenting:before{
    content:"\f27a"
}
.fa-commenting-o:before{
    content:"\f27b"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-vimeo:before{
    content:"\f27d"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-edge:before{
    content:"\f282"
}
.fa-credit-card-alt:before{
    content:"\f283"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-modx:before{
    content:"\f285"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-usb:before{
    content:"\f287"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-pause-circle:before{
    content:"\f28b"
}
.fa-pause-circle-o:before{
    content:"\f28c"
}
.fa-stop-circle:before{
    content:"\f28d"
}
.fa-stop-circle-o:before{
    content:"\f28e"
}
.fa-shopping-bag:before{
    content:"\f290"
}
.fa-shopping-basket:before{
    content:"\f291"
}
.fa-hashtag:before{
    content:"\f292"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-percent:before{
    content:"\f295"
}
.fa-gitlab:before{
    content:"\f296"
}
.fa-wpbeginner:before{
    content:"\f297"
}
.fa-wpforms:before{
    content:"\f298"
}
.fa-envira:before{
    content:"\f299"
}
.fa-universal-access:before{
    content:"\f29a"
}
.fa-wheelchair-alt:before{
    content:"\f29b"
}
.fa-question-circle-o:before{
    content:"\f29c"
}
.fa-blind:before{
    content:"\f29d"
}
.fa-audio-description:before{
    content:"\f29e"
}
.fa-volume-control-phone:before{
    content:"\f2a0"
}
.fa-braille:before{
    content:"\f2a1"
}
.fa-assistive-listening-systems:before{
    content:"\f2a2"
}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{
    content:"\f2a3"
}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{
    content:"\f2a4"
}
.fa-glide:before{
    content:"\f2a5"
}
.fa-glide-g:before{
    content:"\f2a6"
}
.fa-signing:before,.fa-sign-language:before{
    content:"\f2a7"
}
.fa-low-vision:before{
    content:"\f2a8"
}
.fa-viadeo:before{
    content:"\f2a9"
}
.fa-viadeo-square:before{
    content:"\f2aa"
}
.fa-snapchat:before{
    content:"\f2ab"
}
.fa-snapchat-ghost:before{
    content:"\f2ac"
}
.fa-snapchat-square:before{
    content:"\f2ad"
}
.fa-pied-piper:before{
    content:"\f2ae"
}
.fa-first-order:before{
    content:"\f2b0"
}
.fa-yoast:before{
    content:"\f2b1"
}
.fa-themeisle:before{
    content:"\f2b2"
}
.fa-google-plus-circle:before,.fa-google-plus-official:before{
    content:"\f2b3"
}
.fa-fa:before,.fa-font-awesome:before{
    content:"\f2b4"
}
.fa-handshake-o:before{
    content:"\f2b5"
}
.fa-envelope-open:before{
    content:"\f2b6"
}
.fa-envelope-open-o:before{
    content:"\f2b7"
}
.fa-linode:before{
    content:"\f2b8"
}
.fa-address-book:before{
    content:"\f2b9"
}
.fa-address-book-o:before{
    content:"\f2ba"
}
.fa-vcard:before,.fa-address-card:before{
    content:"\f2bb"
}
.fa-vcard-o:before,.fa-address-card-o:before{
    content:"\f2bc"
}
.fa-user-circle:before{
    content:"\f2bd"
}
.fa-user-circle-o:before{
    content:"\f2be"
}
.fa-user-o:before{
    content:"\f2c0"
}
.fa-id-badge:before{
    content:"\f2c1"
}
.fa-drivers-license:before,.fa-id-card:before{
    content:"\f2c2"
}
.fa-drivers-license-o:before,.fa-id-card-o:before{
    content:"\f2c3"
}
.fa-quora:before{
    content:"\f2c4"
}
.fa-free-code-camp:before{
    content:"\f2c5"
}
.fa-telegram:before{
    content:"\f2c6"
}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{
    content:"\f2c7"
}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{
    content:"\f2c8"
}
.fa-thermometer-2:before,.fa-thermometer-half:before{
    content:"\f2c9"
}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{
    content:"\f2ca"
}
.fa-thermometer-0:before,.fa-thermometer-empty:before{
    content:"\f2cb"
}
.fa-shower:before{
    content:"\f2cc"
}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{
    content:"\f2cd"
}
.fa-podcast:before{
    content:"\f2ce"
}
.fa-window-maximize:before{
    content:"\f2d0"
}
.fa-window-minimize:before{
    content:"\f2d1"
}
.fa-window-restore:before{
    content:"\f2d2"
}
.fa-times-rectangle:before,.fa-window-close:before{
    content:"\f2d3"
}
.fa-times-rectangle-o:before,.fa-window-close-o:before{
    content:"\f2d4"
}
.fa-bandcamp:before{
    content:"\f2d5"
}
.fa-grav:before{
    content:"\f2d6"
}
.fa-etsy:before{
    content:"\f2d7"
}
.fa-imdb:before{
    content:"\f2d8"
}
.fa-ravelry:before{
    content:"\f2d9"
}
.fa-eercast:before{
    content:"\f2da"
}
.fa-microchip:before{
    content:"\f2db"
}
.fa-snowflake-o:before{
    content:"\f2dc"
}
.fa-superpowers:before{
    content:"\f2dd"
}
.fa-wpexplorer:before{
    content:"\f2de"
}
.fa-meetup:before{
    content:"\f2e0"
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}
/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
 .fa-500px:before{
    content:"\f26e"
}
.fa-accessible-icon:before{
    content:"\f368"
}
.fa-accusoft:before{
    content:"\f369"
}
.fa-acquisitions-incorporated:before{
    content:"\f6af"
}
.fa-ad:before{
    content:"\f641"
}
.fa-address-book:before{
    content:"\f2b9"
}
.fa-address-card:before{
    content:"\f2bb"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-adn:before{
    content:"\f170"
}
.fa-adobe:before{
    content:"\f778"
}
.fa-adversal:before{
    content:"\f36a"
}
.fa-affiliatetheme:before{
    content:"\f36b"
}
.fa-air-freshener:before{
    content:"\f5d0"
}
.fa-airbnb:before{
    content:"\f834"
}
.fa-algolia:before{
    content:"\f36c"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-alipay:before{
    content:"\f642"
}
.fa-allergies:before{
    content:"\f461"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-amazon-pay:before{
    content:"\f42c"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-american-sign-language-interpreting:before{
    content:"\f2a3"
}
.fa-amilia:before{
    content:"\f36d"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-android:before{
    content:"\f17b"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angry:before{
    content:"\f556"
}
.fa-angrycreative:before{
    content:"\f36e"
}
.fa-angular:before{
    content:"\f420"
}
.fa-ankh:before{
    content:"\f644"
}
.fa-app-store:before{
    content:"\f36f"
}
.fa-app-store-ios:before{
    content:"\f370"
}
.fa-apper:before{
    content:"\f371"
}
.fa-apple:before{
    content:"\f179"
}
.fa-apple-alt:before{
    content:"\f5d1"
}
.fa-apple-pay:before{
    content:"\f415"
}
.fa-archive:before{
    content:"\f187"
}
.fa-archway:before{
    content:"\f557"
}
.fa-arrow-alt-circle-down:before{
    content:"\f358"
}
.fa-arrow-alt-circle-left:before{
    content:"\f359"
}
.fa-arrow-alt-circle-right:before{
    content:"\f35a"
}
.fa-arrow-alt-circle-up:before{
    content:"\f35b"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-arrows-alt-h:before{
    content:"\f337"
}
.fa-arrows-alt-v:before{
    content:"\f338"
}
.fa-artstation:before{
    content:"\f77a"
}
.fa-assistive-listening-systems:before{
    content:"\f2a2"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-asymmetrik:before{
    content:"\f372"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-atlas:before{
    content:"\f558"
}
.fa-atlassian:before{
    content:"\f77b"
}
.fa-atom:before{
    content:"\f5d2"
}
.fa-audible:before{
    content:"\f373"
}
.fa-audio-description:before{
    content:"\f29e"
}
.fa-autoprefixer:before{
    content:"\f41c"
}
.fa-avianex:before{
    content:"\f374"
}
.fa-aviato:before{
    content:"\f421"
}
.fa-award:before{
    content:"\f559"
}
.fa-aws:before{
    content:"\f375"
}
.fa-baby:before{
    content:"\f77c"
}
.fa-baby-carriage:before{
    content:"\f77d"
}
.fa-backspace:before{
    content:"\f55a"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-bacon:before{
    content:"\f7e5"
}
.fa-bahai:before{
    content:"\f666"
}
.fa-balance-scale:before{
    content:"\f24e"
}
.fa-balance-scale-left:before{
    content:"\f515"
}
.fa-balance-scale-right:before{
    content:"\f516"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-band-aid:before{
    content:"\f462"
}
.fa-bandcamp:before{
    content:"\f2d5"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-bars:before{
    content:"\f0c9"
}
.fa-baseball-ball:before{
    content:"\f433"
}
.fa-basketball-ball:before{
    content:"\f434"
}
.fa-bath:before{
    content:"\f2cd"
}
.fa-battery-empty:before{
    content:"\f244"
}
.fa-battery-full:before{
    content:"\f240"
}
.fa-battery-half:before{
    content:"\f242"
}
.fa-battery-quarter:before{
    content:"\f243"
}
.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-battle-net:before{
    content:"\f835"
}
.fa-bed:before{
    content:"\f236"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bezier-curve:before{
    content:"\f55b"
}
.fa-bible:before{
    content:"\f647"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-biking:before{
    content:"\f84a"
}
.fa-bimobject:before{
    content:"\f378"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-biohazard:before{
    content:"\f780"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitcoin:before{
    content:"\f379"
}
.fa-bity:before{
    content:"\f37a"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-blackberry:before{
    content:"\f37b"
}
.fa-blender:before{
    content:"\f517"
}
.fa-blender-phone:before{
    content:"\f6b6"
}
.fa-blind:before{
    content:"\f29d"
}
.fa-blog:before{
    content:"\f781"
}
.fa-blogger:before{
    content:"\f37c"
}
.fa-blogger-b:before{
    content:"\f37d"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-bold:before{
    content:"\f032"
}
.fa-bolt:before{
    content:"\f0e7"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-bone:before{
    content:"\f5d7"
}
.fa-bong:before{
    content:"\f55c"
}
.fa-book:before{
    content:"\f02d"
}
.fa-book-dead:before{
    content:"\f6b7"
}
.fa-book-medical:before{
    content:"\f7e6"
}
.fa-book-open:before{
    content:"\f518"
}
.fa-book-reader:before{
    content:"\f5da"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-bootstrap:before{
    content:"\f836"
}
.fa-border-all:before{
    content:"\f84c"
}
.fa-border-none:before{
    content:"\f850"
}
.fa-border-style:before{
    content:"\f853"
}
.fa-bowling-ball:before{
    content:"\f436"
}
.fa-box:before{
    content:"\f466"
}
.fa-box-open:before{
    content:"\f49e"
}
.fa-box-tissue:before{
    content:"\f95b"
}
.fa-boxes:before{
    content:"\f468"
}
.fa-braille:before{
    content:"\f2a1"
}
.fa-brain:before{
    content:"\f5dc"
}
.fa-bread-slice:before{
    content:"\f7ec"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-briefcase-medical:before{
    content:"\f469"
}
.fa-broadcast-tower:before{
    content:"\f519"
}
.fa-broom:before{
    content:"\f51a"
}
.fa-brush:before{
    content:"\f55d"
}
.fa-btc:before{
    content:"\f15a"
}
.fa-buffer:before{
    content:"\f837"
}
.fa-bug:before{
    content:"\f188"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-burn:before{
    content:"\f46a"
}
.fa-buromobelexperte:before{
    content:"\f37f"
}
.fa-bus:before{
    content:"\f207"
}
.fa-bus-alt:before{
    content:"\f55e"
}
.fa-business-time:before{
    content:"\f64a"
}
.fa-buy-n-large:before{
    content:"\f8a6"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-calendar:before{
    content:"\f133"
}
.fa-calendar-alt:before{
    content:"\f073"
}
.fa-calendar-check:before{
    content:"\f274"
}
.fa-calendar-day:before{
    content:"\f783"
}
.fa-calendar-minus:before{
    content:"\f272"
}
.fa-calendar-plus:before{
    content:"\f271"
}
.fa-calendar-times:before{
    content:"\f273"
}
.fa-calendar-week:before{
    content:"\f784"
}
.fa-camera:before{
    content:"\f030"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-campground:before{
    content:"\f6bb"
}
.fa-canadian-maple-leaf:before{
    content:"\f785"
}
.fa-candy-cane:before{
    content:"\f786"
}
.fa-cannabis:before{
    content:"\f55f"
}
.fa-capsules:before{
    content:"\f46b"
}
.fa-car:before{
    content:"\f1b9"
}
.fa-car-alt:before{
    content:"\f5de"
}
.fa-car-battery:before{
    content:"\f5df"
}
.fa-car-crash:before{
    content:"\f5e1"
}
.fa-car-side:before{
    content:"\f5e4"
}
.fa-caravan:before{
    content:"\f8ff"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-caret-square-down:before{
    content:"\f150"
}
.fa-caret-square-left:before{
    content:"\f191"
}
.fa-caret-square-right:before{
    content:"\f152"
}
.fa-caret-square-up:before{
    content:"\f151"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-carrot:before{
    content:"\f787"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cash-register:before{
    content:"\f788"
}
.fa-cat:before{
    content:"\f6be"
}
.fa-cc-amazon-pay:before{
    content:"\f42d"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-apple-pay:before{
    content:"\f416"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-centercode:before{
    content:"\f380"
}
.fa-centos:before{
    content:"\f789"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-chair:before{
    content:"\f6c0"
}
.fa-chalkboard:before{
    content:"\f51b"
}
.fa-chalkboard-teacher:before{
    content:"\f51c"
}
.fa-charging-station:before{
    content:"\f5e7"
}
.fa-chart-area:before{
    content:"\f1fe"
}
.fa-chart-bar:before{
    content:"\f080"
}
.fa-chart-line:before{
    content:"\f201"
}
.fa-chart-pie:before{
    content:"\f200"
}
.fa-check:before{
    content:"\f00c"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-check-double:before{
    content:"\f560"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-cheese:before{
    content:"\f7ef"
}
.fa-chess:before{
    content:"\f439"
}
.fa-chess-bishop:before{
    content:"\f43a"
}
.fa-chess-board:before{
    content:"\f43c"
}
.fa-chess-king:before{
    content:"\f43f"
}
.fa-chess-knight:before{
    content:"\f441"
}
.fa-chess-pawn:before{
    content:"\f443"
}
.fa-chess-queen:before{
    content:"\f445"
}
.fa-chess-rook:before{
    content:"\f447"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-chromecast:before{
    content:"\f838"
}
.fa-church:before{
    content:"\f51d"
}
.fa-circle:before{
    content:"\f111"
}
.fa-circle-notch:before{
    content:"\f1ce"
}
.fa-city:before{
    content:"\f64f"
}
.fa-clinic-medical:before{
    content:"\f7f2"
}
.fa-clipboard:before{
    content:"\f328"
}
.fa-clipboard-check:before{
    content:"\f46c"
}
.fa-clipboard-list:before{
    content:"\f46d"
}
.fa-clock:before{
    content:"\f017"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-closed-captioning:before{
    content:"\f20a"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-cloud-download-alt:before{
    content:"\f381"
}
.fa-cloud-meatball:before{
    content:"\f73b"
}
.fa-cloud-moon:before{
    content:"\f6c3"
}
.fa-cloud-moon-rain:before{
    content:"\f73c"
}
.fa-cloud-rain:before{
    content:"\f73d"
}
.fa-cloud-showers-heavy:before{
    content:"\f740"
}
.fa-cloud-sun:before{
    content:"\f6c4"
}
.fa-cloud-sun-rain:before{
    content:"\f743"
}
.fa-cloud-upload-alt:before{
    content:"\f382"
}
.fa-cloudscale:before{
    content:"\f383"
}
.fa-cloudsmith:before{
    content:"\f384"
}
.fa-cloudversify:before{
    content:"\f385"
}
.fa-cocktail:before{
    content:"\f561"
}
.fa-code:before{
    content:"\f121"
}
.fa-code-branch:before{
    content:"\f126"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cog:before{
    content:"\f013"
}
.fa-cogs:before{
    content:"\f085"
}
.fa-coins:before{
    content:"\f51e"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-comment:before{
    content:"\f075"
}
.fa-comment-alt:before{
    content:"\f27a"
}
.fa-comment-dollar:before{
    content:"\f651"
}
.fa-comment-dots:before{
    content:"\f4ad"
}
.fa-comment-medical:before{
    content:"\f7f5"
}
.fa-comment-slash:before{
    content:"\f4b3"
}
.fa-comments:before{
    content:"\f086"
}
.fa-comments-dollar:before{
    content:"\f653"
}
.fa-compact-disc:before{
    content:"\f51f"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-compress:before{
    content:"\f066"
}
.fa-compress-alt:before{
    content:"\f422"
}
.fa-compress-arrows-alt:before{
    content:"\f78c"
}
.fa-concierge-bell:before{
    content:"\f562"
}
.fa-confluence:before{
    content:"\f78d"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-cookie:before{
    content:"\f563"
}
.fa-cookie-bite:before{
    content:"\f564"
}
.fa-copy:before{
    content:"\f0c5"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-cotton-bureau:before{
    content:"\f89e"
}
.fa-couch:before{
    content:"\f4b8"
}
.fa-cpanel:before{
    content:"\f388"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-creative-commons-by:before{
    content:"\f4e7"
}
.fa-creative-commons-nc:before{
    content:"\f4e8"
}
.fa-creative-commons-nc-eu:before{
    content:"\f4e9"
}
.fa-creative-commons-nc-jp:before{
    content:"\f4ea"
}
.fa-creative-commons-nd:before{
    content:"\f4eb"
}
.fa-creative-commons-pd:before{
    content:"\f4ec"
}
.fa-creative-commons-pd-alt:before{
    content:"\f4ed"
}
.fa-creative-commons-remix:before{
    content:"\f4ee"
}
.fa-creative-commons-sa:before{
    content:"\f4ef"
}
.fa-creative-commons-sampling:before{
    content:"\f4f0"
}
.fa-creative-commons-sampling-plus:before{
    content:"\f4f1"
}
.fa-creative-commons-share:before{
    content:"\f4f2"
}
.fa-creative-commons-zero:before{
    content:"\f4f3"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-critical-role:before{
    content:"\f6c9"
}
.fa-crop:before{
    content:"\f125"
}
.fa-crop-alt:before{
    content:"\f565"
}
.fa-cross:before{
    content:"\f654"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-crow:before{
    content:"\f520"
}
.fa-crown:before{
    content:"\f521"
}
.fa-crutch:before{
    content:"\f7f7"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-css3-alt:before{
    content:"\f38b"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-cut:before{
    content:"\f0c4"
}
.fa-cuttlefish:before{
    content:"\f38c"
}
.fa-d-and-d:before{
    content:"\f38d"
}
.fa-d-and-d-beyond:before{
    content:"\f6ca"
}
.fa-dailymotion:before{
    content:"\f952"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-deaf:before{
    content:"\f2a4"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-democrat:before{
    content:"\f747"
}
.fa-deploydog:before{
    content:"\f38e"
}
.fa-deskpro:before{
    content:"\f38f"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-dev:before{
    content:"\f6cc"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-dharmachakra:before{
    content:"\f655"
}
.fa-dhl:before{
    content:"\f790"
}
.fa-diagnoses:before{
    content:"\f470"
}
.fa-diaspora:before{
    content:"\f791"
}
.fa-dice:before{
    content:"\f522"
}
.fa-dice-d20:before{
    content:"\f6cf"
}
.fa-dice-d6:before{
    content:"\f6d1"
}
.fa-dice-five:before{
    content:"\f523"
}
.fa-dice-four:before{
    content:"\f524"
}
.fa-dice-one:before{
    content:"\f525"
}
.fa-dice-six:before{
    content:"\f526"
}
.fa-dice-three:before{
    content:"\f527"
}
.fa-dice-two:before{
    content:"\f528"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-digital-ocean:before{
    content:"\f391"
}
.fa-digital-tachograph:before{
    content:"\f566"
}
.fa-directions:before{
    content:"\f5eb"
}
.fa-discord:before{
    content:"\f392"
}
.fa-discourse:before{
    content:"\f393"
}
.fa-disease:before{
    content:"\f7fa"
}
.fa-divide:before{
    content:"\f529"
}
.fa-dizzy:before{
    content:"\f567"
}
.fa-dna:before{
    content:"\f471"
}
.fa-dochub:before{
    content:"\f394"
}
.fa-docker:before{
    content:"\f395"
}
.fa-dog:before{
    content:"\f6d3"
}
.fa-dollar-sign:before{
    content:"\f155"
}
.fa-dolly:before{
    content:"\f472"
}
.fa-dolly-flatbed:before{
    content:"\f474"
}
.fa-donate:before{
    content:"\f4b9"
}
.fa-door-closed:before{
    content:"\f52a"
}
.fa-door-open:before{
    content:"\f52b"
}
.fa-dot-circle:before{
    content:"\f192"
}
.fa-dove:before{
    content:"\f4ba"
}
.fa-download:before{
    content:"\f019"
}
.fa-draft2digital:before{
    content:"\f396"
}
.fa-drafting-compass:before{
    content:"\f568"
}
.fa-dragon:before{
    content:"\f6d5"
}
.fa-draw-polygon:before{
    content:"\f5ee"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-dribbble-square:before{
    content:"\f397"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-drum:before{
    content:"\f569"
}
.fa-drum-steelpan:before{
    content:"\f56a"
}
.fa-drumstick-bite:before{
    content:"\f6d7"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-dumbbell:before{
    content:"\f44b"
}
.fa-dumpster:before{
    content:"\f793"
}
.fa-dumpster-fire:before{
    content:"\f794"
}
.fa-dungeon:before{
    content:"\f6d9"
}
.fa-dyalog:before{
    content:"\f399"
}
.fa-earlybirds:before{
    content:"\f39a"
}
.fa-ebay:before{
    content:"\f4f4"
}
.fa-edge:before{
    content:"\f282"
}
.fa-edit:before{
    content:"\f044"
}
.fa-egg:before{
    content:"\f7fb"
}
.fa-eject:before{
    content:"\f052"
}
.fa-elementor:before{
    content:"\f430"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-ello:before{
    content:"\f5f1"
}
.fa-ember:before{
    content:"\f423"
}
.fa-empire:before{
    content:"\f1d1"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-envelope-open:before{
    content:"\f2b6"
}
.fa-envelope-open-text:before{
    content:"\f658"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-envira:before{
    content:"\f299"
}
.fa-equals:before{
    content:"\f52c"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-erlang:before{
    content:"\f39d"
}
.fa-ethereum:before{
    content:"\f42e"
}
.fa-ethernet:before{
    content:"\f796"
}
.fa-etsy:before{
    content:"\f2d7"
}
.fa-euro-sign:before{
    content:"\f153"
}
.fa-evernote:before{
    content:"\f839"
}
.fa-exchange-alt:before{
    content:"\f362"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-exclamation-triangle:before{
    content:"\f071"
}
.fa-expand:before{
    content:"\f065"
}
.fa-expand-alt:before{
    content:"\f424"
}
.fa-expand-arrows-alt:before{
    content:"\f31e"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-external-link-alt:before{
    content:"\f35d"
}
.fa-external-link-square-alt:before{
    content:"\f360"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-dropper:before{
    content:"\f1fb"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-facebook:before{
    content:"\f09a"
}
.fa-facebook-f:before{
    content:"\f39e"
}
.fa-facebook-messenger:before{
    content:"\f39f"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-fan:before{
    content:"\f863"
}
.fa-fantasy-flight-games:before{
    content:"\f6dc"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-faucet:before{
    content:"\f905"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-feather:before{
    content:"\f52d"
}
.fa-feather-alt:before{
    content:"\f56b"
}
.fa-fedex:before{
    content:"\f797"
}
.fa-fedora:before{
    content:"\f798"
}
.fa-female:before{
    content:"\f182"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-figma:before{
    content:"\f799"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-alt:before{
    content:"\f15c"
}
.fa-file-archive:before{
    content:"\f1c6"
}
.fa-file-audio:before{
    content:"\f1c7"
}
.fa-file-code:before{
    content:"\f1c9"
}
.fa-file-contract:before{
    content:"\f56c"
}
.fa-file-csv:before{
    content:"\f6dd"
}
.fa-file-download:before{
    content:"\f56d"
}
.fa-file-excel:before{
    content:"\f1c3"
}
.fa-file-export:before{
    content:"\f56e"
}
.fa-file-image:before{
    content:"\f1c5"
}
.fa-file-import:before{
    content:"\f56f"
}
.fa-file-invoice:before{
    content:"\f570"
}
.fa-file-invoice-dollar:before{
    content:"\f571"
}
.fa-file-medical:before{
    content:"\f477"
}
.fa-file-medical-alt:before{
    content:"\f478"
}
.fa-file-pdf:before{
    content:"\f1c1"
}
.fa-file-powerpoint:before{
    content:"\f1c4"
}
.fa-file-prescription:before{
    content:"\f572"
}
.fa-file-signature:before{
    content:"\f573"
}
.fa-file-upload:before{
    content:"\f574"
}
.fa-file-video:before{
    content:"\f1c8"
}
.fa-file-word:before{
    content:"\f1c2"
}
.fa-fill:before{
    content:"\f575"
}
.fa-fill-drip:before{
    content:"\f576"
}
.fa-film:before{
    content:"\f008"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-fingerprint:before{
    content:"\f577"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-fire-alt:before{
    content:"\f7e4"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-firefox-browser:before{
    content:"\f907"
}
.fa-first-aid:before{
    content:"\f479"
}
.fa-first-order:before{
    content:"\f2b0"
}
.fa-first-order-alt:before{
    content:"\f50a"
}
.fa-firstdraft:before{
    content:"\f3a1"
}
.fa-fish:before{
    content:"\f578"
}
.fa-fist-raised:before{
    content:"\f6de"
}
.fa-flag:before{
    content:"\f024"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-flag-usa:before{
    content:"\f74d"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-flipboard:before{
    content:"\f44d"
}
.fa-flushed:before{
    content:"\f579"
}
.fa-fly:before{
    content:"\f417"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-minus:before{
    content:"\f65d"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-folder-plus:before{
    content:"\f65e"
}
.fa-font:before{
    content:"\f031"
}
.fa-font-awesome:before{
    content:"\f2b4"
}
.fa-font-awesome-alt:before{
    content:"\f35c"
}
.fa-font-awesome-flag:before{
    content:"\f425"
}
.fa-font-awesome-logo-full:before{
    content:"\f4e6"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-fonticons-fi:before{
    content:"\f3a2"
}
.fa-football-ball:before{
    content:"\f44e"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-fort-awesome-alt:before{
    content:"\f3a3"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-free-code-camp:before{
    content:"\f2c5"
}
.fa-freebsd:before{
    content:"\f3a4"
}
.fa-frog:before{
    content:"\f52e"
}
.fa-frown:before{
    content:"\f119"
}
.fa-frown-open:before{
    content:"\f57a"
}
.fa-fulcrum:before{
    content:"\f50b"
}
.fa-funnel-dollar:before{
    content:"\f662"
}
.fa-futbol:before{
    content:"\f1e3"
}
.fa-galactic-republic:before{
    content:"\f50c"
}
.fa-galactic-senate:before{
    content:"\f50d"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-gas-pump:before{
    content:"\f52f"
}
.fa-gavel:before{
    content:"\f0e3"
}
.fa-gem:before{
    content:"\f3a5"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-gg:before{
    content:"\f260"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-ghost:before{
    content:"\f6e2"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-gifts:before{
    content:"\f79c"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-git-alt:before{
    content:"\f841"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-github:before{
    content:"\f09b"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-gitkraken:before{
    content:"\f3a6"
}
.fa-gitlab:before{
    content:"\f296"
}
.fa-gitter:before{
    content:"\f426"
}
.fa-glass-cheers:before{
    content:"\f79f"
}
.fa-glass-martini:before{
    content:"\f000"
}
.fa-glass-martini-alt:before{
    content:"\f57b"
}
.fa-glass-whiskey:before{
    content:"\f7a0"
}
.fa-glasses:before{
    content:"\f530"
}
.fa-glide:before{
    content:"\f2a5"
}
.fa-glide-g:before{
    content:"\f2a6"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-globe-africa:before{
    content:"\f57c"
}
.fa-globe-americas:before{
    content:"\f57d"
}
.fa-globe-asia:before{
    content:"\f57e"
}
.fa-globe-europe:before{
    content:"\f7a2"
}
.fa-gofore:before{
    content:"\f3a7"
}
.fa-golf-ball:before{
    content:"\f450"
}
.fa-goodreads:before{
    content:"\f3a8"
}
.fa-goodreads-g:before{
    content:"\f3a9"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-google-drive:before{
    content:"\f3aa"
}
.fa-google-play:before{
    content:"\f3ab"
}
.fa-google-plus:before{
    content:"\f2b3"
}
.fa-google-plus-g:before{
    content:"\f0d5"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-gopuram:before{
    content:"\f664"
}
.fa-graduation-cap:before{
    content:"\f19d"
}
.fa-gratipay:before{
    content:"\f184"
}
.fa-grav:before{
    content:"\f2d6"
}
.fa-greater-than:before{
    content:"\f531"
}
.fa-greater-than-equal:before{
    content:"\f532"
}
.fa-grimace:before{
    content:"\f57f"
}
.fa-grin:before{
    content:"\f580"
}
.fa-grin-alt:before{
    content:"\f581"
}
.fa-grin-beam:before{
    content:"\f582"
}
.fa-grin-beam-sweat:before{
    content:"\f583"
}
.fa-grin-hearts:before{
    content:"\f584"
}
.fa-grin-squint:before{
    content:"\f585"
}
.fa-grin-squint-tears:before{
    content:"\f586"
}
.fa-grin-stars:before{
    content:"\f587"
}
.fa-grin-tears:before{
    content:"\f588"
}
.fa-grin-tongue:before{
    content:"\f589"
}
.fa-grin-tongue-squint:before{
    content:"\f58a"
}
.fa-grin-tongue-wink:before{
    content:"\f58b"
}
.fa-grin-wink:before{
    content:"\f58c"
}
.fa-grip-horizontal:before{
    content:"\f58d"
}
.fa-grip-lines:before{
    content:"\f7a4"
}
.fa-grip-lines-vertical:before{
    content:"\f7a5"
}
.fa-grip-vertical:before{
    content:"\f58e"
}
.fa-gripfire:before{
    content:"\f3ac"
}
.fa-grunt:before{
    content:"\f3ad"
}
.fa-guitar:before{
    content:"\f7a6"
}
.fa-gulp:before{
    content:"\f3ae"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-hacker-news:before{
    content:"\f1d4"
}
.fa-hacker-news-square:before{
    content:"\f3af"
}
.fa-hackerrank:before{
    content:"\f5f7"
}
.fa-hamburger:before{
    content:"\f805"
}
.fa-hammer:before{
    content:"\f6e3"
}
.fa-hamsa:before{
    content:"\f665"
}
.fa-hand-holding:before{
    content:"\f4bd"
}
.fa-hand-holding-heart:before{
    content:"\f4be"
}
.fa-hand-holding-medical:before{
    content:"\f95c"
}
.fa-hand-holding-usd:before{
    content:"\f4c0"
}
.fa-hand-holding-water:before{
    content:"\f4c1"
}
.fa-hand-lizard:before{
    content:"\f258"
}
.fa-hand-middle-finger:before{
    content:"\f806"
}
.fa-hand-paper:before{
    content:"\f256"
}
.fa-hand-peace:before{
    content:"\f25b"
}
.fa-hand-point-down:before{
    content:"\f0a7"
}
.fa-hand-point-left:before{
    content:"\f0a5"
}
.fa-hand-point-right:before{
    content:"\f0a4"
}
.fa-hand-point-up:before{
    content:"\f0a6"
}
.fa-hand-pointer:before{
    content:"\f25a"
}
.fa-hand-rock:before{
    content:"\f255"
}
.fa-hand-scissors:before{
    content:"\f257"
}
.fa-hand-sparkles:before{
    content:"\f95d"
}
.fa-hand-spock:before{
    content:"\f259"
}
.fa-hands:before{
    content:"\f4c2"
}
.fa-hands-helping:before{
    content:"\f4c4"
}
.fa-hands-wash:before{
    content:"\f95e"
}
.fa-handshake:before{
    content:"\f2b5"
}
.fa-handshake-alt-slash:before{
    content:"\f95f"
}
.fa-handshake-slash:before{
    content:"\f960"
}
.fa-hanukiah:before{
    content:"\f6e6"
}
.fa-hard-hat:before{
    content:"\f807"
}
.fa-hashtag:before{
    content:"\f292"
}
.fa-hat-cowboy:before{
    content:"\f8c0"
}
.fa-hat-cowboy-side:before{
    content:"\f8c1"
}
.fa-hat-wizard:before{
    content:"\f6e8"
}
.fa-hdd:before{
    content:"\f0a0"
}
.fa-head-side-cough:before{
    content:"\f961"
}
.fa-head-side-cough-slash:before{
    content:"\f962"
}
.fa-head-side-mask:before{
    content:"\f963"
}
.fa-head-side-virus:before{
    content:"\f964"
}
.fa-heading:before{
    content:"\f1dc"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-headphones-alt:before{
    content:"\f58f"
}
.fa-headset:before{
    content:"\f590"
}
.fa-heart:before{
    content:"\f004"
}
.fa-heart-broken:before{
    content:"\f7a9"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-helicopter:before{
    content:"\f533"
}
.fa-highlighter:before{
    content:"\f591"
}
.fa-hiking:before{
    content:"\f6ec"
}
.fa-hippo:before{
    content:"\f6ed"
}
.fa-hips:before{
    content:"\f452"
}
.fa-hire-a-helper:before{
    content:"\f3b0"
}
.fa-history:before{
    content:"\f1da"
}
.fa-hockey-puck:before{
    content:"\f453"
}
.fa-holly-berry:before{
    content:"\f7aa"
}
.fa-home:before{
    content:"\f015"
}
.fa-hooli:before{
    content:"\f427"
}
.fa-hornbill:before{
    content:"\f592"
}
.fa-horse:before{
    content:"\f6f0"
}
.fa-horse-head:before{
    content:"\f7ab"
}
.fa-hospital:before{
    content:"\f0f8"
}
.fa-hospital-alt:before{
    content:"\f47d"
}
.fa-hospital-symbol:before{
    content:"\f47e"
}
.fa-hospital-user:before{
    content:"\f80d"
}
.fa-hot-tub:before{
    content:"\f593"
}
.fa-hotdog:before{
    content:"\f80f"
}
.fa-hotel:before{
    content:"\f594"
}
.fa-hotjar:before{
    content:"\f3b1"
}
.fa-hourglass:before{
    content:"\f254"
}
.fa-hourglass-end:before{
    content:"\f253"
}
.fa-hourglass-half:before{
    content:"\f252"
}
.fa-hourglass-start:before{
    content:"\f251"
}
.fa-house-damage:before{
    content:"\f6f1"
}
.fa-house-user:before{
    content:"\f965"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-hryvnia:before{
    content:"\f6f2"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-hubspot:before{
    content:"\f3b2"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-ice-cream:before{
    content:"\f810"
}
.fa-icicles:before{
    content:"\f7ad"
}
.fa-icons:before{
    content:"\f86d"
}
.fa-id-badge:before{
    content:"\f2c1"
}
.fa-id-card:before{
    content:"\f2c2"
}
.fa-id-card-alt:before{
    content:"\f47f"
}
.fa-ideal:before{
    content:"\f913"
}
.fa-igloo:before{
    content:"\f7ae"
}
.fa-image:before{
    content:"\f03e"
}
.fa-images:before{
    content:"\f302"
}
.fa-imdb:before{
    content:"\f2d8"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-industry:before{
    content:"\f275"
}
.fa-infinity:before{
    content:"\f534"
}
.fa-info:before{
    content:"\f129"
}
.fa-info-circle:before{
    content:"\f05a"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-instagram-square:before{
    content:"\f955"
}
.fa-intercom:before{
    content:"\f7af"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-invision:before{
    content:"\f7b0"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-italic:before{
    content:"\f033"
}
.fa-itch-io:before{
    content:"\f83a"
}
.fa-itunes:before{
    content:"\f3b4"
}
.fa-itunes-note:before{
    content:"\f3b5"
}
.fa-java:before{
    content:"\f4e4"
}
.fa-jedi:before{
    content:"\f669"
}
.fa-jedi-order:before{
    content:"\f50e"
}
.fa-jenkins:before{
    content:"\f3b6"
}
.fa-jira:before{
    content:"\f7b1"
}
.fa-joget:before{
    content:"\f3b7"
}
.fa-joint:before{
    content:"\f595"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-journal-whills:before{
    content:"\f66a"
}
.fa-js:before{
    content:"\f3b8"
}
.fa-js-square:before{
    content:"\f3b9"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-kaaba:before{
    content:"\f66b"
}
.fa-kaggle:before{
    content:"\f5fa"
}
.fa-key:before{
    content:"\f084"
}
.fa-keybase:before{
    content:"\f4f5"
}
.fa-keyboard:before{
    content:"\f11c"
}
.fa-keycdn:before{
    content:"\f3ba"
}
.fa-khanda:before{
    content:"\f66d"
}
.fa-kickstarter:before{
    content:"\f3bb"
}
.fa-kickstarter-k:before{
    content:"\f3bc"
}
.fa-kiss:before{
    content:"\f596"
}
.fa-kiss-beam:before{
    content:"\f597"
}
.fa-kiss-wink-heart:before{
    content:"\f598"
}
.fa-kiwi-bird:before{
    content:"\f535"
}
.fa-korvue:before{
    content:"\f42f"
}
.fa-landmark:before{
    content:"\f66f"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-laptop-code:before{
    content:"\f5fc"
}
.fa-laptop-house:before{
    content:"\f966"
}
.fa-laptop-medical:before{
    content:"\f812"
}
.fa-laravel:before{
    content:"\f3bd"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-laugh:before{
    content:"\f599"
}
.fa-laugh-beam:before{
    content:"\f59a"
}
.fa-laugh-squint:before{
    content:"\f59b"
}
.fa-laugh-wink:before{
    content:"\f59c"
}
.fa-layer-group:before{
    content:"\f5fd"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-lemon:before{
    content:"\f094"
}
.fa-less:before{
    content:"\f41d"
}
.fa-less-than:before{
    content:"\f536"
}
.fa-less-than-equal:before{
    content:"\f537"
}
.fa-level-down-alt:before{
    content:"\f3be"
}
.fa-level-up-alt:before{
    content:"\f3bf"
}
.fa-life-ring:before{
    content:"\f1cd"
}
.fa-lightbulb:before{
    content:"\f0eb"
}
.fa-line:before{
    content:"\f3c0"
}
.fa-link:before{
    content:"\f0c1"
}
.fa-linkedin:before{
    content:"\f08c"
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-linode:before{
    content:"\f2b8"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-lira-sign:before{
    content:"\f195"
}
.fa-list:before{
    content:"\f03a"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-lock:before{
    content:"\f023"
}
.fa-lock-open:before{
    content:"\f3c1"
}
.fa-long-arrow-alt-down:before{
    content:"\f309"
}
.fa-long-arrow-alt-left:before{
    content:"\f30a"
}
.fa-long-arrow-alt-right:before{
    content:"\f30b"
}
.fa-long-arrow-alt-up:before{
    content:"\f30c"
}
.fa-low-vision:before{
    content:"\f2a8"
}
.fa-luggage-cart:before{
    content:"\f59d"
}
.fa-lungs:before{
    content:"\f604"
}
.fa-lungs-virus:before{
    content:"\f967"
}
.fa-lyft:before{
    content:"\f3c3"
}
.fa-magento:before{
    content:"\f3c4"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-mail-bulk:before{
    content:"\f674"
}
.fa-mailchimp:before{
    content:"\f59e"
}
.fa-male:before{
    content:"\f183"
}
.fa-mandalorian:before{
    content:"\f50f"
}
.fa-map:before{
    content:"\f279"
}
.fa-map-marked:before{
    content:"\f59f"
}
.fa-map-marked-alt:before{
    content:"\f5a0"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-map-marker-alt:before{
    content:"\f3c5"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-map-signs:before{
    content:"\f277"
}
.fa-markdown:before{
    content:"\f60f"
}
.fa-marker:before{
    content:"\f5a1"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mask:before{
    content:"\f6fa"
}
.fa-mastodon:before{
    content:"\f4f6"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-mdb:before{
    content:"\f8ca"
}
.fa-medal:before{
    content:"\f5a2"
}
.fa-medapps:before{
    content:"\f3c6"
}
.fa-medium:before{
    content:"\f23a"
}
.fa-medium-m:before{
    content:"\f3c7"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-medrt:before{
    content:"\f3c8"
}
.fa-meetup:before{
    content:"\f2e0"
}
.fa-megaport:before{
    content:"\f5a3"
}
.fa-meh:before{
    content:"\f11a"
}
.fa-meh-blank:before{
    content:"\f5a4"
}
.fa-meh-rolling-eyes:before{
    content:"\f5a5"
}
.fa-memory:before{
    content:"\f538"
}
.fa-mendeley:before{
    content:"\f7b3"
}
.fa-menorah:before{
    content:"\f676"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-meteor:before{
    content:"\f753"
}
.fa-microblog:before{
    content:"\f91a"
}
.fa-microchip:before{
    content:"\f2db"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-alt:before{
    content:"\f3c9"
}
.fa-microphone-alt-slash:before{
    content:"\f539"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-microscope:before{
    content:"\f610"
}
.fa-microsoft:before{
    content:"\f3ca"
}
.fa-minus:before{
    content:"\f068"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-mitten:before{
    content:"\f7b5"
}
.fa-mix:before{
    content:"\f3cb"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-mixer:before{
    content:"\f956"
}
.fa-mizuni:before{
    content:"\f3cc"
}
.fa-mobile:before{
    content:"\f10b"
}
.fa-mobile-alt:before{
    content:"\f3cd"
}
.fa-modx:before{
    content:"\f285"
}
.fa-monero:before{
    content:"\f3d0"
}
.fa-money-bill:before{
    content:"\f0d6"
}
.fa-money-bill-alt:before{
    content:"\f3d1"
}
.fa-money-bill-wave:before{
    content:"\f53a"
}
.fa-money-bill-wave-alt:before{
    content:"\f53b"
}
.fa-money-check:before{
    content:"\f53c"
}
.fa-money-check-alt:before{
    content:"\f53d"
}
.fa-monument:before{
    content:"\f5a6"
}
.fa-moon:before{
    content:"\f186"
}
.fa-mortar-pestle:before{
    content:"\f5a7"
}
.fa-mosque:before{
    content:"\f678"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-mountain:before{
    content:"\f6fc"
}
.fa-mouse:before{
    content:"\f8cc"
}
.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-mug-hot:before{
    content:"\f7b6"
}
.fa-music:before{
    content:"\f001"
}
.fa-napster:before{
    content:"\f3d2"
}
.fa-neos:before{
    content:"\f612"
}
.fa-network-wired:before{
    content:"\f6ff"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-newspaper:before{
    content:"\f1ea"
}
.fa-nimblr:before{
    content:"\f5a8"
}
.fa-node:before{
    content:"\f419"
}
.fa-node-js:before{
    content:"\f3d3"
}
.fa-not-equal:before{
    content:"\f53e"
}
.fa-notes-medical:before{
    content:"\f481"
}
.fa-npm:before{
    content:"\f3d4"
}
.fa-ns8:before{
    content:"\f3d5"
}
.fa-nutritionix:before{
    content:"\f3d6"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-odnoklassniki-square:before{
    content:"\f264"
}
.fa-oil-can:before{
    content:"\f613"
}
.fa-old-republic:before{
    content:"\f510"
}
.fa-om:before{
    content:"\f679"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-orcid:before{
    content:"\f8d2"
}
.fa-osi:before{
    content:"\f41a"
}
.fa-otter:before{
    content:"\f700"
}
.fa-outdent:before{
    content:"\f03b"
}
.fa-page4:before{
    content:"\f3d7"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-pager:before{
    content:"\f815"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-paint-roller:before{
    content:"\f5aa"
}
.fa-palette:before{
    content:"\f53f"
}
.fa-palfed:before{
    content:"\f3d8"
}
.fa-pallet:before{
    content:"\f482"
}
.fa-paper-plane:before{
    content:"\f1d8"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-parachute-box:before{
    content:"\f4cd"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-parking:before{
    content:"\f540"
}
.fa-passport:before{
    content:"\f5ab"
}
.fa-pastafarianism:before{
    content:"\f67b"
}
.fa-paste:before{
    content:"\f0ea"
}
.fa-patreon:before{
    content:"\f3d9"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-pause-circle:before{
    content:"\f28b"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-peace:before{
    content:"\f67c"
}
.fa-pen:before{
    content:"\f304"
}
.fa-pen-alt:before{
    content:"\f305"
}
.fa-pen-fancy:before{
    content:"\f5ac"
}
.fa-pen-nib:before{
    content:"\f5ad"
}
.fa-pen-square:before{
    content:"\f14b"
}
.fa-pencil-alt:before{
    content:"\f303"
}
.fa-pencil-ruler:before{
    content:"\f5ae"
}
.fa-penny-arcade:before{
    content:"\f704"
}
.fa-people-arrows:before{
    content:"\f968"
}
.fa-people-carry:before{
    content:"\f4ce"
}
.fa-pepper-hot:before{
    content:"\f816"
}
.fa-percent:before{
    content:"\f295"
}
.fa-percentage:before{
    content:"\f541"
}
.fa-periscope:before{
    content:"\f3da"
}
.fa-person-booth:before{
    content:"\f756"
}
.fa-phabricator:before{
    content:"\f3db"
}
.fa-phoenix-framework:before{
    content:"\f3dc"
}
.fa-phoenix-squadron:before{
    content:"\f511"
}
.fa-phone:before{
    content:"\f095"
}
.fa-phone-alt:before{
    content:"\f879"
}
.fa-phone-slash:before{
    content:"\f3dd"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-phone-square-alt:before{
    content:"\f87b"
}
.fa-phone-volume:before{
    content:"\f2a0"
}
.fa-photo-video:before{
    content:"\f87c"
}
.fa-php:before{
    content:"\f457"
}
.fa-pied-piper:before{
    content:"\f2ae"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-pied-piper-hat:before{
    content:"\f4e5"
}
.fa-pied-piper-pp:before{
    content:"\f1a7"
}
.fa-pied-piper-square:before{
    content:"\f91e"
}
.fa-piggy-bank:before{
    content:"\f4d3"
}
.fa-pills:before{
    content:"\f484"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-pizza-slice:before{
    content:"\f818"
}
.fa-place-of-worship:before{
    content:"\f67f"
}
.fa-plane:before{
    content:"\f072"
}
.fa-plane-arrival:before{
    content:"\f5af"
}
.fa-plane-departure:before{
    content:"\f5b0"
}
.fa-plane-slash:before{
    content:"\f969"
}
.fa-play:before{
    content:"\f04b"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-playstation:before{
    content:"\f3df"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-plus:before{
    content:"\f067"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-podcast:before{
    content:"\f2ce"
}
.fa-poll:before{
    content:"\f681"
}
.fa-poll-h:before{
    content:"\f682"
}
.fa-poo:before{
    content:"\f2fe"
}
.fa-poo-storm:before{
    content:"\f75a"
}
.fa-poop:before{
    content:"\f619"
}
.fa-portrait:before{
    content:"\f3e0"
}
.fa-pound-sign:before{
    content:"\f154"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-pray:before{
    content:"\f683"
}
.fa-praying-hands:before{
    content:"\f684"
}
.fa-prescription:before{
    content:"\f5b1"
}
.fa-prescription-bottle:before{
    content:"\f485"
}
.fa-prescription-bottle-alt:before{
    content:"\f486"
}
.fa-print:before{
    content:"\f02f"
}
.fa-procedures:before{
    content:"\f487"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-project-diagram:before{
    content:"\f542"
}
.fa-pump-medical:before{
    content:"\f96a"
}
.fa-pump-soap:before{
    content:"\f96b"
}
.fa-pushed:before{
    content:"\f3e1"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-python:before{
    content:"\f3e2"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-question:before{
    content:"\f128"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-quidditch:before{
    content:"\f458"
}
.fa-quinscape:before{
    content:"\f459"
}
.fa-quora:before{
    content:"\f2c4"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-quran:before{
    content:"\f687"
}
.fa-r-project:before{
    content:"\f4f7"
}
.fa-radiation:before{
    content:"\f7b9"
}
.fa-radiation-alt:before{
    content:"\f7ba"
}
.fa-rainbow:before{
    content:"\f75b"
}
.fa-random:before{
    content:"\f074"
}
.fa-raspberry-pi:before{
    content:"\f7bb"
}
.fa-ravelry:before{
    content:"\f2d9"
}
.fa-react:before{
    content:"\f41b"
}
.fa-reacteurope:before{
    content:"\f75d"
}
.fa-readme:before{
    content:"\f4d5"
}
.fa-rebel:before{
    content:"\f1d0"
}
.fa-receipt:before{
    content:"\f543"
}
.fa-record-vinyl:before{
    content:"\f8d9"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-red-river:before{
    content:"\f3e3"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-redhat:before{
    content:"\f7bc"
}
.fa-redo:before{
    content:"\f01e"
}
.fa-redo-alt:before{
    content:"\f2f9"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-remove-format:before{
    content:"\f87d"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-reply:before{
    content:"\f3e5"
}
.fa-reply-all:before{
    content:"\f122"
}
.fa-replyd:before{
    content:"\f3e6"
}
.fa-republican:before{
    content:"\f75e"
}
.fa-researchgate:before{
    content:"\f4f8"
}
.fa-resolving:before{
    content:"\f3e7"
}
.fa-restroom:before{
    content:"\f7bd"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-rev:before{
    content:"\f5b2"
}
.fa-ribbon:before{
    content:"\f4d6"
}
.fa-ring:before{
    content:"\f70b"
}
.fa-road:before{
    content:"\f018"
}
.fa-robot:before{
    content:"\f544"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-rocketchat:before{
    content:"\f3e8"
}
.fa-rockrms:before{
    content:"\f3e9"
}
.fa-route:before{
    content:"\f4d7"
}
.fa-rss:before{
    content:"\f09e"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-ruble-sign:before{
    content:"\f158"
}
.fa-ruler:before{
    content:"\f545"
}
.fa-ruler-combined:before{
    content:"\f546"
}
.fa-ruler-horizontal:before{
    content:"\f547"
}
.fa-ruler-vertical:before{
    content:"\f548"
}
.fa-running:before{
    content:"\f70c"
}
.fa-rupee-sign:before{
    content:"\f156"
}
.fa-sad-cry:before{
    content:"\f5b3"
}
.fa-sad-tear:before{
    content:"\f5b4"
}
.fa-safari:before{
    content:"\f267"
}
.fa-salesforce:before{
    content:"\f83b"
}
.fa-sass:before{
    content:"\f41e"
}
.fa-satellite:before{
    content:"\f7bf"
}
.fa-satellite-dish:before{
    content:"\f7c0"
}
.fa-save:before{
    content:"\f0c7"
}
.fa-schlix:before{
    content:"\f3ea"
}
.fa-school:before{
    content:"\f549"
}
.fa-screwdriver:before{
    content:"\f54a"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-scroll:before{
    content:"\f70e"
}
.fa-sd-card:before{
    content:"\f7c2"
}
.fa-search:before{
    content:"\f002"
}
.fa-search-dollar:before{
    content:"\f688"
}
.fa-search-location:before{
    content:"\f689"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-searchengin:before{
    content:"\f3eb"
}
.fa-seedling:before{
    content:"\f4d8"
}
.fa-sellcast:before{
    content:"\f2da"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-server:before{
    content:"\f233"
}
.fa-servicestack:before{
    content:"\f3ec"
}
.fa-shapes:before{
    content:"\f61f"
}
.fa-share:before{
    content:"\f064"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-shekel-sign:before{
    content:"\f20b"
}
.fa-shield-alt:before{
    content:"\f3ed"
}
.fa-shield-virus:before{
    content:"\f96c"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-shipping-fast:before{
    content:"\f48b"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-shoe-prints:before{
    content:"\f54b"
}
.fa-shopify:before{
    content:"\f957"
}
.fa-shopping-bag:before{
    content:"\f290"
}
.fa-shopping-basket:before{
    content:"\f291"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-shopware:before{
    content:"\f5b5"
}
.fa-shower:before{
    content:"\f2cc"
}
.fa-shuttle-van:before{
    content:"\f5b6"
}
.fa-sign:before{
    content:"\f4d9"
}
.fa-sign-in-alt:before{
    content:"\f2f6"
}
.fa-sign-language:before{
    content:"\f2a7"
}
.fa-sign-out-alt:before{
    content:"\f2f5"
}
.fa-signal:before{
    content:"\f012"
}
.fa-signature:before{
    content:"\f5b7"
}
.fa-sim-card:before{
    content:"\f7c4"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-sistrix:before{
    content:"\f3ee"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-sith:before{
    content:"\f512"
}
.fa-skating:before{
    content:"\f7c5"
}
.fa-sketch:before{
    content:"\f7c6"
}
.fa-skiing:before{
    content:"\f7c9"
}
.fa-skiing-nordic:before{
    content:"\f7ca"
}
.fa-skull:before{
    content:"\f54c"
}
.fa-skull-crossbones:before{
    content:"\f714"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-slack:before{
    content:"\f198"
}
.fa-slack-hash:before{
    content:"\f3ef"
}
.fa-slash:before{
    content:"\f715"
}
.fa-sleigh:before{
    content:"\f7cc"
}
.fa-sliders-h:before{
    content:"\f1de"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-smile:before{
    content:"\f118"
}
.fa-smile-beam:before{
    content:"\f5b8"
}
.fa-smile-wink:before{
    content:"\f4da"
}
.fa-smog:before{
    content:"\f75f"
}
.fa-smoking:before{
    content:"\f48d"
}
.fa-smoking-ban:before{
    content:"\f54d"
}
.fa-sms:before{
    content:"\f7cd"
}
.fa-snapchat:before{
    content:"\f2ab"
}
.fa-snapchat-ghost:before{
    content:"\f2ac"
}
.fa-snapchat-square:before{
    content:"\f2ad"
}
.fa-snowboarding:before{
    content:"\f7ce"
}
.fa-snowflake:before{
    content:"\f2dc"
}
.fa-snowman:before{
    content:"\f7d0"
}
.fa-snowplow:before{
    content:"\f7d2"
}
.fa-soap:before{
    content:"\f96e"
}
.fa-socks:before{
    content:"\f696"
}
.fa-solar-panel:before{
    content:"\f5ba"
}
.fa-sort:before{
    content:"\f0dc"
}
.fa-sort-alpha-down:before{
    content:"\f15d"
}
.fa-sort-alpha-down-alt:before{
    content:"\f881"
}
.fa-sort-alpha-up:before{
    content:"\f15e"
}
.fa-sort-alpha-up-alt:before{
    content:"\f882"
}
.fa-sort-amount-down:before{
    content:"\f160"
}
.fa-sort-amount-down-alt:before{
    content:"\f884"
}
.fa-sort-amount-up:before{
    content:"\f161"
}
.fa-sort-amount-up-alt:before{
    content:"\f885"
}
.fa-sort-down:before{
    content:"\f0dd"
}
.fa-sort-numeric-down:before{
    content:"\f162"
}
.fa-sort-numeric-down-alt:before{
    content:"\f886"
}
.fa-sort-numeric-up:before{
    content:"\f163"
}
.fa-sort-numeric-up-alt:before{
    content:"\f887"
}
.fa-sort-up:before{
    content:"\f0de"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-sourcetree:before{
    content:"\f7d3"
}
.fa-spa:before{
    content:"\f5bb"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-speakap:before{
    content:"\f3f3"
}
.fa-speaker-deck:before{
    content:"\f83c"
}
.fa-spell-check:before{
    content:"\f891"
}
.fa-spider:before{
    content:"\f717"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-splotch:before{
    content:"\f5bc"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-spray-can:before{
    content:"\f5bd"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-square-full:before{
    content:"\f45c"
}
.fa-square-root-alt:before{
    content:"\f698"
}
.fa-squarespace:before{
    content:"\f5be"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-stackpath:before{
    content:"\f842"
}
.fa-stamp:before{
    content:"\f5bf"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-and-crescent:before{
    content:"\f699"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-star-half-alt:before{
    content:"\f5c0"
}
.fa-star-of-david:before{
    content:"\f69a"
}
.fa-star-of-life:before{
    content:"\f621"
}
.fa-staylinked:before{
    content:"\f3f5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-steam-symbol:before{
    content:"\f3f6"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-sticker-mule:before{
    content:"\f3f7"
}
.fa-sticky-note:before{
    content:"\f249"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-stop-circle:before{
    content:"\f28d"
}
.fa-stopwatch:before{
    content:"\f2f2"
}
.fa-stopwatch-20:before{
    content:"\f96f"
}
.fa-store:before{
    content:"\f54e"
}
.fa-store-alt:before{
    content:"\f54f"
}
.fa-store-alt-slash:before{
    content:"\f970"
}
.fa-store-slash:before{
    content:"\f971"
}
.fa-strava:before{
    content:"\f428"
}
.fa-stream:before{
    content:"\f550"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-stripe:before{
    content:"\f429"
}
.fa-stripe-s:before{
    content:"\f42a"
}
.fa-stroopwafel:before{
    content:"\f551"
}
.fa-studiovinari:before{
    content:"\f3f8"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-subway:before{
    content:"\f239"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-suitcase-rolling:before{
    content:"\f5c1"
}
.fa-sun:before{
    content:"\f185"
}
.fa-superpowers:before{
    content:"\f2dd"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-supple:before{
    content:"\f3f9"
}
.fa-surprise:before{
    content:"\f5c2"
}
.fa-suse:before{
    content:"\f7d6"
}
.fa-swatchbook:before{
    content:"\f5c3"
}
.fa-swift:before{
    content:"\f8e1"
}
.fa-swimmer:before{
    content:"\f5c4"
}
.fa-swimming-pool:before{
    content:"\f5c5"
}
.fa-symfony:before{
    content:"\f83d"
}
.fa-synagogue:before{
    content:"\f69b"
}
.fa-sync:before{
    content:"\f021"
}
.fa-sync-alt:before{
    content:"\f2f1"
}
.fa-syringe:before{
    content:"\f48e"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-table-tennis:before{
    content:"\f45d"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-tablet-alt:before{
    content:"\f3fa"
}
.fa-tablets:before{
    content:"\f490"
}
.fa-tachometer-alt:before{
    content:"\f3fd"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-tape:before{
    content:"\f4db"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-taxi:before{
    content:"\f1ba"
}
.fa-teamspeak:before{
    content:"\f4f9"
}
.fa-teeth:before{
    content:"\f62e"
}
.fa-teeth-open:before{
    content:"\f62f"
}
.fa-telegram:before{
    content:"\f2c6"
}
.fa-telegram-plane:before{
    content:"\f3fe"
}
.fa-temperature-high:before{
    content:"\f769"
}
.fa-temperature-low:before{
    content:"\f76b"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-tenge:before{
    content:"\f7d7"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-the-red-yeti:before{
    content:"\f69d"
}
.fa-theater-masks:before{
    content:"\f630"
}
.fa-themeco:before{
    content:"\f5c6"
}
.fa-themeisle:before{
    content:"\f2b2"
}
.fa-thermometer:before{
    content:"\f491"
}
.fa-thermometer-empty:before{
    content:"\f2cb"
}
.fa-thermometer-full:before{
    content:"\f2c7"
}
.fa-thermometer-half:before{
    content:"\f2c9"
}
.fa-thermometer-quarter:before{
    content:"\f2ca"
}
.fa-thermometer-three-quarters:before{
    content:"\f2c8"
}
.fa-think-peaks:before{
    content:"\f731"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbtack:before{
    content:"\f08d"
}
.fa-ticket-alt:before{
    content:"\f3ff"
}
.fa-times:before{
    content:"\f00d"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-tint:before{
    content:"\f043"
}
.fa-tint-slash:before{
    content:"\f5c7"
}
.fa-tired:before{
    content:"\f5c8"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-toilet:before{
    content:"\f7d8"
}
.fa-toilet-paper:before{
    content:"\f71e"
}
.fa-toilet-paper-slash:before{
    content:"\f972"
}
.fa-toolbox:before{
    content:"\f552"
}
.fa-tools:before{
    content:"\f7d9"
}
.fa-tooth:before{
    content:"\f5c9"
}
.fa-torah:before{
    content:"\f6a0"
}
.fa-torii-gate:before{
    content:"\f6a1"
}
.fa-tractor:before{
    content:"\f722"
}
.fa-trade-federation:before{
    content:"\f513"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-traffic-light:before{
    content:"\f637"
}
.fa-trailer:before{
    content:"\f941"
}
.fa-train:before{
    content:"\f238"
}
.fa-tram:before{
    content:"\f7da"
}
.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-trash-alt:before{
    content:"\f2ed"
}
.fa-trash-restore:before{
    content:"\f829"
}
.fa-trash-restore-alt:before{
    content:"\f82a"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-trello:before{
    content:"\f181"
}
.fa-tripadvisor:before{
    content:"\f262"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-truck-loading:before{
    content:"\f4de"
}
.fa-truck-monster:before{
    content:"\f63b"
}
.fa-truck-moving:before{
    content:"\f4df"
}
.fa-truck-pickup:before{
    content:"\f63c"
}
.fa-tshirt:before{
    content:"\f553"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-tv:before{
    content:"\f26c"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-typo3:before{
    content:"\f42b"
}
.fa-uber:before{
    content:"\f402"
}
.fa-ubuntu:before{
    content:"\f7df"
}
.fa-uikit:before{
    content:"\f403"
}
.fa-umbraco:before{
    content:"\f8e8"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-umbrella-beach:before{
    content:"\f5ca"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-undo:before{
    content:"\f0e2"
}
.fa-undo-alt:before{
    content:"\f2ea"
}
.fa-uniregistry:before{
    content:"\f404"
}
.fa-unity:before{
    content:"\f949"
}
.fa-universal-access:before{
    content:"\f29a"
}
.fa-university:before{
    content:"\f19c"
}
.fa-unlink:before{
    content:"\f127"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-untappd:before{
    content:"\f405"
}
.fa-upload:before{
    content:"\f093"
}
.fa-ups:before{
    content:"\f7e0"
}
.fa-usb:before{
    content:"\f287"
}
.fa-user:before{
    content:"\f007"
}
.fa-user-alt:before{
    content:"\f406"
}
.fa-user-alt-slash:before{
    content:"\f4fa"
}
.fa-user-astronaut:before{
    content:"\f4fb"
}
.fa-user-check:before{
    content:"\f4fc"
}
.fa-user-circle:before{
    content:"\f2bd"
}
.fa-user-clock:before{
    content:"\f4fd"
}
.fa-user-cog:before{
    content:"\f4fe"
}
.fa-user-edit:before{
    content:"\f4ff"
}
.fa-user-friends:before{
    content:"\f500"
}
.fa-user-graduate:before{
    content:"\f501"
}
.fa-user-injured:before{
    content:"\f728"
}
.fa-user-lock:before{
    content:"\f502"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-user-minus:before{
    content:"\f503"
}
.fa-user-ninja:before{
    content:"\f504"
}
.fa-user-nurse:before{
    content:"\f82f"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-user-shield:before{
    content:"\f505"
}
.fa-user-slash:before{
    content:"\f506"
}
.fa-user-tag:before{
    content:"\f507"
}
.fa-user-tie:before{
    content:"\f508"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-users:before{
    content:"\f0c0"
}
.fa-users-cog:before{
    content:"\f509"
}
.fa-usps:before{
    content:"\f7e1"
}
.fa-ussunnah:before{
    content:"\f407"
}
.fa-utensil-spoon:before{
    content:"\f2e5"
}
.fa-utensils:before{
    content:"\f2e7"
}
.fa-vaadin:before{
    content:"\f408"
}
.fa-vector-square:before{
    content:"\f5cb"
}
.fa-venus:before{
    content:"\f221"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-viadeo:before{
    content:"\f2a9"
}
.fa-viadeo-square:before{
    content:"\f2aa"
}
.fa-vial:before{
    content:"\f492"
}
.fa-vials:before{
    content:"\f493"
}
.fa-viber:before{
    content:"\f409"
}
.fa-video:before{
    content:"\f03d"
}
.fa-video-slash:before{
    content:"\f4e2"
}
.fa-vihara:before{
    content:"\f6a7"
}
.fa-vimeo:before{
    content:"\f40a"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-vimeo-v:before{
    content:"\f27d"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-virus:before{
    content:"\f974"
}
.fa-virus-slash:before{
    content:"\f975"
}
.fa-viruses:before{
    content:"\f976"
}
.fa-vk:before{
    content:"\f189"
}
.fa-vnv:before{
    content:"\f40b"
}
.fa-voicemail:before{
    content:"\f897"
}
.fa-volleyball-ball:before{
    content:"\f45f"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-mute:before{
    content:"\f6a9"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-vote-yea:before{
    content:"\f772"
}
.fa-vr-cardboard:before{
    content:"\f729"
}
.fa-vuejs:before{
    content:"\f41f"
}
.fa-walking:before{
    content:"\f554"
}
.fa-wallet:before{
    content:"\f555"
}
.fa-warehouse:before{
    content:"\f494"
}
.fa-water:before{
    content:"\f773"
}
.fa-wave-square:before{
    content:"\f83e"
}
.fa-waze:before{
    content:"\f83f"
}
.fa-weebly:before{
    content:"\f5cc"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-weight:before{
    content:"\f496"
}
.fa-weight-hanging:before{
    content:"\f5cd"
}
.fa-weixin:before{
    content:"\f1d7"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-whatsapp-square:before{
    content:"\f40c"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-whmcs:before{
    content:"\f40d"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-wind:before{
    content:"\f72e"
}
.fa-window-close:before{
    content:"\f410"
}
.fa-window-maximize:before{
    content:"\f2d0"
}
.fa-window-minimize:before{
    content:"\f2d1"
}
.fa-window-restore:before{
    content:"\f2d2"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-wine-bottle:before{
    content:"\f72f"
}
.fa-wine-glass:before{
    content:"\f4e3"
}
.fa-wine-glass-alt:before{
    content:"\f5ce"
}
.fa-wix:before{
    content:"\f5cf"
}
.fa-wizards-of-the-coast:before{
    content:"\f730"
}
.fa-wolf-pack-battalion:before{
    content:"\f514"
}
.fa-won-sign:before{
    content:"\f159"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-wordpress-simple:before{
    content:"\f411"
}
.fa-wpbeginner:before{
    content:"\f297"
}
.fa-wpexplorer:before{
    content:"\f2de"
}
.fa-wpforms:before{
    content:"\f298"
}
.fa-wpressr:before{
    content:"\f3e4"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-x-ray:before{
    content:"\f497"
}
.fa-xbox:before{
    content:"\f412"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-y-combinator:before{
    content:"\f23b"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-yammer:before{
    content:"\f840"
}
.fa-yandex:before{
    content:"\f413"
}
.fa-yandex-international:before{
    content:"\f414"
}
.fa-yarn:before{
    content:"\f7e3"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-yen-sign:before{
    content:"\f157"
}
.fa-yin-yang:before{
    content:"\f6ad"
}
.fa-yoast:before{
    content:"\f2b1"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-youtube-square:before{
    content:"\f431"
}
.fa-zhihu:before{
    content:"\f63f"
}
@font-face{
    font-family:'Font Awesome 5 Brands';
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url(./fonts/fa-brands-400.eot);
    src:url(./fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(./fonts/fa-brands-400.woff2) format("woff2");
}
@font-face{
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url(./fonts/fa-regular-400.eot);
    src:url(./fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(./fonts/fa-regular-400.woff2) format("woff2");
}
@font-face{
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:900;
    font-display:block;
    src:url(./fonts/fa-solid-900.eot);
    src:url(./fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(./fonts/fa-solid-900.woff2) format("woff2");
}
/*! * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */
 .fa{
    font-family:var(--fa-style-family,"Font Awesome 6 Free");
    font-weight:var(--fa-style,900)
}
.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:var(--fa-display,inline-block);
    font-style:normal;
    font-variant:normal;
    line-height:1;
    text-rendering:auto
}
.fa-classic,.fa-regular,.fa-solid,.far,.fas{
    font-family:"Font Awesome 6 Free"
}
.fa-brands,.fab{
    font-family:"Font Awesome 6 Brands"
}
.fa-1x{
    font-size:1em
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-6x{
    font-size:6em
}
.fa-7x{
    font-size:7em
}
.fa-8x{
    font-size:8em
}
.fa-9x{
    font-size:9em
}
.fa-10x{
    font-size:10em
}
.fa-2xs{
    font-size:.625em;
    line-height:.1em;
    vertical-align:.225em
}
.fa-xs{
    font-size:.75em;
    line-height:.08333em;
    vertical-align:.125em
}
.fa-sm{
    font-size:.875em;
    line-height:.07143em;
    vertical-align:.05357em
}
.fa-lg{
    font-size:1.25em;
    line-height:.05em;
    vertical-align:-.075em
}
.fa-xl{
    font-size:1.5em;
    line-height:.04167em;
    vertical-align:-.125em
}
.fa-2xl{
    font-size:2em;
    line-height:.03125em;
    vertical-align:-.1875em
}
.fa-fw{
    text-align:center;
    width:1.25em
}
.fa-ul{
    list-style-type:none;
    margin-left:var(--fa-li-margin,2.5em);
    padding-left:0
}
.fa-ul>li{
    position:relative
}
.fa-li{
    left:calc(var(--fa-li-width, 2em)*-1);
    position:absolute;
    text-align:center;
    width:var(--fa-li-width,2em);
    line-height:inherit
}
.fa-border{
    border-radius:var(--fa-border-radius,.1em);
    border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
    padding:var(--fa-border-padding,.2em .25em .15em)
}
.fa-pull-left{
    float:left;
    margin-right:var(--fa-pull-margin,.3em)
}
.fa-pull-right{
    float:right;
    margin-left:var(--fa-pull-margin,.3em)
}
.fa-beat{
    -webkit-animation-name:fa-beat;
    animation-name:fa-beat;
    -webkit-animation-delay:var(--fa-animation-delay,0s);
    animation-delay:var(--fa-animation-delay,0s);
    -webkit-animation-direction:var(--fa-animation-direction,normal);
    animation-direction:var(--fa-animation-direction,normal);
    -webkit-animation-duration:var(--fa-animation-duration,1s);
    animation-duration:var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);
    animation-timing-function:var(--fa-animation-timing,ease-in-out)
}
.fa-bounce{
    -webkit-animation-name:fa-bounce;
    animation-name:fa-bounce;
    -webkit-animation-delay:var(--fa-animation-delay,0s);
    animation-delay:var(--fa-animation-delay,0s);
    -webkit-animation-direction:var(--fa-animation-direction,normal);
    animation-direction:var(--fa-animation-direction,normal);
    -webkit-animation-duration:var(--fa-animation-duration,1s);
    animation-duration:var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
    animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))
}
.fa-fade{
    -webkit-animation-name:fa-fade;
    animation-name:fa-fade;
    -webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
    animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}
.fa-beat-fade,.fa-fade{
    -webkit-animation-delay:var(--fa-animation-delay,0s);
    animation-delay:var(--fa-animation-delay,0s);
    -webkit-animation-direction:var(--fa-animation-direction,normal);
    animation-direction:var(--fa-animation-direction,normal);
    -webkit-animation-duration:var(--fa-animation-duration,1s);
    animation-duration:var(--fa-animation-duration,1s)
}
.fa-beat-fade{
    -webkit-animation-name:fa-beat-fade;
    animation-name:fa-beat-fade;
    -webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
    animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}
.fa-flip{
    -webkit-animation-name:fa-flip;
    animation-name:fa-flip;
    -webkit-animation-delay:var(--fa-animation-delay,0s);
    animation-delay:var(--fa-animation-delay,0s);
    -webkit-animation-direction:var(--fa-animation-direction,normal);
    animation-direction:var(--fa-animation-direction,normal);
    -webkit-animation-duration:var(--fa-animation-duration,1s);
    animation-duration:var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);
    animation-timing-function:var(--fa-animation-timing,ease-in-out)
}
.fa-shake{
    -webkit-animation-name:fa-shake;
    animation-name:fa-shake;
    -webkit-animation-duration:var(--fa-animation-duration,1s);
    animation-duration:var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function:var(--fa-animation-timing,linear);
    animation-timing-function:var(--fa-animation-timing,linear)
}
.fa-shake,.fa-spin{
    -webkit-animation-delay:var(--fa-animation-delay,0s);
    animation-delay:var(--fa-animation-delay,0s);
    -webkit-animation-direction:var(--fa-animation-direction,normal);
    animation-direction:var(--fa-animation-direction,normal)
}
.fa-spin{
    -webkit-animation-name:fa-spin;
    animation-name:fa-spin;
    -webkit-animation-duration:var(--fa-animation-duration,2s);
    animation-duration:var(--fa-animation-duration,2s);
    -webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function:var(--fa-animation-timing,linear);
    animation-timing-function:var(--fa-animation-timing,linear)
}
.fa-spin-reverse{
    --fa-animation-direction:reverse
}
.fa-pulse,.fa-spin-pulse{
    -webkit-animation-name:fa-spin;
    animation-name:fa-spin;
    -webkit-animation-direction:var(--fa-animation-direction,normal);
    animation-direction:var(--fa-animation-direction,normal);
    -webkit-animation-duration:var(--fa-animation-duration,1s);
    animation-duration:var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    animation-iteration-count:var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function:var(--fa-animation-timing,steps(8));
    animation-timing-function:var(--fa-animation-timing,steps(8))
}
@media (prefers-reduced-motion:reduce){
    .fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{
        -webkit-animation-delay:-1ms;
        animation-delay:-1ms;
        -webkit-animation-duration:1ms;
        animation-duration:1ms;
        -webkit-animation-iteration-count:1;
        animation-iteration-count:1;
        -webkit-transition-delay:0s;
        transition-delay:0s;
        -webkit-transition-duration:0s;
        transition-duration:0s
    }
}
@-webkit-keyframes fa-beat{
    0%,90%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    45%{
        -webkit-transform:scale(var(--fa-beat-scale,1.25));
        transform:scale(var(--fa-beat-scale,1.25))
    }
}
@keyframes fa-beat{
    0%,90%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    45%{
        -webkit-transform:scale(var(--fa-beat-scale,1.25));
        transform:scale(var(--fa-beat-scale,1.25))
    }
}
@-webkit-keyframes fa-bounce{
    0%{
        -webkit-transform:scale(1) translateY(0);
        transform:scale(1) translateY(0)
    }
    10%{
        -webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
        transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
    }
    30%{
        -webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
        transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
    }
    50%{
        -webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
        transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
    }
    57%{
        -webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));
        transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))
    }
    64%{
        -webkit-transform:scale(1) translateY(0);
        transform:scale(1) translateY(0)
    }
    to{
        -webkit-transform:scale(1) translateY(0);
        transform:scale(1) translateY(0)
    }
}
@keyframes fa-bounce{
    0%{
        -webkit-transform:scale(1) translateY(0);
        transform:scale(1) translateY(0)
    }
    10%{
        -webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
        transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
    }
    30%{
        -webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
        transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
    }
    50%{
        -webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
        transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
    }
    57%{
        -webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));
        transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))
    }
    64%{
        -webkit-transform:scale(1) translateY(0);
        transform:scale(1) translateY(0)
    }
    to{
        -webkit-transform:scale(1) translateY(0);
        transform:scale(1) translateY(0)
    }
}
@-webkit-keyframes fa-fade{
    50%{
        opacity:var(--fa-fade-opacity,.4)
    }
}
@keyframes fa-fade{
    50%{
        opacity:var(--fa-fade-opacity,.4)
    }
}
@-webkit-keyframes fa-beat-fade{
    0%,to{
        opacity:var(--fa-beat-fade-opacity,.4);
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        opacity:1;
        -webkit-transform:scale(var(--fa-beat-fade-scale,1.125));
        transform:scale(var(--fa-beat-fade-scale,1.125))
    }
}
@keyframes fa-beat-fade{
    0%,to{
        opacity:var(--fa-beat-fade-opacity,.4);
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        opacity:1;
        -webkit-transform:scale(var(--fa-beat-fade-scale,1.125));
        transform:scale(var(--fa-beat-fade-scale,1.125))
    }
}
@-webkit-keyframes fa-flip{
    50%{
        -webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
        transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }
}
@keyframes fa-flip{
    50%{
        -webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
        transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }
}
@-webkit-keyframes fa-shake{
    0%{
        -webkit-transform:rotate(-15deg);
        transform:rotate(-15deg)
    }
    4%{
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg)
    }
    8%,24%{
        -webkit-transform:rotate(-18deg);
        transform:rotate(-18deg)
    }
    12%,28%{
        -webkit-transform:rotate(18deg);
        transform:rotate(18deg)
    }
    16%{
        -webkit-transform:rotate(-22deg);
        transform:rotate(-22deg)
    }
    20%{
        -webkit-transform:rotate(22deg);
        transform:rotate(22deg)
    }
    32%{
        -webkit-transform:rotate(-12deg);
        transform:rotate(-12deg)
    }
    36%{
        -webkit-transform:rotate(12deg);
        transform:rotate(12deg)
    }
    40%,to{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
}
@keyframes fa-shake{
    0%{
        -webkit-transform:rotate(-15deg);
        transform:rotate(-15deg)
    }
    4%{
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg)
    }
    8%,24%{
        -webkit-transform:rotate(-18deg);
        transform:rotate(-18deg)
    }
    12%,28%{
        -webkit-transform:rotate(18deg);
        transform:rotate(18deg)
    }
    16%{
        -webkit-transform:rotate(-22deg);
        transform:rotate(-22deg)
    }
    20%{
        -webkit-transform:rotate(22deg);
        transform:rotate(22deg)
    }
    32%{
        -webkit-transform:rotate(-12deg);
        transform:rotate(-12deg)
    }
    36%{
        -webkit-transform:rotate(12deg);
        transform:rotate(12deg)
    }
    40%,to{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
.fa-rotate-90{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -webkit-transform:scaleX(-1);
    transform:scaleX(-1)
}
.fa-flip-vertical{
    -webkit-transform:scaleY(-1);
    transform:scaleY(-1)
}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{
    -webkit-transform:scale(-1);
    transform:scale(-1)
}
.fa-rotate-by{
    -webkit-transform:rotate(var(--fa-rotate-angle,none));
    transform:rotate(var(--fa-rotate-angle,none))
}
.fa-stack{
    display:inline-block;
    height:2em;
    line-height:2em;
    position:relative;
    vertical-align:middle;
    width:2.5em
}
.fa-stack-1x,.fa-stack-2x{
    left:0;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:var(--fa-stack-z-index,auto)
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:var(--fa-inverse,#fff)
}
 .fa-0:before{
    content:"\30"
}
.fa-1:before{
    content:"\31"
}
.fa-2:before{
    content:"\32"
}
.fa-3:before{
    content:"\33"
}
.fa-4:before{
    content:"\34"
}
.fa-5:before{
    content:"\35"
}
.fa-6:before{
    content:"\36"
}
.fa-7:before{
    content:"\37"
}
.fa-8:before{
    content:"\38"
}
.fa-9:before{
    content:"\39"
}
.fa-fill-drip:before{
    content:"\f576"
}
.fa-arrows-to-circle:before{
    content:"\e4bd"
}
.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{
    content:"\f138"
}
.fa-at:before{
    content:"\40"
}
.fa-trash-alt:before,.fa-trash-can:before{
    content:"\f2ed"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-user-times:before,.fa-user-xmark:before{
    content:"\f235"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-comment-alt:before,.fa-message:before{
    content:"\f27a"
}
.fa-info:before{
    content:"\f129"
}
.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{
    content:"\f422"
}
.fa-explosion:before{
    content:"\e4e9"
}
.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{
    content:"\f15c"
}
.fa-wave-square:before{
    content:"\f83e"
}
.fa-ring:before{
    content:"\f70b"
}
.fa-building-un:before{
    content:"\e4d9"
}
.fa-dice-three:before{
    content:"\f527"
}
.fa-calendar-alt:before,.fa-calendar-days:before{
    content:"\f073"
}
.fa-anchor-circle-check:before{
    content:"\e4aa"
}
.fa-building-circle-arrow-right:before{
    content:"\e4d1"
}
.fa-volleyball-ball:before,.fa-volleyball:before{
    content:"\f45f"
}
.fa-arrows-up-to-line:before{
    content:"\e4c2"
}
.fa-sort-desc:before,.fa-sort-down:before{
    content:"\f0dd"
}
.fa-circle-minus:before,.fa-minus-circle:before{
    content:"\f056"
}
.fa-door-open:before{
    content:"\f52b"
}
.fa-right-from-bracket:before,.fa-sign-out-alt:before{
    content:"\f2f5"
}
.fa-atom:before{
    content:"\f5d2"
}
.fa-soap:before{
    content:"\e06e"
}
.fa-heart-music-camera-bolt:before,.fa-icons:before{
    content:"\f86d"
}
.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{
    content:"\f539"
}
.fa-bridge-circle-check:before{
    content:"\e4c9"
}
.fa-pump-medical:before{
    content:"\e06a"
}
.fa-fingerprint:before{
    content:"\f577"
}
.fa-hand-point-right:before{
    content:"\f0a4"
}
.fa-magnifying-glass-location:before,.fa-search-location:before{
    content:"\f689"
}
.fa-forward-step:before,.fa-step-forward:before{
    content:"\f051"
}
.fa-face-smile-beam:before,.fa-smile-beam:before{
    content:"\f5b8"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-football-ball:before,.fa-football:before{
    content:"\f44e"
}
.fa-school-circle-exclamation:before{
    content:"\e56c"
}
.fa-crop:before{
    content:"\f125"
}
.fa-angle-double-down:before,.fa-angles-down:before{
    content:"\f103"
}
.fa-users-rectangle:before{
    content:"\e594"
}
.fa-people-roof:before{
    content:"\e537"
}
.fa-people-line:before{
    content:"\e534"
}
.fa-beer-mug-empty:before,.fa-beer:before{
    content:"\f0fc"
}
.fa-diagram-predecessor:before{
    content:"\e477"
}
.fa-arrow-up-long:before,.fa-long-arrow-up:before{
    content:"\f176"
}
.fa-burn:before,.fa-fire-flame-simple:before{
    content:"\f46a"
}
.fa-male:before,.fa-person:before{
    content:"\f183"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-file-csv:before{
    content:"\f6dd"
}
.fa-menorah:before{
    content:"\f676"
}
.fa-truck-plane:before{
    content:"\e58f"
}
.fa-record-vinyl:before{
    content:"\f8d9"
}
.fa-face-grin-stars:before,.fa-grin-stars:before{
    content:"\f587"
}
.fa-bong:before{
    content:"\f55c"
}
.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{
    content:"\f67b"
}
.fa-arrow-down-up-across-line:before{
    content:"\e4af"
}
.fa-spoon:before,.fa-utensil-spoon:before{
    content:"\f2e5"
}
.fa-jar-wheat:before{
    content:"\e517"
}
.fa-envelopes-bulk:before,.fa-mail-bulk:before{
    content:"\f674"
}
.fa-file-circle-exclamation:before{
    content:"\e4eb"
}
.fa-circle-h:before,.fa-hospital-symbol:before{
    content:"\f47e"
}
.fa-pager:before{
    content:"\f815"
}
.fa-address-book:before,.fa-contact-book:before{
    content:"\f2b9"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-k:before{
    content:"\4b"
}
.fa-landmark-flag:before{
    content:"\e51c"
}
.fa-pencil-alt:before,.fa-pencil:before{
    content:"\f303"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-comments:before{
    content:"\f086"
}
.fa-file-clipboard:before,.fa-paste:before{
    content:"\f0ea"
}
.fa-code-pull-request:before{
    content:"\e13c"
}
.fa-clipboard-list:before{
    content:"\f46d"
}
.fa-truck-loading:before,.fa-truck-ramp-box:before{
    content:"\f4de"
}
.fa-user-check:before{
    content:"\f4fc"
}
.fa-vial-virus:before{
    content:"\e597"
}
.fa-sheet-plastic:before{
    content:"\e571"
}
.fa-blog:before{
    content:"\f781"
}
.fa-user-ninja:before{
    content:"\f504"
}
.fa-person-arrow-up-from-line:before{
    content:"\e539"
}
.fa-scroll-torah:before,.fa-torah:before{
    content:"\f6a0"
}
.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{
    content:"\f458"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-archive:before,.fa-box-archive:before{
    content:"\f187"
}
.fa-person-drowning:before{
    content:"\e545"
}
.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{
    content:"\f886"
}
.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{
    content:"\f58a"
}
.fa-spray-can:before{
    content:"\f5bd"
}
.fa-truck-monster:before{
    content:"\f63b"
}
.fa-w:before{
    content:"\57"
}
.fa-earth-africa:before,.fa-globe-africa:before{
    content:"\f57c"
}
.fa-rainbow:before{
    content:"\f75b"
}
.fa-circle-notch:before{
    content:"\f1ce"
}
.fa-tablet-alt:before,.fa-tablet-screen-button:before{
    content:"\f3fa"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-trowel-bricks:before{
    content:"\e58a"
}
.fa-face-flushed:before,.fa-flushed:before{
    content:"\f579"
}
.fa-hospital-user:before{
    content:"\f80d"
}
.fa-tent-arrow-left-right:before{
    content:"\e57f"
}
.fa-gavel:before,.fa-legal:before{
    content:"\f0e3"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-box-tissue:before{
    content:"\e05b"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-bell-concierge:before,.fa-concierge-bell:before{
    content:"\f562"
}
.fa-pen-ruler:before,.fa-pencil-ruler:before{
    content:"\f5ae"
}
.fa-people-arrows-left-right:before,.fa-people-arrows:before{
    content:"\e068"
}
.fa-mars-and-venus-burst:before{
    content:"\e523"
}
.fa-caret-square-right:before,.fa-square-caret-right:before{
    content:"\f152"
}
.fa-cut:before,.fa-scissors:before{
    content:"\f0c4"
}
.fa-sun-plant-wilt:before{
    content:"\e57a"
}
.fa-toilets-portable:before{
    content:"\e584"
}
.fa-hockey-puck:before{
    content:"\f453"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-magnifying-glass-arrow-right:before{
    content:"\e521"
}
.fa-digital-tachograph:before,.fa-tachograph-digital:before{
    content:"\f566"
}
.fa-users-slash:before{
    content:"\e073"
}
.fa-clover:before{
    content:"\e139"
}
.fa-mail-reply:before,.fa-reply:before{
    content:"\f3e5"
}
.fa-star-and-crescent:before{
    content:"\f699"
}
.fa-house-fire:before{
    content:"\e50c"
}
.fa-minus-square:before,.fa-square-minus:before{
    content:"\f146"
}
.fa-helicopter:before{
    content:"\f533"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-caret-square-down:before,.fa-square-caret-down:before{
    content:"\f150"
}
.fa-file-circle-question:before{
    content:"\e4ef"
}
.fa-laptop-code:before{
    content:"\f5fc"
}
.fa-swatchbook:before{
    content:"\f5c3"
}
.fa-prescription-bottle:before{
    content:"\f485"
}
.fa-bars:before,.fa-navicon:before{
    content:"\f0c9"
}
.fa-people-group:before{
    content:"\e533"
}
.fa-hourglass-3:before,.fa-hourglass-end:before{
    content:"\f253"
}
.fa-heart-broken:before,.fa-heart-crack:before{
    content:"\f7a9"
}
.fa-external-link-square-alt:before,.fa-square-up-right:before{
    content:"\f360"
}
.fa-face-kiss-beam:before,.fa-kiss-beam:before{
    content:"\f597"
}
.fa-film:before{
    content:"\f008"
}
.fa-ruler-horizontal:before{
    content:"\f547"
}
.fa-people-robbery:before{
    content:"\e536"
}
.fa-lightbulb:before{
    content:"\f0eb"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-circle-exclamation:before,.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-school-circle-xmark:before{
    content:"\e56d"
}
.fa-arrow-right-from-bracket:before,.fa-sign-out:before{
    content:"\f08b"
}
.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{
    content:"\f13a"
}
.fa-unlock-alt:before,.fa-unlock-keyhole:before{
    content:"\f13e"
}
.fa-cloud-showers-heavy:before{
    content:"\f740"
}
.fa-headphones-alt:before,.fa-headphones-simple:before{
    content:"\f58f"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-circle-dollar-to-slot:before,.fa-donate:before{
    content:"\f4b9"
}
.fa-memory:before{
    content:"\f538"
}
.fa-road-spikes:before{
    content:"\e568"
}
.fa-fire-burner:before{
    content:"\e4f1"
}
.fa-flag:before{
    content:"\f024"
}
.fa-hanukiah:before{
    content:"\f6e6"
}
.fa-feather:before{
    content:"\f52d"
}
.fa-volume-down:before,.fa-volume-low:before{
    content:"\f027"
}
.fa-comment-slash:before{
    content:"\f4b3"
}
.fa-cloud-sun-rain:before{
    content:"\f743"
}
.fa-compress:before{
    content:"\f066"
}
.fa-wheat-alt:before,.fa-wheat-awn:before{
    content:"\e2cd"
}
.fa-ankh:before{
    content:"\f644"
}
.fa-hands-holding-child:before{
    content:"\e4fa"
}
.fa-asterisk:before{
    content:"\2a"
}
.fa-check-square:before,.fa-square-check:before{
    content:"\f14a"
}
.fa-peseta-sign:before{
    content:"\e221"
}
.fa-header:before,.fa-heading:before{
    content:"\f1dc"
}
.fa-ghost:before{
    content:"\f6e2"
}
.fa-list-squares:before,.fa-list:before{
    content:"\f03a"
}
.fa-phone-square-alt:before,.fa-square-phone-flip:before{
    content:"\f87b"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-circle-dot:before,.fa-dot-circle:before{
    content:"\f192"
}
.fa-dizzy:before,.fa-face-dizzy:before{
    content:"\f567"
}
.fa-egg:before{
    content:"\f7fb"
}
.fa-house-medical-circle-xmark:before{
    content:"\e513"
}
.fa-campground:before{
    content:"\f6bb"
}
.fa-folder-plus:before{
    content:"\f65e"
}
.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{
    content:"\f1e3"
}
.fa-paint-brush:before,.fa-paintbrush:before{
    content:"\f1fc"
}
.fa-lock:before{
    content:"\f023"
}
.fa-gas-pump:before{
    content:"\f52f"
}
.fa-hot-tub-person:before,.fa-hot-tub:before{
    content:"\f593"
}
.fa-map-location:before,.fa-map-marked:before{
    content:"\f59f"
}
.fa-house-flood-water:before{
    content:"\e50e"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-bridge-lock:before{
    content:"\e4cc"
}
.fa-sack-dollar:before{
    content:"\f81d"
}
.fa-edit:before,.fa-pen-to-square:before{
    content:"\f044"
}
.fa-car-side:before{
    content:"\f5e4"
}
.fa-share-alt:before,.fa-share-nodes:before{
    content:"\f1e0"
}
.fa-heart-circle-minus:before{
    content:"\e4ff"
}
.fa-hourglass-2:before,.fa-hourglass-half:before{
    content:"\f252"
}
.fa-microscope:before{
    content:"\f610"
}
.fa-sink:before{
    content:"\e06d"
}
.fa-bag-shopping:before,.fa-shopping-bag:before{
    content:"\f290"
}
.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{
    content:"\f881"
}
.fa-mitten:before{
    content:"\f7b5"
}
.fa-person-rays:before{
    content:"\e54d"
}
.fa-users:before{
    content:"\f0c0"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-flask-vial:before{
    content:"\e4f3"
}
.fa-hand-paper:before,.fa-hand:before{
    content:"\f256"
}
.fa-om:before{
    content:"\f679"
}
.fa-worm:before{
    content:"\e599"
}
.fa-house-circle-xmark:before{
    content:"\e50b"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-hand-spock:before{
    content:"\f259"
}
.fa-stopwatch:before{
    content:"\f2f2"
}
.fa-face-kiss:before,.fa-kiss:before{
    content:"\f596"
}
.fa-bridge-circle-xmark:before{
    content:"\e4cb"
}
.fa-face-grin-tongue:before,.fa-grin-tongue:before{
    content:"\f589"
}
.fa-chess-bishop:before{
    content:"\f43a"
}
.fa-face-grin-wink:before,.fa-grin-wink:before{
    content:"\f58c"
}
.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{
    content:"\f2a4"
}
.fa-road-circle-check:before{
    content:"\e564"
}
.fa-dice-five:before{
    content:"\f523"
}
.fa-rss-square:before,.fa-square-rss:before{
    content:"\f143"
}
.fa-land-mine-on:before{
    content:"\e51b"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-stamp:before{
    content:"\f5bf"
}
.fa-stairs:before{
    content:"\e289"
}
.fa-i:before{
    content:"\49"
}
.fa-hryvnia-sign:before,.fa-hryvnia:before{
    content:"\f6f2"
}
.fa-pills:before{
    content:"\f484"
}
.fa-face-grin-wide:before,.fa-grin-alt:before{
    content:"\f581"
}
.fa-tooth:before{
    content:"\f5c9"
}
.fa-v:before{
    content:"\56"
}
.fa-bangladeshi-taka-sign:before{
    content:"\e2e6"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{
    content:"\e579"
}
.fa-head-side-cough-slash:before{
    content:"\e062"
}
.fa-ambulance:before,.fa-truck-medical:before{
    content:"\f0f9"
}
.fa-wheat-awn-circle-exclamation:before{
    content:"\e598"
}
.fa-snowman:before{
    content:"\f7d0"
}
.fa-mortar-pestle:before{
    content:"\f5a7"
}
.fa-road-barrier:before{
    content:"\e562"
}
.fa-school:before{
    content:"\f549"
}
.fa-igloo:before{
    content:"\f7ae"
}
.fa-joint:before{
    content:"\f595"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-horse:before{
    content:"\f6f0"
}
.fa-q:before{
    content:"\51"
}
.fa-g:before{
    content:"\47"
}
.fa-notes-medical:before{
    content:"\f481"
}
.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{
    content:"\f2c9"
}
.fa-dong-sign:before{
    content:"\e169"
}
.fa-capsules:before{
    content:"\f46b"
}
.fa-poo-bolt:before,.fa-poo-storm:before{
    content:"\f75a"
}
.fa-face-frown-open:before,.fa-frown-open:before{
    content:"\f57a"
}
.fa-hand-point-up:before{
    content:"\f0a6"
}
.fa-money-bill:before{
    content:"\f0d6"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-umbrella-beach:before{
    content:"\f5ca"
}
.fa-helmet-un:before{
    content:"\e503"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-bacon:before{
    content:"\f7e5"
}
.fa-hand-point-down:before{
    content:"\f0a7"
}
.fa-arrow-up-from-bracket:before{
    content:"\e09a"
}
.fa-folder-blank:before,.fa-folder:before{
    content:"\f07b"
}
.fa-file-medical-alt:before,.fa-file-waveform:before{
    content:"\f478"
}
.fa-radiation:before{
    content:"\f7b9"
}
.fa-chart-simple:before{
    content:"\e473"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-vial:before{
    content:"\f492"
}
.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{
    content:"\f624"
}
.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{
    content:"\e2ca"
}
.fa-e:before{
    content:"\45"
}
.fa-pen-alt:before,.fa-pen-clip:before{
    content:"\f305"
}
.fa-bridge-circle-exclamation:before{
    content:"\e4ca"
}
.fa-user:before{
    content:"\f007"
}
.fa-school-circle-check:before{
    content:"\e56b"
}
.fa-dumpster:before{
    content:"\f793"
}
.fa-shuttle-van:before,.fa-van-shuttle:before{
    content:"\f5b6"
}
.fa-building-user:before{
    content:"\e4da"
}
.fa-caret-square-left:before,.fa-square-caret-left:before{
    content:"\f191"
}
.fa-highlighter:before{
    content:"\f591"
}
.fa-key:before{
    content:"\f084"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-synagogue:before{
    content:"\f69b"
}
.fa-person-half-dress:before{
    content:"\e548"
}
.fa-road-bridge:before{
    content:"\e563"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-c:before{
    content:"\43"
}
.fa-tablet-button:before{
    content:"\f10a"
}
.fa-building-lock:before{
    content:"\e4d6"
}
.fa-pizza-slice:before{
    content:"\f818"
}
.fa-money-bill-wave:before{
    content:"\f53a"
}
.fa-area-chart:before,.fa-chart-area:before{
    content:"\f1fe"
}
.fa-house-flag:before{
    content:"\e50d"
}
.fa-person-circle-minus:before{
    content:"\e540"
}
.fa-ban:before,.fa-cancel:before{
    content:"\f05e"
}
.fa-camera-rotate:before{
    content:"\e0d8"
}
.fa-air-freshener:before,.fa-spray-can-sparkles:before{
    content:"\f5d0"
}
.fa-star:before{
    content:"\f005"
}
.fa-repeat:before{
    content:"\f363"
}
.fa-cross:before{
    content:"\f654"
}
.fa-box:before{
    content:"\f466"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-arrow-pointer:before,.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-expand-arrows-alt:before,.fa-maximize:before{
    content:"\f31e"
}
.fa-charging-station:before{
    content:"\f5e7"
}
.fa-shapes:before,.fa-triangle-circle-square:before{
    content:"\f61f"
}
.fa-random:before,.fa-shuffle:before{
    content:"\f074"
}
.fa-person-running:before,.fa-running:before{
    content:"\f70c"
}
.fa-mobile-retro:before{
    content:"\e527"
}
.fa-grip-lines-vertical:before{
    content:"\f7a5"
}
.fa-spider:before{
    content:"\f717"
}
.fa-hands-bound:before{
    content:"\e4f9"
}
.fa-file-invoice-dollar:before{
    content:"\f571"
}
.fa-plane-circle-exclamation:before{
    content:"\e556"
}
.fa-x-ray:before{
    content:"\f497"
}
.fa-spell-check:before{
    content:"\f891"
}
.fa-slash:before{
    content:"\f715"
}
.fa-computer-mouse:before,.fa-mouse:before{
    content:"\f8cc"
}
.fa-arrow-right-to-bracket:before,.fa-sign-in:before{
    content:"\f090"
}
.fa-shop-slash:before,.fa-store-alt-slash:before{
    content:"\e070"
}
.fa-server:before{
    content:"\f233"
}
.fa-virus-covid-slash:before{
    content:"\e4a9"
}
.fa-shop-lock:before{
    content:"\e4a5"
}
.fa-hourglass-1:before,.fa-hourglass-start:before{
    content:"\f251"
}
.fa-blender-phone:before{
    content:"\f6b6"
}
.fa-building-wheat:before{
    content:"\e4db"
}
.fa-person-breastfeeding:before{
    content:"\e53a"
}
.fa-right-to-bracket:before,.fa-sign-in-alt:before{
    content:"\f2f6"
}
.fa-venus:before{
    content:"\f221"
}
.fa-passport:before{
    content:"\f5ab"
}
.fa-heart-pulse:before,.fa-heartbeat:before{
    content:"\f21e"
}
.fa-people-carry-box:before,.fa-people-carry:before{
    content:"\f4ce"
}
.fa-temperature-high:before{
    content:"\f769"
}
.fa-microchip:before{
    content:"\f2db"
}
.fa-crown:before{
    content:"\f521"
}
.fa-weight-hanging:before{
    content:"\f5cd"
}
.fa-xmarks-lines:before{
    content:"\e59a"
}
.fa-file-prescription:before{
    content:"\f572"
}
.fa-weight-scale:before,.fa-weight:before{
    content:"\f496"
}
.fa-user-friends:before,.fa-user-group:before{
    content:"\f500"
}
.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{
    content:"\f15e"
}
.fa-chess-knight:before{
    content:"\f441"
}
.fa-face-laugh-squint:before,.fa-laugh-squint:before{
    content:"\f59b"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{
    content:"\f0aa"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-person-walking:before,.fa-walking:before{
    content:"\f554"
}
.fa-l:before{
    content:"\4c"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-bed-pulse:before,.fa-procedures:before{
    content:"\f487"
}
.fa-shuttle-space:before,.fa-space-shuttle:before{
    content:"\f197"
}
.fa-face-laugh:before,.fa-laugh:before{
    content:"\f599"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-heart-circle-plus:before{
    content:"\e500"
}
.fa-code-fork:before{
    content:"\e13b"
}
.fa-city:before{
    content:"\f64f"
}
.fa-microphone-alt:before,.fa-microphone-lines:before{
    content:"\f3c9"
}
.fa-pepper-hot:before{
    content:"\f816"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-colon-sign:before{
    content:"\e140"
}
.fa-headset:before{
    content:"\f590"
}
.fa-store-slash:before{
    content:"\e071"
}
.fa-road-circle-xmark:before{
    content:"\e566"
}
.fa-user-minus:before{
    content:"\f503"
}
.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-champagne-glasses:before,.fa-glass-cheers:before{
    content:"\f79f"
}
.fa-clipboard:before{
    content:"\f328"
}
.fa-house-circle-exclamation:before{
    content:"\e50a"
}
.fa-file-arrow-up:before,.fa-file-upload:before{
    content:"\f574"
}
.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{
    content:"\f1eb"
}
.fa-bath:before,.fa-bathtub:before{
    content:"\f2cd"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-user-edit:before,.fa-user-pen:before{
    content:"\f4ff"
}
.fa-signature:before{
    content:"\f5b7"
}
.fa-stroopwafel:before{
    content:"\f551"
}
.fa-bold:before{
    content:"\f032"
}
.fa-anchor-lock:before{
    content:"\e4ad"
}
.fa-building-ngo:before{
    content:"\e4d7"
}
.fa-manat-sign:before{
    content:"\e1d5"
}
.fa-not-equal:before{
    content:"\f53e"
}
.fa-border-style:before,.fa-border-top-left:before{
    content:"\f853"
}
.fa-map-location-dot:before,.fa-map-marked-alt:before{
    content:"\f5a0"
}
.fa-jedi:before{
    content:"\f669"
}
.fa-poll:before,.fa-square-poll-vertical:before{
    content:"\f681"
}
.fa-mug-hot:before{
    content:"\f7b6"
}
.fa-battery-car:before,.fa-car-battery:before{
    content:"\f5df"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-dice-two:before{
    content:"\f528"
}
.fa-chess-queen:before{
    content:"\f445"
}
.fa-glasses:before{
    content:"\f530"
}
.fa-chess-board:before{
    content:"\f43c"
}
.fa-building-circle-check:before{
    content:"\e4d2"
}
.fa-person-chalkboard:before{
    content:"\e53d"
}
.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{
    content:"\f22b"
}
.fa-hand-back-fist:before,.fa-hand-rock:before{
    content:"\f255"
}
.fa-caret-square-up:before,.fa-square-caret-up:before{
    content:"\f151"
}
.fa-cloud-showers-water:before{
    content:"\e4e4"
}
.fa-bar-chart:before,.fa-chart-bar:before{
    content:"\f080"
}
.fa-hands-bubbles:before,.fa-hands-wash:before{
    content:"\e05e"
}
.fa-less-than-equal:before{
    content:"\f537"
}
.fa-train:before{
    content:"\f238"
}
.fa-eye-low-vision:before,.fa-low-vision:before{
    content:"\f2a8"
}
.fa-crow:before{
    content:"\f520"
}
.fa-sailboat:before{
    content:"\e445"
}
.fa-window-restore:before{
    content:"\f2d2"
}
.fa-plus-square:before,.fa-square-plus:before{
    content:"\f0fe"
}
.fa-torii-gate:before{
    content:"\f6a1"
}
.fa-frog:before{
    content:"\f52e"
}
.fa-bucket:before{
    content:"\e4cf"
}
.fa-image:before{
    content:"\f03e"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-cow:before{
    content:"\f6c8"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-screwdriver:before{
    content:"\f54a"
}
.fa-folder-closed:before{
    content:"\e185"
}
.fa-house-tsunami:before{
    content:"\e515"
}
.fa-square-nfi:before{
    content:"\e576"
}
.fa-arrow-up-from-ground-water:before{
    content:"\e4b5"
}
.fa-glass-martini-alt:before,.fa-martini-glass:before{
    content:"\f57b"
}
.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{
    content:"\f2ea"
}
.fa-columns:before,.fa-table-columns:before{
    content:"\f0db"
}
.fa-lemon:before{
    content:"\f094"
}
.fa-head-side-mask:before{
    content:"\e063"
}
.fa-handshake:before{
    content:"\f2b5"
}
.fa-gem:before{
    content:"\f3a5"
}
.fa-dolly-box:before,.fa-dolly:before{
    content:"\f472"
}
.fa-smoking:before{
    content:"\f48d"
}
.fa-compress-arrows-alt:before,.fa-minimize:before{
    content:"\f78c"
}
.fa-monument:before{
    content:"\f5a6"
}
.fa-snowplow:before{
    content:"\f7d2"
}
.fa-angle-double-right:before,.fa-angles-right:before{
    content:"\f101"
}
.fa-cannabis:before{
    content:"\f55f"
}
.fa-circle-play:before,.fa-play-circle:before{
    content:"\f144"
}
.fa-tablets:before{
    content:"\f490"
}
.fa-ethernet:before{
    content:"\f796"
}
.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{
    content:"\f153"
}
.fa-chair:before{
    content:"\f6c0"
}
.fa-check-circle:before,.fa-circle-check:before{
    content:"\f058"
}
.fa-circle-stop:before,.fa-stop-circle:before{
    content:"\f28d"
}
.fa-compass-drafting:before,.fa-drafting-compass:before{
    content:"\f568"
}
.fa-plate-wheat:before{
    content:"\e55a"
}
.fa-icicles:before{
    content:"\f7ad"
}
.fa-person-shelter:before{
    content:"\e54f"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-id-badge:before{
    content:"\f2c1"
}
.fa-marker:before{
    content:"\f5a1"
}
.fa-face-laugh-beam:before,.fa-laugh-beam:before{
    content:"\f59a"
}
.fa-helicopter-symbol:before{
    content:"\e502"
}
.fa-universal-access:before{
    content:"\f29a"
}
.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{
    content:"\f139"
}
.fa-lari-sign:before{
    content:"\e1c8"
}
.fa-volcano:before{
    content:"\f770"
}
.fa-person-walking-dashed-line-arrow-right:before{
    content:"\e553"
}
.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{
    content:"\f154"
}
.fa-viruses:before{
    content:"\e076"
}
.fa-square-person-confined:before{
    content:"\e577"
}
.fa-user-tie:before{
    content:"\f508"
}
.fa-arrow-down-long:before,.fa-long-arrow-down:before{
    content:"\f175"
}
.fa-tent-arrow-down-to-line:before{
    content:"\e57e"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-mail-reply-all:before,.fa-reply-all:before{
    content:"\f122"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-person-skating:before,.fa-skating:before{
    content:"\f7c5"
}
.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{
    content:"\f662"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{
    content:"\f0ab"
}
.fa-arrow-right-to-file:before,.fa-file-import:before{
    content:"\f56f"
}
.fa-external-link-square:before,.fa-square-arrow-up-right:before{
    content:"\f14c"
}
.fa-box-open:before{
    content:"\f49e"
}
.fa-scroll:before{
    content:"\f70e"
}
.fa-spa:before{
    content:"\f5bb"
}
.fa-location-pin-lock:before{
    content:"\e51f"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-hill-avalanche:before{
    content:"\e507"
}
.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{
    content:"\f2cb"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{
    content:"\f2bb"
}
.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{
    content:"\f516"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-diamond-turn-right:before,.fa-directions:before{
    content:"\f5eb"
}
.fa-burst:before{
    content:"\e4dc"
}
.fa-house-laptop:before,.fa-laptop-house:before{
    content:"\e066"
}
.fa-face-tired:before,.fa-tired:before{
    content:"\f5c8"
}
.fa-money-bills:before{
    content:"\e1f3"
}
.fa-smog:before{
    content:"\f75f"
}
.fa-crutch:before{
    content:"\f7f7"
}
.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{
    content:"\f0ee"
}
.fa-palette:before{
    content:"\f53f"
}
.fa-arrows-turn-right:before{
    content:"\e4c0"
}
.fa-vest:before{
    content:"\e085"
}
.fa-ferry:before{
    content:"\e4ea"
}
.fa-arrows-down-to-people:before{
    content:"\e4b9"
}
.fa-seedling:before,.fa-sprout:before{
    content:"\f4d8"
}
.fa-arrows-alt-h:before,.fa-left-right:before{
    content:"\f337"
}
.fa-boxes-packing:before{
    content:"\e4c7"
}
.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{
    content:"\f0a8"
}
.fa-group-arrows-rotate:before{
    content:"\e4f6"
}
.fa-bowl-food:before{
    content:"\e4c6"
}
.fa-candy-cane:before{
    content:"\f786"
}
.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{
    content:"\f160"
}
.fa-cloud-bolt:before,.fa-thunderstorm:before{
    content:"\f76c"
}
.fa-remove-format:before,.fa-text-slash:before{
    content:"\f87d"
}
.fa-face-smile-wink:before,.fa-smile-wink:before{
    content:"\f4da"
}
.fa-file-word:before{
    content:"\f1c2"
}
.fa-file-powerpoint:before{
    content:"\f1c4"
}
.fa-arrows-h:before,.fa-arrows-left-right:before{
    content:"\f07e"
}
.fa-house-lock:before{
    content:"\e510"
}
.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{
    content:"\f0ed"
}
.fa-children:before{
    content:"\e4e1"
}
.fa-blackboard:before,.fa-chalkboard:before{
    content:"\f51b"
}
.fa-user-alt-slash:before,.fa-user-large-slash:before{
    content:"\f4fa"
}
.fa-envelope-open:before{
    content:"\f2b6"
}
.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{
    content:"\e05f"
}
.fa-mattress-pillow:before{
    content:"\e525"
}
.fa-guarani-sign:before{
    content:"\e19a"
}
.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{
    content:"\f021"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-cruzeiro-sign:before{
    content:"\e152"
}
.fa-greater-than-equal:before{
    content:"\f532"
}
.fa-shield-alt:before,.fa-shield-halved:before{
    content:"\f3ed"
}
.fa-atlas:before,.fa-book-atlas:before{
    content:"\f558"
}
.fa-virus:before{
    content:"\e074"
}
.fa-envelope-circle-check:before{
    content:"\e4e8"
}
.fa-layer-group:before{
    content:"\f5fd"
}
.fa-arrows-to-dot:before{
    content:"\e4be"
}
.fa-archway:before{
    content:"\f557"
}
.fa-heart-circle-check:before{
    content:"\e4fd"
}
.fa-house-chimney-crack:before,.fa-house-damage:before{
    content:"\f6f1"
}
.fa-file-archive:before,.fa-file-zipper:before{
    content:"\f1c6"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-glass-martini:before,.fa-martini-glass-empty:before{
    content:"\f000"
}
.fa-couch:before{
    content:"\f4b8"
}
.fa-cedi-sign:before{
    content:"\e0df"
}
.fa-italic:before{
    content:"\f033"
}
.fa-church:before{
    content:"\f51d"
}
.fa-comments-dollar:before{
    content:"\f653"
}
.fa-democrat:before{
    content:"\f747"
}
.fa-z:before{
    content:"\5a"
}
.fa-person-skiing:before,.fa-skiing:before{
    content:"\f7c9"
}
.fa-road-lock:before{
    content:"\e567"
}
.fa-a:before{
    content:"\41"
}
.fa-temperature-arrow-down:before,.fa-temperature-down:before{
    content:"\e03f"
}
.fa-feather-alt:before,.fa-feather-pointed:before{
    content:"\f56b"
}
.fa-p:before{
    content:"\50"
}
.fa-snowflake:before{
    content:"\f2dc"
}
.fa-newspaper:before{
    content:"\f1ea"
}
.fa-ad:before,.fa-rectangle-ad:before{
    content:"\f641"
}
.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{
    content:"\f0a9"
}
.fa-filter-circle-xmark:before{
    content:"\e17b"
}
.fa-locust:before{
    content:"\e520"
}
.fa-sort:before,.fa-unsorted:before{
    content:"\f0dc"
}
.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{
    content:"\f0cb"
}
.fa-person-dress-burst:before{
    content:"\e544"
}
.fa-money-check-alt:before,.fa-money-check-dollar:before{
    content:"\f53d"
}
.fa-vector-square:before{
    content:"\f5cb"
}
.fa-bread-slice:before{
    content:"\f7ec"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{
    content:"\f598"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-question:before{
    content:"\3f"
}
.fa-file-signature:before{
    content:"\f573"
}
.fa-arrows-alt:before,.fa-up-down-left-right:before{
    content:"\f0b2"
}
.fa-house-chimney-user:before{
    content:"\e065"
}
.fa-hand-holding-heart:before{
    content:"\f4be"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-money-check:before{
    content:"\f53c"
}
.fa-star-half-alt:before,.fa-star-half-stroke:before{
    content:"\f5c0"
}
.fa-code:before{
    content:"\f121"
}
.fa-glass-whiskey:before,.fa-whiskey-glass:before{
    content:"\f7a0"
}
.fa-building-circle-exclamation:before{
    content:"\e4d3"
}
.fa-magnifying-glass-chart:before{
    content:"\e522"
}
.fa-arrow-up-right-from-square:before,.fa-external-link:before{
    content:"\f08e"
}
.fa-cubes-stacked:before{
    content:"\e4e6"
}
.fa-krw:before,.fa-won-sign:before,.fa-won:before{
    content:"\f159"
}
.fa-virus-covid:before{
    content:"\e4a8"
}
.fa-austral-sign:before{
    content:"\e0a9"
}
.fa-f:before{
    content:"\46"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-road:before{
    content:"\f018"
}
.fa-cab:before,.fa-taxi:before{
    content:"\f1ba"
}
.fa-person-circle-plus:before{
    content:"\e541"
}
.fa-chart-pie:before,.fa-pie-chart:before{
    content:"\f200"
}
.fa-bolt-lightning:before{
    content:"\e0b7"
}
.fa-sack-xmark:before{
    content:"\e56a"
}
.fa-file-excel:before{
    content:"\f1c3"
}
.fa-file-contract:before{
    content:"\f56c"
}
.fa-fish-fins:before{
    content:"\e4f2"
}
.fa-building-flag:before{
    content:"\e4d5"
}
.fa-face-grin-beam:before,.fa-grin-beam:before{
    content:"\f582"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-poop:before{
    content:"\f619"
}
.fa-location-pin:before,.fa-map-marker:before{
    content:"\f041"
}
.fa-kaaba:before{
    content:"\f66b"
}
.fa-toilet-paper:before{
    content:"\f71e"
}
.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{
    content:"\f807"
}
.fa-eject:before{
    content:"\f052"
}
.fa-arrow-alt-circle-right:before,.fa-circle-right:before{
    content:"\f35a"
}
.fa-plane-circle-check:before{
    content:"\e555"
}
.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{
    content:"\f5a5"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-chart-line:before,.fa-line-chart:before{
    content:"\f201"
}
.fa-mask-ventilator:before{
    content:"\e524"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-map-signs:before,.fa-signs-post:before{
    content:"\f277"
}
.fa-cash-register:before{
    content:"\f788"
}
.fa-person-circle-question:before{
    content:"\e542"
}
.fa-h:before{
    content:"\48"
}
.fa-tarp:before{
    content:"\e57b"
}
.fa-screwdriver-wrench:before,.fa-tools:before{
    content:"\f7d9"
}
.fa-arrows-to-eye:before{
    content:"\e4bf"
}
.fa-plug-circle-bolt:before{
    content:"\e55b"
}
.fa-heart:before{
    content:"\f004"
}
.fa-mars-and-venus:before{
    content:"\f224"
}
.fa-home-user:before,.fa-house-user:before{
    content:"\e1b0"
}
.fa-dumpster-fire:before{
    content:"\f794"
}
.fa-house-crack:before{
    content:"\e3b1"
}
.fa-cocktail:before,.fa-martini-glass-citrus:before{
    content:"\f561"
}
.fa-face-surprise:before,.fa-surprise:before{
    content:"\f5c2"
}
.fa-bottle-water:before{
    content:"\e4c5"
}
.fa-circle-pause:before,.fa-pause-circle:before{
    content:"\f28b"
}
.fa-toilet-paper-slash:before{
    content:"\e072"
}
.fa-apple-alt:before,.fa-apple-whole:before{
    content:"\f5d1"
}
.fa-kitchen-set:before{
    content:"\e51a"
}
.fa-r:before{
    content:"\52"
}
.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{
    content:"\f2ca"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-bitcoin-sign:before{
    content:"\e0b4"
}
.fa-shield-dog:before{
    content:"\e573"
}
.fa-solar-panel:before{
    content:"\f5ba"
}
.fa-lock-open:before{
    content:"\f3c1"
}
.fa-elevator:before{
    content:"\e16d"
}
.fa-money-bill-transfer:before{
    content:"\e528"
}
.fa-money-bill-trend-up:before{
    content:"\e529"
}
.fa-house-flood-water-circle-arrow-right:before{
    content:"\e50f"
}
.fa-poll-h:before,.fa-square-poll-horizontal:before{
    content:"\f682"
}
.fa-circle:before{
    content:"\f111"
}
.fa-backward-fast:before,.fa-fast-backward:before{
    content:"\f049"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-user-astronaut:before{
    content:"\f4fb"
}
.fa-plane-slash:before{
    content:"\e069"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-basketball-ball:before,.fa-basketball:before{
    content:"\f434"
}
.fa-satellite-dish:before{
    content:"\f7c0"
}
.fa-arrow-alt-circle-up:before,.fa-circle-up:before{
    content:"\f35b"
}
.fa-mobile-alt:before,.fa-mobile-screen-button:before{
    content:"\f3cd"
}
.fa-volume-high:before,.fa-volume-up:before{
    content:"\f028"
}
.fa-users-rays:before{
    content:"\e593"
}
.fa-wallet:before{
    content:"\f555"
}
.fa-clipboard-check:before{
    content:"\f46c"
}
.fa-file-audio:before{
    content:"\f1c7"
}
.fa-burger:before,.fa-hamburger:before{
    content:"\f805"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-bugs:before{
    content:"\e4d0"
}
.fa-rupee-sign:before,.fa-rupee:before{
    content:"\f156"
}
.fa-file-image:before{
    content:"\f1c5"
}
.fa-circle-question:before,.fa-question-circle:before{
    content:"\f059"
}
.fa-plane-departure:before{
    content:"\f5b0"
}
.fa-handshake-slash:before{
    content:"\e060"
}
.fa-book-bookmark:before{
    content:"\e0bb"
}
.fa-code-branch:before{
    content:"\f126"
}
.fa-hat-cowboy:before{
    content:"\f8c0"
}
.fa-bridge:before{
    content:"\e4c8"
}
.fa-phone-alt:before,.fa-phone-flip:before{
    content:"\f879"
}
.fa-truck-front:before{
    content:"\e2b7"
}
.fa-cat:before{
    content:"\f6be"
}
.fa-anchor-circle-exclamation:before{
    content:"\e4ab"
}
.fa-truck-field:before{
    content:"\e58d"
}
.fa-route:before{
    content:"\f4d7"
}
.fa-clipboard-question:before{
    content:"\e4e3"
}
.fa-panorama:before{
    content:"\e209"
}
.fa-comment-medical:before{
    content:"\f7f5"
}
.fa-teeth-open:before{
    content:"\f62f"
}
.fa-file-circle-minus:before{
    content:"\e4ed"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-wine-glass:before{
    content:"\f4e3"
}
.fa-fast-forward:before,.fa-forward-fast:before{
    content:"\f050"
}
.fa-face-meh-blank:before,.fa-meh-blank:before{
    content:"\f5a4"
}
.fa-parking:before,.fa-square-parking:before{
    content:"\f540"
}
.fa-house-signal:before{
    content:"\e012"
}
.fa-bars-progress:before,.fa-tasks-alt:before{
    content:"\f828"
}
.fa-faucet-drip:before{
    content:"\e006"
}
.fa-cart-flatbed:before,.fa-dolly-flatbed:before{
    content:"\f474"
}
.fa-ban-smoking:before,.fa-smoking-ban:before{
    content:"\f54d"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-mobile-button:before{
    content:"\f10b"
}
.fa-house-medical-flag:before{
    content:"\e514"
}
.fa-basket-shopping:before,.fa-shopping-basket:before{
    content:"\f291"
}
.fa-tape:before{
    content:"\f4db"
}
.fa-bus-alt:before,.fa-bus-simple:before{
    content:"\f55e"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-face-sad-cry:before,.fa-sad-cry:before{
    content:"\f5b3"
}
.fa-audio-description:before{
    content:"\f29e"
}
.fa-person-military-to-person:before{
    content:"\e54c"
}
.fa-file-shield:before{
    content:"\e4f0"
}
.fa-user-slash:before{
    content:"\f506"
}
.fa-pen:before{
    content:"\f304"
}
.fa-tower-observation:before{
    content:"\e586"
}
.fa-file-code:before{
    content:"\f1c9"
}
.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{
    content:"\f012"
}
.fa-bus:before{
    content:"\f207"
}
.fa-heart-circle-xmark:before{
    content:"\e501"
}
.fa-home-lg:before,.fa-house-chimney:before{
    content:"\e3af"
}
.fa-window-maximize:before{
    content:"\f2d0"
}
.fa-face-frown:before,.fa-frown:before{
    content:"\f119"
}
.fa-prescription:before{
    content:"\f5b1"
}
.fa-shop:before,.fa-store-alt:before{
    content:"\f54f"
}
.fa-floppy-disk:before,.fa-save:before{
    content:"\f0c7"
}
.fa-vihara:before{
    content:"\f6a7"
}
.fa-balance-scale-left:before,.fa-scale-unbalanced:before{
    content:"\f515"
}
.fa-sort-asc:before,.fa-sort-up:before{
    content:"\f0de"
}
.fa-comment-dots:before,.fa-commenting:before{
    content:"\f4ad"
}
.fa-plant-wilt:before{
    content:"\e5aa"
}
.fa-diamond:before{
    content:"\f219"
}
.fa-face-grin-squint:before,.fa-grin-squint:before{
    content:"\f585"
}
.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{
    content:"\f4c0"
}
.fa-bacterium:before{
    content:"\e05a"
}
.fa-hand-pointer:before{
    content:"\f25a"
}
.fa-drum-steelpan:before{
    content:"\f56a"
}
.fa-hand-scissors:before{
    content:"\f257"
}
.fa-hands-praying:before,.fa-praying-hands:before{
    content:"\f684"
}
.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{
    content:"\f01e"
}
.fa-biohazard:before{
    content:"\f780"
}
.fa-location-crosshairs:before,.fa-location:before{
    content:"\f601"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-child-dress:before{
    content:"\e59c"
}
.fa-users-between-lines:before{
    content:"\e591"
}
.fa-lungs-virus:before{
    content:"\e067"
}
.fa-face-grin-tears:before,.fa-grin-tears:before{
    content:"\f588"
}
.fa-phone:before{
    content:"\f095"
}
.fa-calendar-times:before,.fa-calendar-xmark:before{
    content:"\f273"
}
.fa-child-reaching:before{
    content:"\e59d"
}
.fa-head-side-virus:before{
    content:"\e064"
}
.fa-user-cog:before,.fa-user-gear:before{
    content:"\f4fe"
}
.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{
    content:"\f163"
}
.fa-door-closed:before{
    content:"\f52a"
}
.fa-shield-virus:before{
    content:"\e06c"
}
.fa-dice-six:before{
    content:"\f526"
}
.fa-mosquito-net:before{
    content:"\e52c"
}
.fa-bridge-water:before{
    content:"\e4ce"
}
.fa-person-booth:before{
    content:"\f756"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-hat-wizard:before{
    content:"\f6e8"
}
.fa-pen-fancy:before{
    content:"\f5ac"
}
.fa-digging:before,.fa-person-digging:before{
    content:"\f85e"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{
    content:"\f629"
}
.fa-book-medical:before{
    content:"\f7e6"
}
.fa-poo:before{
    content:"\f2fe"
}
.fa-quote-right-alt:before,.fa-quote-right:before{
    content:"\f10e"
}
.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{
    content:"\f553"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-divide:before{
    content:"\f529"
}
.fa-tenge-sign:before,.fa-tenge:before{
    content:"\f7d7"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-hands-holding:before{
    content:"\f4c2"
}
.fa-hands-clapping:before{
    content:"\e1a8"
}
.fa-republican:before{
    content:"\f75e"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-person-circle-xmark:before{
    content:"\e543"
}
.fa-ruler:before{
    content:"\f545"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-dice-d6:before{
    content:"\f6d1"
}
.fa-restroom:before{
    content:"\f7bd"
}
.fa-j:before{
    content:"\4a"
}
.fa-users-viewfinder:before{
    content:"\e595"
}
.fa-file-video:before{
    content:"\f1c8"
}
.fa-external-link-alt:before,.fa-up-right-from-square:before{
    content:"\f35d"
}
.fa-table-cells:before,.fa-th:before{
    content:"\f00a"
}
.fa-file-pdf:before{
    content:"\f1c1"
}
.fa-bible:before,.fa-book-bible:before{
    content:"\f647"
}
.fa-o:before{
    content:"\4f"
}
.fa-medkit:before,.fa-suitcase-medical:before{
    content:"\f0fa"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-otter:before{
    content:"\f700"
}
.fa-female:before,.fa-person-dress:before{
    content:"\f182"
}
.fa-comment-dollar:before{
    content:"\f651"
}
.fa-briefcase-clock:before,.fa-business-time:before{
    content:"\f64a"
}
.fa-table-cells-large:before,.fa-th-large:before{
    content:"\f009"
}
.fa-book-tanakh:before,.fa-tanakh:before{
    content:"\f827"
}
.fa-phone-volume:before,.fa-volume-control-phone:before{
    content:"\f2a0"
}
.fa-hat-cowboy-side:before{
    content:"\f8c1"
}
.fa-clipboard-user:before{
    content:"\f7f3"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-lira-sign:before{
    content:"\f195"
}
.fa-satellite:before{
    content:"\f7bf"
}
.fa-plane-lock:before{
    content:"\e558"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-comment:before{
    content:"\f075"
}
.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{
    content:"\f1fd"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-angle-double-up:before,.fa-angles-up:before{
    content:"\f102"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-arrow-right-to-city:before{
    content:"\e4b3"
}
.fa-ribbon:before{
    content:"\f4d6"
}
.fa-lungs:before{
    content:"\f604"
}
.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{
    content:"\f887"
}
.fa-litecoin-sign:before{
    content:"\e1d3"
}
.fa-border-none:before{
    content:"\f850"
}
.fa-circle-nodes:before{
    content:"\e4e2"
}
.fa-parachute-box:before{
    content:"\f4cd"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-truck-field-un:before{
    content:"\e58e"
}
.fa-hourglass-empty:before,.fa-hourglass:before{
    content:"\f254"
}
.fa-mountain:before{
    content:"\f6fc"
}
.fa-user-doctor:before,.fa-user-md:before{
    content:"\f0f0"
}
.fa-circle-info:before,.fa-info-circle:before{
    content:"\f05a"
}
.fa-cloud-meatball:before{
    content:"\f73b"
}
.fa-camera-alt:before,.fa-camera:before{
    content:"\f030"
}
.fa-square-virus:before{
    content:"\e578"
}
.fa-meteor:before{
    content:"\f753"
}
.fa-car-on:before{
    content:"\e4dd"
}
.fa-sleigh:before{
    content:"\f7cc"
}
.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{
    content:"\f162"
}
.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{
    content:"\f4c1"
}
.fa-water:before{
    content:"\f773"
}
.fa-calendar-check:before{
    content:"\f274"
}
.fa-braille:before{
    content:"\f2a1"
}
.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{
    content:"\f486"
}
.fa-landmark:before{
    content:"\f66f"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-person-cane:before{
    content:"\e53c"
}
.fa-tent:before{
    content:"\e57d"
}
.fa-vest-patches:before{
    content:"\e086"
}
.fa-check-double:before{
    content:"\f560"
}
.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{
    content:"\f15d"
}
.fa-money-bill-wheat:before{
    content:"\e52a"
}
.fa-cookie:before{
    content:"\f563"
}
.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{
    content:"\f0e2"
}
.fa-hard-drive:before,.fa-hdd:before{
    content:"\f0a0"
}
.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{
    content:"\f586"
}
.fa-dumbbell:before{
    content:"\f44b"
}
.fa-list-alt:before,.fa-rectangle-list:before{
    content:"\f022"
}
.fa-tarp-droplet:before{
    content:"\e57c"
}
.fa-house-medical-circle-check:before{
    content:"\e511"
}
.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{
    content:"\f7ca"
}
.fa-calendar-plus:before{
    content:"\f271"
}
.fa-plane-arrival:before{
    content:"\f5af"
}
.fa-arrow-alt-circle-left:before,.fa-circle-left:before{
    content:"\f359"
}
.fa-subway:before,.fa-train-subway:before{
    content:"\f239"
}
.fa-chart-gantt:before{
    content:"\e0e4"
}
.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{
    content:"\e1bc"
}
.fa-crop-alt:before,.fa-crop-simple:before{
    content:"\f565"
}
.fa-money-bill-1:before,.fa-money-bill-alt:before{
    content:"\f3d1"
}
.fa-left-long:before,.fa-long-arrow-alt-left:before{
    content:"\f30a"
}
.fa-dna:before{
    content:"\f471"
}
.fa-virus-slash:before{
    content:"\e075"
}
.fa-minus:before,.fa-subtract:before{
    content:"\f068"
}
.fa-chess:before{
    content:"\f439"
}
.fa-arrow-left-long:before,.fa-long-arrow-left:before{
    content:"\f177"
}
.fa-plug-circle-check:before{
    content:"\e55c"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-franc-sign:before{
    content:"\e18f"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{
    content:"\f2a3"
}
.fa-cog:before,.fa-gear:before{
    content:"\f013"
}
.fa-droplet-slash:before,.fa-tint-slash:before{
    content:"\f5c7"
}
.fa-mosque:before{
    content:"\f678"
}
.fa-mosquito:before{
    content:"\e52b"
}
.fa-star-of-david:before{
    content:"\f69a"
}
.fa-person-military-rifle:before{
    content:"\e54b"
}
.fa-cart-shopping:before,.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-vials:before{
    content:"\f493"
}
.fa-plug-circle-plus:before{
    content:"\e55f"
}
.fa-place-of-worship:before{
    content:"\f67f"
}
.fa-grip-vertical:before{
    content:"\f58e"
}
.fa-arrow-turn-up:before,.fa-level-up:before{
    content:"\f148"
}
.fa-u:before{
    content:"\55"
}
.fa-square-root-alt:before,.fa-square-root-variable:before{
    content:"\f698"
}
.fa-clock-four:before,.fa-clock:before{
    content:"\f017"
}
.fa-backward-step:before,.fa-step-backward:before{
    content:"\f048"
}
.fa-pallet:before{
    content:"\f482"
}
.fa-faucet:before{
    content:"\e005"
}
.fa-baseball-bat-ball:before{
    content:"\f432"
}
.fa-s:before{
    content:"\53"
}
.fa-timeline:before{
    content:"\e29c"
}
.fa-keyboard:before{
    content:"\f11c"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-clinic-medical:before,.fa-house-chimney-medical:before{
    content:"\f7f2"
}
.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{
    content:"\f2c8"
}
.fa-mobile-android-alt:before,.fa-mobile-screen:before{
    content:"\f3cf"
}
.fa-plane-up:before{
    content:"\e22d"
}
.fa-piggy-bank:before{
    content:"\f4d3"
}
.fa-battery-3:before,.fa-battery-half:before{
    content:"\f242"
}
.fa-mountain-city:before{
    content:"\e52e"
}
.fa-coins:before{
    content:"\f51e"
}
.fa-khanda:before{
    content:"\f66d"
}
.fa-sliders-h:before,.fa-sliders:before{
    content:"\f1de"
}
.fa-folder-tree:before{
    content:"\f802"
}
.fa-network-wired:before{
    content:"\f6ff"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-hamsa:before{
    content:"\f665"
}
.fa-cent-sign:before{
    content:"\e3f5"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-person-pregnant:before{
    content:"\e31e"
}
.fa-wand-sparkles:before{
    content:"\f72b"
}
.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{
    content:"\f142"
}
.fa-ticket:before{
    content:"\f145"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-long-arrow-alt-right:before,.fa-right-long:before{
    content:"\f30b"
}
.fa-flag-usa:before{
    content:"\f74d"
}
.fa-laptop-file:before{
    content:"\e51d"
}
.fa-teletype:before,.fa-tty:before{
    content:"\f1e4"
}
.fa-diagram-next:before{
    content:"\e476"
}
.fa-person-rifle:before{
    content:"\e54e"
}
.fa-house-medical-circle-exclamation:before{
    content:"\e512"
}
.fa-closed-captioning:before{
    content:"\f20a"
}
.fa-hiking:before,.fa-person-hiking:before{
    content:"\f6ec"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-images:before{
    content:"\f302"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-people-pulling:before{
    content:"\e535"
}
.fa-n:before{
    content:"\4e"
}
.fa-cable-car:before,.fa-tram:before{
    content:"\f7da"
}
.fa-cloud-rain:before{
    content:"\f73d"
}
.fa-building-circle-xmark:before{
    content:"\e4d4"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-arrows-down-to-line:before{
    content:"\e4b8"
}
.fa-download:before{
    content:"\f019"
}
.fa-face-grin:before,.fa-grin:before{
    content:"\f580"
}
.fa-backspace:before,.fa-delete-left:before{
    content:"\f55a"
}
.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{
    content:"\f1fb"
}
.fa-file-circle-check:before{
    content:"\e5a0"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{
    content:"\f3ce"
}
.fa-face-meh:before,.fa-meh:before{
    content:"\f11a"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-book-dead:before,.fa-book-skull:before{
    content:"\f6b7"
}
.fa-drivers-license:before,.fa-id-card:before{
    content:"\f2c2"
}
.fa-dedent:before,.fa-outdent:before{
    content:"\f03b"
}
.fa-heart-circle-exclamation:before{
    content:"\e4fe"
}
.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{
    content:"\f015"
}
.fa-calendar-week:before{
    content:"\f784"
}
.fa-laptop-medical:before{
    content:"\f812"
}
.fa-b:before{
    content:"\42"
}
.fa-file-medical:before{
    content:"\f477"
}
.fa-dice-one:before{
    content:"\f525"
}
.fa-kiwi-bird:before{
    content:"\f535"
}
.fa-arrow-right-arrow-left:before,.fa-exchange:before{
    content:"\f0ec"
}
.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{
    content:"\f2f9"
}
.fa-cutlery:before,.fa-utensils:before{
    content:"\f2e7"
}
.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{
    content:"\f161"
}
.fa-mill-sign:before{
    content:"\e1ed"
}
.fa-bowl-rice:before{
    content:"\e2eb"
}
.fa-skull:before{
    content:"\f54c"
}
.fa-broadcast-tower:before,.fa-tower-broadcast:before{
    content:"\f519"
}
.fa-truck-pickup:before{
    content:"\f63c"
}
.fa-long-arrow-alt-up:before,.fa-up-long:before{
    content:"\f30c"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-code-merge:before{
    content:"\f387"
}
.fa-upload:before{
    content:"\f093"
}
.fa-hurricane:before{
    content:"\f751"
}
.fa-mound:before{
    content:"\e52d"
}
.fa-toilet-portable:before{
    content:"\e583"
}
.fa-compact-disc:before{
    content:"\f51f"
}
.fa-file-arrow-down:before,.fa-file-download:before{
    content:"\f56d"
}
.fa-caravan:before{
    content:"\f8ff"
}
.fa-shield-cat:before{
    content:"\e572"
}
.fa-bolt:before,.fa-zap:before{
    content:"\f0e7"
}
.fa-glass-water:before{
    content:"\e4f4"
}
.fa-oil-well:before{
    content:"\e532"
}
.fa-vault:before{
    content:"\e2c5"
}
.fa-mars:before{
    content:"\f222"
}
.fa-toilet:before{
    content:"\f7d8"
}
.fa-plane-circle-xmark:before{
    content:"\e557"
}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{
    content:"\f157"
}
.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{
    content:"\f158"
}
.fa-sun:before{
    content:"\f185"
}
.fa-guitar:before{
    content:"\f7a6"
}
.fa-face-laugh-wink:before,.fa-laugh-wink:before{
    content:"\f59c"
}
.fa-horse-head:before{
    content:"\f7ab"
}
.fa-bore-hole:before{
    content:"\e4c3"
}
.fa-industry:before{
    content:"\f275"
}
.fa-arrow-alt-circle-down:before,.fa-circle-down:before{
    content:"\f358"
}
.fa-arrows-turn-to-dots:before{
    content:"\e4c1"
}
.fa-florin-sign:before{
    content:"\e184"
}
.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{
    content:"\f884"
}
.fa-less-than:before{
    content:"\3c"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-car-tunnel:before{
    content:"\e4de"
}
.fa-head-side-cough:before{
    content:"\e061"
}
.fa-grip-lines:before{
    content:"\f7a4"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-user-lock:before{
    content:"\f502"
}
.fa-arrow-right-long:before,.fa-long-arrow-right:before{
    content:"\f178"
}
.fa-anchor-circle-xmark:before{
    content:"\e4ac"
}
.fa-ellipsis-h:before,.fa-ellipsis:before{
    content:"\f141"
}
.fa-chess-pawn:before{
    content:"\f443"
}
.fa-first-aid:before,.fa-kit-medical:before{
    content:"\f479"
}
.fa-person-through-window:before{
    content:"\e5a9"
}
.fa-toolbox:before{
    content:"\f552"
}
.fa-hands-holding-circle:before{
    content:"\e4fb"
}
.fa-bug:before{
    content:"\f188"
}
.fa-credit-card-alt:before,.fa-credit-card:before{
    content:"\f09d"
}
.fa-automobile:before,.fa-car:before{
    content:"\f1b9"
}
.fa-hand-holding-hand:before{
    content:"\e4f7"
}
.fa-book-open-reader:before,.fa-book-reader:before{
    content:"\f5da"
}
.fa-mountain-sun:before{
    content:"\e52f"
}
.fa-arrows-left-right-to-line:before{
    content:"\e4ba"
}
.fa-dice-d20:before{
    content:"\f6cf"
}
.fa-truck-droplet:before{
    content:"\e58c"
}
.fa-file-circle-xmark:before{
    content:"\e5a1"
}
.fa-temperature-arrow-up:before,.fa-temperature-up:before{
    content:"\e040"
}
.fa-medal:before{
    content:"\f5a2"
}
.fa-bed:before{
    content:"\f236"
}
.fa-h-square:before,.fa-square-h:before{
    content:"\f0fd"
}
.fa-podcast:before{
    content:"\f2ce"
}
.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{
    content:"\f2c7"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-plug-circle-xmark:before{
    content:"\e560"
}
.fa-star-of-life:before{
    content:"\f621"
}
.fa-phone-slash:before{
    content:"\f3dd"
}
.fa-paint-roller:before{
    content:"\f5aa"
}
.fa-hands-helping:before,.fa-handshake-angle:before{
    content:"\f4c4"
}
.fa-location-dot:before,.fa-map-marker-alt:before{
    content:"\f3c5"
}
.fa-file:before{
    content:"\f15b"
}
.fa-greater-than:before{
    content:"\3e"
}
.fa-person-swimming:before,.fa-swimmer:before{
    content:"\f5c4"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-droplet:before,.fa-tint:before{
    content:"\f043"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{
    content:"\f57d"
}
.fa-person-burst:before{
    content:"\e53b"
}
.fa-dove:before{
    content:"\f4ba"
}
.fa-battery-0:before,.fa-battery-empty:before{
    content:"\f244"
}
.fa-socks:before{
    content:"\f696"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-section:before{
    content:"\e447"
}
.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{
    content:"\f625"
}
.fa-envelope-open-text:before{
    content:"\f658"
}
.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{
    content:"\f0f8"
}
.fa-wine-bottle:before{
    content:"\f72f"
}
.fa-chess-rook:before{
    content:"\f447"
}
.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{
    content:"\f550"
}
.fa-dharmachakra:before{
    content:"\f655"
}
.fa-hotdog:before{
    content:"\f80f"
}
.fa-blind:before,.fa-person-walking-with-cane:before{
    content:"\f29d"
}
.fa-drum:before{
    content:"\f569"
}
.fa-ice-cream:before{
    content:"\f810"
}
.fa-heart-circle-bolt:before{
    content:"\e4fc"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-check-to-slot:before,.fa-vote-yea:before{
    content:"\f772"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{
    content:"\f468"
}
.fa-chain:before,.fa-link:before{
    content:"\f0c1"
}
.fa-assistive-listening-systems:before,.fa-ear-listen:before{
    content:"\f2a2"
}
.fa-tree-city:before{
    content:"\e587"
}
.fa-play:before{
    content:"\f04b"
}
.fa-font:before{
    content:"\f031"
}
.fa-rupiah-sign:before{
    content:"\e23d"
}
.fa-magnifying-glass:before,.fa-search:before{
    content:"\f002"
}
.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{
    content:"\f45d"
}
.fa-diagnoses:before,.fa-person-dots-from-line:before{
    content:"\f470"
}
.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{
    content:"\f82a"
}
.fa-naira-sign:before{
    content:"\e1f6"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-walkie-talkie:before{
    content:"\f8ef"
}
.fa-file-edit:before,.fa-file-pen:before{
    content:"\f31c"
}
.fa-receipt:before{
    content:"\f543"
}
.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{
    content:"\f14b"
}
.fa-suitcase-rolling:before{
    content:"\f5c1"
}
.fa-person-circle-exclamation:before{
    content:"\e53f"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{
    content:"\f240"
}
.fa-skull-crossbones:before{
    content:"\f714"
}
.fa-code-compare:before{
    content:"\e13a"
}
.fa-list-dots:before,.fa-list-ul:before{
    content:"\f0ca"
}
.fa-school-lock:before{
    content:"\e56f"
}
.fa-tower-cell:before{
    content:"\e585"
}
.fa-down-long:before,.fa-long-arrow-alt-down:before{
    content:"\f309"
}
.fa-ranking-star:before{
    content:"\e561"
}
.fa-chess-king:before{
    content:"\f43f"
}
.fa-person-harassing:before{
    content:"\e549"
}
.fa-brazilian-real-sign:before{
    content:"\e46c"
}
.fa-landmark-alt:before,.fa-landmark-dome:before{
    content:"\f752"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-television:before,.fa-tv-alt:before,.fa-tv:before{
    content:"\f26c"
}
.fa-shrimp:before{
    content:"\e448"
}
.fa-list-check:before,.fa-tasks:before{
    content:"\f0ae"
}
.fa-jug-detergent:before{
    content:"\e519"
}
.fa-circle-user:before,.fa-user-circle:before{
    content:"\f2bd"
}
.fa-user-shield:before{
    content:"\f505"
}
.fa-wind:before{
    content:"\f72e"
}
.fa-car-burst:before,.fa-car-crash:before{
    content:"\f5e1"
}
.fa-y:before{
    content:"\59"
}
.fa-person-snowboarding:before,.fa-snowboarding:before{
    content:"\f7ce"
}
.fa-shipping-fast:before,.fa-truck-fast:before{
    content:"\f48b"
}
.fa-fish:before{
    content:"\f578"
}
.fa-user-graduate:before{
    content:"\f501"
}
.fa-adjust:before,.fa-circle-half-stroke:before{
    content:"\f042"
}
.fa-clapperboard:before{
    content:"\e131"
}
.fa-circle-radiation:before,.fa-radiation-alt:before{
    content:"\f7ba"
}
.fa-baseball-ball:before,.fa-baseball:before{
    content:"\f433"
}
.fa-jet-fighter-up:before{
    content:"\e518"
}
.fa-diagram-project:before,.fa-project-diagram:before{
    content:"\f542"
}
.fa-copy:before{
    content:"\f0c5"
}
.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{
    content:"\f6a9"
}
.fa-hand-sparkles:before{
    content:"\e05d"
}
.fa-grip-horizontal:before,.fa-grip:before{
    content:"\f58d"
}
.fa-share-from-square:before,.fa-share-square:before{
    content:"\f14d"
}
.fa-child-combatant:before,.fa-child-rifle:before{
    content:"\e4e0"
}
.fa-gun:before{
    content:"\e19b"
}
.fa-phone-square:before,.fa-square-phone:before{
    content:"\f098"
}
.fa-add:before,.fa-plus:before{
    content:"\2b"
}
.fa-expand:before{
    content:"\f065"
}
.fa-computer:before{
    content:"\e4e5"
}
.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{
    content:"\f00d"
}
.fa-arrows-up-down-left-right:before,.fa-arrows:before{
    content:"\f047"
}
.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{
    content:"\f51c"
}
.fa-peso-sign:before{
    content:"\e222"
}
.fa-building-shield:before{
    content:"\e4d8"
}
.fa-baby:before{
    content:"\f77c"
}
.fa-users-line:before{
    content:"\e592"
}
.fa-quote-left-alt:before,.fa-quote-left:before{
    content:"\f10d"
}
.fa-tractor:before{
    content:"\f722"
}
.fa-trash-arrow-up:before,.fa-trash-restore:before{
    content:"\f829"
}
.fa-arrow-down-up-lock:before{
    content:"\e4b0"
}
.fa-lines-leaning:before{
    content:"\e51e"
}
.fa-ruler-combined:before{
    content:"\f546"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-equals:before{
    content:"\3d"
}
.fa-blender:before{
    content:"\f517"
}
.fa-teeth:before{
    content:"\f62e"
}
.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{
    content:"\f20b"
}
.fa-map:before{
    content:"\f279"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-photo-film:before,.fa-photo-video:before{
    content:"\f87c"
}
.fa-folder-minus:before{
    content:"\f65d"
}
.fa-store:before{
    content:"\f54e"
}
.fa-arrow-trend-up:before{
    content:"\e098"
}
.fa-plug-circle-minus:before{
    content:"\e55e"
}
.fa-sign-hanging:before,.fa-sign:before{
    content:"\f4d9"
}
.fa-bezier-curve:before{
    content:"\f55b"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-tablet-android:before,.fa-tablet:before{
    content:"\f3fb"
}
.fa-school-flag:before{
    content:"\e56e"
}
.fa-fill:before{
    content:"\f575"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-drumstick-bite:before{
    content:"\f6d7"
}
.fa-holly-berry:before{
    content:"\f7aa"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-bacteria:before{
    content:"\e059"
}
.fa-hand-lizard:before{
    content:"\f258"
}
.fa-notdef:before{
    content:"\e1fe"
}
.fa-disease:before{
    content:"\f7fa"
}
.fa-briefcase-medical:before{
    content:"\f469"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-car-alt:before,.fa-car-rear:before{
    content:"\f5de"
}
.fa-pump-soap:before{
    content:"\e06b"
}
.fa-video-slash:before{
    content:"\f4e2"
}
.fa-battery-2:before,.fa-battery-quarter:before{
    content:"\f243"
}
.fa-radio:before{
    content:"\f8d7"
}
.fa-baby-carriage:before,.fa-carriage-baby:before{
    content:"\f77d"
}
.fa-traffic-light:before{
    content:"\f637"
}
.fa-thermometer:before{
    content:"\f491"
}
.fa-vr-cardboard:before{
    content:"\f729"
}
.fa-hand-middle-finger:before{
    content:"\f806"
}
.fa-percent:before,.fa-percentage:before{
    content:"\25"
}
.fa-truck-moving:before{
    content:"\f4df"
}
.fa-glass-water-droplet:before{
    content:"\e4f5"
}
.fa-display:before{
    content:"\e163"
}
.fa-face-smile:before,.fa-smile:before{
    content:"\f118"
}
.fa-thumb-tack:before,.fa-thumbtack:before{
    content:"\f08d"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-person-praying:before,.fa-pray:before{
    content:"\f683"
}
.fa-hammer:before{
    content:"\f6e3"
}
.fa-hand-peace:before{
    content:"\f25b"
}
.fa-rotate:before,.fa-sync-alt:before{
    content:"\f2f1"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-robot:before{
    content:"\f544"
}
.fa-peace:before{
    content:"\f67c"
}
.fa-cogs:before,.fa-gears:before{
    content:"\f085"
}
.fa-warehouse:before{
    content:"\f494"
}
.fa-arrow-up-right-dots:before{
    content:"\e4b7"
}
.fa-splotch:before{
    content:"\f5bc"
}
.fa-face-grin-hearts:before,.fa-grin-hearts:before{
    content:"\f584"
}
.fa-dice-four:before{
    content:"\f524"
}
.fa-sim-card:before{
    content:"\f7c4"
}
.fa-transgender-alt:before,.fa-transgender:before{
    content:"\f225"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-arrow-turn-down:before,.fa-level-down:before{
    content:"\f149"
}
.fa-person-falling-burst:before{
    content:"\e547"
}
.fa-award:before{
    content:"\f559"
}
.fa-ticket-alt:before,.fa-ticket-simple:before{
    content:"\f3ff"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-angle-double-left:before,.fa-angles-left:before{
    content:"\f100"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-clock-rotate-left:before,.fa-history:before{
    content:"\f1da"
}
.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{
    content:"\f583"
}
.fa-arrow-right-from-file:before,.fa-file-export:before{
    content:"\f56e"
}
.fa-shield-blank:before,.fa-shield:before{
    content:"\f132"
}
.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{
    content:"\f885"
}
.fa-house-medical:before{
    content:"\e3b2"
}
.fa-golf-ball-tee:before,.fa-golf-ball:before{
    content:"\f450"
}
.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{
    content:"\f137"
}
.fa-house-chimney-window:before{
    content:"\e00d"
}
.fa-pen-nib:before{
    content:"\f5ad"
}
.fa-tent-arrow-turn-left:before{
    content:"\e580"
}
.fa-tents:before{
    content:"\e582"
}
.fa-magic:before,.fa-wand-magic:before{
    content:"\f0d0"
}
.fa-dog:before{
    content:"\f6d3"
}
.fa-carrot:before{
    content:"\f787"
}
.fa-moon:before{
    content:"\f186"
}
.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{
    content:"\f5ce"
}
.fa-cheese:before{
    content:"\f7ef"
}
.fa-yin-yang:before{
    content:"\f6ad"
}
.fa-music:before{
    content:"\f001"
}
.fa-code-commit:before{
    content:"\f386"
}
.fa-temperature-low:before{
    content:"\f76b"
}
.fa-biking:before,.fa-person-biking:before{
    content:"\f84a"
}
.fa-broom:before{
    content:"\f51a"
}
.fa-shield-heart:before{
    content:"\e574"
}
.fa-gopuram:before{
    content:"\f664"
}
.fa-earth-oceania:before,.fa-globe-oceania:before{
    content:"\e47b"
}
.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{
    content:"\f2d3"
}
.fa-hashtag:before{
    content:"\23"
}
.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{
    content:"\f424"
}
.fa-oil-can:before{
    content:"\f613"
}
.fa-t:before{
    content:"\54"
}
.fa-hippo:before{
    content:"\f6ed"
}
.fa-chart-column:before{
    content:"\e0e3"
}
.fa-infinity:before{
    content:"\f534"
}
.fa-vial-circle-check:before{
    content:"\e596"
}
.fa-person-arrow-down-to-line:before{
    content:"\e538"
}
.fa-voicemail:before{
    content:"\f897"
}
.fa-fan:before{
    content:"\f863"
}
.fa-person-walking-luggage:before{
    content:"\e554"
}
.fa-arrows-alt-v:before,.fa-up-down:before{
    content:"\f338"
}
.fa-cloud-moon-rain:before{
    content:"\f73c"
}
.fa-calendar:before{
    content:"\f133"
}
.fa-trailer:before{
    content:"\e041"
}
.fa-bahai:before,.fa-haykal:before{
    content:"\f666"
}
.fa-sd-card:before{
    content:"\f7c2"
}
.fa-dragon:before{
    content:"\f6d5"
}
.fa-shoe-prints:before{
    content:"\f54b"
}
.fa-circle-plus:before,.fa-plus-circle:before{
    content:"\f055"
}
.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{
    content:"\f58b"
}
.fa-hand-holding:before{
    content:"\f4bd"
}
.fa-plug-circle-exclamation:before{
    content:"\e55d"
}
.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{
    content:"\f127"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-person-walking-arrow-loop-left:before{
    content:"\e551"
}
.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{
    content:"\f882"
}
.fa-fire-alt:before,.fa-fire-flame-curved:before{
    content:"\f7e4"
}
.fa-tornado:before{
    content:"\f76f"
}
.fa-file-circle-plus:before{
    content:"\e494"
}
.fa-book-quran:before,.fa-quran:before{
    content:"\f687"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-border-all:before{
    content:"\f84c"
}
.fa-angry:before,.fa-face-angry:before{
    content:"\f556"
}
.fa-cookie-bite:before{
    content:"\f564"
}
.fa-arrow-trend-down:before{
    content:"\e097"
}
.fa-feed:before,.fa-rss:before{
    content:"\f09e"
}
.fa-draw-polygon:before{
    content:"\f5ee"
}
.fa-balance-scale:before,.fa-scale-balanced:before{
    content:"\f24e"
}
.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{
    content:"\f62a"
}
.fa-shower:before{
    content:"\f2cc"
}
.fa-desktop-alt:before,.fa-desktop:before{
    content:"\f390"
}
.fa-m:before{
    content:"\4d"
}
.fa-table-list:before,.fa-th-list:before{
    content:"\f00b"
}
.fa-comment-sms:before,.fa-sms:before{
    content:"\f7cd"
}
.fa-book:before{
    content:"\f02d"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-check:before{
    content:"\f00c"
}
.fa-battery-4:before,.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-house-circle-check:before{
    content:"\e509"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-diagram-successor:before{
    content:"\e47a"
}
.fa-truck-arrow-right:before{
    content:"\e58b"
}
.fa-arrows-split-up-and-left:before{
    content:"\e4bc"
}
.fa-fist-raised:before,.fa-hand-fist:before{
    content:"\f6de"
}
.fa-cloud-moon:before{
    content:"\f6c3"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-person-falling:before{
    content:"\e546"
}
.fa-image-portrait:before,.fa-portrait:before{
    content:"\f3e0"
}
.fa-user-tag:before{
    content:"\f507"
}
.fa-rug:before{
    content:"\e569"
}
.fa-earth-europe:before,.fa-globe-europe:before{
    content:"\f7a2"
}
.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{
    content:"\f59d"
}
.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{
    content:"\f410"
}
.fa-baht-sign:before{
    content:"\e0ac"
}
.fa-book-open:before{
    content:"\f518"
}
.fa-book-journal-whills:before,.fa-journal-whills:before{
    content:"\f66a"
}
.fa-handcuffs:before{
    content:"\e4f8"
}
.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{
    content:"\f071"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{
    content:"\f064"
}
.fa-bottle-droplet:before{
    content:"\e4c4"
}
.fa-mask-face:before{
    content:"\e1d7"
}
.fa-hill-rockslide:before{
    content:"\e508"
}
.fa-exchange-alt:before,.fa-right-left:before{
    content:"\f362"
}
.fa-paper-plane:before{
    content:"\f1d8"
}
.fa-road-circle-exclamation:before{
    content:"\e565"
}
.fa-dungeon:before{
    content:"\f6d9"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{
    content:"\f53b"
}
.fa-life-ring:before{
    content:"\f1cd"
}
.fa-hands:before,.fa-sign-language:before,.fa-signing:before{
    content:"\f2a7"
}
.fa-calendar-day:before{
    content:"\f783"
}
.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{
    content:"\f5c5"
}
.fa-arrows-up-down:before,.fa-arrows-v:before{
    content:"\f07d"
}
.fa-face-grimace:before,.fa-grimace:before{
    content:"\f57f"
}
.fa-wheelchair-alt:before,.fa-wheelchair-move:before{
    content:"\e2ce"
}
.fa-level-down-alt:before,.fa-turn-down:before{
    content:"\f3be"
}
.fa-person-walking-arrow-right:before{
    content:"\e552"
}
.fa-envelope-square:before,.fa-square-envelope:before{
    content:"\f199"
}
.fa-dice:before{
    content:"\f522"
}
.fa-bowling-ball:before{
    content:"\f436"
}
.fa-brain:before{
    content:"\f5dc"
}
.fa-band-aid:before,.fa-bandage:before{
    content:"\f462"
}
.fa-calendar-minus:before{
    content:"\f272"
}
.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{
    content:"\f057"
}
.fa-gifts:before{
    content:"\f79c"
}
.fa-hotel:before{
    content:"\f594"
}
.fa-earth-asia:before,.fa-globe-asia:before{
    content:"\f57e"
}
.fa-id-card-alt:before,.fa-id-card-clip:before{
    content:"\f47f"
}
.fa-magnifying-glass-plus:before,.fa-search-plus:before{
    content:"\f00e"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-user-clock:before{
    content:"\f4fd"
}
.fa-allergies:before,.fa-hand-dots:before{
    content:"\f461"
}
.fa-file-invoice:before{
    content:"\f570"
}
.fa-window-minimize:before{
    content:"\f2d1"
}
.fa-coffee:before,.fa-mug-saucer:before{
    content:"\f0f4"
}
.fa-brush:before{
    content:"\f55d"
}
.fa-mask:before{
    content:"\f6fa"
}
.fa-magnifying-glass-minus:before,.fa-search-minus:before{
    content:"\f010"
}
.fa-ruler-vertical:before{
    content:"\f548"
}
.fa-user-alt:before,.fa-user-large:before{
    content:"\f406"
}
.fa-train-tram:before{
    content:"\e5b4"
}
.fa-user-nurse:before{
    content:"\f82f"
}
.fa-syringe:before{
    content:"\f48e"
}
.fa-cloud-sun:before{
    content:"\f6c4"
}
.fa-stopwatch-20:before{
    content:"\e06f"
}
.fa-square-full:before{
    content:"\f45c"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-jar:before{
    content:"\e516"
}
.fa-note-sticky:before,.fa-sticky-note:before{
    content:"\f249"
}
.fa-bug-slash:before{
    content:"\e490"
}
.fa-arrow-up-from-water-pump:before{
    content:"\e4b6"
}
.fa-bone:before{
    content:"\f5d7"
}
.fa-user-injured:before{
    content:"\f728"
}
.fa-face-sad-tear:before,.fa-sad-tear:before{
    content:"\f5b4"
}
.fa-plane:before{
    content:"\f072"
}
.fa-tent-arrows-down:before{
    content:"\e581"
}
.fa-exclamation:before{
    content:"\21"
}
.fa-arrows-spin:before{
    content:"\e4bb"
}
.fa-print:before{
    content:"\f02f"
}
.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{
    content:"\e2bb"
}
.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{
    content:"\24"
}
.fa-x:before{
    content:"\58"
}
.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{
    content:"\f688"
}
.fa-users-cog:before,.fa-users-gear:before{
    content:"\f509"
}
.fa-person-military-pointing:before{
    content:"\e54a"
}
.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{
    content:"\f19c"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-trowel:before{
    content:"\e589"
}
.fa-d:before{
    content:"\44"
}
.fa-stapler:before{
    content:"\e5af"
}
.fa-masks-theater:before,.fa-theater-masks:before{
    content:"\f630"
}
.fa-kip-sign:before{
    content:"\e1c4"
}
.fa-hand-point-left:before{
    content:"\f0a5"
}
.fa-handshake-alt:before,.fa-handshake-simple:before{
    content:"\f4c6"
}
.fa-fighter-jet:before,.fa-jet-fighter:before{
    content:"\f0fb"
}
.fa-share-alt-square:before,.fa-square-share-nodes:before{
    content:"\f1e1"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-plus-minus:before{
    content:"\e43c"
}
.fa-video-camera:before,.fa-video:before{
    content:"\f03d"
}
.fa-graduation-cap:before,.fa-mortar-board:before{
    content:"\f19d"
}
.fa-hand-holding-medical:before{
    content:"\e05c"
}
.fa-person-circle-check:before{
    content:"\e53e"
}
.fa-level-up-alt:before,.fa-turn-up:before{
    content:"\f3bf"
}
 .fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border-width:0
}
:host,:root{
    --fa-style-family-brands:"Font Awesome 6 Brands";
    --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"
}
@font-face{
    font-family:"Font Awesome 6 Brands";
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url(./fonts/fa-brands-400.woff2) format("woff2");
}
.fa-brands,.fab{
    font-weight:400
}
.fa-monero:before{
    content:"\f3d0"
}
.fa-hooli:before{
    content:"\f427"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-shopware:before{
    content:"\f5b5"
}
.fa-creative-commons-nc:before{
    content:"\f4e8"
}
.fa-aws:before{
    content:"\f375"
}
.fa-redhat:before{
    content:"\f7bc"
}
.fa-yoast:before{
    content:"\f2b1"
}
.fa-cloudflare:before{
    content:"\e07d"
}
.fa-ups:before{
    content:"\f7e0"
}
.fa-wpexplorer:before{
    content:"\f2de"
}
.fa-dyalog:before{
    content:"\f399"
}
.fa-bity:before{
    content:"\f37a"
}
.fa-stackpath:before{
    content:"\f842"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-first-order:before{
    content:"\f2b0"
}
.fa-modx:before{
    content:"\f285"
}
.fa-guilded:before{
    content:"\e07e"
}
.fa-vnv:before{
    content:"\f40b"
}
.fa-js-square:before,.fa-square-js:before{
    content:"\f3b9"
}
.fa-microsoft:before{
    content:"\f3ca"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-orcid:before{
    content:"\f8d2"
}
.fa-java:before{
    content:"\f4e4"
}
.fa-invision:before{
    content:"\f7b0"
}
.fa-creative-commons-pd-alt:before{
    content:"\f4ed"
}
.fa-centercode:before{
    content:"\f380"
}
.fa-glide-g:before{
    content:"\f2a6"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-hire-a-helper:before{
    content:"\f3b0"
}
.fa-creative-commons-by:before{
    content:"\f4e7"
}
.fa-unity:before{
    content:"\e049"
}
.fa-whmcs:before{
    content:"\f40d"
}
.fa-rocketchat:before{
    content:"\f3e8"
}
.fa-vk:before{
    content:"\f189"
}
.fa-untappd:before{
    content:"\f405"
}
.fa-mailchimp:before{
    content:"\f59e"
}
.fa-css3-alt:before{
    content:"\f38b"
}
.fa-reddit-square:before,.fa-square-reddit:before{
    content:"\f1a2"
}
.fa-vimeo-v:before{
    content:"\f27d"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-square-font-awesome:before{
    content:"\e5ad"
}
.fa-deskpro:before{
    content:"\f38f"
}
.fa-sistrix:before{
    content:"\f3ee"
}
.fa-instagram-square:before,.fa-square-instagram:before{
    content:"\e055"
}
.fa-battle-net:before{
    content:"\f835"
}
.fa-the-red-yeti:before{
    content:"\f69d"
}
.fa-hacker-news-square:before,.fa-square-hacker-news:before{
    content:"\f3af"
}
.fa-edge:before{
    content:"\f282"
}
.fa-threads:before{
    content:"\e618"
}
.fa-napster:before{
    content:"\f3d2"
}
.fa-snapchat-square:before,.fa-square-snapchat:before{
    content:"\f2ad"
}
.fa-google-plus-g:before{
    content:"\f0d5"
}
.fa-artstation:before{
    content:"\f77a"
}
.fa-markdown:before{
    content:"\f60f"
}
.fa-sourcetree:before{
    content:"\f7d3"
}
.fa-google-plus:before{
    content:"\f2b3"
}
.fa-diaspora:before{
    content:"\f791"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-phoenix-squadron:before{
    content:"\f511"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-algolia:before{
    content:"\f36c"
}
.fa-red-river:before{
    content:"\f3e3"
}
.fa-creative-commons-sa:before{
    content:"\f4ef"
}
.fa-safari:before{
    content:"\f267"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{
    content:"\f35c"
}
.fa-atlassian:before{
    content:"\f77b"
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-digital-ocean:before{
    content:"\f391"
}
.fa-nimblr:before{
    content:"\f5a8"
}
.fa-chromecast:before{
    content:"\f838"
}
.fa-evernote:before{
    content:"\f839"
}
.fa-hacker-news:before{
    content:"\f1d4"
}
.fa-creative-commons-sampling:before{
    content:"\f4f0"
}
.fa-adversal:before{
    content:"\f36a"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-watchman-monitoring:before{
    content:"\e087"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-weixin:before{
    content:"\f1d7"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-git-alt:before{
    content:"\f841"
}
.fa-lyft:before{
    content:"\f3c3"
}
.fa-rev:before{
    content:"\f5b2"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-wizards-of-the-coast:before{
    content:"\f730"
}
.fa-square-viadeo:before,.fa-viadeo-square:before{
    content:"\f2aa"
}
.fa-meetup:before{
    content:"\f2e0"
}
.fa-centos:before{
    content:"\f789"
}
.fa-adn:before{
    content:"\f170"
}
.fa-cloudsmith:before{
    content:"\f384"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-dribbble-square:before,.fa-square-dribbble:before{
    content:"\f397"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-node:before{
    content:"\f419"
}
.fa-mix:before{
    content:"\f3cb"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-cc-apple-pay:before{
    content:"\f416"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-debian:before{
    content:"\e60b"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-instalod:before{
    content:"\e081"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-sellcast:before{
    content:"\f2da"
}
.fa-square-twitter:before,.fa-twitter-square:before{
    content:"\f081"
}
.fa-r-project:before{
    content:"\f4f7"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-freebsd:before{
    content:"\f3a4"
}
.fa-vuejs:before{
    content:"\f41f"
}
.fa-accusoft:before{
    content:"\f369"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-fonticons-fi:before{
    content:"\f3a2"
}
.fa-app-store:before{
    content:"\f36f"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-itunes-note:before{
    content:"\f3b5"
}
.fa-golang:before{
    content:"\e40f"
}
.fa-kickstarter:before{
    content:"\f3bb"
}
.fa-grav:before{
    content:"\f2d6"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-uncharted:before{
    content:"\e084"
}
.fa-firstdraft:before{
    content:"\f3a1"
}
.fa-square-youtube:before,.fa-youtube-square:before{
    content:"\f431"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-rendact:before,.fa-wpressr:before{
    content:"\f3e4"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-galactic-republic:before{
    content:"\f50c"
}
.fa-nfc-directional:before{
    content:"\e530"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-joget:before{
    content:"\f3b7"
}
.fa-fedora:before{
    content:"\f798"
}
.fa-stripe-s:before{
    content:"\f42a"
}
.fa-meta:before{
    content:"\e49b"
}
.fa-laravel:before{
    content:"\f3bd"
}
.fa-hotjar:before{
    content:"\f3b1"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-sticker-mule:before{
    content:"\f3f7"
}
.fa-creative-commons-zero:before{
    content:"\f4f3"
}
.fa-hips:before{
    content:"\f452"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-discord:before{
    content:"\f392"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-app-store-ios:before{
    content:"\f370"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-wpbeginner:before{
    content:"\f297"
}
.fa-confluence:before{
    content:"\f78d"
}
.fa-mdb:before{
    content:"\f8ca"
}
.fa-dochub:before{
    content:"\f394"
}
.fa-accessible-icon:before{
    content:"\f368"
}
.fa-ebay:before{
    content:"\f4f4"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-unsplash:before{
    content:"\e07c"
}
.fa-yarn:before{
    content:"\f7e3"
}
.fa-square-steam:before,.fa-steam-square:before{
    content:"\f1b7"
}
.fa-500px:before{
    content:"\f26e"
}
.fa-square-vimeo:before,.fa-vimeo-square:before{
    content:"\f194"
}
.fa-asymmetrik:before{
    content:"\f372"
}
.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{
    content:"\f2b4"
}
.fa-gratipay:before{
    content:"\f184"
}
.fa-apple:before{
    content:"\f179"
}
.fa-hive:before{
    content:"\e07f"
}
.fa-gitkraken:before{
    content:"\f3a6"
}
.fa-keybase:before{
    content:"\f4f5"
}
.fa-apple-pay:before{
    content:"\f415"
}
.fa-padlet:before{
    content:"\e4a0"
}
.fa-amazon-pay:before{
    content:"\f42c"
}
.fa-github-square:before,.fa-square-github:before{
    content:"\f092"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-fedex:before{
    content:"\f797"
}
.fa-phoenix-framework:before{
    content:"\f3dc"
}
.fa-shopify:before{
    content:"\e057"
}
.fa-neos:before{
    content:"\f612"
}
.fa-square-threads:before{
    content:"\e619"
}
.fa-hackerrank:before{
    content:"\f5f7"
}
.fa-researchgate:before{
    content:"\f4f8"
}
.fa-swift:before{
    content:"\f8e1"
}
.fa-angular:before{
    content:"\f420"
}
.fa-speakap:before{
    content:"\f3f3"
}
.fa-angrycreative:before{
    content:"\f36e"
}
.fa-y-combinator:before{
    content:"\f23b"
}
.fa-empire:before{
    content:"\f1d1"
}
.fa-envira:before{
    content:"\f299"
}
.fa-gitlab-square:before,.fa-square-gitlab:before{
    content:"\e5ae"
}
.fa-studiovinari:before{
    content:"\f3f8"
}
.fa-pied-piper:before{
    content:"\f2ae"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-linode:before{
    content:"\f2b8"
}
.fa-goodreads:before{
    content:"\f3a8"
}
.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{
    content:"\f264"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-sith:before{
    content:"\f512"
}
.fa-themeisle:before{
    content:"\f2b2"
}
.fa-page4:before{
    content:"\f3d7"
}
.fa-hashnode:before{
    content:"\e499"
}
.fa-react:before{
    content:"\f41b"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-squarespace:before{
    content:"\f5be"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-creative-commons-share:before{
    content:"\f4f2"
}
.fa-bitcoin:before{
    content:"\f379"
}
.fa-keycdn:before{
    content:"\f3ba"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-itch-io:before{
    content:"\f83a"
}
.fa-umbraco:before{
    content:"\f8e8"
}
.fa-galactic-senate:before{
    content:"\f50d"
}
.fa-ubuntu:before{
    content:"\f7df"
}
.fa-draft2digital:before{
    content:"\f396"
}
.fa-stripe:before{
    content:"\f429"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-gg:before{
    content:"\f260"
}
.fa-dhl:before{
    content:"\f790"
}
.fa-pinterest-square:before,.fa-square-pinterest:before{
    content:"\f0d3"
}
.fa-xing:before{
    content:"\f168"
}
.fa-blackberry:before{
    content:"\f37b"
}
.fa-creative-commons-pd:before{
    content:"\f4ec"
}
.fa-playstation:before{
    content:"\f3df"
}
.fa-quinscape:before{
    content:"\f459"
}
.fa-less:before{
    content:"\f41d"
}
.fa-blogger-b:before{
    content:"\f37d"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-gitlab:before{
    content:"\f296"
}
.fa-typo3:before{
    content:"\f42b"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-dailymotion:before{
    content:"\e052"
}
.fa-affiliatetheme:before{
    content:"\f36b"
}
.fa-pied-piper-pp:before{
    content:"\f1a7"
}
.fa-bootstrap:before{
    content:"\f836"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-nfc-symbol:before{
    content:"\e531"
}
.fa-ethereum:before{
    content:"\f42e"
}
.fa-speaker-deck:before{
    content:"\f83c"
}
.fa-creative-commons-nc-eu:before{
    content:"\f4e9"
}
.fa-patreon:before{
    content:"\f3d9"
}
.fa-avianex:before{
    content:"\f374"
}
.fa-ello:before{
    content:"\f5f1"
}
.fa-gofore:before{
    content:"\f3a7"
}
.fa-bimobject:before{
    content:"\f378"
}
.fa-facebook-f:before{
    content:"\f39e"
}
.fa-google-plus-square:before,.fa-square-google-plus:before{
    content:"\f0d4"
}
.fa-mandalorian:before{
    content:"\f50f"
}
.fa-first-order-alt:before{
    content:"\f50a"
}
.fa-osi:before{
    content:"\f41a"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-d-and-d-beyond:before{
    content:"\f6ca"
}
.fa-periscope:before{
    content:"\f3da"
}
.fa-fulcrum:before{
    content:"\f50b"
}
.fa-cloudscale:before{
    content:"\f383"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-mizuni:before{
    content:"\f3cc"
}
.fa-schlix:before{
    content:"\f3ea"
}
.fa-square-xing:before,.fa-xing-square:before{
    content:"\f169"
}
.fa-bandcamp:before{
    content:"\f2d5"
}
.fa-wpforms:before{
    content:"\f298"
}
.fa-cloudversify:before{
    content:"\f385"
}
.fa-usps:before{
    content:"\f7e1"
}
.fa-megaport:before{
    content:"\f5a3"
}
.fa-magento:before{
    content:"\f3c4"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-fly:before{
    content:"\f417"
}
.fa-aviato:before{
    content:"\f421"
}
.fa-itunes:before{
    content:"\f3b4"
}
.fa-cuttlefish:before{
    content:"\f38c"
}
.fa-blogger:before{
    content:"\f37c"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-viber:before{
    content:"\f409"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-symfony:before{
    content:"\f83d"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-etsy:before{
    content:"\f2d7"
}
.fa-facebook-messenger:before{
    content:"\f39f"
}
.fa-audible:before{
    content:"\f373"
}
.fa-think-peaks:before{
    content:"\f731"
}
.fa-bilibili:before{
    content:"\e3d9"
}
.fa-erlang:before{
    content:"\f39d"
}
.fa-x-twitter:before{
    content:"\e61b"
}
.fa-cotton-bureau:before{
    content:"\f89e"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-42-group:before,.fa-innosoft:before{
    content:"\e080"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-elementor:before{
    content:"\f430"
}
.fa-pied-piper-square:before,.fa-square-pied-piper:before{
    content:"\e01e"
}
.fa-creative-commons-nd:before{
    content:"\f4eb"
}
.fa-palfed:before{
    content:"\f3d8"
}
.fa-superpowers:before{
    content:"\f2dd"
}
.fa-resolving:before{
    content:"\f3e7"
}
.fa-xbox:before{
    content:"\f412"
}
.fa-searchengin:before{
    content:"\f3eb"
}
.fa-tiktok:before{
    content:"\e07b"
}
.fa-facebook-square:before,.fa-square-facebook:before{
    content:"\f082"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-glide:before{
    content:"\f2a5"
}
.fa-linkedin:before{
    content:"\f08c"
}
.fa-hubspot:before{
    content:"\f3b2"
}
.fa-deploydog:before{
    content:"\f38e"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-ravelry:before{
    content:"\f2d9"
}
.fa-mixer:before{
    content:"\e056"
}
.fa-lastfm-square:before,.fa-square-lastfm:before{
    content:"\f203"
}
.fa-vimeo:before{
    content:"\f40a"
}
.fa-mendeley:before{
    content:"\f7b3"
}
.fa-uniregistry:before{
    content:"\f404"
}
.fa-figma:before{
    content:"\f799"
}
.fa-creative-commons-remix:before{
    content:"\f4ee"
}
.fa-cc-amazon-pay:before{
    content:"\f42d"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-cmplid:before{
    content:"\e360"
}
.fa-facebook:before{
    content:"\f09a"
}
.fa-gripfire:before{
    content:"\f3ac"
}
.fa-jedi-order:before{
    content:"\f50e"
}
.fa-uikit:before{
    content:"\f403"
}
.fa-fort-awesome-alt:before{
    content:"\f3a3"
}
.fa-phabricator:before{
    content:"\f3db"
}
.fa-ussunnah:before{
    content:"\f407"
}
.fa-earlybirds:before{
    content:"\f39a"
}
.fa-trade-federation:before{
    content:"\f513"
}
.fa-autoprefixer:before{
    content:"\f41c"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-google-play:before{
    content:"\f3ab"
}
.fa-viadeo:before{
    content:"\f2a9"
}
.fa-line:before{
    content:"\f3c0"
}
.fa-google-drive:before{
    content:"\f3aa"
}
.fa-servicestack:before{
    content:"\f3ec"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-imdb:before{
    content:"\f2d8"
}
.fa-deezer:before{
    content:"\e077"
}
.fa-raspberry-pi:before{
    content:"\f7bb"
}
.fa-jira:before{
    content:"\f7b1"
}
.fa-docker:before{
    content:"\f395"
}
.fa-screenpal:before{
    content:"\e570"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-gitter:before{
    content:"\f426"
}
.fa-d-and-d:before{
    content:"\f38d"
}
.fa-microblog:before{
    content:"\e01a"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-pied-piper-hat:before{
    content:"\f4e5"
}
.fa-kickstarter-k:before{
    content:"\f3bc"
}
.fa-yandex:before{
    content:"\f413"
}
.fa-readme:before{
    content:"\f4d5"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-sass:before{
    content:"\f41e"
}
.fa-wirsindhandwerk:before,.fa-wsh:before{
    content:"\e2d0"
}
.fa-buromobelexperte:before{
    content:"\f37f"
}
.fa-salesforce:before{
    content:"\f83b"
}
.fa-octopus-deploy:before{
    content:"\e082"
}
.fa-medapps:before{
    content:"\f3c6"
}
.fa-ns8:before{
    content:"\f3d5"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-apper:before{
    content:"\f371"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-waze:before{
    content:"\f83f"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-snapchat-ghost:before,.fa-snapchat:before{
    content:"\f2ab"
}
.fa-fantasy-flight-games:before{
    content:"\f6dc"
}
.fa-rust:before{
    content:"\e07a"
}
.fa-wix:before{
    content:"\f5cf"
}
.fa-behance-square:before,.fa-square-behance:before{
    content:"\f1b5"
}
.fa-supple:before{
    content:"\f3f9"
}
.fa-rebel:before{
    content:"\f1d0"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-staylinked:before{
    content:"\f3f5"
}
.fa-kaggle:before{
    content:"\f5fa"
}
.fa-space-awesome:before{
    content:"\e5ac"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-cpanel:before{
    content:"\f388"
}
.fa-goodreads-g:before{
    content:"\f3a9"
}
.fa-git-square:before,.fa-square-git:before{
    content:"\f1d2"
}
.fa-square-tumblr:before,.fa-tumblr-square:before{
    content:"\f174"
}
.fa-trello:before{
    content:"\f181"
}
.fa-creative-commons-nc-jp:before{
    content:"\f4ea"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-perbyte:before{
    content:"\e083"
}
.fa-grunt:before{
    content:"\f3ad"
}
.fa-weebly:before{
    content:"\f5cc"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-themeco:before{
    content:"\f5c6"
}
.fa-python:before{
    content:"\f3e2"
}
.fa-android:before{
    content:"\f17b"
}
.fa-bots:before{
    content:"\e340"
}
.fa-free-code-camp:before{
    content:"\f2c5"
}
.fa-hornbill:before{
    content:"\f592"
}
.fa-js:before{
    content:"\f3b8"
}
.fa-ideal:before{
    content:"\e013"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-dev:before{
    content:"\f6cc"
}
.fa-sketch:before{
    content:"\f7c6"
}
.fa-yandex-international:before{
    content:"\f414"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-uber:before{
    content:"\f402"
}
.fa-github:before{
    content:"\f09b"
}
.fa-php:before{
    content:"\f457"
}
.fa-alipay:before{
    content:"\f642"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-firefox-browser:before{
    content:"\e007"
}
.fa-replyd:before{
    content:"\f3e6"
}
.fa-suse:before{
    content:"\f7d6"
}
.fa-jenkins:before{
    content:"\f3b6"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-rockrms:before{
    content:"\f3e9"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-buffer:before{
    content:"\f837"
}
.fa-npm:before{
    content:"\f3d4"
}
.fa-yammer:before{
    content:"\f840"
}
.fa-btc:before{
    content:"\f15a"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-stubber:before{
    content:"\e5c7"
}
.fa-telegram-plane:before,.fa-telegram:before{
    content:"\f2c6"
}
.fa-old-republic:before{
    content:"\f510"
}
.fa-odysee:before{
    content:"\e5c6"
}
.fa-square-whatsapp:before,.fa-whatsapp-square:before{
    content:"\f40c"
}
.fa-node-js:before{
    content:"\f3d3"
}
.fa-edge-legacy:before{
    content:"\e078"
}
.fa-slack-hash:before,.fa-slack:before{
    content:"\f198"
}
.fa-medrt:before{
    content:"\f3c8"
}
.fa-usb:before{
    content:"\f287"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-vaadin:before{
    content:"\f408"
}
.fa-quora:before{
    content:"\f2c4"
}
.fa-square-x-twitter:before{
    content:"\e61a"
}
.fa-reacteurope:before{
    content:"\f75d"
}
.fa-medium-m:before,.fa-medium:before{
    content:"\f23a"
}
.fa-amilia:before{
    content:"\f36d"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-flipboard:before{
    content:"\f44d"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-critical-role:before{
    content:"\f6c9"
}
.fa-sitrox:before{
    content:"\e44a"
}
.fa-discourse:before{
    content:"\f393"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-mastodon:before{
    content:"\f4f6"
}
.fa-airbnb:before{
    content:"\f834"
}
.fa-wolf-pack-battalion:before{
    content:"\f514"
}
.fa-buy-n-large:before{
    content:"\f8a6"
}
.fa-gulp:before{
    content:"\f3ae"
}
.fa-creative-commons-sampling-plus:before{
    content:"\f4f1"
}
.fa-strava:before{
    content:"\f428"
}
.fa-ember:before{
    content:"\f423"
}
.fa-canadian-maple-leaf:before{
    content:"\f785"
}
.fa-teamspeak:before{
    content:"\f4f9"
}
.fa-pushed:before{
    content:"\f3e1"
}
.fa-wordpress-simple:before{
    content:"\f411"
}
.fa-nutritionix:before{
    content:"\f3d6"
}
.fa-wodu:before{
    content:"\e088"
}
.fa-google-pay:before{
    content:"\e079"
}
.fa-intercom:before{
    content:"\f7af"
}
.fa-zhihu:before{
    content:"\f63f"
}
.fa-korvue:before{
    content:"\f42f"
}
.fa-pix:before{
    content:"\e43a"
}
.fa-steam-symbol:before{
    content:"\f3f6"
}
:host,:root{
    --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"
}
@font-face{
    font-family:"Font Awesome 6 Free";
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url(./fonts/fa-regular-400.woff2) format("woff2");
}
.fa-regular,.far{
    font-weight:400
}
:host,:root{
    --fa-style-family-classic:"Font Awesome 6 Free";
    --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"
}
@font-face{
    font-family:"Font Awesome 6 Free";
    font-style:normal;
    font-weight:900;
    font-display:block;
    src:url(./fonts/fa-solid-900.woff2) format("woff2");
}
.fa-solid,.fas{
    font-weight:900
}
@font-face{
    font-family:"Font Awesome 5 Brands";
    font-display:block;
    font-weight:400;
    src:url(./fonts/fa-brands-400.woff2) format("woff2");
}
@font-face{
    font-family:"Font Awesome 5 Free";
    font-display:block;
    font-weight:900;
    src:url(./fonts/fa-solid-900.woff2) format("woff2");
}
@font-face{
    font-family:"Font Awesome 5 Free";
    font-display:block;
    font-weight:400;
    src:url(./fonts/fa-regular-400.woff2) format("woff2");
}
@font-face{
    font-family:"FontAwesome";
    font-display:block;
    src:url(./fonts/fa-solid-900.woff2) format("woff2");
}
@font-face{
    font-family:"FontAwesome";
    font-display:block;
    src:url(./fonts/fa-brands-400.woff2) format("woff2");
}
@font-face{
    font-family:"FontAwesome";
    font-display:block;
    src:url(./fonts/fa-regular-400.woff2) format("woff2");
    unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc
}
@font-face{
    font-family:"FontAwesome";
    font-display:block;
    src:url(./fonts/fa-v4compatibility.woff2) format("woff2");
    unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a
}
 .clearfix:after,.clearfix:before,.grid-100:after,.grid-100:before,.grid-15:after,.grid-15:before,.grid-20:after,.grid-20:before,.grid-25:after,.grid-25:before,.grid-30:after,.grid-30:before,.grid-33:after,.grid-33:before,.grid-35:after,.grid-35:before,.grid-40:after,.grid-40:before,.grid-45:after,.grid-45:before,.grid-50:after,.grid-50:before,.grid-55:after,.grid-55:before,.grid-60:after,.grid-60:before,.grid-65:after,.grid-65:before,.grid-66:after,.grid-66:before,.grid-70:after,.grid-70:before,.grid-75:after,.grid-75:before,.grid-80:after,.grid-80:before,.grid-85:after,.grid-85:before,.grid-container:after,.grid-container:before,[class*=mobile-grid-]:after,[class*=mobile-grid-]:before,[class*=tablet-grid-]:after,[class*=tablet-grid-]:before{
    content:".";
    display:block;
    overflow:hidden;
    visibility:hidden;
    font-size:0;
    line-height:0;
    width:0;
    height:0
}
.clearfix:after,.grid-100:after,.grid-15:after,.grid-20:after,.grid-25:after,.grid-30:after,.grid-33:after,.grid-35:after,.grid-40:after,.grid-45:after,.grid-50:after,.grid-55:after,.grid-60:after,.grid-65:after,.grid-66:after,.grid-70:after,.grid-75:after,.grid-80:after,.grid-85:after,.grid-90:after,.grid-95:after,.grid-container:after,[class*=mobile-grid-]:after,[class*=tablet-grid-]:after{
    clear:both
}
.grid-container{
    margin-left:auto;
    margin-right:auto;
    max-width:1200px;
    padding-left:10px;
    padding-right:10px
}
.grid-100,.grid-15,.grid-20,.grid-25,.grid-30,.grid-33,.grid-35,.grid-40,.grid-45,.grid-50,.grid-55,.grid-60,.grid-65,.grid-66,.grid-70,.grid-75,.grid-80,.grid-85,.grid-90,.grid-95,[class*=mobile-grid-],[class*=tablet-grid-]{
    box-sizing:border-box;
    padding-left:10px;
    padding-right:10px
}
.grid-parent{
    padding-left:0;
    padding-right:0
}
@media (max-width:767px){
    .hide-on-mobile{
        display:none!important
    }
    .mobile-grid-50{
        float:left;
        width:50%
    }
    .mobile-grid-100{
        clear:both;
        width:100%
    }
}
@media (min-width:768px) and (max-width:1024px){
    [class*=tablet-pull-],[class*=tablet-push-]{
        position:relative
    }
    .hide-on-tablet{
        display:none!important
    }
    .tablet-grid-15{
        float:left;
        width:15%
    }
    .tablet-push-15{
        left:15%
    }
    .tablet-pull-15{
        left:-15%
    }
    .tablet-grid-20{
        float:left;
        width:20%
    }
    .tablet-push-20{
        left:20%
    }
    .tablet-pull-20{
        left:-20%
    }
    .tablet-grid-25{
        float:left;
        width:25%
    }
    .tablet-push-25{
        left:25%
    }
    .tablet-pull-25{
        left:-25%
    }
    .tablet-grid-30{
        float:left;
        width:30%
    }
    .tablet-push-30{
        left:30%
    }
    .tablet-pull-30{
        left:-30%
    }
    .tablet-grid-35{
        float:left;
        width:35%
    }
    .tablet-push-35{
        left:35%
    }
    .tablet-pull-35{
        left:-35%
    }
    .tablet-grid-40{
        float:left;
        width:40%
    }
    .tablet-push-40{
        left:40%
    }
    .tablet-pull-40{
        left:-40%
    }
    .tablet-grid-45{
        float:left;
        width:45%
    }
    .tablet-push-45{
        left:45%
    }
    .tablet-pull-45{
        left:-45%
    }
    .tablet-grid-50{
        float:left;
        width:50%
    }
    .tablet-push-50{
        left:50%
    }
    .tablet-pull-50{
        left:-50%
    }
    .tablet-grid-55{
        float:left;
        width:55%
    }
    .tablet-push-55{
        left:55%
    }
    .tablet-pull-55{
        left:-55%
    }
    .tablet-grid-60{
        float:left;
        width:60%
    }
    .tablet-push-60{
        left:60%
    }
    .tablet-pull-60{
        left:-60%
    }
    .tablet-grid-65{
        float:left;
        width:65%
    }
    .tablet-push-65{
        left:65%
    }
    .tablet-pull-65{
        left:-65%
    }
    .tablet-grid-70{
        float:left;
        width:70%
    }
    .tablet-push-70{
        left:70%
    }
    .tablet-pull-70{
        left:-70%
    }
    .tablet-grid-75{
        float:left;
        width:75%
    }
    .tablet-push-75{
        left:75%
    }
    .tablet-pull-75{
        left:-75%
    }
    .tablet-grid-80{
        float:left;
        width:80%
    }
    .tablet-push-80{
        left:80%
    }
    .tablet-pull-80{
        left:-80%
    }
    .tablet-grid-85{
        float:left;
        width:85%
    }
    .tablet-push-85{
        left:85%
    }
    .tablet-pull-85{
        left:-85%
    }
    .tablet-suffix-33{
        margin-right:33.33333%
    }
    .tablet-push-33{
        left:33.33333%
    }
    .tablet-pull-33{
        left:-33.33333%
    }
    .tablet-grid-66{
        float:left;
        width:66.66667%
    }
    .tablet-push-66{
        left:66.66667%
    }
    .tablet-pull-66{
        left:-66.66667%
    }
    .tablet-grid-100{
        clear:both;
        width:100%
    }
    .inside-footer-widgets>div{
        margin-bottom:50px
    }
    .inside-footer-widgets>div:nth-child(odd){
        clear:both
    }
    .active-footer-widgets-1 .footer-widget-1,.active-footer-widgets-3 .footer-widget-3,.active-footer-widgets-5 .footer-widget-5{
        width:100%;
        margin-bottom:0
    }
    .active-footer-widgets-2 .inside-footer-widgets>div,.active-footer-widgets-4 .footer-widget-3,.active-footer-widgets-4 .footer-widget-4{
        margin-bottom:0
    }
}
@media (min-width:1025px){
    .pull-15,.pull-20,.pull-25,.pull-30,.pull-33,.pull-35,.pull-40,.pull-45,.pull-50,.pull-55,.pull-60,.pull-65,.pull-66,.pull-70,.pull-75,.pull-80,.pull-85,.pull-90,.pull-95,.push-15,.push-20,.push-25,.push-30,.push-33,.push-35,.push-40,.push-45,.push-50,.push-55,.push-60,.push-65,.push-66,.push-70,.push-75,.push-80,.push-85,.push-90,.push-95{
        position:relative
    }
    .hide-on-desktop{
        display:none!important
    }
    .grid-15{
        float:left;
        width:15%
    }
    .push-15{
        left:15%
    }
    .pull-15{
        left:-15%
    }
    .grid-20{
        float:left;
        width:20%
    }
    .push-20{
        left:20%
    }
    .pull-20{
        left:-20%
    }
    .grid-25{
        float:left;
        width:25%
    }
    .push-25{
        left:25%
    }
    .pull-25{
        left:-25%
    }
    .grid-30{
        float:left;
        width:30%
    }
    .push-30{
        left:30%
    }
    .pull-30{
        left:-30%
    }
    .grid-35{
        float:left;
        width:35%
    }
    .push-35{
        left:35%
    }
    .pull-35{
        left:-35%
    }
    .grid-40{
        float:left;
        width:40%
    }
    .push-40{
        left:40%
    }
    .pull-40{
        left:-40%
    }
    .grid-45{
        float:left;
        width:45%
    }
    .push-45{
        left:45%
    }
    .pull-45{
        left:-45%
    }
    .grid-50{
        float:left;
        width:50%
    }
    .push-50{
        left:50%
    }
    .pull-50{
        left:-50%
    }
    .grid-55{
        float:left;
        width:55%
    }
    .push-55{
        left:55%
    }
    .pull-55{
        left:-55%
    }
    .grid-60{
        float:left;
        width:60%
    }
    .push-60{
        left:60%
    }
    .pull-60{
        left:-60%
    }
    .grid-65{
        float:left;
        width:65%
    }
    .push-65{
        left:65%
    }
    .pull-65{
        left:-65%
    }
    .grid-70{
        float:left;
        width:70%
    }
    .push-70{
        left:70%
    }
    .pull-70{
        left:-70%
    }
    .grid-75{
        float:left;
        width:75%
    }
    .push-75{
        left:75%
    }
    .pull-75{
        left:-75%
    }
    .grid-80{
        float:left;
        width:80%
    }
    .push-80{
        left:80%
    }
    .pull-80{
        left:-80%
    }
    .grid-85{
        float:left;
        width:85%
    }
    .push-85{
        left:85%
    }
    .pull-85{
        left:-85%
    }
    .grid-33{
        float:left;
        width:33.33333%
    }
    .push-33{
        left:33.33333%
    }
    .pull-33{
        left:-33.33333%
    }
    .grid-66{
        float:left;
        width:66.66667%
    }
    .push-66{
        left:66.66667%
    }
    .pull-66{
        left:-66.66667%
    }
    .grid-100{
        clear:both;
        width:100%
    }
}
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    border:0;
    margin:0;
    padding:0
}
html{
    font-family:sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
article,aside,details,figcaption,figure,footer,header,main,nav,section{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
ol,ul{
    list-style:none
}
table{
    border-collapse:separate;
    border-spacing:0
}
caption,td,th{
    font-weight:400;
    text-align:left;
    padding:5px
}
blockquote:after,blockquote:before,q:after,q:before{
    content:""
}
a{
    background-color:transparent
}
a img{
    border:0
}
body,button,input,select,textarea{
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight:400;
    text-transform:none;
    font-size:17px;
    line-height:1.5
}
p{
    margin-bottom:1.5em
}
h1,h2,h3,h4,h5,h6{
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit
}
pre{
    background:rgba(0,0,0,.05);
    font-family:inherit;
    font-size:inherit;
    line-height:normal;
    margin-bottom:1.5em;
    padding:20px;
    overflow:auto;
    max-width:100%
}
blockquote{
    border-left:5px solid rgba(0,0,0,.05);
    padding:20px;
    font-size:1.2em;
    font-style:italic;
    margin:0 0 1.5em;
    position:relative
}
blockquote p:last-child{
    margin:0
}
table,td,th{
    border:1px solid rgba(0,0,0,.1)
}
table{
    border-collapse:separate;
    border-spacing:0;
    border-width:1px 0 0 1px;
    margin:0 0 1.5em;
    width:100%
}
td,th{
    padding:8px
}
th{
    border-width:0 1px 1px 0
}
td{
    border-width:0 1px 1px 0
}
hr{
    background-color:rgba(0,0,0,.1);
    border:0;
    height:1px;
    margin-bottom:40px;
    margin-top:40px
}
fieldset{
    padding:0;
    border:0;
    min-width:inherit
}
fieldset legend{
    padding:0;
    margin-bottom:1.5em
}
h1{
    font-size:42px;
    margin-bottom:20px;
    line-height:1.2em;
    font-weight:400;
    text-transform:none
}
h2{
    font-size:35px;
    margin-bottom:20px;
    line-height:1.2em;
    font-weight:400;
    text-transform:none
}
h3{
    font-size:29px;
    margin-bottom:20px;
    line-height:1.2em;
    font-weight:400;
    text-transform:none
}
h4{
    font-size:24px
}
h5{
    font-size:20px
}
h4,h5,h6{
    margin-bottom:20px
}
ol,ul{
    margin:0 0 1.5em 3em
}
ul{
    list-style:disc
}
ol{
    list-style:decimal
}
li>ol,li>ul{
    margin-bottom:0;
    margin-left:1.5em
}
dt{
    font-weight:700
}
dd{
    margin:0 1.5em 1.5em
}
b,strong{
    font-weight:700
}
cite,dfn,em,i{
    font-style:italic
}
address{
    margin:0 0 1.5em
}
code,kbd,tt,var{
    font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace
}
abbr,acronym{
    border-bottom:1px dotted #666;
    cursor:help
}
ins,mark{
    text-decoration:none
}
sub,sup{
    font-size:75%;
    height:0;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    bottom:1ex
}
sub{
    top:.5ex
}
small{
    font-size:75%
}
big{
    font-size:125%
}
figure{
    margin:0
}
table{
    margin:0 0 1.5em;
    width:100%
}
th{
    font-weight:700
}
img{
    height:auto;
    max-width:100%
}
button,input,select,textarea{
    font-size:100%;
    margin:0;
    vertical-align:baseline
}
button,html input[type=button],input[type=reset],input[type=submit]{
    border:1px solid transparent;
    background:#55555e;
    cursor:pointer;
    -webkit-appearance:button;
    padding:10px 20px;
    color:#fff
}
input[type=checkbox],input[type=radio]{
    box-sizing:border-box;
    padding:0
}
input[type=search]{
    -webkit-appearance:textfield;
    box-sizing:content-box
}
input[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{
    background:#fafafa;
    color:#666;
    border:1px solid #ccc;
    border-radius:0;
    padding:10px 15px;
    box-sizing:border-box;
    max-width:100%
}
textarea{
    overflow:auto;
    vertical-align:top;
    width:100%
}
input[type=file]{
    max-width:100%;
    box-sizing:border-box
}
a,button,input{
    transition:color .1s ease-in-out,background-color .1s ease-in-out
}
a{
    text-decoration:none
}
.button,.wp-block-button .wp-block-button__link{
    padding:10px 20px;
    display:inline-block
}
.wp-block-button .wp-block-button__link{
    font-size:inherit;
    line-height:inherit
}
.using-mouse :focus{
    outline:0
}
.using-mouse ::-moz-focus-inner{
    border:0
}
.alignleft{
    float:left;
    margin-right:1.5em
}
.alignright{
    float:right;
    margin-left:1.5em
}
.aligncenter{
    clear:both;
    display:block;
    margin:0 auto
}
.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{
    max-width:100%;
    height:auto
}
.no-sidebar .entry-content .alignfull{
    margin-left:calc(-100vw / 2 + 100% / 2);
    margin-right:calc(-100vw / 2 + 100% / 2);
    max-width:100vw;
    width:auto
}
.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
}
.screen-reader-text:focus{
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto!important;
    clip-path:none;
    color:#21759b;
    display:block;
    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
}
#primary[tabindex="-1"]:focus{
    outline:0
}
.clear:after,.comment-content:after,.entry-content:after,.inside-footer-widgets:not(.grid-container):after,.inside-header:not(.grid-container):after,.inside-navigation:not(.grid-container):after,.inside-top-bar:not(.grid-container):after,.page-header-content-container:after,.paging-navigation:after,.site-content:after,.site-footer:after,.site-header:after,.site-info:after{
    content:"";
    display:table;
    clear:both
}
.main-navigation{
    z-index:100;
    padding:0;
    clear:both;
    display:block
}
.main-navigation a{
    display:block;
    text-decoration:none;
    font-weight:400;
    text-transform:none;
    font-size:15px
}
.main-navigation ul{
    list-style:none;
    margin:0;
    padding-left:0
}
.main-navigation .main-nav ul li a{
    padding-left:20px;
    padding-right:20px;
    line-height:60px
}
.inside-navigation{
    position:relative
}
.main-navigation li{
    float:left;
    position:relative
}
.sf-menu>li.menu-item-float-right{
    float:right!important
}
.nav-float-right .inside-header .main-navigation{
    float:right;
    clear:right
}
.nav-float-left .inside-header .main-navigation{
    float:left;
    clear:left
}
.nav-aligned-center .main-navigation:not(.toggled) .menu>li,.nav-aligned-right .main-navigation:not(.toggled) .menu>li{
    float:none;
    display:inline-block
}
.nav-aligned-center .main-navigation:not(.toggled) ul,.nav-aligned-right .main-navigation:not(.toggled) ul{
    letter-spacing:-.31em;
    font-size:1em
}
.nav-aligned-center .main-navigation:not(.toggled) ul li,.nav-aligned-right .main-navigation:not(.toggled) ul li{
    letter-spacing:normal
}
.nav-aligned-center .main-navigation{
    text-align:center
}
.nav-aligned-right .main-navigation{
    text-align:right
}
.main-navigation li.search-item{
    float:right
}
.main-navigation .mobile-bar-items a{
    padding-left:20px;
    padding-right:20px;
    line-height:60px
}
.main-navigation ul ul{
    display:block;
    box-shadow:1px 1px 0 rgba(0,0,0,.1);
    float:left;
    position:absolute;
    left:-99999px;
    opacity:0;
    z-index:99999;
    width:200px;
    text-align:left;
    top:auto;
    transition:opacity 80ms linear;
    transition-delay:0s;
    pointer-events:none;
    height:0;
    overflow:hidden
}
.main-navigation ul ul a{
    display:block
}
.main-navigation ul ul li{
    width:100%
}
.main-navigation .main-nav ul ul li a{
    line-height:normal;
    padding:10px 20px;
    font-size:14px
}
.main-navigation .main-nav ul li.menu-item-has-children>a{
    padding-right:0;
    position:relative
}
.main-navigation.sub-menu-left ul ul{
    box-shadow:-1px 1px 0 rgba(0,0,0,.1)
}
.main-navigation.sub-menu-left .sub-menu{
    right:0
}
.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{
    left:auto;
    opacity:1;
    transition-delay:150ms;
    pointer-events:auto;
    height:auto;
    overflow:visible
}
.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{
    left:100%;
    top:0
}
.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{
    right:100%;
    left:auto
}
.nav-float-right .main-navigation ul ul ul{
    top:0
}
.menu-item-has-children .dropdown-menu-toggle{
    display:inline-block;
    height:100%;
    clear:both;
    padding-right:20px;
    padding-left:10px
}
.menu-item-has-children ul .dropdown-menu-toggle{
    padding-top:10px;
    padding-bottom:10px;
    margin-top:-10px
}
.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle{
    float:right
}
.widget-area .main-navigation li{
    float:none;
    display:block;
    width:100%;
    padding:0;
    margin:0
}
.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,.sidebar .main-navigation.sub-menu-right ul li:hover ul{
    top:0;
    left:100%
}
.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,.sidebar .main-navigation.sub-menu-left ul li:hover ul{
    top:0;
    right:100%
}
.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{
    margin:0 0 2em;
    overflow:hidden
}
.site-main .post-navigation{
    margin-bottom:0
}
.paging-navigation .nav-next,.paging-navigation .nav-previous{
    display:none
}
.paging-navigation .nav-links>*{
    padding:0 5px
}
.paging-navigation .nav-links .current{
    font-weight:700
}
.nav-links>:first-child{
    padding-left:0
}
.site-header{
    position:relative
}
.inside-header{
    padding:20px 40px
}
.main-title{
    margin:0;
    font-size:25px;
    line-height:1.2em;
    word-wrap:break-word;
    font-weight:700;
    text-transform:none
}
.site-description{
    margin:0;
    line-height:1.5;
    font-weight:400;
    text-transform:none;
    font-size:15px
}
.site-logo{
    display:inline-block;
    max-width:100%
}
.site-header .header-image{
    vertical-align:middle
}
.header-widget{
    float:right;
    overflow:hidden;
    max-width:50%
}
.header-widget .widget{
    padding:0 0 20px;
    margin-bottom:0
}
.header-widget .widget:last-child{
    padding-bottom:0
}
.header-widget .widget-title{
    margin-bottom:15px
}
.nav-float-right .header-widget{
    position:relative;
    top:-10px
}
.nav-float-right .header-widget .widget{
    padding:0 0 10px
}
.nav-float-left .inside-header .site-branding,.nav-float-left .inside-header .site-logo{
    float:right;
    clear:right
}
.nav-float-left .inside-header:after{
    clear:both;
    content:'';
    display:table
}
.nav-float-right .inside-header .site-branding{
    display:inline-block
}
.site-branding-container{
    display:inline-flex;
    align-items:center;
    text-align:left
}
.site-branding-container .site-logo{
    margin-right:1.5em
}
.header-aligned-center .site-header{
    text-align:center
}
.header-aligned-right .site-header{
    text-align:right
}
.header-aligned-right .site-branding-container{
    text-align:right
}
.header-aligned-right .site-branding-container .site-logo{
    order:10;
    margin-right:0;
    margin-left:1.5em
}
.sticky{
    display:block
}
.entry-header .gp-icon,.posted-on .updated{
    display:none
}
.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline{
    display:inline
}
footer.entry-meta .byline,footer.entry-meta .posted-on{
    display:block
}
.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child){
    margin-top:2em
}
.page-links{
    clear:both;
    margin:0 0 1.5em
}
.archive .format-aside .entry-header,.archive .format-status .entry-header,.archive .format-status .entry-meta,.archive .format-status .entry-title,.blog .format-aside .entry-header,.blog .format-status .entry-header,.blog .format-status .entry-meta,.blog .format-status .entry-title{
    display:none
}
.archive .format-aside .entry-content,.archive .format-status .entry-content,.blog .format-aside .entry-content,.blog .format-status .entry-content{
    margin-top:0
}
.archive .format-status .entry-content p:last-child,.blog .format-status .entry-content p:last-child{
    margin-bottom:0
}
.entry-header,.site-content{
    word-wrap:break-word
}
.entry-title{
    margin-bottom:0
}
.author .page-header .page-title{
    display:flex;
    align-items:center
}
.author .page-header .avatar{
    margin-right:20px
}
.page-header .author-info>:last-child,.page-header>:last-child{
    margin-bottom:0
}
.entry-meta{
    font-size:85%;
    margin-top:.5em;
    line-height:1.5
}
footer.entry-meta{
    margin-top:2em
}
.cat-links,.comments-link,.tags-links{
    display:block
}
.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child{
    margin-bottom:0
}
.wp-caption{
    margin-bottom:1.5em;
    max-width:100%;
    position:relative
}
.wp-caption img[class*=wp-image-]{
    display:block;
    margin:0 auto 0;
    max-width:100%
}
.wp-caption .wp-caption-text{
    font-size:75%;
    padding-top:5px;
    opacity:.8
}
.wp-caption img{
    position:relative;
    vertical-align:bottom
}
.wp-block-image figcaption{
    font-size:13px;
    text-align:center
}
.wp-block-gallery,ul.blocks-gallery-grid{
    margin-left:0
}
.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{
    background:rgba(255,255,255,.7);
    color:#000;
    padding:10px;
    box-sizing:border-box
}
.gallery{
    margin-bottom:1.5em
}
.gallery-item{
    display:inline-block;
    text-align:center;
    vertical-align:top;
    width:100%
}
.gallery-columns-2 .gallery-item{
    max-width:50%
}
.gallery-columns-3 .gallery-item{
    max-width:33.33%
}
.gallery-columns-4 .gallery-item{
    max-width:25%
}
.gallery-columns-5 .gallery-item{
    max-width:20%
}
.gallery-columns-6 .gallery-item{
    max-width:16.66%
}
.gallery-columns-7 .gallery-item{
    max-width:14.28%
}
.gallery-columns-8 .gallery-item{
    max-width:12.5%
}
.gallery-columns-9 .gallery-item{
    max-width:11.11%
}
.gallery-caption{
    display:block
}
.site-main .gallery{
    margin-bottom:1.5em
}
.gallery-item img{
    vertical-align:bottom
}
.gallery-icon{
    padding:5px
}
embed,iframe,object{
    max-width:100%
}
.wp-block-post-template{
    margin-left:0
}
.comment-content a{
    word-wrap:break-word
}
.bypostauthor{
    display:block
}
.comment,.comment-list{
    list-style-type:none;
    padding:0;
    margin:0
}
.comment-author-info{
    display:inline-block;
    vertical-align:middle
}
.comment-meta .avatar{
    float:left;
    margin-right:10px;
    border-radius:50%
}
.comment-author cite{
    font-style:normal;
    font-weight:700
}
.entry-meta.comment-metadata{
    margin-top:0
}
.comment-content{
    margin-top:1.5em
}
.comment-respond{
    margin-top:0
}
.comment-form>.form-submit{
    margin-bottom:0
}
.comment-form input,.comment-form-comment{
    margin-bottom:10px
}
.comment-form-comment textarea{
    resize:vertical
}
.comment-form #author,.comment-form #email,.comment-form #url{
    display:block
}
.comment-metadata .edit-link:before{
    display:none
}
.comment-body{
    padding:30px 0
}
.comment-content{
    padding:30px;
    border:1px solid rgba(0,0,0,.05)
}
.depth-1.parent>.children{
    border-bottom:1px solid rgba(0,0,0,.05)
}
.comment .children{
    padding-left:30px;
    margin-top:-30px;
    border-left:1px solid rgba(0,0,0,.05)
}
.pingback .comment-body,.trackback .comment-body{
    border-bottom:1px solid rgba(0,0,0,.05)
}
.pingback .edit-link{
    font-size:13px
}
.comment-content p:last-child{
    margin-bottom:0
}
.comment-list>.comment:first-child{
    padding-top:0;
    margin-top:0;
    border-top:0
}
ol.comment-list{
    margin-bottom:1.5em
}
.comment-form-cookies-consent{
    display:flex;
    align-items:center
}
.comment-form-cookies-consent input{
    margin-right:.5em;
    margin-bottom:0
}
.one-container .comments-area{
    margin-top:1.5em
}
.comment-content .reply{
    font-size:85%
}
#cancel-comment-reply-link{
    padding-left:10px
}
.widget-area .widget{
    padding:40px
}
.widget select{
    max-width:100%
}
.footer-widgets .widget :last-child,.sidebar .widget :last-child{
    margin-bottom:0
}
.widget-title{
    margin-bottom:30px;
    font-size:20px;
    line-height:1.5;
    font-weight:400;
    text-transform:none
}
.widget ol,.widget ul{
    margin:0
}
.widget .search-field{
    width:100%
}
.widget_search .search-submit{
    display:none
}
.widget{
    margin:0 0 30px;
    box-sizing:border-box
}
.separate-containers .widget:last-child,.widget:last-child{
    margin-bottom:0
}
.footer-widgets .widget,.sidebar .widget{
    font-size:17px
}
.widget ul li{
    list-style-type:none;
    position:relative;
    padding-bottom:5px
}
.widget_categories .children{
    margin-left:1.5em;
    padding-top:5px
}
.widget_categories .children li:last-child{
    padding-bottom:0
}
.widget_nav_menu ul ul,.widget_pages ul ul{
    margin-left:1em;
    margin-top:5px
}
.widget ul li.menu-item-has-children,.widget ul li.page_item_has_children{
    padding-bottom:0
}
#wp-calendar{
    table-layout:fixed;
    font-size:80%
}
#wp-calendar #prev,#wp-calendar #prev+.pad{
    border-right:0
}
.sidebar .grid-container{
    max-width:100%;
    width:100%
}
.post{
    margin:0 0 2em
}
.page-header{
    margin-bottom:30px
}
.one-container.both-left .inside-left-sidebar,.one-container.both-right .inside-left-sidebar{
    margin-right:20px
}
.one-container.both-left .inside-right-sidebar,.one-container.both-right .inside-right-sidebar{
    margin-left:20px
}
.one-container:not(.page) .inside-article{
    padding:0 0 30px 0
}
.one-container.both-right .site-main,.one-container.right-sidebar .site-main{
    margin-right:40px
}
.one-container.both-left .site-main,.one-container.left-sidebar .site-main{
    margin-left:40px
}
.one-container.both-sidebars .site-main{
    margin:0 40px 0 40px
}
.one-container .site-content{
    padding:40px
}
.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{
    padding:40px
}
.separate-containers .page-header,.separate-containers .site-main>*,.separate-containers .widget{
    margin-bottom:20px
}
.separate-containers .site-main{
    margin:20px
}
.separate-containers.no-sidebar .site-main{
    margin-left:0;
    margin-right:0
}
.separate-containers.both-right .site-main,.separate-containers.right-sidebar .site-main{
    margin-left:0
}
.separate-containers.both-left .site-main,.separate-containers.left-sidebar .site-main{
    margin-right:0
}
.separate-containers.both-left .inside-left-sidebar,.separate-containers.both-right .inside-left-sidebar{
    margin-right:10px
}
.separate-containers.both-left .inside-right-sidebar,.separate-containers.both-right .inside-right-sidebar{
    margin-left:10px
}
.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{
    margin-top:20px;
    margin-bottom:20px
}
.inside-page-header{
    padding:40px
}
.widget-area .main-navigation{
    margin-bottom:20px
}
.one-container .site-main>:last-child,.separate-containers .site-main>:last-child{
    margin-bottom:0
}
.full-width-content .container.grid-container{
    max-width:100%
}
.full-width-content.no-sidebar.separate-containers .site-main{
    margin:0
}
.full-width-content.one-container .site-content,.full-width-content.separate-containers .inside-article{
    padding:0
}
.full-width-content .entry-content .alignwide{
    margin-left:0;
    width:auto;
    max-width:unset
}
.contained-content.one-container .site-content,.contained-content.separate-containers .inside-article{
    padding:0
}
.site-info{
    text-align:center;
    font-size:15px
}
.site-info{
    padding:20px 40px
}
.footer-widgets{
    padding:40px
}
.site-footer .footer-widgets-container .inner-padding{
    padding:0 0 0 40px
}
.site-footer .footer-widgets-container .inside-footer-widgets{
    margin-left:-40px
}
.footer-bar-active .footer-bar .widget{
    padding:0
}
.footer-bar .widget_nav_menu>div>ul{
    display:inline-block;
    vertical-align:top
}
.footer-bar .widget_nav_menu li{
    margin:0 10px;
    float:left;
    padding:0
}
.footer-bar .widget_nav_menu li:first-child{
    margin-left:0
}
.footer-bar .widget_nav_menu li:last-child{
    margin-right:0
}
.footer-bar .widget_nav_menu li ul{
    display:none
}
.footer-bar .textwidget p:last-child{
    margin:0
}
.footer-bar .widget-title{
    display:none
}
.footer-bar-align-right .copyright-bar{
    float:left
}
.footer-bar-align-right .footer-bar{
    float:right;
    text-align:right
}
.footer-bar-align-left .copyright-bar{
    float:right;
    text-align:right
}
.footer-bar-align-left .footer-bar{
    float:left;
    text-align:left
}
.footer-bar-align-center .copyright-bar{
    float:none;
    text-align:center
}
.footer-bar-align-center .footer-bar{
    float:none;
    text-align:center;
    margin-bottom:10px
}
.post-image:not(:first-child){
    margin-top:2em
}
.page-header-image,.page-header-image-single{
    line-height:0
}
.one-container .inside-article>[class*=page-header-],.separate-containers .inside-article>[class*=page-header-]{
    margin-bottom:2em;
    margin-top:0
}
.inside-article .page-header-image-single.page-header-below-title{
    margin-top:2em
}
.separate-containers .page-header-contained,.separate-containers .page-header-content,.separate-containers .page-header-content-single,.separate-containers .page-header-image,.separate-containers .page-header-image-single{
    margin-top:20px
}
.top-bar{
    font-weight:400;
    text-transform:none;
    font-size:13px
}
.top-bar .inside-top-bar .widget{
    padding:0;
    display:inline-block;
    margin:0
}
.top-bar .inside-top-bar .textwidget p:last-child{
    margin:0
}
.top-bar .widget-title{
    display:none
}
.top-bar .widget_nav_menu li{
    margin:0 10px;
    float:left;
    padding:0
}
.top-bar .widget_nav_menu li:first-child{
    margin-left:0
}
.top-bar .widget_nav_menu li:last-child{
    margin-right:0
}
.top-bar .widget_nav_menu li ul{
    display:none
}
.top-bar .widget_nav_menu>div>ul{
    display:inline-block;
    vertical-align:top
}
.inside-top-bar{
    padding:10px 40px
}
.top-bar-align-center{
    text-align:center
}
.top-bar-align-center .inside-top-bar .widget:not(:first-child){
    margin-left:10px
}
.top-bar-align-center .inside-top-bar .widget:first-child:last-child{
    display:block
}
.top-bar-align-right{
    text-align:right
}
.top-bar-align-right .inside-top-bar>.widget:nth-child(2n){
    float:left;
    margin-right:10px
}
.top-bar-align-right .inside-top-bar>.widget:nth-child(odd){
    margin-left:10px
}
.top-bar-align-left .inside-top-bar>.widget:nth-child(odd){
    float:left;
    margin-right:10px
}
.top-bar-align-left .inside-top-bar>.widget:nth-child(2n){
    margin-left:10px;
    float:right
}
.gp-icon{
    display:inline-flex;
    align-self:center
}
.gp-icon svg{
    height:1em;
    width:1em;
    top:.125em;
    position:relative;
    fill:currentColor
}
.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child{
    display:none
}
.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2){
    display:block
}
.entry-meta .gp-icon{
    margin-right:.6em;
    opacity:.7
}
nav.toggled .icon-arrow-left svg{
    transform:rotate(-90deg)
}
nav.toggled .icon-arrow-right svg{
    transform:rotate(90deg)
}
nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{
    transform:rotate(180deg)
}
nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg{
    transform:rotate(-270deg)
}
nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg{
    transform:rotate(270deg)
}
.container.grid-container{
    width:auto
}
.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{
    display:none
}
.infinity-end.neverending .site-footer{
    display:block
}
.so-panel.widget{
    padding:0
}
#mc_embed_signup .clear{
    display:block;
    height:auto;
    visibility:visible;
    width:auto
}
.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile{
    display:none
}
.menu-toggle{
    padding:0 20px;
    line-height:60px;
    margin:0;
    font-weight:400;
    text-transform:none;
    font-size:15px;
    cursor:pointer
}
button.menu-toggle{
    background-color:transparent;
    width:100%;
    border:0;
    text-align:center
}
button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{
    background-color:transparent
}
.menu-toggle .mobile-menu{
    padding-left:3px
}
.menu-toggle .gp-icon+.mobile-menu{
    padding-left:9px
}
.menu-toggle .mobile-menu:empty{
    display:none
}
.nav-search-enabled .main-navigation .menu-toggle{
    text-align:left
}
.mobile-bar-items{
    display:none;
    position:absolute;
    right:0;
    top:0;
    z-index:21;
    list-style-type:none
}
.mobile-bar-items a{
    display:inline-block
}
nav.toggled ul ul.sub-menu{
    width:100%
}
.dropdown-hover .main-navigation.toggled ul li.sfHover>ul,.dropdown-hover .main-navigation.toggled ul li:hover>ul{
    transition-delay:0s
}
.toggled .menu-item-has-children .dropdown-menu-toggle{
    padding-left:20px
}
.main-navigation.toggled ul ul{
    transition:0s;
    visibility:hidden
}
.main-navigation.toggled .main-nav>ul{
    display:block
}
.main-navigation.toggled .main-nav ul ul.toggled-on{
    position:relative;
    top:0;
    left:auto!important;
    right:auto!important;
    width:100%;
    pointer-events:auto;
    height:auto;
    opacity:1;
    display:block;
    visibility:visible;
    float:none
}
.main-navigation.toggled .main-nav li{
    float:none;
    clear:both;
    display:block;
    text-align:left
}
.main-navigation.toggled .main-nav li.hide-on-mobile{
    display:none!important
}
.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{
    float:right
}
.main-navigation.toggled .menu li.search-item{
    display:none!important
}
.main-navigation.toggled .sf-menu>li.menu-item-float-right{
    float:none;
    display:inline-block
}
@media (max-width:768px){
    a,body,button,input,select,textarea{
        transition:all 0s ease-in-out
    }
    .top-bar.top-bar-align-left,.top-bar.top-bar-align-right{
        text-align:center
    }
    .top-bar .widget{
        float:none!important;
        margin:0 10px!important
    }
    .top-bar .widget_nav_menu li{
        float:none;
        display:inline-block;
        padding:5px 0
    }
    .footer-bar .widget_nav_menu li:first-child{
        margin-left:10px
    }
    .footer-bar .widget_nav_menu li:last-child{
        margin-right:10px
    }
    .inside-header>:not(:last-child):not(.main-navigation){
        margin-bottom:20px
    }
    .header-aligned-right .site-header,.site-header{
        text-align:center
    }
    .header-widget{
        float:none;
        max-width:100%;
        text-align:center
    }
    .content-area,.inside-footer-widgets>div,.sidebar{
        float:none;
        width:100%;
        left:0;
        right:0
    }
    .site-main{
        margin-left:0!important;
        margin-right:0!important
    }
    body:not(.no-sidebar) .site-main{
        margin-bottom:0!important
    }
    .one-container .sidebar{
        margin-top:40px
    }
    .separate-containers #left-sidebar+#right-sidebar .inside-right-sidebar{
        margin-top:0
    }
    .both-left.separate-containers .inside-left-sidebar,.both-left.separate-containers .inside-right-sidebar,.both-right.separate-containers .inside-left-sidebar,.both-right.separate-containers .inside-right-sidebar{
        margin-right:0;
        margin-left:0
    }
    .alignleft,.alignright{
        float:none;
        display:block;
        margin-left:auto;
        margin-right:auto
    }
    .post-image-aligned-left .post-image,.post-image-aligned-right .post-image{
        float:none;
        margin:2em 0;
        text-align:center
    }
    .comment .children{
        padding-left:10px;
        margin-left:0
    }
    .edd_download{
        display:block;
        float:none!important;
        margin-bottom:1.5em;
        width:100%!important
    }
    .entry-meta{
        font-size:inherit
    }
    .entry-meta a{
        line-height:1.8em
    }
    .site-info{
        text-align:center
    }
    .copyright-bar{
        float:none!important;
        text-align:center!important
    }
    .footer-bar{
        float:none!important;
        text-align:center!important;
        margin-bottom:20px
    }
    .footer-bar .widget_nav_menu li{
        float:none;
        display:inline-block;
        padding:5px 0
    }
    .inside-footer-widgets>div:not(:last-child){
        margin-bottom:40px
    }
    .site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets{
        margin:0
    }
    .site-footer .footer-widgets .footer-widgets-container .inner-padding{
        padding:0
    }
}
 .generate-page-header,.page-header-image,.page-header-image-single{
    display:none
}
body{
    background-color:#e2e5ec;
    color:#232b36
}
a{
    color:#1e73be
}
a:hover,a:focus,a:active{
    color:#232b36
}
body .grid-container{
    max-width:1200px
}
.wp-block-group__inner-container{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto
}
:root{
    --contrast:#222;
    --contrast-2:#575760;
    --contrast-3:#b2b2be;
    --base:#f0f0f0;
    --base-2:#f7f8f9;
    --base-3:#fff;
    --accent:#1e73be
}
:root .has-contrast-color{
    color:var(--contrast)
}
:root .has-contrast-background-color{
    background-color:var(--contrast)
}
:root .has-contrast-2-color{
    color:var(--contrast-2)
}
:root .has-contrast-2-background-color{
    background-color:var(--contrast-2)
}
:root .has-contrast-3-color{
    color:var(--contrast-3)
}
:root .has-contrast-3-background-color{
    background-color:var(--contrast-3)
}
:root .has-base-color{
    color:var(--base)
}
:root .has-base-background-color{
    background-color:var(--base)
}
:root .has-base-2-color{
    color:var(--base-2)
}
:root .has-base-2-background-color{
    background-color:var(--base-2)
}
:root .has-base-3-color{
    color:var(--base-3)
}
:root .has-base-3-background-color{
    background-color:var(--base-3)
}
:root .has-accent-color{
    color:var(--accent)
}
:root .has-accent-background-color{
    background-color:var(--accent)
}
body,button,input,select,textarea{
    font-family:"Lato",sans-serif;
    font-size:18px
}
body{
    line-height:1.5
}
.entry-content>[class*=wp-block-]:not(:last-child):not(.wp-block-heading){
    margin-bottom:1.5em
}
.main-navigation a,.menu-toggle{
    font-family:"Open Sans",sans-serif;
    font-weight:700;
    text-transform:uppercase
}
.main-navigation .main-nav ul ul li a{
    font-size:14px
}
.widget-title{
    font-family:Segoe UI,Helvetica Neue,Helvetica,sans-serif
}
.sidebar .widget,.footer-widgets .widget{
    font-size:17px
}
h1{
    font-family:"Lato",sans-serif;
    font-size:50px
}
h2{
    font-family:"Lato",sans-serif
}
h3{
    font-family:"Lato",sans-serif;
    font-size:25px
}
.site-info{
    font-family:Segoe UI,Helvetica Neue,Helvetica,sans-serif
}
@media (max-width:768px){
    h1{
        font-size:38px
    }
    h2{
        font-size:27px
    }
    h3{
        font-size:20px
    }
    h5{
        font-size:19px
    }
}
.top-bar{
    background-color:#151f29;
    color:var(--base-3)
}
.top-bar a{
    color:#fff
}
.top-bar a:hover{
    color:#1e73be
}
.site-header{
    background-color:#fff;
    color:#3a3a3a
}
.site-header a{
    color:#3a3a3a
}
.main-title a,.main-title a:hover{
    color:#517895
}
.site-description{
    color:#757575
}
.main-navigation,.main-navigation ul ul{
    background-color:var(--base-3)
}
.main-navigation .main-nav ul li a,.main-navigation .menu-toggle,.main-navigation .menu-bar-items{
    color:#517895
}
.main-navigation .main-nav ul li:not([class*=current-menu-]):hover>a,.main-navigation .main-nav ul li:not([class*=current-menu-]):focus>a,.main-navigation .main-nav ul li.sfHover:not([class*=current-menu-])>a,.main-navigation .menu-bar-item:hover>a,.main-navigation .menu-bar-item.sfHover>a{
    color:#029046;
    background-color:var(--base-3)
}
button.menu-toggle:hover,button.menu-toggle:focus,.main-navigation .mobile-bar-items a,.main-navigation .mobile-bar-items a:hover,.main-navigation .mobile-bar-items a:focus{
    color:#517895
}
.main-navigation .main-nav ul li[class*=current-menu-]>a{
    color:#029046
}
.navigation-search input[type=search],.navigation-search input[type=search]:active,.navigation-search input[type=search]:focus,.main-navigation .main-nav ul li.search-item.active>a,.main-navigation .menu-bar-items .search-item.active>a{
    color:#029046;
    background-color:var(--base-3)
}
.main-navigation ul ul{
    background-color:var(--base-3)
}
.main-navigation .main-nav ul ul li a{
    color:#517895
}
.main-navigation .main-nav ul ul li:not([class*=current-menu-]):hover>a,.main-navigation .main-nav ul ul li:not([class*=current-menu-]):focus>a,.main-navigation .main-nav ul ul li.sfHover:not([class*=current-menu-])>a{
    color:#029046;
    background-color:var(--base-3)
}
.main-navigation .main-nav ul ul li[class*=current-menu-]>a{
    color:#029046
}
.separate-containers .inside-article,.separate-containers .comments-area,.separate-containers .page-header,.one-container .container,.separate-containers .paging-navigation,.inside-page-header{
    color:#151f29;
    background-color:#fff
}
.entry-meta{
    color:#595959
}
.entry-meta a{
    color:#595959
}
.entry-meta a:hover{
    color:#1e73be
}
.sidebar .widget{
    background-color:#fff
}
.sidebar .widget .widget-title{
    color:#000
}
.footer-widgets{
    color:#e0e1e3;
    background-color:#151f29
}
.footer-widgets a{
    color:#e0e1e3
}
.footer-widgets a:hover{
    color:#517895
}
.footer-widgets .widget-title{
    color:#e0e1e3
}
.site-info{
    color:#e0e1e3;
    background-color:#151f29
}
.site-info a{
    color:#e0e1e3
}
.site-info a:hover{
    color:#606060
}
.footer-bar .widget_nav_menu .current-menu-item a{
    color:#606060
}
input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=tel],input[type=number],textarea,select{
    color:#666;
    background-color:#fafafa;
    border-color:#ccc
}
input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=number]:focus,textarea:focus,select:focus{
    color:#666;
    background-color:#fff;
    border-color:#bfbfbf
}
button,html input[type=button],input[type=reset],input[type=submit],a.button,a.wp-block-button__link:not(.has-background){
    color:#fff;
    background-color:#666
}
button:hover,html input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover,a.button:hover,button:focus,html input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{
    color:#fff;
    background-color:#3f3f3f
}
a.generate-back-to-top{
    background-color:rgba(0,0,0,.4);
    color:#fff
}
a.generate-back-to-top:hover,a.generate-back-to-top:focus{
    background-color:rgba(0,0,0,.6);
    color:#fff
}
:root{
    --gp-search-modal-bg-color:var(--base-3);
    --gp-search-modal-text-color:var(--contrast);
    --gp-search-modal-overlay-bg-color:rgba(0,0,0,.2)
}
@media (max-width:768px){
    .main-navigation .menu-bar-item:hover>a,.main-navigation .menu-bar-item.sfHover>a{
        background:0 0;
        color:#517895
    }
}
.inside-top-bar{
    padding:10px
}
.site-main .wp-block-group__inner-container{
    padding:40px
}
.entry-content .alignwide,body:not(.no-sidebar) .entry-content .alignfull{
    margin-left:-40px;
    width:calc(100% + 80px);
    max-width:calc(100% + 80px)
}
.main-navigation .main-nav ul li a,.menu-toggle,.main-navigation .mobile-bar-items a{
    line-height:80px
}
.navigation-search input[type=search]{
    height:80px
}
.rtl .menu-item-has-children .dropdown-menu-toggle{
    padding-left:20px
}
.rtl .main-navigation .main-nav ul li.menu-item-has-children>a{
    padding-right:20px
}
.site-info{
    padding:20px
}
@media (max-width:768px){
    .separate-containers .inside-article,.separate-containers .comments-area,.separate-containers .page-header,.separate-containers .paging-navigation,.one-container .site-content,.inside-page-header{
        padding:30px
    }
    .site-main .wp-block-group__inner-container{
        padding:30px
    }
    .site-info{
        padding-right:10px;
        padding-left:10px
    }
    .entry-content .alignwide,body:not(.no-sidebar) .entry-content .alignfull{
        margin-left:-30px;
        width:calc(100% + 60px);
        max-width:calc(100% + 60px)
    }
}
.one-container .sidebar .widget{
    padding:0
}
@media (max-width:768px){
    .main-navigation .menu-toggle,.main-navigation .mobile-bar-items,.sidebar-nav-mobile:not(#sticky-placeholder){
        display:block
    }
    .main-navigation ul,.gen-sidebar-nav{
        display:none
    }
    [class*=nav-float-] .site-header .inside-header>*{
        float:none;
        clear:both
    }
}
.dynamic-author-image-rounded{
    border-radius:100%
}
.dynamic-featured-image,.dynamic-author-image{
    vertical-align:middle
}
.one-container.blog .dynamic-content-template:not(:last-child),.one-container.archive .dynamic-content-template:not(:last-child){
    padding-bottom:0
}
.dynamic-entry-excerpt>p:last-child{
    margin-bottom:0
}
.main-navigation .main-nav ul li a,.menu-toggle,.main-navigation .mobile-bar-items a{
    transition:line-height .3s ease
}
.main-navigation.toggled .main-nav>ul{
    background-color:var(--base-3)
}
.navigation-branding .main-title{
    font-weight:700;
    text-transform:none;
    font-size:25px
}
/*! elementor-icons - v5.43.0 - 30-05-2025 */
 @font-face{
    font-family:eicons;
    src:url(./fonts/eicons.eot?5.43.0);
    src:url(./fonts/eicons.eot?5.43.0#iefix) format("embedded-opentype"),
    url(./fonts/eicons.woff2?5.43.0) format("woff2");
    font-weight:400;
    font-style:normal
}
[class*=" eicon-"],[class^=eicon]{
    display:inline-block;
    font-family:eicons;
    font-size:inherit;
    font-weight:400;
    font-style:normal;
    font-variant:normal;
    line-height:1;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
@keyframes a{
    0%{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(359deg)
    }
}
.eicon-animation-spin{
    animation:a 2s infinite linear
}
.eicon-editor-link:before{
    content:"\e800"
}
.eicon-editor-unlink:before{
    content:"\e801"
}
.eicon-editor-external-link:before{
    content:"\e802"
}
.eicon-editor-close:before{
    content:"\e803"
}
.eicon-editor-list-ol:before{
    content:"\e804"
}
.eicon-editor-list-ul:before{
    content:"\e805"
}
.eicon-editor-bold:before{
    content:"\e806"
}
.eicon-editor-italic:before{
    content:"\e807"
}
.eicon-editor-underline:before{
    content:"\e808"
}
.eicon-editor-paragraph:before{
    content:"\e809"
}
.eicon-editor-h1:before{
    content:"\e80a"
}
.eicon-editor-h2:before{
    content:"\e80b"
}
.eicon-editor-h3:before{
    content:"\e80c"
}
.eicon-editor-h4:before{
    content:"\e80d"
}
.eicon-editor-h5:before{
    content:"\e80e"
}
.eicon-editor-h6:before{
    content:"\e80f"
}
.eicon-editor-quote:before{
    content:"\e810"
}
.eicon-editor-code:before{
    content:"\e811"
}
.eicon-elementor:before{
    content:"\e812"
}
.eicon-elementor-circle:before{
    content:"\e813"
}
.eicon-pojome:before{
    content:"\e814"
}
.eicon-plus:before{
    content:"\e815"
}
.eicon-menu-bar:before{
    content:"\e816"
}
.eicon-apps:before{
    content:"\e817"
}
.eicon-accordion:before{
    content:"\e818"
}
.eicon-alert:before{
    content:"\e819"
}
.eicon-animation-text:before{
    content:"\e81a"
}
.eicon-animation:before{
    content:"\e81b"
}
.eicon-banner:before{
    content:"\e81c"
}
.eicon-blockquote:before{
    content:"\e81d"
}
.eicon-button:before{
    content:"\e81e"
}
.eicon-call-to-action:before{
    content:"\e81f"
}
.eicon-captcha:before{
    content:"\e820"
}
.eicon-carousel:before{
    content:"\e821"
}
.eicon-checkbox:before{
    content:"\e822"
}
.eicon-columns:before{
    content:"\e823"
}
.eicon-countdown:before{
    content:"\e824"
}
.eicon-counter:before{
    content:"\e825"
}
.eicon-date:before{
    content:"\e826"
}
.eicon-divider-shape:before{
    content:"\e827"
}
.eicon-divider:before{
    content:"\e828"
}
.eicon-download-button:before{
    content:"\e829"
}
.eicon-dual-button:before{
    content:"\e82a"
}
.eicon-email-field:before{
    content:"\e82b"
}
.eicon-facebook-comments:before{
    content:"\e82c"
}
.eicon-facebook-like-box:before{
    content:"\e82d"
}
.eicon-form-horizontal:before{
    content:"\e82e"
}
.eicon-form-vertical:before{
    content:"\e82f"
}
.eicon-gallery-grid:before{
    content:"\e830"
}
.eicon-gallery-group:before{
    content:"\e831"
}
.eicon-gallery-justified:before{
    content:"\e832"
}
.eicon-gallery-masonry:before{
    content:"\e833"
}
.eicon-icon-box:before{
    content:"\e834"
}
.eicon-image-before-after:before{
    content:"\e835"
}
.eicon-image-box:before{
    content:"\e836"
}
.eicon-image-hotspot:before{
    content:"\e837"
}
.eicon-image-rollover:before{
    content:"\e838"
}
.eicon-info-box:before{
    content:"\e839"
}
.eicon-inner-section:before{
    content:"\e83a"
}
.eicon-mailchimp:before{
    content:"\e83b"
}
.eicon-menu-card:before{
    content:"\e83c"
}
.eicon-navigation-horizontal:before{
    content:"\e83d"
}
.eicon-nav-menu:before{
    content:"\e83e"
}
.eicon-navigation-vertical:before{
    content:"\e83f"
}
.eicon-number-field:before{
    content:"\e840"
}
.eicon-parallax:before{
    content:"\e841"
}
.eicon-php7:before{
    content:"\e842"
}
.eicon-post-list:before{
    content:"\e843"
}
.eicon-post-slider:before{
    content:"\e844"
}
.eicon-post:before{
    content:"\e845"
}
.eicon-posts-carousel:before{
    content:"\e846"
}
.eicon-posts-grid:before{
    content:"\e847"
}
.eicon-posts-group:before{
    content:"\e848"
}
.eicon-posts-justified:before{
    content:"\e849"
}
.eicon-posts-masonry:before{
    content:"\e84a"
}
.eicon-posts-ticker:before{
    content:"\e84b"
}
.eicon-price-list:before{
    content:"\e84c"
}
.eicon-price-table:before{
    content:"\e84d"
}
.eicon-radio:before{
    content:"\e84e"
}
.eicon-rtl:before{
    content:"\e84f"
}
.eicon-scroll:before{
    content:"\e850"
}
.eicon-search:before{
    content:"\e851"
}
.eicon-select:before{
    content:"\e852"
}
.eicon-share:before{
    content:"\e853"
}
.eicon-sidebar:before{
    content:"\e854"
}
.eicon-skill-bar:before{
    content:"\e855"
}
.eicon-slider-3d:before{
    content:"\e856"
}
.eicon-slider-album:before{
    content:"\e857"
}
.eicon-slider-device:before{
    content:"\e858"
}
.eicon-slider-full-screen:before{
    content:"\e859"
}
.eicon-slider-push:before{
    content:"\e85a"
}
.eicon-slider-vertical:before{
    content:"\e85b"
}
.eicon-slider-video:before{
    content:"\e85c"
}
.eicon-slides:before{
    content:"\e85d"
}
.eicon-social-icons:before{
    content:"\e85e"
}
.eicon-spacer:before{
    content:"\e85f"
}
.eicon-table:before{
    content:"\e860"
}
.eicon-tabs:before{
    content:"\e861"
}
.eicon-tel-field:before{
    content:"\e862"
}
.eicon-text-area:before{
    content:"\e863"
}
.eicon-text-field:before{
    content:"\e864"
}
.eicon-thumbnails-down:before{
    content:"\e865"
}
.eicon-thumbnails-half:before{
    content:"\e866"
}
.eicon-thumbnails-right:before{
    content:"\e867"
}
.eicon-time-line:before{
    content:"\e868"
}
.eicon-toggle:before{
    content:"\e869"
}
.eicon-url:before{
    content:"\e86a"
}
.eicon-t-letter:before{
    content:"\e86b"
}
.eicon-wordpress:before{
    content:"\e86c"
}
.eicon-text:before{
    content:"\e86d"
}
.eicon-anchor:before{
    content:"\e86e"
}
.eicon-bullet-list:before{
    content:"\e86f"
}
.eicon-code:before{
    content:"\e870"
}
.eicon-favorite:before{
    content:"\e871"
}
.eicon-google-maps:before{
    content:"\e872"
}
.eicon-image:before{
    content:"\e873"
}
.eicon-photo-library:before{
    content:"\e874"
}
.eicon-woocommerce:before{
    content:"\e875"
}
.eicon-youtube:before{
    content:"\e876"
}
.eicon-flip-box:before{
    content:"\e877"
}
.eicon-settings:before{
    content:"\e878"
}
.eicon-headphones:before{
    content:"\e879"
}
.eicon-testimonial:before{
    content:"\e87a"
}
.eicon-counter-circle:before{
    content:"\e87b"
}
.eicon-person:before{
    content:"\e87c"
}
.eicon-chevron-right:before{
    content:"\e87d"
}
.eicon-chevron-left:before{
    content:"\e87e"
}
.eicon-close:before{
    content:"\e87f"
}
.eicon-file-download:before{
    content:"\e880"
}
.eicon-save:before{
    content:"\e881"
}
.eicon-zoom-in:before{
    content:"\e882"
}
.eicon-shortcode:before{
    content:"\e883"
}
.eicon-nerd:before{
    content:"\e884"
}
.eicon-device-desktop:before{
    content:"\e885"
}
.eicon-device-tablet:before{
    content:"\e886"
}
.eicon-device-mobile:before{
    content:"\e887"
}
.eicon-document-file:before{
    content:"\e888"
}
.eicon-folder-o:before{
    content:"\e889"
}
.eicon-hypster:before{
    content:"\e88a"
}
.eicon-h-align-left:before{
    content:"\e88b"
}
.eicon-h-align-right:before{
    content:"\e88c"
}
.eicon-h-align-center:before{
    content:"\e88d"
}
.eicon-h-align-stretch:before{
    content:"\e88e"
}
.eicon-v-align-top:before{
    content:"\e88f"
}
.eicon-v-align-bottom:before{
    content:"\e890"
}
.eicon-v-align-middle:before{
    content:"\e891"
}
.eicon-v-align-stretch:before{
    content:"\e892"
}
.eicon-pro-icon:before{
    content:"\e893"
}
.eicon-mail:before{
    content:"\e894"
}
.eicon-lock-user:before{
    content:"\e895"
}
.eicon-testimonial-carousel:before{
    content:"\e896"
}
.eicon-media-carousel:before{
    content:"\e897"
}
.eicon-section:before{
    content:"\e898"
}
.eicon-column:before{
    content:"\e899"
}
.eicon-edit:before{
    content:"\e89a"
}
.eicon-clone:before{
    content:"\e89b"
}
.eicon-trash:before{
    content:"\e89c"
}
.eicon-play:before{
    content:"\e89d"
}
.eicon-angle-right:before{
    content:"\e89e"
}
.eicon-angle-left:before{
    content:"\e89f"
}
.eicon-animated-headline:before{
    content:"\e8a0"
}
.eicon-menu-toggle:before{
    content:"\e8a1"
}
.eicon-fb-embed:before{
    content:"\e8a2"
}
.eicon-fb-feed:before{
    content:"\e8a3"
}
.eicon-twitter-embed:before{
    content:"\e8a4"
}
.eicon-twitter-feed:before{
    content:"\e8a5"
}
.eicon-sync:before{
    content:"\e8a6"
}
.eicon-import-export:before{
    content:"\e8a7"
}
.eicon-check-circle:before{
    content:"\e8a8"
}
.eicon-library-save:before{
    content:"\e8a9"
}
.eicon-library-download:before{
    content:"\e9dd"
}
.eicon-insert:before{
    content:"\e8ab"
}
.eicon-preview-medium:before{
    content:"\e8ac"
}
.eicon-sort-down:before{
    content:"\e8ad"
}
.eicon-sort-up:before{
    content:"\e8ae"
}
.eicon-heading:before{
    content:"\e8af"
}
.eicon-logo:before{
    content:"\e8b0"
}
.eicon-meta-data:before{
    content:"\e8b1"
}
.eicon-post-content:before{
    content:"\e8b2"
}
.eicon-post-excerpt:before{
    content:"\e8b3"
}
.eicon-post-navigation:before{
    content:"\e8b4"
}
.eicon-yoast:before{
    content:"\e8b5"
}
.eicon-nerd-chuckle:before{
    content:"\e8b6"
}
.eicon-nerd-wink:before{
    content:"\e8b7"
}
.eicon-comments:before{
    content:"\e8b8"
}
.eicon-download-circle-o:before{
    content:"\e8b9"
}
.eicon-library-upload:before{
    content:"\e8ba"
}
.eicon-save-o:before{
    content:"\e8bb"
}
.eicon-upload-circle-o:before{
    content:"\e8bc"
}
.eicon-ellipsis-h:before{
    content:"\e8bd"
}
.eicon-ellipsis-v:before{
    content:"\e8be"
}
.eicon-arrow-left:before{
    content:"\e8bf"
}
.eicon-arrow-right:before{
    content:"\e8c0"
}
.eicon-arrow-up:before{
    content:"\e8c1"
}
.eicon-arrow-down:before{
    content:"\e8c2"
}
.eicon-play-o:before{
    content:"\e8c3"
}
.eicon-archive-posts:before{
    content:"\e8c4"
}
.eicon-archive-title:before{
    content:"\e8c5"
}
.eicon-featured-image:before{
    content:"\e8c6"
}
.eicon-post-info:before{
    content:"\e8c7"
}
.eicon-post-title:before{
    content:"\e8c8"
}
.eicon-site-logo:before{
    content:"\e8c9"
}
.eicon-site-search:before{
    content:"\e8ca"
}
.eicon-site-title:before{
    content:"\e8cb"
}
.eicon-plus-square:before{
    content:"\e8cc"
}
.eicon-minus-square:before{
    content:"\e8cd"
}
.eicon-cloud-check:before{
    content:"\e8ce"
}
.eicon-drag-n-drop:before{
    content:"\e8cf"
}
.eicon-welcome:before{
    content:"\e8d0"
}
.eicon-handle:before{
    content:"\e8d1"
}
.eicon-cart:before{
    content:"\e8d2"
}
.eicon-product-add-to-cart:before{
    content:"\e8d3"
}
.eicon-product-breadcrumbs:before{
    content:"\e8d4"
}
.eicon-product-categories:before{
    content:"\e8d5"
}
.eicon-product-description:before{
    content:"\e8d6"
}
.eicon-product-images:before{
    content:"\e8d7"
}
.eicon-product-info:before{
    content:"\e8d8"
}
.eicon-product-meta:before{
    content:"\e8d9"
}
.eicon-product-pages:before{
    content:"\e8da"
}
.eicon-product-price:before{
    content:"\e8db"
}
.eicon-product-rating:before{
    content:"\e8dc"
}
.eicon-product-related:before{
    content:"\e8dd"
}
.eicon-product-stock:before{
    content:"\e8de"
}
.eicon-product-tabs:before{
    content:"\e8df"
}
.eicon-product-title:before{
    content:"\e8e0"
}
.eicon-product-upsell:before{
    content:"\e8e1"
}
.eicon-products:before{
    content:"\e8e2"
}
.eicon-bag-light:before{
    content:"\e8e3"
}
.eicon-bag-medium:before{
    content:"\e8e4"
}
.eicon-bag-solid:before{
    content:"\e8e5"
}
.eicon-basket-light:before{
    content:"\e8e6"
}
.eicon-basket-medium:before{
    content:"\e8e7"
}
.eicon-basket-solid:before{
    content:"\e8e8"
}
.eicon-cart-light:before{
    content:"\e8e9"
}
.eicon-cart-medium:before{
    content:"\e8ea"
}
.eicon-cart-solid:before{
    content:"\e8eb"
}
.eicon-exchange:before{
    content:"\e8ec"
}
.eicon-preview-thin:before{
    content:"\e8ed"
}
.eicon-device-laptop:before{
    content:"\e8ee"
}
.eicon-collapse:before{
    content:"\e8ef"
}
.eicon-expand:before{
    content:"\e8f0"
}
.eicon-navigator:before{
    content:"\e8f1"
}
.eicon-plug:before{
    content:"\e8f2"
}
.eicon-dashboard:before{
    content:"\e8f3"
}
.eicon-typography:before{
    content:"\e8f4"
}
.eicon-info-circle-o:before{
    content:"\e8f5"
}
.eicon-integration:before{
    content:"\e8f6"
}
.eicon-plus-circle-o:before{
    content:"\e8f7"
}
.eicon-rating:before{
    content:"\e8f8"
}
.eicon-review:before{
    content:"\e8f9"
}
.eicon-tools:before{
    content:"\e8fa"
}
.eicon-loading:before{
    content:"\e8fb"
}
.eicon-sitemap:before{
    content:"\e8fc"
}
.eicon-click:before{
    content:"\e8fd"
}
.eicon-clock:before{
    content:"\e8fe"
}
.eicon-library-open:before{
    content:"\e8ff"
}
.eicon-warning:before{
    content:"\e900"
}
.eicon-flow:before{
    content:"\e901"
}
.eicon-cursor-move:before{
    content:"\e902"
}
.eicon-arrow-circle-left:before{
    content:"\e903"
}
.eicon-flash:before{
    content:"\e904"
}
.eicon-redo:before{
    content:"\e905"
}
.eicon-ban:before{
    content:"\e906"
}
.eicon-barcode:before{
    content:"\e907"
}
.eicon-calendar:before{
    content:"\e908"
}
.eicon-caret-left:before{
    content:"\e909"
}
.eicon-caret-right:before{
    content:"\e90a"
}
.eicon-caret-up:before{
    content:"\e90b"
}
.eicon-chain-broken:before{
    content:"\e90c"
}
.eicon-check-circle-o:before{
    content:"\e90d"
}
.eicon-check:before{
    content:"\e90e"
}
.eicon-chevron-double-left:before{
    content:"\e90f"
}
.eicon-chevron-double-right:before{
    content:"\e910"
}
.eicon-undo:before{
    content:"\e911"
}
.eicon-filter:before{
    content:"\e912"
}
.eicon-circle-o:before{
    content:"\e913"
}
.eicon-circle:before{
    content:"\e914"
}
.eicon-clock-o:before{
    content:"\e915"
}
.eicon-cog:before{
    content:"\e916"
}
.eicon-cogs:before{
    content:"\e917"
}
.eicon-commenting-o:before{
    content:"\e918"
}
.eicon-copy:before{
    content:"\e919"
}
.eicon-database:before{
    content:"\e91a"
}
.eicon-dot-circle-o:before{
    content:"\e91b"
}
.eicon-envelope:before{
    content:"\e91c"
}
.eicon-external-link-square:before{
    content:"\e91d"
}
.eicon-eyedropper:before{
    content:"\e91e"
}
.eicon-folder:before{
    content:"\e91f"
}
.eicon-font:before{
    content:"\e920"
}
.eicon-adjust:before{
    content:"\e921"
}
.eicon-lightbox:before{
    content:"\e922"
}
.eicon-heart-o:before{
    content:"\e923"
}
.eicon-history:before{
    content:"\e924"
}
.eicon-image-bold:before{
    content:"\e925"
}
.eicon-info-circle:before{
    content:"\e926"
}
.eicon-link:before{
    content:"\e927"
}
.eicon-long-arrow-left:before{
    content:"\e928"
}
.eicon-long-arrow-right:before{
    content:"\e929"
}
.eicon-caret-down:before{
    content:"\e92a"
}
.eicon-paint-brush:before{
    content:"\e92b"
}
.eicon-pencil:before{
    content:"\e92c"
}
.eicon-plus-circle:before{
    content:"\e92d"
}
.eicon-zoom-in-bold:before{
    content:"\e92e"
}
.eicon-sort-amount-desc:before{
    content:"\e92f"
}
.eicon-sign-out:before{
    content:"\e930"
}
.eicon-spinner:before{
    content:"\e931"
}
.eicon-square:before{
    content:"\e932"
}
.eicon-star-o:before{
    content:"\e933"
}
.eicon-star:before{
    content:"\e934"
}
.eicon-text-align-justify:before{
    content:"\e935"
}
.eicon-text-align-center:before{
    content:"\e936"
}
.eicon-tags:before{
    content:"\e937"
}
.eicon-text-align-left:before{
    content:"\e938"
}
.eicon-text-align-right:before{
    content:"\e939"
}
.eicon-close-circle:before{
    content:"\e93a"
}
.eicon-trash-o:before{
    content:"\e93b"
}
.eicon-font-awesome:before{
    content:"\e93c"
}
.eicon-user-circle-o:before{
    content:"\e93d"
}
.eicon-video-camera:before{
    content:"\e93e"
}
.eicon-heart:before{
    content:"\e93f"
}
.eicon-wrench:before{
    content:"\e940"
}
.eicon-help:before{
    content:"\e941"
}
.eicon-help-o:before{
    content:"\e942"
}
.eicon-zoom-out-bold:before{
    content:"\e943"
}
.eicon-plus-square-o:before{
    content:"\e944"
}
.eicon-minus-square-o:before{
    content:"\e945"
}
.eicon-minus-circle:before{
    content:"\e946"
}
.eicon-minus-circle-o:before{
    content:"\e947"
}
.eicon-code-bold:before{
    content:"\e948"
}
.eicon-cloud-upload:before{
    content:"\e949"
}
.eicon-search-bold:before{
    content:"\e94a"
}
.eicon-map-pin:before{
    content:"\e94b"
}
.eicon-meetup:before{
    content:"\e94c"
}
.eicon-slideshow:before{
    content:"\e94d"
}
.eicon-t-letter-bold:before{
    content:"\e94e"
}
.eicon-preferences:before{
    content:"\e94f"
}
.eicon-table-of-contents:before{
    content:"\e950"
}
.eicon-tv:before{
    content:"\e951"
}
.eicon-upload:before{
    content:"\e952"
}
.eicon-instagram-comments:before{
    content:"\e953"
}
.eicon-instagram-nested-gallery:before{
    content:"\e954"
}
.eicon-instagram-post:before{
    content:"\e955"
}
.eicon-instagram-video:before{
    content:"\e956"
}
.eicon-instagram-gallery:before{
    content:"\e957"
}
.eicon-instagram-likes:before{
    content:"\e958"
}
.eicon-facebook:before{
    content:"\e959"
}
.eicon-twitter:before{
    content:"\e95a"
}
.eicon-pinterest:before{
    content:"\e95b"
}
.eicon-frame-expand:before{
    content:"\e95c"
}
.eicon-frame-minimize:before{
    content:"\e95d"
}
.eicon-archive:before{
    content:"\e95e"
}
.eicon-colors-typography:before{
    content:"\e95f"
}
.eicon-custom:before{
    content:"\e960"
}
.eicon-footer:before{
    content:"\e961"
}
.eicon-header:before{
    content:"\e962"
}
.eicon-layout-settings:before{
    content:"\e963"
}
.eicon-lightbox-expand:before{
    content:"\e964"
}
.eicon-error-404:before{
    content:"\e965"
}
.eicon-theme-style:before{
    content:"\e966"
}
.eicon-search-results:before{
    content:"\e967"
}
.eicon-single-post:before{
    content:"\e968"
}
.eicon-site-identity:before{
    content:"\e969"
}
.eicon-theme-builder:before{
    content:"\e96a"
}
.eicon-download-bold:before{
    content:"\e96b"
}
.eicon-share-arrow:before{
    content:"\e96c"
}
.eicon-global-settings:before{
    content:"\e96d"
}
.eicon-user-preferences:before{
    content:"\e96e"
}
.eicon-lock:before{
    content:"\e96f"
}
.eicon-export-kit:before{
    content:"\e970"
}
.eicon-import-kit:before{
    content:"\e971"
}
.eicon-lottie:before{
    content:"\e972"
}
.eicon-products-archive:before{
    content:"\e973"
}
.eicon-single-product:before{
    content:"\e974"
}
.eicon-disable-trash-o:before{
    content:"\e975"
}
.eicon-single-page:before{
    content:"\e976"
}
.eicon-wordpress-light:before{
    content:"\e977"
}
.eicon-cogs-check:before{
    content:"\e978"
}
.eicon-custom-css:before{
    content:"\e979"
}
.eicon-global-colors:before{
    content:"\e97a"
}
.eicon-globe:before{
    content:"\e97b"
}
.eicon-typography-1:before{
    content:"\e97c"
}
.eicon-background:before{
    content:"\e97d"
}
.eicon-device-responsive:before{
    content:"\e97e"
}
.eicon-device-wide:before{
    content:"\e97f"
}
.eicon-code-highlight:before{
    content:"\e980"
}
.eicon-video-playlist:before{
    content:"\e981"
}
.eicon-download-kit:before{
    content:"\e982"
}
.eicon-kit-details:before{
    content:"\e983"
}
.eicon-kit-parts:before{
    content:"\e984"
}
.eicon-kit-upload:before{
    content:"\e985"
}
.eicon-kit-plugins:before{
    content:"\e986"
}
.eicon-kit-upload-alt:before{
    content:"\e987"
}
.eicon-hotspot:before{
    content:"\e988"
}
.eicon-paypal-button:before{
    content:"\e989"
}
.eicon-shape:before{
    content:"\e98a"
}
.eicon-wordart:before{
    content:"\e98b"
}
.eicon-checkout:before{
    content:"\e98c"
}
.eicon-container:before{
    content:"\e98d"
}
.eicon-flip:before{
    content:"\e98e"
}
.eicon-info:before{
    content:"\e98f"
}
.eicon-my-account:before{
    content:"\e990"
}
.eicon-purchase-summary:before{
    content:"\e991"
}
.eicon-page-transition:before{
    content:"\e992"
}
.eicon-spotify:before{
    content:"\e993"
}
.eicon-stripe-button:before{
    content:"\e994"
}
.eicon-woo-settings:before{
    content:"\e995"
}
.eicon-woo-cart:before{
    content:"\e996"
}
.eicon-grow:before{
    content:"\e997"
}
.eicon-order-end:before{
    content:"\e998"
}
.eicon-nowrap:before{
    content:"\e999"
}
.eicon-order-start:before{
    content:"\e99a"
}
.eicon-progress-tracker:before{
    content:"\e99b"
}
.eicon-shrink:before{
    content:"\e99c"
}
.eicon-wrap:before{
    content:"\e99d"
}
.eicon-align-center-h:before{
    content:"\e99e"
}
.eicon-align-center-v:before{
    content:"\e99f"
}
.eicon-align-end-h:before{
    content:"\e9a0"
}
.eicon-align-end-v:before{
    content:"\e9a1"
}
.eicon-align-start-h:before{
    content:"\e9a2"
}
.eicon-align-start-v:before{
    content:"\e9a3"
}
.eicon-align-stretch-h:before{
    content:"\e9a4"
}
.eicon-align-stretch-v:before{
    content:"\e9a5"
}
.eicon-justify-center-h:before{
    content:"\e9a6"
}
.eicon-justify-center-v:before{
    content:"\e9a7"
}
.eicon-justify-end-h:before{
    content:"\e9a8"
}
.eicon-justify-end-v:before{
    content:"\e9a9"
}
.eicon-justify-space-around-h:before{
    content:"\e9aa"
}
.eicon-justify-space-around-v:before{
    content:"\e9ab"
}
.eicon-justify-space-between-h:before{
    content:"\e9ac"
}
.eicon-justify-space-between-v:before{
    content:"\e9ad"
}
.eicon-justify-space-evenly-h:before{
    content:"\e9ae"
}
.eicon-justify-space-evenly-v:before{
    content:"\e9af"
}
.eicon-justify-start-h:before{
    content:"\e9b0"
}
.eicon-justify-start-v:before{
    content:"\e9b1"
}
.eicon-woocommerce-cross-sells:before{
    content:"\e9b2"
}
.eicon-woocommerce-notices:before{
    content:"\e9b3"
}
.eicon-inner-container:before{
    content:"\e9b4"
}
.eicon-warning-full:before{
    content:"\e9b5"
}
.eicon-exit:before{
    content:"\e9b6"
}
.eicon-loop-builder:before{
    content:"\e9b7"
}
.eicon-notes:before{
    content:"\e9b8"
}
.eicon-read:before{
    content:"\e9b9"
}
.eicon-unread:before{
    content:"\e9ba"
}
.eicon-carousel-loop:before{
    content:"\e9bb"
}
.eicon-mega-menu:before{
    content:"\eb78"
}
.eicon-nested-carousel:before{
    content:"\e9bd"
}
.eicon-ai:before{
    content:"\e9be"
}
.eicon-taxonomy-filter:before{
    content:"\eb7d"
}
.eicon-container-grid:before{
    content:"\ef02"
}
.eicon-upgrade:before{
    content:"\e9c1"
}
.eicon-advanced:before{
    content:"\eb84"
}
.eicon-div-block:before{
    content:"\eb9b"
}
.eicon-notification:before{
    content:"\e9c3"
}
.eicon-light-mode:before{
    content:"\e9c4"
}
.eicon-dark-mode:before{
    content:"\e9c5"
}
.eicon-upgrade-crown:before{
    content:"\e9c6"
}
.eicon-off-canvas:before{
    content:"\e9c7"
}
.eicon-speakerphone:before{
    content:"\e9c9"
}
.eicon-ehp-cta:before{
    content:"\e9cb"
}
.eicon-ehp-forms:before{
    content:"\e9bc"
}
.eicon-ehp-hero:before{
    content:"\e9ca"
}
.eicon-ehp-zigzag:before{
    content:"\e9cc"
}
.eicon-e-button:before{
    content:"\e9ce"
}
.eicon-flexbox:before{
    content:"\e9d0"
}
.eicon-paragraph:before{
    content:"\e9d1"
}
.eicon-icon:before{
    content:"\e9d2"
}
.eicon-e-image:before{
    content:"\e9d3"
}
.eicon-video:before{
    content:"\e9d4"
}
.eicon-svg:before{
    content:"\e9d5"
}
.eicon-e-divider:before{
    content:"\e9d6"
}
.eicon-e-heading:before{
    content:"\e9d7"
}
.eicon-atomic:before{
    content:"\ebae"
}
.eicon-library-delete:before{
    content:"\e9d8"
}
.eicon-library-copy:before{
    content:"\e9d9"
}
.eicon-library-folder-empty:before{
    content:"\e9da"
}
.eicon-library-move:before{
    content:"\e9db"
}
.eicon-library-edit:before{
    content:"\e9dc"
}
.eicon-library-subscription-upgrade:before{
    content:"\e9de"
}
.eicon-library-folder-view:before{
    content:"\e9df"
}
.eicon-library-grid:before{
    content:"\e9e1"
}
.eicon-library-cloud-connect:before{
    content:"\e9e2"
}
.eicon-library-import:before{
    content:"\e9e3"
}
.eicon-library-list:before{
    content:"\e9e4"
}
.eicon-library-cloud-empty:before{
    content:"\e9e5"
}
.eicon-folder-plus:before{
    content:"\e8aa"
}
.eicon-library-folder:before{
    content:"\e9e6"
}
.eicon-accessibility:before{
    content:"\e9bf"
}
.eicon-lock-outline:before{
    content:"\e9e7"
}
.eicon-e-youtube:before{
    content:"\e9e8"
}
.eicon-eye:before{
    content:"\e8ac"
}
.eicon-elementor-square:before{
    content:"\e813"
}
/*! elementor - v3.31.0 - 09-09-2025 */
 :root{
    --direction-multiplier:1
}
body.rtl,html[dir=rtl]{
    --direction-multiplier:-1
}
.elementor-hidden{
    display:none
}
.elementor-visibility-hidden{
    visibility:hidden
}
.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    top:-10000em;
    width:1px;
    clip:rect(0,0,0,0);
    border:0
}
.elementor-clearfix:after{
    clear:both;
    content:"";
    display:block;
    height:0;
    width:0
}
.e-logo-wrapper{
    background:var(--e-a-bg-logo);
    border-radius:50%;
    display:inline-block;
    line-height:1;
    padding:.75em
}
.e-logo-wrapper i{
    color:var(--e-a-color-logo);
    font-size:1em
}
.elementor *,.elementor :after,.elementor :before{
    box-sizing:border-box
}
.elementor a{
    box-shadow:none;
    text-decoration:none
}
.elementor hr{
    background-color:transparent;
    margin:0
}
.elementor img{
    border:none;
    border-radius:0;
    box-shadow:none;
    height:auto;
    max-width:100%
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{
    margin:0
}
.elementor embed,.elementor iframe,.elementor object,.elementor video{
    border:none;
    line-height:1;
    margin:0;
    max-width:100%;
    width:100%
}
.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{
    direction:ltr;
    inset:0;
    overflow:hidden;
    position:absolute;
    z-index:0
}
.elementor .elementor-background-video-container{
    pointer-events:none;
    transition:opacity 1s
}
.elementor .elementor-background-video-container.elementor-loading{
    opacity:0
}
.elementor .elementor-background-video-embed{
    max-width:none
}
.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{
    left:50%;
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%)
}
.elementor .elementor-background-video{
    max-width:none
}
.elementor .elementor-background-video-hosted{
    -o-object-fit:cover;
    object-fit:cover
}
.elementor .elementor-background-overlay{
    inset:0;
    position:absolute
}
.elementor .elementor-background-slideshow{
    inset:0;
    position:absolute;
    z-index:0
}
.elementor .elementor-background-slideshow__slide__image{
    background-position:50%;
    background-size:cover;
    height:100%;
    width:100%
}
.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{
    position:absolute
}
.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{
    position:fixed
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{
    max-width:100%
}
@media (max-width:1024px){
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{
        max-width:100%
    }
}
@media (max-width:767px){
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{
        max-width:100%
    }
}
.elementor-element{
    --flex-direction:initial;
    --flex-wrap:initial;
    --justify-content:initial;
    --align-items:initial;
    --align-content:initial;
    --gap:initial;
    --flex-basis:initial;
    --flex-grow:initial;
    --flex-shrink:initial;
    --order:initial;
    --align-self:initial;
    align-self:var(--align-self);
    flex-basis:var(--flex-basis);
    flex-grow:var(--flex-grow);
    flex-shrink:var(--flex-shrink);
    order:var(--order)
}
.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{
    z-index:1
}
.elementor-element:where(.e-con-full,.elementor-widget){
    align-content:var(--align-content);
    align-items:var(--align-items);
    flex-direction:var(--flex-direction);
    flex-wrap:var(--flex-wrap);
    gap:var(--row-gap) var(--column-gap);
    justify-content:var(--justify-content)
}
.elementor-invisible{
    visibility:hidden
}
.elementor-align-center{
    text-align:center
}
.elementor-align-right{
    text-align:right
}
.elementor-align-left{
    text-align:left
}
.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{
    width:auto
}
.elementor-align-justify .elementor-button{
    width:100%
}
.elementor-custom-embed-play{
    left:50%;
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%)
}
.elementor-custom-embed-play i{
    color:#fff;
    font-size:100px;
    text-shadow:1px 0 6px rgba(0,0,0,.3)
}
.elementor-custom-embed-play svg{
    height:100px;
    width:100px;
    fill:#fff;
    filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))
}
.elementor-custom-embed-play i,.elementor-custom-embed-play svg{
    opacity:.8;
    transition:all .5s
}
.elementor-custom-embed-play.elementor-playing i{
    font-family:eicons
}
.elementor-custom-embed-play.elementor-playing i:before{
    content:"\e8fb"
}
.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{
    animation:eicon-spin 2s linear infinite
}
.elementor-tag{
    display:inline-flex
}
.elementor-ken-burns{
    transition-duration:10s;
    transition-property:transform;
    transition-timing-function:linear
}
.elementor-ken-burns--out{
    transform:scale(1.3)
}
.elementor-ken-burns--active{
    transition-duration:20s
}
.elementor-ken-burns--active.elementor-ken-burns--out{
    transform:scale(1)
}
.elementor-ken-burns--active.elementor-ken-burns--in{
    transform:scale(1.3)
}
@media (min-width:-1){
    .elementor-widescreen-align-center{
        text-align:center
    }
    .elementor-widescreen-align-right{
        text-align:right
    }
    .elementor-widescreen-align-left{
        text-align:left
    }
    .elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{
        width:auto
    }
    .elementor-widescreen-align-justify .elementor-button{
        width:100%
    }
}
@media (max-width:-1){
    .elementor-laptop-align-center{
        text-align:center
    }
    .elementor-laptop-align-right{
        text-align:right
    }
    .elementor-laptop-align-left{
        text-align:left
    }
    .elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{
        width:auto
    }
    .elementor-laptop-align-justify .elementor-button{
        width:100%
    }
    .elementor-tablet_extra-align-center{
        text-align:center
    }
    .elementor-tablet_extra-align-right{
        text-align:right
    }
    .elementor-tablet_extra-align-left{
        text-align:left
    }
    .elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{
        width:auto
    }
    .elementor-tablet_extra-align-justify .elementor-button{
        width:100%
    }
}
@media (max-width:1024px){
    .elementor-tablet-align-center{
        text-align:center
    }
    .elementor-tablet-align-right{
        text-align:right
    }
    .elementor-tablet-align-left{
        text-align:left
    }
    .elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{
        width:auto
    }
    .elementor-tablet-align-justify .elementor-button{
        width:100%
    }
}
@media (max-width:-1){
    .elementor-mobile_extra-align-center{
        text-align:center
    }
    .elementor-mobile_extra-align-right{
        text-align:right
    }
    .elementor-mobile_extra-align-left{
        text-align:left
    }
    .elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{
        width:auto
    }
    .elementor-mobile_extra-align-justify .elementor-button{
        width:100%
    }
}
@media (max-width:767px){
    .elementor-mobile-align-center{
        text-align:center
    }
    .elementor-mobile-align-right{
        text-align:right
    }
    .elementor-mobile-align-left{
        text-align:left
    }
    .elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{
        width:auto
    }
    .elementor-mobile-align-justify .elementor-button{
        width:100%
    }
}
:root{
    --page-title-display:block
}
.elementor-page-title,h1.entry-title{
    display:var(--page-title-display)
}
@keyframes eicon-spin{
    0%{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(359deg)
    }
}
.eicon-animation-spin{
    animation:eicon-spin 2s linear infinite
}
.elementor-section{
    position:relative
}
.elementor-section .elementor-container{
    display:flex;
    margin-left:auto;
    margin-right:auto;
    position:relative
}
@media (max-width:1024px){
    .elementor-section .elementor-container{
        flex-wrap:wrap
    }
}
.elementor-section.elementor-section-boxed>.elementor-container{
    max-width:1140px
}
.elementor-section.elementor-section-stretched{
    position:relative;
    width:100%
}
.elementor-section.elementor-section-items-top>.elementor-container{
    align-items:flex-start
}
.elementor-section.elementor-section-items-middle>.elementor-container{
    align-items:center
}
.elementor-section.elementor-section-items-bottom>.elementor-container{
    align-items:flex-end
}
@media (min-width:768px){
    .elementor-section.elementor-section-height-full{
        height:100vh
    }
    .elementor-section.elementor-section-height-full>.elementor-container{
        height:100%
    }
}
.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{
    align-items:flex-start
}
.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{
    align-items:center
}
.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{
    align-items:flex-end
}
.elementor-widget-wrap{
    align-content:flex-start;
    flex-wrap:wrap;
    position:relative;
    width:100%
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{
    display:flex
}
.elementor-widget-wrap>.elementor-element{
    width:100%
}
.elementor-widget-wrap.e-swiper-container{
    width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}
.elementor-widget{
    position:relative
}
.elementor-widget:not(:last-child){
    margin-bottom:var(--kit-widget-spacing,20px)
}
.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{
    margin-bottom:0
}
.elementor-column{
    display:flex;
    min-height:1px;
    position:relative
}
.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{
    padding:5px
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding:10px
}
.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{
    padding:15px
}
.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{
    padding:20px
}
.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{
    padding:30px
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{
    padding:0
}
@media (min-width:768px){
    .elementor-column.elementor-col-10,.elementor-column[data-col="10"]{
        width:10%
    }
    .elementor-column.elementor-col-11,.elementor-column[data-col="11"]{
        width:11.111%
    }
    .elementor-column.elementor-col-12,.elementor-column[data-col="12"]{
        width:12.5%
    }
    .elementor-column.elementor-col-14,.elementor-column[data-col="14"]{
        width:14.285%
    }
    .elementor-column.elementor-col-16,.elementor-column[data-col="16"]{
        width:16.666%
    }
    .elementor-column.elementor-col-20,.elementor-column[data-col="20"]{
        width:20%
    }
    .elementor-column.elementor-col-25,.elementor-column[data-col="25"]{
        width:25%
    }
    .elementor-column.elementor-col-30,.elementor-column[data-col="30"]{
        width:30%
    }
    .elementor-column.elementor-col-33,.elementor-column[data-col="33"]{
        width:33.333%
    }
    .elementor-column.elementor-col-40,.elementor-column[data-col="40"]{
        width:40%
    }
    .elementor-column.elementor-col-50,.elementor-column[data-col="50"]{
        width:50%
    }
    .elementor-column.elementor-col-60,.elementor-column[data-col="60"]{
        width:60%
    }
    .elementor-column.elementor-col-66,.elementor-column[data-col="66"]{
        width:66.666%
    }
    .elementor-column.elementor-col-70,.elementor-column[data-col="70"]{
        width:70%
    }
    .elementor-column.elementor-col-75,.elementor-column[data-col="75"]{
        width:75%
    }
    .elementor-column.elementor-col-80,.elementor-column[data-col="80"]{
        width:80%
    }
    .elementor-column.elementor-col-83,.elementor-column[data-col="83"]{
        width:83.333%
    }
    .elementor-column.elementor-col-90,.elementor-column[data-col="90"]{
        width:90%
    }
    .elementor-column.elementor-col-100,.elementor-column[data-col="100"]{
        width:100%
    }
}
@media (max-width:479px){
    .elementor-column.elementor-xs-10{
        width:10%
    }
    .elementor-column.elementor-xs-11{
        width:11.111%
    }
    .elementor-column.elementor-xs-12{
        width:12.5%
    }
    .elementor-column.elementor-xs-14{
        width:14.285%
    }
    .elementor-column.elementor-xs-16{
        width:16.666%
    }
    .elementor-column.elementor-xs-20{
        width:20%
    }
    .elementor-column.elementor-xs-25{
        width:25%
    }
    .elementor-column.elementor-xs-30{
        width:30%
    }
    .elementor-column.elementor-xs-33{
        width:33.333%
    }
    .elementor-column.elementor-xs-40{
        width:40%
    }
    .elementor-column.elementor-xs-50{
        width:50%
    }
    .elementor-column.elementor-xs-60{
        width:60%
    }
    .elementor-column.elementor-xs-66{
        width:66.666%
    }
    .elementor-column.elementor-xs-70{
        width:70%
    }
    .elementor-column.elementor-xs-75{
        width:75%
    }
    .elementor-column.elementor-xs-80{
        width:80%
    }
    .elementor-column.elementor-xs-83{
        width:83.333%
    }
    .elementor-column.elementor-xs-90{
        width:90%
    }
    .elementor-column.elementor-xs-100{
        width:100%
    }
}
@media (max-width:767px){
    .elementor-column.elementor-sm-10{
        width:10%
    }
    .elementor-column.elementor-sm-11{
        width:11.111%
    }
    .elementor-column.elementor-sm-12{
        width:12.5%
    }
    .elementor-column.elementor-sm-14{
        width:14.285%
    }
    .elementor-column.elementor-sm-16{
        width:16.666%
    }
    .elementor-column.elementor-sm-20{
        width:20%
    }
    .elementor-column.elementor-sm-25{
        width:25%
    }
    .elementor-column.elementor-sm-30{
        width:30%
    }
    .elementor-column.elementor-sm-33{
        width:33.333%
    }
    .elementor-column.elementor-sm-40{
        width:40%
    }
    .elementor-column.elementor-sm-50{
        width:50%
    }
    .elementor-column.elementor-sm-60{
        width:60%
    }
    .elementor-column.elementor-sm-66{
        width:66.666%
    }
    .elementor-column.elementor-sm-70{
        width:70%
    }
    .elementor-column.elementor-sm-75{
        width:75%
    }
    .elementor-column.elementor-sm-80{
        width:80%
    }
    .elementor-column.elementor-sm-83{
        width:83.333%
    }
    .elementor-column.elementor-sm-90{
        width:90%
    }
    .elementor-column.elementor-sm-100{
        width:100%
    }
}
@media (min-width:768px) and (max-width:1024px){
    .elementor-column.elementor-md-10{
        width:10%
    }
    .elementor-column.elementor-md-11{
        width:11.111%
    }
    .elementor-column.elementor-md-12{
        width:12.5%
    }
    .elementor-column.elementor-md-14{
        width:14.285%
    }
    .elementor-column.elementor-md-16{
        width:16.666%
    }
    .elementor-column.elementor-md-20{
        width:20%
    }
    .elementor-column.elementor-md-25{
        width:25%
    }
    .elementor-column.elementor-md-30{
        width:30%
    }
    .elementor-column.elementor-md-33{
        width:33.333%
    }
    .elementor-column.elementor-md-40{
        width:40%
    }
    .elementor-column.elementor-md-50{
        width:50%
    }
    .elementor-column.elementor-md-60{
        width:60%
    }
    .elementor-column.elementor-md-66{
        width:66.666%
    }
    .elementor-column.elementor-md-70{
        width:70%
    }
    .elementor-column.elementor-md-75{
        width:75%
    }
    .elementor-column.elementor-md-80{
        width:80%
    }
    .elementor-column.elementor-md-83{
        width:83.333%
    }
    .elementor-column.elementor-md-90{
        width:90%
    }
    .elementor-column.elementor-md-100{
        width:100%
    }
}
@media (min-width:-1){
    .elementor-reverse-widescreen>.elementor-container>:first-child{
        order:10
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(2){
        order:9
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(3){
        order:8
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(4){
        order:7
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(5){
        order:6
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(6){
        order:5
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(7){
        order:4
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(8){
        order:3
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(9){
        order:2
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(10){
        order:1
    }
}
@media (min-width:1025px) and (max-width:-1){
    .elementor-reverse-laptop>.elementor-container>:first-child{
        order:10
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(2){
        order:9
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(3){
        order:8
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(4){
        order:7
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(5){
        order:6
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(6){
        order:5
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(7){
        order:4
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(8){
        order:3
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(9){
        order:2
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(10){
        order:1
    }
}
@media (min-width:-1) and (max-width:-1){
    .elementor-reverse-laptop>.elementor-container>:first-child{
        order:10
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(2){
        order:9
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(3){
        order:8
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(4){
        order:7
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(5){
        order:6
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(6){
        order:5
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(7){
        order:4
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(8){
        order:3
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(9){
        order:2
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(10){
        order:1
    }
}
@media (min-width:1025px) and (max-width:-1){
    .elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){
        order:0
    }
    .elementor-reverse-tablet_extra>.elementor-container>:first-child{
        order:10
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){
        order:9
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){
        order:8
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){
        order:7
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){
        order:6
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){
        order:5
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){
        order:4
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){
        order:3
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){
        order:2
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){
        order:1
    }
}
@media (min-width:768px) and (max-width:1024px){
    .elementor-reverse-tablet>.elementor-container>:first-child{
        order:10
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(2){
        order:9
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(3){
        order:8
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(4){
        order:7
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(5){
        order:6
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(6){
        order:5
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(7){
        order:4
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(8){
        order:3
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(9){
        order:2
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(10){
        order:1
    }
}
@media (min-width:-1) and (max-width:1024px){
    .elementor-reverse-tablet>.elementor-container>:first-child{
        order:10
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(2){
        order:9
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(3){
        order:8
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(4){
        order:7
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(5){
        order:6
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(6){
        order:5
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(7){
        order:4
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(8){
        order:3
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(9){
        order:2
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(10){
        order:1
    }
}
@media (min-width:768px) and (max-width:-1){
    .elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){
        order:0
    }
    .elementor-reverse-mobile_extra>.elementor-container>:first-child{
        order:10
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){
        order:9
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){
        order:8
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){
        order:7
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){
        order:6
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){
        order:5
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){
        order:4
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){
        order:3
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){
        order:2
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){
        order:1
    }
}
@media (max-width:767px){
    .elementor-reverse-mobile>.elementor-container>:first-child{
        order:10
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(2){
        order:9
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(3){
        order:8
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(4){
        order:7
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(5){
        order:6
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(6){
        order:5
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(7){
        order:4
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(8){
        order:3
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(9){
        order:2
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(10){
        order:1
    }
    .elementor-column{
        width:100%
    }
}
.elementor-grid{
    display:grid;
    grid-column-gap:var(--grid-column-gap);
    grid-row-gap:var(--grid-row-gap)
}
.elementor-grid .elementor-grid-item{
    min-width:0
}
.elementor-grid-0 .elementor-grid{
    display:inline-block;
    margin-bottom:calc(-1 * var(--grid-row-gap));
    width:100%;
    word-spacing:var(--grid-column-gap)
}
.elementor-grid-0 .elementor-grid .elementor-grid-item{
    display:inline-block;
    margin-bottom:var(--grid-row-gap);
    word-break:break-word
}
.elementor-grid-1 .elementor-grid{
    grid-template-columns:repeat(1,1fr)
}
.elementor-grid-2 .elementor-grid{
    grid-template-columns:repeat(2,1fr)
}
.elementor-grid-3 .elementor-grid{
    grid-template-columns:repeat(3,1fr)
}
.elementor-grid-4 .elementor-grid{
    grid-template-columns:repeat(4,1fr)
}
.elementor-grid-5 .elementor-grid{
    grid-template-columns:repeat(5,1fr)
}
.elementor-grid-6 .elementor-grid{
    grid-template-columns:repeat(6,1fr)
}
.elementor-grid-7 .elementor-grid{
    grid-template-columns:repeat(7,1fr)
}
.elementor-grid-8 .elementor-grid{
    grid-template-columns:repeat(8,1fr)
}
.elementor-grid-9 .elementor-grid{
    grid-template-columns:repeat(9,1fr)
}
.elementor-grid-10 .elementor-grid{
    grid-template-columns:repeat(10,1fr)
}
.elementor-grid-11 .elementor-grid{
    grid-template-columns:repeat(11,1fr)
}
.elementor-grid-12 .elementor-grid{
    grid-template-columns:repeat(12,1fr)
}
@media (min-width:-1){
    .elementor-grid-widescreen-0 .elementor-grid{
        display:inline-block;
        margin-bottom:calc(-1 * var(--grid-row-gap));
        width:100%;
        word-spacing:var(--grid-column-gap)
    }
    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{
        display:inline-block;
        margin-bottom:var(--grid-row-gap);
        word-break:break-word
    }
    .elementor-grid-widescreen-1 .elementor-grid{
        grid-template-columns:repeat(1,1fr)
    }
    .elementor-grid-widescreen-2 .elementor-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .elementor-grid-widescreen-3 .elementor-grid{
        grid-template-columns:repeat(3,1fr)
    }
    .elementor-grid-widescreen-4 .elementor-grid{
        grid-template-columns:repeat(4,1fr)
    }
    .elementor-grid-widescreen-5 .elementor-grid{
        grid-template-columns:repeat(5,1fr)
    }
    .elementor-grid-widescreen-6 .elementor-grid{
        grid-template-columns:repeat(6,1fr)
    }
    .elementor-grid-widescreen-7 .elementor-grid{
        grid-template-columns:repeat(7,1fr)
    }
    .elementor-grid-widescreen-8 .elementor-grid{
        grid-template-columns:repeat(8,1fr)
    }
    .elementor-grid-widescreen-9 .elementor-grid{
        grid-template-columns:repeat(9,1fr)
    }
    .elementor-grid-widescreen-10 .elementor-grid{
        grid-template-columns:repeat(10,1fr)
    }
    .elementor-grid-widescreen-11 .elementor-grid{
        grid-template-columns:repeat(11,1fr)
    }
    .elementor-grid-widescreen-12 .elementor-grid{
        grid-template-columns:repeat(12,1fr)
    }
}
@media (max-width:-1){
    .elementor-grid-laptop-0 .elementor-grid{
        display:inline-block;
        margin-bottom:calc(-1 * var(--grid-row-gap));
        width:100%;
        word-spacing:var(--grid-column-gap)
    }
    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{
        display:inline-block;
        margin-bottom:var(--grid-row-gap);
        word-break:break-word
    }
    .elementor-grid-laptop-1 .elementor-grid{
        grid-template-columns:repeat(1,1fr)
    }
    .elementor-grid-laptop-2 .elementor-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .elementor-grid-laptop-3 .elementor-grid{
        grid-template-columns:repeat(3,1fr)
    }
    .elementor-grid-laptop-4 .elementor-grid{
        grid-template-columns:repeat(4,1fr)
    }
    .elementor-grid-laptop-5 .elementor-grid{
        grid-template-columns:repeat(5,1fr)
    }
    .elementor-grid-laptop-6 .elementor-grid{
        grid-template-columns:repeat(6,1fr)
    }
    .elementor-grid-laptop-7 .elementor-grid{
        grid-template-columns:repeat(7,1fr)
    }
    .elementor-grid-laptop-8 .elementor-grid{
        grid-template-columns:repeat(8,1fr)
    }
    .elementor-grid-laptop-9 .elementor-grid{
        grid-template-columns:repeat(9,1fr)
    }
    .elementor-grid-laptop-10 .elementor-grid{
        grid-template-columns:repeat(10,1fr)
    }
    .elementor-grid-laptop-11 .elementor-grid{
        grid-template-columns:repeat(11,1fr)
    }
    .elementor-grid-laptop-12 .elementor-grid{
        grid-template-columns:repeat(12,1fr)
    }
    .elementor-grid-tablet_extra-0 .elementor-grid{
        display:inline-block;
        margin-bottom:calc(-1 * var(--grid-row-gap));
        width:100%;
        word-spacing:var(--grid-column-gap)
    }
    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{
        display:inline-block;
        margin-bottom:var(--grid-row-gap);
        word-break:break-word
    }
    .elementor-grid-tablet_extra-1 .elementor-grid{
        grid-template-columns:repeat(1,1fr)
    }
    .elementor-grid-tablet_extra-2 .elementor-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .elementor-grid-tablet_extra-3 .elementor-grid{
        grid-template-columns:repeat(3,1fr)
    }
    .elementor-grid-tablet_extra-4 .elementor-grid{
        grid-template-columns:repeat(4,1fr)
    }
    .elementor-grid-tablet_extra-5 .elementor-grid{
        grid-template-columns:repeat(5,1fr)
    }
    .elementor-grid-tablet_extra-6 .elementor-grid{
        grid-template-columns:repeat(6,1fr)
    }
    .elementor-grid-tablet_extra-7 .elementor-grid{
        grid-template-columns:repeat(7,1fr)
    }
    .elementor-grid-tablet_extra-8 .elementor-grid{
        grid-template-columns:repeat(8,1fr)
    }
    .elementor-grid-tablet_extra-9 .elementor-grid{
        grid-template-columns:repeat(9,1fr)
    }
    .elementor-grid-tablet_extra-10 .elementor-grid{
        grid-template-columns:repeat(10,1fr)
    }
    .elementor-grid-tablet_extra-11 .elementor-grid{
        grid-template-columns:repeat(11,1fr)
    }
    .elementor-grid-tablet_extra-12 .elementor-grid{
        grid-template-columns:repeat(12,1fr)
    }
}
@media (max-width:1024px){
    .elementor-grid-tablet-0 .elementor-grid{
        display:inline-block;
        margin-bottom:calc(-1 * var(--grid-row-gap));
        width:100%;
        word-spacing:var(--grid-column-gap)
    }
    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{
        display:inline-block;
        margin-bottom:var(--grid-row-gap);
        word-break:break-word
    }
    .elementor-grid-tablet-1 .elementor-grid{
        grid-template-columns:repeat(1,1fr)
    }
    .elementor-grid-tablet-2 .elementor-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .elementor-grid-tablet-3 .elementor-grid{
        grid-template-columns:repeat(3,1fr)
    }
    .elementor-grid-tablet-4 .elementor-grid{
        grid-template-columns:repeat(4,1fr)
    }
    .elementor-grid-tablet-5 .elementor-grid{
        grid-template-columns:repeat(5,1fr)
    }
    .elementor-grid-tablet-6 .elementor-grid{
        grid-template-columns:repeat(6,1fr)
    }
    .elementor-grid-tablet-7 .elementor-grid{
        grid-template-columns:repeat(7,1fr)
    }
    .elementor-grid-tablet-8 .elementor-grid{
        grid-template-columns:repeat(8,1fr)
    }
    .elementor-grid-tablet-9 .elementor-grid{
        grid-template-columns:repeat(9,1fr)
    }
    .elementor-grid-tablet-10 .elementor-grid{
        grid-template-columns:repeat(10,1fr)
    }
    .elementor-grid-tablet-11 .elementor-grid{
        grid-template-columns:repeat(11,1fr)
    }
    .elementor-grid-tablet-12 .elementor-grid{
        grid-template-columns:repeat(12,1fr)
    }
}
@media (max-width:-1){
    .elementor-grid-mobile_extra-0 .elementor-grid{
        display:inline-block;
        margin-bottom:calc(-1 * var(--grid-row-gap));
        width:100%;
        word-spacing:var(--grid-column-gap)
    }
    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{
        display:inline-block;
        margin-bottom:var(--grid-row-gap);
        word-break:break-word
    }
    .elementor-grid-mobile_extra-1 .elementor-grid{
        grid-template-columns:repeat(1,1fr)
    }
    .elementor-grid-mobile_extra-2 .elementor-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .elementor-grid-mobile_extra-3 .elementor-grid{
        grid-template-columns:repeat(3,1fr)
    }
    .elementor-grid-mobile_extra-4 .elementor-grid{
        grid-template-columns:repeat(4,1fr)
    }
    .elementor-grid-mobile_extra-5 .elementor-grid{
        grid-template-columns:repeat(5,1fr)
    }
    .elementor-grid-mobile_extra-6 .elementor-grid{
        grid-template-columns:repeat(6,1fr)
    }
    .elementor-grid-mobile_extra-7 .elementor-grid{
        grid-template-columns:repeat(7,1fr)
    }
    .elementor-grid-mobile_extra-8 .elementor-grid{
        grid-template-columns:repeat(8,1fr)
    }
    .elementor-grid-mobile_extra-9 .elementor-grid{
        grid-template-columns:repeat(9,1fr)
    }
    .elementor-grid-mobile_extra-10 .elementor-grid{
        grid-template-columns:repeat(10,1fr)
    }
    .elementor-grid-mobile_extra-11 .elementor-grid{
        grid-template-columns:repeat(11,1fr)
    }
    .elementor-grid-mobile_extra-12 .elementor-grid{
        grid-template-columns:repeat(12,1fr)
    }
}
@media (max-width:767px){
    .elementor-grid-mobile-0 .elementor-grid{
        display:inline-block;
        margin-bottom:calc(-1 * var(--grid-row-gap));
        width:100%;
        word-spacing:var(--grid-column-gap)
    }
    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{
        display:inline-block;
        margin-bottom:var(--grid-row-gap);
        word-break:break-word
    }
    .elementor-grid-mobile-1 .elementor-grid{
        grid-template-columns:repeat(1,1fr)
    }
    .elementor-grid-mobile-2 .elementor-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .elementor-grid-mobile-3 .elementor-grid{
        grid-template-columns:repeat(3,1fr)
    }
    .elementor-grid-mobile-4 .elementor-grid{
        grid-template-columns:repeat(4,1fr)
    }
    .elementor-grid-mobile-5 .elementor-grid{
        grid-template-columns:repeat(5,1fr)
    }
    .elementor-grid-mobile-6 .elementor-grid{
        grid-template-columns:repeat(6,1fr)
    }
    .elementor-grid-mobile-7 .elementor-grid{
        grid-template-columns:repeat(7,1fr)
    }
    .elementor-grid-mobile-8 .elementor-grid{
        grid-template-columns:repeat(8,1fr)
    }
    .elementor-grid-mobile-9 .elementor-grid{
        grid-template-columns:repeat(9,1fr)
    }
    .elementor-grid-mobile-10 .elementor-grid{
        grid-template-columns:repeat(10,1fr)
    }
    .elementor-grid-mobile-11 .elementor-grid{
        grid-template-columns:repeat(11,1fr)
    }
    .elementor-grid-mobile-12 .elementor-grid{
        grid-template-columns:repeat(12,1fr)
    }
}
@media (min-width:1025px){
    #elementor-device-mode:after{
        content:"desktop"
    }
}
@media (min-width:-1){
    #elementor-device-mode:after{
        content:"widescreen"
    }
}
@media (max-width:-1){
    #elementor-device-mode:after{
        content:"laptop";
        content:"tablet_extra"
    }
}
@media (max-width:1024px){
    #elementor-device-mode:after{
        content:"tablet"
    }
}
@media (max-width:-1){
    #elementor-device-mode:after{
        content:"mobile_extra"
    }
}
@media (max-width:767px){
    #elementor-device-mode:after{
        content:"mobile"
    }
}
@media (prefers-reduced-motion:no-preference){
    html{
        scroll-behavior:smooth
    }
}
.e-con{
    --border-radius:0;
    --border-top-width:0px;
    --border-right-width:0px;
    --border-bottom-width:0px;
    --border-left-width:0px;
    --border-style:initial;
    --border-color:initial;
    --container-widget-width:100%;
    --container-widget-height:initial;
    --container-widget-flex-grow:0;
    --container-widget-align-self:initial;
    --content-width:min(100%,var(--container-max-width,1140px));
    --width:100%;
    --min-height:initial;
    --height:auto;
    --text-align:initial;
    --margin-top:0px;
    --margin-right:0px;
    --margin-bottom:0px;
    --margin-left:0px;
    --padding-top:var(--container-default-padding-top,10px);
    --padding-right:var(--container-default-padding-right,10px);
    --padding-bottom:var(--container-default-padding-bottom,10px);
    --padding-left:var(--container-default-padding-left,10px);
    --position:relative;
    --z-index:revert;
    --overflow:visible;
    --gap:var(--widgets-spacing,20px);
    --row-gap:var(--widgets-spacing-row,20px);
    --column-gap:var(--widgets-spacing-column,20px);
    --overlay-mix-blend-mode:initial;
    --overlay-opacity:1;
    --overlay-transition:0.3s;
    --e-con-grid-template-columns:repeat(3,1fr);
    --e-con-grid-template-rows:repeat(2,1fr);
    border-radius:var(--border-radius);
    height:var(--height);
    min-height:var(--min-height);
    min-width:0;
    overflow:var(--overflow);
    position:var(--position);
    width:var(--width);
    z-index:var(--z-index);
    --flex-wrap-mobile:wrap;
    margin-block-end:var(--margin-block-end);
    margin-block-start:var(--margin-block-start);
    margin-inline-end:var(--margin-inline-end);
    margin-inline-start:var(--margin-inline-start);
    padding-inline-end:var(--padding-inline-end);
    padding-inline-start:var(--padding-inline-start)
}
.e-con:where(:not(.e-div-block-base)){
    transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)
}
.e-con{
    --margin-block-start:var(--margin-top);
    --margin-block-end:var(--margin-bottom);
    --margin-inline-start:var(--margin-left);
    --margin-inline-end:var(--margin-right);
    --padding-inline-start:var(--padding-left);
    --padding-inline-end:var(--padding-right);
    --padding-block-start:var(--padding-top);
    --padding-block-end:var(--padding-bottom);
    --border-block-start-width:var(--border-top-width);
    --border-block-end-width:var(--border-bottom-width);
    --border-inline-start-width:var(--border-left-width);
    --border-inline-end-width:var(--border-right-width)
}
body.rtl .e-con{
    --padding-inline-start:var(--padding-right);
    --padding-inline-end:var(--padding-left);
    --margin-inline-start:var(--margin-right);
    --margin-inline-end:var(--margin-left);
    --border-inline-start-width:var(--border-right-width);
    --border-inline-end-width:var(--border-left-width)
}
.e-con.e-flex{
    --flex-direction:column;
    --flex-basis:auto;
    --flex-grow:0;
    --flex-shrink:1;
    flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}
.e-con-full,.e-con>.e-con-inner{
    padding-block-end:var(--padding-block-end);
    padding-block-start:var(--padding-block-start);
    text-align:var(--text-align)
}
.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{
    flex-direction:var(--flex-direction)
}
.e-con,.e-con>.e-con-inner{
    display:var(--display)
}
.e-con.e-grid{
    --grid-justify-content:start;
    --grid-align-content:start;
    --grid-auto-flow:row
}
.e-con.e-grid,.e-con.e-grid>.e-con-inner{
    align-content:var(--grid-align-content);
    align-items:var(--align-items);
    grid-auto-flow:var(--grid-auto-flow);
    grid-template-columns:var(--e-con-grid-template-columns);
    grid-template-rows:var(--e-con-grid-template-rows);
    justify-content:var(--grid-justify-content);
    justify-items:var(--justify-items)
}
.e-con-boxed.e-flex{
    align-content:normal;
    align-items:normal;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:normal
}
.e-con-boxed.e-grid{
    grid-template-columns:1fr;
    grid-template-rows:1fr;
    justify-items:legacy
}
.e-con-boxed{
    gap:initial;
    text-align:initial
}
.e-con.e-flex>.e-con-inner{
    align-content:var(--align-content);
    align-items:var(--align-items);
    align-self:auto;
    flex-basis:auto;
    flex-grow:1;
    flex-shrink:1;
    flex-wrap:var(--flex-wrap);
    justify-content:var(--justify-content)
}
.e-con.e-grid>.e-con-inner{
    align-items:var(--align-items);
    justify-items:var(--justify-items)
}
.e-con>.e-con-inner{
    gap:var(--row-gap) var(--column-gap);
    height:100%;
    margin:0 auto;
    max-width:var(--content-width);
    padding-inline-end:0;
    padding-inline-start:0;
    width:100%
}
:is(.elementor-section-wrap,[data-elementor-id])>.e-con{
    --margin-left:auto;
    --margin-right:auto;
    max-width:min(100%,var(--width))
}
.e-con .elementor-widget.elementor-widget{
    margin-block-end:0
}
.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{
    border-block-end-width:var(--border-block-end-width);
    border-block-start-width:var(--border-block-start-width);
    border-color:var(--border-color);
    border-inline-end-width:var(--border-inline-end-width);
    border-inline-start-width:var(--border-inline-start-width);
    border-radius:var(--border-radius);
    border-style:var(--border-style);
    content:var(--background-overlay);
    display:block;
    height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);
    left:calc(0px - var(--border-left-width));
    mix-blend-mode:var(--overlay-mix-blend-mode);
    opacity:var(--overlay-opacity);
    position:absolute;
    top:calc(0px - var(--border-top-width));
    transition:var(--overlay-transition,.3s);
    width:max(100% + var(--border-left-width) + var(--border-right-width),100%)
}
.e-con:before{
    transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)
}
.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{
    border-block-end-width:var(--border-block-end-width);
    border-block-start-width:var(--border-block-start-width);
    border-color:var(--border-color);
    border-inline-end-width:var(--border-inline-end-width);
    border-inline-start-width:var(--border-inline-start-width);
    border-radius:var(--border-radius);
    border-style:var(--border-style);
    height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);
    left:calc(0px - var(--border-left-width));
    top:calc(0px - var(--border-top-width));
    width:max(100% + var(--border-left-width) + var(--border-right-width),100%)
}
@media (max-width:767px){
    :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{
        display:none
    }
}
:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{
    z-index:1
}
:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{
    z-index:2
}
.e-con .elementor-widget{
    min-width:0
}
.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{
    width:100%
}
.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{
    height:100%
}
.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{
    max-width:100%
}
.e-con .elementor-widget:not(:last-child){
    --kit-widget-spacing:0px
}
@media (max-width:767px){
    .e-con.e-flex{
        --width:100%;
        --flex-wrap:var(--flex-wrap-mobile)
    }
    .e-con.e-flex .elementor-widget-archive-posts{
        width:100%
    }
}
.elementor-form-fields-wrapper{
    display:flex;
    flex-wrap:wrap
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{
    flex-basis:100%;
    max-width:100%
}
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{
    flex-grow:1
}
.elementor-field-group{
    align-items:center;
    flex-wrap:wrap
}
.elementor-field-group.elementor-field-type-submit{
    align-items:flex-end
}
.elementor-field-group .elementor-field-textual{
    background-color:transparent;
    border:1px solid #69727d;
    color:#1f2124;
    flex-grow:1;
    max-width:100%;
    vertical-align:middle;
    width:100%
}
.elementor-field-group .elementor-field-textual:focus{
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);
    outline:0
}
.elementor-field-group .elementor-field-textual::-moz-placeholder{
    color:inherit;
    font-family:inherit;
    opacity:.6
}
.elementor-field-group .elementor-field-textual::placeholder{
    color:inherit;
    font-family:inherit;
    opacity:.6
}
.elementor-field-group .elementor-select-wrapper{
    display:flex;
    position:relative;
    width:100%
}
.elementor-field-group .elementor-select-wrapper select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    color:inherit;
    flex-basis:100%;
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    line-height:inherit;
    padding-inline-end:20px;
    text-transform:inherit
}
.elementor-field-group .elementor-select-wrapper:before{
    content:"\e92a";
    font-family:eicons;
    font-size:15px;
    inset-block-start:50%;
    inset-inline-end:10px;
    pointer-events:none;
    position:absolute;
    text-shadow:0 0 3px rgba(0,0,0,.3);
    transform:translateY(-50%)
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{
    content:""
}
.elementor-field-subgroup{
    display:flex;
    flex-wrap:wrap
}
.elementor-field-subgroup .elementor-field-option label{
    display:inline-block
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{
    padding-inline-end:10px
}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{
    flex-basis:100%
}
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{
    display:inline
}
.elementor-field-label{
    cursor:pointer
}
.elementor-mark-required .elementor-field-label:after{
    color:red;
    content:"*";
    padding-inline-start:.2em
}
.elementor-field-textual{
    border-radius:3px;
    font-size:15px;
    line-height:1.4;
    min-height:40px;
    padding:5px 14px
}
.elementor-field-textual.elementor-size-xs{
    border-radius:2px;
    font-size:13px;
    min-height:33px;
    padding:4px 12px
}
.elementor-field-textual.elementor-size-md{
    border-radius:4px;
    font-size:16px;
    min-height:47px;
    padding:6px 16px
}
.elementor-field-textual.elementor-size-lg{
    border-radius:5px;
    font-size:18px;
    min-height:59px;
    padding:7px 20px
}
.elementor-field-textual.elementor-size-xl{
    border-radius:6px;
    font-size:20px;
    min-height:72px;
    padding:8px 24px
}
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
    flex-basis:100%
}
.elementor-button-align-stretch .e-form__buttons__wrapper{
    flex-basis:50%;
    flex-grow:1
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button{
    flex-basis:100%
}
.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{
    justify-content:center
}
.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{
    justify-content:flex-start
}
.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{
    justify-content:flex-end
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
    flex-basis:auto
}
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{
    flex-grow:0
}
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{
    flex-basis:auto
}
@media screen and (max-width:1024px){
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
        flex-basis:100%
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper{
        flex-basis:50%;
        flex-grow:1
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{
        flex-basis:100%
    }
    .elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{
        justify-content:center
    }
    .elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{
        justify-content:flex-start
    }
    .elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{
        justify-content:flex-end
    }
    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
        flex-basis:auto
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{
        flex-grow:0
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{
        flex-basis:auto
    }
}
@media screen and (max-width:767px){
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
        flex-basis:100%
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper{
        flex-basis:50%;
        flex-grow:1
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{
        flex-basis:100%
    }
    .elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{
        justify-content:center
    }
    .elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{
        justify-content:flex-start
    }
    .elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{
        justify-content:flex-end
    }
    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{
        flex-basis:auto
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{
        flex-grow:0
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{
        flex-basis:auto
    }
}
.elementor-error .elementor-field{
    border-color:#d9534f
}
.elementor-error .help-inline{
    color:#d9534f;
    font-size:.9em
}
.elementor-message{
    font-size:1em;
    line-height:1;
    margin:10px 0
}
.elementor-message:before{
    content:"\e90e";
    display:inline-block;
    font-family:eicons;
    font-style:normal;
    font-weight:400;
    margin-inline-end:5px;
    vertical-align:middle
}
.elementor-message.elementor-message-danger{
    color:#d9534f
}
.elementor-message.elementor-message-danger:before{
    content:"\e87f"
}
.elementor-message.form-message-success{
    color:#5cb85c
}
.elementor-form .elementor-button{
    border:none;
    padding-block-end:0;
    padding-block-start:0
}
.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{
    display:flex;
    flex-direction:row;
    gap:5px;
    justify-content:center
}
.elementor-form .elementor-button.elementor-size-xs{
    min-height:33px
}
.elementor-form .elementor-button.elementor-size-sm{
    min-height:40px
}
.elementor-form .elementor-button.elementor-size-md{
    min-height:47px
}
.elementor-form .elementor-button.elementor-size-lg{
    min-height:59px
}
.elementor-form .elementor-button.elementor-size-xl{
    min-height:72px
}
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){
    transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
}
.elementor-heading-title{
    line-height:1;
    margin:0;
    padding:0
}
.elementor-button{
    background-color:#69727d;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    font-size:15px;
    line-height:1;
    padding:12px 24px;
    fill:#fff;
    text-align:center;
    transition:all .3s
}
.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{
    color:#fff
}
.elementor-button-content-wrapper{
    display:flex;
    flex-direction:row;
    gap:5px;
    justify-content:center
}
.elementor-button-icon{
    align-items:center;
    display:flex
}
.elementor-button-icon svg{
    height:auto;
    width:1em
}
.elementor-button-icon .e-font-icon-svg{
    height:1em
}
.elementor-button-text{
    display:inline-block
}
.elementor-button.elementor-size-xs{
    border-radius:2px;
    font-size:13px;
    padding:10px 20px
}
.elementor-button.elementor-size-md{
    border-radius:4px;
    font-size:16px;
    padding:15px 30px
}
.elementor-button.elementor-size-lg{
    border-radius:5px;
    font-size:18px;
    padding:20px 40px
}
.elementor-button.elementor-size-xl{
    border-radius:6px;
    font-size:20px;
    padding:25px 50px
}
.elementor-button span{
    text-decoration:inherit
}
.elementor-element.elementor-button-info .elementor-button{
    background-color:#5bc0de
}
.elementor-element.elementor-button-success .elementor-button{
    background-color:#5cb85c
}
.elementor-element.elementor-button-warning .elementor-button{
    background-color:#f0ad4e
}
.elementor-element.elementor-button-danger .elementor-button{
    background-color:#d9534f
}
.elementor-widget-button .elementor-button .elementor-button-info{
    background-color:#5bc0de
}
.elementor-widget-button .elementor-button .elementor-button-success{
    background-color:#5cb85c
}
.elementor-widget-button .elementor-button .elementor-button-warning{
    background-color:#f0ad4e
}
.elementor-widget-button .elementor-button .elementor-button-danger{
    background-color:#d9534f
}
.elementor-view-stacked .elementor-icon{
    background-color:#69727d;
    color:#fff;
    padding:.5em;
    fill:#fff
}
.elementor-view-framed .elementor-icon{
    background-color:transparent;
    border:3px solid #69727d;
    color:#69727d;
    padding:.5em
}
.elementor-icon{
    color:#69727d;
    display:inline-block;
    font-size:50px;
    line-height:1;
    text-align:center;
    transition:all .3s
}
.elementor-icon:hover{
    color:#69727d
}
.elementor-icon i,.elementor-icon svg{
    display:block;
    height:1em;
    position:relative;
    width:1em
}
.elementor-icon i:before,.elementor-icon svg:before{
    left:50%;
    position:absolute;
    transform:translateX(-50%)
}
.elementor-icon i.fad{
    width:auto
}
.elementor-shape-square .elementor-icon{
    border-radius:0
}
.elementor-shape-rounded .elementor-icon{
    border-radius:10%
}
.elementor-shape-circle .elementor-icon{
    border-radius:50%
}
.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){
    transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)
}
.e-con.e-transform{
    transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));
    transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}
.animated{
    animation-duration:1.25s
}
.animated.animated-slow{
    animation-duration:2s
}
.animated.animated-fast{
    animation-duration:.75s
}
.animated.infinite{
    animation-iteration-count:infinite
}
.animated.reverse{
    animation-direction:reverse;
    animation-fill-mode:forwards
}
@media (prefers-reduced-motion:reduce){
    .animated{
        animation:none
    }
}
@media (max-width:767px){
    .elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{
        display:none
    }
}
@media (min-width:-1) and (max-width:-1){
    .elementor .elementor-hidden-mobile_extra{
        display:none
    }
}
@media (min-width:768px) and (max-width:1024px){
    .elementor .elementor-hidden-tablet{
        display:none
    }
}
@media (min-width:-1) and (max-width:-1){
    .elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{
        display:none
    }
}
@media (min-width:1025px) and (max-width:99999px){
    .elementor .elementor-hidden-desktop{
        display:none
    }
}
@media (min-width:-1){
    .elementor .elementor-hidden-widescreen{
        display:none
    }
}
/*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
 .fa,.fab,.fad,.fal,.far,.fas{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1
}
.fa-lg{
    font-size:1.33333em;
    line-height:.75em;
    vertical-align:-.0667em
}
.fa-xs{
    font-size:.75em
}
.fa-sm{
    font-size:.875em
}
.fa-1x{
    font-size:1em
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-6x{
    font-size:6em
}
.fa-7x{
    font-size:7em
}
.fa-8x{
    font-size:8em
}
.fa-9x{
    font-size:9em
}
.fa-10x{
    font-size:10em
}
.fa-fw{
    text-align:center;
    width:1.25em
}
.fa-ul{
    list-style-type:none;
    margin-left:2.5em;
    padding-left:0
}
.fa-ul>li{
    position:relative
}
.fa-li{
    left:-2em;
    position:absolute;
    text-align:center;
    width:2em;
    line-height:inherit
}
.fa-border{
    border:.08em solid #eee;
    border-radius:.1em;
    padding:.2em .25em .15em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{
    margin-right:.3em
}
.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s linear infinite;
    animation:fa-spin 2s linear infinite
}
.fa-pulse{
    -webkit-animation:fa-spin 1s steps(8) infinite;
    animation:fa-spin 1s steps(8) infinite
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
.fa-rotate-90{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scaleX(-1);
    transform:scaleX(-1)
}
.fa-flip-vertical{
    -webkit-transform:scaleY(-1);
    transform:scaleY(-1)
}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{
    -webkit-transform:scale(-1);
    transform:scale(-1)
}
:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{
    -webkit-filter:none;
    filter:none
}
.fa-stack{
    display:inline-block;
    height:2em;
    line-height:2em;
    position:relative;
    vertical-align:middle;
    width:2.5em
}
.fa-stack-1x,.fa-stack-2x{
    left:0;
    position:absolute;
    text-align:center;
    width:100%
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-500px:before{
    content:"\f26e"
}
.fa-accessible-icon:before{
    content:"\f368"
}
.fa-accusoft:before{
    content:"\f369"
}
.fa-acquisitions-incorporated:before{
    content:"\f6af"
}
.fa-ad:before{
    content:"\f641"
}
.fa-address-book:before{
    content:"\f2b9"
}
.fa-address-card:before{
    content:"\f2bb"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-adn:before{
    content:"\f170"
}
.fa-adversal:before{
    content:"\f36a"
}
.fa-affiliatetheme:before{
    content:"\f36b"
}
.fa-air-freshener:before{
    content:"\f5d0"
}
.fa-airbnb:before{
    content:"\f834"
}
.fa-algolia:before{
    content:"\f36c"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-alipay:before{
    content:"\f642"
}
.fa-allergies:before{
    content:"\f461"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-amazon-pay:before{
    content:"\f42c"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-american-sign-language-interpreting:before{
    content:"\f2a3"
}
.fa-amilia:before{
    content:"\f36d"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-android:before{
    content:"\f17b"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angry:before{
    content:"\f556"
}
.fa-angrycreative:before{
    content:"\f36e"
}
.fa-angular:before{
    content:"\f420"
}
.fa-ankh:before{
    content:"\f644"
}
.fa-app-store:before{
    content:"\f36f"
}
.fa-app-store-ios:before{
    content:"\f370"
}
.fa-apper:before{
    content:"\f371"
}
.fa-apple:before{
    content:"\f179"
}
.fa-apple-alt:before{
    content:"\f5d1"
}
.fa-apple-pay:before{
    content:"\f415"
}
.fa-archive:before{
    content:"\f187"
}
.fa-archway:before{
    content:"\f557"
}
.fa-arrow-alt-circle-down:before{
    content:"\f358"
}
.fa-arrow-alt-circle-left:before{
    content:"\f359"
}
.fa-arrow-alt-circle-right:before{
    content:"\f35a"
}
.fa-arrow-alt-circle-up:before{
    content:"\f35b"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-arrows-alt-h:before{
    content:"\f337"
}
.fa-arrows-alt-v:before{
    content:"\f338"
}
.fa-artstation:before{
    content:"\f77a"
}
.fa-assistive-listening-systems:before{
    content:"\f2a2"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-asymmetrik:before{
    content:"\f372"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-atlas:before{
    content:"\f558"
}
.fa-atlassian:before{
    content:"\f77b"
}
.fa-atom:before{
    content:"\f5d2"
}
.fa-audible:before{
    content:"\f373"
}
.fa-audio-description:before{
    content:"\f29e"
}
.fa-autoprefixer:before{
    content:"\f41c"
}
.fa-avianex:before{
    content:"\f374"
}
.fa-aviato:before{
    content:"\f421"
}
.fa-award:before{
    content:"\f559"
}
.fa-aws:before{
    content:"\f375"
}
.fa-baby:before{
    content:"\f77c"
}
.fa-baby-carriage:before{
    content:"\f77d"
}
.fa-backspace:before{
    content:"\f55a"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-bacon:before{
    content:"\f7e5"
}
.fa-bacteria:before{
    content:"\e059"
}
.fa-bacterium:before{
    content:"\e05a"
}
.fa-bahai:before{
    content:"\f666"
}
.fa-balance-scale:before{
    content:"\f24e"
}
.fa-balance-scale-left:before{
    content:"\f515"
}
.fa-balance-scale-right:before{
    content:"\f516"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-band-aid:before{
    content:"\f462"
}
.fa-bandcamp:before{
    content:"\f2d5"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-bars:before{
    content:"\f0c9"
}
.fa-baseball-ball:before{
    content:"\f433"
}
.fa-basketball-ball:before{
    content:"\f434"
}
.fa-bath:before{
    content:"\f2cd"
}
.fa-battery-empty:before{
    content:"\f244"
}
.fa-battery-full:before{
    content:"\f240"
}
.fa-battery-half:before{
    content:"\f242"
}
.fa-battery-quarter:before{
    content:"\f243"
}
.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-battle-net:before{
    content:"\f835"
}
.fa-bed:before{
    content:"\f236"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bezier-curve:before{
    content:"\f55b"
}
.fa-bible:before{
    content:"\f647"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-biking:before{
    content:"\f84a"
}
.fa-bimobject:before{
    content:"\f378"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-biohazard:before{
    content:"\f780"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitcoin:before{
    content:"\f379"
}
.fa-bity:before{
    content:"\f37a"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-blackberry:before{
    content:"\f37b"
}
.fa-blender:before{
    content:"\f517"
}
.fa-blender-phone:before{
    content:"\f6b6"
}
.fa-blind:before{
    content:"\f29d"
}
.fa-blog:before{
    content:"\f781"
}
.fa-blogger:before{
    content:"\f37c"
}
.fa-blogger-b:before{
    content:"\f37d"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-bold:before{
    content:"\f032"
}
.fa-bolt:before{
    content:"\f0e7"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-bone:before{
    content:"\f5d7"
}
.fa-bong:before{
    content:"\f55c"
}
.fa-book:before{
    content:"\f02d"
}
.fa-book-dead:before{
    content:"\f6b7"
}
.fa-book-medical:before{
    content:"\f7e6"
}
.fa-book-open:before{
    content:"\f518"
}
.fa-book-reader:before{
    content:"\f5da"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-bootstrap:before{
    content:"\f836"
}
.fa-border-all:before{
    content:"\f84c"
}
.fa-border-none:before{
    content:"\f850"
}
.fa-border-style:before{
    content:"\f853"
}
.fa-bowling-ball:before{
    content:"\f436"
}
.fa-box:before{
    content:"\f466"
}
.fa-box-open:before{
    content:"\f49e"
}
.fa-box-tissue:before{
    content:"\e05b"
}
.fa-boxes:before{
    content:"\f468"
}
.fa-braille:before{
    content:"\f2a1"
}
.fa-brain:before{
    content:"\f5dc"
}
.fa-bread-slice:before{
    content:"\f7ec"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-briefcase-medical:before{
    content:"\f469"
}
.fa-broadcast-tower:before{
    content:"\f519"
}
.fa-broom:before{
    content:"\f51a"
}
.fa-brush:before{
    content:"\f55d"
}
.fa-btc:before{
    content:"\f15a"
}
.fa-buffer:before{
    content:"\f837"
}
.fa-bug:before{
    content:"\f188"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-burn:before{
    content:"\f46a"
}
.fa-buromobelexperte:before{
    content:"\f37f"
}
.fa-bus:before{
    content:"\f207"
}
.fa-bus-alt:before{
    content:"\f55e"
}
.fa-business-time:before{
    content:"\f64a"
}
.fa-buy-n-large:before{
    content:"\f8a6"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-calendar:before{
    content:"\f133"
}
.fa-calendar-alt:before{
    content:"\f073"
}
.fa-calendar-check:before{
    content:"\f274"
}
.fa-calendar-day:before{
    content:"\f783"
}
.fa-calendar-minus:before{
    content:"\f272"
}
.fa-calendar-plus:before{
    content:"\f271"
}
.fa-calendar-times:before{
    content:"\f273"
}
.fa-calendar-week:before{
    content:"\f784"
}
.fa-camera:before{
    content:"\f030"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-campground:before{
    content:"\f6bb"
}
.fa-canadian-maple-leaf:before{
    content:"\f785"
}
.fa-candy-cane:before{
    content:"\f786"
}
.fa-cannabis:before{
    content:"\f55f"
}
.fa-capsules:before{
    content:"\f46b"
}
.fa-car:before{
    content:"\f1b9"
}
.fa-car-alt:before{
    content:"\f5de"
}
.fa-car-battery:before{
    content:"\f5df"
}
.fa-car-crash:before{
    content:"\f5e1"
}
.fa-car-side:before{
    content:"\f5e4"
}
.fa-caravan:before{
    content:"\f8ff"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-caret-square-down:before{
    content:"\f150"
}
.fa-caret-square-left:before{
    content:"\f191"
}
.fa-caret-square-right:before{
    content:"\f152"
}
.fa-caret-square-up:before{
    content:"\f151"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-carrot:before{
    content:"\f787"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cash-register:before{
    content:"\f788"
}
.fa-cat:before{
    content:"\f6be"
}
.fa-cc-amazon-pay:before{
    content:"\f42d"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-apple-pay:before{
    content:"\f416"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-centercode:before{
    content:"\f380"
}
.fa-centos:before{
    content:"\f789"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-chair:before{
    content:"\f6c0"
}
.fa-chalkboard:before{
    content:"\f51b"
}
.fa-chalkboard-teacher:before{
    content:"\f51c"
}
.fa-charging-station:before{
    content:"\f5e7"
}
.fa-chart-area:before{
    content:"\f1fe"
}
.fa-chart-bar:before{
    content:"\f080"
}
.fa-chart-line:before{
    content:"\f201"
}
.fa-chart-pie:before{
    content:"\f200"
}
.fa-check:before{
    content:"\f00c"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-check-double:before{
    content:"\f560"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-cheese:before{
    content:"\f7ef"
}
.fa-chess:before{
    content:"\f439"
}
.fa-chess-bishop:before{
    content:"\f43a"
}
.fa-chess-board:before{
    content:"\f43c"
}
.fa-chess-king:before{
    content:"\f43f"
}
.fa-chess-knight:before{
    content:"\f441"
}
.fa-chess-pawn:before{
    content:"\f443"
}
.fa-chess-queen:before{
    content:"\f445"
}
.fa-chess-rook:before{
    content:"\f447"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-chromecast:before{
    content:"\f838"
}
.fa-church:before{
    content:"\f51d"
}
.fa-circle:before{
    content:"\f111"
}
.fa-circle-notch:before{
    content:"\f1ce"
}
.fa-city:before{
    content:"\f64f"
}
.fa-clinic-medical:before{
    content:"\f7f2"
}
.fa-clipboard:before{
    content:"\f328"
}
.fa-clipboard-check:before{
    content:"\f46c"
}
.fa-clipboard-list:before{
    content:"\f46d"
}
.fa-clock:before{
    content:"\f017"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-closed-captioning:before{
    content:"\f20a"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-cloud-download-alt:before{
    content:"\f381"
}
.fa-cloud-meatball:before{
    content:"\f73b"
}
.fa-cloud-moon:before{
    content:"\f6c3"
}
.fa-cloud-moon-rain:before{
    content:"\f73c"
}
.fa-cloud-rain:before{
    content:"\f73d"
}
.fa-cloud-showers-heavy:before{
    content:"\f740"
}
.fa-cloud-sun:before{
    content:"\f6c4"
}
.fa-cloud-sun-rain:before{
    content:"\f743"
}
.fa-cloud-upload-alt:before{
    content:"\f382"
}
.fa-cloudflare:before{
    content:"\e07d"
}
.fa-cloudscale:before{
    content:"\f383"
}
.fa-cloudsmith:before{
    content:"\f384"
}
.fa-cloudversify:before{
    content:"\f385"
}
.fa-cocktail:before{
    content:"\f561"
}
.fa-code:before{
    content:"\f121"
}
.fa-code-branch:before{
    content:"\f126"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cog:before{
    content:"\f013"
}
.fa-cogs:before{
    content:"\f085"
}
.fa-coins:before{
    content:"\f51e"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-comment:before{
    content:"\f075"
}
.fa-comment-alt:before{
    content:"\f27a"
}
.fa-comment-dollar:before{
    content:"\f651"
}
.fa-comment-dots:before{
    content:"\f4ad"
}
.fa-comment-medical:before{
    content:"\f7f5"
}
.fa-comment-slash:before{
    content:"\f4b3"
}
.fa-comments:before{
    content:"\f086"
}
.fa-comments-dollar:before{
    content:"\f653"
}
.fa-compact-disc:before{
    content:"\f51f"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-compress:before{
    content:"\f066"
}
.fa-compress-alt:before{
    content:"\f422"
}
.fa-compress-arrows-alt:before{
    content:"\f78c"
}
.fa-concierge-bell:before{
    content:"\f562"
}
.fa-confluence:before{
    content:"\f78d"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-cookie:before{
    content:"\f563"
}
.fa-cookie-bite:before{
    content:"\f564"
}
.fa-copy:before{
    content:"\f0c5"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-cotton-bureau:before{
    content:"\f89e"
}
.fa-couch:before{
    content:"\f4b8"
}
.fa-cpanel:before{
    content:"\f388"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-creative-commons-by:before{
    content:"\f4e7"
}
.fa-creative-commons-nc:before{
    content:"\f4e8"
}
.fa-creative-commons-nc-eu:before{
    content:"\f4e9"
}
.fa-creative-commons-nc-jp:before{
    content:"\f4ea"
}
.fa-creative-commons-nd:before{
    content:"\f4eb"
}
.fa-creative-commons-pd:before{
    content:"\f4ec"
}
.fa-creative-commons-pd-alt:before{
    content:"\f4ed"
}
.fa-creative-commons-remix:before{
    content:"\f4ee"
}
.fa-creative-commons-sa:before{
    content:"\f4ef"
}
.fa-creative-commons-sampling:before{
    content:"\f4f0"
}
.fa-creative-commons-sampling-plus:before{
    content:"\f4f1"
}
.fa-creative-commons-share:before{
    content:"\f4f2"
}
.fa-creative-commons-zero:before{
    content:"\f4f3"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-critical-role:before{
    content:"\f6c9"
}
.fa-crop:before{
    content:"\f125"
}
.fa-crop-alt:before{
    content:"\f565"
}
.fa-cross:before{
    content:"\f654"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-crow:before{
    content:"\f520"
}
.fa-crown:before{
    content:"\f521"
}
.fa-crutch:before{
    content:"\f7f7"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-css3-alt:before{
    content:"\f38b"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-cut:before{
    content:"\f0c4"
}
.fa-cuttlefish:before{
    content:"\f38c"
}
.fa-d-and-d:before{
    content:"\f38d"
}
.fa-d-and-d-beyond:before{
    content:"\f6ca"
}
.fa-dailymotion:before{
    content:"\e052"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-deaf:before{
    content:"\f2a4"
}
.fa-deezer:before{
    content:"\e077"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-democrat:before{
    content:"\f747"
}
.fa-deploydog:before{
    content:"\f38e"
}
.fa-deskpro:before{
    content:"\f38f"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-dev:before{
    content:"\f6cc"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-dharmachakra:before{
    content:"\f655"
}
.fa-dhl:before{
    content:"\f790"
}
.fa-diagnoses:before{
    content:"\f470"
}
.fa-diaspora:before{
    content:"\f791"
}
.fa-dice:before{
    content:"\f522"
}
.fa-dice-d20:before{
    content:"\f6cf"
}
.fa-dice-d6:before{
    content:"\f6d1"
}
.fa-dice-five:before{
    content:"\f523"
}
.fa-dice-four:before{
    content:"\f524"
}
.fa-dice-one:before{
    content:"\f525"
}
.fa-dice-six:before{
    content:"\f526"
}
.fa-dice-three:before{
    content:"\f527"
}
.fa-dice-two:before{
    content:"\f528"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-digital-ocean:before{
    content:"\f391"
}
.fa-digital-tachograph:before{
    content:"\f566"
}
.fa-directions:before{
    content:"\f5eb"
}
.fa-discord:before{
    content:"\f392"
}
.fa-discourse:before{
    content:"\f393"
}
.fa-disease:before{
    content:"\f7fa"
}
.fa-divide:before{
    content:"\f529"
}
.fa-dizzy:before{
    content:"\f567"
}
.fa-dna:before{
    content:"\f471"
}
.fa-dochub:before{
    content:"\f394"
}
.fa-docker:before{
    content:"\f395"
}
.fa-dog:before{
    content:"\f6d3"
}
.fa-dollar-sign:before{
    content:"\f155"
}
.fa-dolly:before{
    content:"\f472"
}
.fa-dolly-flatbed:before{
    content:"\f474"
}
.fa-donate:before{
    content:"\f4b9"
}
.fa-door-closed:before{
    content:"\f52a"
}
.fa-door-open:before{
    content:"\f52b"
}
.fa-dot-circle:before{
    content:"\f192"
}
.fa-dove:before{
    content:"\f4ba"
}
.fa-download:before{
    content:"\f019"
}
.fa-draft2digital:before{
    content:"\f396"
}
.fa-drafting-compass:before{
    content:"\f568"
}
.fa-dragon:before{
    content:"\f6d5"
}
.fa-draw-polygon:before{
    content:"\f5ee"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-dribbble-square:before{
    content:"\f397"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-drum:before{
    content:"\f569"
}
.fa-drum-steelpan:before{
    content:"\f56a"
}
.fa-drumstick-bite:before{
    content:"\f6d7"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-dumbbell:before{
    content:"\f44b"
}
.fa-dumpster:before{
    content:"\f793"
}
.fa-dumpster-fire:before{
    content:"\f794"
}
.fa-dungeon:before{
    content:"\f6d9"
}
.fa-dyalog:before{
    content:"\f399"
}
.fa-earlybirds:before{
    content:"\f39a"
}
.fa-ebay:before{
    content:"\f4f4"
}
.fa-edge:before{
    content:"\f282"
}
.fa-edge-legacy:before{
    content:"\e078"
}
.fa-edit:before{
    content:"\f044"
}
.fa-egg:before{
    content:"\f7fb"
}
.fa-eject:before{
    content:"\f052"
}
.fa-elementor:before{
    content:"\f430"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-ello:before{
    content:"\f5f1"
}
.fa-ember:before{
    content:"\f423"
}
.fa-empire:before{
    content:"\f1d1"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-envelope-open:before{
    content:"\f2b6"
}
.fa-envelope-open-text:before{
    content:"\f658"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-envira:before{
    content:"\f299"
}
.fa-equals:before{
    content:"\f52c"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-erlang:before{
    content:"\f39d"
}
.fa-ethereum:before{
    content:"\f42e"
}
.fa-ethernet:before{
    content:"\f796"
}
.fa-etsy:before{
    content:"\f2d7"
}
.fa-euro-sign:before{
    content:"\f153"
}
.fa-evernote:before{
    content:"\f839"
}
.fa-exchange-alt:before{
    content:"\f362"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-exclamation-triangle:before{
    content:"\f071"
}
.fa-expand:before{
    content:"\f065"
}
.fa-expand-alt:before{
    content:"\f424"
}
.fa-expand-arrows-alt:before{
    content:"\f31e"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-external-link-alt:before{
    content:"\f35d"
}
.fa-external-link-square-alt:before{
    content:"\f360"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-dropper:before{
    content:"\f1fb"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-facebook:before{
    content:"\f09a"
}
.fa-facebook-f:before{
    content:"\f39e"
}
.fa-facebook-messenger:before{
    content:"\f39f"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-fan:before{
    content:"\f863"
}
.fa-fantasy-flight-games:before{
    content:"\f6dc"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-faucet:before{
    content:"\e005"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-feather:before{
    content:"\f52d"
}
.fa-feather-alt:before{
    content:"\f56b"
}
.fa-fedex:before{
    content:"\f797"
}
.fa-fedora:before{
    content:"\f798"
}
.fa-female:before{
    content:"\f182"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-figma:before{
    content:"\f799"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-alt:before{
    content:"\f15c"
}
.fa-file-archive:before{
    content:"\f1c6"
}
.fa-file-audio:before{
    content:"\f1c7"
}
.fa-file-code:before{
    content:"\f1c9"
}
.fa-file-contract:before{
    content:"\f56c"
}
.fa-file-csv:before{
    content:"\f6dd"
}
.fa-file-download:before{
    content:"\f56d"
}
.fa-file-excel:before{
    content:"\f1c3"
}
.fa-file-export:before{
    content:"\f56e"
}
.fa-file-image:before{
    content:"\f1c5"
}
.fa-file-import:before{
    content:"\f56f"
}
.fa-file-invoice:before{
    content:"\f570"
}
.fa-file-invoice-dollar:before{
    content:"\f571"
}
.fa-file-medical:before{
    content:"\f477"
}
.fa-file-medical-alt:before{
    content:"\f478"
}
.fa-file-pdf:before{
    content:"\f1c1"
}
.fa-file-powerpoint:before{
    content:"\f1c4"
}
.fa-file-prescription:before{
    content:"\f572"
}
.fa-file-signature:before{
    content:"\f573"
}
.fa-file-upload:before{
    content:"\f574"
}
.fa-file-video:before{
    content:"\f1c8"
}
.fa-file-word:before{
    content:"\f1c2"
}
.fa-fill:before{
    content:"\f575"
}
.fa-fill-drip:before{
    content:"\f576"
}
.fa-film:before{
    content:"\f008"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-fingerprint:before{
    content:"\f577"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-fire-alt:before{
    content:"\f7e4"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-firefox-browser:before{
    content:"\e007"
}
.fa-first-aid:before{
    content:"\f479"
}
.fa-first-order:before{
    content:"\f2b0"
}
.fa-first-order-alt:before{
    content:"\f50a"
}
.fa-firstdraft:before{
    content:"\f3a1"
}
.fa-fish:before{
    content:"\f578"
}
.fa-fist-raised:before{
    content:"\f6de"
}
.fa-flag:before{
    content:"\f024"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-flag-usa:before{
    content:"\f74d"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-flipboard:before{
    content:"\f44d"
}
.fa-flushed:before{
    content:"\f579"
}
.fa-fly:before{
    content:"\f417"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-minus:before{
    content:"\f65d"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-folder-plus:before{
    content:"\f65e"
}
.fa-font:before{
    content:"\f031"
}
.fa-font-awesome:before{
    content:"\f2b4"
}
.fa-font-awesome-alt:before{
    content:"\f35c"
}
.fa-font-awesome-flag:before{
    content:"\f425"
}
.fa-font-awesome-logo-full:before{
    content:"\f4e6"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-fonticons-fi:before{
    content:"\f3a2"
}
.fa-football-ball:before{
    content:"\f44e"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-fort-awesome-alt:before{
    content:"\f3a3"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-free-code-camp:before{
    content:"\f2c5"
}
.fa-freebsd:before{
    content:"\f3a4"
}
.fa-frog:before{
    content:"\f52e"
}
.fa-frown:before{
    content:"\f119"
}
.fa-frown-open:before{
    content:"\f57a"
}
.fa-fulcrum:before{
    content:"\f50b"
}
.fa-funnel-dollar:before{
    content:"\f662"
}
.fa-futbol:before{
    content:"\f1e3"
}
.fa-galactic-republic:before{
    content:"\f50c"
}
.fa-galactic-senate:before{
    content:"\f50d"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-gas-pump:before{
    content:"\f52f"
}
.fa-gavel:before{
    content:"\f0e3"
}
.fa-gem:before{
    content:"\f3a5"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-gg:before{
    content:"\f260"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-ghost:before{
    content:"\f6e2"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-gifts:before{
    content:"\f79c"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-git-alt:before{
    content:"\f841"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-github:before{
    content:"\f09b"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-gitkraken:before{
    content:"\f3a6"
}
.fa-gitlab:before{
    content:"\f296"
}
.fa-gitter:before{
    content:"\f426"
}
.fa-glass-cheers:before{
    content:"\f79f"
}
.fa-glass-martini:before{
    content:"\f000"
}
.fa-glass-martini-alt:before{
    content:"\f57b"
}
.fa-glass-whiskey:before{
    content:"\f7a0"
}
.fa-glasses:before{
    content:"\f530"
}
.fa-glide:before{
    content:"\f2a5"
}
.fa-glide-g:before{
    content:"\f2a6"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-globe-africa:before{
    content:"\f57c"
}
.fa-globe-americas:before{
    content:"\f57d"
}
.fa-globe-asia:before{
    content:"\f57e"
}
.fa-globe-europe:before{
    content:"\f7a2"
}
.fa-gofore:before{
    content:"\f3a7"
}
.fa-golf-ball:before{
    content:"\f450"
}
.fa-goodreads:before{
    content:"\f3a8"
}
.fa-goodreads-g:before{
    content:"\f3a9"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-google-drive:before{
    content:"\f3aa"
}
.fa-google-pay:before{
    content:"\e079"
}
.fa-google-play:before{
    content:"\f3ab"
}
.fa-google-plus:before{
    content:"\f2b3"
}
.fa-google-plus-g:before{
    content:"\f0d5"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-gopuram:before{
    content:"\f664"
}
.fa-graduation-cap:before{
    content:"\f19d"
}
.fa-gratipay:before{
    content:"\f184"
}
.fa-grav:before{
    content:"\f2d6"
}
.fa-greater-than:before{
    content:"\f531"
}
.fa-greater-than-equal:before{
    content:"\f532"
}
.fa-grimace:before{
    content:"\f57f"
}
.fa-grin:before{
    content:"\f580"
}
.fa-grin-alt:before{
    content:"\f581"
}
.fa-grin-beam:before{
    content:"\f582"
}
.fa-grin-beam-sweat:before{
    content:"\f583"
}
.fa-grin-hearts:before{
    content:"\f584"
}
.fa-grin-squint:before{
    content:"\f585"
}
.fa-grin-squint-tears:before{
    content:"\f586"
}
.fa-grin-stars:before{
    content:"\f587"
}
.fa-grin-tears:before{
    content:"\f588"
}
.fa-grin-tongue:before{
    content:"\f589"
}
.fa-grin-tongue-squint:before{
    content:"\f58a"
}
.fa-grin-tongue-wink:before{
    content:"\f58b"
}
.fa-grin-wink:before{
    content:"\f58c"
}
.fa-grip-horizontal:before{
    content:"\f58d"
}
.fa-grip-lines:before{
    content:"\f7a4"
}
.fa-grip-lines-vertical:before{
    content:"\f7a5"
}
.fa-grip-vertical:before{
    content:"\f58e"
}
.fa-gripfire:before{
    content:"\f3ac"
}
.fa-grunt:before{
    content:"\f3ad"
}
.fa-guilded:before{
    content:"\e07e"
}
.fa-guitar:before{
    content:"\f7a6"
}
.fa-gulp:before{
    content:"\f3ae"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-hacker-news:before{
    content:"\f1d4"
}
.fa-hacker-news-square:before{
    content:"\f3af"
}
.fa-hackerrank:before{
    content:"\f5f7"
}
.fa-hamburger:before{
    content:"\f805"
}
.fa-hammer:before{
    content:"\f6e3"
}
.fa-hamsa:before{
    content:"\f665"
}
.fa-hand-holding:before{
    content:"\f4bd"
}
.fa-hand-holding-heart:before{
    content:"\f4be"
}
.fa-hand-holding-medical:before{
    content:"\e05c"
}
.fa-hand-holding-usd:before{
    content:"\f4c0"
}
.fa-hand-holding-water:before{
    content:"\f4c1"
}
.fa-hand-lizard:before{
    content:"\f258"
}
.fa-hand-middle-finger:before{
    content:"\f806"
}
.fa-hand-paper:before{
    content:"\f256"
}
.fa-hand-peace:before{
    content:"\f25b"
}
.fa-hand-point-down:before{
    content:"\f0a7"
}
.fa-hand-point-left:before{
    content:"\f0a5"
}
.fa-hand-point-right:before{
    content:"\f0a4"
}
.fa-hand-point-up:before{
    content:"\f0a6"
}
.fa-hand-pointer:before{
    content:"\f25a"
}
.fa-hand-rock:before{
    content:"\f255"
}
.fa-hand-scissors:before{
    content:"\f257"
}
.fa-hand-sparkles:before{
    content:"\e05d"
}
.fa-hand-spock:before{
    content:"\f259"
}
.fa-hands:before{
    content:"\f4c2"
}
.fa-hands-helping:before{
    content:"\f4c4"
}
.fa-hands-wash:before{
    content:"\e05e"
}
.fa-handshake:before{
    content:"\f2b5"
}
.fa-handshake-alt-slash:before{
    content:"\e05f"
}
.fa-handshake-slash:before{
    content:"\e060"
}
.fa-hanukiah:before{
    content:"\f6e6"
}
.fa-hard-hat:before{
    content:"\f807"
}
.fa-hashtag:before{
    content:"\f292"
}
.fa-hat-cowboy:before{
    content:"\f8c0"
}
.fa-hat-cowboy-side:before{
    content:"\f8c1"
}
.fa-hat-wizard:before{
    content:"\f6e8"
}
.fa-hdd:before{
    content:"\f0a0"
}
.fa-head-side-cough:before{
    content:"\e061"
}
.fa-head-side-cough-slash:before{
    content:"\e062"
}
.fa-head-side-mask:before{
    content:"\e063"
}
.fa-head-side-virus:before{
    content:"\e064"
}
.fa-heading:before{
    content:"\f1dc"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-headphones-alt:before{
    content:"\f58f"
}
.fa-headset:before{
    content:"\f590"
}
.fa-heart:before{
    content:"\f004"
}
.fa-heart-broken:before{
    content:"\f7a9"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-helicopter:before{
    content:"\f533"
}
.fa-highlighter:before{
    content:"\f591"
}
.fa-hiking:before{
    content:"\f6ec"
}
.fa-hippo:before{
    content:"\f6ed"
}
.fa-hips:before{
    content:"\f452"
}
.fa-hire-a-helper:before{
    content:"\f3b0"
}
.fa-history:before{
    content:"\f1da"
}
.fa-hive:before{
    content:"\e07f"
}
.fa-hockey-puck:before{
    content:"\f453"
}
.fa-holly-berry:before{
    content:"\f7aa"
}
.fa-home:before{
    content:"\f015"
}
.fa-hooli:before{
    content:"\f427"
}
.fa-hornbill:before{
    content:"\f592"
}
.fa-horse:before{
    content:"\f6f0"
}
.fa-horse-head:before{
    content:"\f7ab"
}
.fa-hospital:before{
    content:"\f0f8"
}
.fa-hospital-alt:before{
    content:"\f47d"
}
.fa-hospital-symbol:before{
    content:"\f47e"
}
.fa-hospital-user:before{
    content:"\f80d"
}
.fa-hot-tub:before{
    content:"\f593"
}
.fa-hotdog:before{
    content:"\f80f"
}
.fa-hotel:before{
    content:"\f594"
}
.fa-hotjar:before{
    content:"\f3b1"
}
.fa-hourglass:before{
    content:"\f254"
}
.fa-hourglass-end:before{
    content:"\f253"
}
.fa-hourglass-half:before{
    content:"\f252"
}
.fa-hourglass-start:before{
    content:"\f251"
}
.fa-house-damage:before{
    content:"\f6f1"
}
.fa-house-user:before{
    content:"\e065"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-hryvnia:before{
    content:"\f6f2"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-hubspot:before{
    content:"\f3b2"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-ice-cream:before{
    content:"\f810"
}
.fa-icicles:before{
    content:"\f7ad"
}
.fa-icons:before{
    content:"\f86d"
}
.fa-id-badge:before{
    content:"\f2c1"
}
.fa-id-card:before{
    content:"\f2c2"
}
.fa-id-card-alt:before{
    content:"\f47f"
}
.fa-ideal:before{
    content:"\e013"
}
.fa-igloo:before{
    content:"\f7ae"
}
.fa-image:before{
    content:"\f03e"
}
.fa-images:before{
    content:"\f302"
}
.fa-imdb:before{
    content:"\f2d8"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-industry:before{
    content:"\f275"
}
.fa-infinity:before{
    content:"\f534"
}
.fa-info:before{
    content:"\f129"
}
.fa-info-circle:before{
    content:"\f05a"
}
.fa-innosoft:before{
    content:"\e080"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-instagram-square:before{
    content:"\e055"
}
.fa-instalod:before{
    content:"\e081"
}
.fa-intercom:before{
    content:"\f7af"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-invision:before{
    content:"\f7b0"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-italic:before{
    content:"\f033"
}
.fa-itch-io:before{
    content:"\f83a"
}
.fa-itunes:before{
    content:"\f3b4"
}
.fa-itunes-note:before{
    content:"\f3b5"
}
.fa-java:before{
    content:"\f4e4"
}
.fa-jedi:before{
    content:"\f669"
}
.fa-jedi-order:before{
    content:"\f50e"
}
.fa-jenkins:before{
    content:"\f3b6"
}
.fa-jira:before{
    content:"\f7b1"
}
.fa-joget:before{
    content:"\f3b7"
}
.fa-joint:before{
    content:"\f595"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-journal-whills:before{
    content:"\f66a"
}
.fa-js:before{
    content:"\f3b8"
}
.fa-js-square:before{
    content:"\f3b9"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-kaaba:before{
    content:"\f66b"
}
.fa-kaggle:before{
    content:"\f5fa"
}
.fa-key:before{
    content:"\f084"
}
.fa-keybase:before{
    content:"\f4f5"
}
.fa-keyboard:before{
    content:"\f11c"
}
.fa-keycdn:before{
    content:"\f3ba"
}
.fa-khanda:before{
    content:"\f66d"
}
.fa-kickstarter:before{
    content:"\f3bb"
}
.fa-kickstarter-k:before{
    content:"\f3bc"
}
.fa-kiss:before{
    content:"\f596"
}
.fa-kiss-beam:before{
    content:"\f597"
}
.fa-kiss-wink-heart:before{
    content:"\f598"
}
.fa-kiwi-bird:before{
    content:"\f535"
}
.fa-korvue:before{
    content:"\f42f"
}
.fa-landmark:before{
    content:"\f66f"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-laptop-code:before{
    content:"\f5fc"
}
.fa-laptop-house:before{
    content:"\e066"
}
.fa-laptop-medical:before{
    content:"\f812"
}
.fa-laravel:before{
    content:"\f3bd"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-laugh:before{
    content:"\f599"
}
.fa-laugh-beam:before{
    content:"\f59a"
}
.fa-laugh-squint:before{
    content:"\f59b"
}
.fa-laugh-wink:before{
    content:"\f59c"
}
.fa-layer-group:before{
    content:"\f5fd"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-lemon:before{
    content:"\f094"
}
.fa-less:before{
    content:"\f41d"
}
.fa-less-than:before{
    content:"\f536"
}
.fa-less-than-equal:before{
    content:"\f537"
}
.fa-level-down-alt:before{
    content:"\f3be"
}
.fa-level-up-alt:before{
    content:"\f3bf"
}
.fa-life-ring:before{
    content:"\f1cd"
}
.fa-lightbulb:before{
    content:"\f0eb"
}
.fa-line:before{
    content:"\f3c0"
}
.fa-link:before{
    content:"\f0c1"
}
.fa-linkedin:before{
    content:"\f08c"
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-linode:before{
    content:"\f2b8"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-lira-sign:before{
    content:"\f195"
}
.fa-list:before{
    content:"\f03a"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-lock:before{
    content:"\f023"
}
.fa-lock-open:before{
    content:"\f3c1"
}
.fa-long-arrow-alt-down:before{
    content:"\f309"
}
.fa-long-arrow-alt-left:before{
    content:"\f30a"
}
.fa-long-arrow-alt-right:before{
    content:"\f30b"
}
.fa-long-arrow-alt-up:before{
    content:"\f30c"
}
.fa-low-vision:before{
    content:"\f2a8"
}
.fa-luggage-cart:before{
    content:"\f59d"
}
.fa-lungs:before{
    content:"\f604"
}
.fa-lungs-virus:before{
    content:"\e067"
}
.fa-lyft:before{
    content:"\f3c3"
}
.fa-magento:before{
    content:"\f3c4"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-mail-bulk:before{
    content:"\f674"
}
.fa-mailchimp:before{
    content:"\f59e"
}
.fa-male:before{
    content:"\f183"
}
.fa-mandalorian:before{
    content:"\f50f"
}
.fa-map:before{
    content:"\f279"
}
.fa-map-marked:before{
    content:"\f59f"
}
.fa-map-marked-alt:before{
    content:"\f5a0"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-map-marker-alt:before{
    content:"\f3c5"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-map-signs:before{
    content:"\f277"
}
.fa-markdown:before{
    content:"\f60f"
}
.fa-marker:before{
    content:"\f5a1"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mask:before{
    content:"\f6fa"
}
.fa-mastodon:before{
    content:"\f4f6"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-mdb:before{
    content:"\f8ca"
}
.fa-medal:before{
    content:"\f5a2"
}
.fa-medapps:before{
    content:"\f3c6"
}
.fa-medium:before{
    content:"\f23a"
}
.fa-medium-m:before{
    content:"\f3c7"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-medrt:before{
    content:"\f3c8"
}
.fa-meetup:before{
    content:"\f2e0"
}
.fa-megaport:before{
    content:"\f5a3"
}
.fa-meh:before{
    content:"\f11a"
}
.fa-meh-blank:before{
    content:"\f5a4"
}
.fa-meh-rolling-eyes:before{
    content:"\f5a5"
}
.fa-memory:before{
    content:"\f538"
}
.fa-mendeley:before{
    content:"\f7b3"
}
.fa-menorah:before{
    content:"\f676"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-meteor:before{
    content:"\f753"
}
.fa-microblog:before{
    content:"\e01a"
}
.fa-microchip:before{
    content:"\f2db"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-alt:before{
    content:"\f3c9"
}
.fa-microphone-alt-slash:before{
    content:"\f539"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-microscope:before{
    content:"\f610"
}
.fa-microsoft:before{
    content:"\f3ca"
}
.fa-minus:before{
    content:"\f068"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-mitten:before{
    content:"\f7b5"
}
.fa-mix:before{
    content:"\f3cb"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-mixer:before{
    content:"\e056"
}
.fa-mizuni:before{
    content:"\f3cc"
}
.fa-mobile:before{
    content:"\f10b"
}
.fa-mobile-alt:before{
    content:"\f3cd"
}
.fa-modx:before{
    content:"\f285"
}
.fa-monero:before{
    content:"\f3d0"
}
.fa-money-bill:before{
    content:"\f0d6"
}
.fa-money-bill-alt:before{
    content:"\f3d1"
}
.fa-money-bill-wave:before{
    content:"\f53a"
}
.fa-money-bill-wave-alt:before{
    content:"\f53b"
}
.fa-money-check:before{
    content:"\f53c"
}
.fa-money-check-alt:before{
    content:"\f53d"
}
.fa-monument:before{
    content:"\f5a6"
}
.fa-moon:before{
    content:"\f186"
}
.fa-mortar-pestle:before{
    content:"\f5a7"
}
.fa-mosque:before{
    content:"\f678"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-mountain:before{
    content:"\f6fc"
}
.fa-mouse:before{
    content:"\f8cc"
}
.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-mug-hot:before{
    content:"\f7b6"
}
.fa-music:before{
    content:"\f001"
}
.fa-napster:before{
    content:"\f3d2"
}
.fa-neos:before{
    content:"\f612"
}
.fa-network-wired:before{
    content:"\f6ff"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-newspaper:before{
    content:"\f1ea"
}
.fa-nimblr:before{
    content:"\f5a8"
}
.fa-node:before{
    content:"\f419"
}
.fa-node-js:before{
    content:"\f3d3"
}
.fa-not-equal:before{
    content:"\f53e"
}
.fa-notes-medical:before{
    content:"\f481"
}
.fa-npm:before{
    content:"\f3d4"
}
.fa-ns8:before{
    content:"\f3d5"
}
.fa-nutritionix:before{
    content:"\f3d6"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-octopus-deploy:before{
    content:"\e082"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-odnoklassniki-square:before{
    content:"\f264"
}
.fa-oil-can:before{
    content:"\f613"
}
.fa-old-republic:before{
    content:"\f510"
}
.fa-om:before{
    content:"\f679"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-orcid:before{
    content:"\f8d2"
}
.fa-osi:before{
    content:"\f41a"
}
.fa-otter:before{
    content:"\f700"
}
.fa-outdent:before{
    content:"\f03b"
}
.fa-page4:before{
    content:"\f3d7"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-pager:before{
    content:"\f815"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-paint-roller:before{
    content:"\f5aa"
}
.fa-palette:before{
    content:"\f53f"
}
.fa-palfed:before{
    content:"\f3d8"
}
.fa-pallet:before{
    content:"\f482"
}
.fa-paper-plane:before{
    content:"\f1d8"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-parachute-box:before{
    content:"\f4cd"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-parking:before{
    content:"\f540"
}
.fa-passport:before{
    content:"\f5ab"
}
.fa-pastafarianism:before{
    content:"\f67b"
}
.fa-paste:before{
    content:"\f0ea"
}
.fa-patreon:before{
    content:"\f3d9"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-pause-circle:before{
    content:"\f28b"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-peace:before{
    content:"\f67c"
}
.fa-pen:before{
    content:"\f304"
}
.fa-pen-alt:before{
    content:"\f305"
}
.fa-pen-fancy:before{
    content:"\f5ac"
}
.fa-pen-nib:before{
    content:"\f5ad"
}
.fa-pen-square:before{
    content:"\f14b"
}
.fa-pencil-alt:before{
    content:"\f303"
}
.fa-pencil-ruler:before{
    content:"\f5ae"
}
.fa-penny-arcade:before{
    content:"\f704"
}
.fa-people-arrows:before{
    content:"\e068"
}
.fa-people-carry:before{
    content:"\f4ce"
}
.fa-pepper-hot:before{
    content:"\f816"
}
.fa-perbyte:before{
    content:"\e083"
}
.fa-percent:before{
    content:"\f295"
}
.fa-percentage:before{
    content:"\f541"
}
.fa-periscope:before{
    content:"\f3da"
}
.fa-person-booth:before{
    content:"\f756"
}
.fa-phabricator:before{
    content:"\f3db"
}
.fa-phoenix-framework:before{
    content:"\f3dc"
}
.fa-phoenix-squadron:before{
    content:"\f511"
}
.fa-phone:before{
    content:"\f095"
}
.fa-phone-alt:before{
    content:"\f879"
}
.fa-phone-slash:before{
    content:"\f3dd"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-phone-square-alt:before{
    content:"\f87b"
}
.fa-phone-volume:before{
    content:"\f2a0"
}
.fa-photo-video:before{
    content:"\f87c"
}
.fa-php:before{
    content:"\f457"
}
.fa-pied-piper:before{
    content:"\f2ae"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-pied-piper-hat:before{
    content:"\f4e5"
}
.fa-pied-piper-pp:before{
    content:"\f1a7"
}
.fa-pied-piper-square:before{
    content:"\e01e"
}
.fa-piggy-bank:before{
    content:"\f4d3"
}
.fa-pills:before{
    content:"\f484"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-pizza-slice:before{
    content:"\f818"
}
.fa-place-of-worship:before{
    content:"\f67f"
}
.fa-plane:before{
    content:"\f072"
}
.fa-plane-arrival:before{
    content:"\f5af"
}
.fa-plane-departure:before{
    content:"\f5b0"
}
.fa-plane-slash:before{
    content:"\e069"
}
.fa-play:before{
    content:"\f04b"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-playstation:before{
    content:"\f3df"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-plus:before{
    content:"\f067"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-podcast:before{
    content:"\f2ce"
}
.fa-poll:before{
    content:"\f681"
}
.fa-poll-h:before{
    content:"\f682"
}
.fa-poo:before{
    content:"\f2fe"
}
.fa-poo-storm:before{
    content:"\f75a"
}
.fa-poop:before{
    content:"\f619"
}
.fa-portrait:before{
    content:"\f3e0"
}
.fa-pound-sign:before{
    content:"\f154"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-pray:before{
    content:"\f683"
}
.fa-praying-hands:before{
    content:"\f684"
}
.fa-prescription:before{
    content:"\f5b1"
}
.fa-prescription-bottle:before{
    content:"\f485"
}
.fa-prescription-bottle-alt:before{
    content:"\f486"
}
.fa-print:before{
    content:"\f02f"
}
.fa-procedures:before{
    content:"\f487"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-project-diagram:before{
    content:"\f542"
}
.fa-pump-medical:before{
    content:"\e06a"
}
.fa-pump-soap:before{
    content:"\e06b"
}
.fa-pushed:before{
    content:"\f3e1"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-python:before{
    content:"\f3e2"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-question:before{
    content:"\f128"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-quidditch:before{
    content:"\f458"
}
.fa-quinscape:before{
    content:"\f459"
}
.fa-quora:before{
    content:"\f2c4"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-quran:before{
    content:"\f687"
}
.fa-r-project:before{
    content:"\f4f7"
}
.fa-radiation:before{
    content:"\f7b9"
}
.fa-radiation-alt:before{
    content:"\f7ba"
}
.fa-rainbow:before{
    content:"\f75b"
}
.fa-random:before{
    content:"\f074"
}
.fa-raspberry-pi:before{
    content:"\f7bb"
}
.fa-ravelry:before{
    content:"\f2d9"
}
.fa-react:before{
    content:"\f41b"
}
.fa-reacteurope:before{
    content:"\f75d"
}
.fa-readme:before{
    content:"\f4d5"
}
.fa-rebel:before{
    content:"\f1d0"
}
.fa-receipt:before{
    content:"\f543"
}
.fa-record-vinyl:before{
    content:"\f8d9"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-red-river:before{
    content:"\f3e3"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-redhat:before{
    content:"\f7bc"
}
.fa-redo:before{
    content:"\f01e"
}
.fa-redo-alt:before{
    content:"\f2f9"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-remove-format:before{
    content:"\f87d"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-reply:before{
    content:"\f3e5"
}
.fa-reply-all:before{
    content:"\f122"
}
.fa-replyd:before{
    content:"\f3e6"
}
.fa-republican:before{
    content:"\f75e"
}
.fa-researchgate:before{
    content:"\f4f8"
}
.fa-resolving:before{
    content:"\f3e7"
}
.fa-restroom:before{
    content:"\f7bd"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-rev:before{
    content:"\f5b2"
}
.fa-ribbon:before{
    content:"\f4d6"
}
.fa-ring:before{
    content:"\f70b"
}
.fa-road:before{
    content:"\f018"
}
.fa-robot:before{
    content:"\f544"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-rocketchat:before{
    content:"\f3e8"
}
.fa-rockrms:before{
    content:"\f3e9"
}
.fa-route:before{
    content:"\f4d7"
}
.fa-rss:before{
    content:"\f09e"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-ruble-sign:before{
    content:"\f158"
}
.fa-ruler:before{
    content:"\f545"
}
.fa-ruler-combined:before{
    content:"\f546"
}
.fa-ruler-horizontal:before{
    content:"\f547"
}
.fa-ruler-vertical:before{
    content:"\f548"
}
.fa-running:before{
    content:"\f70c"
}
.fa-rupee-sign:before{
    content:"\f156"
}
.fa-rust:before{
    content:"\e07a"
}
.fa-sad-cry:before{
    content:"\f5b3"
}
.fa-sad-tear:before{
    content:"\f5b4"
}
.fa-safari:before{
    content:"\f267"
}
.fa-salesforce:before{
    content:"\f83b"
}
.fa-sass:before{
    content:"\f41e"
}
.fa-satellite:before{
    content:"\f7bf"
}
.fa-satellite-dish:before{
    content:"\f7c0"
}
.fa-save:before{
    content:"\f0c7"
}
.fa-schlix:before{
    content:"\f3ea"
}
.fa-school:before{
    content:"\f549"
}
.fa-screwdriver:before{
    content:"\f54a"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-scroll:before{
    content:"\f70e"
}
.fa-sd-card:before{
    content:"\f7c2"
}
.fa-search:before{
    content:"\f002"
}
.fa-search-dollar:before{
    content:"\f688"
}
.fa-search-location:before{
    content:"\f689"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-searchengin:before{
    content:"\f3eb"
}
.fa-seedling:before{
    content:"\f4d8"
}
.fa-sellcast:before{
    content:"\f2da"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-server:before{
    content:"\f233"
}
.fa-servicestack:before{
    content:"\f3ec"
}
.fa-shapes:before{
    content:"\f61f"
}
.fa-share:before{
    content:"\f064"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-shekel-sign:before{
    content:"\f20b"
}
.fa-shield-alt:before{
    content:"\f3ed"
}
.fa-shield-virus:before{
    content:"\e06c"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-shipping-fast:before{
    content:"\f48b"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-shoe-prints:before{
    content:"\f54b"
}
.fa-shopify:before{
    content:"\e057"
}
.fa-shopping-bag:before{
    content:"\f290"
}
.fa-shopping-basket:before{
    content:"\f291"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-shopware:before{
    content:"\f5b5"
}
.fa-shower:before{
    content:"\f2cc"
}
.fa-shuttle-van:before{
    content:"\f5b6"
}
.fa-sign:before{
    content:"\f4d9"
}
.fa-sign-in-alt:before{
    content:"\f2f6"
}
.fa-sign-language:before{
    content:"\f2a7"
}
.fa-sign-out-alt:before{
    content:"\f2f5"
}
.fa-signal:before{
    content:"\f012"
}
.fa-signature:before{
    content:"\f5b7"
}
.fa-sim-card:before{
    content:"\f7c4"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-sink:before{
    content:"\e06d"
}
.fa-sistrix:before{
    content:"\f3ee"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-sith:before{
    content:"\f512"
}
.fa-skating:before{
    content:"\f7c5"
}
.fa-sketch:before{
    content:"\f7c6"
}
.fa-skiing:before{
    content:"\f7c9"
}
.fa-skiing-nordic:before{
    content:"\f7ca"
}
.fa-skull:before{
    content:"\f54c"
}
.fa-skull-crossbones:before{
    content:"\f714"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-slack:before{
    content:"\f198"
}
.fa-slack-hash:before{
    content:"\f3ef"
}
.fa-slash:before{
    content:"\f715"
}
.fa-sleigh:before{
    content:"\f7cc"
}
.fa-sliders-h:before{
    content:"\f1de"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-smile:before{
    content:"\f118"
}
.fa-smile-beam:before{
    content:"\f5b8"
}
.fa-smile-wink:before{
    content:"\f4da"
}
.fa-smog:before{
    content:"\f75f"
}
.fa-smoking:before{
    content:"\f48d"
}
.fa-smoking-ban:before{
    content:"\f54d"
}
.fa-sms:before{
    content:"\f7cd"
}
.fa-snapchat:before{
    content:"\f2ab"
}
.fa-snapchat-ghost:before{
    content:"\f2ac"
}
.fa-snapchat-square:before{
    content:"\f2ad"
}
.fa-snowboarding:before{
    content:"\f7ce"
}
.fa-snowflake:before{
    content:"\f2dc"
}
.fa-snowman:before{
    content:"\f7d0"
}
.fa-snowplow:before{
    content:"\f7d2"
}
.fa-soap:before{
    content:"\e06e"
}
.fa-socks:before{
    content:"\f696"
}
.fa-solar-panel:before{
    content:"\f5ba"
}
.fa-sort:before{
    content:"\f0dc"
}
.fa-sort-alpha-down:before{
    content:"\f15d"
}
.fa-sort-alpha-down-alt:before{
    content:"\f881"
}
.fa-sort-alpha-up:before{
    content:"\f15e"
}
.fa-sort-alpha-up-alt:before{
    content:"\f882"
}
.fa-sort-amount-down:before{
    content:"\f160"
}
.fa-sort-amount-down-alt:before{
    content:"\f884"
}
.fa-sort-amount-up:before{
    content:"\f161"
}
.fa-sort-amount-up-alt:before{
    content:"\f885"
}
.fa-sort-down:before{
    content:"\f0dd"
}
.fa-sort-numeric-down:before{
    content:"\f162"
}
.fa-sort-numeric-down-alt:before{
    content:"\f886"
}
.fa-sort-numeric-up:before{
    content:"\f163"
}
.fa-sort-numeric-up-alt:before{
    content:"\f887"
}
.fa-sort-up:before{
    content:"\f0de"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-sourcetree:before{
    content:"\f7d3"
}
.fa-spa:before{
    content:"\f5bb"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-speakap:before{
    content:"\f3f3"
}
.fa-speaker-deck:before{
    content:"\f83c"
}
.fa-spell-check:before{
    content:"\f891"
}
.fa-spider:before{
    content:"\f717"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-splotch:before{
    content:"\f5bc"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-spray-can:before{
    content:"\f5bd"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-square-full:before{
    content:"\f45c"
}
.fa-square-root-alt:before{
    content:"\f698"
}
.fa-squarespace:before{
    content:"\f5be"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-stackpath:before{
    content:"\f842"
}
.fa-stamp:before{
    content:"\f5bf"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-and-crescent:before{
    content:"\f699"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-star-half-alt:before{
    content:"\f5c0"
}
.fa-star-of-david:before{
    content:"\f69a"
}
.fa-star-of-life:before{
    content:"\f621"
}
.fa-staylinked:before{
    content:"\f3f5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-steam-symbol:before{
    content:"\f3f6"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-sticker-mule:before{
    content:"\f3f7"
}
.fa-sticky-note:before{
    content:"\f249"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-stop-circle:before{
    content:"\f28d"
}
.fa-stopwatch:before{
    content:"\f2f2"
}
.fa-stopwatch-20:before{
    content:"\e06f"
}
.fa-store:before{
    content:"\f54e"
}
.fa-store-alt:before{
    content:"\f54f"
}
.fa-store-alt-slash:before{
    content:"\e070"
}
.fa-store-slash:before{
    content:"\e071"
}
.fa-strava:before{
    content:"\f428"
}
.fa-stream:before{
    content:"\f550"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-stripe:before{
    content:"\f429"
}
.fa-stripe-s:before{
    content:"\f42a"
}
.fa-stroopwafel:before{
    content:"\f551"
}
.fa-studiovinari:before{
    content:"\f3f8"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-subway:before{
    content:"\f239"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-suitcase-rolling:before{
    content:"\f5c1"
}
.fa-sun:before{
    content:"\f185"
}
.fa-superpowers:before{
    content:"\f2dd"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-supple:before{
    content:"\f3f9"
}
.fa-surprise:before{
    content:"\f5c2"
}
.fa-suse:before{
    content:"\f7d6"
}
.fa-swatchbook:before{
    content:"\f5c3"
}
.fa-swift:before{
    content:"\f8e1"
}
.fa-swimmer:before{
    content:"\f5c4"
}
.fa-swimming-pool:before{
    content:"\f5c5"
}
.fa-symfony:before{
    content:"\f83d"
}
.fa-synagogue:before{
    content:"\f69b"
}
.fa-sync:before{
    content:"\f021"
}
.fa-sync-alt:before{
    content:"\f2f1"
}
.fa-syringe:before{
    content:"\f48e"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-table-tennis:before{
    content:"\f45d"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-tablet-alt:before{
    content:"\f3fa"
}
.fa-tablets:before{
    content:"\f490"
}
.fa-tachometer-alt:before{
    content:"\f3fd"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-tape:before{
    content:"\f4db"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-taxi:before{
    content:"\f1ba"
}
.fa-teamspeak:before{
    content:"\f4f9"
}
.fa-teeth:before{
    content:"\f62e"
}
.fa-teeth-open:before{
    content:"\f62f"
}
.fa-telegram:before{
    content:"\f2c6"
}
.fa-telegram-plane:before{
    content:"\f3fe"
}
.fa-temperature-high:before{
    content:"\f769"
}
.fa-temperature-low:before{
    content:"\f76b"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-tenge:before{
    content:"\f7d7"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-the-red-yeti:before{
    content:"\f69d"
}
.fa-theater-masks:before{
    content:"\f630"
}
.fa-themeco:before{
    content:"\f5c6"
}
.fa-themeisle:before{
    content:"\f2b2"
}
.fa-thermometer:before{
    content:"\f491"
}
.fa-thermometer-empty:before{
    content:"\f2cb"
}
.fa-thermometer-full:before{
    content:"\f2c7"
}
.fa-thermometer-half:before{
    content:"\f2c9"
}
.fa-thermometer-quarter:before{
    content:"\f2ca"
}
.fa-thermometer-three-quarters:before{
    content:"\f2c8"
}
.fa-think-peaks:before{
    content:"\f731"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbtack:before{
    content:"\f08d"
}
.fa-ticket-alt:before{
    content:"\f3ff"
}
.fa-tiktok:before{
    content:"\e07b"
}
.fa-times:before{
    content:"\f00d"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-tint:before{
    content:"\f043"
}
.fa-tint-slash:before{
    content:"\f5c7"
}
.fa-tired:before{
    content:"\f5c8"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-toilet:before{
    content:"\f7d8"
}
.fa-toilet-paper:before{
    content:"\f71e"
}
.fa-toilet-paper-slash:before{
    content:"\e072"
}
.fa-toolbox:before{
    content:"\f552"
}
.fa-tools:before{
    content:"\f7d9"
}
.fa-tooth:before{
    content:"\f5c9"
}
.fa-torah:before{
    content:"\f6a0"
}
.fa-torii-gate:before{
    content:"\f6a1"
}
.fa-tractor:before{
    content:"\f722"
}
.fa-trade-federation:before{
    content:"\f513"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-traffic-light:before{
    content:"\f637"
}
.fa-trailer:before{
    content:"\e041"
}
.fa-train:before{
    content:"\f238"
}
.fa-tram:before{
    content:"\f7da"
}
.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-trash-alt:before{
    content:"\f2ed"
}
.fa-trash-restore:before{
    content:"\f829"
}
.fa-trash-restore-alt:before{
    content:"\f82a"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-trello:before{
    content:"\f181"
}
.fa-tripadvisor:before{
    content:"\f262"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-truck-loading:before{
    content:"\f4de"
}
.fa-truck-monster:before{
    content:"\f63b"
}
.fa-truck-moving:before{
    content:"\f4df"
}
.fa-truck-pickup:before{
    content:"\f63c"
}
.fa-tshirt:before{
    content:"\f553"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-tv:before{
    content:"\f26c"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-typo3:before{
    content:"\f42b"
}
.fa-uber:before{
    content:"\f402"
}
.fa-ubuntu:before{
    content:"\f7df"
}
.fa-uikit:before{
    content:"\f403"
}
.fa-umbraco:before{
    content:"\f8e8"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-umbrella-beach:before{
    content:"\f5ca"
}
.fa-uncharted:before{
    content:"\e084"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-undo:before{
    content:"\f0e2"
}
.fa-undo-alt:before{
    content:"\f2ea"
}
.fa-uniregistry:before{
    content:"\f404"
}
.fa-unity:before{
    content:"\e049"
}
.fa-universal-access:before{
    content:"\f29a"
}
.fa-university:before{
    content:"\f19c"
}
.fa-unlink:before{
    content:"\f127"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-unsplash:before{
    content:"\e07c"
}
.fa-untappd:before{
    content:"\f405"
}
.fa-upload:before{
    content:"\f093"
}
.fa-ups:before{
    content:"\f7e0"
}
.fa-usb:before{
    content:"\f287"
}
.fa-user:before{
    content:"\f007"
}
.fa-user-alt:before{
    content:"\f406"
}
.fa-user-alt-slash:before{
    content:"\f4fa"
}
.fa-user-astronaut:before{
    content:"\f4fb"
}
.fa-user-check:before{
    content:"\f4fc"
}
.fa-user-circle:before{
    content:"\f2bd"
}
.fa-user-clock:before{
    content:"\f4fd"
}
.fa-user-cog:before{
    content:"\f4fe"
}
.fa-user-edit:before{
    content:"\f4ff"
}
.fa-user-friends:before{
    content:"\f500"
}
.fa-user-graduate:before{
    content:"\f501"
}
.fa-user-injured:before{
    content:"\f728"
}
.fa-user-lock:before{
    content:"\f502"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-user-minus:before{
    content:"\f503"
}
.fa-user-ninja:before{
    content:"\f504"
}
.fa-user-nurse:before{
    content:"\f82f"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-user-shield:before{
    content:"\f505"
}
.fa-user-slash:before{
    content:"\f506"
}
.fa-user-tag:before{
    content:"\f507"
}
.fa-user-tie:before{
    content:"\f508"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-users:before{
    content:"\f0c0"
}
.fa-users-cog:before{
    content:"\f509"
}
.fa-users-slash:before{
    content:"\e073"
}
.fa-usps:before{
    content:"\f7e1"
}
.fa-ussunnah:before{
    content:"\f407"
}
.fa-utensil-spoon:before{
    content:"\f2e5"
}
.fa-utensils:before{
    content:"\f2e7"
}
.fa-vaadin:before{
    content:"\f408"
}
.fa-vector-square:before{
    content:"\f5cb"
}
.fa-venus:before{
    content:"\f221"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-vest:before{
    content:"\e085"
}
.fa-vest-patches:before{
    content:"\e086"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-viadeo:before{
    content:"\f2a9"
}
.fa-viadeo-square:before{
    content:"\f2aa"
}
.fa-vial:before{
    content:"\f492"
}
.fa-vials:before{
    content:"\f493"
}
.fa-viber:before{
    content:"\f409"
}
.fa-video:before{
    content:"\f03d"
}
.fa-video-slash:before{
    content:"\f4e2"
}
.fa-vihara:before{
    content:"\f6a7"
}
.fa-vimeo:before{
    content:"\f40a"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-vimeo-v:before{
    content:"\f27d"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-virus:before{
    content:"\e074"
}
.fa-virus-slash:before{
    content:"\e075"
}
.fa-viruses:before{
    content:"\e076"
}
.fa-vk:before{
    content:"\f189"
}
.fa-vnv:before{
    content:"\f40b"
}
.fa-voicemail:before{
    content:"\f897"
}
.fa-volleyball-ball:before{
    content:"\f45f"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-mute:before{
    content:"\f6a9"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-vote-yea:before{
    content:"\f772"
}
.fa-vr-cardboard:before{
    content:"\f729"
}
.fa-vuejs:before{
    content:"\f41f"
}
.fa-walking:before{
    content:"\f554"
}
.fa-wallet:before{
    content:"\f555"
}
.fa-warehouse:before{
    content:"\f494"
}
.fa-watchman-monitoring:before{
    content:"\e087"
}
.fa-water:before{
    content:"\f773"
}
.fa-wave-square:before{
    content:"\f83e"
}
.fa-waze:before{
    content:"\f83f"
}
.fa-weebly:before{
    content:"\f5cc"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-weight:before{
    content:"\f496"
}
.fa-weight-hanging:before{
    content:"\f5cd"
}
.fa-weixin:before{
    content:"\f1d7"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-whatsapp-square:before{
    content:"\f40c"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-whmcs:before{
    content:"\f40d"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-wind:before{
    content:"\f72e"
}
.fa-window-close:before{
    content:"\f410"
}
.fa-window-maximize:before{
    content:"\f2d0"
}
.fa-window-minimize:before{
    content:"\f2d1"
}
.fa-window-restore:before{
    content:"\f2d2"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-wine-bottle:before{
    content:"\f72f"
}
.fa-wine-glass:before{
    content:"\f4e3"
}
.fa-wine-glass-alt:before{
    content:"\f5ce"
}
.fa-wix:before{
    content:"\f5cf"
}
.fa-wizards-of-the-coast:before{
    content:"\f730"
}
.fa-wodu:before{
    content:"\e088"
}
.fa-wolf-pack-battalion:before{
    content:"\f514"
}
.fa-won-sign:before{
    content:"\f159"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-wordpress-simple:before{
    content:"\f411"
}
.fa-wpbeginner:before{
    content:"\f297"
}
.fa-wpexplorer:before{
    content:"\f2de"
}
.fa-wpforms:before{
    content:"\f298"
}
.fa-wpressr:before{
    content:"\f3e4"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-x-ray:before{
    content:"\f497"
}
.fa-xbox:before{
    content:"\f412"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-y-combinator:before{
    content:"\f23b"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-yammer:before{
    content:"\f840"
}
.fa-yandex:before{
    content:"\f413"
}
.fa-yandex-international:before{
    content:"\f414"
}
.fa-yarn:before{
    content:"\f7e3"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-yen-sign:before{
    content:"\f157"
}
.fa-yin-yang:before{
    content:"\f6ad"
}
.fa-yoast:before{
    content:"\f2b1"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-youtube-square:before{
    content:"\f431"
}
.fa-zhihu:before{
    content:"\f63f"
}
.sr-only{
    border:0;
    clip:rect(0,0,0,0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto
}
@font-face{
    font-family:"Font Awesome 5 Brands";
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url(./fonts/fa-brands-400.eot);
    src:url(./fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(./fonts/fa-brands-400.woff2) format("woff2");
}
.fab{
    font-family:"Font Awesome 5 Brands"
}
@font-face{
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url(./fonts/fa-regular-400.eot);
    src:url(./fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(./fonts/fa-regular-400.woff2) format("woff2");
}
.fab,.far{
    font-weight:400
}
@font-face{
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:900;
    font-display:block;
    src:url(./fonts/fa-solid-900.eot);
    src:url(./fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(./fonts/fa-solid-900.woff2) format("woff2");
}
.fa,.far,.fas{
    font-family:"Font Awesome 5 Free"
}
.fa,.fas{
    font-weight:900
}
/*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
 .fa.fa-glass:before{
    content:"\f000"
}
.fa.fa-meetup{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-star-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-star-o:before{
    content:"\f005"
}
.fa.fa-close:before,.fa.fa-remove:before{
    content:"\f00d"
}
.fa.fa-gear:before{
    content:"\f013"
}
.fa.fa-trash-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-trash-o:before{
    content:"\f2ed"
}
.fa.fa-file-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-o:before{
    content:"\f15b"
}
.fa.fa-clock-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-clock-o:before{
    content:"\f017"
}
.fa.fa-arrow-circle-o-down{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-arrow-circle-o-down:before{
    content:"\f358"
}
.fa.fa-arrow-circle-o-up{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-arrow-circle-o-up:before{
    content:"\f35b"
}
.fa.fa-play-circle-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-play-circle-o:before{
    content:"\f144"
}
.fa.fa-repeat:before,.fa.fa-rotate-right:before{
    content:"\f01e"
}
.fa.fa-refresh:before{
    content:"\f021"
}
.fa.fa-list-alt{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-dedent:before{
    content:"\f03b"
}
.fa.fa-video-camera:before{
    content:"\f03d"
}
.fa.fa-picture-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-picture-o:before{
    content:"\f03e"
}
.fa.fa-photo{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-photo:before{
    content:"\f03e"
}
.fa.fa-image{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-image:before{
    content:"\f03e"
}
.fa.fa-pencil:before{
    content:"\f303"
}
.fa.fa-map-marker:before{
    content:"\f3c5"
}
.fa.fa-pencil-square-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-pencil-square-o:before{
    content:"\f044"
}
.fa.fa-share-square-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-share-square-o:before{
    content:"\f14d"
}
.fa.fa-check-square-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-check-square-o:before{
    content:"\f14a"
}
.fa.fa-arrows:before{
    content:"\f0b2"
}
.fa.fa-times-circle-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-times-circle-o:before{
    content:"\f057"
}
.fa.fa-check-circle-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-check-circle-o:before{
    content:"\f058"
}
.fa.fa-mail-forward:before{
    content:"\f064"
}
.fa.fa-expand:before{
    content:"\f424"
}
.fa.fa-compress:before{
    content:"\f422"
}
.fa.fa-eye,.fa.fa-eye-slash{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-warning:before{
    content:"\f071"
}
.fa.fa-calendar:before{
    content:"\f073"
}
.fa.fa-arrows-v:before{
    content:"\f338"
}
.fa.fa-arrows-h:before{
    content:"\f337"
}
.fa.fa-bar-chart{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-bar-chart:before{
    content:"\f080"
}
.fa.fa-bar-chart-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-bar-chart-o:before{
    content:"\f080"
}
.fa.fa-facebook-square,.fa.fa-twitter-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-gears:before{
    content:"\f085"
}
.fa.fa-thumbs-o-up{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-thumbs-o-up:before{
    content:"\f164"
}
.fa.fa-thumbs-o-down{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-thumbs-o-down:before{
    content:"\f165"
}
.fa.fa-heart-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-heart-o:before{
    content:"\f004"
}
.fa.fa-sign-out:before{
    content:"\f2f5"
}
.fa.fa-linkedin-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-linkedin-square:before{
    content:"\f08c"
}
.fa.fa-thumb-tack:before{
    content:"\f08d"
}
.fa.fa-external-link:before{
    content:"\f35d"
}
.fa.fa-sign-in:before{
    content:"\f2f6"
}
.fa.fa-github-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-lemon-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-lemon-o:before{
    content:"\f094"
}
.fa.fa-square-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-square-o:before{
    content:"\f0c8"
}
.fa.fa-bookmark-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-bookmark-o:before{
    content:"\f02e"
}
.fa.fa-facebook,.fa.fa-twitter{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-facebook:before{
    content:"\f39e"
}
.fa.fa-facebook-f{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-facebook-f:before{
    content:"\f39e"
}
.fa.fa-github{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-credit-card{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-feed:before{
    content:"\f09e"
}
.fa.fa-hdd-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hdd-o:before{
    content:"\f0a0"
}
.fa.fa-hand-o-right{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-o-right:before{
    content:"\f0a4"
}
.fa.fa-hand-o-left{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-o-left:before{
    content:"\f0a5"
}
.fa.fa-hand-o-up{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-o-up:before{
    content:"\f0a6"
}
.fa.fa-hand-o-down{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-o-down:before{
    content:"\f0a7"
}
.fa.fa-arrows-alt:before{
    content:"\f31e"
}
.fa.fa-group:before{
    content:"\f0c0"
}
.fa.fa-chain:before{
    content:"\f0c1"
}
.fa.fa-scissors:before{
    content:"\f0c4"
}
.fa.fa-files-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-files-o:before{
    content:"\f0c5"
}
.fa.fa-floppy-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-floppy-o:before{
    content:"\f0c7"
}
.fa.fa-navicon:before,.fa.fa-reorder:before{
    content:"\f0c9"
}
.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-google-plus:before{
    content:"\f0d5"
}
.fa.fa-money{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-money:before{
    content:"\f3d1"
}
.fa.fa-unsorted:before{
    content:"\f0dc"
}
.fa.fa-sort-desc:before{
    content:"\f0dd"
}
.fa.fa-sort-asc:before{
    content:"\f0de"
}
.fa.fa-linkedin{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-linkedin:before{
    content:"\f0e1"
}
.fa.fa-rotate-left:before{
    content:"\f0e2"
}
.fa.fa-legal:before{
    content:"\f0e3"
}
.fa.fa-dashboard:before,.fa.fa-tachometer:before{
    content:"\f3fd"
}
.fa.fa-comment-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-comment-o:before{
    content:"\f075"
}
.fa.fa-comments-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-comments-o:before{
    content:"\f086"
}
.fa.fa-flash:before{
    content:"\f0e7"
}
.fa.fa-clipboard,.fa.fa-paste{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-paste:before{
    content:"\f328"
}
.fa.fa-lightbulb-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-lightbulb-o:before{
    content:"\f0eb"
}
.fa.fa-exchange:before{
    content:"\f362"
}
.fa.fa-cloud-download:before{
    content:"\f381"
}
.fa.fa-cloud-upload:before{
    content:"\f382"
}
.fa.fa-bell-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-bell-o:before{
    content:"\f0f3"
}
.fa.fa-cutlery:before{
    content:"\f2e7"
}
.fa.fa-file-text-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-text-o:before{
    content:"\f15c"
}
.fa.fa-building-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-building-o:before{
    content:"\f1ad"
}
.fa.fa-hospital-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hospital-o:before{
    content:"\f0f8"
}
.fa.fa-tablet:before{
    content:"\f3fa"
}
.fa.fa-mobile-phone:before,.fa.fa-mobile:before{
    content:"\f3cd"
}
.fa.fa-circle-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-circle-o:before{
    content:"\f111"
}
.fa.fa-mail-reply:before{
    content:"\f3e5"
}
.fa.fa-github-alt{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-folder-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-folder-o:before{
    content:"\f07b"
}
.fa.fa-folder-open-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-folder-open-o:before{
    content:"\f07c"
}
.fa.fa-smile-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-smile-o:before{
    content:"\f118"
}
.fa.fa-frown-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-frown-o:before{
    content:"\f119"
}
.fa.fa-meh-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-meh-o:before{
    content:"\f11a"
}
.fa.fa-keyboard-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-keyboard-o:before{
    content:"\f11c"
}
.fa.fa-flag-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-flag-o:before{
    content:"\f024"
}
.fa.fa-mail-reply-all:before{
    content:"\f122"
}
.fa.fa-star-half-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-star-half-o:before{
    content:"\f089"
}
.fa.fa-star-half-empty{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-star-half-empty:before{
    content:"\f089"
}
.fa.fa-star-half-full{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-star-half-full:before{
    content:"\f089"
}
.fa.fa-code-fork:before{
    content:"\f126"
}
.fa.fa-chain-broken:before{
    content:"\f127"
}
.fa.fa-shield:before{
    content:"\f3ed"
}
.fa.fa-calendar-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-calendar-o:before{
    content:"\f133"
}
.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-ticket:before{
    content:"\f3ff"
}
.fa.fa-minus-square-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-minus-square-o:before{
    content:"\f146"
}
.fa.fa-level-up:before{
    content:"\f3bf"
}
.fa.fa-level-down:before{
    content:"\f3be"
}
.fa.fa-pencil-square:before{
    content:"\f14b"
}
.fa.fa-external-link-square:before{
    content:"\f360"
}
.fa.fa-compass{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-caret-square-o-down{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-caret-square-o-down:before{
    content:"\f150"
}
.fa.fa-toggle-down{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-toggle-down:before{
    content:"\f150"
}
.fa.fa-caret-square-o-up{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-caret-square-o-up:before{
    content:"\f151"
}
.fa.fa-toggle-up{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-toggle-up:before{
    content:"\f151"
}
.fa.fa-caret-square-o-right{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-caret-square-o-right:before{
    content:"\f152"
}
.fa.fa-toggle-right{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-toggle-right:before{
    content:"\f152"
}
.fa.fa-eur:before,.fa.fa-euro:before{
    content:"\f153"
}
.fa.fa-gbp:before{
    content:"\f154"
}
.fa.fa-dollar:before,.fa.fa-usd:before{
    content:"\f155"
}
.fa.fa-inr:before,.fa.fa-rupee:before{
    content:"\f156"
}
.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{
    content:"\f157"
}
.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{
    content:"\f158"
}
.fa.fa-krw:before,.fa.fa-won:before{
    content:"\f159"
}
.fa.fa-bitcoin,.fa.fa-btc{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-bitcoin:before{
    content:"\f15a"
}
.fa.fa-file-text:before{
    content:"\f15c"
}
.fa.fa-sort-alpha-asc:before{
    content:"\f15d"
}
.fa.fa-sort-alpha-desc:before{
    content:"\f881"
}
.fa.fa-sort-amount-asc:before{
    content:"\f160"
}
.fa.fa-sort-amount-desc:before{
    content:"\f884"
}
.fa.fa-sort-numeric-asc:before{
    content:"\f162"
}
.fa.fa-sort-numeric-desc:before{
    content:"\f886"
}
.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-youtube-play:before{
    content:"\f167"
}
.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-bitbucket-square:before{
    content:"\f171"
}
.fa.fa-tumblr,.fa.fa-tumblr-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-long-arrow-down:before{
    content:"\f309"
}
.fa.fa-long-arrow-up:before{
    content:"\f30c"
}
.fa.fa-long-arrow-left:before{
    content:"\f30a"
}
.fa.fa-long-arrow-right:before{
    content:"\f30b"
}
.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-gittip:before{
    content:"\f184"
}
.fa.fa-sun-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-sun-o:before{
    content:"\f185"
}
.fa.fa-moon-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-moon-o:before{
    content:"\f186"
}
.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-arrow-circle-o-right{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-arrow-circle-o-right:before{
    content:"\f35a"
}
.fa.fa-arrow-circle-o-left{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-arrow-circle-o-left:before{
    content:"\f359"
}
.fa.fa-caret-square-o-left{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-caret-square-o-left:before{
    content:"\f191"
}
.fa.fa-toggle-left{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-toggle-left:before{
    content:"\f191"
}
.fa.fa-dot-circle-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-dot-circle-o:before{
    content:"\f192"
}
.fa.fa-vimeo-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-try:before,.fa.fa-turkish-lira:before{
    content:"\f195"
}
.fa.fa-plus-square-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-plus-square-o:before{
    content:"\f0fe"
}
.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-bank:before,.fa.fa-institution:before{
    content:"\f19c"
}
.fa.fa-mortar-board:before{
    content:"\f19d"
}
.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-spoon:before{
    content:"\f2e5"
}
.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-automobile:before{
    content:"\f1b9"
}
.fa.fa-envelope-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-envelope-o:before{
    content:"\f0e0"
}
.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-file-pdf-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-pdf-o:before{
    content:"\f1c1"
}
.fa.fa-file-word-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-word-o:before{
    content:"\f1c2"
}
.fa.fa-file-excel-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-excel-o:before{
    content:"\f1c3"
}
.fa.fa-file-powerpoint-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-powerpoint-o:before{
    content:"\f1c4"
}
.fa.fa-file-image-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-image-o:before{
    content:"\f1c5"
}
.fa.fa-file-photo-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-photo-o:before{
    content:"\f1c5"
}
.fa.fa-file-picture-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-picture-o:before{
    content:"\f1c5"
}
.fa.fa-file-archive-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-archive-o:before{
    content:"\f1c6"
}
.fa.fa-file-zip-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-zip-o:before{
    content:"\f1c6"
}
.fa.fa-file-audio-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-audio-o:before{
    content:"\f1c7"
}
.fa.fa-file-sound-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-sound-o:before{
    content:"\f1c7"
}
.fa.fa-file-video-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-video-o:before{
    content:"\f1c8"
}
.fa.fa-file-movie-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-movie-o:before{
    content:"\f1c8"
}
.fa.fa-file-code-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-file-code-o:before{
    content:"\f1c9"
}
.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-life-bouy,.fa.fa-life-ring{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-life-bouy:before{
    content:"\f1cd"
}
.fa.fa-life-buoy{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-life-buoy:before{
    content:"\f1cd"
}
.fa.fa-life-saver{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-life-saver:before{
    content:"\f1cd"
}
.fa.fa-support{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-support:before{
    content:"\f1cd"
}
.fa.fa-circle-o-notch:before{
    content:"\f1ce"
}
.fa.fa-ra,.fa.fa-rebel{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-ra:before{
    content:"\f1d0"
}
.fa.fa-resistance{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-resistance:before{
    content:"\f1d0"
}
.fa.fa-empire,.fa.fa-ge{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-ge:before{
    content:"\f1d1"
}
.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-y-combinator-square:before{
    content:"\f1d4"
}
.fa.fa-yc-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-yc-square:before{
    content:"\f1d4"
}
.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-wechat:before{
    content:"\f1d7"
}
.fa.fa-send:before{
    content:"\f1d8"
}
.fa.fa-paper-plane-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-paper-plane-o:before{
    content:"\f1d8"
}
.fa.fa-send-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-send-o:before{
    content:"\f1d8"
}
.fa.fa-circle-thin{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-circle-thin:before{
    content:"\f111"
}
.fa.fa-header:before{
    content:"\f1dc"
}
.fa.fa-sliders:before{
    content:"\f1de"
}
.fa.fa-futbol-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-futbol-o:before{
    content:"\f1e3"
}
.fa.fa-soccer-ball-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-soccer-ball-o:before{
    content:"\f1e3"
}
.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-newspaper-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-newspaper-o:before{
    content:"\f1ea"
}
.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-bell-slash-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-bell-slash-o:before{
    content:"\f1f6"
}
.fa.fa-trash:before{
    content:"\f2ed"
}
.fa.fa-copyright{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-eyedropper:before{
    content:"\f1fb"
}
.fa.fa-area-chart:before{
    content:"\f1fe"
}
.fa.fa-pie-chart:before{
    content:"\f200"
}
.fa.fa-line-chart:before{
    content:"\f201"
}
.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-cc{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-cc:before{
    content:"\f20a"
}
.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{
    content:"\f20b"
}
.fa.fa-meanpath{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-meanpath:before{
    content:"\f2b4"
}
.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-diamond{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-diamond:before{
    content:"\f3a5"
}
.fa.fa-intersex:before{
    content:"\f224"
}
.fa.fa-facebook-official{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-facebook-official:before{
    content:"\f09a"
}
.fa.fa-pinterest-p,.fa.fa-whatsapp{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-hotel:before{
    content:"\f236"
}
.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-yc:before{
    content:"\f23b"
}
.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-battery-4:before,.fa.fa-battery:before{
    content:"\f240"
}
.fa.fa-battery-3:before{
    content:"\f241"
}
.fa.fa-battery-2:before{
    content:"\f242"
}
.fa.fa-battery-1:before{
    content:"\f243"
}
.fa.fa-battery-0:before{
    content:"\f244"
}
.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-sticky-note-o:before{
    content:"\f249"
}
.fa.fa-cc-diners-club,.fa.fa-cc-jcb{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-clone,.fa.fa-hourglass-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hourglass-o:before{
    content:"\f254"
}
.fa.fa-hourglass-1:before{
    content:"\f251"
}
.fa.fa-hourglass-2:before{
    content:"\f252"
}
.fa.fa-hourglass-3:before{
    content:"\f253"
}
.fa.fa-hand-rock-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-rock-o:before{
    content:"\f255"
}
.fa.fa-hand-grab-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-grab-o:before{
    content:"\f255"
}
.fa.fa-hand-paper-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-paper-o:before{
    content:"\f256"
}
.fa.fa-hand-stop-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-stop-o:before{
    content:"\f256"
}
.fa.fa-hand-scissors-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-scissors-o:before{
    content:"\f257"
}
.fa.fa-hand-lizard-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-lizard-o:before{
    content:"\f258"
}
.fa.fa-hand-spock-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-spock-o:before{
    content:"\f259"
}
.fa.fa-hand-pointer-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-pointer-o:before{
    content:"\f25a"
}
.fa.fa-hand-peace-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-hand-peace-o:before{
    content:"\f25b"
}
.fa.fa-registered{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-television:before{
    content:"\f26c"
}
.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-calendar-plus-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-calendar-plus-o:before{
    content:"\f271"
}
.fa.fa-calendar-minus-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-calendar-minus-o:before{
    content:"\f272"
}
.fa.fa-calendar-times-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-calendar-times-o:before{
    content:"\f273"
}
.fa.fa-calendar-check-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-calendar-check-o:before{
    content:"\f274"
}
.fa.fa-map-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-map-o:before{
    content:"\f279"
}
.fa.fa-commenting:before{
    content:"\f4ad"
}
.fa.fa-commenting-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-commenting-o:before{
    content:"\f4ad"
}
.fa.fa-houzz,.fa.fa-vimeo{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-vimeo:before{
    content:"\f27d"
}
.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-credit-card-alt:before{
    content:"\f09d"
}
.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-pause-circle-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-pause-circle-o:before{
    content:"\f28b"
}
.fa.fa-stop-circle-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-stop-circle-o:before{
    content:"\f28d"
}
.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-wheelchair-alt:before{
    content:"\f368"
}
.fa.fa-question-circle-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-question-circle-o:before{
    content:"\f059"
}
.fa.fa-volume-control-phone:before{
    content:"\f2a0"
}
.fa.fa-asl-interpreting:before{
    content:"\f2a3"
}
.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{
    content:"\f2a4"
}
.fa.fa-glide,.fa.fa-glide-g{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-signing:before{
    content:"\f2a7"
}
.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-google-plus-official:before{
    content:"\f2b3"
}
.fa.fa-google-plus-circle{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-google-plus-circle:before{
    content:"\f2b3"
}
.fa.fa-fa,.fa.fa-font-awesome{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-fa:before{
    content:"\f2b4"
}
.fa.fa-handshake-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-handshake-o:before{
    content:"\f2b5"
}
.fa.fa-envelope-open-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-envelope-open-o:before{
    content:"\f2b6"
}
.fa.fa-linode{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-address-book-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-address-book-o:before{
    content:"\f2b9"
}
.fa.fa-vcard:before{
    content:"\f2bb"
}
.fa.fa-address-card-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-address-card-o:before{
    content:"\f2bb"
}
.fa.fa-vcard-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-vcard-o:before{
    content:"\f2bb"
}
.fa.fa-user-circle-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-user-circle-o:before{
    content:"\f2bd"
}
.fa.fa-user-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-user-o:before{
    content:"\f007"
}
.fa.fa-id-badge{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-drivers-license:before{
    content:"\f2c2"
}
.fa.fa-id-card-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-id-card-o:before{
    content:"\f2c2"
}
.fa.fa-drivers-license-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-drivers-license-o:before{
    content:"\f2c2"
}
.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{
    content:"\f2c7"
}
.fa.fa-thermometer-3:before{
    content:"\f2c8"
}
.fa.fa-thermometer-2:before{
    content:"\f2c9"
}
.fa.fa-thermometer-1:before{
    content:"\f2ca"
}
.fa.fa-thermometer-0:before{
    content:"\f2cb"
}
.fa.fa-bathtub:before,.fa.fa-s15:before{
    content:"\f2cd"
}
.fa.fa-window-maximize,.fa.fa-window-restore{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-times-rectangle:before{
    content:"\f410"
}
.fa.fa-window-close-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-window-close-o:before{
    content:"\f410"
}
.fa.fa-times-rectangle-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-times-rectangle-o:before{
    content:"\f410"
}
.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-eercast:before{
    content:"\f2da"
}
.fa.fa-snowflake-o{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fa.fa-snowflake-o:before{
    content:"\f2dc"
}
.fa.fa-superpowers,.fa.fa-wpexplorer{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
.fa.fa-cab:before{
    content:"\f1ba"
}
/*! elementor - v3.31.0 - 09-09-2025 */
 .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{
    color:inherit;
    font-size:inherit;
    line-height:inherit
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small{
    font-size:15px
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium{
    font-size:19px
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large{
    font-size:29px
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl{
    font-size:39px
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{
    font-size:59px
}
 @keyframes fadeInLeft{
    from{
        opacity:0;
        transform:translate3d(-100%,0,0)
    }
    to{
        opacity:1;
        transform:none
    }
}
.fadeInLeft{
    animation-name:fadeInLeft
}
/*! elementor-pro - v3.31.0 - 08-09-2025 */
 .elementor-headline{
    display:block;
    font-size:43px;
    line-height:1.2
}
.elementor-headline-dynamic-text{
    color:var(--dynamic-text-color,#aebcb9)
}
.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper{
    text-align:start
}
.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper{
    overflow:visible;
    text-align:inherit
}
.elementor-headline--style-highlight .elementor-headline-dynamic-text{
    z-index:1
}
.elementor-headline--style-highlight .elementor-headline-plain-text{
    position:relative;
    z-index:1
}
.elementor-headline--style-highlight svg{
    height:calc(100% + 20px);
    left:50%;
    overflow:visible;
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%);
    width:calc(100% + 20px)
}
.elementor-headline--style-highlight svg path{
    stroke:red;
    stroke-width:9;
    fill:none;
    opacity:0;
    stroke-dasharray:0 1500;
    transition:.3s
}
.elementor-headline.e-animated svg path{
    animation:elementor-headline-dash forwards;
    animation-duration:var(--animation-duration,1.2s);
    animation-iteration-count:1
}
.elementor-headline.e-animated svg path:nth-of-type(2){
    animation-delay:calc(var(--animation-duration, 1.2s) / 2)
}
.elementor-headline.e-hide-highlight svg path{
    opacity:1;
    stroke-dasharray:1500 1500;
    animation:hide-highlight .4s forwards;
    animation-iteration-count:1
}
@keyframes elementor-headline-dash{
    0%{
        stroke-dasharray:0 1500;
        opacity:1
    }
    to{
        stroke-dasharray:1500 1500;
        opacity:1
    }
}
@keyframes hide-highlight{
    0%{
        opacity:1;
        stroke-dasharray:1500 1500
    }
    to{
        filter:blur(10px);
        opacity:0
    }
}
.elementor-headline-text-wrapper{
    vertical-align:bottom
}
.elementor-headline-dynamic-wrapper{
    display:inline-block;
    position:relative
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text{
    display:inline-block;
    inset-block-start:0;
    inset-inline-start:0;
    position:absolute
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active{
    position:relative
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper{
    perspective:300px
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text{
    opacity:0;
    transform:rotateX(180deg);
    transform-origin:50% 100%
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active{
    animation:elementor-headline-flip-in 1.2s;
    opacity:1;
    transform:rotateX(0deg)
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive{
    animation:elementor-headline-flip-out 1.2s;
    transform:rotateX(180deg)
}
@keyframes elementor-headline-flip-in{
    0%{
        opacity:0;
        transform:rotateX(180deg)
    }
    35%{
        opacity:0;
        transform:rotateX(120deg)
    }
    65%{
        opacity:0
    }
    to{
        opacity:1;
        transform:rotateX(1turn)
    }
}
@keyframes elementor-headline-flip-out{
    0%{
        opacity:1;
        transform:rotateX(0deg)
    }
    35%{
        opacity:1;
        transform:rotateX(-40deg)
    }
    65%{
        opacity:0
    }
    to{
        opacity:0;
        transform:rotateX(180deg)
    }
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper{
    overflow:hidden;
    vertical-align:top
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after{
    background-color:#0d0d0d;
    content:"";
    height:90%;
    inset-block-start:50%;
    inset-inline-end:0;
    inset-inline-start:auto;
    position:absolute;
    transform:translateY(-50%);
    width:1px
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after{
    animation:elementor-headline-pulse 1s infinite
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected{
    background-color:var(--typing-selected-bg-color,#0d0d0d)
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after{
    visibility:hidden
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text{
    color:var(--typing-selected-color,var(--dynamic-text-color),#aebcb9)
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active){
    visibility:hidden
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){
    position:absolute;
    visibility:hidden
}
@keyframes elementor-headline-pulse{
    0%{
        opacity:1;
        transform:translateY(-50%) scale(1)
    }
    40%{
        opacity:0;
        transform:translateY(-50%) scale(.9)
    }
    to{
        opacity:0;
        transform:translateY(-50%) scale(0)
    }
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper{
    perspective:300px
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{
    backface-visibility:hidden;
    display:inline-block
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text{
    opacity:0;
    transform:scaleX(1.0005)
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{
    opacity:0;
    transform:translateZ(-20px) rotateX(90deg);
    transform-style:preserve-3d
}
.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{
    opacity:1
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in{
    animation:elementor-headline-swirl-in .4s forwards
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){
    animation:elementor-headline-swirl-out .4s forwards
}
@keyframes elementor-headline-swirl-in{
    0%{
        opacity:0;
        transform:translateZ(-20px) rotateX(90deg)
    }
    60%{
        opacity:1;
        transform:translateZ(-20px) rotateX(-10deg)
    }
    to{
        opacity:1;
        transform:translateZ(-20px) rotateX(0deg)
    }
}
@keyframes elementor-headline-swirl-out{
    0%{
        opacity:1;
        transform:translateZ(-20px) rotateX(0)
    }
    60%{
        opacity:0;
        transform:translateZ(-20px) rotateX(-100deg)
    }
    to{
        opacity:0;
        transform:translateZ(-20px) rotateX(-90deg)
    }
}
.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper{
    display:inline-block;
    padding:.2em 0
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper{
    overflow:hidden;
    vertical-align:top
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text{
    opacity:0;
    top:.2em
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active{
    animation:elementor-headline-slide-down-in .6s;
    opacity:1;
    top:0
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive{
    animation:elementor-headline-slide-down-out .6s
}
@keyframes elementor-headline-slide-down-in{
    0%{
        opacity:0;
        transform:translateY(-100%)
    }
    60%{
        opacity:1;
        transform:translateY(20%)
    }
    to{
        opacity:1;
        transform:translateY(0)
    }
}
@keyframes elementor-headline-slide-down-out{
    0%{
        opacity:1;
        transform:translateY(0)
    }
    60%{
        opacity:0;
        transform:translateY(120%)
    }
    to{
        opacity:0;
        transform:translateY(100%)
    }
}
.elementor-headline-animation-type-clip .elementor-headline-text-wrapper{
    display:inline-block;
    padding:.2em 0
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper{
    overflow:hidden;
    vertical-align:top
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after{
    background-color:#0d0d0d;
    content:"";
    height:100%;
    inset-block-start:0;
    inset-inline-end:0;
    inset-inline-start:auto;
    position:absolute;
    width:2px
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-text{
    opacity:0
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active{
    opacity:1
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{
    perspective:300px
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text{
    opacity:0
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active{
    animation:elementor-headline-drop-in-in .8s;
    opacity:1
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive{
    animation:elementor-headline-drop-in-out .8s
}
@keyframes elementor-headline-drop-in-in{
    0%{
        opacity:0;
        transform:translateZ(100px)
    }
    to{
        opacity:1;
        transform:translateZ(0)
    }
}
@keyframes elementor-headline-drop-in-out{
    0%{
        opacity:1;
        transform:translateZ(0)
    }
    to{
        opacity:0;
        transform:translateZ(-100px)
    }
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper{
    perspective:300px
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text{
    opacity:0
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{
    backface-visibility:hidden;
    display:inline-block;
    transform:rotateY(180deg)
}
.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{
    transform:rotateY(0deg)
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in{
    animation:elementor-headline-blinds-in .6s forwards
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){
    animation:elementor-headline-blinds-out .6s forwards
}
@keyframes elementor-headline-blinds-in{
    0%{
        transform:rotateY(180deg)
    }
    to{
        transform:rotateY(0deg)
    }
}
@keyframes elementor-headline-blinds-out{
    0%{
        transform:rotateY(0)
    }
    to{
        transform:rotateY(-180deg)
    }
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{
    opacity:0
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{
    display:inline-block;
    opacity:0;
    transform:scale(0)
}
.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{
    opacity:1
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in{
    animation:elementor-headline-wave-up .6s forwards
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){
    animation:elementor-headline-wave-down .6s forwards
}
@keyframes elementor-headline-wave-up{
    0%{
        opacity:0;
        transform:scale(0)
    }
    60%{
        opacity:1;
        transform:scale(1.2)
    }
    to{
        opacity:1;
        transform:scale(1)
    }
}
@keyframes elementor-headline-wave-down{
    0%{
        opacity:1;
        transform:scale(1)
    }
    60%{
        opacity:0;
        transform:scale(0)
    }
}
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text{
    opacity:0
}
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active{
    animation:elementor-headline-slide-in .6s;
    opacity:1
}
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive{
    animation:elementor-headline-slide-out .6s
}
@keyframes elementor-headline-slide-in{
    0%{
        opacity:0;
        transform:translateX(-100%)
    }
    60%{
        opacity:1;
        transform:translateX(10%)
    }
    to{
        opacity:1;
        transform:translateX(0)
    }
}
@keyframes elementor-headline-slide-out{
    0%{
        opacity:1;
        transform:translateX(0)
    }
    60%{
        opacity:0;
        transform:translateX(110%)
    }
    to{
        opacity:0;
        transform:translateX(100%)
    }
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{
    transition:width .5s
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{
    overflow:hidden
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{
    white-space:nowrap
}
/*! elementor - v3.31.0 - 09-09-2025 */
 .elementor-widget-divider{
    --divider-border-style:none;
    --divider-border-width:1px;
    --divider-color:#0c0d0e;
    --divider-icon-size:20px;
    --divider-element-spacing:10px;
    --divider-pattern-height:24px;
    --divider-pattern-size:20px;
    --divider-pattern-url:none;
    --divider-pattern-repeat:repeat-x
}
.elementor-widget-divider .elementor-divider{
    display:flex
}
.elementor-widget-divider .elementor-divider__text{
    font-size:15px;
    line-height:1;
    max-width:95%
}
.elementor-widget-divider .elementor-divider__element{
    flex-shrink:0;
    margin:0 var(--divider-element-spacing)
}
.elementor-widget-divider .elementor-icon{
    font-size:var(--divider-icon-size)
}
.elementor-widget-divider .elementor-divider-separator{
    direction:ltr;
    display:flex;
    margin:0
}
.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{
    align-items:center
}
.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{
    border-block-end:0;
    border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);
    content:"";
    display:block;
    flex-grow:1
}
.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{
    flex-grow:0;
    flex-shrink:100
}
.elementor-widget-divider--element-align-left .elementor-divider-separator:before{
    content:none
}
.elementor-widget-divider--element-align-left .elementor-divider__element{
    margin-left:0
}
.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{
    flex-grow:0;
    flex-shrink:100
}
.elementor-widget-divider--element-align-right .elementor-divider-separator:after{
    content:none
}
.elementor-widget-divider--element-align-right .elementor-divider__element{
    margin-right:0
}
.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{
    flex-grow:0;
    flex-shrink:100
}
.elementor-widget-divider--element-align-start .elementor-divider-separator:before{
    content:none
}
.elementor-widget-divider--element-align-start .elementor-divider__element{
    margin-inline-start:0
}
.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{
    flex-grow:0;
    flex-shrink:100
}
.elementor-widget-divider--element-align-end .elementor-divider-separator:after{
    content:none
}
.elementor-widget-divider--element-align-end .elementor-divider__element{
    margin-inline-end:0
}
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{
    border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}
.elementor-widget-divider--separator-type-pattern{
    --divider-border-style:none
}
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{
    background-color:var(--divider-color);
    -webkit-mask-image:var(--divider-pattern-url);
    mask-image:var(--divider-pattern-url);
    -webkit-mask-repeat:var(--divider-pattern-repeat);
    mask-repeat:var(--divider-pattern-repeat);
    -webkit-mask-size:var(--divider-pattern-size) 100%;
    mask-size:var(--divider-pattern-size) 100%;
    min-height:var(--divider-pattern-height);
    width:100%
}
.elementor-widget-divider--no-spacing{
    --divider-pattern-size:auto
}
.elementor-widget-divider--bg-round{
    --divider-pattern-repeat:round
}
.rtl .elementor-widget-divider .elementor-divider__text{
    direction:rtl
}
.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{
    width:var(--container-widget-width,100%);
    --flex-grow:var( --container-widget-flex-grow )
}
 @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
}
 .elementor-element,.elementor-lightbox{
    --swiper-theme-color:#000;
    --swiper-navigation-size:44px;
    --swiper-pagination-bullet-size:6px;
    --swiper-pagination-bullet-horizontal-gap:6px
}
.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{
    line-height:0
}
.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{
    display:none
}
.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{
    color:hsla(0,0%,93%,.9);
    cursor:pointer;
    display:inline-flex;
    font-size:25px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:1
}
.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{
    fill:hsla(0,0%,93%,.9);
    height:1em;
    width:1em
}
.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{
    left:10px
}
.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{
    right:10px
}
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{
    opacity:.3
}
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{
    width:100%
}
.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{
    bottom:5px
}
.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{
    transform:translate3d(0,-50%,1px)
}
.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{
    bottom:5px;
    left:0;
    width:100%
}
.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}
.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{
    height:4px;
    left:0;
    top:0;
    width:100%
}
.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{
    padding-bottom:30px
}
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{
    top:calc(50% - 30px / 2)
}
.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{
    position:relative
}
.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{
    position:static
}
.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{
    width:calc(100% - 60px)
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{
    left:0
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{
    right:0
}
/*! elementor-pro - v3.31.0 - 08-09-2025 */
 .elementor-testimonial__image{
    flex-shrink:0
}
.elementor-testimonial__image img{
    border-radius:999px;
    box-sizing:content-box;
    -o-object-fit:cover;
    object-fit:cover
}
.elementor-testimonial__footer,.elementor-testimonial__header{
    display:flex
}
.elementor-testimonial__footer cite,.elementor-testimonial__header cite{
    display:flex;
    flex-direction:column;
    font-size:14px;
    font-style:normal;
    line-height:1.5
}
.elementor-testimonial__name{
    font-weight:700
}
.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
    align-items:center
}
.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
    margin-inline-start:20px
}
.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer{
    flex-direction:row-reverse
}
.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite{
    margin-inline-end:20px;
    margin-inline-start:0
}
.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer{
    flex-direction:row
}
.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite{
    margin-inline-end:0;
    margin-inline-start:20px
}
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
    margin-top:25px
}
.elementor-testimonial--layout-image_above .elementor-testimonial{
    display:flex;
    flex-direction:column-reverse
}
.elementor-testimonial--layout-image_above .elementor-testimonial__footer{
    margin-bottom:25px
}
.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{
    flex-wrap:wrap;
    margin-top:25px
}
.elementor-testimonial--layout-image_stacked .elementor-testimonial cite,.elementor-testimonial--layout-image_stacked .elementor-testimonial__image{
    margin-top:15px;
    width:100%
}
.elementor-testimonial--layout-image_left .elementor-testimonial,.elementor-testimonial--layout-image_right .elementor-testimonial{
    align-items:stretch;
    display:flex
}
.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--layout-image_right .elementor-testimonial__footer{
    flex-direction:column;
    flex-shrink:0;
    text-align:center
}
.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite{
    margin-top:15px
}
.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer{
    justify-content:flex-start
}
.elementor-testimonial--layout-image_left .elementor-testimonial{
    flex-direction:row-reverse
}
.elementor-testimonial--layout-image_left .elementor-testimonial__footer{
    padding-inline-end:20px
}
.elementor-testimonial--layout-image_right .elementor-testimonial{
    flex-direction:row
}
.elementor-testimonial--layout-image_right .elementor-testimonial__footer{
    padding-inline-start:20px
}
.elementor-testimonial--align-right .elementor-testimonial{
    text-align:right
}
.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
    flex-direction:row-reverse;
    justify-content:end
}
.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
    margin-inline-end:20px;
    margin-inline-start:0
}
.elementor-testimonial--align-left .elementor-testimonial{
    text-align:left
}
.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
    flex-direction:row;
    justify-content:start
}
.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
    margin-inline-end:0;
    margin-inline-start:20px
}
.elementor-testimonial--align-center .elementor-testimonial{
    text-align:center
}
.elementor-testimonial--align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
    justify-content:center
}
.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
    text-align:start
}
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite{
    display:flex;
    flex-direction:column;
    margin-top:25px;
    width:100%
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content{
    background-color:#f9fafa;
    padding:20px;
    position:relative
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content:after{
    background-color:#f9fafa;
    border-width:0;
    box-sizing:content-box;
    content:"";
    display:block;
    height:14px;
    inset-inline-start:calc(20px + 50px / 2);
    position:absolute;
    transform:scaleX(.75) rotate(45deg);
    width:14px
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after{
    bottom:calc(100% - 7px);
    transform:scaleX(.75) rotate(-135deg)
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after{
    left:50%;
    transform:translateX(-50%) scaleX(.75) rotate(-135deg)
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after{
    top:calc(100% - 7px)
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after{
    left:50%;
    transform:translateX(-50%) scaleX(.75) rotate(45deg)
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after{
    left:calc(20px + 50px / 2)
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after{
    right:calc(20px + 50px / 2)
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after{
    left:-8px;
    transform:scaleY(.75) rotate(135deg)
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{
    right:-8px;
    transform:scaleY(.75) rotate(-45deg)
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{
    top:calc(20px + 50px / 2)
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer{
    padding-top:20px
}
@media (min-width:-1){
    .elementor-testimonial--widescreen-align-right .elementor-testimonial{
        text-align:right
    }
    .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row-reverse;
        justify-content:end
    }
    .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:20px;
        margin-inline-start:0
    }
    .elementor-testimonial--widescreen-align-left .elementor-testimonial{
        text-align:left
    }
    .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row;
        justify-content:start
    }
    .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:0;
        margin-inline-start:20px
    }
    .elementor-testimonial--widescreen-align-center .elementor-testimonial{
        text-align:center
    }
    .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        justify-content:center
    }
    .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        text-align:start
    }
}
@media (max-width:-1){
    .elementor-testimonial--laptop-align-right .elementor-testimonial{
        text-align:right
    }
    .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row-reverse;
        justify-content:end
    }
    .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:20px;
        margin-inline-start:0
    }
    .elementor-testimonial--laptop-align-left .elementor-testimonial{
        text-align:left
    }
    .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row;
        justify-content:start
    }
    .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:0;
        margin-inline-start:20px
    }
    .elementor-testimonial--laptop-align-center .elementor-testimonial{
        text-align:center
    }
    .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        justify-content:center
    }
    .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        text-align:start
    }
    .elementor-testimonial--tablet_extra-align-right .elementor-testimonial{
        text-align:right
    }
    .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row-reverse;
        justify-content:end
    }
    .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:20px;
        margin-inline-start:0
    }
    .elementor-testimonial--tablet_extra-align-left .elementor-testimonial{
        text-align:left
    }
    .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row;
        justify-content:start
    }
    .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:0;
        margin-inline-start:20px
    }
    .elementor-testimonial--tablet_extra-align-center .elementor-testimonial{
        text-align:center
    }
    .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        justify-content:center
    }
    .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        text-align:start
    }
}
@media (max-width:1024px){
    .elementor-testimonial--tablet-align-right .elementor-testimonial{
        text-align:right
    }
    .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row-reverse;
        justify-content:end
    }
    .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:20px;
        margin-inline-start:0
    }
    .elementor-testimonial--tablet-align-left .elementor-testimonial{
        text-align:left
    }
    .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row;
        justify-content:start
    }
    .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:0;
        margin-inline-start:20px
    }
    .elementor-testimonial--tablet-align-center .elementor-testimonial{
        text-align:center
    }
    .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        justify-content:center
    }
    .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        text-align:start
    }
}
@media (max-width:-1){
    .elementor-testimonial--mobile_extra-align-right .elementor-testimonial{
        text-align:right
    }
    .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row-reverse;
        justify-content:end
    }
    .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:20px;
        margin-inline-start:0
    }
    .elementor-testimonial--mobile_extra-align-left .elementor-testimonial{
        text-align:left
    }
    .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row;
        justify-content:start
    }
    .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:0;
        margin-inline-start:20px
    }
    .elementor-testimonial--mobile_extra-align-center .elementor-testimonial{
        text-align:center
    }
    .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        justify-content:center
    }
    .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        text-align:start
    }
}
@media (max-width:767px){
    .elementor-testimonial--mobile-align-right .elementor-testimonial{
        text-align:right
    }
    .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row-reverse;
        justify-content:end
    }
    .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:20px;
        margin-inline-start:0
    }
    .elementor-testimonial--mobile-align-left .elementor-testimonial{
        text-align:left
    }
    .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        flex-direction:row;
        justify-content:start
    }
    .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        margin-inline-end:0;
        margin-inline-start:20px
    }
    .elementor-testimonial--mobile-align-center .elementor-testimonial{
        text-align:center
    }
    .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{
        justify-content:center
    }
    .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{
        text-align:start
    }
}
.elementor-widget-testimonial-carousel .swiper-slide{
    padding:20px
}
.elementor-widget-testimonial-carousel .elementor-testimonial__text{
    font-size:1.3em;
    font-style:italic;
    line-height:1.5
}
.elementor-widget-testimonial-carousel .elementor-testimonial__image img{
    height:50px;
    width:50px
}
/*! elementor-pro - v3.31.0 - 08-09-2025 */
 .elementor-widget-reviews .swiper-slide{
    background-color:#fff;
    border:1px solid #e1e8ed;
    border-radius:5px;
    padding:0
}
.elementor-widget-reviews .elementor-testimonial__text{
    font-size:14px;
    line-height:20px
}
.elementor-widget-reviews .elementor-testimonial__name{
    color:#1c2022
}
.elementor-widget-reviews .elementor-testimonial__title{
    color:#697882;
    font-family:inherit;
    font-size:12.5px;
    font-weight:400
}
.elementor-widget-reviews .elementor-testimonial__image{
    display:flex
}
.elementor-widget-reviews .elementor-testimonial__image img{
    height:36px;
    width:36px
}
.elementor-widget-reviews .elementor-testimonial__icon{
    font-size:17px;
    margin-inline-start:auto
}
.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa{
    margin-inline-start:.15em
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon{
    color:var(--e-testimonial-icon-color)
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android{
    --e-testimonial-icon-color:#a4c639
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple{
    --e-testimonial-icon-color:#999
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance{
    --e-testimonial-icon-color:#1769ff
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket{
    --e-testimonial-icon-color:#205081
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen{
    --e-testimonial-icon-color:#000
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious{
    --e-testimonial-icon-color:#39f
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg{
    --e-testimonial-icon-color:#005be2
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble{
    --e-testimonial-icon-color:#ea4c89
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope{
    --e-testimonial-icon-color:#ea4335
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook{
    --e-testimonial-icon-color:#3b5998
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr{
    --e-testimonial-icon-color:#0063dc
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare{
    --e-testimonial-icon-color:#2d5be3
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github{
    --e-testimonial-icon-color:#333
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus{
    --e-testimonial-icon-color:#dd4b39
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz{
    --e-testimonial-icon-color:#7ac142
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram{
    --e-testimonial-icon-color:#262626
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle{
    --e-testimonial-icon-color:#487aa2
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin{
    --e-testimonial-icon-color:#0077b5
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium{
    --e-testimonial-icon-color:#00ab6b
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup{
    --e-testimonial-icon-color:#ec1c40
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud{
    --e-testimonial-icon-color:#273a4b
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki{
    --e-testimonial-icon-color:#f4731c
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest{
    --e-testimonial-icon-color:#bd081c
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt{
    --e-testimonial-icon-color:#da552f
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit{
    --e-testimonial-icon-color:#ff4500
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss{
    --e-testimonial-icon-color:#f26522
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart{
    --e-testimonial-icon-color:#4caf50
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype{
    --e-testimonial-icon-color:#00aff0
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare{
    --e-testimonial-icon-color:#0077b5
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat{
    --e-testimonial-icon-color:#fffc00
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud{
    --e-testimonial-icon-color:#f80
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify{
    --e-testimonial-icon-color:#2ebd59
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow{
    --e-testimonial-icon-color:#fe7a15
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam{
    --e-testimonial-icon-color:#00adee
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon{
    --e-testimonial-icon-color:#eb4924
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram{
    --e-testimonial-icon-color:#2ca5e0
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack{
    --e-testimonial-icon-color:#1aa1d8
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-threads{
    --e-testimonial-icon-color:#000
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor{
    --e-testimonial-icon-color:#589442
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr{
    --e-testimonial-icon-color:#35465c
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch{
    --e-testimonial-icon-color:#6441a5
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter{
    --e-testimonial-icon-color:#1da1f2
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo{
    --e-testimonial-icon-color:#1ab7ea
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk{
    --e-testimonial-icon-color:#45668e
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo{
    --e-testimonial-icon-color:#dd2430
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin{
    --e-testimonial-icon-color:#31a918
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp{
    --e-testimonial-icon-color:#25d366
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress{
    --e-testimonial-icon-color:#21759b
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-x{
    --e-testimonial-icon-color:#000
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing{
    --e-testimonial-icon-color:#026466
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp{
    --e-testimonial-icon-color:#af0606
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube{
    --e-testimonial-icon-color:#cd201f
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px{
    --e-testimonial-icon-color:#0099e5
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon svg{
    fill:var(--e-testimonial-icon-color)
}
.elementor-widget-reviews .elementor-testimonial__rating{
    background-image:linear-gradient(to right,#ffc82c var(--rating),#ccc var(--rating));
    font-family:eicons
}
.elementor-widget-reviews .elementor-testimonial__header{
    display:flex;
    padding-block-end:6px;
    padding-block-start:15px
}
.elementor-widget-reviews .elementor-testimonial__image+cite{
    margin-inline-start:9px
}
.elementor-widget-reviews .elementor-testimonial__separator{
    border-block-end:1px solid #e1e8ed;
    border-block-start:0 none;
    height:0;
    margin:0 auto
}
.elementor-widget-reviews .elementor-testimonial__content{
    padding-block-end:15px;
    padding-block-start:6px
}
.elementor-widget-reviews .elementor-testimonial__content,.elementor-widget-reviews .elementor-testimonial__header{
    padding-inline-end:15px;
    padding-inline-start:15px
}
.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header{
    border-block-end:1px solid #e1e8ed
}
/*! elementor - v3.31.0 - 09-09-2025 */
 @charset "UTF-8";
.elementor-star-rating{
    color:#ccd6df;
    display:inline-block;
    font-family:eicons
}
.elementor-star-rating i{
    cursor:default;
    display:inline-block;
    font-style:normal;
    position:relative
}
.elementor-star-rating i:before{
    color:#f0ad4e;
    content:"\e934";
    display:block;
    font-family:inherit;
    font-size:inherit;
    inset-block-start:0;
    inset-inline-start:0;
    overflow:hidden;
    position:absolute
}
.elementor-star-rating .elementor-star-empty:before{
    content:none
}
.elementor-star-rating .elementor-star-1:before{
    width:10%
}
.elementor-star-rating .elementor-star-2:before{
    width:20%
}
.elementor-star-rating .elementor-star-3:before{
    width:30%
}
.elementor-star-rating .elementor-star-4:before{
    width:40%
}
.elementor-star-rating .elementor-star-5:before{
    width:50%
}
.elementor-star-rating .elementor-star-6:before{
    width:60%
}
.elementor-star-rating .elementor-star-7:before{
    width:70%
}
.elementor-star-rating .elementor-star-8:before{
    width:80%
}
.elementor-star-rating .elementor-star-9:before{
    width:90%
}
.elementor-star-rating__wrapper{
    align-items:center;
    display:flex
}
.elementor-star-rating__title{
    margin-inline-end:10px
}
.elementor-star-rating--align-right .elementor-star-rating__wrapper{
    justify-content:flex-end;
    text-align:right
}
.elementor-star-rating--align-left .elementor-star-rating__wrapper{
    justify-content:flex-start;
    text-align:left
}
.elementor-star-rating--align-center .elementor-star-rating__wrapper{
    justify-content:center;
    text-align:center
}
.elementor-star-rating--align-justify .elementor-star-rating__title{
    margin-inline-end:auto
}
@media (max-width:1024px){
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{
        justify-content:flex-end;
        text-align:right
    }
    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{
        justify-content:flex-start;
        text-align:left
    }
    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{
        justify-content:center;
        text-align:center
    }
    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title{
        margin-inline-end:auto
    }
}
@media (max-width:767px){
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{
        justify-content:flex-end;
        text-align:right
    }
    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{
        justify-content:flex-start;
        text-align:left
    }
    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{
        justify-content:center;
        text-align:center
    }
    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title{
        margin-inline-end:auto
    }
}
.last-star{
    letter-spacing:0
}
.elementor--star-style-star_unicode .elementor-star-rating{
    font-family:Arial,Helvetica,sans-serif
}
.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{
    content:"★"
}
/*! elementor-pro - v3.31.0 - 08-09-2025 */
 .swiper-pagination-bullets{
    color:#fff;
    cursor:default
}
.swiper-slide{
    border-style:solid;
    border-width:0;
    overflow:hidden;
    transition-duration:.5s;
    transition-property:border,background,transform;
    will-change:transform
}
.swiper-slide:not(:hover) .e-overlay-animation-fade{
    opacity:0
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-up{
    transform:translateY(100%)
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-down{
    transform:translateY(-100%)
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-right{
    transform:translateX(-100%)
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-left{
    transform:translateX(100%)
}
.swiper-slide:not(:hover) .e-overlay-animation-zoom-in{
    opacity:0;
    transform:scale(.5)
}
.swiper-slide a{
    display:inline
}
.swiper-slide a.elementor-button{
    display:inline-block
}
.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper{
    width:calc(95% - 40px)
}
.elementor-widget-reviews .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-main-swiper{
    width:95%
}
.elementor-widget-reviews .swiper-wrapper,.elementor-widget-testimonial-carousel .swiper-wrapper{
    align-items:stretch;
    display:flex
}
.elementor-widget-reviews .swiper-slide,.elementor-widget-testimonial-carousel .swiper-slide{
    height:auto
}
.elementor-widget-reviews.elementor-pagination-type-bullets .swiper,.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container{
    padding-bottom:40px
}
.elementor-widget-reviews .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-next{
    left:0;
    right:unset
}
.elementor-widget-reviews .elementor-swiper-button-next,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-prev{
    left:unset;
    right:0
}
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{
    top:calc(50% - 40px / 2)
}
.elementor-widget-media-carousel .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next{
    left:10px;
    right:unset
}
.elementor-widget-media-carousel .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-prev{
    left:unset;
    right:10px
}
/*! elementor - v3.31.0 - 09-09-2025 */
 .elementor-widget-image{
    text-align:center
}
.elementor-widget-image a{
    display:inline-block
}
.elementor-widget-image a img[src$=".svg"]{
    width:48px
}
.elementor-widget-image img{
    display:inline-block;
    vertical-align:middle
}
/*! elementor - v3.31.0 - 09-09-2025 */
 .elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{
    overflow:hidden
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items{
    display:flex;
    flex-wrap:wrap;
    margin-inline:-8px
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{
    word-break:break-word
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{
    margin-inline:8px
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{
    border-width:0;
    border-inline-start-width:1px;
    border-style:solid;
    height:100%;
    inset-inline-end:-8px;
    inset-inline-start:auto;
    position:relative;
    width:auto
}
.elementor-widget .elementor-icon-list-items{
    list-style-type:none;
    margin:0;
    padding:0
}
.elementor-widget .elementor-icon-list-item{
    margin:0;
    padding:0;
    position:relative
}
.elementor-widget .elementor-icon-list-item:after{
    inset-block-end:0;
    position:absolute;
    width:100%
}
.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{
    align-items:var(--icon-vertical-align,center);
    display:flex;
    font-size:inherit
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
    align-self:center;
    padding-inline-start:5px
}
.elementor-widget .elementor-icon-list-icon{
    display:flex;
    inset-block-start:var(--icon-vertical-offset,initial);
    position:relative
}
.elementor-widget .elementor-icon-list-icon svg{
    height:var(--e-icon-list-icon-size,1em);
    width:var(--e-icon-list-icon-size,1em)
}
.elementor-widget .elementor-icon-list-icon i{
    font-size:var(--e-icon-list-icon-size);
    width:1.25em
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{
    text-align:var(--e-icon-list-icon-align)
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{
    margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}
.elementor-widget.elementor-list-item-link-full_width a{
    width:100%
}
.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{
    justify-content:center
}
.elementor-widget.elementor-align-center .elementor-icon-list-item:after{
    margin:auto
}
.elementor-widget.elementor-align-center .elementor-inline-items{
    justify-content:center
}
.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{
    justify-content:flex-start;
    text-align:left
}
.elementor-widget.elementor-align-left .elementor-inline-items{
    justify-content:flex-start
}
.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{
    justify-content:flex-end;
    text-align:right
}
.elementor-widget.elementor-align-right .elementor-icon-list-items{
    justify-content:flex-end
}
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{
    inset-inline-start:0
}
.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{
    inset-inline-end:0
}
@media (min-width:-1){
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{
        justify-content:center
    }
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{
        margin:auto
    }
    .elementor-widget.elementor-widescreen-align-center .elementor-inline-items{
        justify-content:center
    }
    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{
        justify-content:flex-start;
        text-align:left
    }
    .elementor-widget.elementor-widescreen-align-left .elementor-inline-items{
        justify-content:flex-start
    }
    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{
        justify-content:flex-end;
        text-align:right
    }
    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{
        justify-content:flex-end
    }
    .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{
        inset-inline-start:0
    }
    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{
        inset-inline-end:0
    }
}
@media (max-width:-1){
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{
        justify-content:center
    }
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{
        margin:auto
    }
    .elementor-widget.elementor-laptop-align-center .elementor-inline-items{
        justify-content:center
    }
    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{
        justify-content:flex-start;
        text-align:left
    }
    .elementor-widget.elementor-laptop-align-left .elementor-inline-items{
        justify-content:flex-start
    }
    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{
        justify-content:flex-end;
        text-align:right
    }
    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{
        justify-content:flex-end
    }
    .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{
        inset-inline-start:0
    }
    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{
        inset-inline-end:0
    }
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{
        justify-content:center
    }
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{
        margin:auto
    }
    .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{
        justify-content:center
    }
    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{
        justify-content:flex-start;
        text-align:left
    }
    .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{
        justify-content:flex-start
    }
    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{
        justify-content:flex-end;
        text-align:right
    }
    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{
        justify-content:flex-end
    }
    .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{
        inset-inline-start:0
    }
    .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{
        inset-inline-end:0
    }
}
@media (max-width:1024px){
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{
        justify-content:center
    }
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{
        margin:auto
    }
    .elementor-widget.elementor-tablet-align-center .elementor-inline-items{
        justify-content:center
    }
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{
        justify-content:flex-start;
        text-align:left
    }
    .elementor-widget.elementor-tablet-align-left .elementor-inline-items{
        justify-content:flex-start
    }
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{
        justify-content:flex-end;
        text-align:right
    }
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{
        justify-content:flex-end
    }
    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{
        inset-inline-start:0
    }
    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{
        inset-inline-end:0
    }
}
@media (max-width:-1){
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{
        justify-content:center
    }
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{
        margin:auto
    }
    .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{
        justify-content:center
    }
    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{
        justify-content:flex-start;
        text-align:left
    }
    .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{
        justify-content:flex-start
    }
    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{
        justify-content:flex-end;
        text-align:right
    }
    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{
        justify-content:flex-end
    }
    .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{
        inset-inline-start:0
    }
    .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{
        inset-inline-end:0
    }
}
@media (max-width:767px){
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{
        justify-content:center
    }
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{
        margin:auto
    }
    .elementor-widget.elementor-mobile-align-center .elementor-inline-items{
        justify-content:center
    }
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{
        justify-content:flex-start;
        text-align:left
    }
    .elementor-widget.elementor-mobile-align-left .elementor-inline-items{
        justify-content:flex-start
    }
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{
        justify-content:flex-end;
        text-align:right
    }
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{
        justify-content:flex-end
    }
    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{
        inset-inline-start:0
    }
    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{
        inset-inline-end:0
    }
}
#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{
    padding:0
}
/*! elementor - v3.31.0 - 09-09-2025 */
 .elementor-column .elementor-spacer-inner{
    height:var(--spacer-size)
}
.e-con{
    --container-widget-width:100%
}
.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{
    width:var(--container-widget-width,var(--spacer-size));
    --align-self:var( --container-widget-align-self,initial );
    --flex-shrink:0
}
.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{
    height:100%;
    width:100%
}
.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{
    height:100%
}
.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{
    height:var(--container-widget-height,var(--spacer-size))
}
.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{
    height:100%
}
.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{
    height:var(--container-widget-height,var(--spacer-size))
}
.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{
    min-height:22px;
    min-width:22px;
    position:relative
}
.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{
    height:22px;
    inset:0;
    margin:auto;
    padding:0;
    position:absolute;
    width:22px
}
 :root{
    --gb-container-width:1200px
}
.gb-container .wp-block-image img{
    vertical-align:middle
}
.gb-grid-wrapper .wp-block-image{
    margin-bottom:0
}
.gb-highlight{
    background:0 0
}
.gb-shape{
    line-height:0
}
.gb-container-link{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:99
}
 .post-image-above-header .inside-article .featured-image,.post-image-above-header .inside-article .post-image{
    margin-top:0;
    margin-bottom:2em
}
.post-image-aligned-left .inside-article .featured-image,.post-image-aligned-left .inside-article .post-image{
    margin-top:0;
    margin-right:2em;
    float:left;
    text-align:left
}
.post-image-aligned-center .featured-image,.post-image-aligned-center .post-image{
    text-align:center
}
.post-image-aligned-right .inside-article .featured-image,.post-image-aligned-right .inside-article .post-image{
    margin-top:0;
    margin-left:2em;
    float:right;
    text-align:right
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image,.post-image-below-header.post-image-aligned-left .inside-article .featured-image,.post-image-below-header.post-image-aligned-left .inside-article .post-image,.post-image-below-header.post-image-aligned-right .inside-article .featured-image,.post-image-below-header.post-image-aligned-right .inside-article .post-image{
    margin-top:2em
}
.post-image-aligned-left>.featured-image,.post-image-aligned-right>.featured-image{
    float:none;
    margin-left:auto;
    margin-right:auto
}
.post-image-aligned-left .featured-image{
    text-align:left
}
.post-image-aligned-right .featured-image{
    text-align:right
}
.post-image-aligned-left .inside-article:after,.post-image-aligned-left .inside-article:before,.post-image-aligned-right .inside-article:after,.post-image-aligned-right .inside-article:before{
    content:"";
    display:table
}
.post-image-aligned-left .inside-article:after,.post-image-aligned-right .inside-article:after{
    clear:both
}
.one-container.post-image-above-header .no-featured-image-padding.generate-columns .inside-article .post-image,.one-container.post-image-above-header .page-header+.no-featured-image-padding .inside-article .post-image{
    margin-top:0
}
.one-container.both-right.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-right.post-image-aligned-center .no-featured-image-padding .post-image,.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .post-image{
    margin-right:0
}
.one-container.both-left.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-left.post-image-aligned-center .no-featured-image-padding .post-image,.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .post-image{
    margin-left:0
}
.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .post-image{
    margin-left:0;
    margin-right:0
}
.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .featured-image,.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .post-image{
    margin-left:0;
    margin-right:0
}
@media (max-width:768px){
    body:not(.post-image-aligned-center) .featured-image,body:not(.post-image-aligned-center) .inside-article .featured-image,body:not(.post-image-aligned-center) .inside-article .post-image{
        margin-right:0;
        margin-left:0;
        float:none;
        text-align:center
    }
}
 .sticky-enabled .gen-sidebar-nav.is_stuck .main-navigation{
    margin-bottom:0
}
.sticky-enabled .gen-sidebar-nav.is_stuck{
    z-index:500
}
.sticky-enabled .main-navigation.is_stuck{
    box-shadow:0 2px 2px -2px rgba(0,0,0,.2)
}
.sticky-enabled .fixfixed .is_stuck{
    position:relative!important
}
.navigation-stick:not(.gen-sidebar-nav){
    left:0;
    right:0;
    width:100%!important
}
.both-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav,.mobile-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav{
    clear:both
}
.both-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav>ul,.mobile-header-sticky #mobile-header.toggled .main-nav>ul,.mobile-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav>ul{
    position:absolute;
    left:0;
    right:0;
    z-index:999
}
#sticky-placeholder .navigation-branding,#sticky-placeholder.mobile-header-navigation .mobile-header-logo{
    display:none
}
.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li{
    float:none;
    display:inline-block
}
.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li.search-item,.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li.slideout-toggle,.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li.wc-menu-item{
    display:block;
    float:right
}
.nav-float-right .is_stuck.main-navigation:not(.toggled) ul{
    letter-spacing:-.31em;
    font-size:1em
}
.nav-float-right .is_stuck.main-navigation:not(.toggled) ul li{
    letter-spacing:normal
}
.nav-float-right .is_stuck.main-navigation:not(.toggled){
    text-align:right
}
.nav-float-right .is_stuck.main-navigation.has-branding:not(.toggled) ul,.nav-float-right .is_stuck.main-navigation.has-sticky-branding:not(.toggled) ul{
    letter-spacing:unset
}
.nav-float-right .is_stuck.main-navigation.has-branding:not(.toggled) .menu>li,.nav-float-right .is_stuck.main-navigation.has-sticky-branding:not(.toggled) .menu>li{
    display:block;
    float:left
}
 .navigation-branding,.site-logo.mobile-header-logo{
    display:flex;
    align-items:center;
    order:1;
    margin-right:auto;
    margin-left:10px
}
.rtl .navigation-branding,.rtl .site-logo.mobile-header-logo{
    margin-right:10px;
    margin-left:auto
}
.navigation-branding img,.site-logo.mobile-header-logo img{
    position:relative;
    vertical-align:middle;
    padding:10px 0;
    display:block;
    box-sizing:border-box;
    transition:height .3s ease
}
.navigation-branding img{
    margin-right:10px
}
.navigation-branding .main-title{
    transition:line-height .3s ease;
    margin-right:10px
}
.rtl .navigation-branding .main-title{
    margin-right:0;
    margin-left:10px
}
.mobile-header-navigation .navigation-branding .main-title{
    margin-left:10px
}
.rtl .mobile-header-navigation .navigation-branding .main-title{
    margin-left:0;
    margin-right:10px
}
.navigation-branding .main-title a{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    text-transform:unset
}
.main-navigation:not(.grid-container):not(.mobile-header-navigation) .inside-navigation.grid-container .navigation-branding{
    margin-left:0
}
.rtl .main-navigation:not(.grid-container):not(.mobile-header-navigation) .inside-navigation.grid-container .navigation-branding{
    margin-left:auto;
    margin-right:0
}
.main-navigation.mobile-header-navigation{
    display:none;
    float:none;
    margin-bottom:0
}
.mobile-header-navigation.is_stuck{
    box-shadow:0 2px 2px -2px rgba(0,0,0,.2)
}
#mobile-header .inside-navigation,.main-navigation.has-branding .inside-navigation,.main-navigation.has-sticky-branding.navigation-stick .inside-navigation{
    flex-wrap:wrap;
    display:flex;
    align-items:center
}
.main-navigation .menu-toggle{
    flex-grow:1;
    width:auto
}
.main-navigation.has-branding .menu-toggle,.main-navigation.has-sticky-branding.navigation-stick .menu-toggle{
    flex-grow:0;
    order:3;
    padding-right:20px
}
.main-navigation .mobile-bar-items{
    order:2;
    position:relative
}
.main-navigation.navigation-stick:not(.has-sticky-branding):not(.has-branding) .menu-toggle,.main-navigation:not(.slideout-navigation):not(.has-branding):not(.has-sticky-branding) .menu-toggle{
    order:1;
    flex-grow:1
}
.main-navigation:not(.slideout-navigation) .mobile-bar-items+.menu-toggle{
    text-align:left
}
.main-navigation:not(.slideout-navigation) .main-nav{
    order:4
}
.mobile-bar-items{
    position:relative
}
.main-navigation.has-sticky-branding:not(.has-branding):not(.navigation-stick) .navigation-branding{
    display:none
}
.nav-aligned-center .navigation-branding,.nav-aligned-left .navigation-branding{
    margin-right:10px
}
.nav-aligned-center .main-navigation.has-branding .inside-navigation,.nav-aligned-center .main-navigation.has-sticky-branding.navigation-stick .inside-navigation{
    justify-content:center
}
.nav-aligned-left .main-navigation.has-branding:not(.slideout-navigation) .inside-navigation .main-nav,.nav-aligned-left .main-navigation.has-sticky-branding.navigation-stick .inside-navigation .main-nav{
    flex-grow:1
}
 .navigation-branding img,.site-logo.mobile-header-logo img{
    height:80px;
    width:auto
}
.navigation-branding .main-title{
    line-height:80px
}
@media (max-width:1210px){
    #site-navigation .navigation-branding,#sticky-navigation .navigation-branding{
        margin-left:10px
    }
}
@media (max-width:768px){
    .main-navigation:not(.slideout-navigation) .main-nav{
        -ms-flex:0 0 100%;
        flex:0 0 100%
    }
    .main-navigation:not(.slideout-navigation) .inside-navigation{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .nav-aligned-center .navigation-branding,.nav-aligned-left .navigation-branding{
        margin-right:auto
    }
    .nav-aligned-center .main-navigation.has-branding:not(.slideout-navigation) .inside-navigation .main-nav,.nav-aligned-center .main-navigation.has-sticky-branding.navigation-stick .inside-navigation .main-nav,.nav-aligned-left .main-navigation.has-branding:not(.slideout-navigation) .inside-navigation .main-nav,.nav-aligned-left .main-navigation.has-sticky-branding.navigation-stick .inside-navigation .main-nav{
        margin-right:0
    }
}
/*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
 .fa,.fab,.fad,.fal,.far,.fas{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1
}
.fa-lg{
    font-size:1.33333em;
    line-height:.75em;
    vertical-align:-.0667em
}
.fa-xs{
    font-size:.75em
}
.fa-sm{
    font-size:.875em
}
.fa-1x{
    font-size:1em
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-6x{
    font-size:6em
}
.fa-7x{
    font-size:7em
}
.fa-8x{
    font-size:8em
}
.fa-9x{
    font-size:9em
}
.fa-10x{
    font-size:10em
}
.fa-fw{
    text-align:center;
    width:1.25em
}
.fa-ul{
    list-style-type:none;
    margin-left:2.5em;
    padding-left:0
}
.fa-ul>li{
    position:relative
}
.fa-li{
    left:-2em;
    position:absolute;
    text-align:center;
    width:2em;
    line-height:inherit
}
.fa-border{
    border:.08em solid #eee;
    border-radius:.1em;
    padding:.2em .25em .15em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{
    margin-right:.3em
}
.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s linear infinite;
    animation:fa-spin 2s linear infinite
}
.fa-pulse{
    -webkit-animation:fa-spin 1s steps(8) infinite;
    animation:fa-spin 1s steps(8) infinite
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
.fa-rotate-90{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scaleX(-1);
    transform:scaleX(-1)
}
.fa-flip-vertical{
    -webkit-transform:scaleY(-1);
    transform:scaleY(-1)
}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{
    -webkit-transform:scale(-1);
    transform:scale(-1)
}
:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{
    -webkit-filter:none;
    filter:none
}
.fa-stack{
    display:inline-block;
    height:2em;
    line-height:2em;
    position:relative;
    vertical-align:middle;
    width:2.5em
}
.fa-stack-1x,.fa-stack-2x{
    left:0;
    position:absolute;
    text-align:center;
    width:100%
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-500px:before{
    content:"\f26e"
}
.fa-accessible-icon:before{
    content:"\f368"
}
.fa-accusoft:before{
    content:"\f369"
}
.fa-acquisitions-incorporated:before{
    content:"\f6af"
}
.fa-ad:before{
    content:"\f641"
}
.fa-address-book:before{
    content:"\f2b9"
}
.fa-address-card:before{
    content:"\f2bb"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-adn:before{
    content:"\f170"
}
.fa-adversal:before{
    content:"\f36a"
}
.fa-affiliatetheme:before{
    content:"\f36b"
}
.fa-air-freshener:before{
    content:"\f5d0"
}
.fa-airbnb:before{
    content:"\f834"
}
.fa-algolia:before{
    content:"\f36c"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-alipay:before{
    content:"\f642"
}
.fa-allergies:before{
    content:"\f461"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-amazon-pay:before{
    content:"\f42c"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-american-sign-language-interpreting:before{
    content:"\f2a3"
}
.fa-amilia:before{
    content:"\f36d"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-android:before{
    content:"\f17b"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angry:before{
    content:"\f556"
}
.fa-angrycreative:before{
    content:"\f36e"
}
.fa-angular:before{
    content:"\f420"
}
.fa-ankh:before{
    content:"\f644"
}
.fa-app-store:before{
    content:"\f36f"
}
.fa-app-store-ios:before{
    content:"\f370"
}
.fa-apper:before{
    content:"\f371"
}
.fa-apple:before{
    content:"\f179"
}
.fa-apple-alt:before{
    content:"\f5d1"
}
.fa-apple-pay:before{
    content:"\f415"
}
.fa-archive:before{
    content:"\f187"
}
.fa-archway:before{
    content:"\f557"
}
.fa-arrow-alt-circle-down:before{
    content:"\f358"
}
.fa-arrow-alt-circle-left:before{
    content:"\f359"
}
.fa-arrow-alt-circle-right:before{
    content:"\f35a"
}
.fa-arrow-alt-circle-up:before{
    content:"\f35b"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-arrows-alt-h:before{
    content:"\f337"
}
.fa-arrows-alt-v:before{
    content:"\f338"
}
.fa-artstation:before{
    content:"\f77a"
}
.fa-assistive-listening-systems:before{
    content:"\f2a2"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-asymmetrik:before{
    content:"\f372"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-atlas:before{
    content:"\f558"
}
.fa-atlassian:before{
    content:"\f77b"
}
.fa-atom:before{
    content:"\f5d2"
}
.fa-audible:before{
    content:"\f373"
}
.fa-audio-description:before{
    content:"\f29e"
}
.fa-autoprefixer:before{
    content:"\f41c"
}
.fa-avianex:before{
    content:"\f374"
}
.fa-aviato:before{
    content:"\f421"
}
.fa-award:before{
    content:"\f559"
}
.fa-aws:before{
    content:"\f375"
}
.fa-baby:before{
    content:"\f77c"
}
.fa-baby-carriage:before{
    content:"\f77d"
}
.fa-backspace:before{
    content:"\f55a"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-bacon:before{
    content:"\f7e5"
}
.fa-bacteria:before{
    content:"\e059"
}
.fa-bacterium:before{
    content:"\e05a"
}
.fa-bahai:before{
    content:"\f666"
}
.fa-balance-scale:before{
    content:"\f24e"
}
.fa-balance-scale-left:before{
    content:"\f515"
}
.fa-balance-scale-right:before{
    content:"\f516"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-band-aid:before{
    content:"\f462"
}
.fa-bandcamp:before{
    content:"\f2d5"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-bars:before{
    content:"\f0c9"
}
.fa-baseball-ball:before{
    content:"\f433"
}
.fa-basketball-ball:before{
    content:"\f434"
}
.fa-bath:before{
    content:"\f2cd"
}
.fa-battery-empty:before{
    content:"\f244"
}
.fa-battery-full:before{
    content:"\f240"
}
.fa-battery-half:before{
    content:"\f242"
}
.fa-battery-quarter:before{
    content:"\f243"
}
.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-battle-net:before{
    content:"\f835"
}
.fa-bed:before{
    content:"\f236"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bezier-curve:before{
    content:"\f55b"
}
.fa-bible:before{
    content:"\f647"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-biking:before{
    content:"\f84a"
}
.fa-bimobject:before{
    content:"\f378"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-biohazard:before{
    content:"\f780"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitcoin:before{
    content:"\f379"
}
.fa-bity:before{
    content:"\f37a"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-blackberry:before{
    content:"\f37b"
}
.fa-blender:before{
    content:"\f517"
}
.fa-blender-phone:before{
    content:"\f6b6"
}
.fa-blind:before{
    content:"\f29d"
}
.fa-blog:before{
    content:"\f781"
}
.fa-blogger:before{
    content:"\f37c"
}
.fa-blogger-b:before{
    content:"\f37d"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-bold:before{
    content:"\f032"
}
.fa-bolt:before{
    content:"\f0e7"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-bone:before{
    content:"\f5d7"
}
.fa-bong:before{
    content:"\f55c"
}
.fa-book:before{
    content:"\f02d"
}
.fa-book-dead:before{
    content:"\f6b7"
}
.fa-book-medical:before{
    content:"\f7e6"
}
.fa-book-open:before{
    content:"\f518"
}
.fa-book-reader:before{
    content:"\f5da"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-bootstrap:before{
    content:"\f836"
}
.fa-border-all:before{
    content:"\f84c"
}
.fa-border-none:before{
    content:"\f850"
}
.fa-border-style:before{
    content:"\f853"
}
.fa-bowling-ball:before{
    content:"\f436"
}
.fa-box:before{
    content:"\f466"
}
.fa-box-open:before{
    content:"\f49e"
}
.fa-box-tissue:before{
    content:"\e05b"
}
.fa-boxes:before{
    content:"\f468"
}
.fa-braille:before{
    content:"\f2a1"
}
.fa-brain:before{
    content:"\f5dc"
}
.fa-bread-slice:before{
    content:"\f7ec"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-briefcase-medical:before{
    content:"\f469"
}
.fa-broadcast-tower:before{
    content:"\f519"
}
.fa-broom:before{
    content:"\f51a"
}
.fa-brush:before{
    content:"\f55d"
}
.fa-btc:before{
    content:"\f15a"
}
.fa-buffer:before{
    content:"\f837"
}
.fa-bug:before{
    content:"\f188"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-burn:before{
    content:"\f46a"
}
.fa-buromobelexperte:before{
    content:"\f37f"
}
.fa-bus:before{
    content:"\f207"
}
.fa-bus-alt:before{
    content:"\f55e"
}
.fa-business-time:before{
    content:"\f64a"
}
.fa-buy-n-large:before{
    content:"\f8a6"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-calendar:before{
    content:"\f133"
}
.fa-calendar-alt:before{
    content:"\f073"
}
.fa-calendar-check:before{
    content:"\f274"
}
.fa-calendar-day:before{
    content:"\f783"
}
.fa-calendar-minus:before{
    content:"\f272"
}
.fa-calendar-plus:before{
    content:"\f271"
}
.fa-calendar-times:before{
    content:"\f273"
}
.fa-calendar-week:before{
    content:"\f784"
}
.fa-camera:before{
    content:"\f030"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-campground:before{
    content:"\f6bb"
}
.fa-canadian-maple-leaf:before{
    content:"\f785"
}
.fa-candy-cane:before{
    content:"\f786"
}
.fa-cannabis:before{
    content:"\f55f"
}
.fa-capsules:before{
    content:"\f46b"
}
.fa-car:before{
    content:"\f1b9"
}
.fa-car-alt:before{
    content:"\f5de"
}
.fa-car-battery:before{
    content:"\f5df"
}
.fa-car-crash:before{
    content:"\f5e1"
}
.fa-car-side:before{
    content:"\f5e4"
}
.fa-caravan:before{
    content:"\f8ff"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-caret-square-down:before{
    content:"\f150"
}
.fa-caret-square-left:before{
    content:"\f191"
}
.fa-caret-square-right:before{
    content:"\f152"
}
.fa-caret-square-up:before{
    content:"\f151"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-carrot:before{
    content:"\f787"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cash-register:before{
    content:"\f788"
}
.fa-cat:before{
    content:"\f6be"
}
.fa-cc-amazon-pay:before{
    content:"\f42d"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-apple-pay:before{
    content:"\f416"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-centercode:before{
    content:"\f380"
}
.fa-centos:before{
    content:"\f789"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-chair:before{
    content:"\f6c0"
}
.fa-chalkboard:before{
    content:"\f51b"
}
.fa-chalkboard-teacher:before{
    content:"\f51c"
}
.fa-charging-station:before{
    content:"\f5e7"
}
.fa-chart-area:before{
    content:"\f1fe"
}
.fa-chart-bar:before{
    content:"\f080"
}
.fa-chart-line:before{
    content:"\f201"
}
.fa-chart-pie:before{
    content:"\f200"
}
.fa-check:before{
    content:"\f00c"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-check-double:before{
    content:"\f560"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-cheese:before{
    content:"\f7ef"
}
.fa-chess:before{
    content:"\f439"
}
.fa-chess-bishop:before{
    content:"\f43a"
}
.fa-chess-board:before{
    content:"\f43c"
}
.fa-chess-king:before{
    content:"\f43f"
}
.fa-chess-knight:before{
    content:"\f441"
}
.fa-chess-pawn:before{
    content:"\f443"
}
.fa-chess-queen:before{
    content:"\f445"
}
.fa-chess-rook:before{
    content:"\f447"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-chromecast:before{
    content:"\f838"
}
.fa-church:before{
    content:"\f51d"
}
.fa-circle:before{
    content:"\f111"
}
.fa-circle-notch:before{
    content:"\f1ce"
}
.fa-city:before{
    content:"\f64f"
}
.fa-clinic-medical:before{
    content:"\f7f2"
}
.fa-clipboard:before{
    content:"\f328"
}
.fa-clipboard-check:before{
    content:"\f46c"
}
.fa-clipboard-list:before{
    content:"\f46d"
}
.fa-clock:before{
    content:"\f017"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-closed-captioning:before{
    content:"\f20a"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-cloud-download-alt:before{
    content:"\f381"
}
.fa-cloud-meatball:before{
    content:"\f73b"
}
.fa-cloud-moon:before{
    content:"\f6c3"
}
.fa-cloud-moon-rain:before{
    content:"\f73c"
}
.fa-cloud-rain:before{
    content:"\f73d"
}
.fa-cloud-showers-heavy:before{
    content:"\f740"
}
.fa-cloud-sun:before{
    content:"\f6c4"
}
.fa-cloud-sun-rain:before{
    content:"\f743"
}
.fa-cloud-upload-alt:before{
    content:"\f382"
}
.fa-cloudflare:before{
    content:"\e07d"
}
.fa-cloudscale:before{
    content:"\f383"
}
.fa-cloudsmith:before{
    content:"\f384"
}
.fa-cloudversify:before{
    content:"\f385"
}
.fa-cocktail:before{
    content:"\f561"
}
.fa-code:before{
    content:"\f121"
}
.fa-code-branch:before{
    content:"\f126"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cog:before{
    content:"\f013"
}
.fa-cogs:before{
    content:"\f085"
}
.fa-coins:before{
    content:"\f51e"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-comment:before{
    content:"\f075"
}
.fa-comment-alt:before{
    content:"\f27a"
}
.fa-comment-dollar:before{
    content:"\f651"
}
.fa-comment-dots:before{
    content:"\f4ad"
}
.fa-comment-medical:before{
    content:"\f7f5"
}
.fa-comment-slash:before{
    content:"\f4b3"
}
.fa-comments:before{
    content:"\f086"
}
.fa-comments-dollar:before{
    content:"\f653"
}
.fa-compact-disc:before{
    content:"\f51f"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-compress:before{
    content:"\f066"
}
.fa-compress-alt:before{
    content:"\f422"
}
.fa-compress-arrows-alt:before{
    content:"\f78c"
}
.fa-concierge-bell:before{
    content:"\f562"
}
.fa-confluence:before{
    content:"\f78d"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-cookie:before{
    content:"\f563"
}
.fa-cookie-bite:before{
    content:"\f564"
}
.fa-copy:before{
    content:"\f0c5"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-cotton-bureau:before{
    content:"\f89e"
}
.fa-couch:before{
    content:"\f4b8"
}
.fa-cpanel:before{
    content:"\f388"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-creative-commons-by:before{
    content:"\f4e7"
}
.fa-creative-commons-nc:before{
    content:"\f4e8"
}
.fa-creative-commons-nc-eu:before{
    content:"\f4e9"
}
.fa-creative-commons-nc-jp:before{
    content:"\f4ea"
}
.fa-creative-commons-nd:before{
    content:"\f4eb"
}
.fa-creative-commons-pd:before{
    content:"\f4ec"
}
.fa-creative-commons-pd-alt:before{
    content:"\f4ed"
}
.fa-creative-commons-remix:before{
    content:"\f4ee"
}
.fa-creative-commons-sa:before{
    content:"\f4ef"
}
.fa-creative-commons-sampling:before{
    content:"\f4f0"
}
.fa-creative-commons-sampling-plus:before{
    content:"\f4f1"
}
.fa-creative-commons-share:before{
    content:"\f4f2"
}
.fa-creative-commons-zero:before{
    content:"\f4f3"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-critical-role:before{
    content:"\f6c9"
}
.fa-crop:before{
    content:"\f125"
}
.fa-crop-alt:before{
    content:"\f565"
}
.fa-cross:before{
    content:"\f654"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-crow:before{
    content:"\f520"
}
.fa-crown:before{
    content:"\f521"
}
.fa-crutch:before{
    content:"\f7f7"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-css3-alt:before{
    content:"\f38b"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-cut:before{
    content:"\f0c4"
}
.fa-cuttlefish:before{
    content:"\f38c"
}
.fa-d-and-d:before{
    content:"\f38d"
}
.fa-d-and-d-beyond:before{
    content:"\f6ca"
}
.fa-dailymotion:before{
    content:"\e052"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-deaf:before{
    content:"\f2a4"
}
.fa-deezer:before{
    content:"\e077"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-democrat:before{
    content:"\f747"
}
.fa-deploydog:before{
    content:"\f38e"
}
.fa-deskpro:before{
    content:"\f38f"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-dev:before{
    content:"\f6cc"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-dharmachakra:before{
    content:"\f655"
}
.fa-dhl:before{
    content:"\f790"
}
.fa-diagnoses:before{
    content:"\f470"
}
.fa-diaspora:before{
    content:"\f791"
}
.fa-dice:before{
    content:"\f522"
}
.fa-dice-d20:before{
    content:"\f6cf"
}
.fa-dice-d6:before{
    content:"\f6d1"
}
.fa-dice-five:before{
    content:"\f523"
}
.fa-dice-four:before{
    content:"\f524"
}
.fa-dice-one:before{
    content:"\f525"
}
.fa-dice-six:before{
    content:"\f526"
}
.fa-dice-three:before{
    content:"\f527"
}
.fa-dice-two:before{
    content:"\f528"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-digital-ocean:before{
    content:"\f391"
}
.fa-digital-tachograph:before{
    content:"\f566"
}
.fa-directions:before{
    content:"\f5eb"
}
.fa-discord:before{
    content:"\f392"
}
.fa-discourse:before{
    content:"\f393"
}
.fa-disease:before{
    content:"\f7fa"
}
.fa-divide:before{
    content:"\f529"
}
.fa-dizzy:before{
    content:"\f567"
}
.fa-dna:before{
    content:"\f471"
}
.fa-dochub:before{
    content:"\f394"
}
.fa-docker:before{
    content:"\f395"
}
.fa-dog:before{
    content:"\f6d3"
}
.fa-dollar-sign:before{
    content:"\f155"
}
.fa-dolly:before{
    content:"\f472"
}
.fa-dolly-flatbed:before{
    content:"\f474"
}
.fa-donate:before{
    content:"\f4b9"
}
.fa-door-closed:before{
    content:"\f52a"
}
.fa-door-open:before{
    content:"\f52b"
}
.fa-dot-circle:before{
    content:"\f192"
}
.fa-dove:before{
    content:"\f4ba"
}
.fa-download:before{
    content:"\f019"
}
.fa-draft2digital:before{
    content:"\f396"
}
.fa-drafting-compass:before{
    content:"\f568"
}
.fa-dragon:before{
    content:"\f6d5"
}
.fa-draw-polygon:before{
    content:"\f5ee"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-dribbble-square:before{
    content:"\f397"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-drum:before{
    content:"\f569"
}
.fa-drum-steelpan:before{
    content:"\f56a"
}
.fa-drumstick-bite:before{
    content:"\f6d7"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-dumbbell:before{
    content:"\f44b"
}
.fa-dumpster:before{
    content:"\f793"
}
.fa-dumpster-fire:before{
    content:"\f794"
}
.fa-dungeon:before{
    content:"\f6d9"
}
.fa-dyalog:before{
    content:"\f399"
}
.fa-earlybirds:before{
    content:"\f39a"
}
.fa-ebay:before{
    content:"\f4f4"
}
.fa-edge:before{
    content:"\f282"
}
.fa-edge-legacy:before{
    content:"\e078"
}
.fa-edit:before{
    content:"\f044"
}
.fa-egg:before{
    content:"\f7fb"
}
.fa-eject:before{
    content:"\f052"
}
.fa-elementor:before{
    content:"\f430"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-ello:before{
    content:"\f5f1"
}
.fa-ember:before{
    content:"\f423"
}
.fa-empire:before{
    content:"\f1d1"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-envelope-open:before{
    content:"\f2b6"
}
.fa-envelope-open-text:before{
    content:"\f658"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-envira:before{
    content:"\f299"
}
.fa-equals:before{
    content:"\f52c"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-erlang:before{
    content:"\f39d"
}
.fa-ethereum:before{
    content:"\f42e"
}
.fa-ethernet:before{
    content:"\f796"
}
.fa-etsy:before{
    content:"\f2d7"
}
.fa-euro-sign:before{
    content:"\f153"
}
.fa-evernote:before{
    content:"\f839"
}
.fa-exchange-alt:before{
    content:"\f362"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-exclamation-triangle:before{
    content:"\f071"
}
.fa-expand:before{
    content:"\f065"
}
.fa-expand-alt:before{
    content:"\f424"
}
.fa-expand-arrows-alt:before{
    content:"\f31e"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-external-link-alt:before{
    content:"\f35d"
}
.fa-external-link-square-alt:before{
    content:"\f360"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-dropper:before{
    content:"\f1fb"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-facebook:before{
    content:"\f09a"
}
.fa-facebook-f:before{
    content:"\f39e"
}
.fa-facebook-messenger:before{
    content:"\f39f"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-fan:before{
    content:"\f863"
}
.fa-fantasy-flight-games:before{
    content:"\f6dc"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-faucet:before{
    content:"\e005"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-feather:before{
    content:"\f52d"
}
.fa-feather-alt:before{
    content:"\f56b"
}
.fa-fedex:before{
    content:"\f797"
}
.fa-fedora:before{
    content:"\f798"
}
.fa-female:before{
    content:"\f182"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-figma:before{
    content:"\f799"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-alt:before{
    content:"\f15c"
}
.fa-file-archive:before{
    content:"\f1c6"
}
.fa-file-audio:before{
    content:"\f1c7"
}
.fa-file-code:before{
    content:"\f1c9"
}
.fa-file-contract:before{
    content:"\f56c"
}
.fa-file-csv:before{
    content:"\f6dd"
}
.fa-file-download:before{
    content:"\f56d"
}
.fa-file-excel:before{
    content:"\f1c3"
}
.fa-file-export:before{
    content:"\f56e"
}
.fa-file-image:before{
    content:"\f1c5"
}
.fa-file-import:before{
    content:"\f56f"
}
.fa-file-invoice:before{
    content:"\f570"
}
.fa-file-invoice-dollar:before{
    content:"\f571"
}
.fa-file-medical:before{
    content:"\f477"
}
.fa-file-medical-alt:before{
    content:"\f478"
}
.fa-file-pdf:before{
    content:"\f1c1"
}
.fa-file-powerpoint:before{
    content:"\f1c4"
}
.fa-file-prescription:before{
    content:"\f572"
}
.fa-file-signature:before{
    content:"\f573"
}
.fa-file-upload:before{
    content:"\f574"
}
.fa-file-video:before{
    content:"\f1c8"
}
.fa-file-word:before{
    content:"\f1c2"
}
.fa-fill:before{
    content:"\f575"
}
.fa-fill-drip:before{
    content:"\f576"
}
.fa-film:before{
    content:"\f008"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-fingerprint:before{
    content:"\f577"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-fire-alt:before{
    content:"\f7e4"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-firefox-browser:before{
    content:"\e007"
}
.fa-first-aid:before{
    content:"\f479"
}
.fa-first-order:before{
    content:"\f2b0"
}
.fa-first-order-alt:before{
    content:"\f50a"
}
.fa-firstdraft:before{
    content:"\f3a1"
}
.fa-fish:before{
    content:"\f578"
}
.fa-fist-raised:before{
    content:"\f6de"
}
.fa-flag:before{
    content:"\f024"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-flag-usa:before{
    content:"\f74d"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-flipboard:before{
    content:"\f44d"
}
.fa-flushed:before{
    content:"\f579"
}
.fa-fly:before{
    content:"\f417"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-minus:before{
    content:"\f65d"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-folder-plus:before{
    content:"\f65e"
}
.fa-font:before{
    content:"\f031"
}
.fa-font-awesome:before{
    content:"\f2b4"
}
.fa-font-awesome-alt:before{
    content:"\f35c"
}
.fa-font-awesome-flag:before{
    content:"\f425"
}
.fa-font-awesome-logo-full:before{
    content:"\f4e6"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-fonticons-fi:before{
    content:"\f3a2"
}
.fa-football-ball:before{
    content:"\f44e"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-fort-awesome-alt:before{
    content:"\f3a3"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-free-code-camp:before{
    content:"\f2c5"
}
.fa-freebsd:before{
    content:"\f3a4"
}
.fa-frog:before{
    content:"\f52e"
}
.fa-frown:before{
    content:"\f119"
}
.fa-frown-open:before{
    content:"\f57a"
}
.fa-fulcrum:before{
    content:"\f50b"
}
.fa-funnel-dollar:before{
    content:"\f662"
}
.fa-futbol:before{
    content:"\f1e3"
}
.fa-galactic-republic:before{
    content:"\f50c"
}
.fa-galactic-senate:before{
    content:"\f50d"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-gas-pump:before{
    content:"\f52f"
}
.fa-gavel:before{
    content:"\f0e3"
}
.fa-gem:before{
    content:"\f3a5"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-gg:before{
    content:"\f260"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-ghost:before{
    content:"\f6e2"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-gifts:before{
    content:"\f79c"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-git-alt:before{
    content:"\f841"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-github:before{
    content:"\f09b"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-gitkraken:before{
    content:"\f3a6"
}
.fa-gitlab:before{
    content:"\f296"
}
.fa-gitter:before{
    content:"\f426"
}
.fa-glass-cheers:before{
    content:"\f79f"
}
.fa-glass-martini:before{
    content:"\f000"
}
.fa-glass-martini-alt:before{
    content:"\f57b"
}
.fa-glass-whiskey:before{
    content:"\f7a0"
}
.fa-glasses:before{
    content:"\f530"
}
.fa-glide:before{
    content:"\f2a5"
}
.fa-glide-g:before{
    content:"\f2a6"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-globe-africa:before{
    content:"\f57c"
}
.fa-globe-americas:before{
    content:"\f57d"
}
.fa-globe-asia:before{
    content:"\f57e"
}
.fa-globe-europe:before{
    content:"\f7a2"
}
.fa-gofore:before{
    content:"\f3a7"
}
.fa-golf-ball:before{
    content:"\f450"
}
.fa-goodreads:before{
    content:"\f3a8"
}
.fa-goodreads-g:before{
    content:"\f3a9"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-google-drive:before{
    content:"\f3aa"
}
.fa-google-pay:before{
    content:"\e079"
}
.fa-google-play:before{
    content:"\f3ab"
}
.fa-google-plus:before{
    content:"\f2b3"
}
.fa-google-plus-g:before{
    content:"\f0d5"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-gopuram:before{
    content:"\f664"
}
.fa-graduation-cap:before{
    content:"\f19d"
}
.fa-gratipay:before{
    content:"\f184"
}
.fa-grav:before{
    content:"\f2d6"
}
.fa-greater-than:before{
    content:"\f531"
}
.fa-greater-than-equal:before{
    content:"\f532"
}
.fa-grimace:before{
    content:"\f57f"
}
.fa-grin:before{
    content:"\f580"
}
.fa-grin-alt:before{
    content:"\f581"
}
.fa-grin-beam:before{
    content:"\f582"
}
.fa-grin-beam-sweat:before{
    content:"\f583"
}
.fa-grin-hearts:before{
    content:"\f584"
}
.fa-grin-squint:before{
    content:"\f585"
}
.fa-grin-squint-tears:before{
    content:"\f586"
}
.fa-grin-stars:before{
    content:"\f587"
}
.fa-grin-tears:before{
    content:"\f588"
}
.fa-grin-tongue:before{
    content:"\f589"
}
.fa-grin-tongue-squint:before{
    content:"\f58a"
}
.fa-grin-tongue-wink:before{
    content:"\f58b"
}
.fa-grin-wink:before{
    content:"\f58c"
}
.fa-grip-horizontal:before{
    content:"\f58d"
}
.fa-grip-lines:before{
    content:"\f7a4"
}
.fa-grip-lines-vertical:before{
    content:"\f7a5"
}
.fa-grip-vertical:before{
    content:"\f58e"
}
.fa-gripfire:before{
    content:"\f3ac"
}
.fa-grunt:before{
    content:"\f3ad"
}
.fa-guilded:before{
    content:"\e07e"
}
.fa-guitar:before{
    content:"\f7a6"
}
.fa-gulp:before{
    content:"\f3ae"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-hacker-news:before{
    content:"\f1d4"
}
.fa-hacker-news-square:before{
    content:"\f3af"
}
.fa-hackerrank:before{
    content:"\f5f7"
}
.fa-hamburger:before{
    content:"\f805"
}
.fa-hammer:before{
    content:"\f6e3"
}
.fa-hamsa:before{
    content:"\f665"
}
.fa-hand-holding:before{
    content:"\f4bd"
}
.fa-hand-holding-heart:before{
    content:"\f4be"
}
.fa-hand-holding-medical:before{
    content:"\e05c"
}
.fa-hand-holding-usd:before{
    content:"\f4c0"
}
.fa-hand-holding-water:before{
    content:"\f4c1"
}
.fa-hand-lizard:before{
    content:"\f258"
}
.fa-hand-middle-finger:before{
    content:"\f806"
}
.fa-hand-paper:before{
    content:"\f256"
}
.fa-hand-peace:before{
    content:"\f25b"
}
.fa-hand-point-down:before{
    content:"\f0a7"
}
.fa-hand-point-left:before{
    content:"\f0a5"
}
.fa-hand-point-right:before{
    content:"\f0a4"
}
.fa-hand-point-up:before{
    content:"\f0a6"
}
.fa-hand-pointer:before{
    content:"\f25a"
}
.fa-hand-rock:before{
    content:"\f255"
}
.fa-hand-scissors:before{
    content:"\f257"
}
.fa-hand-sparkles:before{
    content:"\e05d"
}
.fa-hand-spock:before{
    content:"\f259"
}
.fa-hands:before{
    content:"\f4c2"
}
.fa-hands-helping:before{
    content:"\f4c4"
}
.fa-hands-wash:before{
    content:"\e05e"
}
.fa-handshake:before{
    content:"\f2b5"
}
.fa-handshake-alt-slash:before{
    content:"\e05f"
}
.fa-handshake-slash:before{
    content:"\e060"
}
.fa-hanukiah:before{
    content:"\f6e6"
}
.fa-hard-hat:before{
    content:"\f807"
}
.fa-hashtag:before{
    content:"\f292"
}
.fa-hat-cowboy:before{
    content:"\f8c0"
}
.fa-hat-cowboy-side:before{
    content:"\f8c1"
}
.fa-hat-wizard:before{
    content:"\f6e8"
}
.fa-hdd:before{
    content:"\f0a0"
}
.fa-head-side-cough:before{
    content:"\e061"
}
.fa-head-side-cough-slash:before{
    content:"\e062"
}
.fa-head-side-mask:before{
    content:"\e063"
}
.fa-head-side-virus:before{
    content:"\e064"
}
.fa-heading:before{
    content:"\f1dc"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-headphones-alt:before{
    content:"\f58f"
}
.fa-headset:before{
    content:"\f590"
}
.fa-heart:before{
    content:"\f004"
}
.fa-heart-broken:before{
    content:"\f7a9"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-helicopter:before{
    content:"\f533"
}
.fa-highlighter:before{
    content:"\f591"
}
.fa-hiking:before{
    content:"\f6ec"
}
.fa-hippo:before{
    content:"\f6ed"
}
.fa-hips:before{
    content:"\f452"
}
.fa-hire-a-helper:before{
    content:"\f3b0"
}
.fa-history:before{
    content:"\f1da"
}
.fa-hive:before{
    content:"\e07f"
}
.fa-hockey-puck:before{
    content:"\f453"
}
.fa-holly-berry:before{
    content:"\f7aa"
}
.fa-home:before{
    content:"\f015"
}
.fa-hooli:before{
    content:"\f427"
}
.fa-hornbill:before{
    content:"\f592"
}
.fa-horse:before{
    content:"\f6f0"
}
.fa-horse-head:before{
    content:"\f7ab"
}
.fa-hospital:before{
    content:"\f0f8"
}
.fa-hospital-alt:before{
    content:"\f47d"
}
.fa-hospital-symbol:before{
    content:"\f47e"
}
.fa-hospital-user:before{
    content:"\f80d"
}
.fa-hot-tub:before{
    content:"\f593"
}
.fa-hotdog:before{
    content:"\f80f"
}
.fa-hotel:before{
    content:"\f594"
}
.fa-hotjar:before{
    content:"\f3b1"
}
.fa-hourglass:before{
    content:"\f254"
}
.fa-hourglass-end:before{
    content:"\f253"
}
.fa-hourglass-half:before{
    content:"\f252"
}
.fa-hourglass-start:before{
    content:"\f251"
}
.fa-house-damage:before{
    content:"\f6f1"
}
.fa-house-user:before{
    content:"\e065"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-hryvnia:before{
    content:"\f6f2"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-hubspot:before{
    content:"\f3b2"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-ice-cream:before{
    content:"\f810"
}
.fa-icicles:before{
    content:"\f7ad"
}
.fa-icons:before{
    content:"\f86d"
}
.fa-id-badge:before{
    content:"\f2c1"
}
.fa-id-card:before{
    content:"\f2c2"
}
.fa-id-card-alt:before{
    content:"\f47f"
}
.fa-ideal:before{
    content:"\e013"
}
.fa-igloo:before{
    content:"\f7ae"
}
.fa-image:before{
    content:"\f03e"
}
.fa-images:before{
    content:"\f302"
}
.fa-imdb:before{
    content:"\f2d8"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-industry:before{
    content:"\f275"
}
.fa-infinity:before{
    content:"\f534"
}
.fa-info:before{
    content:"\f129"
}
.fa-info-circle:before{
    content:"\f05a"
}
.fa-innosoft:before{
    content:"\e080"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-instagram-square:before{
    content:"\e055"
}
.fa-instalod:before{
    content:"\e081"
}
.fa-intercom:before{
    content:"\f7af"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-invision:before{
    content:"\f7b0"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-italic:before{
    content:"\f033"
}
.fa-itch-io:before{
    content:"\f83a"
}
.fa-itunes:before{
    content:"\f3b4"
}
.fa-itunes-note:before{
    content:"\f3b5"
}
.fa-java:before{
    content:"\f4e4"
}
.fa-jedi:before{
    content:"\f669"
}
.fa-jedi-order:before{
    content:"\f50e"
}
.fa-jenkins:before{
    content:"\f3b6"
}
.fa-jira:before{
    content:"\f7b1"
}
.fa-joget:before{
    content:"\f3b7"
}
.fa-joint:before{
    content:"\f595"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-journal-whills:before{
    content:"\f66a"
}
.fa-js:before{
    content:"\f3b8"
}
.fa-js-square:before{
    content:"\f3b9"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-kaaba:before{
    content:"\f66b"
}
.fa-kaggle:before{
    content:"\f5fa"
}
.fa-key:before{
    content:"\f084"
}
.fa-keybase:before{
    content:"\f4f5"
}
.fa-keyboard:before{
    content:"\f11c"
}
.fa-keycdn:before{
    content:"\f3ba"
}
.fa-khanda:before{
    content:"\f66d"
}
.fa-kickstarter:before{
    content:"\f3bb"
}
.fa-kickstarter-k:before{
    content:"\f3bc"
}
.fa-kiss:before{
    content:"\f596"
}
.fa-kiss-beam:before{
    content:"\f597"
}
.fa-kiss-wink-heart:before{
    content:"\f598"
}
.fa-kiwi-bird:before{
    content:"\f535"
}
.fa-korvue:before{
    content:"\f42f"
}
.fa-landmark:before{
    content:"\f66f"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-laptop-code:before{
    content:"\f5fc"
}
.fa-laptop-house:before{
    content:"\e066"
}
.fa-laptop-medical:before{
    content:"\f812"
}
.fa-laravel:before{
    content:"\f3bd"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-laugh:before{
    content:"\f599"
}
.fa-laugh-beam:before{
    content:"\f59a"
}
.fa-laugh-squint:before{
    content:"\f59b"
}
.fa-laugh-wink:before{
    content:"\f59c"
}
.fa-layer-group:before{
    content:"\f5fd"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-lemon:before{
    content:"\f094"
}
.fa-less:before{
    content:"\f41d"
}
.fa-less-than:before{
    content:"\f536"
}
.fa-less-than-equal:before{
    content:"\f537"
}
.fa-level-down-alt:before{
    content:"\f3be"
}
.fa-level-up-alt:before{
    content:"\f3bf"
}
.fa-life-ring:before{
    content:"\f1cd"
}
.fa-lightbulb:before{
    content:"\f0eb"
}
.fa-line:before{
    content:"\f3c0"
}
.fa-link:before{
    content:"\f0c1"
}
.fa-linkedin:before{
    content:"\f08c"
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-linode:before{
    content:"\f2b8"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-lira-sign:before{
    content:"\f195"
}
.fa-list:before{
    content:"\f03a"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-lock:before{
    content:"\f023"
}
.fa-lock-open:before{
    content:"\f3c1"
}
.fa-long-arrow-alt-down:before{
    content:"\f309"
}
.fa-long-arrow-alt-left:before{
    content:"\f30a"
}
.fa-long-arrow-alt-right:before{
    content:"\f30b"
}
.fa-long-arrow-alt-up:before{
    content:"\f30c"
}
.fa-low-vision:before{
    content:"\f2a8"
}
.fa-luggage-cart:before{
    content:"\f59d"
}
.fa-lungs:before{
    content:"\f604"
}
.fa-lungs-virus:before{
    content:"\e067"
}
.fa-lyft:before{
    content:"\f3c3"
}
.fa-magento:before{
    content:"\f3c4"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-mail-bulk:before{
    content:"\f674"
}
.fa-mailchimp:before{
    content:"\f59e"
}
.fa-male:before{
    content:"\f183"
}
.fa-mandalorian:before{
    content:"\f50f"
}
.fa-map:before{
    content:"\f279"
}
.fa-map-marked:before{
    content:"\f59f"
}
.fa-map-marked-alt:before{
    content:"\f5a0"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-map-marker-alt:before{
    content:"\f3c5"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-map-signs:before{
    content:"\f277"
}
.fa-markdown:before{
    content:"\f60f"
}
.fa-marker:before{
    content:"\f5a1"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mask:before{
    content:"\f6fa"
}
.fa-mastodon:before{
    content:"\f4f6"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-mdb:before{
    content:"\f8ca"
}
.fa-medal:before{
    content:"\f5a2"
}
.fa-medapps:before{
    content:"\f3c6"
}
.fa-medium:before{
    content:"\f23a"
}
.fa-medium-m:before{
    content:"\f3c7"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-medrt:before{
    content:"\f3c8"
}
.fa-meetup:before{
    content:"\f2e0"
}
.fa-megaport:before{
    content:"\f5a3"
}
.fa-meh:before{
    content:"\f11a"
}
.fa-meh-blank:before{
    content:"\f5a4"
}
.fa-meh-rolling-eyes:before{
    content:"\f5a5"
}
.fa-memory:before{
    content:"\f538"
}
.fa-mendeley:before{
    content:"\f7b3"
}
.fa-menorah:before{
    content:"\f676"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-meteor:before{
    content:"\f753"
}
.fa-microblog:before{
    content:"\e01a"
}
.fa-microchip:before{
    content:"\f2db"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-alt:before{
    content:"\f3c9"
}
.fa-microphone-alt-slash:before{
    content:"\f539"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-microscope:before{
    content:"\f610"
}
.fa-microsoft:before{
    content:"\f3ca"
}
.fa-minus:before{
    content:"\f068"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-mitten:before{
    content:"\f7b5"
}
.fa-mix:before{
    content:"\f3cb"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-mixer:before{
    content:"\e056"
}
.fa-mizuni:before{
    content:"\f3cc"
}
.fa-mobile:before{
    content:"\f10b"
}
.fa-mobile-alt:before{
    content:"\f3cd"
}
.fa-modx:before{
    content:"\f285"
}
.fa-monero:before{
    content:"\f3d0"
}
.fa-money-bill:before{
    content:"\f0d6"
}
.fa-money-bill-alt:before{
    content:"\f3d1"
}
.fa-money-bill-wave:before{
    content:"\f53a"
}
.fa-money-bill-wave-alt:before{
    content:"\f53b"
}
.fa-money-check:before{
    content:"\f53c"
}
.fa-money-check-alt:before{
    content:"\f53d"
}
.fa-monument:before{
    content:"\f5a6"
}
.fa-moon:before{
    content:"\f186"
}
.fa-mortar-pestle:before{
    content:"\f5a7"
}
.fa-mosque:before{
    content:"\f678"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-mountain:before{
    content:"\f6fc"
}
.fa-mouse:before{
    content:"\f8cc"
}
.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-mug-hot:before{
    content:"\f7b6"
}
.fa-music:before{
    content:"\f001"
}
.fa-napster:before{
    content:"\f3d2"
}
.fa-neos:before{
    content:"\f612"
}
.fa-network-wired:before{
    content:"\f6ff"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-newspaper:before{
    content:"\f1ea"
}
.fa-nimblr:before{
    content:"\f5a8"
}
.fa-node:before{
    content:"\f419"
}
.fa-node-js:before{
    content:"\f3d3"
}
.fa-not-equal:before{
    content:"\f53e"
}
.fa-notes-medical:before{
    content:"\f481"
}
.fa-npm:before{
    content:"\f3d4"
}
.fa-ns8:before{
    content:"\f3d5"
}
.fa-nutritionix:before{
    content:"\f3d6"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-octopus-deploy:before{
    content:"\e082"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-odnoklassniki-square:before{
    content:"\f264"
}
.fa-oil-can:before{
    content:"\f613"
}
.fa-old-republic:before{
    content:"\f510"
}
.fa-om:before{
    content:"\f679"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-orcid:before{
    content:"\f8d2"
}
.fa-osi:before{
    content:"\f41a"
}
.fa-otter:before{
    content:"\f700"
}
.fa-outdent:before{
    content:"\f03b"
}
.fa-page4:before{
    content:"\f3d7"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-pager:before{
    content:"\f815"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-paint-roller:before{
    content:"\f5aa"
}
.fa-palette:before{
    content:"\f53f"
}
.fa-palfed:before{
    content:"\f3d8"
}
.fa-pallet:before{
    content:"\f482"
}
.fa-paper-plane:before{
    content:"\f1d8"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-parachute-box:before{
    content:"\f4cd"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-parking:before{
    content:"\f540"
}
.fa-passport:before{
    content:"\f5ab"
}
.fa-pastafarianism:before{
    content:"\f67b"
}
.fa-paste:before{
    content:"\f0ea"
}
.fa-patreon:before{
    content:"\f3d9"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-pause-circle:before{
    content:"\f28b"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-peace:before{
    content:"\f67c"
}
.fa-pen:before{
    content:"\f304"
}
.fa-pen-alt:before{
    content:"\f305"
}
.fa-pen-fancy:before{
    content:"\f5ac"
}
.fa-pen-nib:before{
    content:"\f5ad"
}
.fa-pen-square:before{
    content:"\f14b"
}
.fa-pencil-alt:before{
    content:"\f303"
}
.fa-pencil-ruler:before{
    content:"\f5ae"
}
.fa-penny-arcade:before{
    content:"\f704"
}
.fa-people-arrows:before{
    content:"\e068"
}
.fa-people-carry:before{
    content:"\f4ce"
}
.fa-pepper-hot:before{
    content:"\f816"
}
.fa-perbyte:before{
    content:"\e083"
}
.fa-percent:before{
    content:"\f295"
}
.fa-percentage:before{
    content:"\f541"
}
.fa-periscope:before{
    content:"\f3da"
}
.fa-person-booth:before{
    content:"\f756"
}
.fa-phabricator:before{
    content:"\f3db"
}
.fa-phoenix-framework:before{
    content:"\f3dc"
}
.fa-phoenix-squadron:before{
    content:"\f511"
}
.fa-phone:before{
    content:"\f095"
}
.fa-phone-alt:before{
    content:"\f879"
}
.fa-phone-slash:before{
    content:"\f3dd"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-phone-square-alt:before{
    content:"\f87b"
}
.fa-phone-volume:before{
    content:"\f2a0"
}
.fa-photo-video:before{
    content:"\f87c"
}
.fa-php:before{
    content:"\f457"
}
.fa-pied-piper:before{
    content:"\f2ae"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-pied-piper-hat:before{
    content:"\f4e5"
}
.fa-pied-piper-pp:before{
    content:"\f1a7"
}
.fa-pied-piper-square:before{
    content:"\e01e"
}
.fa-piggy-bank:before{
    content:"\f4d3"
}
.fa-pills:before{
    content:"\f484"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-pizza-slice:before{
    content:"\f818"
}
.fa-place-of-worship:before{
    content:"\f67f"
}
.fa-plane:before{
    content:"\f072"
}
.fa-plane-arrival:before{
    content:"\f5af"
}
.fa-plane-departure:before{
    content:"\f5b0"
}
.fa-plane-slash:before{
    content:"\e069"
}
.fa-play:before{
    content:"\f04b"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-playstation:before{
    content:"\f3df"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-plus:before{
    content:"\f067"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-podcast:before{
    content:"\f2ce"
}
.fa-poll:before{
    content:"\f681"
}
.fa-poll-h:before{
    content:"\f682"
}
.fa-poo:before{
    content:"\f2fe"
}
.fa-poo-storm:before{
    content:"\f75a"
}
.fa-poop:before{
    content:"\f619"
}
.fa-portrait:before{
    content:"\f3e0"
}
.fa-pound-sign:before{
    content:"\f154"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-pray:before{
    content:"\f683"
}
.fa-praying-hands:before{
    content:"\f684"
}
.fa-prescription:before{
    content:"\f5b1"
}
.fa-prescription-bottle:before{
    content:"\f485"
}
.fa-prescription-bottle-alt:before{
    content:"\f486"
}
.fa-print:before{
    content:"\f02f"
}
.fa-procedures:before{
    content:"\f487"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-project-diagram:before{
    content:"\f542"
}
.fa-pump-medical:before{
    content:"\e06a"
}
.fa-pump-soap:before{
    content:"\e06b"
}
.fa-pushed:before{
    content:"\f3e1"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-python:before{
    content:"\f3e2"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-question:before{
    content:"\f128"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-quidditch:before{
    content:"\f458"
}
.fa-quinscape:before{
    content:"\f459"
}
.fa-quora:before{
    content:"\f2c4"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-quran:before{
    content:"\f687"
}
.fa-r-project:before{
    content:"\f4f7"
}
.fa-radiation:before{
    content:"\f7b9"
}
.fa-radiation-alt:before{
    content:"\f7ba"
}
.fa-rainbow:before{
    content:"\f75b"
}
.fa-random:before{
    content:"\f074"
}
.fa-raspberry-pi:before{
    content:"\f7bb"
}
.fa-ravelry:before{
    content:"\f2d9"
}
.fa-react:before{
    content:"\f41b"
}
.fa-reacteurope:before{
    content:"\f75d"
}
.fa-readme:before{
    content:"\f4d5"
}
.fa-rebel:before{
    content:"\f1d0"
}
.fa-receipt:before{
    content:"\f543"
}
.fa-record-vinyl:before{
    content:"\f8d9"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-red-river:before{
    content:"\f3e3"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-redhat:before{
    content:"\f7bc"
}
.fa-redo:before{
    content:"\f01e"
}
.fa-redo-alt:before{
    content:"\f2f9"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-remove-format:before{
    content:"\f87d"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-reply:before{
    content:"\f3e5"
}
.fa-reply-all:before{
    content:"\f122"
}
.fa-replyd:before{
    content:"\f3e6"
}
.fa-republican:before{
    content:"\f75e"
}
.fa-researchgate:before{
    content:"\f4f8"
}
.fa-resolving:before{
    content:"\f3e7"
}
.fa-restroom:before{
    content:"\f7bd"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-rev:before{
    content:"\f5b2"
}
.fa-ribbon:before{
    content:"\f4d6"
}
.fa-ring:before{
    content:"\f70b"
}
.fa-road:before{
    content:"\f018"
}
.fa-robot:before{
    content:"\f544"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-rocketchat:before{
    content:"\f3e8"
}
.fa-rockrms:before{
    content:"\f3e9"
}
.fa-route:before{
    content:"\f4d7"
}
.fa-rss:before{
    content:"\f09e"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-ruble-sign:before{
    content:"\f158"
}
.fa-ruler:before{
    content:"\f545"
}
.fa-ruler-combined:before{
    content:"\f546"
}
.fa-ruler-horizontal:before{
    content:"\f547"
}
.fa-ruler-vertical:before{
    content:"\f548"
}
.fa-running:before{
    content:"\f70c"
}
.fa-rupee-sign:before{
    content:"\f156"
}
.fa-rust:before{
    content:"\e07a"
}
.fa-sad-cry:before{
    content:"\f5b3"
}
.fa-sad-tear:before{
    content:"\f5b4"
}
.fa-safari:before{
    content:"\f267"
}
.fa-salesforce:before{
    content:"\f83b"
}
.fa-sass:before{
    content:"\f41e"
}
.fa-satellite:before{
    content:"\f7bf"
}
.fa-satellite-dish:before{
    content:"\f7c0"
}
.fa-save:before{
    content:"\f0c7"
}
.fa-schlix:before{
    content:"\f3ea"
}
.fa-school:before{
    content:"\f549"
}
.fa-screwdriver:before{
    content:"\f54a"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-scroll:before{
    content:"\f70e"
}
.fa-sd-card:before{
    content:"\f7c2"
}
.fa-search:before{
    content:"\f002"
}
.fa-search-dollar:before{
    content:"\f688"
}
.fa-search-location:before{
    content:"\f689"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-searchengin:before{
    content:"\f3eb"
}
.fa-seedling:before{
    content:"\f4d8"
}
.fa-sellcast:before{
    content:"\f2da"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-server:before{
    content:"\f233"
}
.fa-servicestack:before{
    content:"\f3ec"
}
.fa-shapes:before{
    content:"\f61f"
}
.fa-share:before{
    content:"\f064"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-shekel-sign:before{
    content:"\f20b"
}
.fa-shield-alt:before{
    content:"\f3ed"
}
.fa-shield-virus:before{
    content:"\e06c"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-shipping-fast:before{
    content:"\f48b"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-shoe-prints:before{
    content:"\f54b"
}
.fa-shopify:before{
    content:"\e057"
}
.fa-shopping-bag:before{
    content:"\f290"
}
.fa-shopping-basket:before{
    content:"\f291"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-shopware:before{
    content:"\f5b5"
}
.fa-shower:before{
    content:"\f2cc"
}
.fa-shuttle-van:before{
    content:"\f5b6"
}
.fa-sign:before{
    content:"\f4d9"
}
.fa-sign-in-alt:before{
    content:"\f2f6"
}
.fa-sign-language:before{
    content:"\f2a7"
}
.fa-sign-out-alt:before{
    content:"\f2f5"
}
.fa-signal:before{
    content:"\f012"
}
.fa-signature:before{
    content:"\f5b7"
}
.fa-sim-card:before{
    content:"\f7c4"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-sink:before{
    content:"\e06d"
}
.fa-sistrix:before{
    content:"\f3ee"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-sith:before{
    content:"\f512"
}
.fa-skating:before{
    content:"\f7c5"
}
.fa-sketch:before{
    content:"\f7c6"
}
.fa-skiing:before{
    content:"\f7c9"
}
.fa-skiing-nordic:before{
    content:"\f7ca"
}
.fa-skull:before{
    content:"\f54c"
}
.fa-skull-crossbones:before{
    content:"\f714"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-slack:before{
    content:"\f198"
}
.fa-slack-hash:before{
    content:"\f3ef"
}
.fa-slash:before{
    content:"\f715"
}
.fa-sleigh:before{
    content:"\f7cc"
}
.fa-sliders-h:before{
    content:"\f1de"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-smile:before{
    content:"\f118"
}
.fa-smile-beam:before{
    content:"\f5b8"
}
.fa-smile-wink:before{
    content:"\f4da"
}
.fa-smog:before{
    content:"\f75f"
}
.fa-smoking:before{
    content:"\f48d"
}
.fa-smoking-ban:before{
    content:"\f54d"
}
.fa-sms:before{
    content:"\f7cd"
}
.fa-snapchat:before{
    content:"\f2ab"
}
.fa-snapchat-ghost:before{
    content:"\f2ac"
}
.fa-snapchat-square:before{
    content:"\f2ad"
}
.fa-snowboarding:before{
    content:"\f7ce"
}
.fa-snowflake:before{
    content:"\f2dc"
}
.fa-snowman:before{
    content:"\f7d0"
}
.fa-snowplow:before{
    content:"\f7d2"
}
.fa-soap:before{
    content:"\e06e"
}
.fa-socks:before{
    content:"\f696"
}
.fa-solar-panel:before{
    content:"\f5ba"
}
.fa-sort:before{
    content:"\f0dc"
}
.fa-sort-alpha-down:before{
    content:"\f15d"
}
.fa-sort-alpha-down-alt:before{
    content:"\f881"
}
.fa-sort-alpha-up:before{
    content:"\f15e"
}
.fa-sort-alpha-up-alt:before{
    content:"\f882"
}
.fa-sort-amount-down:before{
    content:"\f160"
}
.fa-sort-amount-down-alt:before{
    content:"\f884"
}
.fa-sort-amount-up:before{
    content:"\f161"
}
.fa-sort-amount-up-alt:before{
    content:"\f885"
}
.fa-sort-down:before{
    content:"\f0dd"
}
.fa-sort-numeric-down:before{
    content:"\f162"
}
.fa-sort-numeric-down-alt:before{
    content:"\f886"
}
.fa-sort-numeric-up:before{
    content:"\f163"
}
.fa-sort-numeric-up-alt:before{
    content:"\f887"
}
.fa-sort-up:before{
    content:"\f0de"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-sourcetree:before{
    content:"\f7d3"
}
.fa-spa:before{
    content:"\f5bb"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-speakap:before{
    content:"\f3f3"
}
.fa-speaker-deck:before{
    content:"\f83c"
}
.fa-spell-check:before{
    content:"\f891"
}
.fa-spider:before{
    content:"\f717"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-splotch:before{
    content:"\f5bc"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-spray-can:before{
    content:"\f5bd"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-square-full:before{
    content:"\f45c"
}
.fa-square-root-alt:before{
    content:"\f698"
}
.fa-squarespace:before{
    content:"\f5be"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-stackpath:before{
    content:"\f842"
}
.fa-stamp:before{
    content:"\f5bf"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-and-crescent:before{
    content:"\f699"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-star-half-alt:before{
    content:"\f5c0"
}
.fa-star-of-david:before{
    content:"\f69a"
}
.fa-star-of-life:before{
    content:"\f621"
}
.fa-staylinked:before{
    content:"\f3f5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-steam-symbol:before{
    content:"\f3f6"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-sticker-mule:before{
    content:"\f3f7"
}
.fa-sticky-note:before{
    content:"\f249"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-stop-circle:before{
    content:"\f28d"
}
.fa-stopwatch:before{
    content:"\f2f2"
}
.fa-stopwatch-20:before{
    content:"\e06f"
}
.fa-store:before{
    content:"\f54e"
}
.fa-store-alt:before{
    content:"\f54f"
}
.fa-store-alt-slash:before{
    content:"\e070"
}
.fa-store-slash:before{
    content:"\e071"
}
.fa-strava:before{
    content:"\f428"
}
.fa-stream:before{
    content:"\f550"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-stripe:before{
    content:"\f429"
}
.fa-stripe-s:before{
    content:"\f42a"
}
.fa-stroopwafel:before{
    content:"\f551"
}
.fa-studiovinari:before{
    content:"\f3f8"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-subway:before{
    content:"\f239"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-suitcase-rolling:before{
    content:"\f5c1"
}
.fa-sun:before{
    content:"\f185"
}
.fa-superpowers:before{
    content:"\f2dd"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-supple:before{
    content:"\f3f9"
}
.fa-surprise:before{
    content:"\f5c2"
}
.fa-suse:before{
    content:"\f7d6"
}
.fa-swatchbook:before{
    content:"\f5c3"
}
.fa-swift:before{
    content:"\f8e1"
}
.fa-swimmer:before{
    content:"\f5c4"
}
.fa-swimming-pool:before{
    content:"\f5c5"
}
.fa-symfony:before{
    content:"\f83d"
}
.fa-synagogue:before{
    content:"\f69b"
}
.fa-sync:before{
    content:"\f021"
}
.fa-sync-alt:before{
    content:"\f2f1"
}
.fa-syringe:before{
    content:"\f48e"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-table-tennis:before{
    content:"\f45d"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-tablet-alt:before{
    content:"\f3fa"
}
.fa-tablets:before{
    content:"\f490"
}
.fa-tachometer-alt:before{
    content:"\f3fd"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-tape:before{
    content:"\f4db"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-taxi:before{
    content:"\f1ba"
}
.fa-teamspeak:before{
    content:"\f4f9"
}
.fa-teeth:before{
    content:"\f62e"
}
.fa-teeth-open:before{
    content:"\f62f"
}
.fa-telegram:before{
    content:"\f2c6"
}
.fa-telegram-plane:before{
    content:"\f3fe"
}
.fa-temperature-high:before{
    content:"\f769"
}
.fa-temperature-low:before{
    content:"\f76b"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-tenge:before{
    content:"\f7d7"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-the-red-yeti:before{
    content:"\f69d"
}
.fa-theater-masks:before{
    content:"\f630"
}
.fa-themeco:before{
    content:"\f5c6"
}
.fa-themeisle:before{
    content:"\f2b2"
}
.fa-thermometer:before{
    content:"\f491"
}
.fa-thermometer-empty:before{
    content:"\f2cb"
}
.fa-thermometer-full:before{
    content:"\f2c7"
}
.fa-thermometer-half:before{
    content:"\f2c9"
}
.fa-thermometer-quarter:before{
    content:"\f2ca"
}
.fa-thermometer-three-quarters:before{
    content:"\f2c8"
}
.fa-think-peaks:before{
    content:"\f731"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbtack:before{
    content:"\f08d"
}
.fa-ticket-alt:before{
    content:"\f3ff"
}
.fa-tiktok:before{
    content:"\e07b"
}
.fa-times:before{
    content:"\f00d"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-tint:before{
    content:"\f043"
}
.fa-tint-slash:before{
    content:"\f5c7"
}
.fa-tired:before{
    content:"\f5c8"
}
.fa-threads:before{
    content:"\e9cb"
}
.fa-threads-square:before{
    content:"\e9cc"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-toilet:before{
    content:"\f7d8"
}
.fa-toilet-paper:before{
    content:"\f71e"
}
.fa-toilet-paper-slash:before{
    content:"\e072"
}
.fa-toolbox:before{
    content:"\f552"
}
.fa-tools:before{
    content:"\f7d9"
}
.fa-tooth:before{
    content:"\f5c9"
}
.fa-torah:before{
    content:"\f6a0"
}
.fa-torii-gate:before{
    content:"\f6a1"
}
.fa-tractor:before{
    content:"\f722"
}
.fa-trade-federation:before{
    content:"\f513"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-traffic-light:before{
    content:"\f637"
}
.fa-trailer:before{
    content:"\e041"
}
.fa-train:before{
    content:"\f238"
}
.fa-tram:before{
    content:"\f7da"
}
.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-trash-alt:before{
    content:"\f2ed"
}
.fa-trash-restore:before{
    content:"\f829"
}
.fa-trash-restore-alt:before{
    content:"\f82a"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-trello:before{
    content:"\f181"
}
.fa-tripadvisor:before{
    content:"\f262"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-truck-loading:before{
    content:"\f4de"
}
.fa-truck-monster:before{
    content:"\f63b"
}
.fa-truck-moving:before{
    content:"\f4df"
}
.fa-truck-pickup:before{
    content:"\f63c"
}
.fa-tshirt:before{
    content:"\f553"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-tv:before{
    content:"\f26c"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-typo3:before{
    content:"\f42b"
}
.fa-uber:before{
    content:"\f402"
}
.fa-ubuntu:before{
    content:"\f7df"
}
.fa-uikit:before{
    content:"\f403"
}
.fa-umbraco:before{
    content:"\f8e8"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-umbrella-beach:before{
    content:"\f5ca"
}
.fa-uncharted:before{
    content:"\e084"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-undo:before{
    content:"\f0e2"
}
.fa-undo-alt:before{
    content:"\f2ea"
}
.fa-uniregistry:before{
    content:"\f404"
}
.fa-unity:before{
    content:"\e049"
}
.fa-universal-access:before{
    content:"\f29a"
}
.fa-university:before{
    content:"\f19c"
}
.fa-unlink:before{
    content:"\f127"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-unsplash:before{
    content:"\e07c"
}
.fa-untappd:before{
    content:"\f405"
}
.fa-upload:before{
    content:"\f093"
}
.fa-ups:before{
    content:"\f7e0"
}
.fa-usb:before{
    content:"\f287"
}
.fa-user:before{
    content:"\f007"
}
.fa-user-alt:before{
    content:"\f406"
}
.fa-user-alt-slash:before{
    content:"\f4fa"
}
.fa-user-astronaut:before{
    content:"\f4fb"
}
.fa-user-check:before{
    content:"\f4fc"
}
.fa-user-circle:before{
    content:"\f2bd"
}
.fa-user-clock:before{
    content:"\f4fd"
}
.fa-user-cog:before{
    content:"\f4fe"
}
.fa-user-edit:before{
    content:"\f4ff"
}
.fa-user-friends:before{
    content:"\f500"
}
.fa-user-graduate:before{
    content:"\f501"
}
.fa-user-injured:before{
    content:"\f728"
}
.fa-user-lock:before{
    content:"\f502"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-user-minus:before{
    content:"\f503"
}
.fa-user-ninja:before{
    content:"\f504"
}
.fa-user-nurse:before{
    content:"\f82f"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-user-shield:before{
    content:"\f505"
}
.fa-user-slash:before{
    content:"\f506"
}
.fa-user-tag:before{
    content:"\f507"
}
.fa-user-tie:before{
    content:"\f508"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-users:before{
    content:"\f0c0"
}
.fa-users-cog:before{
    content:"\f509"
}
.fa-users-slash:before{
    content:"\e073"
}
.fa-usps:before{
    content:"\f7e1"
}
.fa-ussunnah:before{
    content:"\f407"
}
.fa-utensil-spoon:before{
    content:"\f2e5"
}
.fa-utensils:before{
    content:"\f2e7"
}
.fa-vaadin:before{
    content:"\f408"
}
.fa-vector-square:before{
    content:"\f5cb"
}
.fa-venus:before{
    content:"\f221"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-vest:before{
    content:"\e085"
}
.fa-vest-patches:before{
    content:"\e086"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-viadeo:before{
    content:"\f2a9"
}
.fa-viadeo-square:before{
    content:"\f2aa"
}
.fa-vial:before{
    content:"\f492"
}
.fa-vials:before{
    content:"\f493"
}
.fa-viber:before{
    content:"\f409"
}
.fa-video:before{
    content:"\f03d"
}
.fa-video-slash:before{
    content:"\f4e2"
}
.fa-vihara:before{
    content:"\f6a7"
}
.fa-vimeo:before{
    content:"\f40a"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-vimeo-v:before{
    content:"\f27d"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-virus:before{
    content:"\e074"
}
.fa-virus-slash:before{
    content:"\e075"
}
.fa-viruses:before{
    content:"\e076"
}
.fa-vk:before{
    content:"\f189"
}
.fa-vnv:before{
    content:"\f40b"
}
.fa-voicemail:before{
    content:"\f897"
}
.fa-volleyball-ball:before{
    content:"\f45f"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-mute:before{
    content:"\f6a9"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-vote-yea:before{
    content:"\f772"
}
.fa-vr-cardboard:before{
    content:"\f729"
}
.fa-vuejs:before{
    content:"\f41f"
}
.fa-walking:before{
    content:"\f554"
}
.fa-wallet:before{
    content:"\f555"
}
.fa-warehouse:before{
    content:"\f494"
}
.fa-watchman-monitoring:before{
    content:"\e087"
}
.fa-water:before{
    content:"\f773"
}
.fa-wave-square:before{
    content:"\f83e"
}
.fa-waze:before{
    content:"\f83f"
}
.fa-weebly:before{
    content:"\f5cc"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-weight:before{
    content:"\f496"
}
.fa-weight-hanging:before{
    content:"\f5cd"
}
.fa-weixin:before{
    content:"\f1d7"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-whatsapp-square:before{
    content:"\f40c"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-whmcs:before{
    content:"\f40d"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-wind:before{
    content:"\f72e"
}
.fa-window-close:before{
    content:"\f410"
}
.fa-window-maximize:before{
    content:"\f2d0"
}
.fa-window-minimize:before{
    content:"\f2d1"
}
.fa-window-restore:before{
    content:"\f2d2"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-wine-bottle:before{
    content:"\f72f"
}
.fa-wine-glass:before{
    content:"\f4e3"
}
.fa-wine-glass-alt:before{
    content:"\f5ce"
}
.fa-wix:before{
    content:"\f5cf"
}
.fa-wizards-of-the-coast:before{
    content:"\f730"
}
.fa-wodu:before{
    content:"\e088"
}
.fa-wolf-pack-battalion:before{
    content:"\f514"
}
.fa-won-sign:before{
    content:"\f159"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-wordpress-simple:before{
    content:"\f411"
}
.fa-wpbeginner:before{
    content:"\f297"
}
.fa-wpexplorer:before{
    content:"\f2de"
}
.fa-wpforms:before{
    content:"\f298"
}
.fa-wpressr:before{
    content:"\f3e4"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-x-ray:before{
    content:"\f497"
}
.fa-xbox:before{
    content:"\f412"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-x-twitter:before{
    content:"\e9ca"
}
.fa-x-twitter-square:before{
    content:"\e9c9"
}
.fa-y-combinator:before{
    content:"\f23b"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-yammer:before{
    content:"\f840"
}
.fa-yandex:before{
    content:"\f413"
}
.fa-yandex-international:before{
    content:"\f414"
}
.fa-yarn:before{
    content:"\f7e3"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-yen-sign:before{
    content:"\f157"
}
.fa-yin-yang:before{
    content:"\f6ad"
}
.fa-yoast:before{
    content:"\f2b1"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-youtube-square:before{
    content:"\f431"
}
.fa-zhihu:before{
    content:"\f63f"
}
.sr-only{
    border:0;
    clip:rect(0,0,0,0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto
}
/*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
 @font-face{
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:900;
    font-display:block;
    src:url(./fonts/fa-solid-900.eot);
    src:url(./fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(./fonts/fa-solid-900.woff2) format("woff2");
}
.fa,.fas{
    font-family:"Font Awesome 5 Free";
    font-weight:900
}
/*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
 @font-face{
    font-family:"Font Awesome 5 Brands";
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url(./fonts/fa-brands-400.eot);
    src:url(./fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(./fonts/fa-brands-400.woff2) format("woff2");
}
.fab{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}
 @media (min-width:769px){
    .main-navigation .main-nav ul li.nav-button a{
        color:#fff;
        background-color:#517895;
        border:0 solid #fff;
        border-radius:5px;
        line-height:40px;
        position:relative;
        top:0
    }
    .main-navigation .main-nav ul li.nav-button:hover a{
        color:#fff;
        background-color:#96aebf;
        border:0 solid #
    }
    p:last-child{
        margin-bottom:0
    }
    .lsi-social-icons{
        min-height:52px
    }
    .lsi-social-icons li{
        min-height:40px
    }
    .styled-link{
        color:#151f29;
        font-weight:700;
        background-color:#eee !important;
        padding:4px 7px 4px 8px !important;
        border-radius:4px !important;
        white-space:nowrap
    }
    .styled-link:hover{
        background-color:#d6d6d6 !important
    }
     .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) *{
        background-image:none !important
    }
    @media screen and (max-height:1024px){
        .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) *{
            background-image:none !important
        }
    }
    @media screen and (max-height:640px){
        .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) *{
            background-image:none !important
        }
    }
    /** Mega Menu CSS: fs **/
     [data-wpr-lazyrender]{
        content-visibility:auto
    }
     @font-face{
        font-family:'lsi-fontello';
        src:url(./fonts/fontello.eot);
        src:url(./fonts/fontello.eot#iefix) format('embedded-opentype'), 
        url(./fonts/fontello.woff) format('woff');
        font-weight:normal;
        font-style:normal
    }
    [class^="lsicon-"]:before,[class*=" lsicon-"]:before{
        font-family:"lsi-fontello";
        font-style:normal;
        font-weight:normal;
        speak:none;
        display:inline-block;
        text-decoration:inherit;
        width:1.2em;
        text-align:center;
        font-variant:normal;
        text-transform:none;
        line-height:1.2em
    }
    .lsicon-email-alt:before{
        content:'\e800'
    }
    .lsicon-email:before{
        content:'\e801'
    }
    .lsicon-email-squared:before{
        content:'\e802'
    }
    .lsicon-rss:before{
        content:'\e803'
    }
    .lsicon-rss-squared:before{
        content:'\e804'
    }
    .lsicon-phone:before{
        content:'\e805'
    }
    .lsicon-phone-squared:before{
        content:'\e806'
    }
    .lsicon-codepen:before{
        content:'\e807'
    }
    .lsicon-delicious:before{
        content:'\e808'
    }
    .lsicon-deviantart:before{
        content:'\e809'
    }
    .lsicon-digg:before{
        content:'\e80a'
    }
    .lsicon-dribbble:before{
        content:'\e80b'
    }
    .lsicon-dropbox:before{
        content:'\e80c'
    }
    .lsicon-facebook:before{
        content:'\e80d'
    }
    .lsicon-facebook-squared:before{
        content:'\e80e'
    }
    .lsicon-flickr:before{
        content:'\e80f'
    }
    .lsicon-foursquare:before{
        content:'\e810'
    }
    .lsicon-git-squared:before{
        content:'\e811'
    }
    .lsicon-git:before{
        content:'\e812'
    }
    .lsicon-github:before{
        content:'\e813'
    }
    .lsicon-github-squared:before{
        content:'\e814'
    }
    .lsicon-github-circled:before{
        content:'\e815'
    }
    .lsicon-google:before{
        content:'\e816'
    }
    .lsicon-gplus:before{
        content:'\e817'
    }
    .lsicon-gplus-squared:before{
        content:'\e818'
    }
    .lsicon-instagram:before{
        content:'\e819'
    }
    .lsicon-jsfiddle:before{
        content:'\e81a'
    }
    .lsicon-linkedin-squared:before{
        content:'\e81b'
    }
    .lsicon-linkedin:before{
        content:'\e81c'
    }
    .lsicon-pinterest-circled:before{
        content:'\e81d'
    }
    .lsicon-pinterest:before{
        content:'\e81e'
    }
    .lsicon-reddit:before{
        content:'\e81f'
    }
    .lsicon-reddit-squared:before{
        content:'\e820'
    }
    .lsicon-skype:before{
        content:'\e821'
    }
    .lsicon-soundcloud:before{
        content:'\e822'
    }
    .lsicon-spotify:before{
        content:'\e823'
    }
    .lsicon-stackexchange:before{
        content:'\e824'
    }
    .lsicon-stackoverflow:before{
        content:'\e825'
    }
    .lsicon-stumbleupon:before{
        content:'\e826'
    }
    .lsicon-stumbleupon-circled:before{
        content:'\e827'
    }
    .lsicon-tumblr-squared:before{
        content:'\e828'
    }
    .lsicon-tumblr:before{
        content:'\e829'
    }
    .lsicon-twitter-squared:before{
        content:'\e82a'
    }
    .lsicon-twitter:before{
        content:'\e82b'
    }
    .lsicon-vimeo:before{
        content:'\e82c'
    }
    .lsicon-vine:before{
        content:'\e82d'
    }
    .lsicon-wordpress:before{
        content:'\e82e'
    }
    .lsicon-youtube:before{
        content:'\e82f'
    }
    .lsicon-youtube-squared:before{
        content:'\e830'
    }
    .lsicon-itunes:before{
        content:'\e831'
    }
    .lsicon-steam:before{
        content:'\e832'
    }
    .lsicon-steam-squared:before{
        content:'\e833'
    }
    .lsicon-behance:before{
        content:'\e834'
    }
    .lsicon-behance-squared:before{
        content:'\e835'
    }
    .lsicon-yelp:before{
        content:'\e836'
    }
    .lsicon-twitch:before{
        content:'\e837'
    }
    .lsicon-fivehundredpx:before{
        content:'\e838'
    }
    .lsicon-angellist:before{
        content:'\e839'
    }
    .lsicon-bloglovin-squared:before{
        content:'\e83a'
    }
    .lsicon-bloglovin:before{
        content:'\e83b';
        font-size:80%
    }
    .lsicon-paper-plane:before{
        content:'\e83c'
    }
    .lsicon-vkontakte:before{
        content:'\e83d'
    }
    .lsicon-bitbucket:before{
        content:'\e83e'
    }
    .lsicon-bandcamp:before{
        content:'\e83f'
    }
    .lsicon-xing:before{
        content:'\e840'
    }
    .lsicon-yahoo:before{
        content:'\e841'
    }
    .lsicon-snapchat:before{
        content:'\e842'
    }
    .lsicon-snapchat-square:before{
        content:'\e843'
    }
    .lsicon-tripadvisor:before{
        content:'\e844'
    }
    .lsicon-houzz:before{
        content:'\e845'
    }
    .lsicon-mixcloud:before{
        content:'\e846'
    }
    .lsicon-lastfm:before{
        content:'\e847'
    }
    .lsicon-lastfm-squared:before{
        content:'\e848'
    }
    .lsi-social-icons{
        margin:0 !important;
        padding:0 !important;
        list-style-type:none !important;
        display:block !important
    }
    .lsi-social-icons li:before,.lsi-social-icons li:after{
        content:'' !important;
        display:none !important
    }
    .lsi-social-icons li{
        padding:0 !important;
        display:inline-block !important;
        *display:inline;
        *zoom:1;
        float:none !important;
        margin:0 8px 8px 0 !important;
        list-style-type:none !important
    }
    .lsi-social-icons li a{
        padding:8px;
        width:1.2em;
        line-height:1.2em;
        text-align:center;
        display:block;
        text-decoration:none !important;
        font-style:normal !important;
        font-weight:normal !important;
        text-transform:none !important;
        speak:none;
        -moz-transition:background-color 0.2s ease-in-out 0s;
        -webkit-transition:background-color 0.2s ease-in-out 0s;
        transition:background-color 0.2s ease-in-out 0s;
        -moz-box-sizing:content-box;
        -webkit-box-sizing:content-box;
        box-sizing:content-box
    }
    .tooltipster-default{
        border-radius:5px;
        border:0;
        background:#000;
        color:#fff
    }
    .tooltipster-default .tooltipster-content{
        font-family:inherit;
        font-size:12px;
        line-height:13px;
        padding:8px 10px;
        overflow:hidden
    }
    .tooltipster-icon{
        cursor:help;
        margin-left:4px
    }
    .tooltipster-base{
        padding:0;
        font-size:0;
        line-height:0;
        position:absolute;
        left:0;
        top:0;
        z-index:9999999;
        pointer-events:none;
        width:auto;
        overflow:visible
    }
    .tooltipster-base .tooltipster-content{
        overflow:hidden
    }
    .tooltipster-arrow{
        display:block;
        text-align:center;
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        z-index:-1
    }
    .tooltipster-arrow span,.tooltipster-arrow-border{
        display:block;
        width:0;
        height:0;
        position:absolute
    }
    .tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span{
        border-left:8px solid transparent !important;
        border-right:8px solid transparent !important;
        border-top:8px solid;
        bottom:-7px
    }
    .tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border{
        border-left:9px solid transparent !important;
        border-right:9px solid transparent !important;
        border-top:9px solid;
        bottom:-7px
    }
    .tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span{
        border-left:8px solid transparent !important;
        border-right:8px solid transparent !important;
        border-bottom:8px solid;
        top:-7px
    }
    .tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{
        border-left:9px solid transparent !important;
        border-right:9px solid transparent !important;
        border-bottom:9px solid;
        top:-7px
    }
    .tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom .tooltipster-arrow-border{
        left:0;
        right:0;
        margin:0 auto
    }
    .tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span{
        left:6px
    }
    .tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{
        left:5px
    }
    .tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span{
        right:6px
    }
    .tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border{
        right:5px
    }
    .tooltipster-arrow-left span,.tooltipster-arrow-left .tooltipster-arrow-border{
        border-top:8px solid transparent !important;
        border-bottom:8px solid transparent !important;
        border-left:8px solid;
        top:50%;
        margin-top:-7px;
        right:-7px
    }
    .tooltipster-arrow-left .tooltipster-arrow-border{
        border-top:9px solid transparent !important;
        border-bottom:9px solid transparent !important;
        border-left:9px solid;
        margin-top:-8px
    }
    .tooltipster-arrow-right span,.tooltipster-arrow-right .tooltipster-arrow-border{
        border-top:8px solid transparent !important;
        border-bottom:8px solid transparent !important;
        border-right:8px solid;
        top:50%;
        margin-top:-7px;
        left:-7px
    }
    .tooltipster-arrow-right .tooltipster-arrow-border{
        border-top:9px solid transparent !important;
        border-bottom:9px solid transparent !important;
        border-right:9px solid;
        margin-top:-8px
    }
    .tooltipster-fade{
        opacity:0;
        -webkit-transition-property:opacity;
        -moz-transition-property:opacity;
        -o-transition-property:opacity;
        -ms-transition-property:opacity;
        transition-property:opacity
    }
    .tooltipster-fade-show{
        opacity:1
    }
    .tooltipster-content-changing{
        opacity:0.5;
        -webkit-transform:scale(1.1, 1.1);
        -moz-transform:scale(1.1, 1.1);
        -o-transform:scale(1.1, 1.1);
        -ms-transform:scale(1.1, 1.1);
        transform:scale(1.1, 1.1)
    }
     .icon-set-lsi_widget-15 a,.icon-set-lsi_widget-15 a:visited,.icon-set-lsi_widget-15 a:focus{
        border-radius:20px;
        background:#fff !important;
        color:#0070ba !important;
        font-size:20px !important
    }
    .icon-set-lsi_widget-15 a:hover{
        background:#0070ba !important;
        color:#fff !important
    }
     
